diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 00b854e5f3..17e5839131 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -1022,7 +1022,7 @@ if ($update_module || $create_module) { $throw_unknown_events = (bool)get_parameter('throw_unknown_events', false); //Set the event type that can show. - $disabled_types_event = array(EVENTS_GOING_UNKNOWN => (int)$throw_unknown_events); + $disabled_types_event = array(EVENTS_GOING_UNKNOWN => (int)!$throw_unknown_events); $disabled_types_event = io_json_mb_encode($disabled_types_event); $module_macro_names = (array) get_parameter('module_macro_names', array()); diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index 983c2b28f4..e5080dd996 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -427,7 +427,7 @@ else { $throw_unknown_events_check = policy_module_is_disable_type_event($__id_pol_mod, EVENTS_GOING_UNKNOWN); } -$table_advanced->data[4][3] = __('Throw unknown events'); +$table_advanced->data[4][3] = __('Discard unknown events'); $table_advanced->data[4][4] = html_print_checkbox('throw_unknown_events', 1, $throw_unknown_events_check, true, $disabledBecauseInPolicy); $table_advanced->colspan[4][4] = 3; diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index dbf7d9688e..d2dbc9a858 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -570,7 +570,7 @@ if ($table->rowspan['edit10'][0] == 2) { else { $table->rowspan['edit10'][0] = $table->rowspan['edit10'][1] = 2; } -$table->data['edit102'][2] = __('Throw unknown events'); +$table->data['edit102'][2] = __('Discard unknown events'); $table->data['edit102'][3] = html_print_select( array('' => __('No change'), diff --git a/pandora_console/godmode/modules/manage_network_components_form_common.php b/pandora_console/godmode/modules/manage_network_components_form_common.php index bc5389d2a7..df6c1e6f27 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_common.php +++ b/pandora_console/godmode/modules/manage_network_components_form_common.php @@ -168,9 +168,9 @@ $table->data[8][3] = html_print_input_text ('max', $max, '', 5, 15, true) . ' ' $table->data[9][0] = __('Unit'); $table->data[9][1] = html_print_input_text ('unit', $unit, '', 12, 25, true); -$table->data[9][2] = __('Throw unknown events'); +$table->data[9][2] = __('Discard unknown events'); $table->data[9][3] = html_print_checkbox('throw_unknown_events', 1, - !network_components_is_disable_type_event($id, EVENTS_GOING_UNKNOWN), true); + network_components_is_disable_type_event($id, EVENTS_GOING_UNKNOWN), true); $table->data[10][0] = __('Critical instructions'). ui_print_help_tip(__("Instructions when the status is critical"), true); $table->data[10][1] = html_print_textarea ('critical_instructions', 2, 65, $critical_instructions, '', true); diff --git a/pandora_console/include/languages/en.mo b/pandora_console/include/languages/en.mo old mode 100644 new mode 100755 index c52ce2e923..270cb0f328 Binary files a/pandora_console/include/languages/en.mo and b/pandora_console/include/languages/en.mo differ diff --git a/pandora_console/include/languages/en.po b/pandora_console/include/languages/en.po old mode 100644 new mode 100755 index 31ae5877c5..43aa3355ac --- a/pandora_console/include/languages/en.po +++ b/pandora_console/include/languages/en.po @@ -4,11 +4,21 @@ # This file is distributed under the same license as the PACKAGE package. # Zarzuelo , 2010. # +#: ../../enterprise/meta/monitoring/group_view.php:135 +#: ../../enterprise/meta/monitoring/group_view.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../enterprise/include/functions_reporting.php:1787 +#: ../../enterprise/include/functions_reporting.php:1788 +#: ../../enterprise/include/functions_reporting.php:1789 +#: ../../enterprise/include/functions_reporting.php:1790 +#: ../../enterprise/include/functions_reporting.php:1791 +#: ../../enterprise/include/functions_reporting.php:1792 +#: ../../include/functions_api.php:8904 msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-01 11:28+0100\n" +"POT-Creation-Date: 2016-11-29 05:45+0100\n" "PO-Revision-Date: 2015-06-29 11:40+0000\n" "Last-Translator: Zarzuelo \n" "Language-Team: Spanish\n" @@ -19,130 +29,893 @@ msgstr "" "X-Generator: Launchpad (build 17925)\n" "Language: \n" -#: ../../enterprise/mobile/include/enterprise.class.php:63 -#: ../../enterprise/dashboard/main_dashboard.php:381 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:157 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:516 -#: ../../enterprise/meta/include/functions_wizard_meta.php:148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:359 -#: ../../enterprise/meta/include/functions_wizard_meta.php:460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:991 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1411 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1511 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1625 -#: ../../enterprise/meta/advanced/servers.build_table.php:59 -#: ../../enterprise/include/functions_reporting.php:1896 -#: ../../enterprise/include/functions_reporting.php:2010 -#: ../../enterprise/include/functions_reporting.php:3185 -#: ../../enterprise/include/functions_services.php:1413 -#: ../../enterprise/include/functions_reporting_pdf.php:1321 -#: ../../enterprise/include/functions_reporting_pdf.php:1457 -#: ../../enterprise/include/functions_reporting_pdf.php:2338 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1078 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1562 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1702 -#: ../../enterprise/operation/services/services.service.php:120 -#: ../../enterprise/operation/services/services.list.php:303 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 -#: ../../enterprise/godmode/services/services.service.php:233 -#: ../../enterprise/godmode/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/setup/edit_skin.php:207 -#: ../../enterprise/godmode/setup/setup_skins.php:82 -#: ../../enterprise/godmode/modules/local_components.php:469 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 -#: ../../enterprise/godmode/modules/configure_local_component.php:141 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/policies/policies.php:253 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_agents.php:348 -#: ../../enterprise/godmode/policies/policy_modules.php:1019 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../include/functions_filemanager.php:578 -#: ../../include/functions_treeview.php:79 -#: ../../include/functions_reporting.php:4731 -#: ../../include/functions_reporting_html.php:482 -#: ../../include/functions_reporting_html.php:1095 -#: ../../include/functions_reporting_html.php:1514 -#: ../../include/functions_reporting_html.php:2978 -#: ../../include/functions_events.php:2013 -#: ../../include/functions_events.php:2063 ../../operation/extensions.php:47 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../operation/gis_maps/index.php:35 -#: ../../operation/agentes/networkmap_list.php:134 -#: ../../operation/agentes/networkmap.php:437 -#: ../../operation/search_maps.php:31 -#: ../../operation/netflow/nf_live_view.php:288 -#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41 -#: ../../godmode/events/event_filter.php:104 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/alerts/alert_commands.php:323 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/configure_alert_template.php:707 -#: ../../godmode/alerts/alert_templates.php:298 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/agentes/module_manager_editor_common.php:130 -#: ../../godmode/agentes/module_manager_editor_common.php:578 -#: ../../godmode/agentes/planned_downtime.editor.php:472 -#: ../../godmode/agentes/planned_downtime.editor.php:722 -#: ../../godmode/agentes/module_manager.php:504 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/servers/modificar_server.php:46 -#: ../../godmode/servers/plugin.php:243 ../../godmode/servers/plugin.php:685 -#: ../../godmode/servers/servers.build_table.php:63 -#: ../../godmode/servers/recon_script.php:95 -#: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_edit_form.php:189 -#: ../../godmode/netflow/nf_edit.php:118 -#: ../../godmode/groups/configure_modu_group.php:65 -#: ../../godmode/groups/group_list.php:333 -#: ../../godmode/groups/configure_group.php:114 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 -#: ../../godmode/modules/manage_nc_groups.php:193 -#: ../../godmode/modules/manage_network_templates.php:181 -#: ../../godmode/modules/manage_nc_groups_form.php:66 -#: ../../godmode/modules/manage_network_components_form_common.php:52 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/modules/manage_network_templates_form.php:144 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/graph_builder.main.php:94 -#: ../../godmode/reporting/reporting_builder.item_editor.php:614 -#: ../../godmode/reporting/reporting_builder.main.php:65 -#: ../../godmode/reporting/reporting_builder.main.php:67 -#: ../../godmode/tag/edit_tag.php:164 ../../godmode/tag/tag.php:156 -msgid "Name" +#: ../../operation/search_alerts.php:27 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 ../../operation/search_agents.php:33 +#: ../../operation/search_modules.php:26 ../../operation/search_maps.php:22 +#: ../../operation/search_graphs.php:24 +msgid "Zero results found" msgstr "" -#: ../../enterprise/mobile/include/enterprise.class.php:64 +#: ../../operation/search_alerts.php:39 +#: ../../operation/agentes/status_monitor.php:944 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/estado_agente.php:488 +#: ../../operation/agentes/ver_agente.php:734 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../operation/search_modules.php:42 ../../operation/gis_maps/ajax.php:216 +#: ../../operation/gis_maps/ajax.php:247 +#: ../../operation/events/events.build_table.php:36 +#: ../../extensions/agents_alerts.php:344 ../../extensions/insert_data.php:147 +#: ../../extensions/module_groups.php:41 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:87 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:194 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:253 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:186 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../enterprise/operation/log/log_viewer.php:193 +#: ../../enterprise/extensions/ipam/ipam_network.php:537 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 +#: ../../enterprise/godmode/policies/policy_linking.php:120 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1449 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1896 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2046 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2053 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:81 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/services/services.elements.php:326 +#: ../../enterprise/godmode/services/services.elements.php:335 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 +#: ../../enterprise/meta/agentsearch.php:92 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3237 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:221 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1442 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2268 +#: ../../enterprise/include/functions_inventory.php:233 +#: ../../enterprise/include/functions_inventory.php:505 +#: ../../enterprise/include/functions_inventory.php:561 +#: ../../enterprise/include/functions_reporting_pdf.php:743 +#: ../../enterprise/include/functions_reporting_pdf.php:801 +#: ../../enterprise/include/functions_reporting_pdf.php:829 +#: ../../enterprise/include/functions_reporting_pdf.php:895 +#: ../../enterprise/include/functions_reporting_pdf.php:1084 +#: ../../enterprise/include/functions_reporting_pdf.php:1330 +#: ../../enterprise/include/functions_reporting_pdf.php:1610 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../enterprise/include/functions_reporting_pdf.php:1934 +#: ../../enterprise/include/functions_log.php:332 +#: ../../enterprise/include/functions_alert_event.php:923 +#: ../../enterprise/dashboard/widgets/top_n.php:126 +#: ../../enterprise/dashboard/widgets/module_icon.php:52 +#: ../../enterprise/dashboard/widgets/module_status.php:52 +#: ../../enterprise/dashboard/widgets/module_table_value.php:49 +#: ../../enterprise/dashboard/widgets/single_graph.php:50 +#: ../../enterprise/dashboard/widgets/module_value.php:52 +#: ../../godmode/reporting/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/reporting_builder.item_editor.php:897 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1461 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1660 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1667 +#: ../../godmode/reporting/visual_console_builder.wizard.php:276 +#: ../../godmode/reporting/visual_console_builder.wizard.php:550 +#: ../../godmode/reporting/visual_console_builder.wizard.php:573 +#: ../../godmode/reporting/reporting_builder.list_items.php:290 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:647 +#: ../../godmode/agentes/module_manager_editor_common.php:675 +#: ../../godmode/agentes/planned_downtime.list.php:171 +#: ../../godmode/agentes/module_manager_editor_prediction.php:115 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_copy_modules.php:86 +#: ../../godmode/massive/massive_copy_modules.php:200 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../include/functions_pandora_networkmap.php:1364 +#: ../../include/functions_pandora_networkmap.php:1491 +#: ../../include/ajax/alert_list.ajax.php:131 +#: ../../include/functions_reporting.php:5483 +#: ../../include/functions_graph.php:5170 +#: ../../include/functions_reporting_html.php:337 +#: ../../include/functions_reporting_html.php:453 +#: ../../include/functions_reporting_html.php:532 +#: ../../include/functions_reporting_html.php:984 +#: ../../include/functions_reporting_html.php:1373 +#: ../../include/functions_reporting_html.php:1712 +#: ../../include/functions_reporting_html.php:1853 +#: ../../include/functions_reporting_html.php:1891 +#: ../../include/functions_reporting_html.php:2134 +#: ../../include/functions_reporting_html.php:2288 +#: ../../include/functions_reporting_html.php:2499 +#: ../../include/functions_visual_map_editor.php:257 +#: ../../mobile/operation/modules.php:454 +#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:309 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/events.php:510 +msgid "Agent" +msgstr "" + +#: ../../operation/search_alerts.php:42 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/alerts_status.php:428 +#: ../../operation/agentes/alerts_status.php:469 +#: ../../operation/agentes/alerts_status.php:503 +#: ../../operation/agentes/alerts_status.php:537 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/search_modules.php:35 +#: ../../extensions/agents_alerts.php:279 ../../extensions/insert_data.php:158 +#: ../../extensions/module_groups.php:43 +#: ../../enterprise/operation/agentes/agent_inventory.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:194 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:191 +#: ../../enterprise/operation/inventory/inventory.php:169 +#: ../../enterprise/extensions/check_acls.php:121 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 +#: ../../enterprise/godmode/policies/policy_linking.php:121 +#: ../../enterprise/godmode/policies/policy_alerts.php:240 +#: ../../enterprise/godmode/policies/policy_alerts.php:447 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1461 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1897 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2047 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2054 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 +#: ../../enterprise/godmode/agentes/inventory_manager.php:149 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/services/services.elements.php:325 +#: ../../enterprise/godmode/services/services.elements.php:351 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:222 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1492 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2269 +#: ../../enterprise/include/functions_inventory.php:506 +#: ../../enterprise/include/functions_inventory.php:562 +#: ../../enterprise/include/functions_reporting_pdf.php:744 +#: ../../enterprise/include/functions_reporting_pdf.php:802 +#: ../../enterprise/include/functions_reporting_pdf.php:896 +#: ../../enterprise/include/functions_reporting_pdf.php:1041 +#: ../../enterprise/include/functions_reporting_pdf.php:1085 +#: ../../enterprise/include/functions_reporting_pdf.php:1611 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../enterprise/include/functions_reporting_pdf.php:1939 +#: ../../enterprise/include/functions_alert_event.php:924 +#: ../../enterprise/dashboard/widgets/top_n.php:127 +#: ../../enterprise/dashboard/widgets/top_n.php:310 +#: ../../enterprise/dashboard/widgets/module_icon.php:63 +#: ../../enterprise/dashboard/widgets/module_icon.php:69 +#: ../../enterprise/dashboard/widgets/module_status.php:63 +#: ../../enterprise/dashboard/widgets/module_status.php:69 +#: ../../enterprise/dashboard/widgets/module_table_value.php:60 +#: ../../enterprise/dashboard/widgets/module_table_value.php:66 +#: ../../enterprise/dashboard/widgets/single_graph.php:61 +#: ../../enterprise/dashboard/widgets/single_graph.php:67 +#: ../../enterprise/dashboard/widgets/module_value.php:63 +#: ../../enterprise/dashboard/widgets/module_value.php:69 +#: ../../godmode/reporting/graph_builder.graph_editor.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:951 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1462 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1661 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1668 +#: ../../godmode/reporting/visual_console_builder.wizard.php:275 +#: ../../godmode/reporting/visual_console_builder.wizard.php:582 +#: ../../godmode/reporting/reporting_builder.list_items.php:295 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/agentes/module_manager_editor_common.php:657 +#: ../../godmode/agentes/module_manager_editor_common.php:676 +#: ../../godmode/agentes/planned_downtime.list.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:838 +#: ../../godmode/agentes/module_manager_editor_prediction.php:140 +#: ../../godmode/servers/plugin.php:67 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:599 +#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../include/functions_treeview.php:66 +#: ../../include/ajax/alert_list.ajax.php:140 +#: ../../include/functions_graph.php:5286 +#: ../../include/functions_reporting_html.php:338 +#: ../../include/functions_reporting_html.php:454 +#: ../../include/functions_reporting_html.php:985 +#: ../../include/functions_reporting_html.php:1374 +#: ../../include/functions_reporting_html.php:1412 +#: ../../include/functions_reporting_html.php:1719 +#: ../../include/functions_reporting_html.php:1854 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../mobile/operation/alerts.php:268 +msgid "Module" +msgstr "" + +#: ../../operation/search_alerts.php:45 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../operation/servers/recon_view.php:101 +#: ../../extensions/agents_alerts.php:344 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../enterprise/godmode/policies/policy_alerts.php:239 +#: ../../enterprise/godmode/policies/policy_alerts.php:438 +#: ../../enterprise/include/functions_reporting_pdf.php:1042 +#: ../../enterprise/include/functions_reporting_pdf.php:1086 +#: ../../enterprise/include/functions_reporting_pdf.php:1131 +#: ../../godmode/alerts/alert_list.list.php:407 +#: ../../godmode/alerts/alert_view.php:75 +#: ../../godmode/alerts/alert_list.builder.php:113 +#: ../../include/functions_treeview.php:328 +#: ../../include/functions_treeview.php:369 +#: ../../include/functions_reporting_html.php:1375 +#: ../../include/functions_reporting_html.php:1413 +#: ../../include/functions_reporting_html.php:1449 +#: ../../mobile/operation/alerts.php:270 +msgid "Template" +msgstr "" + +#: ../../operation/search_alerts.php:48 +#: ../../operation/agentes/alerts_status.functions.php:106 +#: ../../operation/agentes/alerts_status.php:430 +#: ../../operation/agentes/alerts_status.php:471 +#: ../../operation/agentes/alerts_status.php:505 +#: ../../operation/agentes/alerts_status.php:539 +#: ../../operation/snmpconsole/snmp_view.php:539 +#: ../../operation/snmpconsole/snmp_view.php:837 +#: ../../operation/integria_incidents/incident.list.php:102 +#: ../../operation/incidents/incident.php:343 +#: ../../operation/events/events.build_table.php:253 +#: ../../extensions/agents_alerts.php:280 ../../general/logon_ok.php:222 +#: ../../general/logon_ok.php:419 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/extensions/ipam/ipam_list.php:200 +#: ../../enterprise/godmode/policies/policy_modules.php:1060 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1901 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2048 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2056 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 +#: ../../enterprise/godmode/reporting/graph_template_list.php:130 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../enterprise/godmode/alerts/alert_events_list.php:424 +#: ../../enterprise/godmode/alerts/alert_events.php:510 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 +#: ../../enterprise/include/functions_services.php:1432 +#: ../../enterprise/dashboard/widgets/top_n.php:129 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1467 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1662 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1671 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/agentes/module_manager.php:532 +#: ../../godmode/agentes/agent_template.php:230 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/snmpconsole/snmp_filters.php:133 +#: ../../godmode/snmpconsole/snmp_alert.php:1066 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +#: ../../godmode/massive/massive_add_action_alerts.php:155 +#: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/massive/massive_operations.php:271 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_delete_action_alerts.php:164 +#: ../../godmode/users/configure_user.php:619 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 +#: ../../godmode/alerts/alert_list.list.php:607 +#: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/modules/manage_network_components.php:570 +#: ../../godmode/modules/manage_network_templates.php:192 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/events/event_filter.php:113 ../../include/functions.php:2306 +#: ../../include/functions_events.php:3384 +#: ../../include/ajax/alert_list.ajax.php:148 +#: ../../include/functions_reporting_html.php:2851 +#: ../../include/functions_ui_renders.php:97 +#: ../../mobile/operation/tactical.php:308 +msgid "Action" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:77 +#: ../../godmode/netflow/nf_item_list.php:39 +msgid "Report list" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/reporting/graph_viewer.php:136 +#: ../../operation/visual_console/render_view.php:110 +#: ../../enterprise/meta/screens/screens.visualmap.php:181 +#: ../../enterprise/meta/screens/screens.visualmap.php:206 +#: ../../godmode/reporting/reporting_builder.php:1930 +#: ../../godmode/reporting/reporting_builder.php:1958 +#: ../../godmode/reporting/graph_builder.php:199 +#: ../../godmode/reporting/visual_console_builder.php:667 +#: ../../godmode/reporting/reporting_builder.main.php:51 +msgid "Main data" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:86 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 +#: ../../godmode/reporting/reporting_builder.php:1933 +msgid "List items" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 +#: ../../enterprise/include/functions_reporting.php:4818 +#: ../../enterprise/include/functions_reporting.php:4868 +#: ../../godmode/reporting/reporting_builder.php:1936 +msgid "Item editor" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:98 +#: ../../godmode/reporting/reporting_builder.php:1945 +msgid "View report" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/reporting/graph_viewer.php:150 +#: ../../operation/gis_maps/render_view.php:108 +#: ../../operation/visual_console/render_view.php:136 +#: ../../extensions/agents_alerts.php:91 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/matrix_events.php:31 +#: ../../enterprise/dashboard/main_dashboard.php:142 +msgid "Full screen mode" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/reporting/graph_viewer.php:155 +#: ../../operation/gis_maps/render_view.php:112 +#: ../../operation/events/events.php:443 +#: ../../operation/visual_console/render_view.php:164 +#: ../../extensions/agents_alerts.php:96 +#: ../../extensions/agents_modules.php:106 +#: ../../enterprise/dashboard/main_dashboard.php:156 +msgid "Back to normal mode" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../operation/reporting/reporting_viewer.php:128 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/graph_viewer.php:163 +#: ../../operation/reporting/graph_viewer.php:314 ../../operation/menu.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 +#: ../../enterprise/meta/general/logon_ok.php:48 +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:364 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1897 +#: ../../godmode/reporting/reporting_builder.php:1902 +#: ../../godmode/reporting/reporting_builder.php:1906 +#: ../../godmode/reporting/reporting_builder.php:1968 +#: ../../godmode/reporting/reporting_builder.php:1973 +#: ../../godmode/reporting/reporting_builder.php:1976 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../godmode/reporting/graphs.php:75 +msgid "Reporting" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:130 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/menu.php:242 +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1884 +msgid "Custom reporting" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:152 +msgid "View Report" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:191 +msgid "Set initial date" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:199 +#: ../../operation/agentes/gis_view.php:181 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_alerts.php:336 +#: ../../enterprise/godmode/alerts/alert_events_list.php:559 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 +#: ../../enterprise/include/functions_reporting_pdf.php:2213 +#: ../../enterprise/include/functions_reporting_pdf.php:2249 +#: ../../enterprise/include/functions_reporting_pdf.php:2287 +#: ../../godmode/agentes/planned_downtime.list.php:143 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:536 +msgid "From" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:202 +#: ../../enterprise/include/functions_reporting_pdf.php:2167 +msgid "Items period before" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:203 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 +#: ../../enterprise/godmode/policies/policy_alerts.php:337 +#: ../../enterprise/godmode/policies/policy_alerts.php:469 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +#: ../../enterprise/godmode/alerts/alert_events_list.php:560 +#: ../../enterprise/godmode/alerts/alert_events_list.php:601 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 +#: ../../enterprise/include/functions_reporting.php:1959 +#: ../../enterprise/include/functions_reporting.php:2070 +#: ../../enterprise/include/functions_reporting.php:3246 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/alerts/alert_list.list.php:533 +#: ../../godmode/alerts/alert_list.list.php:619 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/ajax/alert_list.ajax.php:160 +#: ../../include/functions_reporting.php:9275 +msgid "to" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:206 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/users/user_edit.php:500 +#: ../../operation/integria_incidents/incident.incident.php:117 +#: ../../operation/events/events_list.php:634 +#: ../../extensions/net_tools.php:337 +#: ../../extensions/files_repo/files_repo_form.php:88 +#: ../../enterprise/operation/agentes/collection_view.php:97 +#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:286 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:74 +#: ../../enterprise/extensions/vmware/vmware_view.php:1218 +#: ../../enterprise/extensions/translate_string.php:306 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/ipam/ipam_network.php:670 +#: ../../enterprise/extensions/ipam/ipam_massive.php:95 +#: ../../enterprise/extensions/ipam/ipam_editor.php:118 +#: ../../enterprise/extensions/cron/main.php:319 +#: ../../enterprise/godmode/policies/policy_collections.php:158 +#: ../../enterprise/godmode/policies/policy_collections.php:210 +#: ../../enterprise/godmode/policies/policy_modules.php:322 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 +#: ../../enterprise/godmode/policies/configure_policy.php:86 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 +#: ../../enterprise/godmode/agentes/collections.data.php:95 +#: ../../enterprise/godmode/agentes/collections.data.php:200 +#: ../../enterprise/godmode/agentes/collections.data.php:258 +#: ../../enterprise/godmode/agentes/collections.data.php:333 +#: ../../enterprise/godmode/agentes/collection_manager.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:217 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 +#: ../../enterprise/godmode/agentes/collections.editor.php:130 +#: ../../enterprise/godmode/agentes/collections.editor.php:196 +#: ../../enterprise/godmode/agentes/inventory_manager.php:204 +#: ../../enterprise/godmode/agentes/inventory_manager.php:266 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:87 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:120 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:327 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 +#: ../../enterprise/godmode/services/services.service.php:366 +#: ../../enterprise/godmode/services/services.elements.php:412 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 +#: ../../enterprise/godmode/modules/configure_local_component.php:486 +#: ../../enterprise/godmode/setup/setup.php:234 +#: ../../enterprise/godmode/setup/setup.php:327 +#: ../../enterprise/godmode/setup/edit_skin.php:262 +#: ../../enterprise/godmode/setup/setup_history.php:84 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 +#: ../../enterprise/godmode/setup/setup_log_collector.php:55 +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +#: ../../enterprise/meta/advanced/metasetup.visual.php:251 +#: ../../enterprise/meta/advanced/metasetup.setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:146 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../enterprise/dashboard/main_dashboard.php:280 +#: ../../enterprise/dashboard/widget.php:180 +#: ../../godmode/reporting/graph_builder.main.php:180 +#: ../../godmode/reporting/visual_console_builder.data.php:164 +#: ../../godmode/reporting/reporting_builder.main.php:38 +#: ../../godmode/reporting/visual_console_builder.elements.php:513 +#: ../../godmode/agentes/agent_manager.php:462 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/module_manager_editor.php:483 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/agent_template.php:252 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/servers/recon_script.php:223 +#: ../../godmode/servers/manage_recontask_form.php:380 +#: ../../godmode/servers/modificar_server.php:53 +#: ../../godmode/groups/configure_group.php:204 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/snmpconsole/snmp_filters.php:105 +#: ../../godmode/snmpconsole/snmp_filters.php:142 +#: ../../godmode/snmpconsole/snmp_alert.php:871 +#: ../../godmode/snmpconsole/snmp_alert.php:1119 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:611 +#: ../../godmode/massive/massive_edit_agents.php:454 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/users/configure_user.php:587 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/alerts/configure_alert_special_days.php:102 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/alerts/alert_list.list.php:147 +#: ../../godmode/alerts/alert_list.list.php:155 +#: ../../godmode/alerts/configure_alert_action.php:216 +#: ../../godmode/alerts/configure_alert_action.php:222 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/modules/manage_network_components_form.php:274 +#: ../../godmode/modules/manage_nc_groups_form.php:79 +#: ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 +#: ../../godmode/setup/snmp_wizard.php:106 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/setup_general.php:308 +#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/os.php:57 +#: ../../godmode/setup/os.php:110 ../../godmode/setup/setup_auth.php:198 +#: ../../godmode/setup/setup_visuals.php:702 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/performance.php:146 +#: ../../godmode/events/event_edit_filter.php:400 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/tag/edit_tag.php:224 +#: ../../include/functions_pandora_networkmap.php:1462 +#: ../../include/functions_events.php:1704 +#: ../../include/functions_events.php:1742 +#: ../../include/ajax/alert_list.ajax.php:173 +#: ../../include/functions_visual_map_editor.php:441 +msgid "Update" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:217 +msgid "Invalid date selected. Initial date must be before end date." +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:237 +#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 +#: ../../enterprise/operation/log/log_viewer.php:246 +#: ../../enterprise/operation/log/log_viewer.php:252 +#: ../../enterprise/godmode/policies/policy_modules.php:1164 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +#: ../../godmode/massive/massive_copy_modules.php:164 +msgid "Loading" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/reporting/graph_viewer.php:264 +#: ../../operation/agentes/stat_win.php:500 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../operation/agentes/estado_monitores.php:381 +#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391 +#: ../../operation/events/events_list.php:1577 +#: ../../extensions/insert_data.php:194 +#: ../../enterprise/operation/log/log_viewer.php:310 +#: ../../enterprise/operation/log/log_viewer.php:322 +#: ../../enterprise/extensions/cron/main.php:339 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2232 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 +#: ../../enterprise/godmode/alerts/alert_events.php:577 +#: ../../enterprise/dashboard/widgets/tree_view.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1912 +#: ../../godmode/agentes/planned_downtime.editor.php:1168 +#: ../../godmode/alerts/configure_alert_template.php:1069 +#: ../../godmode/setup/news.php:297 +msgid "Choose time" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/reporting/graph_viewer.php:265 +#: ../../operation/agentes/stat_win.php:501 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../operation/agentes/estado_monitores.php:382 +#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392 +#: ../../operation/events/events_list.php:1578 +#: ../../extensions/insert_data.php:195 +#: ../../enterprise/operation/log/log_viewer.php:311 +#: ../../enterprise/operation/log/log_viewer.php:323 +#: ../../enterprise/extensions/cron/main.php:340 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 +#: ../../enterprise/godmode/alerts/alert_events.php:578 +#: ../../enterprise/dashboard/widgets/tree_view.php:317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1913 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +#: ../../godmode/alerts/configure_alert_template.php:1070 +#: ../../godmode/setup/news.php:298 +msgid "Time" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/reporting/graph_viewer.php:266 +#: ../../operation/agentes/stat_win.php:502 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../operation/agentes/estado_monitores.php:383 +#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393 +#: ../../operation/events/events_list.php:1579 +#: ../../extensions/insert_data.php:196 +#: ../../enterprise/operation/log/log_viewer.php:312 +#: ../../enterprise/operation/log/log_viewer.php:324 +#: ../../enterprise/extensions/cron/main.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2234 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 +#: ../../enterprise/godmode/alerts/alert_events.php:579 +#: ../../enterprise/dashboard/widgets/tree_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1914 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +#: ../../godmode/alerts/configure_alert_template.php:1071 +#: ../../godmode/setup/news.php:299 ../../include/functions_html.php:854 +msgid "Hour" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/agentes/stat_win.php:503 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../operation/agentes/estado_monitores.php:384 +#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394 +#: ../../operation/events/events_list.php:1580 +#: ../../extensions/insert_data.php:197 +#: ../../enterprise/operation/log/log_viewer.php:313 +#: ../../enterprise/operation/log/log_viewer.php:325 +#: ../../enterprise/extensions/cron/main.php:342 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 +#: ../../enterprise/godmode/alerts/alert_events.php:580 +#: ../../enterprise/dashboard/widgets/tree_view.php:319 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1915 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +#: ../../godmode/alerts/configure_alert_template.php:1072 +#: ../../godmode/setup/news.php:300 ../../include/functions_html.php:855 +msgid "Minute" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:261 +#: ../../operation/reporting/reporting_viewer.php:281 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/agentes/stat_win.php:504 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../operation/agentes/estado_monitores.php:385 +#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395 +#: ../../operation/events/events_list.php:1581 +#: ../../extensions/insert_data.php:198 +#: ../../enterprise/operation/log/log_viewer.php:314 +#: ../../enterprise/operation/log/log_viewer.php:326 +#: ../../enterprise/extensions/cron/main.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2236 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 +#: ../../enterprise/godmode/alerts/alert_events.php:581 +#: ../../enterprise/dashboard/widgets/tree_view.php:320 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1916 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +#: ../../godmode/alerts/configure_alert_template.php:1073 +#: ../../godmode/setup/news.php:301 +msgid "Second" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:262 +#: ../../operation/reporting/reporting_viewer.php:282 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/agentes/stat_win.php:505 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../operation/agentes/estado_monitores.php:386 +#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396 +#: ../../operation/events/events_list.php:1582 +#: ../../extensions/insert_data.php:199 +#: ../../enterprise/operation/agentes/agent_inventory.php:89 +#: ../../enterprise/operation/log/log_viewer.php:315 +#: ../../enterprise/operation/log/log_viewer.php:327 +#: ../../enterprise/extensions/cron/main.php:344 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2237 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 +#: ../../enterprise/godmode/alerts/alert_events.php:582 +#: ../../enterprise/dashboard/widgets/tree_view.php:321 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1917 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +#: ../../godmode/alerts/configure_alert_template.php:1074 +#: ../../godmode/setup/news.php:302 ../../include/functions.php:436 +#: ../../include/functions.php:570 +msgid "Now" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:263 +#: ../../operation/reporting/reporting_viewer.php:283 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/agentes/stat_win.php:506 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:387 +#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397 +#: ../../operation/events/events_list.php:1583 +#: ../../extensions/insert_data.php:200 +#: ../../enterprise/operation/log/log_viewer.php:316 +#: ../../enterprise/operation/log/log_viewer.php:328 +#: ../../enterprise/extensions/cron/main.php:345 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2238 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 +#: ../../enterprise/godmode/alerts/alert_events.php:583 +#: ../../enterprise/dashboard/widgets/tree_view.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1918 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +#: ../../godmode/alerts/configure_alert_template.php:1075 +#: ../../godmode/setup/news.php:303 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../include/functions_snmp_browser.php:441 +#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 +msgid "Close" +msgstr "" + +#: ../../operation/reporting/reporting_viewer.php:317 +#: ../../operation/reporting/graph_viewer.php:307 +msgid "Invalid date selected" +msgstr "" + +#: ../../operation/reporting/custom_reporting.php:32 +#: ../../operation/reporting/graph_viewer.php:341 +msgid "There are no defined reportings" +msgstr "" + +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../operation/search_reports.php:38 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:872 +#: ../../enterprise/include/functions_reporting_csv.php:876 +#: ../../godmode/reporting/reporting_builder.php:532 +msgid "Report name" +msgstr "" + +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:326 +#: ../../operation/agentes/pandora_networkmap.editor.php:194 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/agentes/estado_generalagente.php:172 +#: ../../operation/agentes/estado_agente.php:493 +#: ../../operation/search_reports.php:39 ../../operation/search_users.php:53 +#: ../../operation/integria_incidents/incident.tracking.php:21 +#: ../../operation/integria_incidents/incident.incident.php:105 +#: ../../operation/integria_incidents/incident.workunits.php:31 +#: ../../operation/integria_incidents/incident.files.php:25 +#: ../../operation/integria_incidents/incident.files.php:44 +#: ../../operation/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:506 +#: ../../operation/gis_maps/ajax.php:302 ../../operation/search_graphs.php:34 +#: ../../operation/events/events.php:93 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/operation/agentes/transactional_map.php:146 +#: ../../enterprise/operation/agentes/ver_agente.php:58 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:193 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:252 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.list.php:310 +#: ../../enterprise/extensions/backup/main.php:65 +#: ../../enterprise/extensions/backup/main.php:160 +#: ../../enterprise/extensions/ipam/ipam_network.php:143 +#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_list.php:160 +#: ../../enterprise/extensions/cron/functions.php:37 +#: ../../enterprise/godmode/policies/policy_collections.php:123 +#: ../../enterprise/godmode/policies/policy_collections.php:194 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 +#: ../../enterprise/godmode/policies/configure_policy.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 +#: ../../enterprise/godmode/reporting/graph_template_list.php:125 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 +#: ../../enterprise/godmode/agentes/collections.php:184 +#: ../../enterprise/godmode/agentes/collection_manager.php:107 +#: ../../enterprise/godmode/agentes/collection_manager.php:165 +#: ../../enterprise/godmode/agentes/inventory_manager.php:234 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../enterprise/godmode/alerts/alert_events.php:501 +#: ../../enterprise/godmode/services/services.service.php:236 +#: ../../enterprise/godmode/services/services.elements.php:374 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 +#: ../../enterprise/godmode/modules/configure_local_component.php:305 +#: ../../enterprise/godmode/modules/configure_local_component.php:443 +#: ../../enterprise/godmode/setup/setup_skins.php:119 +#: ../../enterprise/godmode/setup/edit_skin.php:231 #: ../../enterprise/meta/include/functions_wizard_meta.php:158 #: ../../enterprise/meta/include/functions_wizard_meta.php:369 #: ../../enterprise/meta/include/functions_wizard_meta.php:465 @@ -155,859 +928,1323 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1113 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1393 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1658 -#: ../../enterprise/extensions/cron/functions.php:37 -#: ../../enterprise/extensions/backup/main.php:65 -#: ../../enterprise/extensions/backup/main.php:160 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 -#: ../../enterprise/extensions/ipam/ipam_editor.php:72 -#: ../../enterprise/extensions/ipam/ipam_list.php:61 -#: ../../enterprise/include/functions_update_manager.php:169 -#: ../../enterprise/include/functions_reporting.php:1897 -#: ../../enterprise/include/functions_reporting.php:2011 -#: ../../enterprise/include/functions_reporting.php:3186 -#: ../../enterprise/include/functions_reporting_csv.php:119 -#: ../../enterprise/include/functions_reporting_csv.php:182 -#: ../../enterprise/include/functions_reporting_csv.php:208 -#: ../../enterprise/include/functions_reporting_csv.php:231 -#: ../../enterprise/include/functions_reporting_csv.php:253 -#: ../../enterprise/include/functions_reporting_csv.php:274 -#: ../../enterprise/include/functions_reporting_csv.php:310 -#: ../../enterprise/include/functions_reporting_csv.php:337 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:360 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:383 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:406 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:427 -#: ../../enterprise/include/functions_reporting_csv.php:457 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:480 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:503 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:526 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:549 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:571 -#: ../../enterprise/include/functions_reporting_csv.php:593 -#: ../../enterprise/include/functions_reporting_csv.php:636 -#: ../../enterprise/include/functions_services.php:1414 -#: ../../enterprise/include/functions_reporting_pdf.php:2093 -#: ../../enterprise/include/functions_reporting_pdf.php:2236 -#: ../../enterprise/include/functions_reporting_pdf.php:2284 -#: ../../enterprise/include/functions_reporting_pdf.php:2339 #: ../../enterprise/include/functions_netflow_pdf.php:166 -#: ../../enterprise/operation/services/services.service.php:121 -#: ../../enterprise/operation/services/services.list.php:308 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/godmode/services/services.elements.php:365 -#: ../../enterprise/godmode/services/services.service.php:236 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:234 -#: ../../enterprise/godmode/alerts/alert_events.php:501 -#: ../../enterprise/godmode/agentes/collections.php:184 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/setup/edit_skin.php:230 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:284 -#: ../../enterprise/godmode/modules/configure_local_component.php:422 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/graph_template_list.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1163 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../mobile/operation/agent.php:141 -#: ../../mobile/operation/tactical.php:265 -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:428 -#: ../../include/functions_snmp_browser.php:415 -#: ../../include/functions_reporting_html.php:1486 -#: ../../include/functions_reporting_html.php:1519 -#: ../../include/functions_reporting_html.php:2266 -#: ../../include/functions_reporting_html.php:2979 -#: ../../include/functions_events.php:1807 ../../include/ajax/module.php:709 -#: ../../operation/integria_incidents/incident.files.php:25 -#: ../../operation/integria_incidents/incident.files.php:44 -#: ../../operation/integria_incidents/incident.incident.php:105 -#: ../../operation/integria_incidents/incident.workunits.php:31 -#: ../../operation/integria_incidents/incident.tracking.php:21 -#: ../../operation/events/events.php:93 ../../operation/gis_maps/ajax.php:302 -#: ../../operation/search_reports.php:39 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/agentes/estado_agente.php:451 -#: ../../operation/agentes/estado_generalagente.php:172 -#: ../../operation/search_graphs.php:34 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:506 -#: ../../operation/search_users.php:53 -#: ../../operation/reporting/graph_viewer.php:289 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/events/event_responses.list.php:55 -#: ../../godmode/users/user_list.php:277 -#: ../../godmode/snmpconsole/snmp_alert.php:526 -#: ../../godmode/snmpconsole/snmp_alert.php:1057 -#: ../../godmode/snmpconsole/snmp_filters.php:94 -#: ../../godmode/snmpconsole/snmp_filters.php:131 -#: ../../godmode/alerts/alert_commands.php:325 -#: ../../godmode/alerts/configure_alert_special_days.php:87 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/alert_special_days.php:163 -#: ../../godmode/alerts/configure_alert_template.php:723 -#: ../../godmode/alerts/alert_templates.php:47 +#: ../../enterprise/include/functions_reporting_csv.php:131 +#: ../../enterprise/include/functions_reporting_csv.php:134 +#: ../../enterprise/include/functions_reporting_csv.php:216 +#: ../../enterprise/include/functions_reporting_csv.php:218 +#: ../../enterprise/include/functions_reporting_csv.php:247 +#: ../../enterprise/include/functions_reporting_csv.php:249 +#: ../../enterprise/include/functions_reporting_csv.php:273 +#: ../../enterprise/include/functions_reporting_csv.php:275 +#: ../../enterprise/include/functions_reporting_csv.php:300 +#: ../../enterprise/include/functions_reporting_csv.php:302 +#: ../../enterprise/include/functions_reporting_csv.php:326 +#: ../../enterprise/include/functions_reporting_csv.php:328 +#: ../../enterprise/include/functions_reporting_csv.php:366 +#: ../../enterprise/include/functions_reporting_csv.php:368 +#: ../../enterprise/include/functions_reporting_csv.php:394 +#: ../../enterprise/include/functions_reporting_csv.php:396 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:429 +#: ../../enterprise/include/functions_reporting_csv.php:431 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:465 +#: ../../enterprise/include/functions_reporting_csv.php:467 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:501 +#: ../../enterprise/include/functions_reporting_csv.php:503 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:536 +#: ../../enterprise/include/functions_reporting_csv.php:538 +#: ../../enterprise/include/functions_reporting_csv.php:570 +#: ../../enterprise/include/functions_reporting_csv.php:572 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:606 +#: ../../enterprise/include/functions_reporting_csv.php:608 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:642 +#: ../../enterprise/include/functions_reporting_csv.php:644 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:678 +#: ../../enterprise/include/functions_reporting_csv.php:680 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:716 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:750 +#: ../../enterprise/include/functions_reporting_csv.php:752 +#: ../../enterprise/include/functions_reporting_csv.php:792 +#: ../../enterprise/include/functions_reporting_csv.php:794 +#: ../../enterprise/include/functions_reporting_csv.php:873 +#: ../../enterprise/include/functions_reporting_csv.php:877 +#: ../../enterprise/include/functions_services.php:1414 +#: ../../enterprise/include/functions_reporting.php:1928 +#: ../../enterprise/include/functions_reporting.php:2042 +#: ../../enterprise/include/functions_reporting.php:3218 +#: ../../enterprise/include/functions_reporting_pdf.php:2171 +#: ../../enterprise/include/functions_reporting_pdf.php:2314 +#: ../../enterprise/include/functions_reporting_pdf.php:2362 +#: ../../enterprise/include/functions_reporting_pdf.php:2417 +#: ../../enterprise/include/functions_update_manager.php:171 +#: ../../enterprise/mobile/include/enterprise.class.php:79 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/reporting_builder.item_editor.php:690 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/reporting/graph_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/agentes/modificar_agente.php:492 #: ../../godmode/agentes/agent_manager.php:278 -#: ../../godmode/agentes/modificar_agente.php:434 -#: ../../godmode/agentes/module_manager_editor_common.php:309 -#: ../../godmode/agentes/planned_downtime.editor.php:476 -#: ../../godmode/agentes/planned_downtime.list.php:390 -#: ../../godmode/agentes/module_manager.php:522 -#: ../../godmode/agentes/agent_template.php:225 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/plugin.php:262 ../../godmode/servers/plugin.php:394 +#: ../../godmode/agentes/module_manager.php:527 +#: ../../godmode/agentes/module_manager_editor_common.php:335 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/agent_template.php:229 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 #: ../../godmode/servers/recon_script.php:107 #: ../../godmode/servers/recon_script.php:154 #: ../../godmode/servers/recon_script.php:349 -#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/modificar_server.php:48 #: ../../godmode/groups/group_list.php:337 #: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 +#: ../../godmode/snmpconsole/snmp_filters.php:94 +#: ../../godmode/snmpconsole/snmp_filters.php:131 +#: ../../godmode/snmpconsole/snmp_alert.php:526 +#: ../../godmode/snmpconsole/snmp_alert.php:1057 #: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:459 #: ../../godmode/massive/massive_edit_agents.php:303 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/modules/manage_network_components.php:542 -#: ../../godmode/modules/manage_network_templates.php:182 -#: ../../godmode/modules/module_list.php:60 -#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/users/user_list.php:277 +#: ../../godmode/alerts/configure_alert_special_days.php:90 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_template.php:758 #: ../../godmode/modules/manage_network_templates_form.php:148 #: ../../godmode/modules/manage_network_templates_form.php:199 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/graph_builder.main.php:111 -#: ../../godmode/reporting/reporting_builder.item_editor.php:643 -#: ../../godmode/reporting/graphs.php:143 -#: ../../godmode/reporting/reporting_builder.php:536 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/tag/edit_tag.php:172 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/modules/manage_network_templates.php:191 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components_form.php:263 +#: ../../godmode/setup/snmp_wizard.php:40 ../../godmode/setup/os.list.php:35 +#: ../../godmode/setup/os.builder.php:36 +#: ../../godmode/events/event_responses.list.php:55 +#: ../../godmode/events/event_responses.editor.php:87 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/tag.php:200 +#: ../../godmode/tag/edit_tag.php:177 ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:499 +#: ../../include/functions_events.php:1808 ../../include/ajax/module.php:730 +#: ../../include/functions_reporting_html.php:1543 +#: ../../include/functions_reporting_html.php:1576 +#: ../../include/functions_reporting_html.php:2360 +#: ../../include/functions_reporting_html.php:3073 +#: ../../include/functions_snmp_browser.php:415 +#: ../../mobile/operation/tactical.php:312 +#: ../../mobile/operation/agent.php:158 msgid "Description" msgstr "" -#: ../../enterprise/mobile/include/functions_web.php:15 -#: ../../enterprise/meta/general/main_header.php:132 -#: ../../enterprise/meta/general/main_header.php:147 -#: ../../include/functions_groups.php:120 -#: ../../operation/search_results.php:113 -msgid "Reports" +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../operation/search_reports.php:40 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 +#: ../../godmode/reporting/reporting_builder.php:534 +msgid "HTML" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:69 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:220 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/operation/agentes/policy_view.php:253 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../extensions/agents_alerts.php:311 ../../include/functions_ui.php:896 -#: ../../operation/events/events_list.php:463 -#: ../../operation/users/user_edit.php:259 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/users/user_edit.php:269 -#: ../../operation/users/user_edit.php:291 -#: ../../operation/snmpconsole/snmp_view.php:385 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../godmode/events/event_edit_filter.php:265 -#: ../../godmode/users/configure_user.php:448 -#: ../../godmode/gis_maps/index.php:74 -#: ../../godmode/alerts/alert_list.list.php:494 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/agentes/module_manager_editor_common.php:347 -#: ../../godmode/setup/gis_step_2.php:367 -#: ../../godmode/setup/gis_step_2.php:451 -#: ../../godmode/setup/setup_visuals.php:141 -#: ../../godmode/setup/setup_visuals.php:454 -#: ../../godmode/setup/setup_visuals.php:466 -#: ../../godmode/massive/massive_edit_agents.php:385 -msgid "Default" +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../operation/search_reports.php:41 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 +#: ../../godmode/reporting/reporting_builder.php:535 +msgid "XML" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:168 -#: ../../extensions/agents_modules.php:100 -#: ../../extensions/agents_alerts.php:90 ../../extensions/matrix_events.php:31 -#: ../../operation/gis_maps/render_view.php:99 -#: ../../operation/visual_console/render_view.php:133 -#: ../../operation/reporting/graph_viewer.php:147 -#: ../../operation/reporting/reporting_viewer.php:103 -msgid "Full screen mode" +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/incidents/incident.php:66 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/events/events.php:499 ../../extensions/files_repo.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:130 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:38 +#: ../../enterprise/extensions/ipam/ipam_action.php:64 +#: ../../enterprise/godmode/policies/policies.php:174 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 +#: ../../enterprise/godmode/reporting/graph_template_list.php:86 +#: ../../enterprise/godmode/reporting/graph_template_list.php:106 +#: ../../enterprise/godmode/alerts/alert_events_list.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:204 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 +#: ../../enterprise/godmode/modules/local_components.php:330 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 +#: ../../enterprise/dashboard/dashboards.php:50 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/agentes/planned_downtime.list.php:107 +#: ../../godmode/netflow/nf_item_list.php:105 +#: ../../godmode/netflow/nf_item_list.php:126 +#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/snmpconsole/snmp_alert.php:459 +#: ../../godmode/massive/massive_delete_tags.php:151 +#: ../../godmode/massive/massive_delete_modules.php:236 +#: ../../godmode/massive/massive_delete_alerts.php:156 +#: ../../godmode/massive/massive_delete_action_alerts.php:105 +#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/users/configure_user.php:412 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:214 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_special_days.php:223 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/modules/manage_network_components.php:372 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/setup/news.php:97 ../../godmode/setup/gis.php:57 +#: ../../godmode/setup/links.php:69 ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +msgid "Successfully deleted" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:173 -#: ../../extensions/agents_modules.php:105 -#: ../../extensions/agents_alerts.php:95 ../../operation/events/events.php:429 -#: ../../operation/gis_maps/render_view.php:103 -#: ../../operation/visual_console/render_view.php:139 -#: ../../operation/reporting/graph_viewer.php:152 -#: ../../operation/reporting/reporting_viewer.php:108 -msgid "Back to normal mode" +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 +#: ../../enterprise/godmode/reporting/graph_template_list.php:87 +#: ../../enterprise/godmode/reporting/graph_template_list.php:107 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/agentes/planned_downtime.list.php:108 +#: ../../godmode/netflow/nf_item_list.php:106 +#: ../../godmode/netflow/nf_item_list.php:127 +#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../godmode/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +msgid "Not deleted. Error deleting data" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:178 -#: ../../enterprise/dashboard/main_dashboard.php:305 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../extensions/net_tools.php:322 -#: ../../godmode/update_manager/update_manager.php:28 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -msgid "Options" +#: ../../operation/reporting/graph_viewer.php:139 +#: ../../godmode/reporting/graph_builder.php:202 +msgid "Graph editor" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:194 -msgid "Slides mode" +#: ../../operation/reporting/graph_viewer.php:145 +#: ../../godmode/reporting/graph_builder.php:205 +msgid "View graph" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:199 -msgid "Previous Dashboard" +#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:249 +#: ../../godmode/reporting/graphs.php:75 +msgid "Custom graphs" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:204 -msgid "Next Dashboard" +#: ../../operation/reporting/graph_viewer.php:181 +msgid "No data." msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:209 -msgid "Play" +#: ../../operation/reporting/graph_viewer.php:192 +#: ../../operation/netflow/nf_live_view.php:231 +#: ../../operation/integria_incidents/incident.tracking.php:23 +#: ../../operation/events/events.build_table.php:567 +#: ../../extensions/users_connected.php:79 +#: ../../extensions/insert_data.php:166 ../../general/logon_ok.php:223 +#: ../../general/logon_ok.php:420 +#: ../../enterprise/operation/agentes/agent_inventory.php:70 +#: ../../enterprise/operation/inventory/inventory.php:223 +#: ../../enterprise/extensions/backup/main.php:66 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:252 +#: ../../enterprise/include/functions_inventory.php:507 +#: ../../enterprise/include/functions_reporting_pdf.php:945 +#: ../../enterprise/include/functions_reporting_pdf.php:951 +#: ../../enterprise/include/functions_reporting_pdf.php:968 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1065 +#: ../../godmode/admin_access_logs.php:190 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../include/functions.php:2307 ../../include/functions_events.php:3697 +#: ../../include/functions_reporting.php:2210 +#: ../../include/functions_reporting.php:2243 +#: ../../include/functions_reporting_html.php:1244 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1251 +#: ../../include/functions_reporting_html.php:1265 +#: ../../include/functions_reporting_html.php:2852 +#: ../../mobile/operation/tactical.php:310 +msgid "Date" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:214 -msgid "Pause" +#: ../../operation/reporting/graph_viewer.php:204 +#: ../../operation/agentes/graphs.php:136 +#: ../../operation/agentes/stat_win.php:333 +#: ../../operation/agentes/interface_traffic_graph_win.php:232 +msgid "Time range" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:218 -msgid "Next slide in" +#: ../../operation/reporting/graph_viewer.php:213 +#: ../../operation/reporting/graph_viewer.php:236 +msgid "Graph defined" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:214 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 +#: ../../enterprise/dashboard/widgets/custom_graph.php:39 +#: ../../godmode/reporting/graph_builder.main.php:155 +#: ../../godmode/setup/setup_visuals.php:442 +#: ../../include/functions_visual_map_editor.php:304 +msgid "Area" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:215 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 +#: ../../enterprise/dashboard/widgets/custom_graph.php:40 +#: ../../godmode/reporting/graph_builder.main.php:156 +msgid "Stacked area" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 +#: ../../enterprise/dashboard/widgets/custom_graph.php:41 +#: ../../godmode/reporting/graph_builder.main.php:157 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/setup/setup_visuals.php:445 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:303 +#: ../../include/functions_visual_map_editor.php:591 +msgid "Line" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:217 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 +#: ../../enterprise/dashboard/widgets/custom_graph.php:42 +#: ../../godmode/reporting/graph_builder.main.php:158 +msgid "Stacked line" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:218 +#: ../../enterprise/dashboard/widgets/custom_graph.php:43 +#: ../../godmode/reporting/graph_builder.main.php:159 +msgid "Bullet chart" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:219 +#: ../../enterprise/dashboard/widgets/custom_graph.php:44 +#: ../../godmode/reporting/graph_builder.main.php:160 +msgid "Gauge" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:220 +#: ../../enterprise/dashboard/widgets/custom_graph.php:45 +msgid "Horizontal Bars" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:221 +#: ../../enterprise/dashboard/widgets/custom_graph.php:46 +msgid "Vertical Bars" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:222 +#: ../../enterprise/dashboard/widgets/custom_graph.php:47 +#: ../../godmode/reporting/graph_builder.main.php:163 +msgid "Pie" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:229 -#: ../../enterprise/dashboard/widgets/top_n.php:289 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/include/functions_networkmap_enterprise.php:615 -#: ../../extensions/agents_modules.php:86 -#: ../../extensions/agents_alerts.php:78 ../../include/ajax/module.php:760 -#: ../../operation/agentes/networkmap.php:584 -#: ../../operation/servers/recon_view.php:49 -#: ../../operation/visual_console/render_view.php:178 -#: ../../operation/visual_console/public_console.php:100 #: ../../operation/reporting/graph_viewer.php:227 -#: ../../general/login_page.php:46 ../../general/login_page.php:156 +#: ../../godmode/reporting/graph_builder.main.php:167 +msgid "Equalize maximum thresholds" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:228 +#: ../../godmode/reporting/graph_builder.main.php:168 +msgid "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:237 +msgid "Zoom x1" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:238 +msgid "Zoom x2" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:239 +msgid "Zoom x3" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/servers/recon_view.php:49 +#: ../../operation/visual_console/render_view.php:173 +#: ../../operation/visual_console/public_console.php:112 +#: ../../extensions/agents_alerts.php:79 +#: ../../extensions/agents_modules.php:87 ../../general/login_page.php:46 +#: ../../general/login_page.php:199 +#: ../../enterprise/extensions/ipam/ipam_network.php:159 +#: ../../enterprise/godmode/policies/policy_queue.php:470 +#: ../../enterprise/meta/advanced/policymanager.queue.php:236 +#: ../../enterprise/dashboard/widgets/top_n.php:286 +#: ../../enterprise/dashboard/main_dashboard.php:185 +#: ../../include/functions_pandora_networkmap.php:747 +#: ../../include/ajax/module.php:782 msgid "Refresh" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:253 -msgid "Save the actual layout design" +#: ../../operation/reporting/graph_viewer.php:314 +msgid "Custom graph viewer" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:344 -msgid "Number Cells" +#: ../../operation/reporting/graph_viewer.php:325 +#: ../../operation/search_graphs.php:33 ../../godmode/reporting/graphs.php:152 +msgid "Graph name" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:349 -msgid "Update cells" +#: ../../operation/agentes/pandora_networkmap.php:153 +msgid "Succesfully created" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:351 -msgid "Name of dashboard" +#: ../../operation/agentes/pandora_networkmap.php:153 +#: ../../enterprise/operation/agentes/transactional_map.php:86 +#: ../../enterprise/extensions/ipam/ipam_action.php:92 +#: ../../enterprise/extensions/ipam/ipam_action.php:100 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:287 +#: ../../enterprise/godmode/policies/policies.php:128 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 +#: ../../enterprise/godmode/policies/policy_alerts.php:148 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:87 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/modules/local_components.php:107 +#: ../../enterprise/godmode/modules/local_components.php:247 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2279 +#: ../../godmode/agentes/configurar_agente.php:244 +#: ../../godmode/agentes/configurar_agente.php:591 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +#: ../../godmode/users/configure_user.php:235 +#: ../../godmode/alerts/alert_list.php:104 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_special_days.php:149 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:432 +#: ../../godmode/modules/manage_network_components.php:162 +#: ../../godmode/modules/manage_network_components.php:256 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +msgid "Could not be created" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:354 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../godmode/reporting/reporting_builder.php:557 -msgid "Private" +#: ../../operation/agentes/pandora_networkmap.php:247 +msgid "Succesfully updated" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:359 -#: ../../enterprise/dashboard/main_dashboard.php:383 -#: ../../enterprise/dashboard/widgets/top_n.php:309 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../operation/agentes/pandora_networkmap.php:247 +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/incidents/incident.php:111 +#: ../../enterprise/operation/agentes/transactional_map.php:110 +#: ../../enterprise/extensions/ipam/ipam_massive.php:42 +#: ../../enterprise/extensions/ipam/ipam_action.php:128 +#: ../../enterprise/godmode/policies/policy_modules.php:894 +#: ../../enterprise/godmode/policies/policies.php:159 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:130 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 +#: ../../enterprise/godmode/alerts/alert_events_list.php:95 +#: ../../enterprise/godmode/alerts/alert_events.php:375 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 +#: ../../enterprise/godmode/modules/local_components.php:309 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/alerts/alert_templates.php:152 +#: ../../godmode/alerts/alert_list.php:197 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/alert_special_days.php:207 +#: ../../godmode/alerts/configure_alert_template.php:445 +#: ../../godmode/modules/manage_network_components.php:346 +#: ../../godmode/setup/gis.php:41 +#: ../../include/functions_planned_downtimes.php:122 +msgid "Could not be updated" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Succesfully duplicate" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:260 +#: ../../enterprise/godmode/policies/policy_modules.php:1028 +msgid "Could not be duplicated" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:269 +msgid "Succesfully deleted" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:269 +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/incidents/incident.php:67 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/events/events.php:500 ../../extensions/files_repo.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:131 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:39 +#: ../../enterprise/extensions/ipam/ipam_action.php:61 +#: ../../enterprise/godmode/policies/policy_collections.php:69 +#: ../../enterprise/godmode/policies/policy_modules.php:952 +#: ../../enterprise/godmode/policies/policies.php:175 +#: ../../enterprise/godmode/policies/policy_agents.php:91 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 +#: ../../enterprise/godmode/policies/policy_alerts.php:165 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 +#: ../../enterprise/godmode/alerts/alert_events_list.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:205 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 +#: ../../enterprise/godmode/modules/local_components.php:331 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 +#: ../../enterprise/dashboard/dashboards.php:51 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/massive/massive_delete_tags.php:152 +#: ../../godmode/massive/massive_delete_alerts.php:157 +#: ../../godmode/massive/massive_delete_action_alerts.php:106 +#: ../../godmode/users/configure_user.php:413 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:214 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_special_days.php:224 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/modules/manage_network_components.php:373 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +msgid "Could not be deleted" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:365 +#: ../../operation/agentes/pandora_networkmap.editor.php:133 +#: ../../operation/agentes/pandora_networkmap.view.php:703 +#: ../../enterprise/meta/general/main_header.php:187 +msgid "Networkmap" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:398 +#: ../../operation/agentes/pandora_networkmap.editor.php:183 +#: ../../operation/netflow/nf_live_view.php:288 +#: ../../operation/search_users.php:41 ../../operation/search_maps.php:31 +#: ../../operation/gis_maps/gis_map.php:89 ../../operation/search_helps.php:36 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../enterprise/operation/agentes/collection_view.php:63 +#: ../../enterprise/operation/agentes/policy_view.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:305 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:86 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:192 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:251 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:158 +#: ../../enterprise/operation/services/services.service.php:120 +#: ../../enterprise/operation/services/services.list.php:305 +#: ../../enterprise/godmode/policies/policy_collections.php:121 +#: ../../enterprise/godmode/policies/policy_collections.php:192 +#: ../../enterprise/godmode/policies/policy_modules.php:1058 +#: ../../enterprise/godmode/policies/policies.php:255 +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 +#: ../../enterprise/godmode/policies/configure_policy.php:65 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1198 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 +#: ../../enterprise/godmode/reporting/mysql_builder.php:41 +#: ../../enterprise/godmode/reporting/mysql_builder.php:138 +#: ../../enterprise/godmode/reporting/mysql_builder.php:139 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 +#: ../../enterprise/godmode/agentes/collection_manager.php:105 +#: ../../enterprise/godmode/agentes/collection_manager.php:163 +#: ../../enterprise/godmode/agentes/inventory_manager.php:233 +#: ../../enterprise/godmode/servers/list_satellite.php:35 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:54 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:67 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:325 +#: ../../enterprise/godmode/alerts/alert_events_list.php:422 +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 +#: ../../enterprise/godmode/services/services.service.php:233 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 +#: ../../enterprise/godmode/modules/configure_local_component.php:149 +#: ../../enterprise/godmode/modules/local_components.php:481 +#: ../../enterprise/godmode/setup/setup_skins.php:82 +#: ../../enterprise/godmode/setup/edit_skin.php:208 +#: ../../enterprise/meta/advanced/servers.build_table.php:59 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:157 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:517 +#: ../../enterprise/meta/include/functions_wizard_meta.php:148 +#: ../../enterprise/meta/include/functions_wizard_meta.php:359 +#: ../../enterprise/meta/include/functions_wizard_meta.php:460 +#: ../../enterprise/meta/include/functions_wizard_meta.php:991 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1411 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1511 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1625 +#: ../../enterprise/include/functions_services.php:1413 +#: ../../enterprise/include/functions_reporting.php:1927 +#: ../../enterprise/include/functions_reporting.php:2041 +#: ../../enterprise/include/functions_reporting.php:3217 +#: ../../enterprise/include/functions_reporting_pdf.php:1328 +#: ../../enterprise/include/functions_reporting_pdf.php:1464 +#: ../../enterprise/include/functions_reporting_pdf.php:2416 +#: ../../enterprise/dashboard/dashboards.php:87 +#: ../../enterprise/dashboard/main_dashboard.php:282 +#: ../../enterprise/dashboard/main_dashboard.php:312 +#: ../../enterprise/mobile/include/enterprise.class.php:78 +#: ../../godmode/reporting/reporting_builder.item_editor.php:659 +#: ../../godmode/reporting/graph_builder.main.php:101 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/reporting/reporting_builder.main.php:65 +#: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/module_manager.php:509 +#: ../../godmode/agentes/module_manager_editor_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:613 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../godmode/netflow/nf_edit.php:118 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/servers/recon_script.php:95 +#: ../../godmode/servers/recon_script.php:348 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/modificar_server.php:46 +#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/groups/configure_group.php:114 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/groups/configure_modu_group.php:69 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_template.php:742 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_network_components_form_common.php:54 +#: ../../godmode/modules/manage_nc_groups_form.php:66 +#: ../../godmode/modules/manage_nc_groups.php:193 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/events/event_filter.php:108 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/edit_tag.php:169 +#: ../../include/functions_pandora_networkmap.php:1380 +#: ../../include/functions_pandora_networkmap.php:1413 +#: ../../include/functions_pandora_networkmap.php:1538 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_events.php:2016 +#: ../../include/functions_events.php:2066 +#: ../../include/functions_reporting.php:5481 +#: ../../include/functions_reporting_html.php:530 +#: ../../include/functions_reporting_html.php:1143 +#: ../../include/functions_reporting_html.php:1571 +#: ../../include/functions_reporting_html.php:3072 +#: ../../include/functions_filemanager.php:580 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../mobile/operation/networkmaps.php:195 +msgid "Name" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:399 +#: ../../include/functions_reporting_html.php:2743 +msgid "Nodes" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:400 +#: ../../operation/tree.php:61 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/dashboard/widgets/groups_status.php:28 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 +#: ../../enterprise/dashboard/widgets/events_list.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:34 +#: ../../godmode/reporting/visual_console_builder.wizard.php:233 +#: ../../include/functions_networkmap.php:1657 +#: ../../include/functions_maps.php:40 ../../mobile/operation/home.php:50 +#: ../../mobile/operation/groups.php:66 +#: ../../mobile/include/functions_web.php:26 +msgid "Groups" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:402 +#: ../../operation/agentes/pandora_networkmap.php:479 +#: ../../enterprise/godmode/policies/policy_modules.php:1188 +#: ../../enterprise/godmode/policies/policies.php:386 +#: ../../enterprise/dashboard/dashboards.php:90 +#: ../../enterprise/dashboard/dashboards.php:124 +#: ../../godmode/reporting/map_builder.php:214 +#: ../../godmode/massive/massive_copy_modules.php:224 +#: ../../godmode/alerts/alert_actions.php:342 +msgid "Copy" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:403 +#: ../../operation/agentes/status_monitor.php:1112 +#: ../../operation/agentes/estado_agente.php:578 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/search_reports.php:52 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../enterprise/operation/agentes/transactional_map.php:281 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:143 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 +#: ../../enterprise/extensions/cron/main.php:262 +#: ../../enterprise/godmode/reporting/mysql_builder.php:86 +#: ../../enterprise/godmode/reporting/mysql_builder.php:100 +#: ../../enterprise/godmode/reporting/mysql_builder.php:110 +#: ../../enterprise/godmode/reporting/mysql_builder.php:152 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 +#: ../../enterprise/godmode/agentes/collections.editor.php:178 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 +#: ../../enterprise/godmode/alerts/alert_events_list.php:634 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 +#: ../../enterprise/meta/screens/screens.visualmap.php:63 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1905 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1999 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2477 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 +#: ../../enterprise/include/ajax/transactional.ajax.php:119 +#: ../../enterprise/include/ajax/transactional.ajax.php:206 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/agentes/modificar_agente.php:565 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/servers/servers.build_table.php:154 +#: ../../godmode/users/user_list.php:469 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/alerts/alert_special_days.php:449 +#: ../../godmode/setup/snmp_wizard.php:119 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../include/functions_pandora_networkmap.php:1438 +#: ../../include/ajax/module.php:841 ../../include/functions_groups.php:2166 +msgid "Edit" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:404 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/snmpconsole/snmp_view.php:840 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/messages/message_list.php:128 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:200 +#: ../../operation/messages/message_list.php:216 +#: ../../operation/integria_incidents/incident.files.php:46 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../enterprise/operation/agentes/transactional_map.php:286 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:147 +#: ../../enterprise/operation/services/services.list.php:462 +#: ../../enterprise/extensions/backup/main.php:137 +#: ../../enterprise/extensions/cron/main.php:265 +#: ../../enterprise/godmode/policies/policy_plugins.php:83 +#: ../../enterprise/godmode/policies/policy_modules.php:1124 +#: ../../enterprise/godmode/policies/policy_modules.php:1148 +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:379 +#: ../../enterprise/godmode/policies/policy_queue.php:421 +#: ../../enterprise/godmode/policies/policies.php:396 +#: ../../enterprise/godmode/policies/policy_agents.php:478 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 +#: ../../enterprise/godmode/policies/policy_alerts.php:422 +#: ../../enterprise/godmode/reporting/mysql_builder.php:42 +#: ../../enterprise/godmode/reporting/mysql_builder.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 +#: ../../enterprise/godmode/reporting/graph_template_list.php:158 +#: ../../enterprise/godmode/agentes/plugins_manager.php:112 +#: ../../enterprise/godmode/agentes/plugins_manager.php:171 +#: ../../enterprise/godmode/agentes/inventory_manager.php:262 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:328 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:366 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/alerts/alert_events_list.php:568 +#: ../../enterprise/godmode/alerts/alert_events_list.php:646 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 +#: ../../enterprise/godmode/modules/local_components.php:531 +#: ../../enterprise/godmode/modules/local_components.php:543 +#: ../../enterprise/godmode/setup/setup_acl.php:153 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 +#: ../../enterprise/meta/advanced/servers.build_table.php:132 +#: ../../enterprise/meta/advanced/metasetup.visual.php:162 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/meta/advanced/policymanager.queue.php:312 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:160 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:196 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:209 +#: ../../enterprise/meta/include/functions_wizard_meta.php:294 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 +#: ../../enterprise/include/ajax/transactional.ajax.php:121 +#: ../../enterprise/include/ajax/transactional.ajax.php:209 +#: ../../enterprise/dashboard/dashboards.php:91 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/reporting/reporting_builder.list_items.php:426 +#: ../../godmode/reporting/reporting_builder.list_items.php:453 +#: ../../godmode/reporting/reporting_builder.list_items.php:472 +#: ../../godmode/reporting/reporting_builder.list_items.php:532 +#: ../../godmode/reporting/visual_console_builder.elements.php:515 +#: ../../godmode/agentes/module_manager.php:533 +#: ../../godmode/agentes/module_manager.php:745 +#: ../../godmode/agentes/module_manager.php:762 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager_editor_common.php:678 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/agent_template.php:250 +#: ../../godmode/agentes/planned_downtime.editor.php:797 +#: ../../godmode/agentes/planned_downtime.editor.php:802 +#: ../../godmode/agentes/planned_downtime.editor.php:850 +#: ../../godmode/netflow/nf_item_list.php:239 +#: ../../godmode/netflow/nf_item_list.php:250 +#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 +#: ../../godmode/servers/servers.build_table.php:167 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/snmpconsole/snmp_alert.php:1095 +#: ../../godmode/snmpconsole/snmp_alert.php:1124 +#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 +#: ../../godmode/massive/massive_delete_agents.php:140 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_alerts.php:237 +#: ../../godmode/massive/massive_delete_action_alerts.php:187 +#: ../../godmode/users/user_list.php:471 +#: ../../godmode/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_list.list.php:710 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../godmode/modules/manage_network_components.php:617 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_network_templates.php:227 +#: ../../godmode/modules/manage_nc_groups.php:221 +#: ../../godmode/modules/manage_nc_groups.php:232 +#: ../../godmode/setup/snmp_wizard.php:122 ../../godmode/setup/news.php:225 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/setup_visuals.php:656 +#: ../../godmode/setup/setup_visuals.php:687 ../../godmode/setup/links.php:137 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:168 +#: ../../include/functions_pandora_networkmap.php:744 +#: ../../include/functions_groups.php:2173 +msgid "Delete" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:466 +msgid "Pending to generate" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:486 +#: ../../enterprise/operation/services/services.list.php:437 +msgid "Config" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/messages/message_list.php:199 +#: ../../operation/users/user_edit.php:826 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../operation/events/events.build_table.php:760 +#: ../../operation/events/events.php:768 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../enterprise/operation/agentes/transactional_map.php:263 +#: ../../enterprise/operation/agentes/transactional_map.php:269 +#: ../../enterprise/operation/agentes/transactional_map.php:285 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:146 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:228 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/extensions/backup/main.php:177 +#: ../../enterprise/godmode/policies/policy_modules.php:1106 +#: ../../enterprise/godmode/policies/policy_modules.php:1113 +#: ../../enterprise/godmode/policies/policy_modules.php:1142 +#: ../../enterprise/godmode/policies/policy_queue.php:440 +#: ../../enterprise/godmode/policies/policy_queue.php:476 +#: ../../enterprise/godmode/policies/policy_queue.php:492 +#: ../../enterprise/godmode/policies/policies.php:382 +#: ../../enterprise/godmode/policies/policies.php:392 +#: ../../enterprise/godmode/policies/policies.php:410 +#: ../../enterprise/godmode/policies/policy_agents.php:227 +#: ../../enterprise/godmode/policies/policy_agents.php:326 +#: ../../enterprise/godmode/policies/policy_agents.php:470 +#: ../../enterprise/godmode/policies/policy_agents.php:523 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 +#: ../../enterprise/godmode/policies/policy_alerts.php:411 +#: ../../enterprise/godmode/reporting/mysql_builder.php:49 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 +#: ../../enterprise/godmode/reporting/graph_template_list.php:146 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 +#: ../../enterprise/godmode/agentes/inventory_manager.php:261 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:367 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 +#: ../../enterprise/godmode/alerts/alert_events_list.php:643 +#: ../../enterprise/godmode/alerts/alert_events_list.php:756 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 +#: ../../enterprise/godmode/modules/local_components.php:530 +#: ../../enterprise/godmode/setup/setup_skins.php:136 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/meta/advanced/policymanager.queue.php:330 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/include/ajax/transactional.ajax.php:120 +#: ../../enterprise/include/ajax/transactional.ajax.php:208 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/agentes/modificar_agente.php:631 +#: ../../godmode/agentes/agent_manager.php:198 +#: ../../godmode/agentes/module_manager.php:705 +#: ../../godmode/agentes/module_manager.php:713 +#: ../../godmode/agentes/module_manager.php:728 +#: ../../godmode/agentes/module_manager.php:743 +#: ../../godmode/agentes/module_manager.php:754 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager_editor_common.php:152 +#: ../../godmode/agentes/agent_template.php:250 +#: ../../godmode/agentes/planned_downtime.editor.php:847 +#: ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/servers/plugin.php:782 +#: ../../godmode/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/snmpconsole/snmp_filters.php:143 +#: ../../godmode/snmpconsole/snmp_alert.php:1094 +#: ../../godmode/snmpconsole/snmp_alert.php:1123 +#: ../../godmode/snmpconsole/snmp_alert.php:1335 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 +#: ../../godmode/massive/massive_add_action_alerts.php:179 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_agents.php:138 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/massive/massive_delete_action_alerts.php:185 +#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 +#: ../../godmode/users/configure_user.php:660 +#: ../../godmode/users/profile_list.php:390 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_list.list.php:825 +#: ../../godmode/alerts/alert_special_days.php:451 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/modules/manage_network_components.php:616 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_nc_groups.php:219 +#: ../../godmode/setup/news.php:267 ../../godmode/setup/links.php:150 +#: ../../godmode/events/event_filter.php:146 ../../godmode/tag/tag.php:273 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +msgid "Are you sure?" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:502 +msgid "There are no maps defined." +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.php:509 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 +msgid "Create networkmap" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.editor.php:165 +#: ../../operation/agentes/pandora_networkmap.view.php:705 +msgid "Not found networkmap." +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.editor.php:186 +#: ../../operation/agentes/pandora_networkmap.editor.php:199 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/agentes/status_monitor.php:291 +#: ../../operation/agentes/exportdata.php:234 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:515 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/ver_agente.php:603 +#: ../../operation/netflow/nf_live_view.php:291 +#: ../../operation/users/user_edit.php:532 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/integria_incidents/incident.list.php:61 +#: ../../operation/integria_incidents/incident.list.php:95 +#: ../../operation/integria_incidents/incident.incident.php:87 +#: ../../operation/incidents/incident.php:339 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/search_maps.php:32 ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/events/events_list.php:544 +#: ../../operation/events/sound_events.php:76 +#: ../../extensions/agents_alerts.php:74 +#: ../../extensions/agents_modules.php:82 ../../general/ui/agents_list.php:69 +#: ../../enterprise/operation/agentes/transactional_map.php:147 +#: ../../enterprise/operation/agentes/ver_agente.php:50 +#: ../../enterprise/operation/agentes/ver_agente.php:71 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:196 +#: ../../enterprise/operation/inventory/inventory.php:164 +#: ../../enterprise/operation/services/services.service.php:123 +#: ../../enterprise/operation/services/services.list.php:162 +#: ../../enterprise/operation/services/services.list.php:314 +#: ../../enterprise/operation/log/log_viewer.php:197 +#: ../../enterprise/godmode/policies/policies.php:229 +#: ../../enterprise/godmode/policies/policies.php:257 +#: ../../enterprise/godmode/policies/policy_agents.php:359 +#: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 +#: ../../enterprise/godmode/reporting/graph_template_list.php:126 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 +#: ../../enterprise/godmode/agentes/collections.php:183 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:92 +#: ../../enterprise/godmode/alerts/alert_events_list.php:361 +#: ../../enterprise/godmode/alerts/alert_events_list.php:423 +#: ../../enterprise/godmode/alerts/alert_events.php:491 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/godmode/services/services.service.php:239 +#: ../../enterprise/godmode/modules/configure_local_component.php:217 +#: ../../enterprise/godmode/modules/local_components.php:401 +#: ../../enterprise/godmode/modules/local_components.php:483 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 +#: ../../enterprise/meta/advanced/synchronizing.user.php:553 #: ../../enterprise/meta/agentsearch.php:95 #: ../../enterprise/meta/include/functions_networkmap_meta.php:91 #: ../../enterprise/meta/include/functions_networkmap_meta.php:158 #: ../../enterprise/meta/include/functions_events_meta.php:67 #: ../../enterprise/meta/include/functions_wizard_meta.php:153 #: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/meta/advanced/synchronizing.user.php:553 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 +#: ../../enterprise/include/functions_reporting_pdf.php:2311 +#: ../../enterprise/include/functions_reporting_pdf.php:2361 #: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_reporting_pdf.php:2233 -#: ../../enterprise/include/functions_reporting_pdf.php:2283 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 -#: ../../enterprise/operation/log/log_viewer.php:192 -#: ../../enterprise/operation/services/services.service.php:123 -#: ../../enterprise/operation/services/services.list.php:160 -#: ../../enterprise/operation/services/services.list.php:312 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268 -#: ../../enterprise/operation/agentes/ver_agente.php:50 -#: ../../enterprise/operation/agentes/ver_agente.php:71 -#: ../../enterprise/operation/inventory/inventory.php:162 -#: ../../enterprise/godmode/services/services.service.php:239 -#: ../../enterprise/godmode/alerts/alert_events_list.php:361 -#: ../../enterprise/godmode/alerts/alert_events_list.php:423 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 -#: ../../enterprise/godmode/agentes/collections.php:183 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 -#: ../../enterprise/godmode/modules/local_components.php:389 -#: ../../enterprise/godmode/modules/local_components.php:471 -#: ../../enterprise/godmode/modules/configure_local_component.php:209 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/graph_template_list.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1347 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:255 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policy_agents.php:334 -#: ../../mobile/operation/networkmaps.php:65 -#: ../../mobile/operation/networkmaps.php:69 -#: ../../mobile/operation/networkmaps.php:129 -#: ../../mobile/operation/networkmaps.php:130 -#: ../../mobile/operation/networkmaps.php:197 +#: ../../enterprise/dashboard/widgets/top_n.php:306 +#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../enterprise/dashboard/widgets/tree_view.php:44 +#: ../../enterprise/dashboard/dashboards.php:89 +#: ../../enterprise/dashboard/main_dashboard.php:290 +#: ../../enterprise/dashboard/main_dashboard.php:314 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/reporting/reporting_builder.item_editor.php:873 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/reporting/graph_builder.main.php:114 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/agentes/modificar_agente.php:145 +#: ../../godmode/agentes/modificar_agente.php:488 +#: ../../godmode/agentes/agent_manager.php:243 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/configurar_agente.php:338 +#: ../../godmode/agentes/planned_downtime.list.php:393 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/netflow/nf_edit.php:119 +#: ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/servers/manage_recontask_form.php:300 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/snmpconsole/snmp_alert.php:556 +#: ../../godmode/massive/massive_add_action_alerts.php:136 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_edit_agents.php:205 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/massive/massive_enable_disable_alerts.php:136 +#: ../../godmode/massive/massive_copy_modules.php:71 +#: ../../godmode/massive/massive_copy_modules.php:182 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_delete_action_alerts.php:138 +#: ../../godmode/users/user_list.php:227 +#: ../../godmode/users/configure_user.php:617 +#: ../../godmode/alerts/configure_alert_special_days.php:69 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/alert_special_days.php:246 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/configure_alert_template.php:746 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/modules/manage_network_templates_form.php:200 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_templates_form.php:300 +#: ../../godmode/modules/manage_network_components.php:479 +#: ../../godmode/modules/manage_network_components.php:568 +#: ../../godmode/modules/manage_network_components_form_common.php:101 +#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 +#: ../../godmode/setup/gis.php:63 +#: ../../godmode/events/event_edit_filter.php:224 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/event_filter.php:109 +#: ../../include/functions_pandora_networkmap.php:1370 +#: ../../include/functions_pandora_networkmap.php:1513 +#: ../../include/functions_networkmap.php:1746 +#: ../../include/functions_visual_map.php:2330 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2435 +#: ../../include/functions_events.php:3327 +#: ../../include/functions_graph.php:5381 +#: ../../include/functions_reporting_html.php:1540 +#: ../../include/functions_reporting_html.php:1575 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:315 +#: ../../include/functions_visual_map_editor.php:589 +#: ../../include/functions_groups.php:745 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 #: ../../mobile/operation/modules.php:128 #: ../../mobile/operation/modules.php:132 #: ../../mobile/operation/modules.php:203 #: ../../mobile/operation/modules.php:204 ../../mobile/operation/alerts.php:84 #: ../../mobile/operation/alerts.php:88 ../../mobile/operation/alerts.php:178 -#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/events.php:356 -#: ../../mobile/operation/events.php:360 ../../mobile/operation/events.php:496 -#: ../../mobile/operation/events.php:599 ../../mobile/operation/events.php:600 -#: ../../mobile/operation/visualmaps.php:49 -#: ../../mobile/operation/visualmaps.php:53 -#: ../../mobile/operation/visualmaps.php:141 -#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 -#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 -#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:280 -#: ../../extensions/agents_modules.php:81 -#: ../../extensions/agents_alerts.php:73 -#: ../../include/functions_graph.php:5073 -#: ../../include/functions_networkmap.php:1746 -#: ../../include/functions_groups.php:715 -#: ../../include/functions_visual_map.php:2292 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:303 -#: ../../include/functions_visual_map_editor.php:577 -#: ../../include/functions_reporting_html.php:1483 -#: ../../include/functions_reporting_html.php:1518 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:2432 -#: ../../operation/integria_incidents/incident.incident.php:87 -#: ../../operation/integria_incidents/incident.list.php:61 -#: ../../operation/integria_incidents/incident.list.php:95 -#: ../../operation/events/events.build_table.php:91 -#: ../../operation/events/events_list.php:529 -#: ../../operation/events/sound_events.php:71 -#: ../../operation/users/user_edit.php:420 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/gis_maps/gis_map.php:90 -#: ../../operation/gis_maps/index.php:36 ../../operation/gis_maps/ajax.php:309 -#: ../../operation/agentes/exportdata.php:226 -#: ../../operation/agentes/ver_agente.php:539 -#: ../../operation/agentes/group_view.php:146 -#: ../../operation/agentes/estado_agente.php:164 -#: ../../operation/agentes/estado_agente.php:467 -#: ../../operation/agentes/networkmap_list.php:136 -#: ../../operation/agentes/networkmap_list.php:170 -#: ../../operation/agentes/networkmap.php:448 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/agentes/estado_generalagente.php:246 -#: ../../operation/agentes/status_monitor.php:407 -#: ../../operation/search_maps.php:32 -#: ../../operation/netflow/nf_live_view.php:291 -#: ../../operation/incidents/incident.php:334 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../godmode/events/event_filter.php:105 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_edit_filter.php:213 -#: ../../godmode/users/configure_user.php:617 -#: ../../godmode/users/user_list.php:227 -#: ../../godmode/snmpconsole/snmp_alert.php:556 -#: ../../godmode/gis_maps/index.php:71 -#: ../../godmode/gis_maps/configure_gis_map.php:356 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/alerts/alert_special_days.php:164 -#: ../../godmode/alerts/configure_alert_template.php:711 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/agentes/agent_manager.php:243 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/agentes/modificar_agente.php:430 -#: ../../godmode/agentes/planned_downtime.editor.php:474 -#: ../../godmode/agentes/planned_downtime.editor.php:723 -#: ../../godmode/agentes/planned_downtime.list.php:391 -#: ../../godmode/agentes/configurar_agente.php:338 -#: ../../godmode/servers/manage_recontask_form.php:300 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/setup/news.php:164 -#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/gis.php:63 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/massive/massive_edit_agents.php:205 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_add_action_alerts.php:136 -#: ../../godmode/massive/massive_delete_action_alerts.php:138 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/modules/manage_network_components.php:454 -#: ../../godmode/modules/manage_network_components.php:543 -#: ../../godmode/modules/manage_network_components_form_common.php:99 -#: ../../godmode/modules/manage_network_templates_form.php:200 -#: ../../godmode/modules/manage_network_templates_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:300 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/reporting/graph_builder.main.php:107 -#: ../../godmode/reporting/reporting_builder.item_editor.php:816 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/graphs.php:145 -#: ../../godmode/reporting/reporting_builder.php:432 -#: ../../godmode/reporting/reporting_builder.php:564 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../general/ui/agents_list.php:69 +#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/agents.php:75 +#: ../../mobile/operation/agents.php:120 ../../mobile/operation/agents.php:124 +#: ../../mobile/operation/agents.php:175 ../../mobile/operation/agents.php:176 +#: ../../mobile/operation/agents.php:316 +#: ../../mobile/operation/networkmaps.php:65 +#: ../../mobile/operation/networkmaps.php:69 +#: ../../mobile/operation/networkmaps.php:129 +#: ../../mobile/operation/networkmaps.php:130 +#: ../../mobile/operation/networkmaps.php:197 +#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 +#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 +#: ../../mobile/operation/events.php:605 msgid "Group" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:366 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:627 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 -#: ../../enterprise/godmode/reporting/mysql_builder.php:149 -#: ../../extensions/insert_data.php:178 ../../operation/agentes/graphs.php:246 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/reporting/visual_console_builder.data.php:127 -#: ../../godmode/reporting/reporting_builder.main.php:32 -msgid "Save" +#: ../../operation/agentes/pandora_networkmap.editor.php:190 +msgid "Node radius" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:387 -msgid "Private dashboard" +#: ../../operation/agentes/pandora_networkmap.editor.php:197 +#: ../../operation/incidents/incident.php:341 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/events/events.build_table.php:229 +#: ../../enterprise/operation/log/log_viewer.php:205 +#: ../../enterprise/meta/advanced/synchronizing.user.php:508 +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#: ../../enterprise/meta/advanced/synchronizing.component.php:310 +#: ../../enterprise/meta/advanced/synchronizing.group.php:147 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 +#: ../../enterprise/meta/advanced/synchronizing.os.php:91 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2144 +#: ../../include/functions_events.php:2259 +#: ../../include/functions_events.php:3364 +msgid "Source" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:391 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:292 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:421 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/godmode/alerts/alert_events_list.php:608 -#: ../../enterprise/godmode/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:93 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185 -#: ../../enterprise/godmode/agentes/collection_manager.php:109 -#: ../../enterprise/godmode/agentes/collection_manager.php:126 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 -#: ../../enterprise/godmode/setup/setup_acl.php:98 -#: ../../enterprise/godmode/setup/setup_acl.php:117 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:243 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:160 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:233 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../enterprise/godmode/policies/policy_plugins.php:65 -#: ../../enterprise/godmode/policies/policy_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../operation/integria_incidents/incident.files.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:35 -#: ../../operation/events/events_list.php:327 -#: ../../operation/events/events_list.php:355 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../godmode/events/event_edit_filter.php:335 -#: ../../godmode/events/event_edit_filter.php:350 -#: ../../godmode/users/configure_profile.php:364 -#: ../../godmode/snmpconsole/snmp_alert.php:1199 -#: ../../godmode/alerts/alert_list.list.php:610 -#: ../../godmode/agentes/planned_downtime.editor.php:622 -#: ../../godmode/agentes/planned_downtime.editor.php:693 -#: ../../godmode/agentes/planned_downtime.editor.php:832 -#: ../../godmode/servers/plugin.php:746 -#: ../../godmode/servers/manage_recontask_form.php:384 -#: ../../godmode/servers/recon_script.php:383 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/setup_visuals.php:572 -#: ../../godmode/setup/setup_visuals.php:608 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/modules/manage_network_templates_form.php:308 -#: ../../godmode/reporting/graph_builder.graph_editor.php:159 -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -msgid "Add" +#: ../../operation/agentes/pandora_networkmap.editor.php:200 +#: ../../godmode/menu.php:213 ../../include/functions_groups.php:92 +msgid "Recon task" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:399 -#: ../../godmode/reporting/visual_console_builder.editor.php:139 -#: ../../godmode/reporting/visual_console_builder.editor.php:144 -#: ../../godmode/reporting/visual_console_builder.editor.php:149 -msgid "Action in progress" +#: ../../operation/agentes/pandora_networkmap.editor.php:201 +msgid "CIDR IP mask" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:400 -#: ../../godmode/reporting/visual_console_builder.editor.php:140 -msgid "Loading in progress" +#: ../../operation/agentes/pandora_networkmap.editor.php:203 +msgid "Source from recon task" msgstr "" -#: ../../enterprise/dashboard/main_dashboard.php:406 -#: ../../enterprise/dashboard/main_dashboard.php:486 -#: ../../enterprise/meta/include/functions_ui_meta.php:779 -#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 -#: ../../include/functions_ui.php:229 ../../include/functions.php:1015 -#: ../../include/functions_events.php:1161 -#: ../../include/functions_events.php:1428 -#: ../../include/ajax/double_auth.ajax.php:250 -#: ../../include/ajax/double_auth.ajax.php:345 -#: ../../include/ajax/double_auth.ajax.php:390 -#: ../../include/ajax/double_auth.ajax.php:505 -#: ../../operation/users/user_edit.php:572 -#: ../../operation/users/user_edit.php:637 -#: ../../operation/agentes/networkmap_list.php:377 -#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:813 -#: ../../godmode/massive/massive_edit_plugins.php:814 -msgid "Error" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:407 -msgid "Error: there are cells not empty." -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:412 -msgid "Error save conf dashboard" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:480 -msgid "Add widget" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:485 -msgid "Add new widget" -msgstr "" - -#: ../../enterprise/dashboard/main_dashboard.php:487 +#: ../../operation/agentes/pandora_networkmap.editor.php:205 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." +"It is setted any recon task, the nodes get from the recontask IP mask " +"instead from the group." msgstr "" -#: ../../enterprise/dashboard/widget.php:58 -#: ../../operation/integria_incidents/incident.incident.php:82 -#: ../../operation/agentes/estado_generalagente.php:395 -msgid "Title" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:173 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.visual.php:248 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/meta/advanced/metasetup.setup.php:230 -#: ../../enterprise/meta/event/custom_events.php:197 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/cron/main.php:316 -#: ../../enterprise/extensions/vmware/vmware_view.php:1218 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/ipam/ipam_editor.php:105 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1084 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1617 -#: ../../enterprise/operation/agentes/policy_view.php:161 -#: ../../enterprise/operation/agentes/collection_view.php:97 -#: ../../enterprise/godmode/services/services.elements.php:403 -#: ../../enterprise/godmode/services/services.service.php:365 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:85 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:257 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 -#: ../../enterprise/godmode/agentes/inventory_manager.php:204 -#: ../../enterprise/godmode/agentes/inventory_manager.php:266 -#: ../../enterprise/godmode/agentes/collections.data.php:95 -#: ../../enterprise/godmode/agentes/collections.data.php:200 -#: ../../enterprise/godmode/agentes/collections.data.php:258 -#: ../../enterprise/godmode/agentes/collections.data.php:333 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 -#: ../../enterprise/godmode/agentes/collections.editor.php:130 -#: ../../enterprise/godmode/agentes/collections.editor.php:196 -#: ../../enterprise/godmode/agentes/collection_manager.php:132 -#: ../../enterprise/godmode/agentes/collection_manager.php:218 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/edit_skin.php:261 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../enterprise/godmode/setup/setup.php:234 -#: ../../enterprise/godmode/setup/setup.php:327 -#: ../../enterprise/godmode/setup/setup_history.php:77 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 -#: ../../enterprise/godmode/modules/configure_local_component.php:465 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:299 -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../extensions/net_tools.php:328 -#: ../../include/functions_visual_map_editor.php:429 -#: ../../include/functions_events.php:1703 -#: ../../include/functions_events.php:1741 -#: ../../operation/integria_incidents/incident.incident.php:117 -#: ../../operation/events/events_list.php:619 -#: ../../operation/users/user_edit.php:388 -#: ../../operation/snmpconsole/snmp_view.php:440 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/reporting/reporting_viewer.php:206 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:384 -#: ../../godmode/users/configure_user.php:587 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/snmpconsole/snmp_alert.php:871 -#: ../../godmode/snmpconsole/snmp_alert.php:1119 -#: ../../godmode/snmpconsole/snmp_filters.php:105 -#: ../../godmode/snmpconsole/snmp_filters.php:142 -#: ../../godmode/alerts/configure_alert_special_days.php:97 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/alert_list.list.php:140 -#: ../../godmode/alerts/alert_list.list.php:148 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/agentes/agent_manager.php:453 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/planned_downtime.editor.php:618 -#: ../../godmode/agentes/planned_downtime.list.php:464 -#: ../../godmode/agentes/planned_downtime.list.php:473 -#: ../../godmode/agentes/module_manager_editor.php:475 -#: ../../godmode/agentes/agent_template.php:248 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/servers/modificar_server.php:53 -#: ../../godmode/servers/plugin.php:496 -#: ../../godmode/servers/manage_recontask_form.php:380 -#: ../../godmode/servers/recon_script.php:223 -#: ../../godmode/netflow/nf_edit_form.php:240 -#: ../../godmode/groups/configure_modu_group.php:76 -#: ../../godmode/groups/configure_group.php:204 -#: ../../godmode/update_manager/update_manager.setup.php:87 -#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/news.php:207 -#: ../../godmode/setup/links.php:120 ../../godmode/setup/os.php:54 -#: ../../godmode/setup/os.php:107 ../../godmode/setup/setup_general.php:292 -#: ../../godmode/setup/performance.php:128 -#: ../../godmode/setup/setup_auth.php:233 -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/massive/massive_edit_agents.php:447 -#: ../../godmode/massive/massive_edit_modules.php:588 -#: ../../godmode/modules/manage_nc_groups_form.php:79 -#: ../../godmode/modules/manage_network_components_form.php:262 -#: ../../godmode/modules/manage_network_templates_form.php:154 -#: ../../godmode/reporting/visual_console_builder.data.php:131 -#: ../../godmode/reporting/visual_console_builder.elements.php:503 -#: ../../godmode/reporting/graph_builder.main.php:161 -#: ../../godmode/reporting/reporting_builder.main.php:38 -#: ../../godmode/tag/edit_tag.php:219 -msgid "Update" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:283 -msgid "Configure widget" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:288 -msgid "Delete widget" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:298 -msgid "Config widget" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:308 -msgid "Please configure this widget before usage" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:311 -msgid "Widget cannot be loaded" -msgstr "" - -#: ../../enterprise/dashboard/widget.php:312 -msgid "Please, configure the widget again to recover it" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:32 -msgid "Dashboard replicate" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:42 -msgid "Not copyed. Error copying data. You must select a dashboard" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:72 -#: ../../enterprise/dashboard/dashboard_replicate.php:95 -msgid "Not copyed. Error copying data" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:104 -msgid "Successfully copyed" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:121 -msgid "Source user's group" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:144 -#: ../../enterprise/dashboard/dashboard_replicate.php:154 -#: ../../operation/agentes/status_monitor.php:445 -#: ../../operation/incidents/incident.php:233 -msgid "Show" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:148 -msgid "Destination user's group" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:162 -msgid "Group Dashboards" -msgstr "" - -#: ../../enterprise/dashboard/dashboard_replicate.php:173 -#: ../../enterprise/dashboard/widgets/top_n.php:401 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../enterprise/meta/advanced/metasetup.setup.php:242 -#: ../../enterprise/meta/advanced/metasetup.setup.php:248 -#: ../../enterprise/meta/advanced/metasetup.setup.php:257 -#: ../../enterprise/meta/advanced/metasetup.setup.php:263 -#: ../../enterprise/meta/event/custom_events.php:211 -#: ../../enterprise/meta/event/custom_events.php:222 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 -#: ../../enterprise/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/include/functions_networkmap_enterprise.php:242 -#: ../../enterprise/include/functions_networkmap_enterprise.php:604 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1599 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1602 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1680 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1685 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 +#: ../../operation/agentes/pandora_networkmap.editor.php:207 +#: ../../operation/agentes/ver_agente.php:729 +#: ../../operation/agentes/ver_agente.php:772 +#: ../../operation/agentes/ver_agente.php:782 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:722 +#: ../../operation/users/user_edit.php:351 +#: ../../operation/users/user_edit.php:375 +#: ../../operation/users/user_edit.php:415 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:581 +#: ../../operation/users/user_edit.php:588 +#: ../../operation/users/user_edit.php:597 +#: ../../operation/users/user_edit.php:604 +#: ../../operation/integria_incidents/incident.list.php:42 +#: ../../operation/integria_incidents/incident.list.php:133 +#: ../../operation/integria_incidents/incident.list.php:134 +#: ../../operation/integria_incidents/incident.incident.php:24 +#: ../../operation/events/events_list.php:279 +#: ../../operation/events/events_list.php:881 #: ../../enterprise/operation/agentes/ver_agente.php:36 -#: ../../enterprise/godmode/alerts/alert_events_list.php:595 -#: ../../enterprise/godmode/alerts/alert_events.php:468 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:368 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:499 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:595 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../enterprise/godmode/setup/setup.php:341 -#: ../../enterprise/godmode/setup/setup.php:347 -#: ../../enterprise/godmode/setup/setup.php:355 -#: ../../enterprise/godmode/setup/setup.php:361 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:346 -#: ../../enterprise/godmode/modules/configure_local_component.php:486 -#: ../../enterprise/godmode/modules/configure_local_component.php:492 -#: ../../enterprise/godmode/modules/configure_local_component.php:500 -#: ../../enterprise/godmode/modules/configure_local_component.php:506 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:697 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:718 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:733 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:743 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:654 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:718 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:733 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:743 +#: ../../enterprise/extensions/ipam/ipam_network.php:635 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:244 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:284 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:414 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:430 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:446 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:462 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:477 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:483 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:328 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:403 +#: ../../enterprise/godmode/policies/policy_agents.php:223 +#: ../../enterprise/godmode/policies/policy_agents.php:653 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:681 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:756 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:917 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:933 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:949 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:965 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:981 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:996 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1002 +#: ../../enterprise/godmode/policies/policy_alerts.php:459 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1693 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:158 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:190 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:196 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:208 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:218 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:218 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:270 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:278 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:310 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:328 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:381 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:391 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:412 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:432 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:454 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:473 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:493 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 @@ -1019,91 +2256,114 @@ msgstr "" #: ../../enterprise/godmode/reporting/reporting_builder.global.php:500 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:509 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:528 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:54 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:307 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:326 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:424 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:452 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:469 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:496 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:185 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:217 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:223 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:235 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:245 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:665 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:729 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:744 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:754 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:138 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:344 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:363 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:374 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1635 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:264 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:272 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:322 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:355 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:375 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:426 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:448 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:466 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:485 -#: ../../enterprise/godmode/policies/policy_agents.php:217 -#: ../../enterprise/godmode/policies/policy_agents.php:602 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../mobile/operation/events.php:582 ../../include/functions_html.php:315 -#: ../../include/functions_html.php:478 ../../include/functions.php:881 -#: ../../include/functions_visual_map_editor.php:248 -#: ../../include/functions_visual_map_editor.php:320 -#: ../../include/functions_visual_map_editor.php:495 -#: ../../include/functions_events.php:1695 -#: ../../include/functions_events.php:1702 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../operation/integria_incidents/incident.incident.php:24 -#: ../../operation/integria_incidents/incident.list.php:42 -#: ../../operation/integria_incidents/incident.list.php:133 -#: ../../operation/integria_incidents/incident.list.php:134 -#: ../../operation/events/events_list.php:271 -#: ../../operation/events/events_list.php:845 -#: ../../operation/users/user_edit.php:338 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:712 -#: ../../operation/agentes/ver_agente.php:665 -#: ../../operation/agentes/ver_agente.php:708 -#: ../../operation/agentes/ver_agente.php:718 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:405 -#: ../../godmode/users/configure_user.php:507 -#: ../../godmode/users/configure_user.php:675 -#: ../../godmode/users/configure_user.php:679 -#: ../../godmode/users/configure_user.php:684 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:902 -#: ../../godmode/gis_maps/configure_gis_map.php:404 -#: ../../godmode/alerts/configure_alert_template.php:577 -#: ../../godmode/alerts/alert_list.list.php:588 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:699 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:720 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:735 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:745 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:56 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:359 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:389 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:508 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:536 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:555 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:582 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:431 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:562 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:658 +#: ../../enterprise/godmode/servers/manage_export_form.php:73 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 +#: ../../enterprise/godmode/alerts/alert_events_list.php:595 +#: ../../enterprise/godmode/alerts/alert_events.php:468 +#: ../../enterprise/godmode/modules/configure_local_component.php:367 +#: ../../enterprise/godmode/modules/configure_local_component.php:507 +#: ../../enterprise/godmode/modules/configure_local_component.php:513 +#: ../../enterprise/godmode/modules/configure_local_component.php:521 +#: ../../enterprise/godmode/modules/configure_local_component.php:527 +#: ../../enterprise/godmode/setup/setup.php:341 +#: ../../enterprise/godmode/setup/setup.php:347 +#: ../../enterprise/godmode/setup/setup.php:355 +#: ../../enterprise/godmode/setup/setup.php:361 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 +#: ../../enterprise/meta/advanced/metasetup.setup.php:277 +#: ../../enterprise/meta/advanced/metasetup.setup.php:283 +#: ../../enterprise/meta/advanced/metasetup.setup.php:293 +#: ../../enterprise/meta/advanced/metasetup.setup.php:299 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 +#: ../../enterprise/meta/event/custom_events.php:211 +#: ../../enterprise/meta/event/custom_events.php:222 +#: ../../enterprise/dashboard/widgets/top_n.php:398 +#: ../../enterprise/dashboard/widgets/service_map.php:39 +#: ../../godmode/reporting/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1024 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1049 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1090 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1100 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1125 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1388 +#: ../../godmode/reporting/visual_console_builder.wizard.php:172 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/reporting/visual_console_builder.wizard.php:277 +#: ../../godmode/reporting/visual_console_builder.wizard.php:299 +#: ../../godmode/reporting/visual_console_builder.wizard.php:308 +#: ../../godmode/reporting/visual_console_builder.wizard.php:347 +#: ../../godmode/reporting/visual_console_builder.wizard.php:544 +#: ../../godmode/reporting/visual_console_builder.wizard.php:554 +#: ../../godmode/reporting/visual_console_builder.wizard.php:586 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:426 #: ../../godmode/agentes/agent_manager.php:275 -#: ../../godmode/agentes/agent_manager.php:371 -#: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/agentes/module_manager_editor_common.php:382 -#: ../../godmode/agentes/module_manager_editor_common.php:554 -#: ../../godmode/agentes/module_manager_editor_common.php:708 -#: ../../godmode/agentes/module_manager_editor_common.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:723 -#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/agent_manager.php:374 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +#: ../../godmode/agentes/module_manager_editor_common.php:408 +#: ../../godmode/agentes/module_manager_editor_common.php:589 +#: ../../godmode/agentes/module_manager_editor_common.php:749 +#: ../../godmode/agentes/module_manager_editor_common.php:755 +#: ../../godmode/agentes/module_manager_editor_common.php:764 +#: ../../godmode/agentes/module_manager_editor_common.php:770 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 @@ -1115,1184 +2375,234 @@ msgstr "" #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:985 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1000 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1006 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:247 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:287 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:417 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:433 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:449 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:465 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:480 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:486 -#: ../../godmode/servers/manage_recontask_form.php:265 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 #: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../godmode/servers/manage_recontask_form.php:265 #: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/setup/os.builder.php:40 -#: ../../godmode/setup/setup_general.php:134 -#: ../../godmode/setup/setup_visuals.php:204 -#: ../../godmode/massive/massive_delete_alerts.php:242 -#: ../../godmode/massive/massive_delete_modules.php:478 -#: ../../godmode/massive/massive_delete_modules.php:552 -#: ../../godmode/massive/massive_delete_modules.php:593 -#: ../../godmode/massive/massive_delete_modules.php:594 -#: ../../godmode/massive/massive_delete_modules.php:595 -#: ../../godmode/massive/massive_delete_modules.php:596 -#: ../../godmode/massive/massive_delete_modules.php:662 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:902 +#: ../../godmode/massive/massive_add_action_alerts.php:258 #: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/massive/massive_edit_modules.php:319 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/massive/massive_edit_modules.php:556 +#: ../../godmode/massive/massive_edit_modules.php:617 +#: ../../godmode/massive/massive_edit_modules.php:675 +#: ../../godmode/massive/massive_edit_modules.php:760 +#: ../../godmode/massive/massive_edit_modules.php:761 +#: ../../godmode/massive/massive_edit_modules.php:762 +#: ../../godmode/massive/massive_edit_modules.php:763 +#: ../../godmode/massive/massive_edit_modules.php:949 +#: ../../godmode/massive/massive_add_alerts.php:193 #: ../../godmode/massive/massive_edit_agents.php:297 #: ../../godmode/massive/massive_delete_tags.php:226 #: ../../godmode/massive/massive_delete_tags.php:253 #: ../../godmode/massive/massive_delete_tags.php:289 -#: ../../godmode/massive/massive_add_action_alerts.php:258 -#: ../../godmode/massive/massive_edit_modules.php:305 -#: ../../godmode/massive/massive_edit_modules.php:505 -#: ../../godmode/massive/massive_edit_modules.php:533 -#: ../../godmode/massive/massive_edit_modules.php:594 -#: ../../godmode/massive/massive_edit_modules.php:652 -#: ../../godmode/massive/massive_edit_modules.php:731 -#: ../../godmode/massive/massive_edit_modules.php:732 -#: ../../godmode/massive/massive_edit_modules.php:733 -#: ../../godmode/massive/massive_edit_modules.php:734 -#: ../../godmode/massive/massive_edit_modules.php:911 +#: ../../godmode/massive/massive_delete_modules.php:490 +#: ../../godmode/massive/massive_delete_modules.php:564 +#: ../../godmode/massive/massive_delete_modules.php:609 +#: ../../godmode/massive/massive_delete_modules.php:610 +#: ../../godmode/massive/massive_delete_modules.php:611 +#: ../../godmode/massive/massive_delete_modules.php:612 +#: ../../godmode/massive/massive_delete_modules.php:679 +#: ../../godmode/massive/massive_delete_alerts.php:242 +#: ../../godmode/users/configure_user.php:507 +#: ../../godmode/users/configure_user.php:675 +#: ../../godmode/users/configure_user.php:679 +#: ../../godmode/users/configure_user.php:684 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/configure_alert_template.php:585 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:191 #: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../godmode/modules/manage_network_components_form.php:455 +#: ../../godmode/modules/manage_network_components_form.php:461 +#: ../../godmode/modules/manage_network_components_form.php:470 +#: ../../godmode/modules/manage_network_components_form.php:476 #: ../../godmode/modules/manage_nc_groups_form.php:71 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../godmode/modules/manage_network_components_form.php:443 -#: ../../godmode/modules/manage_network_components_form.php:449 -#: ../../godmode/modules/manage_network_components_form.php:458 -#: ../../godmode/modules/manage_network_components_form.php:464 -#: ../../godmode/reporting/graph_builder.graph_editor.php:133 -#: ../../godmode/reporting/graph_builder.graph_editor.php:177 -#: ../../godmode/reporting/graph_builder.graph_editor.php:197 -#: ../../godmode/reporting/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.wizard.php:156 -#: ../../godmode/reporting/visual_console_builder.wizard.php:253 -#: ../../godmode/reporting/visual_console_builder.wizard.php:261 -#: ../../godmode/reporting/visual_console_builder.wizard.php:283 -#: ../../godmode/reporting/visual_console_builder.wizard.php:292 -#: ../../godmode/reporting/visual_console_builder.wizard.php:331 -#: ../../godmode/reporting/visual_console_builder.wizard.php:528 -#: ../../godmode/reporting/visual_console_builder.wizard.php:538 -#: ../../godmode/reporting/visual_console_builder.wizard.php:570 -#: ../../godmode/reporting/reporting_builder.item_editor.php:955 -#: ../../godmode/reporting/reporting_builder.item_editor.php:996 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1006 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1031 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1290 +#: ../../godmode/setup/setup_general.php:143 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/setup/setup_visuals.php:260 +#: ../../godmode/events/event_edit_filter.php:421 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../include/functions_pandora_networkmap.php:263 +#: ../../include/functions_pandora_networkmap.php:737 +#: ../../include/functions_pandora_networkmap.php:1445 +#: ../../include/functions_pandora_networkmap.php:1448 +#: ../../include/functions_pandora_networkmap.php:1519 +#: ../../include/functions_pandora_networkmap.php:1524 +#: ../../include/functions.php:907 ../../include/functions_html.php:315 +#: ../../include/functions_html.php:478 +#: ../../include/functions_events.php:1696 +#: ../../include/functions_events.php:1703 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/ajax/alert_list.ajax.php:151 +#: ../../include/functions_visual_map_editor.php:248 +#: ../../include/functions_visual_map_editor.php:332 +#: ../../include/functions_visual_map_editor.php:507 +#: ../../mobile/operation/events.php:587 msgid "None" msgstr "" -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -msgid "Replicate Dashboard" +#: ../../operation/agentes/pandora_networkmap.editor.php:209 +msgid "Show only the task with the recon script \"SNMP L2 Recon\"." msgstr "" -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/extensions/backup/main.php:177 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/operation/services/services.list.php:459 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 -#: ../../enterprise/godmode/alerts/alert_events_list.php:643 -#: ../../enterprise/godmode/alerts/alert_events_list.php:756 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/modules/local_components.php:518 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../enterprise/godmode/reporting/graph_template_list.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:757 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:352 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:360 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 -#: ../../enterprise/godmode/policies/policies.php:376 -#: ../../enterprise/godmode/policies/policies.php:386 -#: ../../enterprise/godmode/policies/policies.php:404 -#: ../../enterprise/godmode/policies/policy_queue.php:440 -#: ../../enterprise/godmode/policies/policy_queue.php:476 -#: ../../enterprise/godmode/policies/policy_queue.php:492 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_agents.php:220 -#: ../../enterprise/godmode/policies/policy_agents.php:301 -#: ../../enterprise/godmode/policies/policy_agents.php:441 -#: ../../enterprise/godmode/policies/policy_agents.php:494 -#: ../../enterprise/godmode/policies/policy_modules.php:1067 -#: ../../enterprise/godmode/policies/policy_modules.php:1074 -#: ../../enterprise/godmode/policies/policy_modules.php:1103 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../include/functions_filemanager.php:730 -#: ../../include/functions_groups.php:2143 -#: ../../include/functions_events.php:1758 -#: ../../operation/events/events.build_table.php:666 -#: ../../operation/events/events.php:754 -#: ../../operation/users/user_edit.php:675 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/messages/message_list.php:199 -#: ../../operation/snmpconsole/snmp_view.php:648 -#: ../../operation/snmpconsole/snmp_view.php:654 -#: ../../operation/snmpconsole/snmp_view.php:805 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../godmode/events/event_filter.php:142 -#: ../../godmode/users/configure_user.php:660 -#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 -#: ../../godmode/users/profile_list.php:390 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 -#: ../../godmode/snmpconsole/snmp_alert.php:1094 -#: ../../godmode/snmpconsole/snmp_alert.php:1123 -#: ../../godmode/snmpconsole/snmp_alert.php:1335 -#: ../../godmode/snmpconsole/snmp_filters.php:143 -#: ../../godmode/alerts/alert_commands.php:354 -#: ../../godmode/alerts/alert_special_days.php:220 -#: ../../godmode/alerts/alert_templates.php:341 -#: ../../godmode/alerts/alert_list.list.php:803 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/agentes/agent_manager.php:198 -#: ../../godmode/agentes/modificar_agente.php:561 -#: ../../godmode/agentes/module_manager_editor_common.php:140 -#: ../../godmode/agentes/planned_downtime.editor.php:816 -#: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager.php:708 -#: ../../godmode/agentes/module_manager.php:723 -#: ../../godmode/agentes/module_manager.php:738 -#: ../../godmode/agentes/module_manager.php:749 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/servers/plugin.php:732 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/groups/modu_group_list.php:195 -#: ../../godmode/db/db_refine.php:119 ../../godmode/db/db_event.php:92 -#: ../../godmode/db/db_audit.php:107 ../../godmode/setup/news.php:267 -#: ../../godmode/setup/links.php:150 -#: ../../godmode/massive/massive_delete_agents.php:134 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/massive/massive_delete_modules.php:499 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_add_action_alerts.php:179 -#: ../../godmode/massive/massive_operations.php:239 -#: ../../godmode/massive/massive_operations.php:248 -#: ../../godmode/massive/massive_delete_action_alerts.php:185 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/modules/manage_nc_groups.php:219 -#: ../../godmode/modules/manage_network_components.php:591 -#: ../../godmode/modules/manage_network_templates.php:200 -#: ../../godmode/modules/manage_network_templates.php:205 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/reporting/graphs.php:176 -#: ../../godmode/reporting/reporting_builder.php:701 -#: ../../godmode/tag/tag.php:273 -msgid "Are you sure?" +#: ../../operation/agentes/pandora_networkmap.editor.php:211 +msgid "Source from CIDR IP mask" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:25 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:762 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -#: ../../operation/menu.php:115 -#: ../../operation/agentes/networkmap.topology.php:155 -#: ../../operation/agentes/networkmap_list.php:80 -#: ../../operation/agentes/networkmap.php:410 -#: ../../operation/agentes/networkmap.groups.php:147 -msgid "Network map" +#: ../../operation/agentes/pandora_networkmap.editor.php:215 +msgid "Don't show subgroups:" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:29 -msgid "Show a map of the monitored network" +#: ../../operation/agentes/pandora_networkmap.editor.php:228 +msgid "Method generation networkmap" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:35 -#: ../../enterprise/extensions/vmware/vmware_view.php:1064 -#: ../../enterprise/extensions/vmware/vmware_view.php:1085 -#: ../../operation/gis_maps/render_view.php:145 -msgid "Map" +#: ../../operation/agentes/pandora_networkmap.editor.php:240 +msgid "Save networkmap" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:37 -msgid "No overlap" +#: ../../operation/agentes/pandora_networkmap.editor.php:246 +msgid "Update networkmap" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:40 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:582 -#: ../../enterprise/operation/services/services.list.php:168 -#: ../../enterprise/godmode/services/services.service.php:250 -#: ../../operation/agentes/networkmap.php:509 -msgid "Simple" +#: ../../operation/agentes/agent_fields.php:28 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 +#: ../../include/functions_treeview.php:440 +msgid "There was a problem loading agent" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../include/functions_config.php:442 -#: ../../godmode/setup/setup_visuals.php:232 -msgid "Font size" +#: ../../operation/agentes/agent_fields.php:38 +#: ../../operation/agentes/status_monitor.php:538 +msgid "Agent custom fields" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "8" +#: ../../operation/agentes/agent_fields.php:45 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 +#: ../../include/functions_treeview.php:603 +msgid "Custom field" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:46 -msgid "9" +#: ../../operation/agentes/agent_fields.php:48 +#: ../../operation/agentes/custom_fields.php:87 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 +msgid "empty" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "10" +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:48 -msgid "11" +#: ../../operation/agentes/custom_fields.php:59 +#: ../../godmode/agentes/fields_manager.php:95 +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Field" msgstr "" -#: ../../enterprise/dashboard/widgets/network_map.php:49 -msgid "12" +#: ../../operation/agentes/custom_fields.php:61 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "Display on front" msgstr "" -#: ../../enterprise/dashboard/widgets/url.php:23 -msgid "Show the URL content" -msgstr "" - -#: ../../enterprise/dashboard/widgets/url.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1484 -#: ../../extensions/api_checker.php:192 ../../operation/gis_maps/ajax.php:293 -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1093 -msgid "URL" -msgstr "" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "" - -#: ../../enterprise/dashboard/widgets/url.php:48 -#: ../../enterprise/dashboard/widgets/post.php:36 -#: ../../enterprise/dashboard/widgets/tactical.php:62 -#: ../../enterprise/dashboard/widgets/tactical.php:70 -msgid "Please, configure this widget before use" -msgstr "" - -#: ../../enterprise/dashboard/widgets/url.php:66 -msgid "Invalid URL" -msgstr "" - -#: ../../enterprise/dashboard/widgets/groups_status.php:24 -msgid "Groups status" -msgstr "" - -#: ../../enterprise/dashboard/widgets/groups_status.php:26 -msgid "General and quick group status report" -msgstr "" - -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 -#: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/groups.php:64 ../../mobile/operation/home.php:48 -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../include/ajax/networkmap.ajax.php:57 -#: ../../operation/agentes/networkmap.php:476 ../../operation/tree.php:61 -#: ../../godmode/reporting/visual_console_builder.wizard.php:217 -msgid "Groups" -msgstr "" - -#: ../../enterprise/dashboard/widgets/post.php:23 -msgid "Panel with a message" -msgstr "" - -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1457 -#: ../../include/functions_reports.php:595 -#: ../../include/functions_reporting.php:3643 ../../godmode/setup/news.php:181 -#: ../../godmode/setup/setup_visuals.php:567 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1051 -msgid "Text" -msgstr "" - -#: ../../enterprise/dashboard/widgets/post.php:26 -msgid "My Post" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 -msgid "Top N Events by agent." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 -msgid "Top N events by agent." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 -msgid "Amount to show" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 -#: ../../mobile/operation/events.php:642 -#: ../../operation/events/events_list.php:558 -#: ../../godmode/events/event_edit_filter.php:268 -#: ../../godmode/admin_access_logs.php:67 -#: ../../godmode/admin_access_logs.php:68 -msgid "Max. hours old" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 -msgid "Legend Position" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 -#: ../../godmode/setup/gis_step_2.php:244 -msgid "Bottom" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 -msgid "No legend" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 -msgid "Please select one or more groups." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 -msgid "There is not data to show." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/meta/advanced/metasetup.setup.php:102 -#: ../../enterprise/include/functions_reporting_pdf.php:1382 -#: ../../enterprise/include/functions_reporting_pdf.php:1520 -#: ../../mobile/operation/events.php:110 -#: ../../include/functions_graph.php:1886 -#: ../../include/functions_graph.php:2530 -#: ../../include/functions_graph.php:2942 -#: ../../include/functions_graph.php:2945 -#: ../../include/functions_reporting.php:4795 -#: ../../include/functions_reporting.php:5034 ../../include/functions.php:1014 -#: ../../include/functions_reporting_html.php:532 -#: ../../include/functions_reporting_html.php:1140 -#: ../../include/functions_events.php:973 -#: ../../include/functions_events.php:1425 -#: ../../operation/events/events_rss.php:178 -#: ../../operation/events/events.php:79 -#: ../../godmode/setup/setup_general.php:65 -msgid "System" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:187 -#: ../../include/functions_graph.php:1751 -#: ../../include/functions_graph.php:1828 -#: ../../include/functions_graph.php:1899 -#: ../../include/functions_graph.php:2619 -#: ../../include/functions_graph.php:3062 -#: ../../include/functions_reporting.php:1077 -#: ../../include/functions_reporting.php:1233 -#: ../../include/functions_reporting.php:1257 -#: ../../include/functions_reporting.php:1282 -#: ../../include/functions_reporting.php:1308 -#: ../../include/functions_reporting.php:1961 -#: ../../include/functions_reporting.php:2140 -#: ../../include/functions_reporting.php:2164 -#: ../../include/functions_reporting.php:2188 -#: ../../include/functions_reporting_html.php:2094 -#: ../../include/functions_reporting_html.php:2172 -msgid "other" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tree_view.php:22 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 -msgid "Tree View" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tree_view.php:24 -msgid "Show the tree view" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../operation/agentes/custom_fields.php:62 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." +"The fields with display on front enabled will be displayed into the agent " +"details" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 -msgid "Map made by user" +#: ../../operation/agentes/alerts_status.functions.php:32 +#: ../../enterprise/godmode/alerts/alert_events_list.php:343 +msgid "Alert(s) validated" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 -msgid "Show a map made by user" +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:560 -#: ../../operation/agentes/networkmap.php:467 -msgid "Layout" +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" msgstr "" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -#: ../../mobile/operation/agent.php:241 -#: ../../mobile/operation/module_graph.php:469 -#: ../../mobile/operation/modules.php:596 -#: ../../mobile/operation/tactical.php:168 -#: ../../mobile/operation/visualmap.php:118 -#: ../../mobile/operation/events.php:787 ../../mobile/operation/agents.php:344 -#: ../../godmode/reporting/visual_console_builder.wizard.php:334 -msgid "Loading..." -msgstr "" - -#: ../../enterprise/dashboard/widgets/single_graph.php:29 -msgid "Single graph" -msgstr "" - -#: ../../enterprise/dashboard/widgets/single_graph.php:31 -msgid "Show a graph of an agent module" -msgstr "" - -#: ../../enterprise/dashboard/widgets/single_graph.php:46 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3237 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../enterprise/include/functions_inventory.php:233 -#: ../../enterprise/include/functions_inventory.php:505 -#: ../../enterprise/include/functions_inventory.php:561 -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2237 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:184 -#: ../../enterprise/include/functions_reporting_csv.php:233 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1442 -#: ../../enterprise/include/functions_reporting_pdf.php:743 -#: ../../enterprise/include/functions_reporting_pdf.php:801 -#: ../../enterprise/include/functions_reporting_pdf.php:829 -#: ../../enterprise/include/functions_reporting_pdf.php:895 -#: ../../enterprise/include/functions_reporting_pdf.php:1077 -#: ../../enterprise/include/functions_reporting_pdf.php:1323 -#: ../../enterprise/include/functions_reporting_pdf.php:1597 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../enterprise/include/functions_reporting_pdf.php:1880 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1648 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/log/log_viewer.php:188 -#: ../../enterprise/operation/inventory/inventory.php:204 -#: ../../enterprise/godmode/services/services.elements.php:317 -#: ../../enterprise/godmode/services/services.elements.php:326 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1828 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1978 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1985 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../mobile/operation/modules.php:427 ../../mobile/operation/home.php:86 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/events.php:505 -#: ../../mobile/operation/agents.php:69 ../../mobile/operation/agents.php:273 -#: ../../extensions/module_groups.php:41 -#: ../../extensions/agents_alerts.php:343 ../../extensions/insert_data.php:147 -#: ../../include/functions_graph.php:4862 -#: ../../include/functions_reporting.php:4733 -#: ../../include/functions_visual_map_editor.php:257 -#: ../../include/functions_reporting_html.php:320 -#: ../../include/functions_reporting_html.php:405 -#: ../../include/functions_reporting_html.php:484 -#: ../../include/functions_reporting_html.php:936 -#: ../../include/functions_reporting_html.php:1318 -#: ../../include/functions_reporting_html.php:1649 -#: ../../include/functions_reporting_html.php:1759 -#: ../../include/functions_reporting_html.php:1797 -#: ../../include/functions_reporting_html.php:2040 -#: ../../include/functions_reporting_html.php:2194 -#: ../../include/functions_reporting_html.php:2405 -#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44 -#: ../../operation/search_agents.php:50 ../../operation/gis_maps/ajax.php:216 -#: ../../operation/gis_maps/ajax.php:247 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/ver_agente.php:670 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/estado_agente.php:446 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/alerts_status.php:419 -#: ../../operation/agentes/alerts_status.php:492 -#: ../../operation/agentes/status_monitor.php:918 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_alerts.php:39 -#: ../../godmode/gis_maps/configure_gis_map.php:410 -#: ../../godmode/alerts/alert_list.list.php:372 -#: ../../godmode/alerts/alert_list.list.php:568 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/agentes/module_manager_editor_common.php:607 -#: ../../godmode/agentes/module_manager_editor_common.php:635 -#: ../../godmode/agentes/module_manager_editor_prediction.php:115 -#: ../../godmode/agentes/planned_downtime.list.php:169 -#: ../../godmode/servers/plugin.php:66 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:290 -#: ../../godmode/reporting/graph_builder.graph_editor.php:81 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.wizard.php:260 -#: ../../godmode/reporting/visual_console_builder.wizard.php:534 -#: ../../godmode/reporting/visual_console_builder.wizard.php:557 -#: ../../godmode/reporting/reporting_builder.item_editor.php:836 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1551 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1558 -msgid "Agent" -msgstr "" - -#: ../../enterprise/dashboard/widgets/single_graph.php:57 -#: ../../enterprise/dashboard/widgets/single_graph.php:63 -#: ../../enterprise/dashboard/widgets/top_n.php:130 -#: ../../enterprise/dashboard/widgets/top_n.php:313 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/extensions/check_acls.php:121 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../enterprise/include/functions_inventory.php:506 -#: ../../enterprise/include/functions_inventory.php:562 -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2238 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:185 -#: ../../enterprise/include/functions_reporting_csv.php:233 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1492 -#: ../../enterprise/include/functions_reporting_pdf.php:744 -#: ../../enterprise/include/functions_reporting_pdf.php:802 -#: ../../enterprise/include/functions_reporting_pdf.php:896 -#: ../../enterprise/include/functions_reporting_pdf.php:1034 -#: ../../enterprise/include/functions_reporting_pdf.php:1078 -#: ../../enterprise/include/functions_reporting_pdf.php:1598 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../enterprise/include/functions_reporting_pdf.php:1885 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/inventory/inventory.php:167 -#: ../../enterprise/godmode/services/services.elements.php:316 -#: ../../enterprise/godmode/services/services.elements.php:342 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 -#: ../../enterprise/godmode/agentes/inventory_manager.php:149 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1979 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986 -#: ../../enterprise/godmode/policies/policy_linking.php:121 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 -#: ../../enterprise/godmode/policies/policy_alerts.php:240 -#: ../../enterprise/godmode/policies/policy_alerts.php:447 -#: ../../mobile/operation/alerts.php:268 ../../extensions/module_groups.php:43 -#: ../../extensions/agents_alerts.php:278 ../../extensions/insert_data.php:158 -#: ../../include/functions_graph.php:4978 -#: ../../include/functions_treeview.php:66 -#: ../../include/functions_visual_map_editor.php:290 -#: ../../include/functions_reporting_html.php:321 -#: ../../include/functions_reporting_html.php:406 -#: ../../include/functions_reporting_html.php:937 -#: ../../include/functions_reporting_html.php:1319 -#: ../../include/functions_reporting_html.php:1357 -#: ../../include/functions_reporting_html.php:1656 -#: ../../include/functions_reporting_html.php:1760 -#: ../../operation/search_modules.php:35 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/alerts_status.php:420 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:493 -#: ../../operation/agentes/alerts_status.php:526 -#: ../../operation/search_alerts.php:42 -#: ../../godmode/alerts/alert_list.list.php:397 -#: ../../godmode/alerts/alert_list.list.php:577 -#: ../../godmode/alerts/alert_view.php:71 -#: ../../godmode/alerts/alert_list.builder.php:71 -#: ../../godmode/agentes/module_manager_editor_common.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:636 -#: ../../godmode/agentes/module_manager_editor_prediction.php:140 -#: ../../godmode/agentes/planned_downtime.editor.php:807 -#: ../../godmode/agentes/planned_downtime.list.php:173 -#: ../../godmode/servers/plugin.php:67 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:295 -#: ../../godmode/reporting/graph_builder.graph_editor.php:82 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:259 -#: ../../godmode/reporting/visual_console_builder.wizard.php:566 -#: ../../godmode/reporting/reporting_builder.item_editor.php:890 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1354 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1552 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1559 -msgid "Module" -msgstr "" - -#: ../../enterprise/dashboard/widgets/single_graph.php:80 -#: ../../enterprise/dashboard/widgets/custom_graph.php:33 -#: ../../enterprise/dashboard/widgets/top_n.php:62 -#: ../../enterprise/include/functions_reporting_csv.php:120 -#: ../../enterprise/include/functions_reporting_csv.php:209 -#: ../../enterprise/include/functions_reporting_csv.php:232 -#: ../../enterprise/include/functions_reporting_csv.php:254 -#: ../../enterprise/include/functions_reporting_csv.php:311 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:80 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1174 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1204 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:105 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../include/functions_visual_map_editor.php:405 -#: ../../godmode/agentes/module_manager_editor_prediction.php:155 -#: ../../godmode/reporting/reporting_builder.list_items.php:301 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/graph_builder.main.php:135 -#: ../../godmode/reporting/visual_console_builder.wizard.php:142 -#: ../../godmode/reporting/reporting_builder.item_editor.php:654 -#: ../../godmode/reporting/reporting_builder.item_editor.php:696 -msgid "Period" -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:25 -#: ../../operation/users/webchat.php:86 -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -msgid "Message" -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:26 -msgid "Welcome" -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:37 -#: ../../general/login_help_dialog.php:39 -msgid "Welcome to Pandora FMS" -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:40 -msgid "" -"This is an example of a dashboard widget. A widget may contain elements" -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:41 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:42 -#: ../../enterprise/dashboard/widgets/example.php:44 -msgid "" -"To delete this message, click on the delete button on top right corner of " -"this element." -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:43 -msgid "" -"To do so, just click on the title and drag and drop it to the desired place." -msgstr "" - -#: ../../enterprise/dashboard/widgets/example.php:45 -msgid "Thanks for using Pandora FMS" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:23 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1431 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -#: ../../include/functions_visual_map_editor.php:234 -#: ../../include/functions_visual_map_editor.php:244 -#: ../../godmode/reporting/reporting_builder.item_editor.php:989 -msgid "Custom graph" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -msgid "Show a defined custom graph" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:30 -#: ../../enterprise/operation/services/services.service.php:134 -#: ../../enterprise/operation/services/services.list.php:321 -#: ../../extensions/realtime_graphs.php:72 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../include/functions_events.php:2098 ../../include/ajax/module.php:715 -#: ../../operation/search_modules.php:52 -#: ../../operation/agentes/status_monitor.php:958 -msgid "Graph" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../operation/reporting/graph_viewer.php:205 -#: ../../godmode/setup/setup_visuals.php:376 -#: ../../godmode/reporting/graph_builder.main.php:145 -msgid "Area" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:37 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -#: ../../operation/reporting/graph_viewer.php:206 -#: ../../godmode/reporting/graph_builder.main.php:146 -msgid "Stacked area" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:579 -#: ../../operation/reporting/graph_viewer.php:207 -#: ../../godmode/setup/setup_visuals.php:379 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/reporting/graph_builder.main.php:147 -msgid "Line" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -#: ../../operation/reporting/graph_viewer.php:208 -#: ../../godmode/reporting/graph_builder.main.php:148 -msgid "Stacked line" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../operation/reporting/graph_viewer.php:209 -#: ../../godmode/reporting/graph_builder.main.php:149 -msgid "Bullet chart" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../operation/reporting/graph_viewer.php:210 -#: ../../godmode/reporting/graph_builder.main.php:150 -msgid "Gauge" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../operation/reporting/graph_viewer.php:211 -msgid "Horizontal Bars" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -#: ../../operation/reporting/graph_viewer.php:212 -msgid "Vertical Bars" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -#: ../../operation/reporting/graph_viewer.php:213 -#: ../../godmode/reporting/graph_builder.main.php:153 -msgid "Pie" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:69 -msgid "You don't have access" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../enterprise/meta/general/main_header.php:89 -#: ../../enterprise/meta/monitoring/tactical.php:60 -#: ../../mobile/operation/tactical.php:81 ../../mobile/operation/home.php:36 -#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:295 -#: ../../operation/agentes/tactical.php:54 -msgid "Tactical view" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/extensions/vmware/vmware_view.php:978 -#: ../../enterprise/extensions/backup/main.php:68 -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:2242 -#: ../../enterprise/include/functions_reporting.php:3054 -#: ../../enterprise/include/functions_reporting.php:3356 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../enterprise/include/functions_reporting_pdf.php:1172 -#: ../../enterprise/include/functions_reporting_pdf.php:1320 -#: ../../enterprise/include/functions_reporting_pdf.php:1455 -#: ../../enterprise/include/functions_reporting_pdf.php:1602 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1959 -#: ../../enterprise/include/functions_reporting_pdf.php:2237 -#: ../../enterprise/include/functions_reporting_pdf.php:2287 -#: ../../enterprise/operation/services/services.service.php:131 -#: ../../enterprise/operation/services/services.list.php:152 -#: ../../enterprise/operation/services/services.list.php:319 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/operation/agentes/policy_view.php:307 -#: ../../enterprise/operation/agentes/collection_view.php:66 -#: ../../enterprise/godmode/alerts/alert_events_list.php:425 -#: ../../enterprise/godmode/agentes/collection_manager.php:108 -#: ../../enterprise/godmode/agentes/collection_manager.php:166 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policies.php:252 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/policies/policy_agents.php:350 -#: ../../mobile/operation/modules.php:119 -#: ../../mobile/operation/modules.php:120 -#: ../../mobile/operation/modules.php:212 -#: ../../mobile/operation/modules.php:213 -#: ../../mobile/operation/modules.php:433 -#: ../../mobile/operation/modules.php:437 -#: ../../mobile/operation/modules.php:441 -#: ../../mobile/operation/modules.php:445 -#: ../../mobile/operation/modules.php:453 -#: ../../mobile/operation/modules.php:458 -#: ../../mobile/operation/modules.php:463 -#: ../../mobile/operation/modules.php:526 -#: ../../mobile/operation/modules.php:576 -#: ../../mobile/operation/modules.php:645 ../../mobile/operation/alerts.php:75 -#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274 -#: ../../mobile/operation/events.php:337 ../../mobile/operation/events.php:338 -#: ../../mobile/operation/events.php:488 ../../mobile/operation/events.php:608 -#: ../../mobile/operation/events.php:609 ../../mobile/operation/agents.php:81 -#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112 -#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185 -#: ../../mobile/operation/agents.php:285 ../../extensions/net_tools.php:239 -#: ../../extensions/agents_alerts.php:281 -#: ../../include/functions_snmp_browser.php:435 -#: ../../include/functions_reporting.php:4730 -#: ../../include/functions_reporting_html.php:325 -#: ../../include/functions_reporting_html.php:481 -#: ../../include/functions_reporting_html.php:612 -#: ../../include/functions_reporting_html.php:1093 -#: ../../include/functions_reporting_html.php:1487 -#: ../../include/functions_reporting_html.php:1522 -#: ../../include/functions_reporting_html.php:1984 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2410 ../../include/ajax/module.php:710 -#: ../../operation/integria_incidents/incident.incident.php:98 -#: ../../operation/integria_incidents/incident.list.php:58 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/events/events.build_table.php:50 -#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64 -#: ../../operation/messages/message_list.php:121 -#: ../../operation/snmpconsole/snmp_view.php:394 -#: ../../operation/snmpconsole/snmp_view.php:495 -#: ../../operation/snmpconsole/snmp_view.php:811 -#: ../../operation/agentes/estado_agente.php:189 -#: ../../operation/agentes/estado_agente.php:475 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:424 -#: ../../operation/agentes/alerts_status.php:464 -#: ../../operation/agentes/alerts_status.php:497 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../operation/agentes/status_monitor.php:950 -#: ../../operation/servers/recon_view.php:98 -#: ../../operation/incidents/incident.php:235 -#: ../../operation/incidents/incident.php:331 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/alerts/alert_list.list.php:404 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/agent_manager.php:310 -#: ../../godmode/agentes/module_manager.php:523 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../godmode/massive/massive_delete_agents.php:119 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/massive/massive_copy_modules.php:83 -#: ../../godmode/massive/massive_copy_modules.php:196 -#: ../../godmode/massive/massive_edit_agents.php:220 -#: ../../godmode/massive/massive_edit_agents.php:343 -#: ../../godmode/massive/massive_edit_modules.php:310 -msgid "Status" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 -#: ../../godmode/alerts/alert_templates.php:83 -msgid "and" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../include/functions_reporting.php:5602 -#: ../../include/functions_reporting_html.php:2631 -msgid "Monitor checks" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tactical.php:39 -#: ../../include/functions_reporting.php:8352 -msgid "Server performance" -msgstr "" - -#: ../../enterprise/dashboard/widgets/tactical.php:44 -#: ../../include/functions_reporting_html.php:1855 -#: ../../include/functions_reporting_html.php:1949 -#: ../../operation/gis_maps/index.php:26 -msgid "Summary" -msgstr "" - -#: ../../enterprise/dashboard/widgets/reports.php:27 -#: ../../enterprise/dashboard/widgets/reports.php:43 -#: ../../enterprise/extensions/cron/main.php:217 -#: ../../enterprise/extensions/cron/main.php:234 -#: ../../enterprise/extensions/cron/main.php:248 -#: ../../enterprise/extensions/cron/functions.php:361 -#: ../../extensions/resource_exportation.php:348 -msgid "Report" -msgstr "" - -#: ../../enterprise/dashboard/widgets/reports.php:29 -msgid "Show a report made by user" -msgstr "" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:21 -msgid "Global health" -msgstr "" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:23 -msgid "Show a list of global monitor health" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/general/main_header.php:119 -#: ../../enterprise/meta/monitoring/tactical.php:293 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:722 -#: ../../mobile/include/functions_web.php:24 -#: ../../mobile/operation/home.php:42 ../../mobile/operation/events.php:559 -#: ../../include/functions_graph.php:728 -#: ../../include/functions_graph.php:3525 -#: ../../include/functions_graph.php:4194 -#: ../../include/functions_reports.php:612 -#: ../../include/functions_reports.php:614 -#: ../../include/functions_reports.php:616 -#: ../../include/functions_reporting_html.php:1072 -#: ../../operation/menu.php:261 ../../operation/events/events.php:397 -#: ../../operation/events/events.php:406 ../../operation/events/events.php:423 -#: ../../godmode/menu.php:173 -msgid "Events" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:28 -msgid "Latest events list" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:31 -#: ../../enterprise/operation/services/services.list.php:153 -#: ../../enterprise/operation/services/services.list.php:170 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 -#: ../../enterprise/godmode/setup/setup_acl.php:131 -#: ../../include/functions_html.php:845 ../../include/functions_html.php:846 -#: ../../include/functions_html.php:847 ../../include/functions_html.php:848 -#: ../../include/functions_html.php:849 -#: ../../include/functions_visual_map_editor.php:292 -#: ../../include/functions_visual_map_editor.php:612 -#: ../../include/ajax/visual_console_builder.ajax.php:660 -#: ../../operation/integria_incidents/incident.list.php:33 -#: ../../operation/events/events_list.php:434 -#: ../../godmode/events/event_edit_filter.php:284 -#: ../../godmode/users/configure_user.php:689 -#: ../../godmode/agentes/planned_downtime.list.php:152 -#: ../../godmode/servers/manage_recontask_form.php:291 -#: ../../godmode/servers/manage_recontask.php:333 -#: ../../godmode/setup/setup_auth.php:107 -#: ../../godmode/massive/massive_add_action_alerts.php:146 -#: ../../godmode/reporting/visual_console_builder.wizard.php:329 -msgid "Any" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:34 -#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1055 -#: ../../include/functions_events.php:1434 -#: ../../operation/events/events_list.php:546 -#: ../../operation/agentes/estado_agente.php:186 -#: ../../operation/agentes/status_monitor.php:422 -#: ../../godmode/events/event_edit_filter.php:220 -#: ../../godmode/massive/massive_delete_agents.php:117 -#: ../../godmode/massive/massive_delete_modules.php:457 -#: ../../godmode/massive/massive_copy_modules.php:81 -#: ../../godmode/massive/massive_copy_modules.php:194 -#: ../../godmode/massive/massive_edit_agents.php:218 -#: ../../godmode/massive/massive_edit_modules.php:317 -msgid "Not normal" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:36 -#: ../../enterprise/meta/include/functions_events_meta.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:1174 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 -#: ../../include/functions_reporting_html.php:614 -#: ../../include/functions_events.php:40 -#: ../../operation/events/events.build_table.php:97 -#: ../../operation/events/events_list.php:543 -#: ../../godmode/events/event_filter.php:106 -#: ../../godmode/events/custom_events.php:89 -#: ../../godmode/events/custom_events.php:159 -#: ../../godmode/events/event_edit_filter.php:222 -msgid "Event type" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:46 -#: ../../operation/events/events_list.php:555 -#: ../../godmode/events/event_filter.php:107 -#: ../../godmode/events/event_edit_filter.php:232 -msgid "Event status" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:47 -#: ../../include/functions_events.php:1501 -#: ../../include/functions_events.php:1520 -msgid "All event" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:48 -#: ../../include/functions_events.php:1503 -#: ../../include/functions_events.php:1526 -msgid "Only validated" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:49 -msgid "Only pending" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/meta/include/functions_agents_meta.php:854 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 -#: ../../enterprise/meta/include/functions_html_meta.php:51 -#: ../../enterprise/meta/include/functions_wizard_meta.php:251 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/advanced/policymanager.queue.php:214 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/meta/advanced/policymanager.queue.php:298 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/include/functions_metaconsole.php:605 -#: ../../enterprise/include/functions_metaconsole.php:606 -#: ../../enterprise/include/functions_metaconsole.php:1210 -#: ../../enterprise/operation/log/log_viewer.php:189 -#: ../../enterprise/operation/log/log_viewer.php:204 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 +#: ../../operation/agentes/alerts_status.functions.php:73 +#: ../../operation/agentes/alerts_status.functions.php:79 +#: ../../operation/agentes/alerts_status.functions.php:94 +#: ../../operation/agentes/alerts_status.functions.php:111 +#: ../../operation/agentes/alerts_status.functions.php:113 +#: ../../operation/agentes/status_monitor.php:306 +#: ../../operation/agentes/status_monitor.php:323 +#: ../../operation/agentes/status_monitor.php:333 +#: ../../operation/agentes/status_monitor.php:352 +#: ../../operation/agentes/status_monitor.php:395 +#: ../../operation/agentes/status_monitor.php:397 +#: ../../operation/agentes/status_monitor.php:462 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../operation/agentes/estado_monitores.php:427 +#: ../../operation/agentes/estado_monitores.php:446 +#: ../../operation/snmpconsole/snmp_view.php:384 +#: ../../operation/snmpconsole/snmp_view.php:401 +#: ../../operation/snmpconsole/snmp_view.php:406 +#: ../../operation/snmpconsole/snmp_view.php:545 ../../operation/tree.php:130 +#: ../../operation/tree.php:155 ../../operation/gis_maps/render_view.php:145 +#: ../../operation/events/export_csv.php:54 +#: ../../operation/events/events.build_table.php:492 +#: ../../operation/events/events.build_query.php:118 +#: ../../operation/events/events_list.php:450 +#: ../../operation/events/events_list.php:454 +#: ../../operation/events/events_list.php:462 +#: ../../operation/events/events_list.php:561 +#: ../../operation/events/events_list.php:564 +#: ../../operation/events/events_rss.php:110 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../extensions/agents_modules.php:78 +#: ../../general/subselect_data_module.php:42 #: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 #: ../../enterprise/operation/inventory/inventory.php:55 #: ../../enterprise/operation/inventory/inventory.php:57 #: ../../enterprise/operation/inventory/inventory.php:120 #: ../../enterprise/operation/inventory/inventory.php:122 -#: ../../enterprise/operation/inventory/inventory.php:174 +#: ../../enterprise/operation/inventory/inventory.php:176 +#: ../../enterprise/operation/log/log_viewer.php:194 +#: ../../enterprise/operation/log/log_viewer.php:212 +#: ../../enterprise/extensions/ipam/ipam_network.php:305 +#: ../../enterprise/godmode/policies/policy_queue.php:340 +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/godmode/policies/policy_queue.php:407 +#: ../../enterprise/godmode/policies/policy_agents.php:370 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1426 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1428 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1443 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:127 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 +#: ../../enterprise/godmode/modules/local_components.php:438 +#: ../../enterprise/godmode/modules/local_components.php:448 +#: ../../enterprise/godmode/modules/local_components.php:462 #: ../../enterprise/godmode/setup/setup_acl.php:84 #: ../../enterprise/godmode/setup/setup_acl.php:89 #: ../../enterprise/godmode/setup/setup_acl.php:94 @@ -2300,2455 +2610,118 @@ msgstr "" #: ../../enterprise/godmode/setup/setup_acl.php:310 #: ../../enterprise/godmode/setup/setup_acl.php:322 #: ../../enterprise/godmode/setup/setup_acl.php:362 -#: ../../enterprise/godmode/setup/setup_acl.php:393 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/godmode/modules/local_components.php:426 -#: ../../enterprise/godmode/modules/local_components.php:436 -#: ../../enterprise/godmode/modules/local_components.php:450 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1374 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1389 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:122 -#: ../../enterprise/godmode/policies/policy_queue.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/godmode/policies/policy_queue.php:407 -#: ../../enterprise/godmode/policies/policy_agents.php:227 -#: ../../enterprise/godmode/policies/policy_agents.php:235 -#: ../../enterprise/godmode/policies/policy_agents.php:341 -#: ../../mobile/operation/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../mobile/operation/modules.php:38 -#: ../../mobile/operation/modules.php:225 -#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37 -#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/events.php:619 -#: ../../mobile/operation/events.php:629 -#: ../../mobile/operation/events.php:1072 -#: ../../mobile/operation/events.php:1091 ../../mobile/operation/agents.php:32 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../extensions/agents_modules.php:77 -#: ../../include/functions_graph.php:2483 -#: ../../include/functions_groups.php:586 -#: ../../include/functions_groups.php:2329 -#: ../../include/functions_reporting.php:1505 ../../include/functions.php:878 -#: ../../include/functions.php:1101 ../../include/functions_users.php:187 -#: ../../include/functions_users.php:192 ../../include/functions_users.php:890 -#: ../../operation/events/events.build_query.php:112 -#: ../../operation/events/events.build_table.php:398 -#: ../../operation/events/events_list.php:444 -#: ../../operation/events/events_list.php:448 -#: ../../operation/events/events_list.php:456 -#: ../../operation/events/events_list.php:547 -#: ../../operation/events/events_list.php:550 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/snmpconsole/snmp_view.php:374 -#: ../../operation/snmpconsole/snmp_view.php:391 -#: ../../operation/snmpconsole/snmp_view.php:396 -#: ../../operation/snmpconsole/snmp_view.php:535 -#: ../../operation/gis_maps/render_view.php:136 -#: ../../operation/agentes/estado_monitores.php:422 -#: ../../operation/agentes/estado_monitores.php:443 -#: ../../operation/agentes/estado_agente.php:190 -#: ../../operation/agentes/networkmap_list.php:185 -#: ../../operation/agentes/networkmap.php:474 -#: ../../operation/agentes/alerts_status.functions.php:73 -#: ../../operation/agentes/alerts_status.functions.php:79 -#: ../../operation/agentes/alerts_status.functions.php:94 -#: ../../operation/agentes/status_monitor.php:337 -#: ../../operation/agentes/status_monitor.php:394 -#: ../../operation/agentes/status_monitor.php:395 -#: ../../operation/agentes/status_monitor.php:425 -#: ../../operation/agentes/status_monitor.php:442 -#: ../../operation/agentes/status_monitor.php:454 -#: ../../operation/agentes/status_monitor.php:475 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 ../../godmode/events/event_edit_filter.php:224 -#: ../../godmode/events/event_edit_filter.php:228 -#: ../../godmode/events/event_edit_filter.php:364 -#: ../../godmode/alerts/alert_list.php:262 -#: ../../godmode/alerts/alert_list.php:316 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_templates.php:255 -#: ../../godmode/alerts/alert_list.list.php:115 -#: ../../godmode/alerts/alert_list.list.php:121 -#: ../../godmode/alerts/alert_list.list.php:130 -#: ../../godmode/alerts/alert_list.list.php:135 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/setup/gis_step_2.php:154 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_edit_modules.php:252 -#: ../../godmode/massive/massive_edit_modules.php:280 -#: ../../godmode/massive/massive_edit_modules.php:320 -#: ../../godmode/modules/manage_network_components.php:490 -#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../enterprise/godmode/setup/setup_acl.php:391 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../enterprise/meta/advanced/policymanager.queue.php:214 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +#: ../../enterprise/meta/advanced/policymanager.queue.php:298 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:531 +#: ../../enterprise/meta/include/functions_wizard_meta.php:251 +#: ../../enterprise/meta/include/functions_agents_meta.php:1053 +#: ../../enterprise/meta/include/functions_html_meta.php:51 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 +#: ../../enterprise/meta/include/functions_users_meta.php:79 +#: ../../enterprise/meta/include/functions_users_meta.php:89 +#: ../../enterprise/include/functions_metaconsole.php:610 +#: ../../enterprise/include/functions_metaconsole.php:611 +#: ../../enterprise/include/functions_metaconsole.php:1215 +#: ../../enterprise/dashboard/widgets/events_list.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:65 +#: ../../godmode/reporting/reporting_builder.item_editor.php:891 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1040 +#: ../../godmode/reporting/visual_console_builder.wizard.php:222 +#: ../../godmode/reporting/visual_console_builder.wizard.php:227 #: ../../godmode/reporting/reporting_builder.list_items.php:162 #: ../../godmode/reporting/reporting_builder.list_items.php:164 #: ../../godmode/reporting/reporting_builder.list_items.php:166 #: ../../godmode/reporting/reporting_builder.list_items.php:188 #: ../../godmode/reporting/reporting_builder.list_items.php:191 #: ../../godmode/reporting/reporting_builder.list_items.php:194 -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -#: ../../godmode/reporting/visual_console_builder.wizard.php:206 -#: ../../godmode/reporting/visual_console_builder.wizard.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:946 +#: ../../godmode/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_edit_modules.php:253 +#: ../../godmode/massive/massive_edit_modules.php:281 +#: ../../godmode/massive/massive_edit_modules.php:303 +#: ../../godmode/massive/massive_edit_modules.php:334 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_delete_modules.php:409 +#: ../../godmode/massive/massive_delete_modules.php:437 +#: ../../godmode/massive/massive_delete_modules.php:460 +#: ../../godmode/massive/massive_delete_modules.php:474 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/alerts/alert_templates.php:255 +#: ../../godmode/alerts/alert_list.php:292 +#: ../../godmode/alerts/alert_list.php:346 +#: ../../godmode/alerts/alert_list.php:359 +#: ../../godmode/alerts/alert_list.list.php:122 +#: ../../godmode/alerts/alert_list.list.php:128 +#: ../../godmode/alerts/alert_list.list.php:137 +#: ../../godmode/alerts/alert_list.list.php:142 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_components.php:515 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:235 +#: ../../godmode/events/event_edit_filter.php:239 +#: ../../godmode/events/event_edit_filter.php:380 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 ../../include/functions.php:904 +#: ../../include/functions.php:1127 ../../include/functions_events.php:3109 +#: ../../include/functions_events.php:3622 +#: ../../include/functions_modules.php:2475 +#: ../../include/functions_modules.php:2476 +#: ../../include/functions_reporting.php:1524 +#: ../../include/functions_graph.php:2761 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 +#: ../../mobile/operation/modules.php:38 +#: ../../mobile/operation/modules.php:225 +#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37 +#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/agents.php:32 +#: ../../mobile/operation/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../mobile/operation/events.php:624 ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 msgid "All" msgstr "" -#: ../../enterprise/dashboard/widgets/events_list.php:54 -#: ../../enterprise/meta/include/functions_events_meta.php:85 -#: ../../enterprise/include/functions_reporting.php:1294 -#: ../../enterprise/include/functions_reporting.php:1785 -#: ../../enterprise/include/functions_reporting_pdf.php:1175 -#: ../../enterprise/include/functions_reporting_pdf.php:1324 -#: ../../enterprise/include/functions_reporting_pdf.php:1459 -#: ../../enterprise/include/functions_reporting_pdf.php:1848 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 -#: ../../mobile/operation/events.php:368 ../../mobile/operation/events.php:369 -#: ../../mobile/operation/events.php:484 ../../mobile/operation/events.php:627 -#: ../../mobile/operation/events.php:628 -#: ../../include/functions_reporting.php:4734 -#: ../../include/functions_reporting_html.php:485 -#: ../../include/functions_reporting_html.php:615 -#: ../../include/functions_reporting_html.php:1097 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:883 -#: ../../include/functions_events.php:2382 -#: ../../operation/events/events.build_table.php:117 -#: ../../operation/events/events_list.php:549 -#: ../../operation/snmpconsole/snmp_view.php:389 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/custom_events.php:98 -#: ../../godmode/events/custom_events.php:162 -#: ../../godmode/events/event_edit_filter.php:226 -msgid "Severity" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -#: ../../enterprise/include/functions_reporting_pdf.php:2288 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/godmode/modules/configure_local_component.php:354 -#: ../../mobile/operation/events.php:509 -#: ../../include/functions_treeview.php:164 -#: ../../include/functions_reporting_html.php:1523 -#: ../../include/functions_events.php:45 -#: ../../include/functions_events.php:2441 -#: ../../operation/events/events.build_table.php:129 -#: ../../operation/users/user_edit.php:421 -#: ../../operation/agentes/group_view.php:146 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:461 -#: ../../operation/agentes/status_monitor.php:464 ../../operation/tree.php:49 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/users/configure_user.php:618 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:531 -#: ../../godmode/modules/manage_network_components_form_common.php:184 -#: ../../godmode/tag/edit_tag.php:58 ../../godmode/tag/tag.php:106 -#: ../../general/firts_task/tags.php:25 -msgid "Tags" -msgstr "" - -#: ../../enterprise/dashboard/widgets/events_list.php:183 -#: ../../enterprise/meta/monitoring/group_view.php:142 -#: ../../enterprise/meta/monitoring/group_view.php:145 -#: ../../enterprise/meta/monitoring/tactical.php:262 -#: ../../enterprise/extensions/cron/functions.php:190 -#: ../../enterprise/include/functions_reporting.php:1131 -#: ../../enterprise/include/functions_reporting.php:1220 -#: ../../enterprise/include/functions_reporting.php:1594 -#: ../../enterprise/include/functions_reporting.php:1750 -#: ../../enterprise/include/functions_reporting.php:2262 -#: ../../enterprise/include/functions_reporting.php:3073 -#: ../../enterprise/include/functions_reporting.php:3404 -#: ../../enterprise/include/functions_reporting_csv.php:614 -#: ../../enterprise/include/functions_reporting_pdf.php:323 -#: ../../enterprise/include/functions_reporting_pdf.php:661 -#: ../../enterprise/include/functions_reporting_pdf.php:679 -#: ../../enterprise/include/functions_reporting_pdf.php:1615 -#: ../../enterprise/include/functions_reporting_pdf.php:1676 -#: ../../enterprise/include/functions_reporting_pdf.php:1769 -#: ../../enterprise/include/functions_reporting_pdf.php:1979 -#: ../../enterprise/include/functions_reporting_pdf.php:2012 -#: ../../enterprise/operation/services/services.service.php:184 -#: ../../enterprise/operation/services/services.list.php:150 -#: ../../enterprise/operation/services/services.list.php:392 -#: ../../enterprise/operation/services/services.service_map.php:118 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:585 -#: ../../mobile/operation/groups.php:106 ../../mobile/operation/groups.php:108 -#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_graph.php:749 -#: ../../include/functions_graph.php:1817 -#: ../../include/functions_graph.php:3546 -#: ../../include/functions_filemanager.php:697 -#: ../../include/functions_groups.php:773 -#: ../../include/functions_groups.php:775 -#: ../../include/functions_groups.php:777 -#: ../../include/functions_groups.php:778 -#: ../../include/functions_groups.php:779 ../../include/functions_ui.php:450 -#: ../../include/functions_ui.php:451 ../../include/functions_reports.php:426 -#: ../../include/functions_reporting.php:3023 -#: ../../include/functions_reporting.php:3227 -#: ../../include/functions_reporting.php:3861 -#: ../../include/functions_reporting.php:3862 -#: ../../include/functions_reporting.php:3863 -#: ../../include/functions_reporting.php:3864 -#: ../../include/functions_reporting.php:3865 -#: ../../include/functions_reporting.php:3866 ../../include/functions.php:1004 -#: ../../include/functions_visual_map.php:1134 -#: ../../include/functions_visual_map.php:1148 -#: ../../include/functions_visual_map.php:1161 -#: ../../include/functions_visual_map.php:1174 -#: ../../include/functions_reporting_html.php:344 -#: ../../include/functions_reporting_html.php:1009 -#: ../../include/functions_reporting_html.php:1030 -#: ../../include/functions_reporting_html.php:1446 -#: ../../include/functions_reporting_html.php:1608 -#: ../../include/functions_events.php:1398 -#: ../../include/functions_events.php:2739 ../../include/ajax/module.php:775 -#: ../../include/graphs/functions_flot.php:395 -#: ../../operation/agentes/estado_monitores.php:428 -#: ../../operation/agentes/group_view.php:148 -#: ../../operation/agentes/group_view.php:150 -#: ../../operation/agentes/estado_agente.php:185 -#: ../../operation/agentes/tactical.php:152 -#: ../../operation/agentes/status_monitor.php:421 ../../operation/tree.php:134 -#: ../../operation/tree.php:159 ../../operation/tree.php:293 -#: ../../godmode/alerts/alert_list.builder.php:206 -#: ../../godmode/massive/massive_delete_agents.php:116 -#: ../../godmode/massive/massive_delete_modules.php:456 -#: ../../godmode/massive/massive_copy_modules.php:80 -#: ../../godmode/massive/massive_copy_modules.php:193 -#: ../../godmode/massive/massive_edit_agents.php:217 -#: ../../godmode/massive/massive_edit_modules.php:316 -msgid "Unknown" -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_status.php:24 -msgid "Maps status" -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_status.php:26 -msgid "General and quick visual maps report" -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_status.php:28 -#: ../../operation/search_results.php:123 -msgid "Maps" -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_status.php:73 -#: ../../enterprise/extensions/backup/main.php:114 -#: ../../enterprise/include/functions_reporting.php:1225 -#: ../../enterprise/include/functions_reporting.php:2254 -#: ../../enterprise/include/functions_reporting.php:3067 -#: ../../enterprise/include/functions_reporting.php:3409 -#: ../../enterprise/include/functions_reporting_csv.php:618 -#: ../../enterprise/include/functions_services.php:1700 -#: ../../enterprise/include/functions_reporting_pdf.php:1621 -#: ../../enterprise/include/functions_reporting_pdf.php:1774 -#: ../../enterprise/include/functions_reporting_pdf.php:1973 -#: ../../enterprise/include/functions_reporting_pdf.php:2021 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 -#: ../../include/functions_db.php:1097 -#: ../../include/functions_reporting_html.php:350 -#: ../../include/functions_reporting_html.php:1453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1184 -msgid "OK" -msgstr "" - -#: ../../enterprise/dashboard/widgets/maps_status.php:76 -#: ../../godmode/massive/massive_edit_agents.php:387 -msgid "Bad" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:31 -#: ../../include/functions_reporting.php:810 -msgid "Top N" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:34 -msgid "Show a top n of agents modules." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:64 -#: ../../enterprise/godmode/agentes/inventory_manager.php:176 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 -#: ../../include/functions.php:1985 ../../include/functions.php:2544 -#: ../../include/functions_netflow.php:1049 -#: ../../include/functions_netflow.php:1082 ../../include/ajax/module.php:119 -#: ../../operation/gis_maps/render_view.php:130 -#: ../../godmode/setup/performance.php:85 -msgid "1 hour" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:65 -#: ../../enterprise/godmode/agentes/inventory_manager.php:177 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 -#: ../../include/functions_netflow.php:1050 -#: ../../include/functions_netflow.php:1083 -#: ../../operation/gis_maps/render_view.php:131 -msgid "2 hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:66 -#: ../../include/functions_netflow.php:1051 -#: ../../include/functions_netflow.php:1084 -msgid "5 hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:67 -#: ../../enterprise/godmode/agentes/inventory_manager.php:179 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:121 -#: ../../godmode/setup/performance.php:86 -msgid "12 hours" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:68 -#: ../../enterprise/godmode/agentes/inventory_manager.php:180 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 -#: ../../include/functions.php:1988 ../../include/functions_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 ../../include/ajax/module.php:122 -msgid "1 day" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:70 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1517 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1126 -msgid "Quantity (n)" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1500 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -#: ../../godmode/netflow/nf_item_list.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1109 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -msgid "Order" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:186 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1503 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:47 -#: ../../godmode/reporting/reporting_builder.item_editor.php:47 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1112 -msgid "Ascending" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1506 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1115 -msgid "Descending" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:76 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1118 -msgid "By agent name" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1523 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1136 -msgid "Display" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:80 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../enterprise/godmode/modules/configure_local_component.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -#: ../../include/functions_alerts.php:550 -#: ../../include/functions_graph.php:3855 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2301 -#: ../../godmode/alerts/configure_alert_template.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:240 -#: ../../godmode/agentes/module_manager_editor_common.php:260 -#: ../../godmode/massive/massive_edit_modules.php:358 -#: ../../godmode/massive/massive_edit_modules.php:404 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../godmode/modules/manage_network_components_form_common.php:110 -#: ../../godmode/modules/manage_network_components_form_common.php:123 -msgid "Max." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:81 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 -#: ../../enterprise/godmode/modules/configure_local_component.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:234 -#: ../../include/functions_alerts.php:551 -#: ../../include/functions_graph.php:3855 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2300 -#: ../../godmode/alerts/configure_alert_template.php:612 -#: ../../godmode/massive/massive_edit_modules.php:349 -#: ../../godmode/massive/massive_edit_modules.php:395 -#: ../../godmode/massive/massive_edit_modules.php:483 -#: ../../godmode/modules/manage_network_components_form_common.php:107 -#: ../../godmode/modules/manage_network_components_form_common.php:120 -msgid "Min." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:82 -#: ../../include/functions_graph.php:3855 -msgid "Avg." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:85 -#: ../../godmode/reporting/map_builder.php:209 -msgid "Items" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:111 -msgid "" -"Please could you fill the widget data previous to filling the list items." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:117 -#: ../../enterprise/dashboard/widgets/top_n.php:300 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 -msgid "avg" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:118 -#: ../../enterprise/dashboard/widgets/top_n.php:301 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1539 -msgid "max" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:119 -#: ../../enterprise/dashboard/widgets/top_n.php:302 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1540 -msgid "min" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:120 -#: ../../enterprise/dashboard/widgets/top_n.php:303 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1541 -msgid "sum" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:131 -#: ../../enterprise/dashboard/widgets/top_n.php:340 -#: ../../enterprise/meta/advanced/policymanager.queue.php:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1987 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:123 -#: ../../include/functions_menu.php:564 -#: ../../include/functions_reporting_html.php:938 -#: ../../include/functions_reporting_html.php:1762 -#: ../../godmode/extensions.php:153 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1560 -msgid "Operation" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:132 -#: ../../enterprise/extensions/ipam/ipam_list.php:68 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../enterprise/operation/agentes/policy_view.php:196 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:130 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1833 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1980 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1988 -#: ../../enterprise/godmode/policies/policy_modules.php:1021 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../mobile/operation/tactical.php:261 -#: ../../extensions/agents_alerts.php:279 -#: ../../include/functions_ui_renders.php:97 ../../include/functions.php:2263 -#: ../../include/functions_reporting_html.php:2757 -#: ../../operation/extensions.php:49 -#: ../../operation/integria_incidents/incident.list.php:102 -#: ../../operation/events/events.build_table.php:159 -#: ../../operation/snmpconsole/snmp_view.php:529 -#: ../../operation/snmpconsole/snmp_view.php:827 -#: ../../operation/agentes/networkmap_list.php:261 -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:462 -#: ../../operation/agentes/alerts_status.php:495 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/search_alerts.php:48 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/users/configure_user.php:619 -#: ../../godmode/snmpconsole/snmp_alert.php:1066 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/alerts/alert_list.list.php:585 -#: ../../godmode/alerts/alert_view.php:417 -#: ../../godmode/agentes/planned_downtime.editor.php:808 -#: ../../godmode/agentes/module_manager.php:527 -#: ../../godmode/agentes/agent_template.php:226 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/massive/massive_standby_alerts.php:163 -#: ../../godmode/massive/massive_add_action_alerts.php:155 -#: ../../godmode/massive/massive_operations.php:263 -#: ../../godmode/massive/massive_delete_action_alerts.php:164 -#: ../../godmode/massive/massive_enable_disable_alerts.php:163 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_network_components.php:545 -#: ../../godmode/modules/manage_network_templates.php:183 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1359 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1553 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1562 -#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 -msgid "Action" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1959 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:927 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1491 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1526 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1687 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1715 -msgid "Select an Agent first" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:275 -msgid "Selection module one by one" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:286 -msgid "Selection several modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:314 -msgid "Regex for to filter modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:323 -msgid "Filter modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:335 -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/monitoring/group_view.php:96 -#: ../../enterprise/meta/monitoring/group_view.php:133 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../enterprise/include/functions_policies.php:3206 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:683 -#: ../../enterprise/operation/services/services.service_map.php:129 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:156 -#: ../../enterprise/godmode/policies/policies.php:339 -#: ../../enterprise/godmode/policies/policy_modules.php:324 -#: ../../mobile/operation/agent.php:181 ../../mobile/operation/modules.php:186 -#: ../../mobile/operation/home.php:66 ../../mobile/operation/agents.php:79 -#: ../../mobile/operation/agents.php:290 ../../mobile/operation/agents.php:291 -#: ../../extensions/agents_modules.php:194 -#: ../../include/functions_reports.php:555 -#: ../../include/functions_reports.php:557 -#: ../../include/functions_reports.php:559 -#: ../../include/functions_reports.php:561 -#: ../../include/functions_reports.php:563 -#: ../../include/functions_reports.php:565 -#: ../../include/functions_reports.php:567 -#: ../../include/functions_reporting_html.php:784 -#: ../../include/functions_reporting_html.php:2406 -#: ../../include/ajax/networkmap.ajax.php:71 -#: ../../operation/search_agents.php:63 -#: ../../operation/agentes/exportdata.php:266 -#: ../../operation/agentes/group_view.php:104 -#: ../../operation/agentes/group_view.php:141 -#: ../../operation/agentes/estado_agente.php:472 -#: ../../operation/agentes/graphs.php:124 ../../operation/tree.php:73 -#: ../../operation/search_results.php:133 -#: ../../godmode/agentes/modificar_agente.php:500 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 -#: ../../godmode/agentes/planned_downtime.editor.php:726 -#: ../../godmode/agentes/planned_downtime.editor.php:799 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../godmode/agentes/configurar_agente.php:277 -#: ../../godmode/agentes/configurar_agente.php:508 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:312 -#: ../../godmode/servers/servers.build_table.php:67 -#: ../../godmode/db/db_refine.php:95 -#: ../../godmode/massive/massive_delete_modules.php:467 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:294 -#: ../../godmode/reporting/reporting_builder.list_items.php:163 -#: ../../godmode/reporting/reporting_builder.list_items.php:189 -#: ../../godmode/reporting/graph_builder.graph_editor.php:144 -#: ../../godmode/reporting/visual_console_builder.wizard.php:251 -#: ../../godmode/reporting/reporting_builder.item_editor.php:952 -msgid "Modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:349 -#: ../../godmode/modules/manage_network_templates_form.php:224 -msgid "Add modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:440 -msgid "Successful added modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:444 -msgid "Unsuccessful added modules" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:466 -#: ../../enterprise/include/functions_reporting_pdf.php:794 -#: ../../enterprise/include/functions_reporting_pdf.php:1583 -#: ../../enterprise/include/functions_reporting_pdf.php:1931 -#: ../../include/functions_reporting.php:867 -#: ../../include/functions_reporting.php:1692 -#: ../../include/functions_reporting_html.php:1699 -#: ../../include/functions_reporting_html.php:1824 -msgid "There are no Agent/Modules defined" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:472 -#: ../../enterprise/meta/include/functions_wizard_meta.php:838 -#: ../../enterprise/meta/include/functions_wizard_meta.php:847 -#: ../../enterprise/meta/include/functions_wizard_meta.php:924 -#: ../../enterprise/meta/include/functions_wizard_meta.php:933 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1125 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1134 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1341 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1350 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1422 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1431 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1538 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1547 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1526 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1352 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983 -#: ../../include/functions_reporting.php:818 -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:727 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1139 -msgid "Max" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:475 -#: ../../enterprise/meta/include/functions_wizard_meta.php:836 -#: ../../enterprise/meta/include/functions_wizard_meta.php:845 -#: ../../enterprise/meta/include/functions_wizard_meta.php:922 -#: ../../enterprise/meta/include/functions_wizard_meta.php:931 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1123 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1132 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1339 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1348 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1420 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1429 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1536 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1545 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1245 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1528 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1354 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983 -#: ../../include/functions_reporting.php:821 -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:729 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1141 -msgid "Min" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1530 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1356 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 -#: ../../include/functions_reporting.php:826 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1143 -msgid "Avg" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:920 -msgid "Insuficient data" -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." -msgstr "" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." -msgstr "" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/index.php:469 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/general/logon_ok.php:15 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -#: ../../operation/agentes/ver_agente.php:811 -#: ../../operation/netflow/nf_live_view.php:131 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_item_list.php:57 -#: ../../godmode/netflow/nf_edit.php:47 -msgid "Main" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:28 -#: ../../enterprise/meta/agentsearch.php:32 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 -#: ../../operation/events/events_list.php:403 -#: ../../godmode/events/event_edit_filter.php:240 -msgid "Agent search" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:68 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 -#: ../../enterprise/meta/general/main_header.php:466 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 -#: ../../enterprise/extensions/translate_string.php:265 -#: ../../enterprise/operation/log/log_viewer.php:165 -#: ../../enterprise/operation/log/log_viewer.php:230 -#: ../../enterprise/operation/services/services.list.php:141 -#: ../../enterprise/operation/services/services.list.php:180 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/inventory/inventory.php:177 -#: ../../enterprise/operation/inventory/inventory.php:217 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/agentes/collections.php:173 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:452 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../enterprise/godmode/policies/policy_agents.php:337 -#: ../../enterprise/godmode/policies/policy_agents.php:342 -#: ../../include/functions_snmp_browser.php:556 -#: ../../operation/integria_incidents/incident.list.php:76 -#: ../../operation/agentes/estado_agente.php:176 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/status_monitor.php:456 -#: ../../operation/incidents/incident.php:289 -#: ../../operation/search_results.php:160 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../godmode/alerts/alert_templates.php:256 -#: ../../godmode/alerts/alert_templates.php:260 -#: ../../godmode/agentes/modificar_agente.php:159 -#: ../../godmode/agentes/modificar_agente.php:163 -#: ../../godmode/agentes/planned_downtime.list.php:139 -#: ../../godmode/agentes/module_manager.php:37 -#: ../../godmode/modules/manage_network_components.php:499 -#: ../../godmode/reporting/reporting_builder.php:440 -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -msgid "Search" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:71 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 -#: ../../enterprise/meta/advanced/policymanager.queue.php:244 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 -#: ../../enterprise/godmode/alerts/alert_events_list.php:382 -#: ../../enterprise/godmode/modules/local_components.php:445 -#: ../../operation/events/events_list.php:627 -#: ../../operation/agentes/alerts_status.php:384 -#: ../../operation/agentes/status_monitor.php:525 ../../operation/tree.php:184 -#: ../../godmode/users/user_list.php:243 -#: ../../godmode/alerts/alert_templates.php:268 -#: ../../godmode/modules/manage_network_components.php:507 -#: ../../godmode/reporting/reporting_builder.list_items.php:205 -#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 -msgid "Show Options" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:79 -msgid "Search results for" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:91 -#: ../../enterprise/meta/include/functions_wizard_meta.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1620 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 -#: ../../enterprise/meta/advanced/policymanager.queue.php:255 -#: ../../enterprise/extensions/csv_import/main.php:75 -#: ../../enterprise/include/functions_reporting.php:1895 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1332 -#: ../../operation/events/events.build_table.php:45 -#: ../../operation/events/events_list.php:441 -#: ../../operation/servers/recon_view.php:173 -#: ../../godmode/agentes/agent_manager.php:267 -#: ../../godmode/agentes/module_manager.php:513 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 -msgid "Server" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/godmode/modules/local_components.php:434 -#: ../../enterprise/godmode/modules/local_components.php:448 -#: ../../enterprise/godmode/modules/local_components.php:470 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -#: ../../enterprise/godmode/modules/configure_local_component.php:160 -#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:279 -#: ../../include/functions_reporting_html.php:1484 -#: ../../include/functions_events.php:2028 -#: ../../operation/search_agents.php:45 ../../operation/search_agents.php:53 -#: ../../operation/gis_maps/ajax.php:276 -#: ../../operation/agentes/estado_agente.php:457 -#: ../../operation/agentes/estado_generalagente.php:128 -#: ../../operation/tree.php:55 ../../operation/tree.php:94 -#: ../../godmode/agentes/agent_manager.php:255 -#: ../../godmode/agentes/modificar_agente.php:426 -#: ../../godmode/agentes/planned_downtime.editor.php:724 -#: ../../godmode/servers/manage_recontask_form.php:286 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_agents.php:287 -msgid "OS" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:94 -#: ../../enterprise/meta/include/functions_wizard_meta.php:776 -#: ../../enterprise/meta/include/functions_wizard_meta.php:894 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1058 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1570 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/extensions/ipam/ipam_list.php:63 -#: ../../enterprise/include/functions_reporting_pdf.php:2285 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:215 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../mobile/operation/modules.php:470 -#: ../../mobile/operation/modules.php:473 -#: ../../mobile/operation/modules.php:474 -#: ../../mobile/operation/modules.php:646 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:422 -#: ../../include/functions_reporting_html.php:1520 -#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 -#: ../../operation/search_agents.php:56 -#: ../../operation/agentes/estado_agente.php:462 -#: ../../operation/agentes/estado_generalagente.php:201 -#: ../../operation/agentes/status_monitor.php:941 -#: ../../operation/servers/recon_view.php:92 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../godmode/agentes/agent_manager.php:249 -#: ../../godmode/agentes/module_manager_editor_common.php:332 -#: ../../godmode/agentes/module_manager_editor_common.php:358 -#: ../../godmode/agentes/module_manager.php:519 -#: ../../godmode/servers/manage_recontask_form.php:247 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_agents.php:283 -#: ../../godmode/massive/massive_edit_modules.php:441 -#: ../../godmode/modules/manage_network_components_form_common.php:102 -msgid "Interval" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/include/functions_policies.php:3224 -#: ../../enterprise/include/functions_reporting_pdf.php:706 -#: ../../enterprise/godmode/services/services.service.php:312 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -#: ../../enterprise/godmode/policies/policies.php:343 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/agent.php:189 ../../mobile/operation/home.php:54 -#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 -#: ../../mobile/operation/agents.php:287 -#: ../../extensions/agents_alerts.php:252 -#: ../../include/functions_graph.php:732 -#: ../../include/functions_graph.php:3529 -#: ../../include/functions_graph.php:4198 -#: ../../include/functions_treeview.php:280 -#: ../../include/functions_reports.php:601 -#: ../../include/functions_reports.php:603 -#: ../../include/functions_reports.php:606 -#: ../../include/functions_reporting_html.php:1059 -#: ../../include/functions_reporting_html.php:2415 -#: ../../operation/search_agents.php:65 -#: ../../operation/agentes/ver_agente.php:823 -#: ../../operation/agentes/ver_agente.php:1016 -#: ../../operation/agentes/estado_agente.php:478 -#: ../../operation/search_results.php:93 ../../godmode/menu.php:132 -#: ../../godmode/alerts/alert_commands.php:242 -#: ../../godmode/alerts/configure_alert_special_days.php:52 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/alert_special_days.php:43 -#: ../../godmode/alerts/configure_alert_template.php:62 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -#: ../../godmode/agentes/modificar_agente.php:504 -#: ../../godmode/agentes/configurar_agente.php:287 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/massive/massive_copy_modules.php:153 -msgid "Alerts" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:99 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../enterprise/operation/agentes/policy_view.php:309 -#: ../../enterprise/operation/agentes/ver_agente.php:75 -#: ../../mobile/operation/agent.php:138 ../../mobile/operation/agents.php:85 -#: ../../mobile/operation/agents.php:300 ../../mobile/operation/agents.php:302 -#: ../../mobile/operation/agents.php:304 ../../mobile/operation/agents.php:305 -#: ../../include/functions_treeview.php:443 -#: ../../include/functions_events.php:2033 ../../include/ajax/module.php:716 -#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219 -#: ../../operation/gis_maps/ajax.php:321 -#: ../../operation/agentes/ver_agente.php:548 -#: ../../operation/agentes/estado_agente.php:481 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/search_users.php:47 ../../godmode/users/user_list.php:272 -#: ../../godmode/agentes/planned_downtime.editor.php:725 -msgid "Last contact" -msgstr "" - -#: ../../enterprise/meta/agentsearch.php:191 -msgid "There are no agents included in this group" -msgstr "" - -#: ../../enterprise/meta/index.php:239 ../../mobile/include/user.class.php:172 -#: ../../index.php:233 ../../include/ajax/double_auth.ajax.php:489 -msgid "Invalid code" -msgstr "" - -#: ../../enterprise/meta/index.php:250 ../../index.php:244 -msgid "The code shouldn't be empty" -msgstr "" - -#: ../../enterprise/meta/index.php:262 ../../index.php:256 -msgid "Expired login" -msgstr "" - -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:264 ../../index.php:270 -msgid "Login error" -msgstr "" - -#: ../../enterprise/meta/index.php:499 ../../enterprise/meta/index.php:510 -#: ../../index.php:668 -msgid "Sorry! I can't find the page!" -msgstr "" - -#: ../../enterprise/meta/include/functions_agents_meta.php:970 -#: ../../enterprise/meta/include/functions_agents_meta.php:981 -msgid "Agents movement" -msgstr "" - -#: ../../enterprise/meta/include/functions_agents_meta.php:975 -#: ../../enterprise/meta/include/functions_agents_meta.php:984 -msgid "Group management" -msgstr "" - -#: ../../enterprise/meta/include/functions_groups_meta.php:77 -#, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "" - -#: ../../enterprise/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "" - -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "" - -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:489 -#: ../../enterprise/meta/advanced/synchronizing.user.php:569 -#: ../../enterprise/meta/advanced/policymanager.sync.php:238 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#, php-format -msgid "Error connecting to %s" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:128 -msgid "No admin user" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:144 -#: ../../include/functions_config.php:212 -msgid "Activate Metaconsole" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:154 -#: ../../enterprise/meta/advanced/metasetup.setup.php:91 -#: ../../include/functions_config.php:134 -#: ../../godmode/setup/setup_general.php:51 -msgid "Language code for Pandora" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:164 -#: ../../enterprise/meta/advanced/metasetup.setup.php:97 -#: ../../include/functions_config.php:138 -#: ../../godmode/setup/setup_general.php:61 -msgid "Auto login (hash) password" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:174 -#: ../../enterprise/meta/advanced/metasetup.setup.php:101 -#: ../../include/functions_config.php:141 -#: ../../godmode/setup/setup_general.php:64 -msgid "Time source" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:184 -#: ../../enterprise/meta/advanced/metasetup.setup.php:108 -#: ../../include/functions_config.php:145 -#: ../../godmode/setup/setup_general.php:73 -msgid "Enforce https" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:194 -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../include/functions_config.php:147 -#: ../../godmode/setup/setup_general.php:77 -msgid "Attachment store" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:204 -#: ../../enterprise/meta/advanced/metasetup.setup.php:149 -#: ../../include/functions_config.php:167 -#: ../../godmode/setup/setup_general.php:202 -msgid "Timezone setup" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:214 -#: ../../enterprise/meta/advanced/metasetup.setup.php:155 -#: ../../include/functions_config.php:189 -#: ../../godmode/setup/setup_general.php:228 -msgid "Public URL" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:224 -msgid "Netflow disable custom live view filters" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:234 -#: ../../enterprise/meta/include/functions_meta.php:244 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 -#: ../../enterprise/meta/advanced/metasetup.setup.php:209 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../include/functions_config.php:151 -#: ../../godmode/setup/setup_general.php:89 -msgid "API password" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:255 -#: ../../enterprise/meta/advanced/metasetup.setup.php:213 -#: ../../include/functions_config.php:149 -#: ../../godmode/setup/setup_general.php:80 -msgid "IP list with API access" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:272 -msgid "Customizable section" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:282 -#: ../../enterprise/meta/advanced/metasetup.password.php:122 -#: ../../enterprise/godmode/setup/setup.php:289 -#: ../../include/functions_config.php:270 -msgid "Apply password policy to admin users" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:295 -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../include/functions_config.php:253 -msgid "Enable password policy" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:305 -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/godmode/setup/setup.php:257 -#: ../../include/functions_config.php:256 -msgid "Min. size password" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:315 -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/godmode/setup/setup.php:261 -#: ../../include/functions_config.php:266 -msgid "Password must have numbers" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:325 -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/godmode/setup/setup.php:266 -#: ../../include/functions_config.php:268 -msgid "Password must have symbols" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:335 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/godmode/setup/setup.php:271 -#: ../../include/functions_config.php:258 -msgid "Password expiration" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:345 -#: ../../enterprise/meta/advanced/metasetup.password.php:106 -#: ../../enterprise/godmode/setup/setup.php:275 -#: ../../include/functions_config.php:260 -msgid "Force change password on first login" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:355 -#: ../../enterprise/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/godmode/setup/setup.php:280 -#: ../../include/functions_config.php:262 -msgid "User blocked if login fails" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:365 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/godmode/setup/setup.php:284 -#: ../../include/functions_config.php:264 -msgid "Number of failed login attempts" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:375 -#: ../../enterprise/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/godmode/setup/setup.php:294 -#: ../../include/functions_config.php:272 -msgid "Enable password history" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:385 -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/godmode/setup/setup.php:299 -#: ../../include/functions_config.php:274 -msgid "Compare previous password" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:398 -#: ../../include/functions_config.php:280 -#: ../../godmode/setup/setup_auth.php:62 -msgid "Authentication method" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:408 -#: ../../include/functions_config.php:318 -#: ../../godmode/setup/setup_auth.php:68 -msgid "Fallback to local authentication" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:418 -#: ../../include/functions_config.php:282 -#: ../../godmode/setup/setup_auth.php:77 -msgid "Autocreate remote users" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:428 -#: ../../include/functions_config.php:284 -#: ../../godmode/setup/setup_auth.php:89 -msgid "Autocreate profile" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:438 -#: ../../include/functions_config.php:286 -#: ../../godmode/setup/setup_auth.php:97 -msgid "Autocreate profile group" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:448 -#: ../../include/functions_config.php:288 -#: ../../godmode/setup/setup_auth.php:106 -msgid "Autocreate profile tags" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:458 -#: ../../include/functions_config.php:290 -#: ../../godmode/setup/setup_auth.php:114 -msgid "Autocreate blacklist" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:468 -#: ../../include/functions_config.php:352 -#: ../../operation/users/user_edit.php:349 -#: ../../godmode/setup/setup_auth.php:201 -msgid "Double authentication" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:478 -#: ../../include/functions_config.php:354 -msgid "Session timeout" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:490 -#: ../../enterprise/godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:293 -msgid "Active directory server" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:500 -#: ../../enterprise/godmode/setup/setup_auth.php:100 -#: ../../include/functions_config.php:295 -msgid "Active directory port" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:510 -#: ../../enterprise/meta/include/functions_meta.php:582 -#: ../../enterprise/godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:297 -#: ../../include/functions_config.php:312 -#: ../../godmode/setup/setup_auth.php:161 -msgid "Start TLS" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:520 -#: ../../enterprise/godmode/setup/setup_auth.php:70 -#: ../../include/functions_config.php:299 -msgid "Advance Config AD" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:530 -#: ../../enterprise/godmode/setup/setup_auth.php:115 -#: ../../include/functions_config.php:301 -msgid "Domain" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:540 -#: ../../enterprise/godmode/setup/setup_auth.php:86 -#: ../../include/functions_config.php:303 -msgid "Advanced Permisions AD" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:552 -#: ../../include/functions_config.php:306 -#: ../../godmode/setup/setup_auth.php:139 -msgid "LDAP server" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:562 -#: ../../include/functions_config.php:308 -#: ../../godmode/setup/setup_auth.php:146 -msgid "LDAP port" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:572 -#: ../../include/functions_config.php:310 -#: ../../godmode/setup/setup_auth.php:154 -msgid "LDAP version" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:592 -#: ../../include/functions_config.php:314 -#: ../../godmode/setup/setup_auth.php:169 -msgid "Base DN" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:602 -#: ../../include/functions_config.php:316 -#: ../../godmode/setup/setup_auth.php:176 -msgid "Login attribute" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:615 -msgid "Pandora FMS host" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:625 -#: ../../enterprise/meta/include/functions_meta.php:678 -#: ../../enterprise/meta/include/functions_meta.php:731 -#: ../../enterprise/godmode/setup/setup_auth.php:145 -#: ../../enterprise/godmode/setup/setup_auth.php:197 -#: ../../enterprise/godmode/setup/setup_auth.php:249 -#: ../../include/functions_config.php:323 -#: ../../include/functions_config.php:334 -#: ../../include/functions_config.php:344 -msgid "MySQL port" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:635 -#: ../../enterprise/meta/include/functions_meta.php:688 -#: ../../enterprise/meta/include/functions_meta.php:741 -#: ../../enterprise/godmode/setup/setup_auth.php:152 -#: ../../enterprise/godmode/setup/setup_auth.php:204 -#: ../../enterprise/godmode/setup/setup_auth.php:256 -#: ../../enterprise/godmode/setup/setup_history.php:55 -#: ../../include/functions_config.php:325 -#: ../../include/functions_config.php:336 -#: ../../include/functions_config.php:346 -#: ../../include/functions_config.php:625 -msgid "Database name" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:645 -#: ../../enterprise/meta/include/functions_meta.php:698 -#: ../../enterprise/meta/include/functions_meta.php:751 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_wizard_meta.php:398 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 -#: ../../enterprise/meta/general/login_page.php:69 -#: ../../enterprise/extensions/check_acls.php:42 -#: ../../enterprise/extensions/check_acls.php:120 -#: ../../enterprise/extensions/cron/main.php:185 -#: ../../enterprise/extensions/vmware/main.php:225 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../enterprise/godmode/setup/setup_auth.php:159 -#: ../../enterprise/godmode/setup/setup_auth.php:211 -#: ../../enterprise/godmode/setup/setup_auth.php:263 -#: ../../mobile/include/user.class.php:239 -#: ../../mobile/operation/tactical.php:262 -#: ../../extensions/users_connected.php:77 -#: ../../extensions/api_checker.php:105 ../../extensions/ssh_gateway.php:59 -#: ../../include/functions.php:2262 -#: ../../include/functions_reporting_html.php:2755 -#: ../../include/functions_events.php:36 -#: ../../include/functions_config.php:327 -#: ../../include/functions_config.php:338 -#: ../../include/functions_config.php:348 -#: ../../operation/integria_incidents/incident.tracking.php:22 -#: ../../operation/events/events.build_table.php:79 -#: ../../operation/events/events.build_table.php:474 -#: ../../operation/search_users.php:68 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 ../../general/logon_ok.php:220 -#: ../../general/logon_ok.php:417 ../../general/login_page.php:119 -msgid "User" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:655 -#: ../../enterprise/meta/include/functions_meta.php:708 -#: ../../enterprise/meta/include/functions_meta.php:761 -#: ../../enterprise/meta/include/functions_wizard_meta.php:402 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 -#: ../../enterprise/meta/general/login_page.php:73 -#: ../../enterprise/extensions/vmware/main.php:230 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/godmode/setup/setup_auth.php:166 -#: ../../enterprise/godmode/setup/setup_auth.php:218 -#: ../../enterprise/godmode/setup/setup_auth.php:270 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../mobile/include/user.class.php:246 -#: ../../extensions/api_checker.php:110 ../../include/functions_config.php:329 -#: ../../include/functions_config.php:340 -#: ../../include/functions_config.php:350 -#: ../../godmode/users/configure_user.php:451 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:265 -#: ../../godmode/agentes/module_manager_editor_wmi.php:53 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 -#: ../../general/login_page.php:124 -msgid "Password" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:668 -#: ../../enterprise/godmode/setup/setup_auth.php:190 -#: ../../include/functions_config.php:332 -msgid "Babel Enterprise host" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:721 -#: ../../enterprise/godmode/setup/setup_auth.php:242 -#: ../../include/functions_config.php:342 -msgid "Integria host" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:774 -#: ../../enterprise/meta/advanced/metasetup.visual.php:81 -#: ../../include/functions_config.php:399 -#: ../../godmode/setup/setup_visuals.php:539 -msgid "Date format string" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:784 -#: ../../enterprise/meta/advanced/metasetup.visual.php:95 -#: ../../include/functions_config.php:401 -#: ../../godmode/setup/setup_visuals.php:552 -msgid "Timestamp or time comparation" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:794 -#: ../../enterprise/meta/advanced/metasetup.visual.php:103 -#: ../../include/functions_config.php:403 -#: ../../godmode/setup/setup_visuals.php:296 -msgid "Graph color (min)" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:804 -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -#: ../../include/functions_config.php:405 -#: ../../godmode/setup/setup_visuals.php:300 -msgid "Graph color (avg)" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:814 -#: ../../enterprise/meta/advanced/metasetup.visual.php:113 -#: ../../include/functions_config.php:407 -#: ../../godmode/setup/setup_visuals.php:304 -msgid "Graph color (max)" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:824 -#: ../../enterprise/meta/advanced/metasetup.visual.php:118 -#: ../../include/functions_config.php:423 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:834 -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../include/functions_config.php:425 -#: ../../godmode/setup/setup_visuals.php:340 -msgid "Value to interface graphics" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:847 -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../include/functions_config.php:432 -#: ../../operation/events/events_list.php:457 -#: ../../operation/users/user_edit.php:250 -#: ../../operation/snmpconsole/snmp_view.php:378 -#: ../../godmode/events/event_edit_filter.php:263 -#: ../../godmode/users/configure_user.php:516 -#: ../../godmode/setup/setup_visuals.php:61 -msgid "Block size for pagination" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:857 -#: ../../enterprise/meta/advanced/metasetup.visual.php:131 -#: ../../include/functions_config.php:434 -#: ../../godmode/setup/setup_visuals.php:349 -msgid "Use round corners" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:867 -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../include/functions_config.php:444 -#: ../../operation/users/user_edit.php:263 -#: ../../godmode/users/configure_user.php:512 -#: ../../godmode/setup/setup_visuals.php:354 -msgid "Interactive charts" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:877 -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "Metaconsole elements" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:887 -#: ../../enterprise/meta/advanced/metasetup.visual.php:173 -#: ../../godmode/setup/setup_visuals.php:523 -msgid "Show only the group name" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:927 -#: ../../enterprise/meta/advanced/metasetup.visual.php:157 -#: ../../include/functions_config.php:565 -#: ../../godmode/setup/setup_visuals.php:611 -msgid "Delete interval" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:933 -#: ../../enterprise/meta/include/functions_meta.php:938 -#: ../../enterprise/meta/include/functions_meta.php:943 -#: ../../enterprise/meta/include/functions_meta.php:948 -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../enterprise/meta/include/functions_meta.php:958 -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/meta/advanced/metasetup.visual.php:221 -#: ../../enterprise/meta/advanced/metasetup.visual.php:227 -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../include/functions_config.php:573 -#: ../../include/functions_config.php:576 -#: ../../include/functions_config.php:579 -#: ../../include/functions_config.php:582 -#: ../../include/functions_config.php:585 -#: ../../include/functions_config.php:588 -#: ../../godmode/setup/setup_visuals.php:451 -#: ../../godmode/setup/setup_visuals.php:457 -#: ../../godmode/setup/setup_visuals.php:470 -#: ../../godmode/setup/setup_visuals.php:478 -#: ../../godmode/setup/setup_visuals.php:483 -#: ../../godmode/setup/setup_visuals.php:491 -msgid "Custom report front" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:938 -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../include/functions_config.php:576 -#: ../../godmode/setup/setup_visuals.php:451 -msgid "Font family" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:943 -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../include/functions_config.php:446 -#: ../../include/functions_config.php:579 -#: ../../godmode/setup/setup_visuals.php:147 -#: ../../godmode/setup/setup_visuals.php:458 -msgid "Custom logo" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:948 -#: ../../enterprise/meta/advanced/metasetup.visual.php:227 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../include/functions_config.php:582 -#: ../../godmode/setup/setup_visuals.php:478 -msgid "Header" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../include/functions_config.php:585 -#: ../../godmode/setup/setup_visuals.php:483 -msgid "First page" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:958 -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../include/functions_config.php:588 -#: ../../godmode/setup/setup_visuals.php:491 -msgid "Footer" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:963 -#: ../../enterprise/meta/advanced/metasetup.visual.php:184 -#: ../../include/functions_config.php:490 -#: ../../godmode/setup/setup_visuals.php:84 -msgid "Display data of proc modules in other format" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:968 -#: ../../enterprise/meta/advanced/metasetup.visual.php:193 -#: ../../include/functions_config.php:492 -#: ../../godmode/setup/setup_visuals.php:94 -msgid "Display text proc modules have state is ok" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:973 -#: ../../enterprise/meta/advanced/metasetup.visual.php:196 -#: ../../include/functions_config.php:494 -#: ../../godmode/setup/setup_visuals.php:98 -msgid "Display text when proc modules have state critical" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:987 -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../include/functions_config.php:364 -#: ../../godmode/setup/performance.php:47 -msgid "Max. days before delete events" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:997 -#: ../../enterprise/meta/advanced/metasetup.performance.php:82 -msgid "Active events history" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:1007 -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../include/functions_config.php:370 -#: ../../godmode/setup/performance.php:53 -msgid "Max. days before delete audit events" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:1017 -#: ../../enterprise/meta/advanced/metasetup.performance.php:92 -#: ../../include/functions_config.php:382 -#: ../../godmode/setup/performance.php:94 -msgid "Default hours for event view" -msgstr "" - -#: ../../enterprise/meta/include/functions_meta.php:1027 -#: ../../include/functions_config.php:388 -#: ../../godmode/setup/performance.php:104 -msgid "Use agent access graph" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 -#: ../../operation/agentes/networkmap_list.php:100 -#: ../../operation/agentes/networkmap.php:168 -msgid "Network map deleted successfully" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 -#: ../../operation/agentes/networkmap_list.php:101 -#: ../../operation/agentes/networkmap.php:169 -msgid "Could not delete network map" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 -#: ../../enterprise/meta/advanced/policymanager.queue.php:228 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/operation/services/services.list.php:270 -#: ../../enterprise/operation/services/services.list.php:276 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/godmode/setup/setup_acl.php:133 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../operation/agentes/estado_monitores.php:448 -#: ../../operation/agentes/networkmap_list.php:190 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/graphs.php:169 -#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147 -#: ../../operation/incidents/incident.php:225 -#: ../../godmode/snmpconsole/snmp_alert.php:908 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -#: ../../godmode/agentes/module_manager.php:41 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/modules/manage_network_templates_form.php:242 -#: ../../godmode/modules/manage_network_templates_form.php:298 -#: ../../godmode/reporting/reporting_builder.list_items.php:173 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.item_editor.php:624 -#: ../../godmode/tag/tag.php:161 -msgid "Filter" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:134 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:221 -msgid "Not networkmap defined." -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:160 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:196 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:209 -#: ../../enterprise/meta/include/functions_wizard_meta.php:294 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:261 -#: ../../enterprise/meta/advanced/policymanager.queue.php:312 -#: ../../enterprise/meta/advanced/servers.build_table.php:132 -#: ../../enterprise/meta/advanced/metasetup.visual.php:159 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 -#: ../../enterprise/extensions/cron/main.php:263 -#: ../../enterprise/extensions/backup/main.php:137 -#: ../../enterprise/include/functions_networkmap_enterprise.php:612 -#: ../../enterprise/operation/services/services.list.php:460 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:261 -#: ../../enterprise/godmode/alerts/alert_events_list.php:568 -#: ../../enterprise/godmode/alerts/alert_events_list.php:646 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 -#: ../../enterprise/godmode/agentes/inventory_manager.php:262 -#: ../../enterprise/godmode/agentes/plugins_manager.php:112 -#: ../../enterprise/godmode/agentes/plugins_manager.php:171 -#: ../../enterprise/godmode/setup/setup_acl.php:153 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/godmode/modules/local_components.php:519 -#: ../../enterprise/godmode/modules/local_components.php:531 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 -#: ../../enterprise/godmode/reporting/graph_template_list.php:158 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:364 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 -#: ../../enterprise/godmode/policies/policies.php:390 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:379 -#: ../../enterprise/godmode/policies/policy_queue.php:421 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_plugins.php:83 -#: ../../enterprise/godmode/policies/policy_agents.php:449 -#: ../../enterprise/godmode/policies/policy_modules.php:1085 -#: ../../enterprise/godmode/policies/policy_modules.php:1109 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../include/functions_groups.php:2143 -#: ../../operation/integria_incidents/incident.files.php:46 -#: ../../operation/messages/message_list.php:128 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:200 -#: ../../operation/messages/message_list.php:216 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/snmpconsole/snmp_view.php:648 -#: ../../operation/snmpconsole/snmp_view.php:654 -#: ../../operation/snmpconsole/snmp_view.php:805 -#: ../../operation/snmpconsole/snmp_view.php:830 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../operation/agentes/networkmap_list.php:138 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/agentes/networkmap_list.php:253 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 -#: ../../godmode/events/event_filter.php:144 -#: ../../godmode/events/event_filter.php:164 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/users/user_list.php:471 -#: ../../godmode/snmpconsole/snmp_alert.php:1095 -#: ../../godmode/snmpconsole/snmp_alert.php:1124 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/gis_maps/index.php:111 -#: ../../godmode/alerts/alert_commands.php:326 -#: ../../godmode/alerts/alert_special_days.php:165 -#: ../../godmode/alerts/alert_templates.php:344 -#: ../../godmode/alerts/alert_list.list.php:688 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/agentes/module_manager_editor_common.php:638 -#: ../../godmode/agentes/planned_downtime.editor.php:766 -#: ../../godmode/agentes/planned_downtime.editor.php:771 -#: ../../godmode/agentes/planned_downtime.editor.php:819 -#: ../../godmode/agentes/planned_downtime.list.php:400 -#: ../../godmode/agentes/planned_downtime.list.php:468 -#: ../../godmode/agentes/module_manager.php:528 -#: ../../godmode/agentes/module_manager.php:740 -#: ../../godmode/agentes/module_manager.php:757 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/servers/servers.build_table.php:167 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/db/db_refine.php:119 ../../godmode/setup/news.php:225 -#: ../../godmode/setup/links.php:137 ../../godmode/setup/setup_visuals.php:582 -#: ../../godmode/setup/setup_visuals.php:613 ../../godmode/setup/gis.php:64 -#: ../../godmode/massive/massive_delete_agents.php:136 -#: ../../godmode/massive/massive_delete_alerts.php:237 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/massive/massive_delete_action_alerts.php:187 -#: ../../godmode/modules/manage_nc_groups.php:221 -#: ../../godmode/modules/manage_nc_groups.php:232 -#: ../../godmode/modules/manage_network_components.php:592 -#: ../../godmode/modules/manage_network_components.php:604 -#: ../../godmode/modules/manage_network_templates.php:205 -#: ../../godmode/modules/manage_network_templates.php:218 -#: ../../godmode/modules/manage_network_templates_form.php:219 -#: ../../godmode/reporting/reporting_builder.list_items.php:426 -#: ../../godmode/reporting/reporting_builder.list_items.php:453 -#: ../../godmode/reporting/reporting_builder.list_items.php:472 -#: ../../godmode/reporting/reporting_builder.list_items.php:532 -#: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/graph_builder.graph_editor.php:124 -#: ../../godmode/reporting/visual_console_builder.elements.php:505 -#: ../../godmode/reporting/map_builder.php:215 -#: ../../godmode/reporting/graphs.php:193 -#: ../../godmode/reporting/reporting_builder.php:705 -msgid "Delete" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 -#: ../../enterprise/meta/screens/screens.networkmap.php:44 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:390 -msgid "Create networkmap" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 -msgid "Networkmap list" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:425 -msgid "Successful update the networkmap." -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:426 -msgid "Unsuccessful update the networkmap." -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:438 -msgid "Unnamed " -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:519 -#: ../../godmode/events/event_edit_filter.php:206 -msgid "Save in group" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:526 -#: ../../godmode/agentes/planned_downtime.editor.php:677 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:317 -msgid "Filter by group" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -msgid "Filter by tag" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:462 -#: ../../operation/agentes/status_monitor.php:465 -msgid "Only it is show tags in use." -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:535 -msgid "Filter by agents" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:545 -msgid "Filter by modules" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:555 -#: ../../enterprise/godmode/alerts/alert_events_list.php:597 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 -#: ../../enterprise/godmode/policies/policy_modules.php:276 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../include/functions_visual_map_editor.php:450 -#: ../../operation/events/events_list.php:569 -#: ../../godmode/agentes/agent_manager.php:398 -#: ../../godmode/agentes/module_manager_editor.php:465 -#: ../../godmode/massive/massive_edit_agents.php:403 -#: ../../godmode/massive/massive_add_action_alerts.php:157 -msgid "Advanced options" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:563 -#: ../../enterprise/extensions/vmware/vmware_view.php:1198 -#: ../../operation/agentes/networkmap.php:537 -msgid "Font" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:570 -msgid "Show modules" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:576 -#: ../../operation/agentes/networkmap.php:515 -msgid "Regenerate" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:585 -msgid "Show modulegroup" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:594 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:605 -#: ../../operation/agentes/networkmap.php:489 -msgid "No Overlap" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:597 -#: ../../operation/agentes/networkmap.php:557 -msgid "Distance between nodes" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:598 -#: ../../operation/agentes/networkmap.php:558 -msgid "Separation between elements in the map (in Non-overlap mode)" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:614 -msgid "Show children Metaconsole" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../enterprise/godmode/policies/policy_agents.php:352 -#: ../../include/functions_visual_map_editor.php:334 -msgid "Apply" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:660 -#: ../../operation/agentes/networkmap.php:588 -msgid "Map options" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:665 -msgid "There is no group selected" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 -#: ../../enterprise/include/functions_networkmap_enterprise.php:74 -#: ../../enterprise/operation/policies/networkmap.policies.php:64 -#: ../../mobile/operation/networkmap.php:110 -#: ../../mobile/operation/networkmap.php:129 -#: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.topology.php:73 -#: ../../operation/agentes/networkmap.dinamic.php:85 -#: ../../operation/agentes/networkmap.groups.php:68 -msgid "Pandora FMS" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:691 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:749 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:770 -#: ../../enterprise/extensions/vmware/vmware_view.php:1228 -#: ../../enterprise/extensions/vmware/vmware_view.php:1260 -#: ../../enterprise/extensions/vmware/vmware_view.php:1276 -#: ../../enterprise/operation/policies/networkmap.policies.php:70 -#: ../../enterprise/operation/policies/networkmap.policies.php:119 -#: ../../enterprise/operation/policies/networkmap.policies.php:133 -#: ../../mobile/operation/networkmap.php:222 -#: ../../mobile/operation/networkmap.php:234 -#: ../../operation/agentes/networkmap.topology.php:80 -#: ../../operation/agentes/networkmap.topology.php:145 -#: ../../operation/agentes/networkmap.topology.php:160 -#: ../../operation/agentes/networkmap.groups.php:75 -#: ../../operation/agentes/networkmap.groups.php:134 -#: ../../operation/agentes/networkmap.groups.php:152 -msgid "Map could not be generated" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:693 -#: ../../enterprise/extensions/vmware/vmware_view.php:1229 -#: ../../enterprise/operation/policies/networkmap.policies.php:71 -#: ../../operation/agentes/networkmap.topology.php:81 -#: ../../operation/agentes/networkmap.groups.php:76 -#: ../../general/ui/agents_list.php:127 -msgid "No agents found" -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:876 -#, php-format -msgid "Cannot connect to %s Pandora to generate networkmap." -msgstr "" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:374 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/include/functions_servicemap.php:258 -#: ../../enterprise/include/functions_reporting.php:1219 -#: ../../enterprise/include/functions_reporting.php:3071 -#: ../../enterprise/include/functions_reporting.php:3403 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1697 -#: ../../enterprise/include/functions_reporting_pdf.php:1613 -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting_pdf.php:1977 -#: ../../enterprise/include/functions_visual_map.php:274 -#: ../../mobile/operation/agent.php:132 ../../mobile/operation/agent.php:143 -#: ../../mobile/operation/events.php:143 ../../mobile/operation/events.php:154 -#: ../../mobile/operation/events.php:162 ../../mobile/operation/events.php:235 -#: ../../mobile/operation/events.php:262 ../../mobile/operation/events.php:270 -#: ../../include/functions_db.php:156 ../../include/functions_ui.php:1989 -#: ../../include/functions_ui.php:1999 -#: ../../include/functions_treeview.php:157 -#: ../../include/functions_treeview.php:298 ../../include/functions.php:918 -#: ../../include/functions.php:924 ../../include/functions.php:927 -#: ../../include/functions_reporting_html.php:342 -#: ../../include/functions_reporting_html.php:2333 -#: ../../include/functions_reporting_html.php:2371 -#: ../../include/functions_events.php:1775 -#: ../../include/functions_events.php:1942 -#: ../../include/functions_events.php:2008 -#: ../../include/functions_events.php:2024 -#: ../../include/functions_events.php:2034 -#: ../../include/functions_events.php:2039 -#: ../../include/functions_events.php:2057 -#: ../../include/functions_events.php:2136 -#: ../../include/functions_events.php:2190 -#: ../../include/functions_events.php:2202 -#: ../../include/functions_events.php:2214 -#: ../../include/functions_events.php:2236 -#: ../../include/functions_events.php:2251 -#: ../../include/functions_events.php:2261 -#: ../../include/functions_events.php:2350 -#: ../../include/functions_events.php:2427 -#: ../../include/functions_events.php:2449 -#: ../../include/functions_events.php:2459 -#: ../../operation/snmpconsole/snmp_view.php:589 -#: ../../operation/snmpconsole/snmp_view.php:608 -#: ../../operation/agentes/estado_generalagente.php:152 -#: ../../operation/agentes/estado_generalagente.php:164 -#: ../../operation/agentes/estado_generalagente.php:177 -#: ../../operation/agentes/estado_generalagente.php:281 -#: ../../operation/agentes/estado_generalagente.php:360 -#: ../../godmode/alerts/alert_view.php:113 -#: ../../godmode/agentes/planned_downtime.list.php:475 -#: ../../godmode/modules/manage_network_components.php:558 -msgid "N/A" -msgstr "" - -#: ../../enterprise/meta/include/functions_ui_meta.php:54 -#: ../../include/functions_ui.php:1295 -msgid "the Flexible Monitoring System" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:55 -#: ../../include/functions_events.php:33 -#: ../../include/functions_events.php:1578 -#: ../../godmode/events/custom_events.php:68 -#: ../../godmode/events/custom_events.php:152 -msgid "Event id" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:58 -#: ../../enterprise/include/functions_reporting_pdf.php:1173 -#: ../../include/functions_reporting_html.php:613 -#: ../../include/functions_reporting_html.php:1985 -#: ../../include/functions_events.php:34 -#: ../../include/functions_events.php:890 -#: ../../include/functions_events.php:2333 -#: ../../godmode/events/custom_events.php:71 -#: ../../godmode/events/custom_events.php:153 -msgid "Event name" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/include/functions_inventory.php:64 -#: ../../enterprise/include/functions_reporting_pdf.php:2232 -#: ../../mobile/operation/modules.php:426 -#: ../../mobile/operation/modules.php:644 -#: ../../include/functions_treeview.php:396 -#: ../../include/functions_reporting_html.php:1482 -#: ../../include/functions_events.php:35 -#: ../../include/functions_events.php:893 -#: ../../operation/events/events.build_table.php:67 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../godmode/agentes/agent_manager.php:154 -#: ../../godmode/agentes/modificar_agente.php:421 -msgid "Agent name" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:73 -#: ../../enterprise/include/functions_inventory.php:65 -#: ../../enterprise/include/functions_inventory.php:240 -#: ../../enterprise/include/functions_reporting_csv.php:187 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_pdf.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1326 -#: ../../enterprise/include/functions_reporting_pdf.php:1461 -#: ../../mobile/operation/modules.php:478 -#: ../../mobile/operation/modules.php:647 -#: ../../mobile/operation/events.php:468 -#: ../../include/functions_reporting.php:4736 -#: ../../include/functions_netflow.php:287 -#: ../../include/functions_reporting_html.php:487 -#: ../../include/functions_reporting_html.php:617 -#: ../../include/functions_reporting_html.php:1099 -#: ../../include/functions_reporting_html.php:1987 -#: ../../include/functions_events.php:39 -#: ../../include/functions_events.php:897 -#: ../../include/functions_events.php:2338 ../../include/ajax/events.php:465 -#: ../../operation/integria_incidents/incident.files.php:43 -#: ../../operation/events/events.build_table.php:73 -#: ../../operation/events/events.php:89 ../../operation/search_modules.php:54 -#: ../../operation/messages/message_list.php:127 -#: ../../operation/snmpconsole/snmp_view.php:521 -#: ../../operation/agentes/exportdata.php:99 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/estado_generalagente.php:400 -#: ../../operation/agentes/status_monitor.php:971 -#: ../../godmode/events/custom_events.php:86 -#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223 -msgid "Timestamp" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:79 -#: ../../include/functions_events.php:41 -#: ../../godmode/events/custom_events.php:92 -#: ../../godmode/events/custom_events.php:160 -msgid "Agent module" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:82 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../include/functions_events.php:42 -#: ../../include/functions_events.php:976 -#: ../../operation/events/events.build_table.php:110 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/snmpconsole/snmp_view.php:372 -#: ../../operation/snmpconsole/snmp_view.php:525 -#: ../../operation/snmpconsole/snmp_view.php:819 -#: ../../operation/agentes/estado_monitores.php:424 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../godmode/agentes/configurar_agente.php:511 -msgid "Alert" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:88 -#: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:1748 -#: ../../operation/events/events.build_table.php:123 -#: ../../operation/events/events.build_table.php:475 -#: ../../godmode/events/custom_events.php:101 -#: ../../godmode/events/custom_events.php:163 -msgid "Comment" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.user.php:508 -#: ../../enterprise/meta/advanced/policymanager.sync.php:295 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../include/functions_events.php:46 -#: ../../include/functions_events.php:2141 -#: ../../include/functions_events.php:2256 -#: ../../operation/events/events.build_table.php:135 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../godmode/events/custom_events.php:107 -#: ../../godmode/events/custom_events.php:165 -#: ../../godmode/agentes/agent_incidents.php:91 -#: ../../godmode/massive/massive_copy_modules.php:108 -msgid "Source" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:97 -#: ../../include/functions_events.php:47 -#: ../../include/functions_events.php:2246 -#: ../../godmode/events/custom_events.php:110 -#: ../../godmode/events/custom_events.php:166 -msgid "Extra id" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:100 -#: ../../mobile/operation/events.php:472 ../../include/functions_events.php:48 -#: ../../include/functions_events.php:2348 -#: ../../operation/integria_incidents/incident.list.php:101 -#: ../../operation/events/events.build_table.php:85 -#: ../../operation/incidents/incident.php:337 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../godmode/agentes/agent_incidents.php:92 -msgid "Owner" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:103 -#: ../../include/functions_events.php:49 -#: ../../operation/events/events.build_table.php:147 -#: ../../godmode/events/custom_events.php:116 -#: ../../godmode/events/custom_events.php:168 -msgid "ACK Timestamp" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:106 -#: ../../include/functions_events.php:50 -#: ../../include/functions_events.php:2185 -#: ../../include/functions_events.php:2197 -#: ../../include/functions_events.php:2209 -#: ../../include/functions_events.php:2221 -#: ../../include/functions_events.php:2226 -#: ../../include/functions_events.php:2231 -#: ../../include/functions_events.php:2235 -#: ../../operation/events/events.build_table.php:153 -#: ../../godmode/events/custom_events.php:119 -#: ../../godmode/events/custom_events.php:169 -msgid "Instructions" -msgstr "" - -#: ../../enterprise/meta/include/functions_events_meta.php:109 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:326 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 -#: ../../include/functions_events.php:51 -#: ../../godmode/events/custom_events.php:122 -#: ../../godmode/events/custom_events.php:170 -msgid "Server name" -msgstr "" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -#: ../../enterprise/include/functions_reporting.php:80 -#: ../../enterprise/include/functions_reporting.php:4658 -#: ../../enterprise/include/functions_reporting.php:4682 -#: ../../enterprise/include/functions_reporting.php:4736 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 -#: ../../godmode/menu.php:143 ../../godmode/agentes/configurar_agente.php:515 -msgid "Templates" -msgstr "" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../enterprise/extensions/cron/main.php:191 -#: ../../enterprise/extensions/backup/main.php:69 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/include/functions_reporting_pdf.php:1036 -#: ../../enterprise/include/functions_reporting_pdf.php:1080 -#: ../../enterprise/include/functions_reporting_pdf.php:1125 -#: ../../enterprise/operation/services/services.list.php:325 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:235 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/agentes/collections.php:185 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../extensions/module_groups.php:84 -#: ../../include/functions_filemanager.php:581 -#: ../../include/functions_treeview.php:288 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1359 -#: ../../include/functions_reporting_html.php:1395 ../../godmode/menu.php:148 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../godmode/category/category.php:111 -#: ../../godmode/alerts/alert_list.list.php:114 -#: ../../godmode/alerts/alert_list.list.php:403 -#: ../../godmode/alerts/alert_view.php:344 -#: ../../godmode/alerts/alert_list.builder.php:105 -#: ../../godmode/agentes/modificar_agente.php:435 -#: ../../godmode/agentes/planned_downtime.editor.php:729 -#: ../../godmode/agentes/fields_manager.php:97 -#: ../../godmode/groups/group_list.php:338 ../../godmode/tag/tag.php:205 -msgid "Actions" -msgstr "" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -#: ../../godmode/menu.php:154 -msgid "Commands" -msgstr "" - -#: ../../enterprise/meta/include/functions_components_meta.php:48 -#: ../../enterprise/meta/include/functions_components_meta.php:66 -#: ../../godmode/menu.php:43 -msgid "Component groups" -msgstr "" - -#: ../../enterprise/meta/include/functions_components_meta.php:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -#: ../../enterprise/godmode/menu.php:62 -msgid "Local components" -msgstr "" - -#: ../../enterprise/meta/include/functions_components_meta.php:56 -#: ../../enterprise/meta/include/functions_components_meta.php:72 -#: ../../godmode/menu.php:98 -msgid "Network components" -msgstr "" - -#: ../../enterprise/meta/include/functions_components_meta.php:60 -#: ../../enterprise/meta/include/functions_components_meta.php:75 -msgid "Plugin management" -msgstr "" - -#: ../../enterprise/meta/include/functions_components_meta.php:81 -msgid "Create plugin" -msgstr "" - -#: ../../enterprise/meta/include/functions_components_meta.php:84 -msgid "Edit plugin" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:163 -#: ../../enterprise/meta/include/functions_wizard_meta.php:166 -#: ../../enterprise/meta/include/functions_wizard_meta.php:375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:378 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 -#: ../../enterprise/include/functions_reporting_pdf.php:1882 -#: ../../include/functions_treeview.php:416 -#: ../../include/functions_reporting_html.php:1653 -#: ../../include/functions_events.php:2023 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../godmode/agentes/agent_manager.php:201 -#: ../../godmode/servers/modificar_server.php:47 -msgid "IP Address" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:175 -#: ../../enterprise/meta/include/functions_wizard_meta.php:392 -#: ../../enterprise/meta/include/functions_wizard_meta.php:552 -#: ../../enterprise/include/functions_metaconsole.php:1272 -#: ../../enterprise/include/functions_metaconsole.php:1295 -#: ../../enterprise/include/functions_metaconsole.php:1318 -#: ../../enterprise/include/functions_metaconsole.php:1341 -#: ../../enterprise/include/functions_metaconsole.php:1364 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:77 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:302 -msgid "Check" -msgstr "" - +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:831 +#: ../../enterprise/include/functions_reporting_pdf.php:703 +#: ../../enterprise/include/functions_reporting_pdf.php:1044 +#: ../../enterprise/include/functions_reporting_pdf.php:1088 +#: ../../enterprise/include/functions_reporting_pdf.php:1133 +#: ../../include/functions_reporting_html.php:1103 +#: ../../include/functions_reporting_html.php:1377 +#: ../../include/functions_reporting_html.php:1415 +#: ../../include/functions_reporting_html.php:1451 +#: ../../mobile/operation/alerts.php:38 +msgid "Fired" +msgstr "" + +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:834 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "" + +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../operation/agentes/estado_generalagente.php:80 +#: ../../operation/agentes/estado_generalagente.php:295 +#: ../../operation/search_agents.php:90 +#: ../../enterprise/extensions/vmware/functions.php:20 +#: ../../enterprise/godmode/modules/configure_local_component.php:287 +#: ../../enterprise/godmode/setup/setup.php:99 +#: ../../enterprise/godmode/setup/edit_skin.php:248 #: ../../enterprise/meta/include/functions_wizard_meta.php:179 #: ../../enterprise/meta/include/functions_wizard_meta.php:407 #: ../../enterprise/meta/include/functions_wizard_meta.php:476 @@ -4761,275 +2734,301 @@ msgstr "" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364 -#: ../../enterprise/extensions/vmware/functions.php:20 -#: ../../enterprise/include/functions_reporting_pdf.php:2265 -#: ../../enterprise/godmode/setup/edit_skin.php:247 -#: ../../enterprise/godmode/setup/setup.php:99 -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../mobile/operation/agent.php:114 ../../mobile/operation/alerts.php:40 -#: ../../include/functions_groups.php:2128 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:392 -#: ../../include/functions_reporting.php:3390 -#: ../../include/functions_reporting_html.php:1499 -#: ../../operation/search_agents.php:90 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../operation/agentes/estado_generalagente.php:80 -#: ../../operation/agentes/estado_generalagente.php:295 -#: ../../godmode/alerts/configure_alert_template.php:648 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/agentes/agent_manager.php:311 -#: ../../godmode/agentes/modificar_agente.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:153 -#: ../../godmode/agentes/module_manager_editor_common.php:424 +#: ../../enterprise/include/functions_reporting_pdf.php:2343 +#: ../../godmode/agentes/modificar_agente.php:558 +#: ../../godmode/agentes/agent_manager.php:314 +#: ../../godmode/agentes/module_manager_editor_common.php:165 +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_agents.php:345 -#: ../../godmode/massive/massive_edit_modules.php:444 +#: ../../godmode/alerts/alert_view.php:516 +#: ../../godmode/alerts/configure_alert_template.php:658 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:463 +#: ../../include/functions_reporting.php:3365 +#: ../../include/functions_reporting_html.php:1556 +#: ../../include/functions_groups.php:2158 +#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:122 msgid "Disabled" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:184 -#: ../../enterprise/meta/include/functions_wizard_meta.php:412 -#: ../../enterprise/meta/include/functions_wizard_meta.php:481 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1010 -#: ../../enterprise/include/functions_reporting_csv.php:303 -#: ../../enterprise/godmode/alerts/alert_events.php:97 -#: ../../enterprise/godmode/alerts/alert_events.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 -#: ../../include/functions_reports.php:573 -#: ../../include/functions_reporting.php:4011 -#: ../../include/ajax/events.php:298 -#: ../../godmode/alerts/configure_alert_template.php:148 -#: ../../godmode/alerts/configure_alert_template.php:153 -#: ../../godmode/servers/plugin.php:276 ../../godmode/servers/plugin.php:282 -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:108 -msgid "General" +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../enterprise/operation/agentes/policy_view.php:221 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 +#: ../../godmode/alerts/alert_list.list.php:140 +#: ../../include/functions_ui.php:813 ../../mobile/operation/alerts.php:44 +msgid "Standby on" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../mobile/operation/alerts.php:45 +msgid "Standby off" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../operation/agentes/status_monitor.php:967 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:523 +#: ../../operation/agentes/alerts_status.php:432 +#: ../../operation/agentes/alerts_status.php:473 +#: ../../operation/agentes/alerts_status.php:507 +#: ../../operation/agentes/alerts_status.php:541 +#: ../../operation/servers/recon_view.php:98 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:505 +#: ../../operation/snmpconsole/snmp_view.php:821 +#: ../../operation/messages/message_list.php:121 +#: ../../operation/search_agents.php:64 +#: ../../operation/integria_incidents/incident.list.php:58 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:98 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/search_modules.php:51 +#: ../../operation/events/events.build_table.php:144 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:282 +#: ../../enterprise/operation/agentes/collection_view.php:66 +#: ../../enterprise/operation/agentes/policy_view.php:47 +#: ../../enterprise/operation/agentes/policy_view.php:134 +#: ../../enterprise/operation/agentes/policy_view.php:198 +#: ../../enterprise/operation/agentes/policy_view.php:307 +#: ../../enterprise/operation/services/services.service.php:131 +#: ../../enterprise/operation/services/services.list.php:154 +#: ../../enterprise/operation/services/services.list.php:321 +#: ../../enterprise/extensions/vmware/vmware_view.php:978 +#: ../../enterprise/extensions/backup/main.php:68 +#: ../../enterprise/godmode/policies/policy_collections.php:124 +#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/godmode/policies/policy_queue.php:348 +#: ../../enterprise/godmode/policies/policies.php:254 +#: ../../enterprise/godmode/policies/policy_agents.php:379 +#: ../../enterprise/godmode/agentes/collection_manager.php:108 +#: ../../enterprise/godmode/agentes/collection_manager.php:166 +#: ../../enterprise/godmode/servers/list_satellite.php:36 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:222 +#: ../../enterprise/meta/agentsearch.php:97 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1429 +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:2273 +#: ../../enterprise/include/functions_reporting.php:3087 +#: ../../enterprise/include/functions_reporting.php:3388 +#: ../../enterprise/include/functions_reporting_pdf.php:1179 +#: ../../enterprise/include/functions_reporting_pdf.php:1327 +#: ../../enterprise/include/functions_reporting_pdf.php:1462 +#: ../../enterprise/include/functions_reporting_pdf.php:1615 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:2037 +#: ../../enterprise/include/functions_reporting_pdf.php:2315 +#: ../../enterprise/include/functions_reporting_pdf.php:2365 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../godmode/agentes/agent_manager.php:313 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../godmode/agentes/module_manager.php:528 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/massive/massive_edit_agents.php:220 +#: ../../godmode/massive/massive_edit_agents.php:343 +#: ../../godmode/massive/massive_copy_modules.php:83 +#: ../../godmode/massive/massive_copy_modules.php:196 +#: ../../godmode/massive/massive_delete_modules.php:450 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../include/functions_pandora_networkmap.php:1381 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2413 +#: ../../include/functions_events.php:3290 ../../include/ajax/module.php:731 +#: ../../include/functions_reporting.php:5480 +#: ../../include/functions_reporting_html.php:342 +#: ../../include/functions_reporting_html.php:529 +#: ../../include/functions_reporting_html.php:660 +#: ../../include/functions_reporting_html.php:1141 +#: ../../include/functions_reporting_html.php:1544 +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_reporting_html.php:2078 +#: ../../include/functions_snmp_browser.php:435 +#: ../../mobile/operation/modules.php:119 +#: ../../mobile/operation/modules.php:120 +#: ../../mobile/operation/modules.php:212 +#: ../../mobile/operation/modules.php:213 +#: ../../mobile/operation/modules.php:460 +#: ../../mobile/operation/modules.php:464 +#: ../../mobile/operation/modules.php:468 +#: ../../mobile/operation/modules.php:472 +#: ../../mobile/operation/modules.php:480 +#: ../../mobile/operation/modules.php:485 +#: ../../mobile/operation/modules.php:490 +#: ../../mobile/operation/modules.php:554 +#: ../../mobile/operation/modules.php:605 +#: ../../mobile/operation/modules.php:674 ../../mobile/operation/alerts.php:75 +#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194 +#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274 +#: ../../mobile/operation/agents.php:81 ../../mobile/operation/agents.php:111 +#: ../../mobile/operation/agents.php:112 ../../mobile/operation/agents.php:184 +#: ../../mobile/operation/agents.php:185 ../../mobile/operation/agents.php:321 +#: ../../mobile/operation/events.php:342 ../../mobile/operation/events.php:343 +#: ../../mobile/operation/events.php:493 ../../mobile/operation/events.php:613 +#: ../../mobile/operation/events.php:614 +msgid "Status" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/status_monitor.php:339 +#: ../../operation/agentes/status_monitor.php:342 +#: ../../operation/agentes/group_view.php:164 ../../operation/tree.php:49 +#: ../../operation/users/user_edit.php:533 +#: ../../operation/events/events.build_table.php:223 +#: ../../general/firts_task/tags.php:25 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/include/functions_events_meta.php:91 +#: ../../enterprise/include/functions_reporting_pdf.php:2366 +#: ../../enterprise/dashboard/widgets/events_list.php:62 +#: ../../enterprise/dashboard/widgets/tree_view.php:35 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/massive/massive_edit_modules.php:554 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/users/configure_user.php:618 +#: ../../godmode/modules/manage_network_components_form_common.php:200 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/tag/edit_tag.php:57 ../../include/functions_treeview.php:164 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2444 +#: ../../include/functions_events.php:3359 +#: ../../include/functions_reporting_html.php:1580 +#: ../../mobile/operation/events.php:514 +msgid "Tags" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/agentes/status_monitor.php:343 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +msgid "Only it is show tags in use." msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -msgid "Latency" +#: ../../operation/agentes/alerts_status.functions.php:91 +#: ../../operation/agentes/status_monitor.php:348 +msgid "No tags" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:470 -msgid "Response" +#: ../../operation/agentes/alerts_status.functions.php:97 +#: ../../operation/agentes/datos_agente.php:202 +msgid "Free text for search" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:472 -msgid "Check type" +#: ../../operation/agentes/alerts_status.functions.php:99 +msgid "Filter by agent name, module name, template name or action name" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:489 -#: ../../enterprise/meta/include/functions_wizard_meta.php:540 -#: ../../enterprise/include/functions_enterprise.php:273 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:51 -msgid "Web checks" +#: ../../operation/agentes/alerts_status.functions.php:103 +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../enterprise/operation/agentes/policy_view.php:193 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../godmode/alerts/alert_list.list.php:138 +msgid "Standby" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:517 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 -#: ../../include/functions_reporting.php:3608 -#: ../../godmode/tag/edit_tag.php:180 -msgid "Url" +#: ../../operation/agentes/alerts_status.functions.php:109 +msgid "No actions" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -msgid "String to check" +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/agentes/estado_monitores.php:452 +#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147 +#: ../../operation/incidents/incident.php:230 +#: ../../enterprise/operation/services/services.list.php:272 +#: ../../enterprise/operation/services/services.list.php:278 +#: ../../enterprise/extensions/ipam/ipam_network.php:328 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +#: ../../enterprise/godmode/policies/policies.php:239 +#: ../../enterprise/godmode/policies/policy_linking.php:68 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 +#: ../../enterprise/godmode/setup/setup_skins.php:91 +#: ../../enterprise/godmode/setup/setup_acl.php:133 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:669 +#: ../../godmode/reporting/reporting_builder.list_items.php:173 +#: ../../godmode/reporting/reporting_builder.list_items.php:196 +#: ../../godmode/agentes/module_manager.php:49 +#: ../../godmode/netflow/nf_item_list.php:148 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/snmpconsole/snmp_alert.php:908 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/tag/tag.php:161 +msgid "Filter" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:526 -msgid "Add check" +#: ../../operation/agentes/tactical.php:46 +#: ../../operation/agentes/group_view.php:61 +#: ../../extensions/agents_alerts.php:55 +#: ../../extensions/agents_modules.php:56 +#: ../../enterprise/operation/services/services.service.php:135 +#: ../../enterprise/operation/services/services.list.php:324 +#: ../../enterprise/extensions/ipam/ipam_list.php:188 +msgid "Last update" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:534 -msgid "Delete check" +#: ../../operation/agentes/tactical.php:55 +#: ../../operation/users/user_edit.php:308 ../../operation/menu.php:45 +#: ../../enterprise/meta/monitoring/tactical.php:60 +#: ../../enterprise/meta/general/main_header.php:93 +#: ../../enterprise/dashboard/widgets/tactical.php:27 +#: ../../enterprise/dashboard/widgets/tactical.php:29 +#: ../../mobile/operation/tactical.php:84 ../../mobile/operation/home.php:38 +msgid "Tactical view" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:548 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:73 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -msgid "Load basic" +#: ../../operation/agentes/tactical.php:135 +msgid "Report of State" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:550 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:75 -msgid "Load a basic structure on Web Checks" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:554 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:79 -msgid "Check the correct structure of the WebCheck" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:561 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:123 -msgid "First line must be \"task_begin\"" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:562 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:124 -msgid "Webchecks configuration is empty" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:563 -#: ../../enterprise/meta/include/functions_wizard_meta.php:564 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:125 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 -msgid "Last line must be \"task_end\"" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:565 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -#: ../../enterprise/godmode/modules/configure_local_component.php:313 -msgid "There is a line with a unknown token 'token_fail'." -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:566 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 -msgid "Web checks are built correctly" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:782 -#: ../../enterprise/meta/include/functions_wizard_meta.php:900 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1361 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1442 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1575 -#: ../../enterprise/include/functions_reporting_pdf.php:2286 -#: ../../enterprise/godmode/modules/configure_local_component.php:275 -#: ../../include/functions_netflow.php:1128 -#: ../../include/functions_netflow.php:1138 -#: ../../include/functions_netflow.php:1156 -#: ../../include/functions_netflow.php:1164 -#: ../../include/functions_netflow.php:1187 -#: ../../include/functions_netflow.php:1245 -#: ../../include/functions_netflow.php:1251 -#: ../../include/functions_netflow.php:1283 -#: ../../include/functions_reporting_html.php:1521 -#: ../../godmode/agentes/module_manager_editor_common.php:319 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:152 -msgid "Unit" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:814 -#: ../../enterprise/meta/include/functions_wizard_meta.php:906 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1116 -msgid "Various" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:822 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1318 -#: ../../extensions/net_tools.php:145 -msgid "SNMP Community" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:829 -#: ../../enterprise/meta/include/functions_wizard_meta.php:914 -#: ../../extensions/api_checker.php:162 -msgid "Credentials" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:835 -#: ../../enterprise/meta/include/functions_wizard_meta.php:921 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1122 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1142 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1338 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1535 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1555 -#: ../../enterprise/meta/monitoring/group_view.php:148 -#: ../../enterprise/meta/monitoring/tactical.php:260 -#: ../../enterprise/include/functions_services.php:1267 -#: ../../enterprise/include/functions_reporting_pdf.php:678 -#: ../../enterprise/include/functions_reporting_pdf.php:2281 -#: ../../enterprise/operation/services/services.service.php:127 -#: ../../enterprise/operation/services/services.service.php:179 -#: ../../enterprise/operation/services/services.list.php:148 -#: ../../enterprise/operation/services/services.list.php:317 -#: ../../enterprise/operation/services/services.list.php:386 -#: ../../enterprise/operation/services/services.service_map.php:116 -#: ../../enterprise/godmode/services/services.service.php:263 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605 -#: ../../mobile/operation/groups.php:118 ../../mobile/operation/groups.php:120 -#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 -#: ../../include/functions_graph.php:1815 -#: ../../include/functions_graph.php:2878 -#: ../../include/functions_graph.php:2879 -#: ../../include/functions_graph.php:4763 -#: ../../include/functions_groups.php:800 -#: ../../include/functions_groups.php:802 -#: ../../include/functions_groups.php:804 -#: ../../include/functions_groups.php:805 -#: ../../include/functions_groups.php:806 ../../include/functions_ui.php:235 -#: ../../include/functions_ui.php:1983 ../../include/functions.php:848 -#: ../../include/functions.php:1051 ../../include/functions.php:1054 -#: ../../include/functions.php:1089 -#: ../../include/functions_reporting_html.php:1028 -#: ../../include/functions_events.php:1474 -#: ../../operation/gis_maps/render_view.php:138 -#: ../../operation/agentes/estado_monitores.php:427 -#: ../../operation/agentes/group_view.php:153 -#: ../../operation/agentes/estado_agente.php:183 #: ../../operation/agentes/tactical.php:150 -#: ../../operation/agentes/status_monitor.php:419 -#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132 -#: ../../operation/tree.php:157 ../../operation/tree.php:288 -#: ../../godmode/servers/manage_recontask_form.php:188 -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../godmode/massive/massive_delete_agents.php:114 -#: ../../godmode/massive/massive_delete_modules.php:454 -#: ../../godmode/massive/massive_copy_modules.php:78 -#: ../../godmode/massive/massive_copy_modules.php:191 -#: ../../godmode/massive/massive_edit_agents.php:215 -#: ../../godmode/massive/massive_edit_agents.php:388 -#: ../../godmode/massive/massive_edit_modules.php:314 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 -msgid "Warning" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:840 -#: ../../enterprise/meta/include/functions_wizard_meta.php:849 -#: ../../enterprise/meta/include/functions_wizard_meta.php:926 -#: ../../enterprise/meta/include/functions_wizard_meta.php:935 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1565 -#: ../../enterprise/godmode/modules/configure_local_component.php:228 -#: ../../enterprise/godmode/modules/configure_local_component.php:243 -#: ../../godmode/agentes/module_manager_editor_common.php:250 -#: ../../godmode/agentes/module_manager_editor_common.php:270 -#: ../../godmode/massive/massive_edit_modules.php:377 -#: ../../godmode/massive/massive_edit_modules.php:423 -#: ../../godmode/modules/manage_network_components_form_common.php:116 -#: ../../godmode/modules/manage_network_components_form_common.php:129 -msgid "Inverse interval" -msgstr "" - +#: ../../operation/agentes/status_monitor.php:300 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/estado_monitores.php:428 +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:146 +#: ../../enterprise/operation/agentes/transactional_map.php:202 +#: ../../enterprise/operation/services/services.service.php:126 +#: ../../enterprise/operation/services/services.service.php:174 +#: ../../enterprise/operation/services/services.service_map.php:116 +#: ../../enterprise/operation/services/services.list.php:151 +#: ../../enterprise/operation/services/services.list.php:318 +#: ../../enterprise/operation/services/services.list.php:383 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 +#: ../../enterprise/godmode/services/services.service.php:259 +#: ../../enterprise/godmode/services/services.elements.php:401 +#: ../../enterprise/meta/monitoring/tactical.php:278 +#: ../../enterprise/meta/monitoring/group_view.php:154 #: ../../enterprise/meta/include/functions_wizard_meta.php:844 #: ../../enterprise/meta/include/functions_wizard_meta.php:930 #: ../../enterprise/meta/include/functions_wizard_meta.php:1131 @@ -5038,6355 +3037,771 @@ msgstr "" #: ../../enterprise/meta/include/functions_wizard_meta.php:1428 #: ../../enterprise/meta/include/functions_wizard_meta.php:1544 #: ../../enterprise/meta/include/functions_wizard_meta.php:1562 -#: ../../enterprise/meta/monitoring/group_view.php:149 -#: ../../enterprise/meta/monitoring/tactical.php:259 #: ../../enterprise/include/functions_services.php:1264 #: ../../enterprise/include/functions_services.php:1423 #: ../../enterprise/include/functions_reporting_pdf.php:677 -#: ../../enterprise/include/functions_reporting_pdf.php:2281 -#: ../../enterprise/operation/services/services.service.php:126 -#: ../../enterprise/operation/services/services.service.php:174 -#: ../../enterprise/operation/services/services.list.php:149 -#: ../../enterprise/operation/services/services.list.php:316 -#: ../../enterprise/operation/services/services.list.php:381 -#: ../../enterprise/operation/services/services.service_map.php:115 -#: ../../enterprise/godmode/services/services.elements.php:392 -#: ../../enterprise/godmode/services/services.service.php:259 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1603 -#: ../../mobile/operation/groups.php:122 ../../mobile/operation/groups.php:124 -#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 -#: ../../include/functions_graph.php:1814 -#: ../../include/functions_graph.php:2886 -#: ../../include/functions_graph.php:2887 -#: ../../include/functions_graph.php:4766 -#: ../../include/functions_groups.php:809 -#: ../../include/functions_groups.php:811 -#: ../../include/functions_groups.php:813 -#: ../../include/functions_groups.php:814 -#: ../../include/functions_groups.php:815 ../../include/functions_ui.php:1983 -#: ../../include/functions.php:851 ../../include/functions.php:1053 -#: ../../include/functions.php:1054 ../../include/functions.php:1056 -#: ../../include/functions.php:1092 -#: ../../include/functions_reporting_html.php:1026 -#: ../../include/functions_events.php:1477 -#: ../../operation/gis_maps/render_view.php:137 -#: ../../operation/agentes/estado_monitores.php:423 -#: ../../operation/agentes/group_view.php:154 -#: ../../operation/agentes/estado_agente.php:184 -#: ../../operation/agentes/tactical.php:149 -#: ../../operation/agentes/status_monitor.php:420 ../../operation/tree.php:133 -#: ../../operation/tree.php:158 ../../operation/tree.php:283 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../enterprise/dashboard/widgets/tree_view.php:55 +#: ../../enterprise/dashboard/widgets/tree_view.php:68 +#: ../../enterprise/dashboard/widgets/tree_view.php:206 +#: ../../enterprise/dashboard/widgets/service_map.php:84 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1342 #: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:329 +#: ../../godmode/massive/massive_edit_agents.php:216 #: ../../godmode/massive/massive_copy_modules.php:79 #: ../../godmode/massive/massive_copy_modules.php:192 -#: ../../godmode/massive/massive_edit_agents.php:216 -#: ../../godmode/massive/massive_edit_modules.php:315 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1244 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../include/functions.php:877 ../../include/functions.php:1079 +#: ../../include/functions.php:1080 ../../include/functions.php:1082 +#: ../../include/functions.php:1118 ../../include/functions_events.php:1478 +#: ../../include/functions_graph.php:2075 +#: ../../include/functions_graph.php:3179 +#: ../../include/functions_graph.php:3180 +#: ../../include/functions_graph.php:5074 ../../include/functions_ui.php:1988 +#: ../../include/functions_reporting_html.php:1074 +#: ../../include/functions_groups.php:839 +#: ../../include/functions_groups.php:841 +#: ../../include/functions_groups.php:843 +#: ../../include/functions_groups.php:844 +#: ../../include/functions_groups.php:845 +#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 msgid "Critical" msgstr "" -#: ../../enterprise/meta/include/functions_wizard_meta.php:854 -#: ../../enterprise/meta/include/functions_wizard_meta.php:940 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1157 -msgid "Thresholds" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:946 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:95 -msgid "Proxy URL" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:951 -msgid "Web configuration" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1143 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1556 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1563 -msgid "Str: " -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 -msgid " Inverse interval " -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 -msgid "Alerts in module" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 -#: ../../include/functions_reporting_html.php:2041 -msgid "Alert description" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1465 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1585 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1656 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 -msgid "Preview" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 -msgid "Checks" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 -msgid "Deleted modules" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1851 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1951 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2629 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2840 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 -msgid "Another module already exists with the same name" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1862 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1959 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2434 -#, php-format -msgid "Error adding module %s" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1872 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1969 -msgid "" -"There was an error creating the alerts, the operation has been cancelled" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 -#: ../../enterprise/godmode/policies/policy_modules.php:653 -msgid "Successfully added module." -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1905 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1999 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2477 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 -#: ../../enterprise/meta/screens/screens.visualmap.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 -#: ../../enterprise/extensions/cron/main.php:260 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../enterprise/include/functions_networkmap_enterprise.php:608 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303 -#: ../../enterprise/godmode/alerts/alert_events_list.php:634 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 -#: ../../enterprise/godmode/agentes/collections.editor.php:178 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 -#: ../../enterprise/godmode/reporting/mysql_builder.php:86 -#: ../../enterprise/godmode/reporting/mysql_builder.php:100 -#: ../../enterprise/godmode/reporting/mysql_builder.php:110 -#: ../../enterprise/godmode/reporting/mysql_builder.php:152 -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../include/functions_groups.php:2136 ../../include/ajax/module.php:817 -#: ../../operation/gis_maps/gis_map.php:161 -#: ../../operation/search_reports.php:52 -#: ../../operation/agentes/estado_agente.php:530 -#: ../../operation/agentes/status_monitor.php:1095 -#: ../../operation/servers/recon_view.php:110 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/users/user_list.php:469 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/gis_maps/index.php:110 -#: ../../godmode/agentes/modificar_agente.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:399 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/servers/plugin.php:731 -#: ../../godmode/servers/servers.build_table.php:154 -#: ../../godmode/reporting/reporting_builder.list_items.php:424 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1044 -#: ../../godmode/reporting/reporting_builder.php:696 -msgid "Edit" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 -#: ../../enterprise/extensions/csv_import/main.php:41 -#, php-format -msgid "Could not create agent %s" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 -msgid "Agent successfully added" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2052 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 -#, php-format -msgid "%s Modules created" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 -#, php-format -msgid "Could not update agent %s" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 -msgid "Agent successfully updated" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 -#, php-format -msgid "%s Modules deleted" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 -msgid "" -"There was an error creating the alerts, the operation has been cancelled ." -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2476 -msgid "Module successfully added." -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2548 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2637 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2848 -#, php-format -msgid "Error updating module %s" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2571 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2660 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 -msgid "" -"There was an error updating the alerts, the operation has been cancelled" -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2593 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2682 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2893 -msgid "Successfully updated module." -msgstr "" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 -msgid "Manage agent modules" -msgstr "" - -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 -#: ../../operation/integria_incidents/incident.php:141 -#: ../../operation/incidents/incident_detail.php:120 -msgid "No description available" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../enterprise/include/functions_reporting_pdf.php:1322 -#: ../../enterprise/include/functions_reporting_pdf.php:1458 -#: ../../enterprise/include/functions_reporting_pdf.php:2280 -#: ../../enterprise/operation/agentes/policy_view.php:306 -#: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/godmode/services/services.elements.php:320 -#: ../../enterprise/godmode/modules/configure_local_component.php:176 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:77 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1145 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:97 -#: ../../enterprise/godmode/policies/policy_modules.php:1020 -#: ../../mobile/operation/networkmaps.php:77 -#: ../../mobile/operation/networkmaps.php:78 -#: ../../mobile/operation/networkmaps.php:140 -#: ../../mobile/operation/networkmaps.php:141 -#: ../../mobile/operation/networkmaps.php:196 -#: ../../mobile/operation/events.php:347 ../../mobile/operation/events.php:348 -#: ../../mobile/operation/events.php:476 ../../mobile/operation/events.php:617 -#: ../../mobile/operation/events.php:618 -#: ../../mobile/operation/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../include/functions_snmp_browser.php:410 -#: ../../include/functions_reporting.php:4732 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../include/functions_visual_map_editor.php:386 -#: ../../include/functions_reporting_html.php:483 -#: ../../include/functions_reporting_html.php:1096 -#: ../../include/functions_reporting_html.php:1515 -#: ../../include/functions_reporting_html.php:2265 -#: ../../include/functions_events.php:886 -#: ../../include/functions_events.php:2362 ../../include/ajax/module.php:703 -#: ../../operation/events/events.php:74 -#: ../../operation/events/sound_events.php:73 -#: ../../operation/search_modules.php:49 -#: ../../operation/agentes/ver_agente.php:658 -#: ../../operation/agentes/networkmap_list.php:135 -#: ../../operation/agentes/networkmap_list.php:179 -#: ../../operation/agentes/networkmap_list.php:263 -#: ../../operation/agentes/status_monitor.php:924 -#: ../../operation/netflow/nf_live_view.php:251 -#: ../../godmode/events/event_responses.editor.php:115 -#: ../../godmode/alerts/alert_templates.php:38 -#: ../../godmode/alerts/alert_templates.php:253 -#: ../../godmode/alerts/alert_templates.php:301 -#: ../../godmode/agentes/module_manager_editor_common.php:156 -#: ../../godmode/agentes/planned_downtime.editor.php:479 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/agentes/module_manager.php:117 -#: ../../godmode/agentes/module_manager.php:516 -#: ../../godmode/agentes/agent_template.php:224 -#: ../../godmode/servers/plugin.php:686 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171 -#: ../../godmode/modules/manage_network_components.php:541 -#: ../../godmode/modules/manage_network_components_form_common.php:67 -#: ../../godmode/modules/manage_network_templates_form.php:197 -#: ../../godmode/reporting/reporting_builder.list_items.php:165 -#: ../../godmode/reporting/reporting_builder.list_items.php:192 -#: ../../godmode/reporting/reporting_builder.list_items.php:285 -#: ../../godmode/reporting/visual_console_builder.wizard.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:173 -#: ../../godmode/reporting/reporting_builder.item_editor.php:593 -msgid "Type" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 -#: ../../enterprise/godmode/alerts/alert_events.php:505 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 -#: ../../include/functions_reporting_html.php:2043 -#: ../../include/functions_events.php:2168 -#: ../../operation/integria_incidents/incident.incident.php:90 -#: ../../operation/integria_incidents/incident.list.php:97 -#: ../../operation/agentes/estado_generalagente.php:405 -#: ../../operation/incidents/incident.php:241 -#: ../../operation/incidents/incident.php:333 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../godmode/snmpconsole/snmp_alert.php:835 -#: ../../godmode/snmpconsole/snmp_alert.php:900 -#: ../../godmode/alerts/configure_alert_template.php:727 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/alerts/alert_list.list.php:120 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/agentes/agent_incidents.php:88 -msgid "Priority" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 -#: ../../godmode/alerts/alert_templates.php:62 -msgid "Everyday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 -#: ../../enterprise/include/functions_reporting.php:1114 -#: ../../enterprise/include/functions_reporting.php:1370 -#: ../../enterprise/include/functions_reporting.php:1804 -#: ../../enterprise/include/functions_reporting_pdf.php:1659 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1267 -#: ../../include/functions_html.php:827 -#: ../../godmode/alerts/configure_alert_special_days.php:78 -#: ../../godmode/alerts/alert_special_days.php:196 -#: ../../godmode/alerts/alert_templates.php:65 -#: ../../godmode/reporting/reporting_builder.item_editor.php:751 -msgid "Monday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 -#: ../../enterprise/include/functions_reporting.php:1115 -#: ../../enterprise/include/functions_reporting.php:1371 -#: ../../enterprise/include/functions_reporting.php:1805 -#: ../../enterprise/include/functions_reporting_pdf.php:1660 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273 -#: ../../include/functions_html.php:828 -#: ../../godmode/alerts/configure_alert_special_days.php:79 -#: ../../godmode/alerts/alert_special_days.php:199 -#: ../../godmode/alerts/alert_templates.php:66 -#: ../../godmode/reporting/reporting_builder.item_editor.php:757 -msgid "Tuesday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 -#: ../../enterprise/include/functions_reporting.php:1116 -#: ../../enterprise/include/functions_reporting.php:1372 -#: ../../enterprise/include/functions_reporting.php:1806 -#: ../../enterprise/include/functions_reporting_pdf.php:1661 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1279 -#: ../../include/functions_html.php:829 -#: ../../godmode/alerts/configure_alert_special_days.php:80 -#: ../../godmode/alerts/alert_special_days.php:202 -#: ../../godmode/alerts/alert_templates.php:67 -#: ../../godmode/reporting/reporting_builder.item_editor.php:763 -msgid "Wednesday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 -#: ../../enterprise/include/functions_reporting.php:1117 -#: ../../enterprise/include/functions_reporting.php:1373 -#: ../../enterprise/include/functions_reporting.php:1807 -#: ../../enterprise/include/functions_reporting_pdf.php:1662 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1285 -#: ../../include/functions_html.php:830 -#: ../../godmode/alerts/configure_alert_special_days.php:81 -#: ../../godmode/alerts/alert_special_days.php:205 -#: ../../godmode/alerts/alert_templates.php:68 -#: ../../godmode/reporting/reporting_builder.item_editor.php:769 -msgid "Thursday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 -#: ../../enterprise/include/functions_reporting.php:1118 -#: ../../enterprise/include/functions_reporting.php:1374 -#: ../../enterprise/include/functions_reporting.php:1808 -#: ../../enterprise/include/functions_reporting_pdf.php:1663 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 -#: ../../include/functions_html.php:831 -#: ../../godmode/alerts/configure_alert_special_days.php:82 -#: ../../godmode/alerts/alert_special_days.php:208 -#: ../../godmode/alerts/alert_templates.php:69 -#: ../../godmode/reporting/reporting_builder.item_editor.php:775 -msgid "Friday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 -#: ../../enterprise/include/functions_reporting.php:1119 -#: ../../enterprise/include/functions_reporting.php:1375 -#: ../../enterprise/include/functions_reporting.php:1809 -#: ../../enterprise/include/functions_reporting_pdf.php:1664 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 -#: ../../include/functions_html.php:832 -#: ../../godmode/alerts/configure_alert_special_days.php:83 -#: ../../godmode/alerts/alert_special_days.php:211 -#: ../../godmode/alerts/alert_templates.php:70 -#: ../../godmode/reporting/reporting_builder.item_editor.php:781 -msgid "Saturday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 -#: ../../enterprise/include/functions_reporting.php:1120 -#: ../../enterprise/include/functions_reporting.php:1376 -#: ../../enterprise/include/functions_reporting.php:1810 -#: ../../enterprise/include/functions_reporting_pdf.php:1665 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1303 -#: ../../include/functions_html.php:826 -#: ../../godmode/alerts/configure_alert_special_days.php:84 -#: ../../godmode/alerts/alert_special_days.php:214 -#: ../../godmode/alerts/alert_templates.php:71 -#: ../../godmode/reporting/reporting_builder.item_editor.php:787 -msgid "Sunday" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../enterprise/extensions/ipam/ipam_editor.php:82 -#: ../../enterprise/godmode/setup/setup_history.php:64 -#: ../../include/functions_config.php:631 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Days" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Every" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 -#: ../../enterprise/godmode/alerts/alert_events.php:453 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 -#: ../../godmode/snmpconsole/snmp_alert.php:813 -#: ../../godmode/alerts/configure_alert_template.php:545 -#: ../../godmode/alerts/alert_templates.php:89 -#: ../../godmode/alerts/alert_view.php:306 -msgid "Time threshold" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -#: ../../enterprise/include/functions_reporting_pdf.php:2085 -#: ../../enterprise/include/functions_reporting_pdf.php:2135 -#: ../../enterprise/include/functions_reporting_pdf.php:2171 -#: ../../enterprise/include/functions_reporting_pdf.php:2209 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:199 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../godmode/alerts/alert_list.list.php:521 -#: ../../godmode/alerts/alert_list.list.php:525 -#: ../../godmode/agentes/planned_downtime.list.php:141 -msgid "From" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -#: ../../enterprise/include/functions_reporting.php:1928 -#: ../../enterprise/include/functions_reporting.php:2039 -#: ../../enterprise/include/functions_reporting.php:3214 -#: ../../enterprise/godmode/alerts/alert_events_list.php:560 -#: ../../enterprise/godmode/alerts/alert_events_list.php:601 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -#: ../../enterprise/godmode/policies/policy_alerts.php:337 -#: ../../enterprise/godmode/policies/policy_alerts.php:469 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 -#: ../../include/functions_reporting.php:8425 -#: ../../operation/reporting/reporting_viewer.php:203 -#: ../../godmode/alerts/alert_templates.php:96 -#: ../../godmode/alerts/alert_list.list.php:522 -#: ../../godmode/alerts/alert_list.list.php:597 -#: ../../godmode/alerts/alert_list.builder.php:121 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -msgid "to" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 -#: ../../enterprise/operation/agentes/policy_view.php:146 -#: ../../enterprise/operation/agentes/policy_view.php:210 -#: ../../enterprise/operation/agentes/policy_view.php:442 -#: ../../include/functions.php:1999 -#: ../../godmode/alerts/configure_alert_template.php:874 -#: ../../godmode/alerts/alert_list.builder.php:209 -#: ../../godmode/modules/manage_network_components_form_wmi.php:58 -#: ../../godmode/modules/manage_network_components_form_plugin.php:29 -#: ../../godmode/modules/manage_network_components_form_network.php:82 -msgid "Empty" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/meta/monitoring/group_view.php:150 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../mobile/operation/alerts.php:253 -#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909 -#: ../../include/functions_agents.php:2074 -#: ../../include/functions_agents.php:2086 -#: ../../include/functions_reporting.php:6329 ../../include/functions.php:1007 -#: ../../include/functions_events.php:1143 -#: ../../include/functions_events.php:1410 -#: ../../operation/events/sound_events.php:74 -#: ../../operation/snmpconsole/snmp_view.php:633 -#: ../../operation/agentes/group_view.php:155 -#: ../../godmode/alerts/alert_list.list.php:620 -#: ../../godmode/alerts/alert_view.php:85 -msgid "Alert fired" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 -#: ../../enterprise/operation/agentes/policy_view.php:273 -#: ../../enterprise/godmode/alerts/alert_events_list.php:626 -#: ../../mobile/operation/alerts.php:261 -#: ../../extensions/agents_alerts.php:330 ../../include/functions_ui.php:917 -#: ../../include/functions_agents.php:2077 -#: ../../include/functions_agents.php:2089 -#: ../../include/functions_reporting.php:6274 -#: ../../operation/snmpconsole/snmp_view.php:636 -#: ../../godmode/alerts/alert_list.list.php:628 -#: ../../godmode/alerts/alert_view.php:93 -msgid "Alert not fired" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:618 -#: ../../mobile/operation/alerts.php:253 -#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909 -#: ../../godmode/alerts/alert_list.list.php:620 -#: ../../godmode/alerts/alert_view.php:85 -msgid "times" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 -#: ../../enterprise/operation/agentes/policy_view.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:622 -#: ../../mobile/operation/alerts.php:257 -#: ../../extensions/agents_alerts.php:326 ../../include/functions_ui.php:913 -#: ../../include/functions_reporting.php:6335 -#: ../../godmode/alerts/alert_list.list.php:624 -#: ../../godmode/alerts/alert_view.php:89 -msgid "Alert disabled" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 -#: ../../enterprise/extensions/ipam/ipam_network.php:542 -#: ../../enterprise/extensions/ipam/ipam_massive.php:79 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 -#: ../../enterprise/include/functions_reporting_pdf.php:2262 -#: ../../enterprise/godmode/setup/setup.php:98 -#: ../../include/functions_groups.php:2128 -#: ../../include/functions_reporting_html.php:1496 -#: ../../operation/agentes/estado_generalagente.php:298 -#: ../../godmode/alerts/configure_alert_template.php:648 -msgid "Enabled" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 -#: ../../enterprise/operation/agentes/policy_view.php:221 -#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:815 -#: ../../operation/agentes/alerts_status.functions.php:80 -#: ../../godmode/alerts/alert_list.list.php:133 -msgid "Standby on" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 -#: ../../mobile/operation/alerts.php:45 -#: ../../operation/agentes/alerts_status.functions.php:81 -#: ../../godmode/alerts/alert_list.list.php:134 -msgid "Standby off" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -#: ../../include/functions_treeview.php:369 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -msgid "There was a problem loading agent" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -#: ../../mobile/operation/agent.php:134 -#: ../../include/functions_treeview.php:412 -#: ../../operation/agentes/estado_generalagente.php:269 -msgid "Other IP addresses" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -#: ../../include/functions_treeview.php:483 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../operation/agentes/estado_generalagente.php:160 -msgid "Agent Version" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -#: ../../include/functions_treeview.php:500 -#: ../../operation/agentes/estado_generalagente.php:311 -msgid "Position (Long, Lat)" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -#: ../../operation/agentes/estado_generalagente.php:314 -msgid "There is no GIS data." -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 -#: ../../include/functions_treeview.php:509 -#: ../../operation/agentes/ver_agente.php:880 -#: ../../operation/agentes/ver_agente.php:1040 -#: ../../operation/agentes/estado_generalagente.php:330 -#: ../../godmode/agentes/agent_manager.php:389 -msgid "Url address" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../include/functions_treeview.php:443 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../operation/agentes/estado_generalagente.php:206 -msgid "Remote" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 -#: ../../enterprise/extensions/cron/main.php:258 -#: ../../enterprise/extensions/ipam/ipam_list.php:91 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 -#: ../../include/functions_ui.php:450 ../../include/functions_treeview.php:436 -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 -#: ../../operation/agentes/estado_generalagente.php:211 -#: ../../godmode/snmpconsole/snmp_alert.php:1111 -#: ../../godmode/db/db_main.php:183 -msgid "Never" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -#: ../../include/functions_treeview.php:517 -#: ../../operation/agentes/estado_generalagente.php:339 -msgid "Timezone Offset" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -#: ../../include/functions_treeview.php:451 -msgid "Next agent contact" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -#: ../../include/functions_treeview.php:532 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:355 -msgid "Custom field" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -#: ../../operation/agentes/custom_fields.php:87 -#: ../../operation/agentes/agent_fields.php:48 -msgid "empty" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 -msgid "Go to agent detail" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../enterprise/extensions/csv_import/main.php:88 -#: ../../include/functions_filemanager.php:636 -msgid "Go" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 -msgid "Create new module" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 -#: ../../enterprise/extensions/cron/main.php:320 -#: ../../enterprise/extensions/backup/main.php:167 -#: ../../enterprise/extensions/ipam/ipam_editor.php:108 -#: ../../enterprise/extensions/ipam/ipam_list.php:125 -#: ../../enterprise/godmode/services/services.elements.php:408 -#: ../../enterprise/godmode/services/services.service.php:360 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:89 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:276 -#: ../../enterprise/godmode/alerts/alert_events_list.php:671 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 -#: ../../enterprise/godmode/agentes/collections.php:235 -#: ../../enterprise/godmode/agentes/collections.data.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:125 -#: ../../enterprise/godmode/agentes/collections.data.php:144 -#: ../../enterprise/godmode/agentes/collections.data.php:159 -#: ../../enterprise/godmode/agentes/collections.data.php:181 -#: ../../enterprise/godmode/agentes/collections.data.php:223 -#: ../../enterprise/godmode/agentes/collections.editor.php:117 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../enterprise/godmode/setup/edit_skin.php:269 -#: ../../enterprise/godmode/modules/local_components.php:539 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 -#: ../../enterprise/godmode/modules/configure_local_component.php:469 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/policies/policies.php:424 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policy_modules.php:304 -#: ../../include/functions_filemanager.php:615 -#: ../../include/functions_filemanager.php:652 -#: ../../include/functions_visual_map_editor.php:437 -#: ../../operation/integria_incidents/incident.incident.php:126 -#: ../../operation/gis_maps/gis_map.php:180 -#: ../../operation/agentes/networkmap_list.php:252 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/events/event_edit_filter.php:388 -#: ../../godmode/users/configure_user.php:581 -#: ../../godmode/users/profile_list.php:404 -#: ../../godmode/category/edit_category.php:174 -#: ../../godmode/snmpconsole/snmp_alert.php:874 -#: ../../godmode/snmpconsole/snmp_alert.php:1221 -#: ../../godmode/snmpconsole/snmp_filters.php:108 -#: ../../godmode/snmpconsole/snmp_filters.php:156 -#: ../../godmode/gis_maps/index.php:127 -#: ../../godmode/alerts/alert_commands.php:370 -#: ../../godmode/alerts/configure_alert_special_days.php:101 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/alert_special_days.php:235 -#: ../../godmode/alerts/alert_list.php:300 -#: ../../godmode/alerts/alert_templates.php:363 -#: ../../godmode/alerts/alert_list.list.php:720 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/agentes/agent_manager.php:459 -#: ../../godmode/agentes/planned_downtime.list.php:364 -#: ../../godmode/agentes/planned_downtime.list.php:514 -#: ../../godmode/agentes/module_manager_editor.php:490 -#: ../../godmode/agentes/module_manager.php:122 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/servers/plugin.php:492 -#: ../../godmode/servers/recon_script.php:220 -#: ../../godmode/servers/manage_recontask.php:381 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../godmode/groups/configure_modu_group.php:80 -#: ../../godmode/groups/configure_group.php:208 -#: ../../godmode/setup/news.php:204 ../../godmode/setup/links.php:117 -#: ../../godmode/setup/os.php:49 ../../godmode/setup/os.php:73 -#: ../../godmode/setup/gis.php:93 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/modules/manage_nc_groups.php:244 -#: ../../godmode/modules/manage_network_components.php:620 -#: ../../godmode/modules/manage_network_templates.php:228 -#: ../../godmode/modules/manage_nc_groups_form.php:83 -#: ../../godmode/modules/manage_network_components_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:157 -#: ../../godmode/reporting/graph_builder.main.php:164 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1041 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/tag/edit_tag.php:227 -msgid "Create" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 -#: ../../godmode/groups/configure_modu_group.php:47 -#: ../../godmode/groups/configure_group.php:68 -msgid "There was a problem loading group" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 -msgid "Group name" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 -#: ../../include/functions_visual_map_editor.php:492 -#: ../../operation/agentes/ver_agente.php:706 -#: ../../operation/agentes/estado_generalagente.php:279 -#: ../../godmode/agentes/agent_manager.php:233 -#: ../../godmode/groups/configure_group.php:132 -#: ../../godmode/massive/massive_edit_agents.php:267 -#: ../../godmode/modules/manage_nc_groups_form.php:69 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Parent" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 -#: ../../include/functions_visual_map.php:2296 -#: ../../include/functions_visual_map_editor.php:60 -#: ../../include/functions_visual_map_editor.php:576 -#: ../../godmode/groups/group_list.php:335 -#: ../../godmode/groups/configure_group.php:117 -#: ../../godmode/setup/os.builder.php:39 -#: ../../godmode/modules/module_list.php:57 -#: ../../godmode/reporting/visual_console_builder.elements.php:183 -msgid "Icon" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 -#: ../../include/functions_treeview.php:47 -msgid "There was a problem loading module" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 -#: ../../enterprise/include/functions_reporting_pdf.php:2279 -#: ../../mobile/operation/modules.php:420 -#: ../../mobile/operation/modules.php:643 ../../include/ajax/module.php:706 -#: ../../operation/agentes/status_monitor.php:448 -#: ../../operation/agentes/status_monitor.php:931 -#: ../../godmode/alerts/alert_list.list.php:84 -#: ../../godmode/agentes/agent_template.php:223 -#: ../../godmode/modules/manage_network_components.php:540 -#: ../../godmode/modules/manage_network_templates_form.php:196 -msgid "Module name" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/godmode/modules/configure_local_component.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1384 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../extensions/agents_modules.php:75 -#: ../../include/functions_graph.php:4884 -#: ../../include/functions_treeview.php:123 -#: ../../include/functions_events.php:2070 -#: ../../operation/agentes/estado_monitores.php:438 -#: ../../operation/agentes/ver_agente.php:662 -#: ../../operation/agentes/networkmap.php:459 -#: ../../operation/agentes/status_monitor.php:428 -#: ../../godmode/agentes/module_manager_editor_common.php:223 -#: ../../godmode/massive/massive_edit_modules.php:487 -#: ../../godmode/modules/manage_network_components_form_common.php:93 -#: ../../godmode/reporting/reporting_builder.item_editor.php:825 -msgid "Module group" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -#: ../../include/functions_graph.php:4837 -#: ../../include/functions_treeview.php:118 -#: ../../operation/agentes/status_monitor.php:440 -#: ../../godmode/agentes/module_manager_editor_common.php:225 -#: ../../godmode/massive/massive_edit_modules.php:490 -msgid "Not assigned" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 -#: ../../godmode/massive/massive_delete_modules.php:405 -#: ../../godmode/massive/massive_edit_modules.php:248 -msgid "Module type" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 -msgid "Go to module detail" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -msgid "Edit module" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 -#: ../../godmode/agentes/module_manager_editor_common.php:142 -msgid "Delete module" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 -msgid "Create new alert" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 -msgid "There was a problem loading alert" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 -#: ../../enterprise/godmode/reporting/graph_template_list.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:284 -#: ../../godmode/alerts/alert_list.list.php:56 -msgid "Template name" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../operation/agentes/alerts_status.functions.php:102 -#: ../../operation/agentes/alerts_status.php:410 -#: ../../operation/agentes/alerts_status.php:454 -#: ../../operation/agentes/alerts_status.php:488 -#: ../../operation/agentes/alerts_status.php:522 -#: ../../godmode/alerts/alert_list.list.php:131 -msgid "Standby" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 -#: ../../enterprise/operation/agentes/policy_view.php:197 -#: ../../extensions/agents_alerts.php:280 -#: ../../include/functions_reporting_html.php:2269 -#: ../../operation/agentes/alerts_status.php:423 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:529 -#: ../../godmode/snmpconsole/snmp_alert.php:1063 -#: ../../godmode/alerts/alert_view.php:79 -msgid "Last fired" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 -msgid "Stand By" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/meta/advanced/metasetup.password.php:79 -#: ../../enterprise/meta/advanced/metasetup.password.php:90 -#: ../../enterprise/meta/advanced/metasetup.password.php:96 -#: ../../enterprise/meta/advanced/metasetup.password.php:107 -#: ../../enterprise/meta/advanced/metasetup.password.php:123 -#: ../../enterprise/meta/advanced/metasetup.password.php:129 -#: ../../enterprise/meta/advanced/metasetup.visual.php:132 -#: ../../enterprise/meta/advanced/metasetup.visual.php:138 -#: ../../enterprise/meta/advanced/metasetup.visual.php:176 -#: ../../enterprise/meta/advanced/metasetup.visual.php:185 -#: ../../enterprise/meta/advanced/metasetup.performance.php:83 -#: ../../enterprise/meta/advanced/metasetup.setup.php:109 -#: ../../enterprise/meta/advanced/metasetup.setup.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 -#: ../../enterprise/godmode/setup/setup.php:31 -#: ../../enterprise/godmode/setup/setup.php:40 -#: ../../enterprise/godmode/setup/setup.php:56 -#: ../../enterprise/godmode/setup/setup.php:149 -#: ../../enterprise/godmode/setup/setup.php:214 -#: ../../enterprise/godmode/setup/setup.php:253 -#: ../../enterprise/godmode/setup/setup.php:262 -#: ../../enterprise/godmode/setup/setup.php:267 -#: ../../enterprise/godmode/setup/setup.php:276 -#: ../../enterprise/godmode/setup/setup.php:290 -#: ../../enterprise/godmode/setup/setup.php:295 -#: ../../enterprise/godmode/setup/setup_auth.php:61 -#: ../../enterprise/godmode/setup/setup_auth.php:72 -#: ../../enterprise/godmode/setup/setup_auth.php:108 -#: ../../enterprise/godmode/setup/setup_history.php:46 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:325 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/snmpconsole/snmp_view.php:426 -#: ../../operation/netflow/nf_live_view.php:265 -#: ../../godmode/users/configure_user.php:513 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/agentes/agent_manager.php:381 -#: ../../godmode/agentes/agent_conf_gis.php:79 -#: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../godmode/servers/manage_recontask.php:329 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../godmode/setup/setup_general.php:70 -#: ../../godmode/setup/setup_general.php:74 -#: ../../godmode/setup/setup_general.php:94 -#: ../../godmode/setup/setup_general.php:98 -#: ../../godmode/setup/setup_general.php:179 -#: ../../godmode/setup/setup_general.php:234 -#: ../../godmode/setup/setup_general.php:242 -#: ../../godmode/setup/setup_general.php:251 -#: ../../godmode/setup/setup_general.php:272 -#: ../../godmode/setup/performance.php:98 -#: ../../godmode/setup/performance.php:105 -#: ../../godmode/setup/performance.php:112 -#: ../../godmode/setup/setup_auth.php:70 ../../godmode/setup/setup_auth.php:78 -#: ../../godmode/setup/setup_auth.php:162 -#: ../../godmode/setup/setup_auth.php:203 -#: ../../godmode/setup/setup_visuals.php:85 -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../godmode/setup/setup_visuals.php:163 -#: ../../godmode/setup/setup_visuals.php:191 -#: ../../godmode/setup/setup_visuals.php:350 -#: ../../godmode/setup/setup_visuals.php:356 -#: ../../godmode/setup/setup_visuals.php:366 -#: ../../godmode/setup/setup_visuals.php:499 -#: ../../godmode/setup/setup_visuals.php:526 -#: ../../godmode/massive/massive_edit_agents.php:277 -#: ../../godmode/massive/massive_edit_agents.php:393 -#: ../../godmode/massive/massive_edit_agents.php:400 -#: ../../godmode/massive/massive_edit_modules.php:384 -#: ../../godmode/massive/massive_edit_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:448 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:554 -#: ../../godmode/massive/massive_edit_modules.php:573 -#: ../../godmode/reporting/visual_console_builder.wizard.php:226 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/reporting/reporting_builder.php:629 -#: ../../godmode/reporting/reporting_builder.main.php:111 -msgid "Yes" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/meta/advanced/metasetup.password.php:80 -#: ../../enterprise/meta/advanced/metasetup.password.php:91 -#: ../../enterprise/meta/advanced/metasetup.password.php:97 -#: ../../enterprise/meta/advanced/metasetup.password.php:108 -#: ../../enterprise/meta/advanced/metasetup.password.php:124 -#: ../../enterprise/meta/advanced/metasetup.password.php:130 -#: ../../enterprise/meta/advanced/metasetup.visual.php:133 -#: ../../enterprise/meta/advanced/metasetup.visual.php:139 -#: ../../enterprise/meta/advanced/metasetup.visual.php:180 -#: ../../enterprise/meta/advanced/metasetup.visual.php:189 -#: ../../enterprise/meta/advanced/metasetup.performance.php:84 -#: ../../enterprise/meta/advanced/metasetup.setup.php:110 -#: ../../enterprise/meta/advanced/metasetup.setup.php:161 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 -#: ../../enterprise/godmode/setup/setup.php:32 -#: ../../enterprise/godmode/setup/setup.php:41 -#: ../../enterprise/godmode/setup/setup.php:57 -#: ../../enterprise/godmode/setup/setup.php:150 -#: ../../enterprise/godmode/setup/setup.php:215 -#: ../../enterprise/godmode/setup/setup.php:254 -#: ../../enterprise/godmode/setup/setup.php:263 -#: ../../enterprise/godmode/setup/setup.php:268 -#: ../../enterprise/godmode/setup/setup.php:277 -#: ../../enterprise/godmode/setup/setup.php:291 -#: ../../enterprise/godmode/setup/setup.php:296 -#: ../../enterprise/godmode/setup/setup_auth.php:64 -#: ../../enterprise/godmode/setup/setup_auth.php:75 -#: ../../enterprise/godmode/setup/setup_auth.php:109 -#: ../../enterprise/godmode/setup/setup_history.php:47 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 -#: ../../mobile/operation/events.php:181 ../../mobile/operation/events.php:188 -#: ../../include/functions_events.php:2370 -#: ../../include/functions_events.php:2377 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/snmpconsole/snmp_view.php:429 -#: ../../operation/netflow/nf_live_view.php:266 -#: ../../godmode/users/configure_user.php:513 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/agentes/agent_manager.php:384 -#: ../../godmode/agentes/agent_conf_gis.php:80 -#: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../godmode/servers/manage_recontask.php:329 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 ../../godmode/setup/news.php:264 -#: ../../godmode/setup/setup_general.php:71 -#: ../../godmode/setup/setup_general.php:75 -#: ../../godmode/setup/setup_general.php:95 -#: ../../godmode/setup/setup_general.php:99 -#: ../../godmode/setup/setup_general.php:180 -#: ../../godmode/setup/setup_general.php:237 -#: ../../godmode/setup/setup_general.php:245 -#: ../../godmode/setup/setup_general.php:252 -#: ../../godmode/setup/setup_general.php:273 -#: ../../godmode/setup/performance.php:99 -#: ../../godmode/setup/performance.php:106 -#: ../../godmode/setup/performance.php:113 -#: ../../godmode/setup/setup_auth.php:71 ../../godmode/setup/setup_auth.php:79 -#: ../../godmode/setup/setup_auth.php:163 -#: ../../godmode/setup/setup_auth.php:206 -#: ../../godmode/setup/setup_visuals.php:89 -#: ../../godmode/setup/setup_visuals.php:158 -#: ../../godmode/setup/setup_visuals.php:166 -#: ../../godmode/setup/setup_visuals.php:193 -#: ../../godmode/setup/setup_visuals.php:351 -#: ../../godmode/setup/setup_visuals.php:358 -#: ../../godmode/setup/setup_visuals.php:370 -#: ../../godmode/setup/setup_visuals.php:503 -#: ../../godmode/setup/setup_visuals.php:530 -#: ../../godmode/massive/massive_edit_agents.php:277 -#: ../../godmode/massive/massive_edit_agents.php:394 -#: ../../godmode/massive/massive_edit_agents.php:400 -#: ../../godmode/massive/massive_edit_modules.php:385 -#: ../../godmode/massive/massive_edit_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:449 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:555 -#: ../../godmode/massive/massive_edit_modules.php:573 -#: ../../godmode/reporting/visual_console_builder.wizard.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:272 -#: ../../godmode/reporting/reporting_builder.php:631 -#: ../../godmode/reporting/reporting_builder.main.php:115 -msgid "No" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 -msgid "Go to Alert detail" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 -msgid "Delete alert" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 -msgid "There was a problem loading tag" -msgstr "" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 -#: ../../godmode/tag/tag.php:199 -msgid "Tag name" -msgstr "" - -#: ../../enterprise/meta/include/functions_users_meta.php:168 -#: ../../enterprise/meta/include/functions_users_meta.php:187 -#: ../../enterprise/meta/general/main_header.php:242 -#: ../../enterprise/meta/general/main_header.php:308 -#: ../../godmode/users/configure_user.php:82 -#: ../../godmode/users/configure_profile.php:41 -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 -#: ../../godmode/users/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -msgid "User management" -msgstr "" - -#: ../../enterprise/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -#: ../../godmode/menu.php:74 ../../godmode/users/configure_user.php:86 -#: ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/user_list.php:117 -#: ../../godmode/users/profile_list.php:49 -msgid "Profile management" -msgstr "" - -#: ../../enterprise/meta/include/functions_users_meta.php:178 -#: ../../enterprise/meta/include/functions_users_meta.php:190 -#: ../../enterprise/meta/general/main_header.php:408 -#: ../../enterprise/meta/general/main_header.php:413 -#: ../../operation/menu.php:325 ../../general/header.php:272 -#: ../../general/header.php:274 -msgid "Edit my user" -msgstr "" - -#: ../../enterprise/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "" - -#: ../../enterprise/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:60 -msgid "Create visualmap" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:120 -#: ../../godmode/reporting/visual_console_builder.php:240 -msgid "Successfully created." -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:123 -#: ../../godmode/reporting/visual_console_builder.php:253 -msgid "Could not be created." -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:149 -#: ../../enterprise/meta/screens/screens.visualmap.php:165 -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 -#: ../../operation/agentes/estado_agente.php:527 -#: ../../operation/visual_console/render_view.php:128 -#: ../../godmode/gis_maps/index.php:72 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:508 -#: ../../godmode/agentes/configurar_agente.php:256 -#: ../../godmode/servers/manage_recontask.php:32 -#: ../../godmode/setup/setup_visuals.php:129 -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../godmode/setup/setup_visuals.php:151 -#: ../../godmode/setup/setup_visuals.php:207 -#: ../../godmode/reporting/visual_console_builder.php:665 -msgid "View" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -#: ../../operation/visual_console/render_view.php:125 -#: ../../godmode/reporting/visual_console_builder.php:662 -msgid "Builder" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/general/main_header.php:110 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/include/functions_reporting.php:31 -#: ../../enterprise/include/functions_reporting.php:4664 -#: ../../enterprise/include/functions_reporting.php:4686 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:68 -#: ../../operation/visual_console/render_view.php:122 -#: ../../godmode/reporting/visual_console_builder.wizard.php:311 -#: ../../godmode/reporting/visual_console_builder.php:659 -msgid "Wizard" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -#: ../../operation/visual_console/render_view.php:112 -#: ../../godmode/reporting/visual_console_builder.php:649 -msgid "List elements" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -#: ../../operation/visual_console/render_view.php:109 -#: ../../operation/reporting/graph_viewer.php:133 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../godmode/reporting/graph_builder.php:189 -#: ../../godmode/reporting/visual_console_builder.php:646 -#: ../../godmode/reporting/reporting_builder.php:1826 -#: ../../godmode/reporting/reporting_builder.main.php:51 -msgid "Main data" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -#: ../../operation/gis_maps/render_view.php:116 -#: ../../operation/visual_console/render_view.php:104 -#: ../../godmode/reporting/visual_console_builder.php:643 -msgid "Show link to public Visual Console" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:196 -#: ../../operation/visual_console/render_view.php:95 -#: ../../godmode/reporting/visual_console_builder.php:640 -msgid "Visual consoles list" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -#: ../../godmode/reporting/visual_console_builder.php:671 -msgid "New visual console" -msgstr "" - -#: ../../enterprise/meta/screens/screens.visualmap.php:216 -#: ../../enterprise/meta/screens/screens.visualmap.php:220 -#: ../../extensions/resource_exportation.php:351 ../../operation/menu.php:127 -#: ../../operation/users/user_edit.php:292 -msgid "Visual console" -msgstr "" - -#: ../../enterprise/meta/screens/screens.php:35 -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/general/main_header.php:174 -msgid "Screens" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 -#, php-format -msgid "Error creating/updating %s/%s tags" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 -#, php-format -msgid "Created/Updated %s/%s tags" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 -msgid "Synchronizing Tags" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.user.php:509 -#: ../../enterprise/meta/advanced/policymanager.sync.php:296 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -msgid "This metaconsole" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 -#: ../../enterprise/meta/advanced/synchronizing.component.php:320 -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../enterprise/meta/advanced/synchronizing.group.php:157 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 -#: ../../godmode/massive/massive_copy_modules.php:168 -msgid "Targets" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/advanced/policymanager.sync.php:315 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -msgid "Sync" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:35 -#: ../../enterprise/meta/general/main_header.php:237 -msgid "Synchronizing" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:60 -#: ../../enterprise/meta/advanced/synchronizing.php:82 -msgid "Users synchronization" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:64 -#: ../../enterprise/meta/advanced/synchronizing.php:85 -msgid "Groups synchronization" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:68 -#: ../../enterprise/meta/advanced/synchronizing.php:88 -msgid "Alerts synchronization" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:72 -#: ../../enterprise/meta/advanced/synchronizing.php:91 -msgid "Components synchronization" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.php:76 -#: ../../enterprise/meta/advanced/synchronizing.php:94 -msgid "Tags synchronization" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:60 -#: ../../enterprise/godmode/policies/policy_queue.php:59 -msgid "Operation successfully deleted from the queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:61 -#: ../../enterprise/godmode/policies/policy_queue.php:60 -msgid "Operation cannot be deleted from the queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/meta/advanced/policymanager.sync.php:306 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/include/functions_policies.php:3751 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:110 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../include/ajax/module.php:700 -#: ../../operation/agentes/ver_agente.php:1034 -#: ../../operation/agentes/alerts_status.php:406 -#: ../../operation/agentes/alerts_status.php:451 -#: ../../operation/agentes/status_monitor.php:916 -#: ../../godmode/alerts/alert_view.php:123 -#: ../../godmode/agentes/module_manager.php:510 -msgid "Policy" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -msgid "Apply (database and files)" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:309 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:418 -msgid "Apply (only database)" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Complete" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Incomplete" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:257 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 -#: ../../enterprise/meta/monitoring/group_view.php:95 -#: ../../enterprise/meta/monitoring/group_view.php:132 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/include/functions_policies.php:3271 -#: ../../enterprise/include/functions_reporting.php:4026 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:664 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 -#: ../../enterprise/operation/services/services.service_map.php:124 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:150 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policies.php:254 -#: ../../enterprise/godmode/policies/policies.php:355 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/policies/policy_agents.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:316 -#: ../../mobile/include/functions_web.php:22 -#: ../../mobile/operation/groups.php:98 ../../mobile/operation/groups.php:100 -#: ../../mobile/operation/home.php:60 ../../mobile/operation/agents.php:158 -#: ../../extensions/agents_modules.php:194 -#: ../../extensions/agents_alerts.php:176 -#: ../../include/functions_groups.php:46 -#: ../../include/functions_groups.php:754 -#: ../../include/functions_groups.php:756 -#: ../../include/functions_groups.php:758 -#: ../../include/functions_groups.php:759 -#: ../../include/functions_groups.php:760 -#: ../../include/functions_reporting_html.php:784 -#: ../../include/functions_reporting_html.php:1013 -#: ../../include/ajax/networkmap.ajax.php:64 -#: ../../include/ajax/networkmap.ajax.php:92 -#: ../../operation/agentes/group_view.php:103 -#: ../../operation/agentes/group_view.php:140 -#: ../../operation/agentes/networkmap.php:475 -#: ../../operation/search_results.php:73 -#: ../../godmode/alerts/alert_list.list.php:69 -#: ../../godmode/massive/massive_delete_agents.php:123 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/massive/massive_delete_modules.php:484 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_edit_modules.php:328 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/reporting/reporting_builder.list_items.php:161 -#: ../../godmode/reporting/reporting_builder.list_items.php:186 -#: ../../godmode/reporting/graph_builder.graph_editor.php:142 -#: ../../godmode/reporting/visual_console_builder.wizard.php:240 -#: ../../godmode/reporting/reporting_builder.item_editor.php:936 -msgid "Agents" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -#: ../../enterprise/extensions/ipam/ipam_network.php:151 -#: ../../enterprise/extensions/ipam/ipam_network.php:167 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 -#: ../../enterprise/godmode/policies/policy_queue.php:377 -#: ../../operation/servers/recon_view.php:104 -#: ../../operation/servers/recon_view.php:158 -msgid "Progress" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:260 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -#: ../../enterprise/godmode/policies/policy_queue.php:378 -msgid "Finished" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:334 -#: ../../enterprise/godmode/policies/policy_queue.php:446 -msgid "Delete from queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:352 -msgid "Empty queue." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 -#: ../../enterprise/extensions/translate_string.php:250 -#: ../../operation/users/user_edit.php:267 -#: ../../godmode/users/configure_user.php:446 -msgid "Language" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 -#: ../../enterprise/extensions/translate_string.php:254 -#: ../../enterprise/extensions/translate_string.php:255 -#: ../../enterprise/godmode/agentes/collections.php:169 -#: ../../enterprise/godmode/agentes/collection_manager.php:44 -#: ../../enterprise/godmode/policies/policies.php:235 -#: ../../enterprise/godmode/policies/policy_collections.php:176 -#: ../../godmode/admin_access_logs.php:65 -#: ../../godmode/admin_access_logs.php:66 -msgid "Free text for search (*)" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 -#: ../../enterprise/extensions/translate_string.php:271 -msgid "Please search for anything text." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 -#: ../../enterprise/extensions/translate_string.php:280 -msgid "Original string" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 -#: ../../enterprise/extensions/translate_string.php:281 -msgid "Translation in selected language" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 -#: ../../enterprise/extensions/translate_string.php:282 -msgid "Customize translation" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.php:37 -msgid "Propagation" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:35 -#: ../../godmode/setup/license.php:37 -msgid "License updated" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:62 -msgid "Licence" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:69 -#: ../../godmode/setup/license.php:64 -msgid "Customer key" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:72 -#: ../../godmode/setup/license.php:67 -msgid "Expires" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:75 -#: ../../godmode/setup/license.php:70 -msgid "Platform Limit" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -msgid "agents" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71 -#: ../../godmode/setup/license.php:74 -msgid "modules" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:78 -#: ../../godmode/setup/license.php:73 -msgid "Current Platform Count" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:81 -#: ../../godmode/setup/license.php:76 -msgid "License Mode" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:84 -#: ../../godmode/setup/license.php:79 -msgid "NMS" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:88 -#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83 -msgid "enabled" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:88 -#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83 -msgid "disabled" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:87 -#: ../../godmode/setup/license.php:82 -msgid "Satellite" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:90 -#: ../../godmode/setup/license.php:85 -msgid "Licensed to" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:96 -#: ../../enterprise/extensions/vmware/main.php:181 -#: ../../enterprise/extensions/vmware/main.php:188 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../enterprise/load_enterprise.php:402 -#: ../../mobile/operation/events.php:523 -#: ../../operation/snmpconsole/snmp_view.php:643 -#: ../../operation/snmpconsole/snmp_view.php:800 -#: ../../operation/snmpconsole/snmp_view.php:828 -#: ../../operation/agentes/alerts_status.php:428 -#: ../../operation/agentes/alerts_status.php:468 -#: ../../operation/agentes/alerts_status.php:501 -#: ../../operation/agentes/alerts_status.php:534 -#: ../../operation/agentes/alerts_status.php:579 -#: ../../godmode/setup/license.php:91 -msgid "Validate" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:98 -#: ../../enterprise/meta/advanced/license_meta.php:102 -#: ../../godmode/setup/license.php:93 ../../godmode/setup/license.php:97 -msgid "Request new license" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:106 -#: ../../godmode/setup/license.php:101 -msgid "To get your Pandora FMS Enterprise License:" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:109 -#: ../../godmode/setup/license.php:104 -#, php-format -msgid "Go to %s" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:112 -#: ../../godmode/setup/license.php:107 -msgid "Enter the auth key and the following request key:" -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:118 -#: ../../godmode/setup/license.php:113 -msgid "Enter your name (or a company name) and a contact email address." -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:121 -#: ../../godmode/setup/license.php:116 -msgid "Click on Generate." -msgstr "" - -#: ../../enterprise/meta/advanced/license_meta.php:124 -#: ../../godmode/setup/license.php:119 -msgid "" -"Click here, enter " -"the generated license key and click on Validate." -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:135 -#: ../../enterprise/godmode/policies/policy.php:116 -#: ../../enterprise/godmode/policies/policy.php:137 -msgid "Duplicated or incompatible operation in the queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:142 -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/godmode/policies/policy.php:110 -#: ../../enterprise/godmode/policies/policy.php:133 -msgid "Operation successfully added to the queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -msgid "Only database" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:150 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -#: ../../enterprise/meta/advanced/policymanager.apply.php:158 -#: ../../enterprise/godmode/policies/policy.php:113 -#: ../../enterprise/godmode/policies/policy.php:134 -msgid "Operation cannot be added to the queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:200 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -#: ../../include/ajax/networkmap.ajax.php:50 ../../operation/tree.php:80 -msgid "Policies" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:194 -#: ../../godmode/reporting/visual_console_builder.wizard.php:203 -msgid "Servers" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:33 -#: ../../godmode/servers/servers.build_table.php:37 -msgid "There are no servers configured into the database" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:62 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:327 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../extensions/realtime_graphs.php:111 -#: ../../include/functions_snmp_browser.php:513 -#: ../../operation/extensions.php:48 ../../godmode/extensions.php:144 -#: ../../godmode/servers/servers.build_table.php:66 -msgid "Version" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Lag" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Avg. Delay(sec)/Modules delayed" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "T/Q" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "Threads / Queued modules currently" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:67 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 -#: ../../operation/integria_incidents/incident.list.php:98 -#: ../../operation/incidents/incident.php:335 -#: ../../godmode/agentes/agent_incidents.php:90 -#: ../../godmode/servers/servers.build_table.php:71 -msgid "Updated" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:71 -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/modules/local_components.php:472 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 -#: ../../enterprise/godmode/policies/policies.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../operation/gis_maps/gis_map.php:94 -#: ../../godmode/users/user_list.php:278 -#: ../../godmode/users/profile_list.php:327 -#: ../../godmode/gis_maps/index.php:75 -#: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/alerts/alert_list.list.php:405 -#: ../../godmode/servers/plugin.php:689 -#: ../../godmode/servers/servers.build_table.php:75 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/reporting/graphs.php:153 -#: ../../godmode/reporting/reporting_builder.php:570 -#: ../../godmode/reporting/reporting_builder.php:685 -msgid "Op." -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:97 -msgid "This is a master server" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:104 -#: ../../enterprise/meta/advanced/servers.build_table.php:109 -#: ../../godmode/servers/servers.build_table.php:110 -#: ../../godmode/servers/servers.build_table.php:115 -msgid "of" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:168 -msgid "" -"Modules run by this server will stop working. Do you want to continue?" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.build_table.php:154 -#: ../../godmode/servers/servers.build_table.php:189 -msgid "Tactical server information" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:83 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:126 -msgid "Could not be create, duplicated server name." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:109 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.setup.php:57 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -msgid "Successfully update" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:110 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -msgid "Could not be update" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:159 -#: ../../enterprise/extensions/cron/main.php:77 -#: ../../enterprise/extensions/cron/main.php:131 -#: ../../enterprise/extensions/ipam/ipam_action.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -#: ../../godmode/users/configure_user.php:234 -#: ../../godmode/users/profile_list.php:241 -#: ../../godmode/snmpconsole/snmp_alert.php:231 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/alerts/alert_commands.php:286 -#: ../../godmode/alerts/alert_special_days.php:93 -#: ../../godmode/alerts/configure_alert_template.php:428 -#: ../../godmode/alerts/alert_list.php:101 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/agentes/configurar_agente.php:595 -#: ../../godmode/setup/news.php:56 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/gis.php:45 -#: ../../godmode/modules/manage_nc_groups.php:73 -msgid "Successfully created" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:160 -#: ../../enterprise/extensions/ipam/ipam_action.php:97 -#: ../../enterprise/extensions/ipam/ipam_action.php:105 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../enterprise/godmode/policies/policies.php:128 -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -#: ../../godmode/users/configure_user.php:235 -#: ../../godmode/alerts/alert_commands.php:287 -#: ../../godmode/alerts/alert_special_days.php:94 -#: ../../godmode/alerts/configure_alert_template.php:119 -#: ../../godmode/alerts/configure_alert_template.php:429 -#: ../../godmode/alerts/alert_list.php:101 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 -#: ../../godmode/agentes/planned_downtime.editor.php:350 -#: ../../godmode/agentes/configurar_agente.php:244 -#: ../../godmode/agentes/configurar_agente.php:591 -#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:149 -#: ../../godmode/modules/manage_network_components.php:239 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2068 -msgid "Could not be created" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:170 -#: ../../operation/events/events.php:777 -msgid "Successfully delete" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:171 -msgid "Could not be delete" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:181 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/godmode/policies/policy_modules.php:356 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../include/ajax/alert_list.ajax.php:79 -#: ../../godmode/users/user_list.php:208 -#: ../../godmode/alerts/alert_list.php:201 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -msgid "Successfully enabled" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:182 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/godmode/policies/policy_modules.php:356 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../include/ajax/alert_list.ajax.php:81 -#: ../../godmode/alerts/alert_list.php:201 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -msgid "Could not be enabled" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:192 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/godmode/policies/policy_modules.php:370 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../include/ajax/alert_list.ajax.php:90 -#: ../../godmode/users/user_list.php:203 -#: ../../godmode/alerts/alert_list.php:218 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -msgid "Successfully disabled" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:193 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/godmode/policies/policy_modules.php:370 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../include/ajax/alert_list.ajax.php:92 -#: ../../godmode/alerts/alert_list.php:218 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -msgid "Could not be disabled" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:244 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -msgid "Pandora FMS Metaconsole item edition" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:253 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "Auth token" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:255 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:258 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:328 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 -msgid "Console URL" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -msgid "" -"Complete path to Pandora console without last \"/\" character. Example " -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:329 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 -msgid "DB Host" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -msgid "DB Name" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -msgid "DB User" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -msgid "DB Password" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -msgid "Console User" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -msgid "Console Password" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:321 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -msgid "DB" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:322 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -msgid "API" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:323 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -msgid "Compatibility" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:324 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../include/functions_config.php:216 -msgid "Events replication" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:325 -msgid "Agent cache" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -#: ../../enterprise/extensions/check_acls.php:61 -#: ../../enterprise/extensions/check_acls.php:141 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 -#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275 -#: ../../godmode/users/user_list.php:413 -msgid "Admin" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:409 -msgid "There aren't server added to metaconsole" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:266 -#, php-format -msgid "Created %s component groups" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:271 -#, php-format -msgid "Error creating/updating %s/%s local components " -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:274 -#, php-format -msgid "Created/Updated %s/%s local components" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:279 -#, php-format -msgid "Error creating/updating %s/%s network components " -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:282 -#, php-format -msgid "Created/Updated %s/%s network components" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:303 -msgid "Synchronizing Components" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:264 -#, php-format -msgid "Error updating user %s" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:268 -#, php-format -msgid "Updated user %s" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:279 -#, php-format -msgid "Error creating user %s" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:283 -#, php-format -msgid "Created user %s" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:478 -#, php-format -msgid "" -"Error creating/updating the followings elements groups/profiles/user " -"profiles (%d/%d/%d)" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:483 -#, php-format -msgid "" -"The followings elements groups/profiles/user profiles were created/updated " -"sucessfully (%d/%d/%d)" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:501 -msgid "Synchronizing Users" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:511 -#: ../../include/functions_reporting.php:5643 -#: ../../operation/search_results.php:83 -#: ../../godmode/massive/massive_delete_profiles.php:104 -#: ../../godmode/massive/massive_add_profiles.php:90 -msgid "Users" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:523 -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 -msgid "Target" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:529 -#: ../../enterprise/meta/general/main_header.php:372 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 -#: ../../enterprise/godmode/policies/policy_alerts.php:509 -#: ../../enterprise/godmode/policies/policy_alerts.php:513 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 -#: ../../extensions/insert_data.php:163 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../godmode/gis_maps/configure_gis_map.php:578 -#: ../../godmode/alerts/configure_alert_template.php:584 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:469 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_edit_modules.php:255 -#: ../../godmode/massive/massive_edit_modules.php:296 -#: ../../general/header.php:201 -msgid "Select" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile mode" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile synchronization mode." -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:534 -msgid "New profile" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:536 -msgid "" -"The selected user profile will be added to the selected users into the target" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:537 -msgid "Copy profile" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:539 -msgid "" -"The target user profiles will be replaced with the source user profiles" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:555 -#: ../../godmode/menu.php:67 ../../godmode/users/profile_list.php:302 -msgid "Profiles" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:106 -msgid "General setup" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:109 -msgid "Passwords setup" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:70 -#: ../../enterprise/meta/advanced/metasetup.php:112 ../../godmode/menu.php:242 -#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:112 -msgid "Authentication" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:115 -msgid "Visual setup" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:118 -msgid "Performance setup" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:85 -#: ../../enterprise/meta/advanced/metasetup.php:121 ../../godmode/menu.php:313 -#: ../../godmode/setup/file_manager.php:30 -msgid "File manager" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:124 -msgid "Strings translation" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:95 -#: ../../enterprise/meta/advanced/metasetup.php:127 -msgid "Offline Update Manager" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.php:102 -msgid "Consoles setup" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#: ../../enterprise/meta/advanced/metasetup.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:51 -#, php-format -msgid "Could not be update: Error in %s" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:73 -msgid "Passwords" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -#: ../../enterprise/godmode/setup/setup.php:258 -msgid " Caracters" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/godmode/setup/setup.php:271 -msgid "Set 0 if never expire." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:102 -#: ../../enterprise/godmode/setup/setup.php:272 -msgid " Days" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:113 -#: ../../enterprise/godmode/setup/setup.php:281 -msgid " Minutes" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/godmode/setup/setup.php:285 -msgid "Two attempts minimum" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.password.php:118 -#: ../../enterprise/godmode/setup/setup.php:286 -msgid " Attempts" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:248 -#, php-format -msgid "Error creating %s policies" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:251 -#, php-format -msgid "Created %s policies" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:256 -#, php-format -msgid "Error creating/updating %s/%s policy modules" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:259 -#, php-format -msgid "Created/Updated %s/%s policy modules" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:264 -#, php-format -msgid "Error deleting %s policy modules" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:267 -#, php-format -msgid "Deleted %s policy modules" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:272 -#, php-format -msgid "Error creating %s policy alerts" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:275 -#, php-format -msgid "Created %s policy alerts" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:280 -#, php-format -msgid "Error deleting %s policy alerts" -msgstr "" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:283 -#, php-format -msgid "Deleted %s policy alerts" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:74 -#: ../../enterprise/meta/advanced/synchronizing.group.php:75 -#: ../../enterprise/meta/advanced/synchronizing.group.php:87 -#: ../../enterprise/meta/advanced/synchronizing.group.php:88 -msgid "Open for more details" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:78 -#, php-format -msgid "Error creating %s groups" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:91 -#, php-format -msgid "Error updating %s groups" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:100 -#: ../../enterprise/meta/advanced/synchronizing.group.php:101 -msgid "Open for more details in creation" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:106 -#: ../../enterprise/meta/advanced/synchronizing.group.php:107 -msgid "Open for more details in update" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:110 -#, php-format -msgid "Error creating/updating %s/%s groups" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:122 -#, php-format -msgid "Created/Updated %s/%s groups" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:129 -msgid "None update or create group" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:140 -msgid "Synchronizing Groups" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.php:39 -#: ../../godmode/servers/modificar_server.php:98 -msgid "Server deleted successfully" -msgstr "" - -#: ../../enterprise/meta/advanced/servers.php:42 -#: ../../godmode/servers/modificar_server.php:101 -msgid "There was a problem deleting the server" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 -#, php-format -msgid "Error creating/updating %s/%s comamnds" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 -#, php-format -msgid "Created/Updated %s/%s commands" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 -#, php-format -msgid "Error creating/updating %s/%s actions" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 -#, php-format -msgid "Created/Updated %s/%s actions" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 -#, php-format -msgid "Error creating/updating %s/%s templates" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 -#, php-format -msgid "Created/Updated %s/%s templates" -msgstr "" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 -msgid "Synchronizing Alerts" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:76 -msgid "Visual" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -#: ../../godmode/setup/setup_visuals.php:540 -msgid "Example" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:96 -#: ../../godmode/setup/setup_visuals.php:553 -msgid "Comparation in rollover" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:98 -#: ../../godmode/setup/setup_visuals.php:555 -msgid "Timestamp in rollover" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../operation/users/user_edit.php:263 -#: ../../godmode/users/configure_user.php:512 -#: ../../godmode/setup/setup_visuals.php:355 -msgid "Whether to use Javascript or static PNG graphs" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "The number of elements retrieved for each instance in some views." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:145 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 -#: ../../extensions/agents_modules.php:88 -#: ../../extensions/agents_alerts.php:80 ../../include/functions_html.php:711 -#: ../../include/functions.php:404 ../../include/functions.php:538 -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1158 -#: ../../include/functions_netflow.php:1166 -#: ../../include/functions_netflow.php:1190 -#: ../../godmode/snmpconsole/snmp_alert.php:832 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/setup/setup_visuals.php:599 -msgid "seconds" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:146 -#: ../../enterprise/extensions/vmware/functions.php:21 -#: ../../enterprise/extensions/vmware/functions.php:22 -#: ../../enterprise/extensions/vmware/functions.php:23 -#: ../../include/functions_html.php:712 ../../include/functions.php:408 -#: ../../include/functions.php:542 ../../godmode/setup/setup_visuals.php:600 -msgid "minutes" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:147 -#: ../../include/functions_html.php:713 ../../include/functions.php:409 -#: ../../include/functions.php:543 ../../godmode/setup/setup_visuals.php:601 -msgid "hours" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:148 -#: ../../include/functions_html.php:714 ../../include/functions.php:405 -#: ../../include/functions.php:539 ../../godmode/db/db_main.php:82 -#: ../../godmode/db/db_main.php:88 ../../godmode/setup/setup_visuals.php:602 -msgid "days" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../include/functions_html.php:716 ../../include/functions.php:406 -#: ../../include/functions.php:540 ../../godmode/setup/setup_visuals.php:603 -msgid "months" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:150 -#: ../../include/functions_html.php:717 ../../include/functions.php:407 -#: ../../include/functions.php:541 ../../godmode/setup/setup_visuals.php:604 -msgid "years" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:151 -#: ../../godmode/setup/setup_visuals.php:605 -msgid "Add new custom value to intervals" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:405 -msgid "Custom report front page" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:407 -msgid "" -"Custom report front page. It will be applied to all reports and templates by " -"default." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../include/functions_config.php:484 -#: ../../godmode/setup/setup_visuals.php:525 -msgid "Show the group name instead the group icon." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:219 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../godmode/setup/setup_visuals.php:460 -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 "" - -#: ../../enterprise/meta/advanced/metasetup.performance.php:73 -#: ../../godmode/menu.php:245 ../../godmode/setup/setup.php:86 -#: ../../godmode/setup/setup.php:116 -msgid "Performance" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "redirected ip server in conf into source DB" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "created agent in destination DB" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 -msgid "created agent modules in destination DB" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 -msgid "created agent alerts in destination DB" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 -msgid "created alerts actions in destination DB" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 -msgid "disabled agent in source DB" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 -msgid "" -"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " -"Console." -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Successfully moved" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Could not be moved" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 -msgid "Move Agents" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 -msgid "Source Server" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 -msgid "Destination Server" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 -msgid "Group filter" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -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 "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Create group if doesn’t exist in destination" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Based on name" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 -msgid "Add agents to destination server" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 -msgid "Remove agents to doesn't move to destination server" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 -msgid "Move" -msgstr "" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 -msgid "Please choose other server." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../godmode/users/configure_user.php:529 -#: ../../godmode/alerts/alert_commands.php:142 -#: ../../godmode/alerts/alert_commands.php:152 -#: ../../godmode/alerts/configure_alert_template.php:735 -#: ../../godmode/modules/manage_network_components_form_common.php:57 -msgid "Basic" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:103 -#: ../../godmode/setup/setup_general.php:66 -msgid "Database" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:109 -#: ../../godmode/setup/setup_general.php:74 -msgid "" -"If SSL is not properly configured you will lose access to Pandora FMS " -"Console. Do you want to continue?" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../godmode/setup/setup_general.php:77 -msgid "Directory where temporary data is stored." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:120 -#: ../../godmode/setup/setup_general.php:182 -msgid "Africa" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:121 -#: ../../godmode/setup/setup_general.php:182 -msgid "America" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:122 -#: ../../godmode/setup/setup_general.php:182 -msgid "Antarctica" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:123 -#: ../../godmode/setup/setup_general.php:182 -msgid "Arctic" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:124 -#: ../../godmode/setup/setup_general.php:182 -msgid "Asia" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:125 -#: ../../godmode/setup/setup_general.php:182 -msgid "Atlantic" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:126 -#: ../../godmode/setup/setup_general.php:182 -msgid "Australia" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:127 -#: ../../godmode/setup/setup_general.php:182 -msgid "Europe" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:128 -#: ../../godmode/setup/setup_general.php:182 -msgid "Indian" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:129 -#: ../../godmode/setup/setup_general.php:182 -msgid "Pacific" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:130 -#: ../../godmode/setup/setup_general.php:182 -msgid "UTC" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -#: ../../godmode/setup/setup_general.php:207 -msgid "Change timezone" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:156 -#: ../../godmode/setup/setup_general.php:229 -msgid "" -"Set this value when your PandoraFMS across inverse proxy or for example with " -"mod_proxy of Apache." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../include/functions_config.php:605 -#: ../../godmode/setup/setup_netflow.php:61 -msgid "Disable custom live view filters" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../godmode/setup/setup_netflow.php:62 -msgid "" -"Disable the definition of custom filters in the live view. Only existing " -"filters can be used." -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:164 -msgid "Customize sections" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:186 -msgid "Disabled sections" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -msgid "Enabled sections" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:194 -msgid "Push selected sections to enable it" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:198 -msgid "Pop selected sections to disable it" -msgstr "" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:210 -#: ../../godmode/setup/setup_general.php:90 -msgid "Please be careful if you put a password put https access." -msgstr "" - -#: ../../enterprise/meta/general/logon_ok.php:32 -msgid "Network traffic" -msgstr "" - -#: ../../enterprise/meta/general/logon_ok.php:48 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 -#: ../../operation/menu.php:229 ../../operation/reporting/graph_viewer.php:160 -#: ../../operation/reporting/graph_viewer.php:277 -#: ../../operation/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../operation/reporting/reporting_viewer.php:128 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/graphs.php:71 -#: ../../godmode/reporting/reporting_builder.php:356 -#: ../../godmode/reporting/reporting_builder.php:361 -#: ../../godmode/reporting/reporting_builder.php:365 -#: ../../godmode/reporting/reporting_builder.php:1793 -#: ../../godmode/reporting/reporting_builder.php:1798 -#: ../../godmode/reporting/reporting_builder.php:1802 -#: ../../godmode/reporting/reporting_builder.php:1862 -#: ../../godmode/reporting/reporting_builder.php:1867 -#: ../../godmode/reporting/reporting_builder.php:1870 -msgid "Reporting" -msgstr "" - -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/meta/general/main_header.php:78 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/operation/services/services.list.php:38 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../operation/menu.php:31 -msgid "Monitoring" -msgstr "" - -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1745 -msgid "Topology" -msgstr "" - -#: ../../enterprise/meta/general/logon_ok.php:64 -#: ../../enterprise/meta/general/main_header.php:231 -#: ../../enterprise/meta/general/main_header.php:302 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 -#: ../../enterprise/godmode/modules/configure_local_component.php:150 -#: ../../operation/netflow/nf_live_view.php:305 -#: ../../godmode/users/configure_user.php:530 -#: ../../godmode/alerts/alert_commands.php:145 -#: ../../godmode/alerts/alert_commands.php:155 -#: ../../godmode/alerts/configure_alert_template.php:736 -#: ../../godmode/netflow/nf_edit_form.php:208 -#: ../../godmode/modules/manage_network_components_form_common.php:58 -msgid "Advanced" -msgstr "" - -#: ../../enterprise/meta/general/noaccess.php:17 -msgid "Back to login" -msgstr "" - -#: ../../enterprise/meta/general/noaccess.php:24 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../mobile/index.php:205 ../../mobile/operation/groups.php:51 -#: ../../mobile/operation/agent.php:58 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/module_graph.php:269 -#: ../../mobile/operation/modules.php:173 -#: ../../mobile/operation/tactical.php:68 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/events.php:425 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../mobile/operation/agents.php:145 ../../general/noaccess.php:18 -#: ../../general/noaccess.php:21 -msgid "You don't have access to this page" -msgstr "" - -#: ../../enterprise/meta/general/noaccess.php:28 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../general/noaccess.php:31 -msgid "No access" -msgstr "" - -#: ../../enterprise/meta/general/noaccess.php:33 -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 "" - -#: ../../enterprise/meta/general/main_header.php:84 -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -msgid "Tree view" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:94 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:99 -#: ../../operation/agentes/alerts_status.php:129 -msgid "Alerts view" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:104 -msgid "Monitors view" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:140 -msgid "Create new report" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:153 -msgid "Report templates" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:160 -#: ../../enterprise/include/functions_reporting.php:64 -msgid "Templates wizard" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:166 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/operation/services/services.list.php:38 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/operation/services/services.service_map.php:110 -#: ../../enterprise/godmode/menu.php:79 -#: ../../enterprise/godmode/services/services.elements.php:122 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../enterprise/godmode/services/services.service.php:198 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:159 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../general/firts_task/service_list.php:25 -msgid "Services" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:181 -#: ../../mobile/operation/home.php:98 -msgid "Networkmap" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:188 -#: ../../enterprise/include/functions_enterprise.php:270 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../general/firts_task/map_builder.php:29 -msgid "Visual Console" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:198 -#: ../../enterprise/include/functions_enterprise.php:267 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 -#: ../../include/functions_reports.php:635 -#: ../../include/functions_reports.php:637 -#: ../../include/functions_reports.php:639 -#: ../../include/functions_reports.php:641 -#: ../../include/functions_reports.php:643 ../../godmode/menu.php:253 -#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:125 -msgid "Netflow" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:204 -msgid "Live view" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:213 -#: ../../enterprise/meta/event/custom_events.php:65 -#: ../../enterprise/meta/event/custom_events.php:80 -#: ../../godmode/events/events.php:63 ../../godmode/events/events.php:78 -#: ../../godmode/reporting/reporting_builder.list_items.php:178 -msgid "Filters" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:247 -msgid "Agent management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:252 -#: ../../enterprise/godmode/modules/local_components.php:89 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../godmode/modules/manage_nc_groups.php:40 -#: ../../godmode/modules/manage_network_components.php:41 -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/module_list.php:28 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:257 -msgid "Alert management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:262 -#: ../../enterprise/godmode/menu.php:121 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -msgid "Event alerts" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:267 -msgid "Tag management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:272 -msgid "Policy management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:277 -msgid "Category management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:282 -msgid "Server management" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:287 -#: ../../godmode/menu.php:267 -msgid "License" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:292 -msgid "Metasetup" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:113 ../../general/header.php:121 -msgid "All systems" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../general/header.php:113 -msgid "Down" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:339 -#: ../../general/header.php:117 -msgid "servers down" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:121 -msgid "Ready" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:353 -#: ../../mobile/include/user.class.php:280 -#: ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 ../../mobile/operation/home.php:144 -#: ../../general/header.php:267 -msgid "Logout" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:368 -#: ../../general/header.php:192 -msgid "Configure autorefresh" -msgstr "" - -#: ../../enterprise/meta/general/main_header.php:385 -#: ../../enterprise/meta/general/main_header.php:395 -#: ../../general/header.php:219 -msgid "Disabled autorefresh" -msgstr "" - -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 -msgid "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
" -msgstr "" - -#: ../../enterprise/meta/general/footer.php:26 -#, php-format -msgid "® Ártica soluciones Pandora FMS %s - Build %s" -msgstr "" - -#: ../../enterprise/meta/general/footer.php:27 ../../general/footer.php:32 -msgid "Page generated at" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:27 -msgid "Go to pandorafms.com" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:29 -msgid "Pandora Help" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:30 -#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 -msgid "Support" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:33 -msgid "Go to Pandora FMS Wiki" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:35 -msgid "Pandora Support" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:36 -#: ../../enterprise/godmode/modules/configure_local_component.php:431 -#: ../../include/functions_ui.php:1068 ../../godmode/servers/plugin.php:423 -#: ../../godmode/servers/recon_script.php:183 ../../general/login_page.php:82 -msgid "Help" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:76 -#: ../../mobile/include/user.class.php:250 ../../general/login_page.php:127 -msgid "Login" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:82 -msgid "Monitor all your systems with a single tool" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:90 -#: ../../general/login_page.php:181 -msgid "Build" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:94 -#: ../../enterprise/meta/general/login_page.php:103 -#: ../../general/login_page.php:194 -msgid "Login failed" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:116 -msgid "Login off" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:121 -#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:133 -msgid "" -"Your session is over. Please close your browser window to close this Pandora " -"session." -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:147 -msgid "" -"In order to have the best user experience with Pandora FMS, we strongly " -"recommend to use" -msgstr "" - -#: ../../enterprise/meta/general/login_page.php:148 -msgid "" -"Mozilla Firefox or Google Chrome browsers." -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../operation/menu.php:267 ../../godmode/users/configure_profile.php:298 -msgid "View events" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:43 -#: ../../godmode/events/event_filter.php:173 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/netflow/nf_edit_form.php:182 -#: ../../godmode/netflow/nf_edit.php:167 -msgid "Create filter" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:48 ../../godmode/menu.php:185 -#: ../../godmode/events/events.php:46 -msgid "Event responses" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:53 -#: ../../enterprise/meta/event/custom_events.php:58 -#: ../../enterprise/meta/event/custom_events.php:69 -#: ../../enterprise/meta/event/custom_events.php:83 -#: ../../include/functions_events.php:2043 -#: ../../operation/agentes/ver_agente.php:891 -#: ../../operation/agentes/ver_agente.php:1028 ../../godmode/menu.php:40 -#: ../../godmode/events/events.php:51 ../../godmode/events/events.php:56 -#: ../../godmode/events/events.php:67 -#: ../../godmode/agentes/agent_manager.php:433 -#: ../../godmode/massive/massive_edit_agents.php:439 -msgid "Custom fields" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:73 -#: ../../include/ajax/events.php:305 ../../godmode/events/events.php:71 -msgid "Responses" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:89 -msgid "The user is not in neither group with EW profile" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:114 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:101 -#: ../../enterprise/godmode/policies/policy_agents.php:226 -#: ../../enterprise/godmode/policies/policy_agents.php:234 -#: ../../operation/events/events_list.php:218 -#: ../../godmode/reporting/graph_builder.graph_editor.php:138 -msgid "Filter group" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:154 -msgid "Fields" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:169 -#: ../../godmode/events/custom_events.php:181 -msgid "Fields available" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:171 -#: ../../godmode/events/custom_events.php:193 -msgid "Fields selected" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:178 -#: ../../godmode/events/custom_events.php:185 -msgid "Add fields to select" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:183 -#: ../../godmode/events/custom_events.php:189 -msgid "Delete fields to select" -msgstr "" - -#: ../../enterprise/meta/event/custom_events.php:191 -#: ../../godmode/events/custom_events.php:131 -msgid "Show event fields" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:46 -#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:294 -#: ../../operation/agentes/group_view.php:66 -msgid "Group view" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:92 -msgid "Summary by status" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:100 -msgid "% Agents Unknown" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:101 -msgid "% Agents not init" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:104 -msgid "% Monitors Critical" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:105 -msgid "% Monitors Warning" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:106 -msgid "% Monitors OK" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:107 -msgid "% Monitors Unknown" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:108 -msgid "% Monitors Not init" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:140 -msgid "Group or Tag" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:141 -#: ../../enterprise/include/functions_inventory.php:322 -#: ../../enterprise/include/functions_reporting_pdf.php:660 -#: ../../enterprise/include/functions_reporting_pdf.php:675 -#: ../../enterprise/operation/agentes/agent_inventory.php:230 -#: ../../include/functions_reporting_html.php:1007 -#: ../../include/functions_reporting_html.php:1022 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/group_view.php:147 ../../operation/tree.php:273 -#: ../../godmode/db/db_event.php:61 ../../godmode/db/db_audit.php:80 -msgid "Total" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:143 -#: ../../enterprise/meta/monitoring/group_view.php:146 -#: ../../enterprise/meta/monitoring/tactical.php:263 -#: ../../enterprise/include/functions_reporting_pdf.php:680 -#: ../../mobile/operation/groups.php:110 ../../mobile/operation/groups.php:112 -#: ../../mobile/operation/modules.php:44 -#: ../../include/functions_graph.php:1820 -#: ../../include/functions_groups.php:782 -#: ../../include/functions_groups.php:784 -#: ../../include/functions_groups.php:786 -#: ../../include/functions_groups.php:787 -#: ../../include/functions_groups.php:788 -#: ../../include/functions_reporting_html.php:1032 -#: ../../operation/agentes/group_view.php:149 -#: ../../operation/agentes/estado_agente.php:187 -#: ../../operation/agentes/tactical.php:153 -#: ../../operation/agentes/status_monitor.php:423 ../../operation/tree.php:135 -#: ../../operation/tree.php:160 ../../operation/tree.php:298 -#: ../../godmode/massive/massive_delete_agents.php:118 -#: ../../godmode/massive/massive_delete_modules.php:458 -#: ../../godmode/massive/massive_copy_modules.php:82 -#: ../../godmode/massive/massive_copy_modules.php:195 -#: ../../godmode/massive/massive_edit_agents.php:219 -#: ../../godmode/massive/massive_edit_modules.php:318 -msgid "Not init" -msgstr "" - -#: ../../enterprise/meta/monitoring/group_view.php:147 -#: ../../enterprise/meta/monitoring/tactical.php:261 -#: ../../enterprise/include/functions_services.php:1258 -#: ../../enterprise/include/functions_reporting_pdf.php:676 -#: ../../mobile/operation/groups.php:114 ../../mobile/operation/groups.php:116 -#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 -#: ../../include/functions_graph.php:1816 -#: ../../include/functions_graph.php:2870 -#: ../../include/functions_graph.php:2871 -#: ../../include/functions_graph.php:4760 -#: ../../include/functions_groups.php:791 -#: ../../include/functions_groups.php:793 -#: ../../include/functions_groups.php:795 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_groups.php:797 -#: ../../include/functions_groups.php:805 ../../include/functions.php:845 -#: ../../include/functions.php:1049 ../../include/functions.php:1056 -#: ../../include/functions.php:1086 -#: ../../include/functions_reporting_html.php:1024 -#: ../../include/functions_events.php:1471 -#: ../../operation/agentes/estado_monitores.php:425 -#: ../../operation/agentes/group_view.php:152 -#: ../../operation/agentes/estado_agente.php:182 #: ../../operation/agentes/tactical.php:151 -#: ../../operation/agentes/status_monitor.php:418 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/estado_monitores.php:432 +#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132 +#: ../../operation/tree.php:157 ../../operation/tree.php:288 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../enterprise/operation/agentes/transactional_map.php:207 +#: ../../enterprise/operation/services/services.service.php:127 +#: ../../enterprise/operation/services/services.service.php:179 +#: ../../enterprise/operation/services/services.service_map.php:117 +#: ../../enterprise/operation/services/services.list.php:150 +#: ../../enterprise/operation/services/services.list.php:319 +#: ../../enterprise/operation/services/services.list.php:388 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 +#: ../../enterprise/godmode/services/services.service.php:263 +#: ../../enterprise/meta/monitoring/tactical.php:279 +#: ../../enterprise/meta/monitoring/group_view.php:153 +#: ../../enterprise/meta/include/functions_wizard_meta.php:835 +#: ../../enterprise/meta/include/functions_wizard_meta.php:921 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1122 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1142 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1338 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1535 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1555 +#: ../../enterprise/include/functions_services.php:1267 +#: ../../enterprise/include/functions_reporting_pdf.php:678 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../enterprise/dashboard/widgets/tree_view.php:54 +#: ../../enterprise/dashboard/widgets/tree_view.php:67 +#: ../../enterprise/dashboard/widgets/tree_view.php:211 +#: ../../enterprise/dashboard/widgets/service_map.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1344 +#: ../../godmode/servers/manage_recontask_form.php:188 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/massive/massive_edit_agents.php:215 +#: ../../godmode/massive/massive_edit_agents.php:388 +#: ../../godmode/massive/massive_copy_modules.php:78 +#: ../../godmode/massive/massive_copy_modules.php:191 +#: ../../godmode/massive/massive_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/setup/setup_netflow.php:70 ../../include/functions.php:874 +#: ../../include/functions.php:1077 ../../include/functions.php:1080 +#: ../../include/functions.php:1115 ../../include/functions_events.php:1475 +#: ../../include/functions_graph.php:2076 +#: ../../include/functions_graph.php:3171 +#: ../../include/functions_graph.php:3172 +#: ../../include/functions_graph.php:5071 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:1988 +#: ../../include/functions_reporting_html.php:1076 +#: ../../include/functions_groups.php:830 +#: ../../include/functions_groups.php:832 +#: ../../include/functions_groups.php:834 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_groups.php:836 +#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 +msgid "Warning" +msgstr "" + +#: ../../operation/agentes/tactical.php:152 +#: ../../operation/agentes/status_monitor.php:298 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/estado_monitores.php:430 #: ../../operation/netflow/nf_live_view.php:304 ../../operation/tree.php:131 #: ../../operation/tree.php:156 ../../operation/tree.php:303 +#: ../../enterprise/meta/monitoring/tactical.php:280 +#: ../../enterprise/meta/monitoring/group_view.php:152 +#: ../../enterprise/include/functions_services.php:1258 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../enterprise/dashboard/widgets/tree_view.php:53 +#: ../../enterprise/dashboard/widgets/tree_view.php:66 +#: ../../enterprise/dashboard/widgets/tree_view.php:226 #: ../../godmode/netflow/nf_edit_form.php:207 #: ../../godmode/massive/massive_delete_agents.php:113 -#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../godmode/massive/massive_edit_agents.php:214 #: ../../godmode/massive/massive_copy_modules.php:77 #: ../../godmode/massive/massive_copy_modules.php:190 -#: ../../godmode/massive/massive_edit_agents.php:214 -#: ../../godmode/massive/massive_edit_modules.php:313 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../include/functions.php:871 ../../include/functions.php:1075 +#: ../../include/functions.php:1082 ../../include/functions.php:1112 +#: ../../include/functions_events.php:1472 +#: ../../include/functions_graph.php:2077 +#: ../../include/functions_graph.php:3163 +#: ../../include/functions_graph.php:3164 +#: ../../include/functions_graph.php:5068 +#: ../../include/functions_reporting_html.php:1072 +#: ../../include/functions_groups.php:821 +#: ../../include/functions_groups.php:823 +#: ../../include/functions_groups.php:825 +#: ../../include/functions_groups.php:826 +#: ../../include/functions_groups.php:827 +#: ../../include/functions_groups.php:835 +#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 msgid "Normal" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" +#: ../../operation/agentes/tactical.php:153 +#: ../../operation/agentes/pandora_networkmap.view.php:245 +#: ../../operation/agentes/status_monitor.php:301 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/estado_monitores.php:433 +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 +#: ../../enterprise/operation/agentes/transactional_map.php:213 +#: ../../enterprise/operation/agentes/transactional_map.php:250 +#: ../../enterprise/operation/services/services.service.php:184 +#: ../../enterprise/operation/services/services.service_map.php:119 +#: ../../enterprise/operation/services/services.list.php:152 +#: ../../enterprise/operation/services/services.list.php:394 +#: ../../enterprise/extensions/cron/functions.php:190 +#: ../../enterprise/meta/monitoring/tactical.php:281 +#: ../../enterprise/meta/monitoring/group_view.php:146 +#: ../../enterprise/meta/monitoring/group_view.php:150 +#: ../../enterprise/include/functions_reporting_csv.php:819 +#: ../../enterprise/include/functions_reporting_csv.php:848 +#: ../../enterprise/include/functions_reporting.php:1162 +#: ../../enterprise/include/functions_reporting.php:1251 +#: ../../enterprise/include/functions_reporting.php:1625 +#: ../../enterprise/include/functions_reporting.php:1781 +#: ../../enterprise/include/functions_reporting.php:2293 +#: ../../enterprise/include/functions_reporting.php:3105 +#: ../../enterprise/include/functions_reporting.php:3436 +#: ../../enterprise/include/functions_reporting_pdf.php:323 +#: ../../enterprise/include/functions_reporting_pdf.php:661 +#: ../../enterprise/include/functions_reporting_pdf.php:679 +#: ../../enterprise/include/functions_reporting_pdf.php:1631 +#: ../../enterprise/include/functions_reporting_pdf.php:1660 +#: ../../enterprise/include/functions_reporting_pdf.php:1724 +#: ../../enterprise/include/functions_reporting_pdf.php:1817 +#: ../../enterprise/include/functions_reporting_pdf.php:2057 +#: ../../enterprise/include/functions_reporting_pdf.php:2092 +#: ../../enterprise/dashboard/widgets/events_list.php:185 +#: ../../enterprise/dashboard/widgets/tree_view.php:56 +#: ../../enterprise/dashboard/widgets/tree_view.php:69 +#: ../../enterprise/dashboard/widgets/tree_view.php:216 +#: ../../enterprise/dashboard/widgets/service_map.php:87 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:330 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../include/functions_visual_map.php:1159 +#: ../../include/functions_visual_map.php:1177 +#: ../../include/functions_visual_map.php:1190 +#: ../../include/functions_visual_map.php:1203 +#: ../../include/functions_alerts.php:574 +#: ../../include/functions_reports.php:426 ../../include/functions.php:1030 +#: ../../include/graphs/functions_flot.php:427 +#: ../../include/functions_maps.php:46 ../../include/functions_events.php:1399 +#: ../../include/functions_events.php:2742 ../../include/ajax/module.php:799 +#: ../../include/functions_reporting.php:2997 +#: ../../include/functions_reporting.php:3203 +#: ../../include/functions_reporting.php:4546 +#: ../../include/functions_reporting.php:4547 +#: ../../include/functions_reporting.php:4548 +#: ../../include/functions_reporting.php:4549 +#: ../../include/functions_reporting.php:4550 +#: ../../include/functions_reporting.php:4551 +#: ../../include/functions_graph.php:774 +#: ../../include/functions_graph.php:2078 +#: ../../include/functions_graph.php:3842 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 +#: ../../include/functions_reporting_html.php:363 +#: ../../include/functions_reporting_html.php:390 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1078 +#: ../../include/functions_reporting_html.php:1503 +#: ../../include/functions_reporting_html.php:1665 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_groups.php:803 +#: ../../include/functions_groups.php:805 +#: ../../include/functions_groups.php:807 +#: ../../include/functions_groups.php:808 +#: ../../include/functions_groups.php:809 +#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 +msgid "Unknown" +msgstr "" + +#: ../../operation/agentes/tactical.php:154 +#: ../../operation/agentes/status_monitor.php:303 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../operation/agentes/group_view.php:167 ../../operation/tree.php:135 +#: ../../operation/tree.php:160 ../../operation/tree.php:298 +#: ../../enterprise/meta/monitoring/tactical.php:282 +#: ../../enterprise/meta/monitoring/group_view.php:147 +#: ../../enterprise/meta/monitoring/group_view.php:151 +#: ../../enterprise/include/functions_reporting_pdf.php:680 +#: ../../enterprise/dashboard/widgets/tree_view.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:70 +#: ../../enterprise/dashboard/widgets/tree_view.php:221 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_edit_modules.php:301 +#: ../../godmode/massive/massive_edit_modules.php:332 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../include/functions_graph.php:2081 +#: ../../include/functions_reporting_html.php:1080 +#: ../../include/functions_groups.php:812 +#: ../../include/functions_groups.php:814 +#: ../../include/functions_groups.php:816 +#: ../../include/functions_groups.php:817 +#: ../../include/functions_groups.php:818 +#: ../../mobile/operation/modules.php:44 +msgid "Not init" +msgstr "" + +#: ../../operation/agentes/tactical.php:193 +#: ../../include/functions_events.php:866 +msgid "Latest events" +msgstr "" + +#: ../../operation/agentes/tactical.php:208 +#: ../../operation/events/event_statistics.php:37 +#: ../../include/functions_events.php:1011 +msgid "Event graph" +msgstr "" + +#: ../../operation/agentes/tactical.php:214 +#: ../../operation/events/event_statistics.php:61 +#: ../../include/functions_events.php:1016 +msgid "Event graph by agent" +msgstr "" + +#: ../../operation/agentes/graphs.php:86 +msgid "Other modules" +msgstr "" + +#: ../../operation/agentes/graphs.php:91 +msgid "Modules network no proc" +msgstr "" + +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/exportdata.php:274 +#: ../../operation/agentes/estado_agente.php:520 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 ../../operation/tree.php:73 +#: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 +#: ../../extensions/agents_modules.php:195 +#: ../../enterprise/operation/services/services.service_map.php:130 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:309 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:430 +#: ../../enterprise/godmode/policies/policy_modules.php:347 +#: ../../enterprise/godmode/policies/policies.php:341 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:788 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 +#: ../../enterprise/meta/monitoring/group_view.php:99 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 +#: ../../enterprise/meta/advanced/servers.build_table.php:63 +#: ../../enterprise/meta/agentsearch.php:96 +#: ../../enterprise/meta/include/functions_wizard_meta.php:305 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 +#: ../../enterprise/include/functions_policies.php:3208 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:683 +#: ../../enterprise/dashboard/widgets/top_n.php:332 +#: ../../enterprise/dashboard/widgets/tree_view.php:37 +#: ../../enterprise/dashboard/widgets/service_map.php:98 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1017 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 +#: ../../godmode/reporting/visual_console_builder.wizard.php:267 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/agentes/modificar_agente.php:570 +#: ../../godmode/agentes/configurar_agente.php:277 +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:757 +#: ../../godmode/agentes/planned_downtime.editor.php:830 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 +#: ../../godmode/servers/servers.build_table.php:68 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_edit_modules.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/db/db_refine.php:95 ../../include/functions_reports.php:555 +#: ../../include/functions_reports.php:557 +#: ../../include/functions_reports.php:559 +#: ../../include/functions_reports.php:561 +#: ../../include/functions_reports.php:563 +#: ../../include/functions_reports.php:565 +#: ../../include/functions_reports.php:567 +#: ../../include/functions_reporting_html.php:832 +#: ../../include/functions_reporting_html.php:2500 +#: ../../mobile/operation/modules.php:186 ../../mobile/operation/agents.php:79 +#: ../../mobile/operation/agents.php:326 ../../mobile/operation/agents.php:327 +#: ../../mobile/operation/home.php:64 ../../mobile/operation/agent.php:205 +msgid "Modules" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:272 -msgid "Report of state" +#: ../../operation/agentes/graphs.php:132 +#: ../../operation/agentes/stat_win.php:309 +#: ../../operation/agentes/exportdata.php:309 +#: ../../operation/agentes/interface_traffic_graph_win.php:225 +#: ../../mobile/operation/module_graph.php:454 +msgid "Begin date" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:301 -msgid "Report of events" +#: ../../operation/agentes/graphs.php:140 +#: ../../operation/agentes/stat_win.php:340 +msgid "Show events" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:306 -msgid "Info of state in events" +#: ../../operation/agentes/graphs.php:142 +#: ../../operation/agentes/stat_win.php:357 +msgid "Show alerts" msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:322 -msgid "More events" +#: ../../operation/agentes/graphs.php:143 +msgid "the combined graph does not show the alerts into this graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 -#: ../../enterprise/godmode/alerts/alert_events.php:552 -#: ../../godmode/alerts/configure_alert_template.php:781 -#: ../../godmode/alerts/configure_alert_template.php:785 -msgid "Next" +#: ../../operation/agentes/graphs.php:145 +msgid "Show as one combined graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../godmode/alerts/configure_alert_template.php:774 -msgid "Finish" +#: ../../operation/agentes/graphs.php:147 +msgid "one combined graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 -msgid "The alert you are trying to add is already in the list of alerts" +#: ../../operation/agentes/graphs.php:150 +msgid "several graphs for each module" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 -#: ../../include/functions_events.php:1716 -msgid "New" +#: ../../operation/agentes/graphs.php:157 +msgid "Save as custom graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -msgid "Please, select a module" +#: ../../operation/agentes/graphs.php:163 +msgid "Filter graphs" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 -msgid "Please, select an alert" +#: ../../operation/agentes/graphs.php:163 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../enterprise/godmode/policies/policy_queue.php:277 +#: ../../enterprise/godmode/policies/policy_queue.php:364 +#: ../../godmode/snmpconsole/snmp_alert.php:913 +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Toggle filter(s)" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 -msgid "Please, select an agent" +#: ../../operation/agentes/graphs.php:210 +msgid "There was an error loading the graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/operation/log/log_viewer.php:244 -#: ../../enterprise/godmode/policies/policy_modules.php:1125 -#: ../../extensions/system_info.php:495 -#: ../../operation/reporting/reporting_viewer.php:237 -#: ../../godmode/massive/massive_copy_modules.php:164 -#: ../../general/ui/agents_list.php:121 -msgid "Loading" +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 -msgid "String" +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:178 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:149 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:628 +#: ../../enterprise/include/ajax/transactional.ajax.php:83 +#: ../../enterprise/dashboard/main_dashboard.php:297 +#: ../../godmode/reporting/visual_console_builder.data.php:160 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../godmode/setup/snmp_wizard.php:104 +msgid "Save" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 -#: ../../godmode/agentes/configurar_agente.php:181 -#: ../../godmode/agentes/configurar_agente.php:704 -msgid "No agent name specified" +#: ../../operation/agentes/graphs.php:243 +msgid "Save custom graph" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 -msgid "Another agent already exists with the same name" +#: ../../operation/agentes/graphs.php:264 +msgid "Custom graph create from the tab graphs in the agent." msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 -msgid "Can't connect to Pandora FMS instance" +#: ../../operation/agentes/ehorus.php:30 +msgid "Missing agent id" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 -#: ../../godmode/agentes/module_manager_editor_common.php:338 -#: ../../godmode/agentes/module_manager_editor_common.php:341 -#, php-format -msgid "Agent interval x %s" +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 -#: ../../operation/snmpconsole/snmp_view.php:572 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../operation/agentes/estado_agente.php:573 -#: ../../godmode/agentes/modificar_agente.php:580 -msgid "Create agent" +#: ../../operation/agentes/ehorus.php:80 +msgid "There was an error retrieving an authorization token" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -#: ../../godmode/menu.php:33 -msgid "Manage agents" +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +msgid "There was an error processing the response" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 -msgid "Select the agent to be edited or deleted" +#: ../../operation/agentes/ehorus.php:116 +msgid "There was an error retrieving the agent data" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 -#: ../../mobile/operation/groups.php:67 ../../mobile/operation/agent.php:100 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/module_graph.php:370 -#: ../../mobile/operation/module_graph.php:379 -#: ../../mobile/operation/modules.php:190 -#: ../../mobile/operation/tactical.php:85 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/alerts.php:158 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/events.php:563 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../mobile/operation/agents.php:162 -msgid "Back" +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -msgid "Create module" +#: ../../operation/agentes/ehorus.php:136 +msgid "Launch" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 -msgid "Manage modules" +#: ../../operation/agentes/ehorus.php:142 +msgid "The connection was lost and the authorization token was expired" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 -msgid "Select the agent where the module will be created" +#: ../../operation/agentes/ehorus.php:144 +msgid "Reload the page to request a new authorization token" msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 -msgid "Create Module" +#: ../../operation/agentes/pandora_networkmap.view.php:111 +msgid "Success be updated." msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 -msgid "Select the module to be edited or deleted" +#: ../../operation/agentes/pandora_networkmap.view.php:114 +#: ../../enterprise/extensions/ipam/ipam_action.php:190 +msgid "Could not be updated." msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 -#: ../../godmode/snmpconsole/snmp_alert.php:76 -msgid "Create alert" +#: ../../operation/agentes/pandora_networkmap.view.php:227 +msgid "Name: " msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 -#: ../../godmode/users/configure_profile.php:280 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -msgid "Manage alerts" +#: ../../operation/agentes/pandora_networkmap.view.php:258 +#: ../../operation/agentes/status_monitor.php:1031 +msgid "(Adopt) " msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 -msgid "Select the module where the alert will be created" +#: ../../operation/agentes/pandora_networkmap.view.php:268 +#: ../../operation/agentes/status_monitor.php:1041 +msgid "(Unlinked) (Adopt) " msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 -msgid "Select the alert to be edited or deleted" +#: ../../operation/agentes/pandora_networkmap.view.php:272 +#: ../../operation/agentes/status_monitor.php:1045 +msgid "(Unlinked) " msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:290 -#: ../../include/functions_reports.php:631 -#: ../../include/functions_reports.php:633 ../../godmode/menu.php:92 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/setup/setup.php:130 -msgid "Configuration" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -msgid "Advanced configuration" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 -#: ../../include/functions_graph.php:791 -#: ../../include/functions_graph.php:3606 -msgid "Previous" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 -msgid "Invalid characters founded in module name" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -#: ../../mobile/include/functions_web.php:23 -#: ../../include/functions_reporting_html.php:2195 -#: ../../include/functions_reporting_html.php:2335 -msgid "Monitor" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 -msgid "Web check" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 -msgid "Step by step wizard" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 -msgid "Click Create to continue" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 -msgid "Please, set a name" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 -msgid "Please, set an interval" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" -msgstr "" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 -msgid "Please, set a valid IP address" -msgstr "" - -#: ../../enterprise/extensions/translate_string.php:165 -#: ../../enterprise/extensions/translate_string.php:326 -msgid "Translate string" -msgstr "" - -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:298 -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -msgid "Operation view" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:282 -msgid "Subnetworks calculator" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:189 -#: ../../enterprise/extensions/ipam/ipam_list.php:98 -msgid "Manage addresses" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:197 -#: ../../godmode/massive/massive_operations.php:207 -msgid "Massive operations" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:205 -#: ../../enterprise/extensions/ipam/ipam_list.php:101 -msgid "Addresses view" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:225 -#: ../../enterprise/extensions/ipam.php:290 -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -msgid "Administration view" -msgstr "" - -#: ../../enterprise/extensions/ipam.php:238 -#: ../../enterprise/extensions/ipam.php:306 -#: ../../enterprise/extensions/ipam.php:328 -#: ../../enterprise/extensions/ipam.php:329 -msgid "IPAM" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:16 -msgid "ACL users for this agent" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:44 -#: ../../enterprise/extensions/check_acls.php:124 -#: ../../godmode/users/profile_list.php:304 -msgid "System incidents reading" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:45 -#: ../../enterprise/extensions/check_acls.php:125 -#: ../../godmode/users/profile_list.php:305 -msgid "System incidents writing" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:46 -#: ../../enterprise/extensions/check_acls.php:126 -#: ../../godmode/users/profile_list.php:306 -msgid "System incidents management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:47 -#: ../../enterprise/extensions/check_acls.php:127 -#: ../../godmode/users/profile_list.php:307 -msgid "Agents reading" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:48 -#: ../../enterprise/extensions/check_acls.php:128 -#: ../../include/functions_menu.php:474 -#: ../../godmode/users/profile_list.php:308 -msgid "Agents management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:49 -#: ../../enterprise/extensions/check_acls.php:129 -#: ../../godmode/users/profile_list.php:309 -msgid "Agents disable" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:50 -#: ../../enterprise/extensions/check_acls.php:130 -#: ../../godmode/users/profile_list.php:310 -msgid "Alerts editing" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:51 -#: ../../enterprise/extensions/check_acls.php:131 ../../godmode/menu.php:72 -#: ../../godmode/users/profile_list.php:312 -msgid "Users management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:52 -#: ../../enterprise/extensions/check_acls.php:132 -#: ../../godmode/users/profile_list.php:313 -msgid "Database management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:53 -#: ../../enterprise/extensions/check_acls.php:133 -#: ../../godmode/users/profile_list.php:311 -msgid "Alerts management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:54 -#: ../../enterprise/extensions/check_acls.php:134 -#: ../../godmode/users/profile_list.php:317 -msgid "Reports reading" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:55 -#: ../../enterprise/extensions/check_acls.php:135 -#: ../../godmode/users/profile_list.php:318 -msgid "Reports writing" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:56 -#: ../../enterprise/extensions/check_acls.php:136 -#: ../../godmode/users/profile_list.php:319 -msgid "Reports management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:57 -#: ../../enterprise/extensions/check_acls.php:137 -#: ../../godmode/users/profile_list.php:314 -msgid "Events reading" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:58 -#: ../../enterprise/extensions/check_acls.php:138 -#: ../../godmode/users/profile_list.php:315 -msgid "Events writing" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:59 -#: ../../enterprise/extensions/check_acls.php:139 -#: ../../godmode/users/profile_list.php:316 -msgid "Events management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:60 -#: ../../enterprise/extensions/check_acls.php:140 -#: ../../godmode/users/profile_list.php:326 -msgid "Systems management" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:100 -msgid "There are no defined users" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:81 -msgid "Module tags" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:188 -msgid "ACL module tags for the modules in this agent" -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:198 -msgid "Only admin users can see this section." -msgstr "" - -#: ../../enterprise/extensions/check_acls.php:202 -msgid "Check ACL" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:37 -#: ../../enterprise/extensions/cron.php:114 -msgid "Cron jobs" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:43 -msgid "Add new job" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:77 -#: ../../enterprise/extensions/cron/main.php:131 -msgid "Path doesn't exist or is not writable" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:109 -#: ../../enterprise/extensions/cron/main.php:124 -msgid "Edit job" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:150 -msgid "Cron extension is not running" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:151 -msgid "Cron extension has never run or it's not configured well" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:153 -msgid "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:155 -msgid "Please, add the following line to your crontab file" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:161 -msgid "Last execution" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:168 -msgid "Cron extension is running" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:177 -msgid "Scheduled jobs" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:186 -#: ../../enterprise/extensions/cron/main.php:284 -msgid "Task" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:187 -#: ../../enterprise/extensions/cron/main.php:292 -#: ../../enterprise/extensions/vmware/main.php:252 -msgid "Scheduled" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:188 -msgid "First_execution" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:189 -msgid "" -"Maybe the first run is not exactly equal to this value because the cron " -"configuration is diferent." -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:190 -msgid "Last run" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:201 -msgid "Force run" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:218 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:71 -#: ../../operation/search_users.php:44 ../../godmode/tag/edit_tag.php:190 -#: ../../godmode/tag/tag.php:203 -msgid "Email" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:222 -#: ../../enterprise/extensions/cron/functions.php:44 -#: ../../godmode/servers/manage_recontask_form.php:233 -msgid "Custom script" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:235 -#: ../../enterprise/extensions/cron/main.php:249 -msgid "Path" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:295 -msgid "First execution" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:297 -#: ../../enterprise/operation/log/log_viewer.php:210 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../operation/netflow/nf_live_view.php:237 -#: ../../godmode/agentes/planned_downtime.editor.php:504 -#: ../../godmode/agentes/planned_downtime.editor.php:515 -msgid "Date format in Pandora is year/month/day" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:299 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../operation/netflow/nf_live_view.php:239 -#: ../../godmode/alerts/configure_alert_template.php:536 -#: ../../godmode/alerts/configure_alert_template.php:540 -#: ../../godmode/agentes/planned_downtime.editor.php:506 -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../godmode/agentes/planned_downtime.editor.php:585 -#: ../../godmode/agentes/planned_downtime.editor.php:593 -#: ../../godmode/reporting/reporting_builder.item_editor.php:796 -#: ../../godmode/reporting/reporting_builder.item_editor.php:805 -msgid "Time format in Pandora is hours(24h):minutes:seconds" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:300 -#: ../../include/functions_events.php:1814 -#: ../../godmode/events/event_responses.editor.php:111 -msgid "Parameters" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:336 -#: ../../enterprise/operation/log/log_viewer.php:300 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:672 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2163 -#: ../../extensions/insert_data.php:194 -#: ../../operation/agentes/estado_monitores.php:376 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/stat_win.php:489 -#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391 -#: ../../operation/reporting/graph_viewer.php:247 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../godmode/alerts/configure_alert_template.php:1033 -#: ../../godmode/agentes/planned_downtime.editor.php:1137 -#: ../../godmode/setup/news.php:297 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1730 -msgid "Choose time" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:337 -#: ../../enterprise/operation/log/log_viewer.php:301 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:673 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2164 -#: ../../extensions/insert_data.php:195 -#: ../../operation/agentes/estado_monitores.php:377 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/stat_win.php:490 -#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392 -#: ../../operation/reporting/graph_viewer.php:248 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../godmode/alerts/configure_alert_template.php:1034 -#: ../../godmode/agentes/planned_downtime.editor.php:1138 -#: ../../godmode/setup/news.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1731 -msgid "Time" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:338 -#: ../../enterprise/operation/log/log_viewer.php:302 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:674 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2165 -#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:839 -#: ../../operation/agentes/estado_monitores.php:378 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/stat_win.php:491 -#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393 -#: ../../operation/reporting/graph_viewer.php:249 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../godmode/alerts/configure_alert_template.php:1035 -#: ../../godmode/agentes/planned_downtime.editor.php:1139 -#: ../../godmode/setup/news.php:299 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1732 -msgid "Hour" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:339 -#: ../../enterprise/operation/log/log_viewer.php:303 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:675 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2166 -#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:840 -#: ../../operation/agentes/estado_monitores.php:379 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/stat_win.php:492 -#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394 -#: ../../operation/reporting/graph_viewer.php:250 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../godmode/alerts/configure_alert_template.php:1036 -#: ../../godmode/agentes/planned_downtime.editor.php:1140 -#: ../../godmode/setup/news.php:300 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1733 -msgid "Minute" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:340 -#: ../../enterprise/operation/log/log_viewer.php:304 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:676 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2167 -#: ../../extensions/insert_data.php:198 -#: ../../operation/agentes/estado_monitores.php:380 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/stat_win.php:493 -#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395 -#: ../../operation/reporting/graph_viewer.php:251 -#: ../../operation/reporting/reporting_viewer.php:261 -#: ../../operation/reporting/reporting_viewer.php:281 -#: ../../godmode/alerts/configure_alert_template.php:1037 -#: ../../godmode/agentes/planned_downtime.editor.php:1141 -#: ../../godmode/setup/news.php:301 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1734 -msgid "Second" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:341 -#: ../../enterprise/operation/log/log_viewer.php:305 -#: ../../enterprise/operation/log/log_viewer.php:317 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:677 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2168 -#: ../../extensions/insert_data.php:199 ../../include/functions.php:410 -#: ../../include/functions.php:544 -#: ../../operation/agentes/estado_monitores.php:381 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/stat_win.php:494 -#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396 -#: ../../operation/reporting/graph_viewer.php:252 -#: ../../operation/reporting/reporting_viewer.php:262 -#: ../../operation/reporting/reporting_viewer.php:282 -#: ../../godmode/alerts/configure_alert_template.php:1038 -#: ../../godmode/agentes/planned_downtime.editor.php:1142 -#: ../../godmode/setup/news.php:302 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1735 -msgid "Now" -msgstr "" - -#: ../../enterprise/extensions/cron/main.php:342 -#: ../../enterprise/operation/log/log_viewer.php:306 -#: ../../enterprise/operation/log/log_viewer.php:318 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:678 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2169 -#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 -#: ../../extensions/insert_data.php:200 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:638 -#: ../../include/functions_filemanager.php:654 -#: ../../include/functions_snmp_browser.php:441 -#: ../../operation/agentes/estado_monitores.php:382 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/stat_win.php:495 -#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397 -#: ../../operation/reporting/graph_viewer.php:253 -#: ../../operation/reporting/reporting_viewer.php:263 -#: ../../operation/reporting/reporting_viewer.php:283 -#: ../../godmode/alerts/configure_alert_template.php:1039 -#: ../../godmode/agentes/planned_downtime.editor.php:1143 -#: ../../godmode/setup/news.php:303 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1736 -msgid "Close" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:17 -#: ../../enterprise/extensions/cron/functions.php:27 -#: ../../enterprise/extensions/cron/functions.php:48 -#: ../../enterprise/extensions/cron/functions.php:80 -#: ../../enterprise/extensions/cron/functions.php:95 -#: ../../enterprise/extensions/cron/functions.php:136 -msgid "Report to build" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:23 -msgid "Send to emails (separated by comma)" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:33 -#: ../../enterprise/extensions/cron/functions.php:38 -#: ../../enterprise/extensions/cron/functions.php:54 -#: ../../enterprise/extensions/cron/functions.php:96 -#: ../../enterprise/extensions/cron/functions.php:137 -msgid "Save to disk into path" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:81 -msgid "Send to email" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:82 -msgid "Send custom report by email" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:97 -#: ../../enterprise/extensions/cron/functions.php:138 -msgid "Save custom report to disk" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:110 -#: ../../enterprise/extensions/cron/functions.php:123 -msgid "Backup Pandora database" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:153 -msgid "Not scheduled" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:154 -#: ../../enterprise/extensions/vmware/functions.php:24 -msgid "Hourly" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:155 -#: ../../enterprise/extensions/vmware/functions.php:25 -#: ../../godmode/agentes/module_manager_editor_prediction.php:159 -msgid "Daily" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:156 -#: ../../enterprise/extensions/vmware/functions.php:26 -#: ../../godmode/agentes/module_manager_editor_prediction.php:157 -#: ../../godmode/agentes/planned_downtime.editor.php:527 -msgid "Weekly" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:157 -#: ../../enterprise/extensions/vmware/functions.php:27 -#: ../../godmode/agentes/module_manager_editor_prediction.php:158 -#: ../../godmode/agentes/planned_downtime.editor.php:528 -msgid "Monthly" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:158 -#: ../../enterprise/extensions/vmware/functions.php:28 -msgid "Yearly" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:188 -#: ../../enterprise/godmode/setup/setup_acl.php:72 -#: ../../enterprise/godmode/setup/setup_acl.php:316 -#: ../../include/functions_html.php:645 ../../include/functions_html.php:646 -#: ../../include/functions_html.php:750 ../../include/functions_html.php:751 -msgid "Custom" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:362 -msgid "This is the automatic generated report" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:365 -msgid "Open the attached file to view it" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:367 -#: ../../mobile/include/functions_web.php:82 -#: ../../mobile/include/ui.class.php:258 -msgid "Generated at" -msgstr "" - -#: ../../enterprise/extensions/cron/functions.php:371 -msgid "Please do not answer or reply to this email" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:160 -msgid "Power Status: " -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:202 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666 -msgid "Status: " -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:206 -msgid "Change Status" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:30 -msgid "WMware Plugin Settings" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:75 -#: ../../extensions/files_repo/functions_files_repo.php:274 -msgid "There was an error updating the file" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:125 -msgid "There was an error updating the execution data of the plugin" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:132 -msgid "There was an error activating the execution of the plugin" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:179 -msgid "Config Path" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:186 -msgid "Plugin Path" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:208 -msgid "Config parameters" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:215 -msgid "V-Center IP" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:220 -msgid "Datacenter Name" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:242 -msgid "Plugin execution" -msgstr "" - -#: ../../enterprise/extensions/vmware/main.php:243 -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 "" - -#: ../../enterprise/extensions/vmware/main.php:275 -#: ../../enterprise/godmode/agentes/collections.php:217 -msgid "Apply changes" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:620 -#: ../../enterprise/extensions/vmware/vmware_view.php:1016 -msgid "Top 5 VMs CPU Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:627 -#: ../../enterprise/extensions/vmware/vmware_view.php:1023 -msgid "Top 5 VMs Memory Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:636 -#: ../../enterprise/extensions/vmware/vmware_view.php:1032 -msgid "Top 5 VMs Disk Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:643 -#: ../../enterprise/extensions/vmware/vmware_view.php:1039 -msgid "Top 5 VMs Network Usage" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:686 -msgid "Host ESX" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:905 -#: ../../enterprise/include/functions_services.php:1591 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/operation/agentes/policy_view.php:371 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642 -#: ../../mobile/operation/modules.php:438 -#: ../../mobile/operation/modules.php:455 -#: ../../include/functions_modules.php:1846 -#: ../../include/functions_modules.php:1854 -#: ../../include/class/Tree.class.php:1476 -#: ../../operation/search_modules.php:108 -#: ../../operation/search_modules.php:125 -#: ../../operation/agentes/status_monitor.php:1123 -#: ../../operation/agentes/status_monitor.php:1140 -msgid "NORMAL" +#: ../../operation/agentes/pandora_networkmap.view.php:277 +msgid "Policy: " msgstr "" +#: ../../operation/agentes/pandora_networkmap.view.php:285 +#: ../../operation/agentes/pandora_networkmap.view.php:307 +#: ../../operation/agentes/status_monitor.php:1152 +#: ../../operation/agentes/status_monitor.php:1156 +#: ../../operation/agentes/status_monitor.php:1189 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/search_modules.php:112 +#: ../../operation/search_modules.php:132 +#: ../../enterprise/operation/agentes/policy_view.php:363 +#: ../../enterprise/operation/agentes/policy_view.php:382 #: ../../enterprise/extensions/vmware/vmware_view.php:909 #: ../../enterprise/include/functions_services.php:1595 #: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/operation/agentes/policy_view.php:363 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:625 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647 -#: ../../mobile/operation/modules.php:442 -#: ../../mobile/operation/modules.php:460 -#: ../../include/functions_modules.php:1838 -#: ../../include/functions_modules.php:1858 -#: ../../include/class/Tree.class.php:1450 -#: ../../operation/search_modules.php:112 -#: ../../operation/search_modules.php:132 -#: ../../operation/agentes/status_monitor.php:1127 -#: ../../operation/agentes/status_monitor.php:1145 +#: ../../include/functions_modules.php:1853 +#: ../../include/functions_modules.php:1873 +#: ../../include/class/Tree.class.php:1462 +#: ../../mobile/operation/modules.php:469 +#: ../../mobile/operation/modules.php:487 msgid "CRITICAL" msgstr "" +#: ../../operation/agentes/pandora_networkmap.view.php:289 +#: ../../operation/agentes/pandora_networkmap.view.php:312 +#: ../../operation/agentes/status_monitor.php:1162 +#: ../../operation/agentes/status_monitor.php:1166 +#: ../../operation/agentes/status_monitor.php:1201 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/search_modules.php:116 +#: ../../operation/search_modules.php:139 +#: ../../enterprise/operation/agentes/policy_view.php:367 +#: ../../enterprise/operation/agentes/policy_view.php:386 #: ../../enterprise/extensions/vmware/vmware_view.php:914 #: ../../enterprise/include/functions_services.php:1599 #: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:367 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652 -#: ../../mobile/operation/modules.php:446 -#: ../../mobile/operation/modules.php:465 -#: ../../include/functions_modules.php:1842 -#: ../../include/functions_modules.php:1862 -#: ../../include/class/Tree.class.php:1457 -#: ../../operation/search_modules.php:116 -#: ../../operation/search_modules.php:139 -#: ../../operation/agentes/status_monitor.php:1131 -#: ../../operation/agentes/status_monitor.php:1150 +#: ../../include/functions_modules.php:1857 +#: ../../include/functions_modules.php:1877 +#: ../../include/class/Tree.class.php:1469 +#: ../../mobile/operation/modules.php:473 +#: ../../mobile/operation/modules.php:492 msgid "WARNING" msgstr "" +#: ../../operation/agentes/pandora_networkmap.view.php:293 +#: ../../operation/agentes/pandora_networkmap.view.php:302 +#: ../../operation/agentes/status_monitor.php:1142 +#: ../../operation/agentes/status_monitor.php:1146 +#: ../../operation/agentes/status_monitor.php:1177 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/search_modules.php:108 +#: ../../operation/search_modules.php:125 +#: ../../enterprise/operation/agentes/policy_view.php:371 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/extensions/vmware/vmware_view.php:905 +#: ../../enterprise/include/functions_services.php:1591 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../include/functions_modules.php:1861 +#: ../../include/functions_modules.php:1869 +#: ../../include/class/Tree.class.php:1488 +#: ../../mobile/operation/modules.php:465 +#: ../../mobile/operation/modules.php:482 +msgid "NORMAL" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 #: ../../enterprise/extensions/vmware/vmware_view.php:918 #: ../../enterprise/include/functions_services.php:1606 #: ../../enterprise/include/functions_services.php:1614 #: ../../enterprise/include/functions_services.php:1619 #: ../../enterprise/include/functions_services.php:1623 #: ../../enterprise/include/functions_services.php:1627 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 -#: ../../mobile/operation/modules.php:454 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:464 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1861 -#: ../../include/class/Tree.class.php:1462 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../operation/agentes/status_monitor.php:1139 -#: ../../operation/agentes/status_monitor.php:1144 -#: ../../operation/agentes/status_monitor.php:1149 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/functions_modules.php:1876 +#: ../../include/class/Tree.class.php:1474 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 msgid "UNKNOWN" msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:929 -msgid "CPU Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/operation/agentes/transactional_map.php:149 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../enterprise/include/functions_services.php:1619 +#: ../../enterprise/include/functions_services.php:1623 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/functions_modules.php:1876 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +msgid "Last status" msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:939 -msgid "Memory Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:326 +#: ../../enterprise/extensions/vmware/vmware_manager.php:202 +msgid "Status: " msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:949 -msgid "Disk I/O Rate" +#: ../../operation/agentes/pandora_networkmap.view.php:370 +msgid "Data: " msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:959 -msgid "Network Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:373 +#: ../../operation/agentes/estado_generalagente.php:553 +msgid "Last contact: " msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:1070 -#: ../../enterprise/extensions/vmware/vmware_view.php:1089 -#: ../../enterprise/operation/menu.php:89 -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:299 -msgid "Dashboard" +#: ../../operation/agentes/pandora_networkmap.view.php:733 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_browser.php:86 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +msgid "Normal screen" msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:1076 -msgid "ESX Detail" +#: ../../operation/agentes/pandora_networkmap.view.php:743 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_browser.php:90 +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/events/events.php:320 +#: ../../extensions/agents_alerts.php:118 +#: ../../extensions/agents_modules.php:130 +msgid "Full screen" msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:1094 -msgid "ESX details" +#: ../../operation/agentes/pandora_networkmap.view.php:749 +msgid "List of networkmap" msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:1105 -msgid "VMware view" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1188 -msgid "Show Datastores" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1191 -msgid "Show ESX" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1194 -msgid "Show VM" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1212 -#: ../../operation/agentes/networkmap.php:530 -msgid "Zoom" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1223 -msgid "View options" -msgstr "" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1270 -msgid "VMware map" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:153 -#: ../../enterprise/extensions/vmware/functions.php:181 -msgid "The file does not exists" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:157 -msgid "The file is not readable by HTTP Server" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:158 -#: ../../enterprise/extensions/vmware/functions.php:163 -msgid "Please check that the web server has write rights on the file" -msgstr "" - -#: ../../enterprise/extensions/vmware/functions.php:162 -msgid "The file is not writable by HTTP Server" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:53 -msgid "Pandora database backup utility" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:57 -#: ../../enterprise/operation/log/log_viewer.php:150 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 -#: ../../operation/netflow/nf_live_view.php:111 -#: ../../godmode/netflow/nf_edit.php:43 -#: ../../godmode/setup/setup_general.php:177 -msgid "Not supported in Windows systems" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:66 -#: ../../enterprise/include/functions_inventory.php:507 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:211 -#: ../../enterprise/include/functions_reporting_pdf.php:943 -#: ../../enterprise/include/functions_reporting_pdf.php:949 -#: ../../enterprise/include/functions_reporting_pdf.php:961 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:221 -#: ../../mobile/operation/tactical.php:263 -#: ../../extensions/users_connected.php:79 -#: ../../extensions/insert_data.php:166 -#: ../../include/functions_reporting.php:2217 -#: ../../include/functions_reporting.php:2230 ../../include/functions.php:2264 -#: ../../include/functions_reporting_html.php:1194 -#: ../../include/functions_reporting_html.php:1198 -#: ../../include/functions_reporting_html.php:1210 -#: ../../include/functions_reporting_html.php:2758 -#: ../../operation/integria_incidents/incident.tracking.php:23 -#: ../../operation/events/events.build_table.php:473 -#: ../../operation/netflow/nf_live_view.php:231 -#: ../../operation/reporting/graph_viewer.php:183 -#: ../../godmode/alerts/configure_alert_special_days.php:63 -#: ../../godmode/alerts/alert_special_days.php:161 -#: ../../godmode/admin_access_logs.php:190 -#: ../../godmode/reporting/reporting_builder.item_editor.php:971 -#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 -msgid "Date" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:67 -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../include/functions_filemanager.php:580 -#: ../../include/functions_visual_map_editor.php:107 -#: ../../include/functions_visual_map_editor.php:149 -#: ../../include/functions_visual_map_editor.php:411 -#: ../../include/functions_visual_map_editor.php:475 -#: ../../operation/integria_incidents/incident.files.php:45 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../godmode/events/event_responses.editor.php:97 -msgid "Size" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:94 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../godmode/agentes/planned_downtime.list.php:444 -msgid "Running" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:119 -msgid "Lost" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:126 -#: ../../extensions/files_repo/files_repo_list.php:94 -#: ../../extensions/system_info.php:466 -msgid "Download" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:145 -msgid "Backups list" -msgstr "" - -#: ../../enterprise/extensions/backup/main.php:150 -msgid "Create backup" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:40 +#: ../../operation/agentes/pandora_networkmap.view.php:755 #, php-format -msgid "Created group %s" +msgid "Networkmap - %s" msgstr "" -#: ../../enterprise/extensions/csv_import_group/main.php:41 -#, php-format -msgid "Could not create group %s" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:46 -#: ../../enterprise/extensions/csv_import/main.php:46 -msgid "File processed" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:56 -#: ../../enterprise/extensions/csv_import/main.php:56 -msgid "CSV format" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:57 -#: ../../enterprise/extensions/csv_import/main.php:57 -msgid "The CSV file must have the fields in the following order" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:72 -#: ../../enterprise/extensions/csv_import/main.php:72 -msgid "Upload file" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:75 -#: ../../enterprise/extensions/csv_import/main.php:79 -msgid "Separator" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group/main.php:79 -#: ../../enterprise/extensions/csv_import/main.php:83 -msgid "Upload CSV file" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:104 -msgid "No addresses found on this network" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:121 -msgid "Subnet" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/extensions/ipam/ipam_list.php:85 -#: ../../enterprise/operation/services/services.list.php:166 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../godmode/servers/manage_recontask_form.php:250 -#: ../../godmode/servers/manage_recontask.php:340 -msgid "Manual" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:140 -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 -#: ../../enterprise/extensions/ipam/ipam_list.php:62 -#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 -#: ../../godmode/events/event_responses.editor.php:93 -msgid "Location" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:154 -#: ../../enterprise/operation/services/services.list.php:446 -#: ../../enterprise/godmode/agentes/inventory_manager.php:270 -#: ../../include/functions_groups.php:741 -#: ../../include/functions_groups.php:934 ../../include/functions_ui.php:823 -#: ../../include/ajax/module.php:757 -#: ../../operation/agentes/group_view.php:145 -#: ../../operation/agentes/group_view.php:195 -#: ../../operation/agentes/estado_generalagente.php:616 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -msgid "Force" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -#: ../../operation/menu.php:271 ../../operation/menu.php:359 -#: ../../operation/integria_incidents/incident_statistics.php:29 -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/snmpconsole/snmp_view.php:69 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/incidents/incident_statistics.php:30 -msgid "Statistics" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:219 -msgid "Total IPs" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:225 -#: ../../enterprise/extensions/ipam/ipam_network.php:550 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -msgid "Alive" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:227 -#: ../../enterprise/extensions/ipam/ipam_network.php:553 -msgid "Not alive" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:231 -#: ../../enterprise/extensions/ipam/ipam_network.php:540 -#: ../../enterprise/extensions/ipam/ipam_massive.php:77 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 -msgid "Managed" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:233 -msgid "Not managed" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:237 -#: ../../enterprise/extensions/ipam/ipam_network.php:306 -#: ../../enterprise/extensions/ipam/ipam_network.php:541 -#: ../../enterprise/extensions/ipam/ipam_massive.php:78 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 -msgid "Reserved" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:239 -msgid "Not Reserved" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:420 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../godmode/reporting/reporting_builder.list_items.php:306 -#: ../../godmode/reporting/reporting_builder.list_items.php:501 -msgid "Sort" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -#: ../../enterprise/include/functions_reporting_pdf.php:2235 -#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:90 -#: ../../include/functions_visual_map_editor.php:613 -#: ../../include/functions_reporting_html.php:1281 -#: ../../include/functions_reporting_html.php:1485 -#: ../../godmode/admin_access_logs.php:69 -#: ../../godmode/admin_access_logs.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:545 -msgid "IP" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -msgid "DESC" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -msgid "ASC" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -#: ../../enterprise/extensions/ipam/ipam_network.php:536 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -msgid "Hostname" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -msgid "A -> Z" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -msgid "Z -> A" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Last check" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -msgid "Newer -> Older" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Older -> Newer" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:281 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1770 -#: ../../mobile/operation/modules.php:254 -#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/events.php:637 -#: ../../mobile/operation/agents.php:194 -#: ../../operation/events/events_list.php:401 -#: ../../operation/snmpconsole/snmp_view.php:403 -#: ../../godmode/events/event_edit_filter.php:236 -#: ../../godmode/snmpconsole/snmp_alert.php:893 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1307 -msgid "Free search" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:284 -msgid "Exact address match" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:288 -msgid "Big" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:289 -msgid "Tiny" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:290 -msgid "Icons style" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:297 -msgid "Show not alive hosts" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:300 -msgid "Show only managed addresses" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:303 -msgid "Reserved addresses" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:307 -msgid "Unreserved" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:332 -msgid "Filter options" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:472 -msgid "Edit address" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "Disabled address" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "This address will not be updated by the server" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -#: ../../operation/agentes/ver_agente.php:674 -msgid "Address" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../mobile/operation/events.php:513 ../../include/functions.php:2266 -#: ../../include/functions_reporting_html.php:2760 -#: ../../include/ajax/events.php:301 ../../operation/users/user_edit.php:364 -#: ../../godmode/users/configure_user.php:482 -#: ../../godmode/servers/manage_recontask_form.php:354 -#: ../../godmode/admin_access_logs.php:192 ../../general/logon_ok.php:225 -#: ../../general/logon_ok.php:422 -msgid "Comments" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:574 -#: ../../enterprise/extensions/ipam/ipam_network.php:609 -#: ../../enterprise/extensions/ipam/ipam_network.php:632 -msgid "Change to automatic mode" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:575 -#: ../../enterprise/extensions/ipam/ipam_network.php:610 -#: ../../enterprise/extensions/ipam/ipam_network.php:633 -msgid "Change to manual mode" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:649 -msgid "Add comments" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:666 -msgid "Update agent address" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_network.php:783 -msgid "Please, uncheck auto option to set manual agent." -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:66 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -#: ../../enterprise/godmode/alerts/alert_events_list.php:161 -#: ../../enterprise/godmode/alerts/alert_events_list.php:205 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/godmode/modules/local_components.php:319 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 -#: ../../enterprise/godmode/policies/policies.php:175 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_agents.php:91 -#: ../../enterprise/godmode/policies/policy_modules.php:920 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:486 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/snmpconsole/snmp_view.php:96 -#: ../../operation/gis_maps/gis_map.php:75 -#: ../../operation/incidents/incident.php:62 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../godmode/users/configure_user.php:413 -#: ../../godmode/alerts/alert_commands.php:313 -#: ../../godmode/alerts/alert_special_days.php:152 -#: ../../godmode/alerts/alert_list.php:142 -#: ../../godmode/alerts/alert_list.php:184 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/alerts/alert_actions.php:333 ../../godmode/setup/news.php:98 -#: ../../godmode/setup/gis.php:55 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/massive/massive_delete_action_alerts.php:106 -#: ../../godmode/modules/manage_network_components.php:352 -#: ../../godmode/reporting/reporting_builder.php:414 -msgid "Could not be deleted" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:69 -#: ../../enterprise/godmode/alerts/alert_events_list.php:160 -#: ../../enterprise/godmode/alerts/alert_events_list.php:204 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/godmode/modules/local_components.php:318 -#: ../../enterprise/godmode/reporting/graph_template_list.php:86 -#: ../../enterprise/godmode/reporting/graph_template_list.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:485 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/snmpconsole/snmp_view.php:95 -#: ../../operation/gis_maps/gis_map.php:74 -#: ../../operation/incidents/incident.php:61 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/reporting/graph_viewer.php:34 -#: ../../operation/reporting/graph_viewer.php:41 -#: ../../godmode/events/event_filter.php:52 -#: ../../godmode/events/event_filter.php:73 -#: ../../godmode/users/configure_user.php:412 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/snmpconsole/snmp_alert.php:459 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/alerts/alert_commands.php:312 -#: ../../godmode/alerts/alert_special_days.php:151 -#: ../../godmode/alerts/alert_list.php:142 -#: ../../godmode/alerts/alert_list.php:184 -#: ../../godmode/alerts/alert_templates.php:224 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/agentes/planned_downtime.list.php:105 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/setup/news.php:97 ../../godmode/setup/links.php:69 -#: ../../godmode/setup/gis.php:57 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_modules.php:236 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/massive/massive_delete_action_alerts.php:105 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:351 -#: ../../godmode/reporting/map_builder.php:87 -#: ../../godmode/reporting/graphs.php:79 ../../godmode/reporting/graphs.php:87 -#: ../../godmode/reporting/graphs.php:129 -#: ../../godmode/reporting/reporting_builder.php:413 -msgid "Successfully deleted" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:84 -#: ../../enterprise/extensions/ipam/ipam_action.php:120 -msgid "Incorrect format in Subnet field" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:88 -#: ../../enterprise/extensions/ipam/ipam_action.php:125 -msgid "The location is not filled, please add a location." -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:133 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/modules/local_components.php:297 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 -#: ../../enterprise/godmode/policies/policies.php:159 -#: ../../enterprise/godmode/policies/policy_modules.php:862 -#: ../../include/functions_planned_downtimes.php:122 -#: ../../operation/snmpconsole/snmp_view.php:115 -#: ../../operation/incidents/incident.php:106 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/alert_special_days.php:135 -#: ../../godmode/alerts/configure_alert_template.php:442 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/agentes/planned_downtime.editor.php:353 -#: ../../godmode/setup/gis.php:41 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../godmode/modules/manage_network_components.php:325 -msgid "Could not be updated" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:136 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/policies/policy_modules.php:861 -#: ../../include/functions_planned_downtimes.php:125 -#: ../../operation/snmpconsole/snmp_view.php:114 -#: ../../operation/incidents/incident.php:105 -#: ../../godmode/events/event_edit_filter.php:158 -#: ../../godmode/users/profile_list.php:223 -#: ../../godmode/snmpconsole/snmp_alert.php:299 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/alert_special_days.php:134 -#: ../../godmode/alerts/configure_alert_template.php:441 -#: ../../godmode/alerts/alert_templates.php:151 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/agentes/planned_downtime.editor.php:362 -#: ../../godmode/agentes/configurar_agente.php:769 -#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/news.php:87 -#: ../../godmode/setup/links.php:58 ../../godmode/setup/gis.php:39 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../godmode/modules/manage_nc_groups.php:98 -msgid "Successfully updated" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:195 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 -msgid "Could not be updated." -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:199 -msgid "Successfully updated." -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_action.php:203 -#: ../../include/functions_reporting.php:1414 -msgid "No changes found." -msgstr "" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 -msgid "Export to Excel" -msgstr "" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 -msgid "Assign next free IP" -msgstr "" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 -msgid "Next available IP" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:34 -msgid "Network not found" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:58 -#: ../../operation/incidents/incident.php:257 -msgid "All users" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -#: ../../enterprise/extensions/ipam/ipam_list.php:60 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../operation/servers/recon_view.php:95 -#: ../../godmode/servers/manage_recontask_form.php:241 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Network" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -msgid "Format: IP/Mask" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -msgid "Examples" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 -msgid "For example: Central Data Center" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "Scan interval" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "0 for manually scan" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -msgid "Operator users" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../operation/agentes/gis_view.php:55 +#: ../../godmode/agentes/agent_conf_gis.php:40 msgid "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." +"There is no default map. Please go to the setup for to set a default map." msgstr "" -#: ../../enterprise/extensions/ipam/ipam_massive.php:68 -msgid "Addresses" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_list.php:45 -msgid "No networks found" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_list.php:65 -msgid "IPs" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_list.php:66 -#: ../../enterprise/operation/services/services.service.php:135 -#: ../../enterprise/operation/services/services.list.php:322 -#: ../../extensions/agents_modules.php:56 -#: ../../extensions/agents_alerts.php:55 -#: ../../operation/agentes/group_view.php:58 -#: ../../operation/agentes/tactical.php:46 -msgid "Last update" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_list.php:107 -msgid "Edit network" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_list.php:111 -msgid "Delete network" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:43 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:44 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:52 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:53 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:54 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:55 -msgid "Example:" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Bit mask" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Net mask" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 -msgid "Mask format" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 -msgid "Mask" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 -msgid "Calculate" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 -msgid "Address field is empty" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 -msgid "Mask field is empty" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 -msgid "Incorrect address format" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:98 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:102 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:113 -msgid "Incorrect mask format" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 -msgid "Network mask" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 -msgid "Network wildcard" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 -msgid "Network address" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 -msgid "Broadcast address" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 -msgid "First valid IP" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 -msgid "Last valid IP" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 -msgid "Hosts/Net" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 -msgid "Operating system" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 -msgid "This agent has other IPs" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -#: ../../include/ajax/events.php:299 -#: ../../operation/integria_incidents/incident.list.php:99 -msgid "Details" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 -#: ../../extensions/system_info.php:475 -msgid "Created" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 -msgid "Edited" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 -#: ../../operation/integria_incidents/incident.php:70 -msgid "Tracking" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 -msgid "Ping" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 -#: ../../include/ajax/events.php:157 -#, php-format -msgid "Executing command: %s" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 -#: ../../include/ajax/events.php:164 -msgid "Execute again" -msgstr "" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 -msgid "Ping to host" -msgstr "" - -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "" - -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "" - -#: ../../enterprise/extensions/resource_exportation/functions.php:19 -#: ../../extensions/resource_exportation.php:350 -#: ../../extensions/resource_exportation.php:353 -#: ../../operation/agentes/exportdata.php:332 -msgid "Export" -msgstr "" - -#: ../../enterprise/extensions/csv_import/main.php:40 -#, php-format -msgid "Created agent %s" -msgstr "" - -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:37 -#, php-format -msgid "Error create '%s' policy, the name exist and there aren't free name." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:44 -#, php-format +#: ../../operation/agentes/gis_view.php:86 +#: ../../godmode/agentes/agent_conf_gis.php:50 msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." +"There is no GIS data for this agent, so it's positioned in default position " +"of map." msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:51 -msgid "Error the policy haven't name." +#: ../../operation/agentes/gis_view.php:91 +msgid "Last position in " msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:65 +#: ../../operation/agentes/gis_view.php:98 +msgid "Period to show data as path" +msgstr "" + +#: ../../operation/agentes/gis_view.php:102 +msgid "Refresh path" +msgstr "" + +#: ../../operation/agentes/gis_view.php:105 +msgid "Positional data from the last" +msgstr "" + +#: ../../operation/agentes/gis_view.php:144 +msgid "This agent doesn't have any GIS data." +msgstr "" + +#: ../../operation/agentes/gis_view.php:172 #, php-format -msgid "Success create '%s' policy." +msgid "%s Km" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:66 -#, php-format -msgid "Error create '%s' policy." +#: ../../operation/agentes/gis_view.php:178 +#: ../../godmode/setup/gis_step_2.php:300 +msgid "Longitude" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:102 -#, php-format -msgid "Success add '%s' agent." +#: ../../operation/agentes/gis_view.php:179 +#: ../../godmode/setup/gis_step_2.php:296 +msgid "Latitude" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:103 -#, php-format -msgid "Error add '%s' agent." +#: ../../operation/agentes/gis_view.php:180 +#: ../../godmode/setup/gis_step_2.php:304 +msgid "Altitude" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:125 -#, php-format -msgid "Success add '%s' collection." +#: ../../operation/agentes/gis_view.php:182 +#: ../../enterprise/include/functions_reporting_pdf.php:2250 +#: ../../enterprise/include/functions_reporting_pdf.php:2288 +#: ../../godmode/agentes/planned_downtime.list.php:145 +msgid "To" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:126 -#, php-format -msgid "Error add '%s' collection." +#: ../../operation/agentes/gis_view.php:184 +msgid "Distance" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:137 -msgid "Error add the module, haven't type." +#: ../../operation/agentes/gis_view.php:185 +msgid "# of Packages" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:209 -#: ../../enterprise/extensions/resource_registration/functions.php:239 -#: ../../enterprise/extensions/resource_registration/functions.php:296 -#: ../../enterprise/extensions/resource_registration/functions.php:328 -msgid "Error add the module, error in tag component." +#: ../../operation/agentes/gis_view.php:186 +#: ../../operation/gis_maps/ajax.php:222 +msgid "Manual placement" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:368 -#, php-format -msgid "Success add '%s' module." +#: ../../operation/agentes/gis_view.php:189 +msgid "positional data" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:369 -#, php-format -msgid "Error add '%s' module." +#: ../../operation/agentes/gis_view.php:194 +#: ../../operation/agentes/group_view.php:165 ../../operation/tree.php:273 +#: ../../enterprise/operation/agentes/agent_inventory.php:230 +#: ../../enterprise/meta/monitoring/group_view.php:145 +#: ../../enterprise/include/functions_inventory.php:322 +#: ../../enterprise/include/functions_reporting_pdf.php:660 +#: ../../enterprise/include/functions_reporting_pdf.php:675 +#: ../../enterprise/dashboard/widgets/tree_view.php:196 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +#: ../../include/functions_reporting_html.php:1055 +#: ../../include/functions_reporting_html.php:1070 +msgid "Total" msgstr "" -#: ../../enterprise/extensions/resource_registration/functions.php:379 -#, php-format -msgid "Error add the alert, the template '%s' don't exist." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:387 -#, php-format -msgid "Error add the alert, the module '%s' don't exist." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:399 -#, php-format -msgid "Success add '%s' alert." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:400 -#, php-format -msgid "Error add '%s' alert." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:416 -#, php-format -msgid "Error add the alert, the action '%s' don't exist." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:428 -#, php-format -msgid "Success add '%s' action." -msgstr "" - -#: ../../enterprise/extensions/resource_registration/functions.php:429 -#: ../../extensions/resource_registration.php:328 -#: ../../extensions/resource_registration.php:349 -#: ../../extensions/resource_registration.php:359 -#, php-format -msgid "Error add '%s' action." -msgstr "" - -#: ../../enterprise/include/functions_alert_event.php:925 -msgid "Module alert" -msgstr "" - -#: ../../enterprise/include/functions_inventory.php:54 -#: ../../enterprise/include/functions_inventory.php:493 -msgid "No changes found" -msgstr "" - -#: ../../enterprise/include/functions_inventory.php:80 -msgid "Get CSV file" -msgstr "" - -#: ../../enterprise/include/functions_inventory.php:165 -#: ../../operation/tree.php:264 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 -msgid "No data found" -msgstr "" - -#: ../../enterprise/include/functions_inventory.php:510 -#: ../../enterprise/include/functions_inventory.php:573 -#: ../../enterprise/include/functions_reporting_pdf.php:466 -#: ../../include/functions_reporting_html.php:692 -msgid "Added" -msgstr "" - -#: ../../enterprise/include/functions_inventory.php:516 -#: ../../enterprise/include/functions_inventory.php:581 -#: ../../enterprise/include/functions_reporting_pdf.php:482 -#: ../../include/functions_filemanager.php:383 -#: ../../include/functions_reporting_html.php:701 -msgid "Deleted" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:141 -#: ../../enterprise/include/functions_update_manager.php:239 -#: ../../include/functions_update_manager.php:320 -#: ../../include/functions_update_manager.php:323 -msgid "Could not connect to internet" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:144 -#: ../../include/functions_update_manager.php:328 -#: ../../include/functions_update_manager.php:331 -msgid "Server not found." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:147 -#: ../../enterprise/include/functions_update_manager.php:249 -#, php-format -msgid "There is a error: %s" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:161 -#, php-format -msgid "There are %s updates, and the first to update is:" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:166 -msgid "Version number:" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:167 -#: ../../enterprise/include/functions_networkmap_enterprise.php:607 -msgid "Show details" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:174 -#: ../../include/functions_update_manager.php:350 -msgid "Update to the last version" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:189 -#: ../../include/functions_update_manager.php:353 -msgid "There is no update available." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:244 -#: ../../include/ajax/update_manager.ajax.php:390 -msgid "Fail to update to the last package." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:259 -#: ../../include/ajax/update_manager.ajax.php:398 -msgid "Starting to update to the last package." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:290 -#: ../../include/ajax/update_manager.ajax.php:73 -msgid "There was an error extracting the file '" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:307 -#: ../../include/ajax/update_manager.ajax.php:89 -msgid "The package was not extracted." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:351 -#: ../../include/ajax/update_manager.ajax.php:469 -msgid "progress" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:429 -#: ../../enterprise/include/functions_update_manager.php:433 -#: ../../enterprise/include/functions_update_manager.php:460 -#: ../../include/functions_update_manager.php:125 -#: ../../include/functions_update_manager.php:129 -#: ../../include/functions_update_manager.php:155 -#: ../../include/ajax/update_manager.ajax.php:168 -#: ../../include/ajax/update_manager.ajax.php:172 -#: ../../include/ajax/update_manager.ajax.php:199 -msgid "Some of your files might not be recovered." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:438 -#: ../../enterprise/include/functions_update_manager.php:454 -#: ../../include/functions_update_manager.php:133 -#: ../../include/functions_update_manager.php:149 -#: ../../include/ajax/update_manager.ajax.php:176 -#: ../../include/ajax/update_manager.ajax.php:193 -msgid "Some of your old files might not be recovered." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:475 -#: ../../include/functions_update_manager.php:170 -#: ../../include/ajax/update_manager.ajax.php:214 -msgid "An error ocurred while reading a file." -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:482 -#: ../../include/functions_update_manager.php:177 -#: ../../include/ajax/update_manager.ajax.php:221 -msgid "The package does not exist" -msgstr "" - -#: ../../enterprise/include/functions_update_manager.php:488 -#: ../../include/functions_update_manager.php:183 -#: ../../include/ajax/update_manager.ajax.php:499 -msgid "The package is installed." -msgstr "" - -#: ../../enterprise/include/functions_login.php:22 -msgid "You must change password" -msgstr "" - -#: ../../enterprise/include/functions_login.php:47 -msgid "OLD PASS: " -msgstr "" - -#: ../../enterprise/include/functions_login.php:49 -msgid "NEW PASS: " -msgstr "" - -#: ../../enterprise/include/functions_login.php:51 -msgid "CONFIRM: " -msgstr "" - -#: ../../enterprise/include/functions_login.php:58 -msgid "Change" -msgstr "" - -#: ../../enterprise/include/functions_login.php:103 -msgid "User has been blocked. Try again in " -msgstr "" - -#: ../../enterprise/include/functions_login.php:103 -msgid " minutes" -msgstr "" - -#: ../../enterprise/include/functions_login.php:227 -msgid "Password must be different from the " -msgstr "" - -#: ../../enterprise/include/functions_login.php:227 -msgid " previous changes." -msgstr "" - -#: ../../enterprise/include/functions_login.php:241 -msgid "Password must be different" -msgstr "" - -#: ../../enterprise/include/functions_login.php:251 -msgid "Password too short" -msgstr "" - -#: ../../enterprise/include/functions_login.php:262 -msgid "Password must contain numbers" -msgstr "" - -#: ../../enterprise/include/functions_login.php:274 -msgid "Password must contain symbols" -msgstr "" - -#: ../../enterprise/include/functions_login.php:294 -msgid "Invalid old password" -msgstr "" - -#: ../../enterprise/include/functions_login.php:318 -msgid "User pass successfully updated" -msgstr "" - -#: ../../enterprise/include/functions_login.php:319 -msgid "Error updating user pass (no change?)" -msgstr "" - -#: ../../enterprise/include/functions_login.php:327 -msgid "Password confirm does not match" -msgstr "" - -#: ../../enterprise/include/functions_login.php:335 -msgid "Password empty" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:27 -#: ../../enterprise/include/functions_setup.php:55 -#: ../../enterprise/godmode/menu.php:149 ../../godmode/extensions.php:145 -msgid "Enterprise" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -#: ../../enterprise/godmode/menu.php:89 -#: ../../operation/agentes/datos_agente.php:172 -msgid "History database" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:80 -msgid "Auto provisioning into Metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:90 -msgid "URL Metaconsole Api" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:95 -msgid "Api pass" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:99 -msgid "Meta user" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:103 -msgid "Meta pass" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:107 -msgid "Metaconsole APi Online" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:109 -#: ../../enterprise/include/functions_setup.php:139 -msgid "Please click in the dot to re-check" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:115 -msgid "Pandora user" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:116 -msgid "Normally the admin user" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:120 -msgid "Pandora pass" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:124 -msgid "Public url console" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:125 -msgid "Without the index.php such as http://domain/pandora_url" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:131 -msgid "Register your node in metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:133 -msgid "Register the node" -msgstr "" - -#: ../../enterprise/include/functions_setup.php:138 -msgid "Status your node in metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "" - -#: ../../enterprise/include/functions_groups.php:75 -#: ../../enterprise/operation/agentes/ver_agente.php:190 -#: ../../enterprise/godmode/agentes/collections.php:181 -#: ../../operation/agentes/ver_agente.php:1022 -#: ../../godmode/agentes/configurar_agente.php:496 -msgid "Collection" -msgstr "" - -#: ../../enterprise/include/functions_massive.php:15 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:290 -#: ../../include/functions_visual_map.php:1280 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:975 -#: ../../godmode/reporting/visual_console_builder.php:464 -msgid "No modules selected" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:135 -msgid "No description" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:241 -#: ../../enterprise/include/functions_backup.php:323 -msgid "Restoring a backup" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:243 -#: ../../enterprise/include/functions_backup.php:325 -msgid "Restoring a Pandora database backup must be done manually" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:244 -#: ../../enterprise/include/functions_backup.php:326 -msgid "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loosing" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:245 -#: ../../enterprise/include/functions_backup.php:327 -msgid "To restore the selected backup, please follow these steps" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:251 -#: ../../enterprise/include/functions_backup.php:333 -msgid "Open a root shell in your system located at " -msgstr "" - -#: ../../enterprise/include/functions_backup.php:255 -msgid "Connect to MySQL database using the following command" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:262 -msgid "Create a new database" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:275 -msgid "Restore the backup" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:283 -#: ../../enterprise/include/functions_backup.php:348 -msgid "Modify console configuration to use this new database" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:284 -#: ../../enterprise/include/functions_backup.php:349 -msgid "Open configuration file" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:288 -#: ../../enterprise/include/functions_backup.php:300 -#: ../../enterprise/include/functions_backup.php:353 -#: ../../enterprise/include/functions_backup.php:365 -msgid "Find" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:290 -#: ../../enterprise/include/functions_backup.php:303 -#: ../../enterprise/include/functions_backup.php:355 -#: ../../enterprise/include/functions_backup.php:368 -msgid "and replace with" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:297 -#: ../../enterprise/include/functions_backup.php:362 -msgid "Modify servers configuration to use this new database" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:298 -#: ../../enterprise/include/functions_backup.php:363 -msgid "Find servers configuration file and replace the following lines" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:310 -#: ../../enterprise/include/functions_backup.php:375 -msgid "Restart the servers and login again into the console" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:340 -msgid "Run import command using the following command" -msgstr "" - -#: ../../enterprise/include/functions_backup.php:344 -msgid "Into your destination database." -msgstr "" - -#: ../../enterprise/include/functions_policies.php:456 -#: ../../enterprise/include/functions_policies.php:471 -#: ../../include/functions_alerts.php:382 -msgid "copy" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3029 -msgid "Policy linkation" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3034 -msgid "Module linked" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3036 -#: ../../enterprise/include/functions_policies.php:3046 -msgid "Unlink from policy" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3039 -msgid "Module unlinked" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3041 -#: ../../enterprise/include/functions_policies.php:3051 -msgid "Relink to policy" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3044 -msgid "Module pending to link" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3044 -#: ../../godmode/agentes/module_manager_editor.php:344 -msgid "Module will be linked in the next application" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3049 -msgid "Module pending to unlink" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3049 -#: ../../godmode/agentes/module_manager_editor.php:352 -msgid "Module will be unlinked in the next application" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3197 -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../operation/gis_maps/render_view.php:107 -#: ../../operation/agentes/estado_agente.php:132 ../../godmode/menu.php:220 -#: ../../godmode/menu.php:227 ../../godmode/agentes/configurar_agente.php:268 -#: ../../godmode/agentes/configurar_agente.php:493 -msgid "Setup" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3215 -#: ../../enterprise/godmode/menu.php:53 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 -msgid "Inventory modules" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3234 -#: ../../enterprise/godmode/policies/policies.php:347 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -msgid "External alerts" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3244 -#: ../../enterprise/godmode/policies/policy_linking.php:122 -#: ../../enterprise/godmode/policies/policies.php:331 -msgid "Linking" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3253 -#: ../../enterprise/godmode/menu.php:43 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/policies/policies.php:335 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../general/firts_task/collections.php:25 -msgid "Collections" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3262 -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/godmode/policies/policies.php:351 -msgid "Queue" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3280 -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../godmode/agentes/configurar_agente.php:504 -msgid "Agent plugins" -msgstr "" - -#: ../../enterprise/include/functions_policies.php:3743 -msgid "Create a new policy map" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:34 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:88 -msgid "Wizard SLA" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 -msgid "Global" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:40 -msgid "Advance options" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:58 -msgid "Templates list" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:84 -msgid "Templates Wizard" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:580 -#: ../../enterprise/include/functions_reporting_csv.php:112 -#: ../../include/functions_reports.php:591 -#: ../../include/functions_reporting.php:3754 -msgid "Availability" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:581 -msgid "Availability item created from wizard." -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1128 -#: ../../enterprise/include/functions_reporting.php:1603 -#: ../../enterprise/include/functions_reporting.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1673 -msgid "Inside limits" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1129 -#: ../../enterprise/include/functions_reporting.php:1608 -#: ../../enterprise/include/functions_reporting.php:1748 -#: ../../enterprise/include/functions_reporting_pdf.php:1674 -msgid "On the edge" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1130 -#: ../../enterprise/include/functions_reporting.php:1612 -#: ../../enterprise/include/functions_reporting.php:1749 -#: ../../enterprise/include/functions_reporting_pdf.php:1675 -#: ../../include/functions_graph.php:1906 -#: ../../include/functions_graph.php:1953 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -msgid "Out of limits" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1153 -#: ../../enterprise/include/functions_reporting_pdf.php:1699 -msgid "January" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1156 -#: ../../enterprise/include/functions_reporting_pdf.php:1702 -msgid "February" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1159 -#: ../../enterprise/include/functions_reporting_pdf.php:1705 -msgid "March" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1162 -#: ../../enterprise/include/functions_reporting_pdf.php:1708 -msgid "April" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1165 -#: ../../enterprise/include/functions_reporting_pdf.php:1711 -msgid "May" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1168 -#: ../../enterprise/include/functions_reporting_pdf.php:1714 -msgid "June" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1171 -#: ../../enterprise/include/functions_reporting_pdf.php:1717 -msgid "July" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1174 -#: ../../enterprise/include/functions_reporting_pdf.php:1720 -msgid "August" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1723 -msgid "September" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1180 -#: ../../enterprise/include/functions_reporting_pdf.php:1726 -msgid "October" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1183 -#: ../../enterprise/include/functions_reporting_pdf.php:1729 -msgid "November" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1186 -#: ../../enterprise/include/functions_reporting_pdf.php:1732 -msgid "December" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2239 -#: ../../enterprise/include/functions_reporting_pdf.php:1599 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../include/functions_reporting_html.php:322 -msgid "Max/Min Values" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:2240 -#: ../../enterprise/include/functions_reporting.php:3052 -#: ../../enterprise/include/functions_reporting.php:3354 -#: ../../enterprise/include/functions_reporting_pdf.php:1600 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1957 -#: ../../include/functions_reporting_html.php:323 -msgid "SLA Limit" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:1293 -#: ../../enterprise/include/functions_reporting.php:1784 -#: ../../enterprise/include/functions_reporting.php:2241 -#: ../../enterprise/include/functions_reporting.php:3053 -#: ../../enterprise/include/functions_reporting.php:3355 -#: ../../enterprise/include/functions_reporting_pdf.php:1601 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1846 -#: ../../enterprise/include/functions_reporting_pdf.php:1958 -#: ../../include/functions_reporting_html.php:324 -msgid "SLA Compliance" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1215 -#: ../../enterprise/include/functions_reporting.php:2258 -#: ../../enterprise/include/functions_reporting.php:3079 -#: ../../enterprise/include/functions_reporting.php:3413 -#: ../../enterprise/include/functions_reporting_csv.php:621 -#: ../../enterprise/include/functions_reporting_pdf.php:1627 -#: ../../enterprise/include/functions_reporting_pdf.php:1764 -#: ../../enterprise/include/functions_reporting_pdf.php:1985 -#: ../../include/functions_reporting_html.php:356 -#: ../../include/functions_config.php:493 -#: ../../include/functions_config.php:1356 -msgid "Fail" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1237 -#: ../../enterprise/include/functions_reporting.php:1792 -#: ../../enterprise/include/functions_reporting_pdf.php:1782 -msgid "SLA Compliance per days" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1290 -#: ../../enterprise/include/functions_reporting_pdf.php:1840 -msgid "Summary of SLA Failures" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1292 -#: ../../enterprise/include/functions_reporting.php:1783 -#: ../../enterprise/include/functions_reporting_pdf.php:1844 -msgid "Day" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1332 -#: ../../enterprise/include/functions_reporting.php:1685 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 -#: ../../include/functions_reports.php:539 -msgid "Monthly S.L.A." -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1394 -#: ../../enterprise/include/functions_reporting.php:1739 -#: ../../enterprise/include/functions_reporting.php:3143 -#: ../../enterprise/include/functions_reporting.php:3149 -#: ../../include/functions_reporting.php:492 -msgid "There are no SLAs defined" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1526 -#: ../../include/functions_reporting.php:617 -msgid "" -"This item is affected by a malformed planned downtime. Go to the planned " -"downtimes section to solve this." -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1786 -msgid "Summary of SLA Fails" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1893 -#: ../../enterprise/include/functions_reporting.php:2008 -#: ../../enterprise/include/functions_reporting.php:3183 -#: ../../enterprise/include/functions_reporting_pdf.php:2336 -#: ../../include/functions_reporting_html.php:2976 -msgid "This SLA has been affected by the following planned downtimes" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1898 -#: ../../enterprise/include/functions_reporting.php:2012 -#: ../../enterprise/include/functions_reporting.php:3187 -#: ../../enterprise/include/functions_reporting_pdf.php:2340 -#: ../../include/functions_reporting_html.php:2980 -#: ../../godmode/agentes/planned_downtime.editor.php:487 -#: ../../godmode/agentes/planned_downtime.list.php:393 -msgid "Execution" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1899 -#: ../../enterprise/include/functions_reporting.php:2013 -#: ../../enterprise/include/functions_reporting.php:3188 -#: ../../enterprise/include/functions_reporting_pdf.php:2341 -#: ../../include/functions_reporting_html.php:2981 -msgid "Dates" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1934 -#: ../../enterprise/include/functions_reporting.php:2045 -#: ../../enterprise/include/functions_reporting.php:3220 -#: ../../include/functions_reporting.php:8434 -msgid "Weekly:" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1937 -#: ../../enterprise/include/functions_reporting.php:2048 -#: ../../enterprise/include/functions_reporting.php:3223 -#: ../../enterprise/godmode/alerts/alert_events.php:431 -#: ../../include/functions_reporting.php:8437 ../../include/functions.php:885 -#: ../../godmode/alerts/configure_alert_template.php:517 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/agentes/planned_downtime.editor.php:538 -msgid "Mon" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1941 -#: ../../enterprise/include/functions_reporting.php:2052 -#: ../../enterprise/include/functions_reporting.php:3227 -#: ../../enterprise/godmode/alerts/alert_events.php:433 -#: ../../include/functions_reporting.php:8441 ../../include/functions.php:887 -#: ../../godmode/alerts/configure_alert_template.php:519 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:541 -msgid "Tue" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1945 -#: ../../enterprise/include/functions_reporting.php:2056 -#: ../../enterprise/include/functions_reporting.php:3231 -#: ../../enterprise/godmode/alerts/alert_events.php:435 -#: ../../include/functions_reporting.php:8445 ../../include/functions.php:889 -#: ../../godmode/alerts/configure_alert_template.php:521 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:544 -msgid "Wed" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1949 -#: ../../enterprise/include/functions_reporting.php:2060 -#: ../../enterprise/include/functions_reporting.php:3235 -#: ../../enterprise/godmode/alerts/alert_events.php:437 -#: ../../include/functions_reporting.php:8449 ../../include/functions.php:891 -#: ../../godmode/alerts/configure_alert_template.php:523 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:547 -msgid "Thu" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1953 -#: ../../enterprise/include/functions_reporting.php:2064 -#: ../../enterprise/include/functions_reporting.php:3239 -#: ../../enterprise/godmode/alerts/alert_events.php:439 -#: ../../include/functions_reporting.php:8453 ../../include/functions.php:893 -#: ../../godmode/alerts/configure_alert_template.php:525 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:550 -msgid "Fri" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1957 -#: ../../enterprise/include/functions_reporting.php:2068 -#: ../../enterprise/include/functions_reporting.php:3243 -#: ../../enterprise/godmode/alerts/alert_events.php:441 -#: ../../include/functions_reporting.php:8457 ../../include/functions.php:895 -#: ../../godmode/alerts/configure_alert_template.php:527 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:553 -msgid "Sat" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1961 -#: ../../enterprise/include/functions_reporting.php:2072 -#: ../../enterprise/include/functions_reporting.php:3247 -#: ../../enterprise/godmode/alerts/alert_events.php:443 -#: ../../include/functions_reporting.php:8461 ../../include/functions.php:897 -#: ../../godmode/alerts/configure_alert_template.php:529 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:556 -msgid "Sun" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1968 -#: ../../enterprise/include/functions_reporting.php:2079 -#: ../../enterprise/include/functions_reporting.php:3254 -#: ../../include/functions_reporting.php:8468 -msgid "Monthly:" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1969 -#: ../../enterprise/include/functions_reporting.php:2080 -#: ../../enterprise/include/functions_reporting.php:3255 -#: ../../include/functions_reporting.php:8469 -msgid "From day" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:1970 -#: ../../enterprise/include/functions_reporting.php:2081 -#: ../../enterprise/include/functions_reporting.php:3256 -#: ../../include/functions_reporting.php:8470 -msgid "To day" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:2107 -#: ../../enterprise/include/functions_reporting.php:3282 -#: ../../enterprise/include/functions_reporting_pdf.php:2380 -#: ../../include/functions_reporting_html.php:3022 -msgid "This item is affected by a malformed planned downtime" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:2108 -#: ../../enterprise/include/functions_reporting.php:3283 -#: ../../enterprise/include/functions_reporting_pdf.php:2381 -#: ../../include/functions_reporting_html.php:3023 -msgid "Go to the planned downtimes section to solve this" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:2644 -#: ../../enterprise/include/functions_reporting.php:3107 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114 -#: ../../include/functions_reports.php:543 -msgid "Services S.L.A." -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:2666 -msgid "There are no SLAs defined." -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:2780 -#: ../../enterprise/include/functions_reporting.php:3398 -#: ../../enterprise/include/functions_services.php:1216 -#: ../../enterprise/include/functions_services.php:1218 -#: ../../enterprise/include/functions_services.php:1239 -#: ../../enterprise/include/functions_services.php:1240 -#: ../../enterprise/include/functions_services.php:1242 -#: ../../enterprise/include/functions_services.php:1276 -#: ../../enterprise/include/functions_services.php:1278 -msgid "Nonexistent" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:3051 -#: ../../enterprise/include/functions_reporting.php:3353 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../enterprise/include/functions_reporting_pdf.php:1956 -#: ../../enterprise/include/functions_visual_map.php:416 -#: ../../enterprise/include/functions_visual_map_editor.php:17 -#: ../../enterprise/include/functions_visual_map_editor.php:24 -#: ../../enterprise/include/functions_visual_map_editor.php:47 -#: ../../enterprise/godmode/services/services.elements.php:318 -#: ../../enterprise/godmode/services/services.elements.php:359 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 -msgid "Service" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:3935 -#: ../../enterprise/include/functions_reporting.php:4318 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:4690 -#: ../../enterprise/include/functions_reporting.php:4740 -msgid "Template editor" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:4694 -#: ../../enterprise/include/functions_reporting.php:4744 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../godmode/reporting/reporting_builder.php:1832 -msgid "Item editor" -msgstr "" - -#: ../../enterprise/include/functions_reporting.php:4754 -msgid "Get PDF file" -msgstr "" - -#: ../../enterprise/include/functions_enterprise.php:276 -msgid "Tree view by tags" -msgstr "" - -#: ../../enterprise/include/functions_dashboard.php:369 -#, php-format -msgid "Copy of %s" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:135 -#: ../../include/functions_reporting.php:1372 -msgid "Inventory Changes" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:147 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../include/functions_reports.php:620 -#: ../../include/functions_reports.php:621 -#: ../../include/functions_reports.php:623 -#: ../../include/functions_reporting.php:1435 -#: ../../operation/agentes/ver_agente.php:1019 -#: ../../godmode/agentes/configurar_agente.php:500 -msgid "Inventory" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:159 -#: ../../include/functions_reports.php:549 -msgid "Prediction date" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:175 -#: ../../include/functions_reporting.php:3253 -msgid "Projection Graph" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:186 -#: ../../enterprise/include/functions_reporting_csv.php:234 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_services.php:1428 -#: ../../enterprise/include/functions_reporting_pdf.php:944 -#: ../../enterprise/include/functions_reporting_pdf.php:950 +#: ../../operation/agentes/gis_view.php:194 +#: ../../operation/agentes/status_monitor.php:979 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/search_modules.php:53 ../../extensions/insert_data.php:164 +#: ../../extensions/insert_data.php:165 #: ../../enterprise/operation/agentes/policy_view.php:308 #: ../../enterprise/godmode/agentes/collections.data.php:62 #: ../../enterprise/godmode/agentes/collections.data.php:101 @@ -11398,5408 +3813,276 @@ msgstr "" #: ../../enterprise/godmode/agentes/collections.data.php:233 #: ../../enterprise/godmode/agentes/collections.data.php:252 #: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:578 -#: ../../mobile/operation/modules.php:648 ../../extensions/insert_data.php:164 -#: ../../extensions/insert_data.php:165 ../../include/functions_graph.php:3025 -#: ../../include/functions_reporting.php:2217 -#: ../../include/functions_reporting.php:2231 +#: ../../enterprise/include/functions_reporting_csv.php:223 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_services.php:1428 +#: ../../enterprise/include/functions_reporting_pdf.php:946 +#: ../../enterprise/include/functions_reporting_pdf.php:952 +#: ../../enterprise/include/functions_reporting_pdf.php:953 +#: ../../enterprise/include/functions_reporting_pdf.php:956 +#: ../../include/ajax/module.php:735 +#: ../../include/functions_reporting.php:2210 +#: ../../include/functions_reporting.php:2244 #: ../../include/functions_netflow.php:310 -#: ../../include/functions_reporting_html.php:1194 -#: ../../include/functions_reporting_html.php:1198 -#: ../../include/ajax/module.php:714 ../../operation/search_modules.php:53 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:964 +#: ../../include/functions_graph.php:3318 +#: ../../include/functions_reporting_html.php:1244 +#: ../../include/functions_reporting_html.php:1247 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1251 +#: ../../mobile/operation/modules.php:551 +#: ../../mobile/operation/modules.php:607 +#: ../../mobile/operation/modules.php:677 msgid "Data" msgstr "" -#: ../../enterprise/include/functions_reporting_csv.php:200 -msgid "Serialized data " -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:224 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../include/functions_reports.php:577 -#: ../../include/functions_reporting.php:1598 -msgid "Exception" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:246 -#: ../../include/functions_reporting.php:829 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#, php-format -msgid "Top %d" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:267 -#: ../../include/functions_reporting.php:2022 -msgid "Group Report" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:275 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "Report type" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:276 -#: ../../mobile/operation/groups.php:99 -#: ../../include/functions_reporting.php:5598 -#: ../../include/functions_reporting_html.php:2629 -#: ../../operation/tree.php:271 ../../godmode/db/db_main.php:99 -msgid "Total agents" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:277 -msgid "Uknown agents" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:278 -#: ../../operation/tree.php:272 -msgid "Total modules" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:279 -#: ../../mobile/operation/groups.php:115 ../../operation/tree.php:302 -msgid "Normal modules" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:280 -#: ../../mobile/operation/groups.php:123 ../../operation/tree.php:282 -msgid "Critical modules" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:281 -#: ../../mobile/operation/groups.php:119 ../../operation/tree.php:287 -msgid "Warning modules" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:282 -#: ../../mobile/operation/groups.php:107 ../../operation/tree.php:292 -msgid "Unknown modules" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:283 -#: ../../mobile/operation/groups.php:111 ../../operation/tree.php:297 -msgid "Not init modules" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:284 -#: ../../include/functions_reporting.php:5439 -msgid "Defined alerts" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:285 -#: ../../include/functions_graph.php:1745 -#: ../../include/functions_reporting.php:5443 -#: ../../include/functions_reporting.php:5464 ../../operation/tree.php:276 -#: ../../operation/tree.php:277 ../../operation/tree.php:278 -msgid "Fired alerts" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:286 -msgid "Last 8 hours events" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:289 -#: ../../include/functions_reports.php:575 -msgid "Group report" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:330 -#: ../../enterprise/include/functions_reporting_csv.php:341 -#: ../../include/functions_reports.php:531 -#: ../../include/functions_reporting.php:3500 -msgid "MTTR" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_pdf.php:745 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../enterprise/operation/services/services.service.php:128 -#: ../../enterprise/operation/services/services.list.php:318 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1542 -#: ../../include/functions_graph.php:4981 -#: ../../include/functions_snmp_browser.php:406 -#: ../../include/functions_reporting_html.php:407 -#: ../../include/functions_reporting_html.php:939 -#: ../../include/functions_reporting_html.php:1764 -#: ../../include/functions_reporting_html.php:2267 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../godmode/alerts/configure_alert_template.php:594 -#: ../../godmode/agentes/module_manager_editor_common.php:580 -#: ../../godmode/setup/setup_visuals.php:565 -#: ../../godmode/massive/massive_edit_modules.php:482 -#: ../../godmode/reporting/visual_console_builder.wizard.php:194 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1163 -msgid "Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:353 -#: ../../enterprise/include/functions_reporting_csv.php:364 -#: ../../include/functions_reports.php:529 -#: ../../include/functions_reporting.php:3503 -msgid "MTBF" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:376 -#: ../../enterprise/include/functions_reporting_csv.php:387 -#: ../../include/functions_reports.php:527 -#: ../../include/functions_reporting.php:3506 -msgid "TTO" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:399 -#: ../../enterprise/include/functions_reporting_csv.php:410 -#: ../../include/functions_reports.php:525 -#: ../../include/functions_reporting.php:3509 -msgid "TTRT" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:420 -#: ../../enterprise/godmode/reporting/mysql_builder.php:142 -#: ../../include/functions_reporting.php:3663 -msgid "SQL" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:431 -msgid "Illegal query or any other error" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:450 -#: ../../enterprise/include/functions_reporting_csv.php:461 -#: ../../include/functions_reports.php:566 -#: ../../include/functions_reporting.php:3497 -#: ../../include/functions_reporting.php:4224 -msgid "Summatory" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:473 -#: ../../enterprise/include/functions_reporting_csv.php:484 -#: ../../enterprise/godmode/modules/configure_local_component.php:268 -#: ../../include/functions_graph.php:692 -#: ../../include/functions_graph.php:3521 -#: ../../include/functions_reports.php:560 -#: ../../include/functions_reporting.php:3491 -#: ../../godmode/agentes/module_manager_editor_common.php:372 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -msgid "Min. Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:507 -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -#: ../../include/functions_graph.php:690 -#: ../../include/functions_graph.php:3520 -#: ../../include/functions_reports.php:558 -#: ../../include/functions_reporting.php:3488 -#: ../../godmode/agentes/module_manager_editor_common.php:376 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -msgid "Max. Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:519 -#: ../../enterprise/include/functions_reporting_csv.php:530 -#: ../../include/functions_reporting.php:3494 -msgid "AVG. Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:542 -#: ../../enterprise/include/functions_reporting_csv.php:553 -#: ../../include/functions_reporting.php:2991 -msgid "Monitor Report" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "% OK" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "% Wrong" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:564 -msgid "Simple Graph" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:586 -#: ../../enterprise/godmode/services/services.service.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:111 -#: ../../include/functions_reports.php:536 -#: ../../include/functions_reporting.php:459 -msgid "S.L.A." -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:595 -msgid "% Limit" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:635 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 -#: ../../operation/search_reports.php:38 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../godmode/reporting/reporting_builder.php:535 -msgid "Report name" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:637 -#: ../../enterprise/include/functions_reporting_pdf.php:2079 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -msgid "Generated" -msgstr "" - -#: ../../enterprise/include/functions_reporting_csv.php:661 -#: ../../include/functions.php:215 -msgid "." -msgstr "" - -#: ../../enterprise/include/functions_services.php:23 -msgid "Service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:30 -msgid "Module store the service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:35 -msgid "Module store SLA service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:41 -msgid "Agent store the service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:47 -msgid "Agent store SLA service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:57 -msgid "Alert critical SLA service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:79 -msgid "Alert critical service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "" - -#: ../../enterprise/include/functions_services.php:328 -#, php-format -msgid "Module automatic create for the service %s" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1391 -msgid "There are no service elements defined" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1446 -#: ../../enterprise/include/functions_services.php:1461 -#: ../../enterprise/include/functions_services.php:1496 -msgid "Nonexistent. This element should be deleted" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1569 -#: ../../include/functions_ui.php:3646 -msgid "Snapshot view" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 -#: ../../mobile/operation/modules.php:454 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:464 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1861 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../operation/agentes/status_monitor.php:1139 -#: ../../operation/agentes/status_monitor.php:1144 -#: ../../operation/agentes/status_monitor.php:1149 -msgid "Last status" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1647 -#: ../../enterprise/godmode/services/services.elements.php:133 -msgid "Edit service elements" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1661 -msgid "Delete service element" -msgstr "" - -#: ../../enterprise/include/functions_services.php:1703 -msgid "FAIL" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:51 -#: ../../enterprise/include/functions_netflow_pdf.php:45 -msgid "Automated Pandora FMS report for user defined report" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:601 -#: ../../include/functions_reporting_html.php:848 -#, php-format -msgid "%s in %s : NORMAL" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:609 -#: ../../include/functions_reporting_html.php:856 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:617 -#: ../../include/functions_reporting_html.php:864 -#, php-format -msgid "%s in %s : WARNING" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:625 -#: ../../include/functions_reporting_html.php:872 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:633 -#: ../../include/functions_reporting_html.php:880 -#, php-format -msgid "%s in %s : ALERTS FIRED" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:702 -#: ../../include/functions_reporting_html.php:1053 -#: ../../godmode/servers/manage_recontask_form.php:250 -msgid "Defined" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:703 -#: ../../enterprise/include/functions_reporting_pdf.php:1037 -#: ../../enterprise/include/functions_reporting_pdf.php:1081 -#: ../../enterprise/include/functions_reporting_pdf.php:1126 -#: ../../mobile/operation/alerts.php:38 -#: ../../include/functions_reporting_html.php:1055 -#: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:1360 -#: ../../include/functions_reporting_html.php:1396 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:821 -#: ../../operation/agentes/alerts_status.functions.php:74 -msgid "Fired" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:718 -#: ../../include/functions_reporting_html.php:1068 -#, php-format -msgid "Last %s" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:773 -#: ../../enterprise/include/functions_reporting_pdf.php:865 -#: ../../enterprise/include/functions_reporting_pdf.php:921 -#: ../../enterprise/include/functions_reporting_pdf.php:1914 -#: ../../include/functions_reporting_html.php:447 -#: ../../include/functions_reporting_html.php:980 -#: ../../include/functions_reporting_html.php:1715 -#: ../../include/functions_reporting_html.php:1843 -msgid "Min Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:774 -#: ../../enterprise/include/functions_reporting_pdf.php:866 -#: ../../enterprise/include/functions_reporting_pdf.php:922 -#: ../../enterprise/include/functions_reporting_pdf.php:1915 -#: ../../include/functions_reporting_html.php:448 -#: ../../include/functions_reporting_html.php:981 -#: ../../include/functions_reporting_html.php:1716 -#: ../../include/functions_reporting_html.php:1844 -msgid "Average Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:775 -#: ../../enterprise/include/functions_reporting_pdf.php:867 -#: ../../enterprise/include/functions_reporting_pdf.php:923 -#: ../../enterprise/include/functions_reporting_pdf.php:1916 -#: ../../include/functions_reporting_html.php:449 -#: ../../include/functions_reporting_html.php:982 -#: ../../include/functions_reporting_html.php:1718 -#: ../../include/functions_reporting_html.php:1846 -msgid "Max Value" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1035 -#: ../../enterprise/include/functions_reporting_pdf.php:1079 -#: ../../enterprise/include/functions_reporting_pdf.php:1124 -#: ../../enterprise/operation/agentes/policy_view.php:195 -#: ../../enterprise/godmode/policies/policy_alerts.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:438 -#: ../../mobile/operation/alerts.php:270 -#: ../../extensions/agents_alerts.php:343 -#: ../../include/functions_treeview.php:287 -#: ../../include/functions_reporting_html.php:1320 -#: ../../include/functions_reporting_html.php:1358 -#: ../../include/functions_reporting_html.php:1394 -#: ../../operation/agentes/alerts_status.php:421 -#: ../../operation/agentes/alerts_status.php:461 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:527 -#: ../../operation/servers/recon_view.php:101 -#: ../../operation/search_alerts.php:45 -#: ../../godmode/alerts/alert_list.list.php:400 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../godmode/alerts/alert_list.builder.php:83 -msgid "Template" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1176 -#: ../../enterprise/include/functions_reporting_pdf.php:1456 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 -#: ../../include/functions_reporting_html.php:616 -#: ../../include/functions_reporting_html.php:1094 -#: ../../operation/snmpconsole/snmp_view.php:508 -msgid "Count" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1197 -#: ../../enterprise/include/functions_reporting_pdf.php:1345 -#: ../../enterprise/include/functions_reporting_pdf.php:1480 -#: ../../mobile/operation/events.php:242 -#: ../../include/functions_reporting.php:4765 -#: ../../include/functions_reporting.php:4879 -#: ../../include/functions_reporting.php:5008 -#: ../../include/functions_reporting_html.php:502 -#: ../../include/functions_reporting_html.php:635 -#: ../../include/functions_reporting_html.php:1114 -#: ../../include/functions_events.php:913 -#: ../../include/functions_events.php:2397 ../../include/ajax/events.php:446 -#: ../../operation/events/events.build_table.php:203 -msgid "New event" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1201 -#: ../../enterprise/include/functions_reporting_pdf.php:1349 -#: ../../enterprise/include/functions_reporting_pdf.php:1484 -#: ../../mobile/operation/events.php:246 -#: ../../include/functions_reporting.php:4769 -#: ../../include/functions_reporting.php:4883 -#: ../../include/functions_reporting.php:5012 -#: ../../include/functions_reporting_html.php:506 -#: ../../include/functions_reporting_html.php:639 -#: ../../include/functions_reporting_html.php:1118 -#: ../../include/functions_events.php:917 -#: ../../include/functions_events.php:2401 ../../include/ajax/events.php:450 -#: ../../operation/events/events.build_table.php:207 -#: ../../operation/events/events.php:591 ../../operation/events/events.php:620 -#: ../../operation/events/events.php:621 ../../operation/events/events.php:841 -#: ../../operation/events/events.php:846 ../../operation/events/events.php:847 -msgid "Event validated" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1205 -#: ../../enterprise/include/functions_reporting_pdf.php:1353 -#: ../../enterprise/include/functions_reporting_pdf.php:1488 -#: ../../mobile/operation/events.php:250 -#: ../../include/functions_reporting.php:4773 -#: ../../include/functions_reporting.php:4887 -#: ../../include/functions_reporting.php:5016 -#: ../../include/functions_reporting_html.php:510 -#: ../../include/functions_reporting_html.php:643 -#: ../../include/functions_reporting_html.php:1122 -#: ../../include/functions_events.php:921 -#: ../../include/functions_events.php:2405 ../../include/ajax/events.php:454 -#: ../../operation/events/events.build_table.php:211 -#: ../../operation/events/events.php:653 ../../operation/events/events.php:691 -#: ../../operation/events/events.php:692 ../../operation/events/events.php:851 -#: ../../operation/events/events.php:865 ../../operation/events/events.php:866 -msgid "Event in process" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1325 -#: ../../enterprise/include/functions_reporting_pdf.php:1460 -#: ../../include/functions_reporting.php:4735 -#: ../../include/functions_reporting_html.php:486 -#: ../../include/functions_reporting_html.php:1098 -msgid "Val. by" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1377 -#: ../../include/functions_reporting.php:4792 -#: ../../include/functions_reporting_html.php:529 -#: ../../include/functions_events.php:2650 -msgid "Pandora System" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1400 -#: ../../include/functions_reporting_html.php:553 -msgid "Events by agent" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1411 -#: ../../include/functions_reporting_html.php:565 -msgid "Events by user validator" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1422 -#: ../../enterprise/include/functions_reporting_pdf.php:1554 -#: ../../include/functions_reporting_html.php:1171 -#: ../../include/functions_reporting_html.php:2721 -msgid "Events by severity" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1433 -#: ../../include/functions_reporting_html.php:589 -msgid "Events validated vs unvalidated" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1543 -#: ../../include/functions_reporting_html.php:1159 -msgid "Events validated by user" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1565 -#: ../../include/functions_reporting_html.php:1183 -#: ../../operation/events/event_statistics.php:65 -msgid "Amount events validated" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1887 -#: ../../include/functions_reporting_html.php:1658 -msgid "# Checks" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1888 -#: ../../include/functions_reporting_html.php:1659 -msgid "# Failed" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1889 -#: ../../include/functions_reporting_html.php:1660 -msgid "% Fail" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1890 -#: ../../include/functions_reporting_html.php:1661 -msgid "Poling time" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1891 -#: ../../include/functions_reporting_html.php:1662 -msgid "Time unavailable" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:1892 -#: ../../include/functions_reporting_html.php:1663 -msgid "% Ok" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2024 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1560 -#: ../../include/functions_reporting_html.php:1459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1185 -msgid "Not OK" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2082 -msgid "Report date" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2086 -#: ../../enterprise/include/functions_reporting_pdf.php:2172 -#: ../../enterprise/include/functions_reporting_pdf.php:2210 -#: ../../operation/agentes/gis_view.php:182 -#: ../../godmode/agentes/planned_downtime.list.php:143 -msgid "To" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2089 -#: ../../operation/reporting/reporting_viewer.php:202 -msgid "Items period before" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2108 -#: ../../enterprise/include/functions_netflow_pdf.php:56 -msgid "Contents" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2178 -#: ../../enterprise/include/functions_reporting_pdf.php:2216 -#: ../../include/functions_treeview.php:215 -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:2543 -#: ../../operation/agentes/ver_agente.php:1013 -msgid "Last data" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2234 -msgid "SO" -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2275 -msgid "There are no modules." -msgstr "" - -#: ../../enterprise/include/functions_reporting_pdf.php:2282 -#: ../../enterprise/godmode/alerts/alert_events_list.php:563 -#: ../../enterprise/godmode/alerts/alert_events_list.php:604 -#: ../../include/functions_reporting_html.php:1517 -#: ../../include/functions_reporting_html.php:2268 -#: ../../godmode/alerts/alert_list.list.php:528 -#: ../../godmode/alerts/alert_list.list.php:603 -#: ../../godmode/alerts/configure_alert_action.php:142 -#: ../../godmode/alerts/alert_view.php:391 -#: ../../godmode/alerts/alert_list.builder.php:132 -msgid "Threshold" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:179 -#: ../../enterprise/include/functions_visual_map.php:232 -msgid "Crit:" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:181 -#: ../../enterprise/include/functions_visual_map.php:234 -msgid "Warn:" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:183 -#: ../../enterprise/include/functions_visual_map.php:236 -msgid "Ok:" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:185 -#: ../../enterprise/include/functions_visual_map.php:238 -msgid "Value:" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:535 -msgid "None of the services was added" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:538 -#, php-format -msgid "%d services couldn't be added" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:542 -#: ../../include/functions_ui.php:232 -msgid "Success" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:546 -msgid "There was an error retrieving the visual map information" -msgstr "" - -#: ../../enterprise/include/functions_visual_map.php:550 -msgid "No services selected" -msgstr "" - -#: ../../enterprise/include/functions_license.php:37 -msgid "Client" -msgstr "" - -#: ../../enterprise/include/functions_license.php:37 -msgid "Trial" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:605 -#, php-format -msgid "Edit node %s" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:606 -msgid "Holding Area" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:609 -msgid "Set as children" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:610 -msgid "Set parent" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:611 -#: ../../enterprise/include/functions_networkmap_enterprise.php:617 -msgid "Abort the action of set relationship" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:613 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1641 -msgid "Add node" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:614 -msgid "Set center" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:616 -msgid "Refresh Holding area" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1072 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1552 -msgid "Circle" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1073 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1553 -msgid "Square" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1074 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1554 -msgid "Rhombus" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1079 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1550 -msgid "Shape" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1080 -msgid "Radius" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1081 -msgid "Color" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1083 -msgid "Network map linked" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1154 -msgid "Show modules:" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1229 -msgid "Copy of " -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1451 -msgid "Open Minimap" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1541 -msgid "Edit node" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1564 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1704 -msgid "name fictional node" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1565 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1705 -msgid "Networkmap to link" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1571 -msgid "Update fictional node" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1574 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1575 -msgid "Node options" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1584 -msgid "Node source" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1586 -msgid "Interface source" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1587 -msgid "Interface Target" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1589 -msgid "Node target" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -msgid "E." -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1627 -msgid "There are not relations" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1635 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1636 -msgid "Relations" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1660 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1665 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1666 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1689 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1694 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1715 -msgid "Add agent node" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1693 -msgid "Add agent node (filter by group)" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1711 -msgid "Add fictional node" -msgstr "" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1714 -msgid "Add fictional point" -msgstr "" - -#: ../../enterprise/include/functions_metaconsole.php:784 -msgid "Group does not exist. Agent " -msgstr "" - -#: ../../enterprise/include/functions_metaconsole.php:790 -msgid "Created group in destination DB" -msgstr "" - -#: ../../enterprise/include/functions_metaconsole.php:794 -msgid "Error creating group. Agent " -msgstr "" - -#: ../../enterprise/include/functions_metaconsole.php:800 -msgid "Group already exists in destination DB" -msgstr "" - -#: ../../enterprise/include/functions_collection.php:42 -#, php-format -msgid "Fail create the directory: %s" -msgstr "" - -#: ../../enterprise/include/functions_collection.php:69 -msgid "No files in collection" -msgstr "" - -#: ../../enterprise/include/functions_collection.php:77 -msgid "File of collection is bigger than the limit (" -msgstr "" - -#: ../../enterprise/include/functions_collection.php:129 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/godmode/agentes/collections.editor.php:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:345 -#: ../../enterprise/godmode/agentes/collections.editor.php:370 -#: ../../operation/integria_incidents/incident.php:66 -msgid "Files" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:249 -msgid "Error accesing to API, auth error." -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:253 -msgid "Error accesing to API." -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:257 -msgid "Error could not resolve the host." -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:268 -msgid "Database credentials not found" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:272 -msgid "Error connecting to the specified host" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:276 -msgid "Connected to the host, but cannot found the specified database" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:287 -#: ../../enterprise/include/ajax/metaconsole.ajax.php:311 -msgid "Server connection failed" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:291 +#: ../../operation/agentes/estado_generalagente.php:42 +msgid "The agent has not assigned server. Maybe agent does not run fine." +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../operation/agentes/estado_agente.php:570 +#: ../../godmode/agentes/modificar_agente.php:540 +#: ../../godmode/agentes/agent_manager.php:396 +#: ../../godmode/agentes/module_manager.php:589 +#: ../../godmode/agentes/module_manager_editor_common.php:544 +#: ../../godmode/agentes/planned_downtime.list.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/massive/massive_edit_agents.php:397 +#: ../../include/ajax/module.php:849 ../../include/class/Tree.class.php:1784 +#: ../../mobile/operation/agent.php:125 +msgid "Quiet" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:120 msgid "" -"\"Translate string\" extension is missed in the server. This extension is " -"mandatory to be configured on metaconsole." -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:295 -msgid "" -"Server name doesnt match. Check the node server name and configure the same " -"one on metasetup" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:306 -msgid "Last event replication" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:320 -msgid "Agent cache activated" -msgstr "" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:324 -msgid "Agent cache failed" -msgstr "" - -#: ../../enterprise/include/functions_local_components.php:138 -#: ../../enterprise/godmode/agentes/collections.data.php:163 -msgid "Empty name" -msgstr "" - -#: ../../enterprise/include/functions_local_components.php:142 -msgid "Empty configuration" -msgstr "" - -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "" - -#: ../../enterprise/include/functions_local_components.php:276 -#: ../../include/functions_alerts.php:951 -#: ../../include/functions_network_components.php:503 -msgid "Copy of" -msgstr "" - -#: ../../enterprise/include/functions_netflow_pdf.php:160 -#: ../../enterprise/operation/log/log_viewer.php:207 -msgid "Start date" -msgstr "" - -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../enterprise/operation/log/log_viewer.php:215 -#: ../../operation/agentes/exportdata.php:310 -msgid "End date" -msgstr "" - -#: ../../enterprise/include/functions_log.php:303 -#: ../../enterprise/include/functions_log.php:318 -msgid "Lines" -msgstr "" - -#: ../../enterprise/operation/menu.php:101 -msgid "Network console" -msgstr "" - -#: ../../enterprise/operation/menu.php:112 -msgid "Custom SQL" -msgstr "" - -#: ../../enterprise/operation/menu.php:120 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../include/functions_menu.php:506 -msgid "SNMP trap editor" -msgstr "" - -#: ../../enterprise/operation/menu.php:129 -#: ../../enterprise/operation/log/log_viewer.php:145 -msgid "Log viewer" -msgstr "" - -#: ../../enterprise/operation/log/log_viewer.php:231 -#: ../../enterprise/operation/reporting/custom_reporting.php:52 -#: ../../include/graphs/functions_flot.php:221 -#: ../../godmode/agentes/planned_downtime.list.php:506 -#: ../../godmode/modules/manage_network_templates.php:207 -msgid "Export to CSV" -msgstr "" - -#: ../../enterprise/operation/log/log_viewer.php:340 -msgid "The start date cannot be greater than the end date" -msgstr "" - -#: ../../enterprise/operation/log/log_viewer.php:418 -#: ../../enterprise/operation/agentes/agent_inventory.php:242 -#: ../../enterprise/operation/inventory/inventory.php:251 -#: ../../include/functions_reporting.php:1476 -#: ../../godmode/reporting/reporting_builder.php:725 -msgid "No data found." -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../enterprise/operation/services/services.service_map.php:44 -#: ../../enterprise/godmode/services/services.service.php:126 -#: ../../enterprise/godmode/services/services.service.php:153 -msgid "Not found" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:54 -#: ../../enterprise/operation/services/services.service_map.php:63 -#: ../../enterprise/godmode/services/services.elements.php:96 -#: ../../enterprise/godmode/services/services.service.php:170 -msgid "Config Service" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:59 -#: ../../enterprise/operation/services/services.service_map.php:69 -#: ../../enterprise/godmode/services/services.elements.php:102 -#: ../../enterprise/godmode/services/services.service.php:175 -msgid "Config Elements" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:67 -#: ../../enterprise/operation/services/services.service_map.php:77 -#: ../../enterprise/godmode/services/services.elements.php:110 -#: ../../enterprise/godmode/services/services.service.php:182 -msgid "View Service" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:73 -#: ../../enterprise/operation/services/services.service_map.php:83 -#: ../../enterprise/godmode/services/services.elements.php:117 -#: ../../enterprise/godmode/services/services.service.php:188 -msgid "Service map" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:80 -#: ../../enterprise/operation/services/services.service_map.php:90 -#: ../../enterprise/operation/services/services.service_map.php:95 -msgid "Service Map" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:93 -msgid "No Services" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../enterprise/operation/services/services.list.php:320 -#: ../../include/functions_reports.php:535 -#: ../../include/functions_reports.php:538 -#: ../../include/functions_reports.php:542 -msgid "SLA" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:168 -#: ../../enterprise/operation/services/services.list.php:147 -#: ../../enterprise/operation/services/services.list.php:376 -#: ../../enterprise/operation/services/services.service_map.php:117 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 -#: ../../enterprise/load_enterprise.php:681 -#: ../../include/functions_config.php:491 -#: ../../include/functions_config.php:1353 -#: ../../operation/gis_maps/render_view.php:139 -#: ../../godmode/massive/massive_edit_agents.php:386 -msgid "Ok" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:197 -#: ../../enterprise/operation/services/services.list.php:413 -msgid "SLA graph" -msgstr "" - -#: ../../enterprise/operation/services/services.service.php:207 -msgid "List of elements" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:50 -msgid "Service deleted successfully" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:51 -msgid "Error deleting service" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:56 -msgid "Service forced successfully" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:57 -msgid "Error service forced" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:167 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../include/ajax/events.php:480 -msgid "Auto" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:169 -#: ../../enterprise/godmode/services/services.service.php:242 -#: ../../godmode/alerts/alert_view.php:423 -#: ../../godmode/servers/manage_recontask_form.php:236 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_modules.php:514 -msgid "Mode" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:265 -#: ../../enterprise/operation/services/services.list.php:272 -msgid "No services defined." -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:435 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 -msgid "Config" -msgstr "" - -#: ../../enterprise/operation/services/services.list.php:484 -#: ../../enterprise/godmode/services/services.service.php:54 -msgid "Create Service" -msgstr "" - -#: ../../enterprise/operation/services/services.service_map.php:106 -#: ../../extensions/module_groups.php:296 -#: ../../extensions/agents_modules.php:358 -#: ../../include/functions_reporting_html.php:897 -#: ../../operation/snmpconsole/snmp_view.php:833 -#: ../../godmode/snmpconsole/snmp_alert.php:1225 -msgid "Legend" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -msgid "Succesfully created" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -msgid "Succesfully updated" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -msgid "Succesfully duplicate" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -#: ../../enterprise/godmode/policies/policy_modules.php:996 -msgid "Could not be duplicated" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -msgid "Succesfully deleted" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1074 -msgid "Networkmap enterprise" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 -#: ../../include/functions_reporting_html.php:2649 -msgid "Nodes" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 -#: ../../enterprise/godmode/policies/policies.php:380 -#: ../../enterprise/godmode/policies/policy_modules.php:1149 -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/massive/massive_copy_modules.php:224 -#: ../../godmode/reporting/map_builder.php:214 -msgid "Copy" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:346 -msgid "Pending to generate" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382 -msgid "There are no maps defined." -msgstr "" - -#: ../../enterprise/operation/agentes/agent_inventory.php:56 -msgid "This agent has not modules inventory" -msgstr "" - -#: ../../enterprise/operation/agentes/agent_inventory.php:160 -#: ../../enterprise/operation/agentes/agent_inventory.php:161 -msgid "Diff view" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:37 -msgid "This agent has no policy assigned" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/godmode/policies/policy_agents.php:350 -#: ../../mobile/operation/agents.php:285 -#: ../../include/functions_events.php:883 -#: ../../operation/agentes/alerts_status.php:411 -#: ../../operation/agentes/alerts_status.php:454 -#: ../../operation/agentes/alerts_status.php:488 -#: ../../operation/agentes/alerts_status.php:522 -#: ../../godmode/agentes/module_manager.php:513 -msgid "S." -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:353 -msgid "Last application" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../include/functions_events.php:880 -msgid "V." -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:62 -#: ../../enterprise/godmode/policies/policy_agents.php:459 -msgid "Policy applied" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:65 -msgid "Policy outdate" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:130 -#: ../../enterprise/operation/agentes/policy_view.php:137 -msgid "Toggle the collection table" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:132 -#: ../../enterprise/operation/agentes/collection_view.php:64 -#: ../../enterprise/godmode/agentes/collection_manager.php:164 -msgid "Dir" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:133 -msgid "Descripttion" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:138 -msgid "Show Collection" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:154 -#: ../../enterprise/operation/agentes/collection_view.php:90 -#: ../../enterprise/godmode/agentes/collection_manager.php:121 -#: ../../enterprise/godmode/agentes/collection_manager.php:205 -msgid "Show files" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:164 -#: ../../enterprise/operation/agentes/collection_view.php:101 -#: ../../enterprise/godmode/policies/policy_collections.php:161 -#: ../../enterprise/godmode/policies/policy_collections.php:213 -msgid "Outdate" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:192 -#: ../../enterprise/operation/agentes/policy_view.php:201 -msgid "Toggle the alert table" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:202 -msgid "Show Alert" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:303 -#: ../../enterprise/operation/agentes/policy_view.php:312 -msgid "Toggle the module table" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "Relationship" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -#: ../../enterprise/godmode/policies/policy_agents.php:349 -msgid "R." -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:313 -msgid "Show Modules" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:333 -msgid "(Un-adopted)" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:337 -msgid "(Adopted)" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:343 -msgid "(Un-adopted) (Unlinked)" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:347 -msgid "(Adopted) (Unlinked)" -msgstr "" - -#: ../../enterprise/operation/agentes/policy_view.php:355 -#: ../../godmode/agentes/module_manager.php:657 -msgid "Non initialized module" -msgstr "" - -#: ../../enterprise/operation/agentes/collection_view.php:47 -#: ../../enterprise/godmode/agentes/collection_manager.php:37 -msgid "This agent have not a remote configuration, please set it." -msgstr "" - -#: ../../enterprise/operation/agentes/collection_view.php:54 -msgid "No collection assigned to this agent" -msgstr "" - -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../include/ajax/module.php:700 -#: ../../operation/agentes/alerts_status.php:407 -#: ../../operation/agentes/alerts_status.php:451 -#: ../../operation/agentes/status_monitor.php:916 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../godmode/agentes/module_manager.php:510 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -msgid "P." -msgstr "" - -#: ../../enterprise/operation/agentes/collection_view.php:105 -#: ../../enterprise/operation/agentes/collection_view.php:106 -#: ../../enterprise/godmode/agentes/collections.php:222 -#: ../../enterprise/godmode/agentes/collections.php:223 -#: ../../enterprise/godmode/agentes/collections.data.php:344 -#: ../../enterprise/godmode/agentes/collections.data.php:345 -#: ../../enterprise/godmode/agentes/collection_manager.php:144 -#: ../../enterprise/godmode/agentes/collection_manager.php:145 -#: ../../enterprise/godmode/agentes/collection_manager.php:230 -#: ../../enterprise/godmode/agentes/collection_manager.php:231 -msgid "The collection directory does not exist." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.popup.php:64 -msgid "Details of node:" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1076 -msgid "Not found networkmap." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 -msgid "Source data" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 -#: ../../include/functions_groups.php:92 ../../godmode/menu.php:201 -msgid "Recon task" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:270 -msgid "CIDR IP mask" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:274 -msgid "Generate networkmap with parents relationships" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:276 -msgid "" -"This feature is deprecated, be careful because in the next releases it will " -"be disappear." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:286 -msgid "Source from recon task" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:288 -msgid "" -"It is setted any recon task, the nodes get from the recontask IP mask " -"instead from the group." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:292 -msgid "Show only the task with the recon script \"SNMP L2 Recon\"." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:295 -msgid "Source from CIDR IP mask" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:299 -#: ../../operation/agentes/networkmap.php:543 -msgid "Don't show subgroups:" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:303 -msgid "Start empty networkmap" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:306 -msgid "The networkmap has been generated already." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:319 -msgid "Size of networkmap (Width x Height)" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:321 -msgid "x" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:332 -msgid "Method generation networkmap" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:336 -msgid "Refresh network map state" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:340 -msgid "Resize the networkmap" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:342 -msgid "This operation can't be undone, because it is on DB." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:344 -#: ../../include/functions_visual_map_editor.php:315 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 -#: ../../godmode/reporting/visual_console_builder.wizard.php:150 -msgid "Process" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:360 -msgid "Save networkmap" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:366 -msgid "Update networkmap" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:405 -msgid "Networkmap resized." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:412 -msgid "Error process map" -msgstr "" - -#: ../../enterprise/operation/agentes/ver_agente.php:70 -#: ../../operation/agentes/ver_agente.php:538 -msgid "Main IP" -msgstr "" - -#: ../../enterprise/operation/agentes/ver_agente.php:76 -#: ../../include/functions_events.php:2038 -#: ../../operation/agentes/ver_agente.php:549 -msgid "Last remote contact" -msgstr "" - -#: ../../enterprise/operation/agentes/ver_agente.php:113 -#: ../../operation/agentes/ver_agente.php:589 -msgid "Monitors down" -msgstr "" - -#: ../../enterprise/operation/agentes/ver_agente.php:152 -#: ../../mobile/operation/groups.php:126 ../../mobile/operation/groups.php:127 -#: ../../mobile/operation/groups.php:128 -#: ../../include/functions_groups.php:818 -#: ../../include/functions_groups.php:820 -#: ../../include/functions_groups.php:822 -#: ../../include/functions_groups.php:823 -#: ../../include/functions_groups.php:824 -#: ../../include/functions_reporting_html.php:2090 -#: ../../include/functions_reporting_html.php:2099 -#: ../../operation/agentes/ver_agente.php:625 -#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 -msgid "Alerts fired" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342 -msgid "Success be updated." -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:567 -msgid "Name: " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:598 -#: ../../operation/agentes/status_monitor.php:1015 -msgid "(Adopt) " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 -#: ../../operation/agentes/status_monitor.php:1025 -msgid "(Unlinked) (Adopt) " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 -#: ../../operation/agentes/status_monitor.php:1029 -msgid "(Unlinked) " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617 -msgid "Policy: " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:712 -msgid "Data: " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:715 -#: ../../operation/agentes/estado_generalagente.php:550 -msgid "Last contact: " -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1104 -#: ../../operation/snmpconsole/snmp_view.php:75 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_browser.php:86 -#: ../../operation/agentes/networkmap.php:301 -msgid "Normal screen" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1113 -#: ../../extensions/agents_modules.php:129 -#: ../../extensions/agents_alerts.php:117 -#: ../../operation/events/events.php:315 -#: ../../operation/snmpconsole/snmp_view.php:79 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_browser.php:90 -#: ../../operation/agentes/networkmap.php:314 -msgid "Full screen" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1119 -msgid "List of networkmap Enterprise" -msgstr "" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1123 -#, php-format -msgid "Networkmap enterprise - %s" -msgstr "" - -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 -msgid "Unsucessful get module inventory data." -msgstr "" - -#: ../../enterprise/operation/inventory/inventory.php:225 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1350 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 -#: ../../godmode/reporting/reporting_builder.item_editor.php:982 -msgid "Last" -msgstr "" - -#: ../../enterprise/operation/inventory/inventory.php:264 -msgid "Export this list to CSV" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:17 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -msgid "PDF" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:19 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 -msgid "JSON" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:21 -#: ../../extensions/insert_data.php:169 -#: ../../operation/agentes/exportdata.php:322 -msgid "CSV" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:22 -msgid "" -"All the items are not available in CSV, only the previous versions ones." -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:43 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:339 -msgid "Export to PDF" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:47 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:341 -msgid "Export to JSON" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:55 -#: ../../enterprise/operation/reporting/custom_reporting.php:78 -msgid "Send by email" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:63 -msgid "ID Report" -msgstr "" - -#: ../../enterprise/operation/reporting/custom_reporting.php:102 -msgid "Send by email " -msgstr "" - -#: ../../enterprise/godmode/menu.php:17 -#: ../../enterprise/godmode/massive/massive_operations.php:67 -msgid "Policies operations" -msgstr "" - -#: ../../enterprise/godmode/menu.php:26 -#: ../../enterprise/godmode/massive/massive_operations.php:47 -msgid "SNMP operations" -msgstr "" - -#: ../../enterprise/godmode/menu.php:35 -#: ../../enterprise/godmode/massive/massive_operations.php:27 -msgid "Satellite operations" -msgstr "" - -#: ../../enterprise/godmode/menu.php:45 ../../enterprise/godmode/menu.php:136 -msgid "Duplicate config" -msgstr "" - -#: ../../enterprise/godmode/menu.php:70 -msgid "Manage policies" -msgstr "" - -#: ../../enterprise/godmode/menu.php:96 -msgid "Enterprise ACL Setup" -msgstr "" - -#: ../../enterprise/godmode/menu.php:103 -msgid "Skins" -msgstr "" - -#: ../../enterprise/godmode/menu.php:112 -#: ../../enterprise/godmode/servers/manage_export.php:41 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -msgid "Export targets" -msgstr "" - -#: ../../enterprise/godmode/menu.php:130 -msgid "Log Collector" -msgstr "" - -#: ../../enterprise/godmode/menu.php:143 -msgid "Password policy" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:70 -#: ../../enterprise/godmode/services/services.service.php:255 -msgid "" -"This values are by default because the service is auto calculate mode." -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:82 -msgid "Invalid service" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:123 -#: ../../enterprise/godmode/services/services.elements.php:128 -#: ../../operation/search_maps.php:33 -msgid "Elements" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:147 -msgid "Error empty module" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:156 -msgid "Error empty agent" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:165 -msgid "Error empty service" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:187 -msgid "Service element created successfully" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:188 -msgid "Error creating service element" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:253 -msgid "Service element updated successfully" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:254 -msgid "Error updating service element" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:261 -msgid "Service element deleted successfully" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:262 -msgid "Error deleting service element" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:300 -msgid "Edit element service" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:303 -msgid "Create element service" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:353 -msgid "First select an agent" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:371 -msgid "Critical weight" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:376 -msgid "Warning weight" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:381 -msgid "Unknown weight" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:386 -msgid "Ok weight" -msgstr "" - -#: ../../enterprise/godmode/services/services.elements.php:394 -msgid "" -"Only the critical elements are relevant to calculate the service status" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:62 -msgid "Service created successfully" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:63 -msgid "Error creating service" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:85 -msgid "No name and description specified for the service" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:90 -msgid "No name specified for the service" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:95 -msgid "No description specified for the service" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:109 -msgid "Error updating service" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:113 -msgid "Service updated successfully" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:130 -msgid "New Service" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:218 -msgid "No Services or concrete action" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:229 -msgid "General Data" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:245 -msgid "You should set the weights manually" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:248 -msgid "The weights have default values" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:251 -msgid "" -"Only the elements configured as 'critical element' are used to calculate the " -"service status" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:271 -msgid "Agent to store data" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:294 -msgid "S.L.A. interval" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:299 -msgid "S.L.A. limit" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:301 -msgid "Please set limit between 0 to 100." -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:309 -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 "" - -#: ../../enterprise/godmode/services/services.service.php:322 -msgid "Warning Service alert" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:333 -msgid "Critical Service alert" -msgstr "" - -#: ../../enterprise/godmode/services/services.service.php:351 -msgid "SLA critical service alert" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:230 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 -#: ../../extensions/realtime_graphs.php:108 -#: ../../include/functions_snmp_browser.php:401 -msgid "OID" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231 -msgid "Custom OID" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:55 -msgid "Error parsing MIB" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:128 -msgid "Successfully added trap custom values" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:131 -msgid "Error adding trap custom values" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:158 -msgid "No change in data" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:161 -msgid "Successfully updated trap custom values" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:164 -msgid "Error updating trap custom values" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 -msgid "Successfully deleted trap custom values" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:178 -msgid "Error deleting trap custom values" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187 -#, php-format -msgid "Uploaded %s/%s traps" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:191 -#, php-format -msgid "Fail uploaded %s/%s traps" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:196 -msgid "Fail uploaded file" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:200 -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 "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:208 -msgid "Load MIB" -msgstr "" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:210 -msgid "Upload MIB" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -#: ../../enterprise/godmode/alerts/alert_events.php:45 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -msgid "List event alerts" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:59 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 -#: ../../enterprise/godmode/alerts/alert_events.php:50 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 -msgid "Builder event alert" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:186 -#: ../../enterprise/godmode/policies/policy_agents.php:144 -#: ../../operation/incidents/incident_detail.php:67 -#: ../../godmode/alerts/alert_list.php:167 -#: ../../godmode/massive/massive_add_alerts.php:112 -#: ../../godmode/massive/massive_add_tags.php:88 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -msgid "Successfully added" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:187 -#: ../../enterprise/godmode/policies/policy_agents.php:145 -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 -#: ../../operation/incidents/incident_detail.php:68 -#: ../../godmode/alerts/alert_list.php:167 -#: ../../godmode/massive/massive_add_alerts.php:113 -#: ../../godmode/massive/massive_add_tags.php:89 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -#: ../../godmode/massive/massive_add_action_alerts.php:85 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "Could not be added" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:255 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -#: ../../godmode/alerts/alert_list.php:235 -#: ../../godmode/massive/massive_standby_alerts.php:96 -msgid "Successfully set standby" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -#: ../../godmode/alerts/alert_list.php:235 -#: ../../godmode/massive/massive_standby_alerts.php:96 -msgid "Could not be set standby" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:272 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -#: ../../godmode/alerts/alert_list.php:252 -#: ../../godmode/massive/massive_standby_alerts.php:78 -msgid "Successfully set off standby" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:273 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -#: ../../godmode/alerts/alert_list.php:252 -#: ../../godmode/massive/massive_standby_alerts.php:78 -msgid "Could not be set off standby" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -#: ../../godmode/servers/modificar_server.php:76 -#: ../../godmode/servers/modificar_server.php:88 -msgid "Successfully action" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Error processing action" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -#: ../../operation/agentes/alerts_status.functions.php:32 -msgid "Alert(s) validated" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Error validating alert(s)" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -msgid "Ac." -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -msgid "Val." -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:305 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../godmode/alerts/alert_list.list.php:405 -#: ../../godmode/massive/massive_copy_modules.php:133 -msgid "Operations" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:486 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 -msgid "Move up" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:498 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 -msgid "Move down" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:536 -msgid "No associated actions" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:551 -#: ../../enterprise/godmode/policies/policy_alerts.php:328 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 -#: ../../include/functions_alerts.php:558 -#: ../../godmode/alerts/alert_list.list.php:513 -#: ../../godmode/alerts/alert_view.php:195 -msgid "Always" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:553 -#: ../../enterprise/godmode/policies/policy_alerts.php:330 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 -#: ../../godmode/alerts/alert_list.list.php:515 -msgid "On" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:557 -#: ../../enterprise/godmode/policies/policy_alerts.php:334 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 -#: ../../godmode/alerts/alert_list.list.php:519 -msgid "Until" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:582 -#: ../../enterprise/godmode/alerts/alert_events_list.php:584 -#: ../../enterprise/godmode/policies/policy_alerts.php:588 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 -#: ../../godmode/snmpconsole/snmp_alert.php:1121 -#: ../../godmode/alerts/alert_list.list.php:681 -#: ../../godmode/alerts/alert_list.list.php:685 -#: ../../godmode/alerts/alert_list.list.php:819 -msgid "Add action" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:599 -#: ../../enterprise/godmode/policies/policy_alerts.php:465 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 -#: ../../godmode/alerts/alert_list.list.php:593 -#: ../../godmode/alerts/alert_list.builder.php:119 -#: ../../godmode/massive/massive_add_action_alerts.php:159 -msgid "Number of alerts match from" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:640 -msgid "View associated rules" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:657 -msgid "There are no defined events alerts" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:707 -#: ../../enterprise/godmode/agentes/plugins_manager.php:111 -#: ../../enterprise/godmode/agentes/plugins_manager.php:160 -#: ../../enterprise/godmode/policies/policy_alerts.php:548 -#: ../../include/functions.php:2534 ../../godmode/extensions.php:285 -#: ../../godmode/users/user_list.php:464 -#: ../../godmode/alerts/alert_list.list.php:129 -#: ../../godmode/alerts/alert_list.list.php:762 -msgid "Disable" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:715 -#: ../../enterprise/godmode/agentes/plugins_manager.php:111 -#: ../../enterprise/godmode/agentes/plugins_manager.php:147 -#: ../../enterprise/godmode/policies/policy_alerts.php:556 -#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467 -#: ../../godmode/alerts/alert_list.list.php:128 -#: ../../godmode/alerts/alert_list.list.php:771 -msgid "Enable" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:724 -#: ../../enterprise/godmode/policies/policy_alerts.php:565 -#: ../../godmode/alerts/alert_list.list.php:780 -msgid "Set off standby" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:733 -#: ../../enterprise/godmode/policies/policy_alerts.php:574 -#: ../../godmode/alerts/alert_list.list.php:789 -msgid "Set standby" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -#: ../../enterprise/godmode/alerts/alert_events.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -msgid "List event rules" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -msgid "Configure event rule" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -msgid "User comment" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "This field will be processed with regexp" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../operation/events/events.php:73 -msgid "Event" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 -msgid "Window" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -#: ../../include/class/Tree.class.php:1554 -msgid "Module alerts" -msgstr "" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 -#: ../../mobile/operation/modules.php:151 -#: ../../mobile/operation/modules.php:152 -#: ../../mobile/operation/modules.php:244 -#: ../../mobile/operation/modules.php:245 -#: ../../operation/agentes/group_view.php:228 -msgid "Tag" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:71 -msgid "Configure event alert" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:96 -#: ../../enterprise/godmode/alerts/alert_events.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:116 -#: ../../enterprise/godmode/alerts/alert_events.php:121 -#: ../../enterprise/godmode/alerts/alert_events.php:136 -#: ../../enterprise/godmode/alerts/alert_events.php:141 -#: ../../enterprise/godmode/setup/setup_history.php:67 -#: ../../include/functions_config.php:633 -#: ../../godmode/alerts/configure_alert_template.php:147 -#: ../../godmode/alerts/configure_alert_template.php:152 -#: ../../godmode/alerts/configure_alert_template.php:167 -#: ../../godmode/alerts/configure_alert_template.php:172 -#: ../../godmode/alerts/configure_alert_template.php:187 -#: ../../godmode/alerts/configure_alert_template.php:192 -msgid "Step" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:117 -#: ../../enterprise/godmode/alerts/alert_events.php:122 -#: ../../godmode/alerts/configure_alert_template.php:168 -#: ../../godmode/alerts/configure_alert_template.php:173 -msgid "Conditions" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:137 -#: ../../enterprise/godmode/alerts/alert_events.php:142 -#: ../../godmode/alerts/configure_alert_template.php:188 -#: ../../godmode/alerts/configure_alert_template.php:193 -msgid "Advanced fields" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:347 -msgid "Could not be created, please fill alert name" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:430 -#: ../../godmode/alerts/configure_alert_template.php:516 -msgid "Days of week" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:446 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1311 -#: ../../godmode/alerts/configure_alert_template.php:535 -#: ../../godmode/reporting/reporting_builder.item_editor.php:795 -msgid "Time from" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:449 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1319 -#: ../../godmode/alerts/configure_alert_template.php:539 -#: ../../godmode/reporting/reporting_builder.item_editor.php:804 -msgid "Time to" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:457 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 -#: ../../godmode/snmpconsole/snmp_alert.php:805 -#: ../../godmode/alerts/configure_alert_template.php:549 -msgid "Min. number of alerts" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:460 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 -#: ../../godmode/snmpconsole/snmp_alert.php:808 -#: ../../godmode/alerts/configure_alert_template.php:552 -msgid "Max. number of alerts" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:463 -msgid "Rule evaluation mode" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:467 -msgid "Group by" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:474 -#: ../../godmode/alerts/alert_commands.php:105 -#: ../../godmode/alerts/alert_commands.php:109 -#: ../../godmode/alerts/alert_commands.php:120 -#: ../../godmode/alerts/alert_commands.php:128 -#: ../../godmode/alerts/configure_alert_template.php:668 -#: ../../godmode/alerts/alert_view.php:471 -#: ../../godmode/alerts/alert_view.php:548 -#, php-format -msgid "Field %s" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:517 -#: ../../godmode/alerts/configure_alert_action.php:101 -#: ../../godmode/alerts/alert_list.builder.php:129 -msgid "Create Action" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:523 -msgid "Please Read" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events.php:524 -msgid "" -"Since the alert can have multiple actions. You can edit them from the alert " -"list of events." -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -msgid "Event rules" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 -msgid "Error creating rule" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 -msgid "Successfully created rule" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 -msgid "Error updating rule" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 -msgid "Successfully updating rule" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 -msgid "Error updating rule operators" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 -msgid "Successfully update rule operators" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -msgid "(Agent)" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 -msgid "Operator" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 -msgid "Logic expression for these rules:" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 -msgid "Update operators" -msgstr "" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 -msgid "There are no defined alert event rules" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:48 -msgid "Success: recreate file" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:51 -msgid "Error: recreate file " -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:64 -#: ../../enterprise/godmode/agentes/collections.php:82 -#: ../../enterprise/godmode/agentes/collections.php:153 -msgid "Collections Management" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:116 -msgid "Manager collection" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:124 -#: ../../enterprise/godmode/agentes/collections.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:91 -msgid "Successful create collection package." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:140 -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -msgid "Can not create collection package." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:160 -msgid "Error: The main directory of collections does not exist." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:182 -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:204 -msgid "Are you sure to delete?" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:205 -msgid "Delete collection" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.php:211 -msgid "Re-Apply changes" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26 -msgid "Synthetic arithmetic" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29 -msgid "Synthetic average" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:99 -msgid "Fixed value" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104 -msgid "Add module to operation as add" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:105 -msgid "Add module to operations as deduct" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:106 -msgid "Add module to operations as multiplicate " -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107 -msgid "Add module to operations as divide" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 -msgid "Remove selected modules" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113 -msgid "Add module to average operation" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114 -msgid "Remove selected modules from operations stack" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129 -msgid "Move down selected modules" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:130 -msgid "Move up selected modules" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:158 -msgid "Select Service" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:169 -msgid "Netflow filter" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:178 -msgid "Select filter" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:29 -msgid "Web server module" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:85 -msgid "Requests" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 -msgid "Agent browser id" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:102 -msgid "HTTP auth (login)" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:106 -msgid "HTTP auth (pass)" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:113 -msgid "HTTP auth (server)" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:117 -msgid "HTTP auth (realm)" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:57 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 -msgid "Successfully added inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:60 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 -msgid "Error adding inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -msgid "Successfully deleted inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -msgid "Error deleting inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:80 -msgid "Successfully forced inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:83 -msgid "Error forcing inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 -msgid "Inventory module error" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:178 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../include/ajax/module.php:120 -msgid "6 hours" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:181 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 -#: ../../include/functions_netflow.php:1054 -#: ../../include/functions_netflow.php:1087 -#: ../../godmode/setup/performance.php:88 -msgid "2 days" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 -msgid "7 days" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:183 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 -#: ../../include/functions.php:1990 ../../include/functions_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 ../../include/ajax/module.php:124 -msgid "15 days" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -#: ../../include/functions.php:1991 ../../include/functions_netflow.php:1091 -#: ../../include/ajax/module.php:125 -msgid "1 month" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:262 -#: ../../godmode/agentes/module_manager_editor_wmi.php:51 -#: ../../godmode/massive/massive_edit_modules.php:495 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -msgid "Username" -msgstr "" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:195 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 -msgid "Update all" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:123 -#: ../../enterprise/godmode/agentes/collections.data.php:142 -#: ../../enterprise/godmode/agentes/collections.data.php:157 -#: ../../enterprise/godmode/agentes/collections.data.php:179 -#: ../../enterprise/godmode/agentes/collections.data.php:221 -msgid "Manager configuration > New" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:94 -#: ../../enterprise/godmode/agentes/collections.data.php:198 -#: ../../enterprise/godmode/agentes/collections.data.php:267 -#: ../../enterprise/godmode/agentes/collections.data.php:281 -#: ../../enterprise/godmode/agentes/collections.data.php:287 -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -msgid "Manager configuration > Edit " -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:130 -msgid "" -"Unable to create the collection. Another collection with the same short name." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:148 -#: ../../enterprise/godmode/agentes/collections.data.php:163 -msgid "Unable to create the collection" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:148 -msgid "Invalid characters in short name" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:185 -#: ../../enterprise/godmode/agentes/collections.data.php:229 -msgid "Unable to create the collection." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:206 -#: ../../enterprise/godmode/agentes/collections.data.php:293 -msgid "Correct create collection" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:271 -msgid "Unable to edit the collection, empty name." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:284 -msgid "Unable to edit the collection." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:306 -msgid "Error: The collection directory does not exist." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:316 -#: ../../godmode/setup/os.builder.php:34 -#: ../../godmode/reporting/visual_console_builder.data.php:99 -msgid "Name:" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:323 -msgid "Recreate file" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:339 -#: ../../enterprise/godmode/agentes/collections.data.php:340 -#: ../../enterprise/godmode/agentes/collection_manager.php:138 -#: ../../enterprise/godmode/agentes/collection_manager.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:224 -#: ../../enterprise/godmode/agentes/collection_manager.php:225 -msgid "Need to regenerate" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:356 -#: ../../godmode/reporting/visual_console_builder.data.php:104 -msgid "Group:" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:367 -msgid "Short name:" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "Short name must contain only alphanumeric characters, - or _ ." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "Empty for default short name fc_X where X is the collection id." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.data.php:377 -#: ../../operation/snmpconsole/snmp_view.php:702 -msgid "Description:" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:41 -msgid "Plug-in deleted succesfully" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:41 -msgid "Plug-in cannot be deleted" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:49 -#: ../../enterprise/godmode/policies/policy_plugins.php:50 -msgid "Plug-in added succesfully" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:49 -#: ../../enterprise/godmode/policies/policy_plugins.php:51 -msgid "Plug-in cannot be added" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:64 -msgid "Plug-in disabled succesfully" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:64 -msgid "Plug-in cannot be disabled" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:79 -msgid "Plug-in enabled succesfully" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:79 -msgid "Plug-in cannot be enabled" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:90 -#: ../../enterprise/godmode/policies/policy_plugins.php:61 -msgid "New plug-in" -msgstr "" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:109 -#: ../../enterprise/godmode/policies/policy_plugins.php:82 -#: ../../godmode/menu.php:206 -msgid "Plugins" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 -msgid "The changes on this field are linked with the configuration data." -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 -msgid "Using local component" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 -#: ../../godmode/agentes/module_manager_editor_common.php:74 -#: ../../godmode/agentes/module_manager_editor_common.php:83 -msgid "Manual setup" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 -#: ../../godmode/agentes/module_manager_editor_common.php:79 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:337 -msgid "No component was found" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 -msgid "Show configuration data" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 -msgid "Hide configuration data" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 -msgid "Data configuration" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -msgid "Load a basic structure on data configuration" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:303 -msgid "Check the correct structure of the data configuration" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -#: ../../enterprise/godmode/modules/configure_local_component.php:306 -msgid "First line must be \"module_begin\"" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -#: ../../enterprise/godmode/modules/configure_local_component.php:307 -msgid "Data configuration is empty" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -#: ../../enterprise/godmode/modules/configure_local_component.php:308 -#: ../../enterprise/godmode/modules/configure_local_component.php:312 -msgid "Last line must be \"module_end\"" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:309 -msgid "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -#: ../../enterprise/godmode/modules/configure_local_component.php:310 -msgid "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:311 -msgid "Type is wrong. Please set a correct type" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -#: ../../enterprise/godmode/modules/configure_local_component.php:314 -msgid "Error in the syntax, please check the data configuration." -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -#: ../../enterprise/godmode/modules/configure_local_component.php:315 -msgid "Data configuration are built correctly" -msgstr "" - -#: ../../enterprise/godmode/agentes/module_manager.php:16 -msgid "Create a new web Server module" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 -msgid "Data Copy" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 -msgid "No selected agents to copy" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 -msgid "No source agent selected" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -msgid "Making copy of configuration file for" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -msgid "Error copying md5 file " -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -msgid " md5 file" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid "Copied " -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -msgid "Error copying " -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid " config file" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 -msgid "Remote configuration management" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 -msgid "Source group" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 -#: ../../operation/agentes/exportdata.php:235 -#: ../../godmode/db/db_refine.php:83 -msgid "Source agent" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 -msgid "To agent(s):" -msgstr "" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -msgid "Replicate configuration" -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 -msgid "Error: The conf file of agent is not readble." -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 -msgid "Error: The conf file of agent is not writable." -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 -#: ../../enterprise/godmode/policies/policy_modules.php:262 -msgid "Add module" -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 -msgid "No module was found" -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 -msgid "Delete remote conf agent files in Pandora" -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 -#: ../../godmode/agentes/agent_manager.php:333 -msgid "Delete remote configuration file" -msgstr "" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../godmode/agentes/agent_manager.php:336 -msgid "" -"Delete this conf file implies that for restore you must reactive remote " -"config in the local agent." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:63 -msgid "Files in " -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:111 -#: ../../enterprise/godmode/agentes/collections.editor.php:172 -#: ../../include/functions_filemanager.php:747 -msgid "Edit file" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:112 -#: ../../enterprise/godmode/agentes/collections.editor.php:173 -msgid "Back to file explorer" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:148 -#: ../../enterprise/godmode/agentes/collections.editor.php:311 -#: ../../include/functions_filemanager.php:346 -msgid "Security error." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:193 -msgid "Compatibility mode" -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:236 -msgid "Correct update file." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:237 -msgid "Incorrect update file." -msgstr "" - -#: ../../enterprise/godmode/agentes/collections.editor.php:371 -msgid "Please, first save a new collection before to upload files." -msgstr "" - -#: ../../enterprise/godmode/agentes/collection_manager.php:76 -msgid "Succesful add the collection" -msgstr "" - -#: ../../enterprise/godmode/agentes/collection_manager.php:77 -msgid "Unsuccesful add the collection" -msgstr "" - -#: ../../enterprise/godmode/agentes/collection_manager.php:167 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 -#: ../../enterprise/godmode/policies/policy_collections.php:125 -#: ../../operation/events/events_list.php:329 -#: ../../operation/events/events_list.php:357 -#: ../../godmode/events/event_edit_filter.php:343 -#: ../../godmode/events/event_edit_filter.php:358 -msgid "Remove" -msgstr "" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129 -msgid "Error: The conf file of server is not readble." -msgstr "" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134 -msgid "Error: The conf file of server is not writable." -msgstr "" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159 -msgid "Delete remote conf server files in Pandora" -msgstr "" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 -msgid "" -"Delete this conf file implies that Pandora will send back local config to " -"console" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:61 -msgid "Error updating export target" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:64 -msgid "Successfully updated export target" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:73 -msgid "Error deleting export target" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:76 -msgid "Successfully deleted export target" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:98 -msgid "" -"Can't be created export target: User and password must be filled with FTP " -"mode" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:121 -msgid "There are no defined export targets" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:76 -msgid "Preffix" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -msgid "Transfer mode" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export_form.php:71 -#: ../../include/functions_servers.php:398 -msgid "Export server" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../enterprise/godmode/setup/setup_history.php:52 -#: ../../include/functions_config.php:623 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696 -#: ../../godmode/agentes/module_manager_editor_network.php:70 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -msgid "Port" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export_form.php:109 -msgid "Target directory" -msgstr "" - -#: ../../enterprise/godmode/servers/manage_export_form.php:113 -msgid "Extra options" -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:352 -#: ../../mobile/operation/agents.php:287 -#: ../../godmode/reporting/visual_console_builder.elements.php:86 -msgid "A." -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:42 -msgid "Show extended info" -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:61 -msgid "" -"Maybe delete the extended data or the audit data is previous to table " -"tsession_extended." -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:71 -msgid "Security check is ok." -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:78 -msgid "Security check is fail." -msgstr "" - -#: ../../enterprise/godmode/admin_access_logs.php:115 -msgid "Extended info:" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:44 -msgid "Log storage directory" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:45 -msgid "Directory where log data will be stored." -msgstr "" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:47 -#: ../../include/functions_config.php:615 -msgid "Log max lifetime" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:48 -msgid "Sets the maximum lifetime for log data in days." -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:42 -#: ../../enterprise/godmode/setup/setup_skins.php:36 -msgid "Skins configuration" -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:45 -msgid "Successfully updated skin" -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:48 -#: ../../enterprise/godmode/setup/edit_skin.php:60 -msgid "Error updating skin" -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:170 -msgid "Error creating skin" -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:175 -msgid "Successfully created skin" -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:215 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:216 -msgid "" -"Zip file with skin subdirectory. The name of the zip file only can have " -"alphanumeric characters." -msgstr "" - -#: ../../enterprise/godmode/setup/edit_skin.php:238 -msgid "Group/s" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_skins.php:71 -msgid "Error deleting skin" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_skins.php:74 -msgid "Successfully deleted skin" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_skins.php:117 -msgid "Skin name" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_skins.php:143 -msgid "There are no defined skins" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_skins.php:148 -msgid "Create skin" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:40 -msgid "Enterprise ACL setup" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:73 -#: ../../enterprise/godmode/setup/setup_acl.php:105 -msgid "Add new ACL element to profile" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:78 -#: ../../enterprise/godmode/setup/setup_acl.php:150 -msgid "Section" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:83 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 -#: ../../extensions/api_checker.php:143 ../../include/functions_graph.php:2220 -#: ../../include/functions_graph.php:2361 -#: ../../include/functions_graph.php:2399 -#: ../../include/functions_graph.php:2437 -#: ../../include/functions_graph.php:2490 -#: ../../include/functions_graph.php:2543 -#: ../../include/functions_graph.php:2594 -#: ../../include/functions_graph.php:2764 -#: ../../include/functions_graph.php:2901 -#: ../../include/functions_graph.php:2957 -#: ../../include/functions_graph.php:3896 -#: ../../operation/integria_incidents/incident_statistics.php:58 -#: ../../operation/users/user_edit.php:297 -#: ../../operation/snmpconsole/snmp_view.php:419 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:730 -#: ../../operation/snmpconsole/snmp_statistics.php:172 -#: ../../operation/snmpconsole/snmp_statistics.php:219 -#: ../../operation/gis_maps/render_view.php:140 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../godmode/groups/configure_group.php:176 -msgid "Other" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:83 -#: ../../enterprise/godmode/setup/setup_acl.php:239 -msgid "Mobile" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:87 -#: ../../enterprise/godmode/setup/setup_acl.php:151 -msgid "Section 2" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:92 -#: ../../enterprise/godmode/setup/setup_acl.php:152 -msgid "Section 3" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:104 -msgid "Hidden" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:110 -msgid "Page" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:129 -msgid "Filter by profile" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:149 -#: ../../operation/users/user_edit.php:419 -#: ../../godmode/users/configure_user.php:616 -#: ../../godmode/users/configure_profile.php:242 -#: ../../godmode/massive/massive_delete_profiles.php:102 -#: ../../godmode/massive/massive_add_profiles.php:88 -msgid "Profile name" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_acl.php:294 -#: ../../enterprise/godmode/setup/setup_acl.php:307 -#: ../../include/functions_graph.php:2415 -#: ../../include/functions_graph.php:2430 -msgid "Invalid" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:30 -#: ../../include/functions_config.php:208 -msgid "Forward SNMP traps to agent (if exist)" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:38 -#: ../../include/functions_config.php:210 -msgid "Use Enterprise ACL System" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:38 -msgid "" -"Before activating this option check your ACL Setup. You may lose access to " -"the console." -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:47 -#: ../../include/functions_config.php:214 -msgid "Size of collection" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:48 -msgid " Bytes" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:63 -#: ../../include/functions_config.php:219 -msgid "Replication interval" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:64 -msgid "Seconds" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:70 -#: ../../include/functions_config.php:221 -msgid "Replication limit" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:72 -msgid "" -"Limit the number of events that are replicated metaconsole each specified " -"range." -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:78 -msgid "Last replication at" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:80 -msgid "No replication yet" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:89 -#: ../../include/functions_config.php:223 -msgid "Replication mode" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "Only validated events" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:90 -#: ../../operation/events/events_list.php:561 -#: ../../godmode/events/event_edit_filter.php:286 -msgid "All events" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:96 -#: ../../include/functions_config.php:240 -msgid "Metaconsole agent cache" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:105 -msgid "Metaconsole DB engine" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "MySQL" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "Oracle" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:112 -msgid "Metaconsole DB host" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:119 -msgid "Metaconsole DB name" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:126 -msgid "Metaconsole DB user" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:133 -msgid "Metaconsole DB password" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:140 -msgid "Metaconsole DB port" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:147 -#: ../../include/functions_config.php:225 -msgid "Show events list in local console (read only)" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:156 -#: ../../include/functions_config.php:246 -msgid "Inventory changes blacklist" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:156 -msgid "" -"The inventory modules included in the changes blacklist will not generate " -"events when change." -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:187 -msgid "Out of black list" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:189 -msgid "In black list" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:195 -msgid "Push selected modules into blacklist" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:199 -msgid "Pop selected modules out of blacklist" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:212 -#: ../../include/functions_config.php:242 -msgid "Activate Log Collector" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:225 -msgid "Enterprise options" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:318 -msgid "Enterprise password policy" -msgstr "" - -#: ../../enterprise/godmode/setup/setup.php:319 -msgid "" -"Rules applied to the management of passwords. This policy applies to all " -"users except the administrator." -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:31 -msgid "Active directory" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:32 -msgid "Remote Pandora FMS" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:33 -msgid "Remote Babel Enterprise" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:34 -msgid "Remote Integria" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:60 -msgid "Autosync users" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:71 -msgid "" -"Enable this option will be synchronice the groups and tags each new user " -"when he/she will login." -msgstr "" - -#: ../../enterprise/godmode/setup/setup_auth.php:138 -#: ../../include/functions_config.php:321 -msgid "MySQL host" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:45 -#: ../../include/functions_config.php:619 -msgid "Enable history database" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -#: ../../include/functions_config.php:621 -msgid "Host" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:58 -#: ../../include/functions_config.php:627 -msgid "Database user" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:61 -#: ../../include/functions_config.php:629 -msgid "Database password" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:64 -msgid "Number of days before data is transfered to history database." -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:67 -msgid "" -"Data size of mechanism used to transfer data (similar to a data buffer.)" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:70 -#: ../../include/functions_config.php:635 -msgid "Delay" -msgstr "" - -#: ../../enterprise/godmode/setup/setup_history.php:70 -msgid "Time interval between data transfer." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Success: remove the alerts." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Failed: remove the alerts for this modules, please check." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 -#: ../../enterprise/godmode/policies/policy_alerts.php:507 -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../godmode/massive/massive_add_alerts.php:174 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -msgid "Alert template" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 -#: ../../include/functions_alerts.php:548 -msgid "Regular expression" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 -msgid "Modules agents in policy" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 -#: ../../godmode/massive/massive_delete_modules.php:435 -#: ../../godmode/massive/massive_edit_modules.php:278 -msgid "Agent group" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:433 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 -#: ../../enterprise/godmode/policies/policy_agents.php:243 -#: ../../enterprise/godmode/policies/policy_agents.php:251 -msgid "Filter agent" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 -msgid "Filter module" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 -#: ../../godmode/massive/massive_delete_alerts.php:226 -#: ../../godmode/massive/massive_delete_modules.php:487 -#: ../../godmode/massive/massive_add_alerts.php:167 -#: ../../godmode/massive/massive_edit_modules.php:332 -msgid "When select agents" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 -#: ../../godmode/massive/massive_delete_alerts.php:228 -#: ../../godmode/massive/massive_delete_modules.php:489 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_edit_modules.php:335 -msgid "Show common modules" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 -#: ../../godmode/massive/massive_delete_alerts.php:228 -#: ../../godmode/massive/massive_delete_modules.php:489 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_edit_modules.php:336 -msgid "Show all modules" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../enterprise/godmode/modules/configure_local_component.php:218 -#: ../../include/functions_alerts.php:554 -#: ../../include/functions_treeview.php:98 -#: ../../godmode/agentes/module_manager_editor_common.php:232 -#: ../../godmode/massive/massive_edit_modules.php:345 -#: ../../godmode/modules/manage_network_components_form_common.php:106 -msgid "Warning status" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../enterprise/godmode/modules/configure_local_component.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:240 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -#: ../../godmode/agentes/module_manager_editor_common.php:245 -#: ../../godmode/agentes/module_manager_editor_common.php:265 -#: ../../godmode/massive/massive_edit_modules.php:367 -#: ../../godmode/massive/massive_edit_modules.php:413 -#: ../../godmode/modules/manage_network_components_form_common.php:113 -#: ../../godmode/modules/manage_network_components_form_common.php:126 -msgid "Str." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../enterprise/godmode/modules/configure_local_component.php:233 -#: ../../include/functions_alerts.php:555 -#: ../../include/functions_treeview.php:110 -#: ../../godmode/agentes/module_manager_editor_common.php:253 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/modules/manage_network_components_form_common.php:119 -msgid "Critical status" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 -msgid "Updated modules on database" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 -msgid "Agent configuration files updated" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 -msgid "Successful update the tags" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 -msgid "Unsuccessful update the tags" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 -msgid "Tags unused" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 -msgid "Tags used" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 -msgid "Modules unused" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 -msgid "Modules used" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Success: create the alerts." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Failed: create the alerts for this modules, please check." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -#: ../../operation/snmpconsole/snmp_view.php:414 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:715 -#: ../../godmode/snmpconsole/snmp_alert.php:28 -msgid "Cold start (0)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -#: ../../operation/snmpconsole/snmp_view.php:415 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../godmode/snmpconsole/snmp_alert.php:29 -msgid "Warm start (1)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -#: ../../operation/snmpconsole/snmp_view.php:416 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:721 -#: ../../godmode/snmpconsole/snmp_alert.php:30 -msgid "Link down (2)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -#: ../../operation/snmpconsole/snmp_view.php:417 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:724 -#: ../../godmode/snmpconsole/snmp_alert.php:31 -msgid "Link up (3)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -#: ../../operation/snmpconsole/snmp_view.php:418 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:727 -#: ../../godmode/snmpconsole/snmp_alert.php:32 -msgid "Authentication failure (4)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 -#: ../../godmode/snmpconsole/snmp_alert.php:484 -#, php-format -msgid "Successfully deleted alerts (%s / %s)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#: ../../godmode/snmpconsole/snmp_alert.php:488 -#, php-format -msgid "Unsuccessfully deleted alerts (%s / %s)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Custom OIDs/Datas." -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 -#: ../../operation/snmpconsole/snmp_view.php:410 -#: ../../godmode/snmpconsole/snmp_alert.php:563 -#: ../../godmode/snmpconsole/snmp_alert.php:897 -msgid "Trap type" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 -msgid "SNMP Alerts to be deleted" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:79 -msgid "Bulk alerts policy delete" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:80 -msgid "Bulk tags module policy edit" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:81 -msgid "Bulk modules policy tags edit" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:89 -msgid "Bulk alert SNMP delete" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:90 -msgid "Bulk alert SNMP edit" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_operations.php:98 -msgid "Bulk Satellite modules edit" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 -#: ../../godmode/massive/massive_edit_agents.php:278 -#: ../../godmode/massive/massive_edit_agents.php:281 -#: ../../godmode/massive/massive_edit_agents.php:285 -#: ../../godmode/massive/massive_edit_agents.php:289 -#: ../../godmode/massive/massive_edit_agents.php:300 -#: ../../godmode/massive/massive_edit_agents.php:338 -#: ../../godmode/massive/massive_edit_agents.php:344 -#: ../../godmode/massive/massive_edit_agents.php:383 -#: ../../godmode/massive/massive_edit_agents.php:392 -#: ../../godmode/massive/massive_edit_agents.php:399 -#: ../../godmode/massive/massive_edit_modules.php:383 -#: ../../godmode/massive/massive_edit_modules.php:428 -#: ../../godmode/massive/massive_edit_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:447 -#: ../../godmode/massive/massive_edit_modules.php:465 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/massive/massive_edit_modules.php:493 -#: ../../godmode/massive/massive_edit_modules.php:506 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:535 -#: ../../godmode/massive/massive_edit_modules.php:541 -#: ../../godmode/massive/massive_edit_modules.php:553 -#: ../../godmode/massive/massive_edit_modules.php:572 -msgid "No change" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 -#, php-format -msgid "Successfully updated alerts (%s / %s)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 -#, php-format -msgid "Unsuccessfully updated alerts (%s / %s)" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 -msgid "SNMP Alerts to be edit" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -#: ../../godmode/snmpconsole/snmp_alert.php:542 -msgid "Custom Value/OID" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 -#: ../../operation/snmpconsole/snmp_view.php:499 -#: ../../godmode/snmpconsole/snmp_alert.php:551 -#: ../../godmode/snmpconsole/snmp_alert.php:1047 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 -msgid "SNMP Agent" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -#: ../../godmode/snmpconsole/snmp_alert.php:568 -msgid "Single value" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -#: ../../godmode/snmpconsole/snmp_alert.php:827 -msgid "Other value" -msgstr "" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 -#: ../../include/functions_visual_map_editor.php:464 -#: ../../godmode/snmpconsole/snmp_alert.php:860 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -msgid "Position" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:106 -#: ../../godmode/alerts/configure_alert_template.php:118 -#: ../../godmode/modules/manage_network_components.php:147 -#, php-format -msgid "Successfully created from %s" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:245 -#: ../../godmode/servers/recon_script.php:320 -#: ../../godmode/modules/manage_network_components.php:244 -msgid "Created successfully" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:303 -#: ../../godmode/servers/recon_script.php:274 -#: ../../godmode/modules/manage_network_components.php:331 -msgid "Updated successfully" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:343 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 -#: ../../godmode/modules/manage_nc_groups.php:154 -#: ../../godmode/modules/manage_network_components.php:378 -#: ../../godmode/modules/manage_network_templates.php:76 -msgid "Successfully multiple deleted" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:344 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 -#: ../../godmode/modules/manage_nc_groups.php:155 -#: ../../godmode/modules/manage_network_components.php:379 -#: ../../godmode/modules/manage_network_templates.php:77 -msgid "Not deleted. Error deleting multiple data" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:428 -#: ../../godmode/modules/manage_network_components.php:491 -msgid "Free Search" -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:429 -msgid "Search by name, description or data, list matches." -msgstr "" - -#: ../../enterprise/godmode/modules/local_components.php:513 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:356 -#: ../../enterprise/godmode/policies/policy_modules.php:1071 -#: ../../godmode/alerts/alert_templates.php:338 -#: ../../godmode/agentes/module_manager.php:702 -#: ../../godmode/modules/manage_network_components.php:588 -msgid "Duplicate" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 -msgid "Successfully created inventory module" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 -msgid "Error creating inventory module" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 -msgid "Interpreter" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 -msgid "No inventory modules defined" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 -msgid "Local module" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 -msgid "Remote/Local" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 -msgid "Left blank for the LOCAL inventory modules" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 -msgid "Block Mode" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Format" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 -msgid "separate fields with " -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 -#: ../../include/ajax/double_auth.ajax.php:151 -#: ../../include/ajax/double_auth.ajax.php:287 -msgid "Code" -msgstr "" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:127 -msgid "Update Local Component" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:130 -msgid "Create Local Component" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:147 -#: ../../godmode/alerts/configure_alert_template.php:732 -#: ../../godmode/modules/manage_network_components_form_common.php:56 -msgid "Wizard level" +"Agent statuses are re-calculated by the server, they are not shown in real " +"time." msgstr "" +#: ../../operation/agentes/estado_generalagente.php:128 +#: ../../operation/agentes/estado_agente.php:505 ../../operation/tree.php:55 +#: ../../operation/tree.php:94 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 ../../operation/gis_maps/ajax.php:276 +#: ../../enterprise/extensions/ipam/ipam_network.php:538 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 #: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../godmode/agentes/module_manager_editor_common.php:404 -#: ../../godmode/massive/massive_edit_modules.php:550 -#: ../../godmode/modules/manage_network_components_form_common.php:155 -msgid "Throw unknown events" +#: ../../enterprise/godmode/modules/local_components.php:446 +#: ../../enterprise/godmode/modules/local_components.php:460 +#: ../../enterprise/godmode/modules/local_components.php:482 +#: ../../enterprise/meta/agentsearch.php:93 +#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../godmode/agentes/modificar_agente.php:484 +#: ../../godmode/agentes/agent_manager.php:255 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/servers/manage_recontask_form.php:286 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_agents.php:287 +#: ../../include/functions_events.php:2031 +#: ../../include/functions_reporting_html.php:1541 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:315 +msgid "OS" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:148 +#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 +msgid "IP address" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:152 +#: ../../operation/agentes/estado_generalagente.php:164 +#: ../../operation/agentes/estado_generalagente.php:177 +#: ../../operation/agentes/estado_generalagente.php:281 +#: ../../operation/agentes/estado_generalagente.php:360 +#: ../../operation/snmpconsole/snmp_view.php:599 +#: ../../operation/snmpconsole/snmp_view.php:618 +#: ../../enterprise/extensions/ipam/ipam_network.php:559 +#: ../../enterprise/extensions/ipam/ipam_network.php:594 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124 +#: ../../enterprise/include/functions_visual_map.php:274 +#: ../../enterprise/include/functions_servicemap.php:263 +#: ../../enterprise/include/functions_services.php:1012 +#: ../../enterprise/include/functions_services.php:1219 +#: ../../enterprise/include/functions_services.php:1697 +#: ../../enterprise/include/functions_reporting.php:1250 +#: ../../enterprise/include/functions_reporting.php:3103 +#: ../../enterprise/include/functions_reporting.php:3435 +#: ../../enterprise/include/functions_reporting_pdf.php:1629 +#: ../../enterprise/include/functions_reporting_pdf.php:1658 +#: ../../enterprise/include/functions_reporting_pdf.php:1816 +#: ../../enterprise/include/functions_reporting_pdf.php:2055 +#: ../../godmode/agentes/planned_downtime.list.php:477 +#: ../../godmode/alerts/alert_view.php:113 +#: ../../godmode/modules/manage_network_components.php:583 +#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:339 ../../include/functions_db.php:156 +#: ../../include/functions.php:944 ../../include/functions.php:950 +#: ../../include/functions.php:953 ../../include/functions_events.php:1776 +#: ../../include/functions_events.php:1944 +#: ../../include/functions_events.php:2011 +#: ../../include/functions_events.php:2027 +#: ../../include/functions_events.php:2037 +#: ../../include/functions_events.php:2042 +#: ../../include/functions_events.php:2060 +#: ../../include/functions_events.php:2139 +#: ../../include/functions_events.php:2193 +#: ../../include/functions_events.php:2205 +#: ../../include/functions_events.php:2217 +#: ../../include/functions_events.php:2239 +#: ../../include/functions_events.php:2254 +#: ../../include/functions_events.php:2264 +#: ../../include/functions_events.php:2353 +#: ../../include/functions_events.php:2430 +#: ../../include/functions_events.php:2452 +#: ../../include/functions_events.php:2462 ../../include/functions_ui.php:1994 +#: ../../include/functions_ui.php:2004 +#: ../../include/functions_reporting_html.php:361 +#: ../../include/functions_reporting_html.php:388 +#: ../../include/functions_reporting_html.php:2427 +#: ../../include/functions_reporting_html.php:2465 +#: ../../mobile/operation/agent.php:149 ../../mobile/operation/agent.php:160 +#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 +#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 +#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 +msgid "N/A" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:160 +#: ../../operation/gis_maps/ajax.php:315 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 +#: ../../include/functions_treeview.php:554 +msgid "Agent Version" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:197 +msgid "Agent contact" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:201 +#: ../../operation/agentes/status_monitor.php:962 +#: ../../operation/agentes/estado_agente.php:510 +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 +#: ../../operation/search_modules.php:50 +#: ../../enterprise/extensions/ipam/ipam_network.php:125 +#: ../../enterprise/extensions/ipam/ipam_list.php:162 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 +#: ../../enterprise/godmode/agentes/inventory_manager.php:174 +#: ../../enterprise/godmode/agentes/inventory_manager.php:236 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:80 +#: ../../enterprise/godmode/modules/configure_local_component.php:223 +#: ../../enterprise/meta/agentsearch.php:94 +#: ../../enterprise/meta/include/functions_wizard_meta.php:776 +#: ../../enterprise/meta/include/functions_wizard_meta.php:894 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1058 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1570 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 +#: ../../enterprise/include/functions_reporting_pdf.php:2363 +#: ../../godmode/agentes/agent_manager.php:249 +#: ../../godmode/agentes/module_manager.php:524 +#: ../../godmode/agentes/module_manager_editor_common.php:358 +#: ../../godmode/agentes/module_manager_editor_common.php:384 +#: ../../godmode/servers/manage_recontask_form.php:247 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_modules.php:464 +#: ../../godmode/massive/massive_edit_agents.php:283 +#: ../../godmode/modules/manage_network_components_form_common.php:104 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:493 +#: ../../include/functions_reporting_html.php:1577 +#: ../../mobile/operation/modules.php:497 +#: ../../mobile/operation/modules.php:500 +#: ../../mobile/operation/modules.php:501 +#: ../../mobile/operation/modules.php:675 +msgid "Interval" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/agentes/estado_agente.php:529 +#: ../../operation/agentes/ver_agente.php:612 +#: ../../operation/search_users.php:47 ../../operation/search_agents.php:66 +#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 +#: ../../enterprise/operation/agentes/policy_view.php:309 +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../enterprise/meta/agentsearch.php:99 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +#: ../../godmode/users/user_list.php:272 +#: ../../include/functions_treeview.php:514 +#: ../../include/functions_events.php:2036 ../../include/ajax/module.php:737 +#: ../../mobile/operation/agents.php:85 ../../mobile/operation/agents.php:336 +#: ../../mobile/operation/agents.php:338 ../../mobile/operation/agents.php:340 +#: ../../mobile/operation/agents.php:341 ../../mobile/operation/agent.php:155 +msgid "Last contact" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/agentes/estado_agente.php:499 +#: ../../operation/gis_maps/ajax.php:332 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../include/functions_treeview.php:514 +msgid "Remote" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:211 +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 +#: ../../enterprise/extensions/ipam/ipam_list.php:223 +#: ../../enterprise/extensions/cron/main.php:260 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 +#: ../../godmode/snmpconsole/snmp_alert.php:1111 +#: ../../godmode/db/db_main.php:183 ../../include/functions_treeview.php:507 +#: ../../include/functions_ui.php:449 +msgid "Never" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:219 +msgid "Next contact" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:242 +msgid "Agent info" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:257 +#: ../../include/functions_treeview.php:626 +msgid "Agent access rate (24h)" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:269 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 +#: ../../include/functions_treeview.php:483 +#: ../../mobile/operation/agent.php:151 +msgid "Other IP addresses" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:279 +#: ../../operation/agentes/ver_agente.php:770 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/agentes/agent_manager.php:233 +#: ../../godmode/groups/configure_group.php:132 +#: ../../godmode/massive/massive_edit_agents.php:267 +#: ../../godmode/modules/manage_nc_groups_form.php:69 +#: ../../include/functions_visual_map_editor.php:504 +msgid "Parent" msgstr "" -#: ../../enterprise/godmode/modules/configure_local_component.php:246 -#: ../../godmode/agentes/module_manager_editor_common.php:274 -#: ../../godmode/massive/massive_edit_modules.php:512 -#: ../../godmode/modules/manage_network_components_form_common.php:132 -msgid "FF threshold" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:248 -#: ../../godmode/agentes/module_manager_editor_common.php:277 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:515 -#: ../../godmode/modules/manage_network_components_form_common.php:134 -msgid "All state changing" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:251 -#: ../../godmode/agentes/module_manager_editor_common.php:280 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:516 -#: ../../godmode/modules/manage_network_components_form_common.php:137 -msgid "Each state changing" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:252 -#: ../../godmode/agentes/module_manager_editor_common.php:281 -#: ../../godmode/massive/massive_edit_modules.php:517 -#: ../../godmode/modules/manage_network_components_form_common.php:138 -msgid "To normal" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:283 -#: ../../godmode/massive/massive_edit_modules.php:518 -#: ../../godmode/modules/manage_network_components_form_common.php:140 -msgid "To warning" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:256 -#: ../../godmode/agentes/module_manager_editor_common.php:285 -#: ../../godmode/massive/massive_edit_modules.php:519 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -msgid "To critical" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:260 -#: ../../include/functions_reporting.php:2210 -#: ../../godmode/agentes/module_manager_editor_common.php:287 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -msgid "Historical data" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:263 -#: ../../godmode/agentes/module_manager_editor_common.php:415 -#: ../../godmode/massive/massive_edit_modules.php:523 -msgid "FF timeout" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:265 -#: ../../godmode/agentes/module_manager_editor_common.php:421 -#: ../../godmode/massive/massive_edit_modules.php:524 -msgid "" -"Timeout in secs from start of flip flop counting. If this value is exceeded, " -"FF counter is reset. Set to 0 for no timeout." -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../godmode/agentes/module_manager_editor_common.php:424 -msgid "This value can be set only in the async modules." -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:268 -#: ../../godmode/modules/manage_network_components_form_common.php:149 -msgid "Any value below this number is discarted" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -#: ../../godmode/modules/manage_network_components_form_common.php:151 -msgid "Any value over this number is discarted" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:280 -#: ../../godmode/agentes/module_manager_editor_common.php:365 -#: ../../godmode/massive/massive_edit_modules.php:452 -#: ../../godmode/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -msgid "Post process" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../godmode/agentes/module_manager_editor_common.php:525 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -msgid "Critical instructions" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -#: ../../godmode/agentes/module_manager_editor_common.php:526 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -msgid "Instructions when the status is critical" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:329 -#: ../../godmode/agentes/module_manager_editor_common.php:530 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -msgid "Warning instructions" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -msgid "Instructions when the status is warning" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:335 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -msgid "Unknown instructions" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -msgid "Instructions when the status is unknown" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:345 -#: ../../godmode/agentes/module_manager_editor_common.php:552 -#: ../../godmode/massive/massive_edit_modules.php:534 -#: ../../godmode/modules/manage_network_components_form_common.php:174 -msgid "Category" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -#: ../../godmode/agentes/module_manager_editor_common.php:431 -#: ../../godmode/modules/manage_network_components_form_common.php:196 -msgid "Tags available" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:373 -#: ../../godmode/agentes/module_manager_editor_common.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:203 -msgid "Add tags to module" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../godmode/agentes/module_manager_editor_common.php:494 -#: ../../godmode/modules/manage_network_components_form_common.php:204 -msgid "Delete tags to module" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:377 -#: ../../godmode/agentes/module_manager_editor_common.php:496 -#: ../../godmode/modules/manage_network_components_form_common.php:206 -msgid "Tags selected" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:389 -msgid "Macros" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:425 -#: ../../godmode/servers/plugin.php:401 -#: ../../godmode/servers/recon_script.php:161 -msgid "Default value" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:441 -#: ../../godmode/servers/plugin.php:441 -#: ../../godmode/servers/recon_script.php:199 -msgid "Add macro" -msgstr "" - -#: ../../enterprise/godmode/modules/configure_local_component.php:449 -#: ../../godmode/servers/plugin.php:456 -#: ../../godmode/servers/recon_script.php:206 -msgid "Delete macro" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 -msgid "Edit template" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:32 -#: ../../enterprise/godmode/reporting/graph_template_list.php:43 -#: ../../enterprise/godmode/reporting/graph_template_list.php:53 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 -#: ../../godmode/reporting/graphs.php:39 ../../godmode/reporting/graphs.php:49 -msgid "Graph list" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:70 -msgid "Graph template management" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:87 -#: ../../enterprise/godmode/reporting/graph_template_list.php:107 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 -#: ../../operation/reporting/graph_viewer.php:36 -#: ../../operation/reporting/graph_viewer.php:43 -#: ../../godmode/events/event_filter.php:53 -#: ../../godmode/events/event_filter.php:74 -#: ../../godmode/agentes/planned_downtime.list.php:106 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../godmode/reporting/graphs.php:81 ../../godmode/reporting/graphs.php:91 -#: ../../godmode/reporting/graphs.php:130 -msgid "Not deleted. Error deleting data" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:163 -msgid "There are no defined graph templates" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:379 -msgid "Create template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 -#: ../../godmode/reporting/reporting_builder.list_items.php:287 -#: ../../godmode/reporting/reporting_builder.list_items.php:292 -#: ../../godmode/reporting/reporting_builder.list_items.php:298 -msgid "Ascendent" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/reporting/reporting_builder.list_items.php:293 -#: ../../godmode/reporting/reporting_builder.list_items.php:299 -msgid "Descent" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 -#: ../../godmode/netflow/nf_item_list.php:206 -#: ../../godmode/netflow/nf_item_list.php:209 -msgid "Move to up" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 -#: ../../godmode/netflow/nf_item_list.php:203 -#: ../../godmode/netflow/nf_item_list.php:210 -msgid "Move to down" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 -msgid "Advance Options" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 -msgid "Cleanup sucessfully" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 -msgid "Cleanup error" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "Sucessfully applied" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "reports" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "items" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 -msgid "Could not be applied" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 -#: ../../godmode/massive/massive_operations.php:215 -msgid "" -"In order to perform massive operations, PHP needs a correct configuration in " -"timeout parameters. Please, open your PHP configuration file (php.ini) for " -"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout " -"parameters to a correct value:
max_execution_time = 0 and " -"max_input_time = -1" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 -msgid "Create template report wizard" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 -msgid "Clean up template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 -msgid "Create report per agent" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 -msgid "" -"Left in blank if you want to use default name: Template name - agents (num " -"agents) - Date" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 -msgid "Target group" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 -msgid "Filter by" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 -msgid "Filter tag" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:452 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -msgid "Select all" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:451 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -msgid "Agents available" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:454 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -msgid "Agents to apply" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 -msgid "Add agents to template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 -msgid "Undo agents to template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:429 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 -msgid "Apply template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -msgid "Please set template distinct than " -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:776 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 -msgid "" -"This will be delete all reports created in previous template applications. " -"Do you want to continue?" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 -#: ../../operation/reporting/reporting_viewer.php:86 -#: ../../godmode/reporting/reporting_builder.php:1829 -msgid "List items" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 -msgid "List templates" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 -#: ../../enterprise/godmode/policies/policies.php:180 -#: ../../include/functions_agents.php:676 -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -msgid "Successfully copied" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 -#: ../../enterprise/godmode/policies/policies.php:181 -#: ../../godmode/alerts/alert_actions.php:141 -msgid "Could not be copied" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../operation/search_reports.php:40 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../godmode/reporting/reporting_builder.php:537 -msgid "HTML" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -#: ../../operation/search_reports.php:41 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../godmode/reporting/reporting_builder.php:538 -msgid "XML" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:335 -#: ../../godmode/reporting/reporting_builder.php:607 -msgid "HTML view" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:337 -#: ../../godmode/reporting/reporting_builder.php:608 -msgid "Export to XML" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:375 -msgid "You haven't created templates yet." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:386 -msgid "Generate a dynamic report\"" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:438 -#: ../../include/ajax/module.php:147 -#: ../../operation/agentes/datos_agente.php:189 -msgid "Timestamp from:" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 -#: ../../include/ajax/module.php:155 -#: ../../operation/agentes/datos_agente.php:195 -msgid "Timestamp to:" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 -msgid "Add agents" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 -msgid "Undo agents" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 -msgid "Generate" -msgstr "" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:28 -#: ../../enterprise/godmode/reporting/mysql_builder.php:122 -msgid "Custom Mysql template builder" -msgstr "" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:59 -msgid "Create custom SQL" -msgstr "" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:70 -msgid ": Create new custom" -msgstr "" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:90 -msgid "Create new custom" -msgstr "" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Successfully operation" -msgstr "" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Could not be operation" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 -#: ../../include/functions_reports.php:587 -msgid "Top n" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -msgid "Only table" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -msgid "Table & Graph" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -#: ../../godmode/reporting/reporting_builder.item_editor.php:43 -msgid "Only graph" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164 -msgid "Elements to apply" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1188 -#: ../../godmode/reporting/reporting_builder.item_editor.php:668 -msgid "Last value" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1189 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2940 -#: ../../godmode/reporting/reporting_builder.item_editor.php:669 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2738 -msgid "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 -msgid "Sum" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 -#: ../../include/functions_reporting.php:4234 -msgid "Rate" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -#: ../../operation/events/events.build_table.php:662 -#: ../../operation/agentes/networkmap_list.php:257 -#: ../../godmode/snmpconsole/snmp_alert.php:1213 -#: ../../godmode/agentes/agent_manager.php:210 -msgid "Delete selected" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1496 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 -msgid "Group by agent" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1546 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1172 -msgid "Condition" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 -#: ../../include/functions_reporting.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1177 -msgid "Everything" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1554 -msgid ">=" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1556 -msgid "<" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1567 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1207 -msgid "Show graph" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:200 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1228 -msgid "Show resume" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1228 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 -msgid "Graph template editor" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/graph_builder.graph_editor.php:152 -msgid "Weight" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1893 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2330 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2425 -msgid "Exact match" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 -msgid "Decrease Weight" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 -msgid "Increase Weight" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 -#: ../../include/functions_visual_map_editor.php:428 -#: ../../include/functions_visual_map_editor.php:436 -msgid "Cancel" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:181 -msgid "Order:" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom:" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:216 -msgid "Show address instead module name" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1216 -msgid "Show the main address of agent." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:230 -#: ../../mobile/operation/module_graph.php:420 -#: ../../operation/agentes/stat_win.php:367 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1150 -msgid "Time compare (Overlapped)" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:131 -msgid "Available" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/graphs/export_data.php:76 -msgid "Selected" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:140 -msgid "Push the selected services into the list" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:145 -msgid "Remove the services from the list" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:199 -msgid "Icon preview" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:256 -msgid "Are you sure? All the visual map services will be recreated" -msgstr "" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:275 -msgid "The services list is empty" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115 -#: ../../godmode/reporting/reporting_builder.php:1878 -msgid "Successfull action" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115 -#: ../../godmode/servers/modificar_server.php:73 -#: ../../godmode/servers/modificar_server.php:85 -#: ../../godmode/reporting/reporting_builder.php:1878 -msgid "Unsuccessfull action" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1136 -#: ../../godmode/reporting/reporting_builder.item_editor.php:584 -msgid "Item Editor" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1223 -#: ../../godmode/reporting/reporting_builder.item_editor.php:714 -msgid "Projection period" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1237 -#: ../../godmode/reporting/reporting_builder.item_editor.php:724 -msgid "Data range" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:216 -#: ../../godmode/reporting/reporting_builder.item_editor.php:735 -msgid "Only display wrong SLAs" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:744 -msgid "Working time" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1338 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1079 -msgid "Select server" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 -msgid "" -"Case insensitive regular expression for agent name. For example: Network.* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1409 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1939 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2110 -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 " -"has to be fulfilled with the literally string of the module name, if not you " -"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " -"usage in matchine 1." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 -msgid "Module exact match" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1876 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1941 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2039 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2114 -msgid "Check it if you want to match module name literally" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1462 -msgid "Query SQL" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1088 -msgid "Serialized header" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1088 -msgid "The separator character is |" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1472 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1058 -msgid "Custom SQL template" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1477 -msgid "SQL preview" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 -msgid "Field separator" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 -msgid "Separator for different fields in the serialized text chain" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -msgid "Line separator" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -msgid "" -"Separator in different lines (composed by fields) of the serialized text " -"chain" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1538 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 -msgid "Only average" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1215 -msgid "Show address instead module name." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1596 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 -msgid "Event filter" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1599 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1240 -msgid "No Validated" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601 -#: ../../include/functions_graph.php:2607 -#: ../../include/functions_events.php:880 -#: ../../include/functions_events.php:1716 -#: ../../include/functions_events.php:1722 -#: ../../include/functions_events.php:1726 -#: ../../include/functions_events.php:1731 -#: ../../include/functions_events.php:2918 -#: ../../include/functions_events.php:2926 -#: ../../operation/snmpconsole/snmp_view.php:398 -#: ../../operation/snmpconsole/snmp_view.php:562 -#: ../../operation/snmpconsole/snmp_view.php:813 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 -msgid "Validated" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1253 -msgid "Event graphs" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 -msgid "By agent" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1263 -msgid "By user validator" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1619 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1269 -msgid "By criticity" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1621 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1275 -msgid "Validated vs unvalidated" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1628 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 -msgid "Show in two columns" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -msgid "SLA items sorted by fulfillment value" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1639 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1294 -msgid "Show in landscape" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1652 -msgid "Modules to match" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 -msgid "Select the modules to match when create a report for agents" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735 -msgid "Modules to match (Free text)" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1737 -msgid "Free text to filter the modules of agents when apply this template." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1751 -msgid "Create a graph for each agent" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1753 -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 "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1791 -#: ../../godmode/netflow/nf_item_list.php:260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1322 -msgid "Create item" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1796 -#: ../../include/functions_visual_map_editor.php:587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1325 -msgid "Update item" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 -msgid "SLA Min. (value)" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1831 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1357 -msgid "SLA Max. (value)" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1358 -msgid "SLA Limit (%)" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1841 -msgid "Please save the SLA template for start to add items in this list." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1890 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2057 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2333 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2428 -msgid "Not literally" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1934 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104 -msgid "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2001 -msgid "Please save the template to start adding items into the list." -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:198 -msgid "SLA min value" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 -msgid "SLA min Value" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:202 -msgid "SLA max value" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 -msgid "SLA max Value" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:206 -msgid "SLA Limit %" -msgstr "" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 -msgid "SLA Limit Value" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 -#: ../../godmode/events/event_edit_filter.php:151 -#: ../../godmode/netflow/nf_edit_form.php:110 -#: ../../godmode/modules/manage_nc_groups.php:83 -msgid "Not updated. Blank name" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 -msgid "Template updated successfully" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 -msgid "Error updating template" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 -#: ../../include/functions_visual_map_editor.php:84 -#: ../../include/functions_visual_map_editor.php:353 -#: ../../godmode/events/event_responses.editor.php:104 -#: ../../godmode/setup/gis_step_2.php:257 -#: ../../godmode/reporting/graph_builder.main.php:125 -#: ../../godmode/reporting/visual_console_builder.wizard.php:134 -msgid "Width" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 -#: ../../godmode/events/event_responses.editor.php:106 -#: ../../godmode/setup/gis_step_2.php:259 -#: ../../godmode/reporting/graph_builder.main.php:129 -#: ../../godmode/reporting/visual_console_builder.wizard.php:137 -msgid "Height" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 -msgid "3 hours" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 -msgid "4 days" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 -#: ../../include/functions_netflow.php:1057 -#: ../../godmode/setup/performance.php:90 -msgid "Last week" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -#: ../../include/functions_netflow.php:1058 -#: ../../godmode/setup/performance.php:92 -msgid "Last month" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 -#: ../../include/functions_netflow.php:1059 -msgid "2 months" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 -#: ../../include/functions_netflow.php:1061 ../../include/ajax/module.php:127 -msgid "6 months" -msgstr "" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -#: ../../include/functions.php:1994 ../../include/ajax/module.php:128 -msgid "1 year" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:26 -msgid "Linking modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:32 -#: ../../enterprise/godmode/policies/policies.php:191 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_agents.php:80 -#: ../../enterprise/godmode/policies/policy_modules.php:420 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../godmode/agentes/module_manager_editor.php:340 -msgid "This policy is applying and cannot be modified" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:53 -msgid "Error: Update linking modules to policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:56 -msgid "Success: Update linking modules to policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:66 -msgid "Free text for filter (*)" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:67 -msgid "Free text for filter" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:110 -msgid "List of modules unlinked" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:137 -#: ../../godmode/setup/links.php:109 -msgid "Link" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_linking.php:143 -msgid "There are no defined modules unlinked" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:114 -msgid "Policy name already exists" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:170 -msgid "Policies Management" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:186 -msgid "All policy agents added to delete queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:187 -msgid "Policy agents cannot be added to the delete queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:233 -#: ../../operation/agentes/estado_agente.php:171 -#: ../../godmode/agentes/modificar_agente.php:155 -msgid "Recursion" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:237 -msgid "a" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:310 -msgid "Policy updated" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:314 -msgid "Pending update policy only database" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:318 -msgid "Pending update policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:395 -msgid "A policy with agents cannot be deleted. Purge it first" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:401 -msgid "Deleting all policy agents" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:404 -msgid "All the policy agents will be deleted" -msgstr "" - -#: ../../enterprise/godmode/policies/policies.php:408 -msgid "Delete all agents" -msgstr "" - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_collections.php:68 -msgid "" -"Successfully added to delete the collection. Will be deleted in the next " -"policy application." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_collections.php:73 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -#: ../../enterprise/godmode/policies/policy_agents.php:95 -#: ../../enterprise/godmode/policies/policy_modules.php:924 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -msgid "Successfully reverted deletion" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_collections.php:74 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:925 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -msgid "Could not be reverted" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:101 -msgid "Operations successfully deleted from the queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:102 -msgid "Operations cannot be deleted from the queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:160 -msgid "Update pending" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:162 -msgid "Update pending agents" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:176 -#: ../../enterprise/godmode/policies/policy_agents.php:428 -msgid "Add to apply queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:180 -msgid "Add to apply queue only for database" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:186 -msgid "Link pending modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:192 -msgid "Will be linked in the next policy application" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:195 -msgid "Unlink pending modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:201 -msgid "Will be unlinked in the next policy application" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:206 -msgid "Delete pending" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:208 -msgid "Delete pending agents" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:214 -#: ../../enterprise/godmode/policies/policy_queue.php:223 -#: ../../enterprise/godmode/policies/policy_queue.php:232 -#: ../../enterprise/godmode/policies/policy_queue.php:241 -#: ../../enterprise/godmode/policies/policy_queue.php:250 -#: ../../enterprise/godmode/policies/policy_queue.php:259 -#: ../../enterprise/godmode/policies/policy_queue.php:268 -msgid "Will be deleted in the next policy application" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:217 -msgid "Delete pending modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:226 -msgid "Delete pending inventory modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:235 -msgid "Delete pending alerts" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:244 -msgid "Delete pending external alerts" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:253 -msgid "Delete pending file collections" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:262 -msgid "Delete pending plugins" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:274 -msgid "Advices" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -msgid "Queue summary" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -#: ../../enterprise/godmode/policies/policy_queue.php:364 -#: ../../operation/snmpconsole/snmp_view.php:444 -#: ../../operation/agentes/alerts_status.php:390 -#: ../../operation/agentes/graphs.php:173 -#: ../../godmode/users/user_list.php:249 -#: ../../godmode/snmpconsole/snmp_alert.php:913 -#: ../../godmode/alerts/alert_list.list.php:156 -msgid "Toggle filter(s)" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:364 -msgid "Queue filter" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:459 -msgid "Empty queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:476 -msgid "This operation could take a long time" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 -msgid "Module is not selected" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 -#: ../../enterprise/godmode/policies/policy_modules.php:905 -#: ../../enterprise/godmode/policies/policy_modules.php:919 -msgid "" -"Successfully added to delete pending modules. Will be deleted in the next " -"policy application." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 -msgid "Select inventory module" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 -msgid "There are no defined inventory modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_agents.php:445 -#: ../../enterprise/godmode/policies/policy_modules.php:1080 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -msgid "Undo deletion" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_plugins.php:33 -msgid "" -"Successfully added to delete pending plugins. Will be deleted in the next " -"policy application." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_plugins.php:34 -msgid "Cannot be added to delete pending plugins." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_plugins.php:111 -msgid "There are no defined plugins" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:90 -msgid "" -"Successfully added to delete pending agents. Will be deleted in the next " -"policy application." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:121 -msgid "Successfully added to delete queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:122 -msgid "Could not be added to delete queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:157 -msgid "Successfully deleted from delete pending agents" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:158 -msgid "Could not be deleted from delete pending agents" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:260 -msgid "Agents in Policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:297 -msgid "Add agents to policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:303 -msgid "Delete agents from policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:339 -msgid "Applied" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:340 -msgid "Not applied" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:349 #: ../../operation/agentes/estado_generalagente.php:293 -#: ../../godmode/agentes/agent_manager.php:317 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../godmode/agentes/agent_manager.php:320 #: ../../godmode/agentes/configurar_agente.php:416 #: ../../godmode/agentes/configurar_agente.php:526 #: ../../godmode/servers/servers.build_table.php:160 @@ -16807,1049 +4090,4723 @@ msgstr "" msgid "Remote configuration" msgstr "" -#: ../../enterprise/godmode/policies/policy_agents.php:351 -msgid "Unlinked modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:351 -msgid "U." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:354 -msgid "Add to delete queue" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:354 -#: ../../godmode/agentes/module_manager.php:528 -msgid "D." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:399 -#: ../../godmode/agentes/agent_manager.php:188 -msgid "This agent can be remotely configured" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:404 -msgid "This agent can not be remotely configured" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:463 -msgid "Need apply" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:471 -msgid "Applying policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:477 -msgid "Deleting from policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_agents.php:491 -#: ../../include/functions_visual_map.php:1203 -#: ../../include/functions_visual_map.php:1428 -#: ../../godmode/massive/massive_delete_agents.php:33 -#: ../../godmode/massive/massive_delete_alerts.php:83 -#: ../../godmode/massive/massive_delete_modules.php:61 -#: ../../godmode/massive/massive_add_alerts.php:73 -#: ../../godmode/massive/massive_add_tags.php:33 -#: ../../godmode/massive/massive_edit_agents.php:90 -#: ../../godmode/massive/massive_delete_tags.php:97 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -msgid "No agents selected" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:22 -#: ../../enterprise/godmode/policies/policy_modules.php:1200 -#: ../../godmode/agentes/module_manager_editor_common.php:386 -msgid "Not needed" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:213 -msgid "" -"If you change this description, you must change into the text of Data " -"configuration." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:286 -msgid "Module macros" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:382 -msgid "Could not be added module(s). You must select a policy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:410 -#, php-format -msgid "Successfully added module(s) (%s/%s) to policy %s" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:412 -#, php-format -msgid "Could not be added module(s) (%s/%s) to policy %s" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:654 -msgid "Could not be added module." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:875 -msgid "" -"The module type in Data configuration is empty, take from combo box of form." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:878 -msgid "" -"The module name in Data configuration is empty, take from text field of form." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:909 -msgid "Could not be added to deleted all modules." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:966 -#: ../../godmode/agentes/configurar_agente.php:1414 -#, php-format -msgid "copy of %s" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:978 -#: ../../godmode/agentes/configurar_agente.php:1424 -#, php-format -msgid "copy of %s (%d)" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:995 -msgid "Successfully duplicate the module." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1048 -msgid "Local component" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1057 -#: ../../enterprise/godmode/policies/policy_modules.php:1058 -#: ../../godmode/agentes/module_manager.php:690 -msgid "Enable module" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1063 -#: ../../enterprise/godmode/policies/policy_modules.php:1064 -#: ../../godmode/agentes/module_manager.php:695 -msgid "Disable module" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1114 -msgid "There are no defined modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1131 -#: ../../godmode/massive/massive_copy_modules.php:136 -msgid "Copy modules" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1132 -msgid "Copy selected modules to policy: " -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -#: ../../godmode/agentes/module_manager_editor.php:515 -msgid "No module name provided" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1173 -#: ../../godmode/agentes/module_manager_editor.php:516 -msgid "No target IP provided" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1174 -#: ../../godmode/agentes/module_manager_editor.php:517 -msgid "No SNMP OID provided" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1267 -msgid "Variable" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1307 -msgid "Are you sure to copy modules into policy?\\n" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_modules.php:1327 -msgid "Please select any module to copy" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 -msgid "Created successfuly" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_alerts.php:164 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 -msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next " -"policy application." -msgstr "" - -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 -msgid "Added action successfuly" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 -msgid "Deleted action successfuly" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -msgid "Duplicated alert" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 -msgid "Modules in policy agents" -msgstr "" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 -msgid "Alert Template" -msgstr "" - -#: ../../enterprise/load_enterprise.php:315 -msgid "Invalid licence." -msgstr "" - -#: ../../enterprise/load_enterprise.php:316 -msgid "Please contact Artica at info@artica.es for a valid licence." -msgstr "" - -#: ../../enterprise/load_enterprise.php:318 -msgid "Or disable Pandora FMS enterprise" -msgstr "" - -#: ../../enterprise/load_enterprise.php:405 -#: ../../enterprise/load_enterprise.php:619 -msgid "Request new licence" -msgstr "" - -#: ../../enterprise/load_enterprise.php:480 -#, php-format -msgid "" -"License out of limits

" -"This license allows %d agents and you have %d agents configured." -msgstr "" - -#: ../../enterprise/load_enterprise.php:485 -#, php-format -msgid "" -"License out of limits

" -"This license allows %d modules and you have %d modules configured." -msgstr "" - -#: ../../enterprise/load_enterprise.php:492 -msgid "" -"This license has expired. " -"

You can not get updates until you renew the license." -msgstr "" - -#: ../../enterprise/load_enterprise.php:503 -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 "" - -#: ../../enterprise/load_enterprise.php:507 -msgid "Please contact Artica at info@artica.es to renew the license." -msgstr "" - -#: ../../enterprise/load_enterprise.php:616 -msgid "Renew" -msgstr "" - -#: ../../enterprise/load_enterprise.php:702 -msgid "Activate license" -msgstr "" - -#: ../../enterprise/load_enterprise.php:703 -msgid "Your request key is:" -msgstr "" - -#: ../../enterprise/load_enterprise.php:705 -#, php-format -msgid "" -"You can activate it manually here or " -"automatically filling the form below:" -msgstr "" - -#: ../../enterprise/load_enterprise.php:710 -msgid "Auth Key:" -msgstr "" - -#: ../../enterprise/load_enterprise.php:717 -#: ../../enterprise/load_enterprise.php:733 -msgid "Online validation" -msgstr "" - -#: ../../enterprise/load_enterprise.php:726 -msgid "ERROR:" -msgstr "" - -#: ../../enterprise/load_enterprise.php:726 -msgid "When connecting to Artica server." -msgstr "" - -#: ../../mobile/index.php:206 ../../mobile/operation/groups.php:52 -#: ../../mobile/operation/agent.php:59 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/module_graph.php:270 -#: ../../mobile/operation/modules.php:174 -#: ../../mobile/operation/tactical.php:69 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/events.php:426 -#: ../../mobile/operation/visualmaps.php:84 -#: ../../mobile/operation/agents.php:146 -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 "" - -#: ../../mobile/include/user.class.php:153 -#: ../../mobile/include/user.class.php:171 -#: ../../mobile/include/user.class.php:178 -msgid "Double authentication failed" -msgstr "" - -#: ../../mobile/include/user.class.php:154 -msgid "Secret code not found" -msgstr "" - -#: ../../mobile/include/user.class.php:155 -msgid "Please contact the administrator to reset your double authentication" -msgstr "" - -#: ../../mobile/include/user.class.php:179 -msgid "There was an error checking the code" -msgstr "" - -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" -msgstr "" - -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." -msgstr "" - -#: ../../mobile/include/user.class.php:220 -msgid "Login out" -msgstr "" - -#: ../../mobile/include/user.class.php:238 -msgid "user" -msgstr "" - -#: ../../mobile/include/user.class.php:245 -msgid "password" -msgstr "" - -#: ../../mobile/include/user.class.php:295 -#: ../../mobile/include/user.class.php:296 ../../general/login_page.php:143 -msgid "Authenticator code" -msgstr "" - -#: ../../mobile/include/user.class.php:300 ../../general/login_page.php:149 -msgid "Check code" -msgstr "" - -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 ../../general/footer.php:30 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "" - -#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 -msgid "Pandora FMS mobile" -msgstr "" - -#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:154 -msgid "Home" -msgstr "" - -#: ../../mobile/include/ui.class.php:630 -msgid "Not found header." -msgstr "" - -#: ../../mobile/include/ui.class.php:633 -msgid "Not found content." -msgstr "" - -#: ../../mobile/include/ui.class.php:636 -msgid "Not found footer." -msgstr "" - -#: ../../mobile/include/ui.class.php:639 -msgid "Incorrect form." -msgstr "" - -#: ../../mobile/include/ui.class.php:642 -msgid "Incorrect grid." -msgstr "" - -#: ../../mobile/include/ui.class.php:645 -msgid "Incorrect collapsible." -msgstr "" - -#: ../../mobile/operation/groups.php:102 ../../mobile/operation/groups.php:103 -#: ../../mobile/operation/groups.php:104 -#: ../../include/functions_groups.php:764 -#: ../../include/functions_groups.php:766 -#: ../../include/functions_groups.php:768 -#: ../../include/functions_groups.php:769 -#: ../../include/functions_groups.php:770 -#: ../../include/functions_reporting_html.php:2586 -msgid "Agents unknown" -msgstr "" - -#: ../../mobile/operation/agent.php:104 -msgid "PandoraFMS: Agents" -msgstr "" - -#: ../../mobile/operation/agent.php:109 -msgid "No agent found" -msgstr "" - -#: ../../mobile/operation/agent.php:117 ../../include/ajax/module.php:825 -#: ../../include/class/Tree.class.php:1772 -#: ../../operation/agentes/estado_agente.php:522 -#: ../../operation/agentes/estado_generalagente.php:83 -#: ../../godmode/agentes/agent_manager.php:393 -#: ../../godmode/agentes/modificar_agente.php:470 -#: ../../godmode/agentes/module_manager_editor_common.php:518 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/planned_downtime.list.php:425 -#: ../../godmode/agentes/module_manager.php:584 -#: ../../godmode/massive/massive_edit_agents.php:397 -#: ../../godmode/massive/massive_edit_modules.php:570 -msgid "Quiet" -msgstr "" - -#: ../../mobile/operation/agent.php:131 ../../extensions/net_tools.php:131 -#: ../../operation/agentes/estado_generalagente.php:148 -msgid "IP address" -msgstr "" - -#: ../../mobile/operation/agent.php:161 -msgid "Modules by status" -msgstr "" - -#: ../../mobile/operation/agent.php:169 -#: ../../include/functions_treeview.php:563 -#: ../../operation/agentes/estado_generalagente.php:596 +#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../enterprise/extensions/ipam/ipam_network.php:542 +#: ../../enterprise/extensions/ipam/ipam_massive.php:79 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 +#: ../../enterprise/godmode/setup/setup.php:98 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/include/functions_reporting_pdf.php:2340 +#: ../../godmode/alerts/configure_alert_template.php:658 +#: ../../include/functions_reporting_html.php:1553 +#: ../../include/functions_groups.php:2158 +msgid "Enabled" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:311 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 +#: ../../include/functions_treeview.php:571 +msgid "Position (Long, Lat)" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:314 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 +msgid "There is no GIS data." +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:330 +#: ../../operation/agentes/ver_agente.php:946 +#: ../../operation/agentes/ver_agente.php:1152 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 +#: ../../godmode/agentes/agent_manager.php:392 +#: ../../include/functions_treeview.php:580 +msgid "Url address" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:339 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 +#: ../../include/functions_treeview.php:588 +msgid "Timezone Offset" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:389 +msgid "Active incident on this agent" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:393 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../godmode/setup/news.php:222 +msgid "Author" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:398 +#: ../../operation/integria_incidents/incident.incident.php:82 +#: ../../enterprise/dashboard/widget.php:60 +msgid "Title" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:403 +#: ../../operation/agentes/status_monitor.php:986 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/snmpconsole/snmp_view.php:531 +#: ../../operation/messages/message_list.php:127 +#: ../../operation/integria_incidents/incident.files.php:43 +#: ../../operation/search_modules.php:54 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/events/events.php:89 +#: ../../enterprise/meta/include/functions_events_meta.php:73 +#: ../../enterprise/include/functions_reporting_csv.php:224 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_inventory.php:65 +#: ../../enterprise/include/functions_inventory.php:240 +#: ../../enterprise/include/functions_reporting_pdf.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1333 +#: ../../enterprise/include/functions_reporting_pdf.php:1468 +#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:898 +#: ../../include/functions_events.php:2341 +#: ../../include/functions_events.php:3312 ../../include/ajax/events.php:466 +#: ../../include/functions_reporting.php:5486 +#: ../../include/functions_netflow.php:287 +#: ../../include/functions_reporting_html.php:535 +#: ../../include/functions_reporting_html.php:665 +#: ../../include/functions_reporting_html.php:1147 +#: ../../include/functions_reporting_html.php:2081 +#: ../../mobile/operation/modules.php:505 +#: ../../mobile/operation/modules.php:676 +#: ../../mobile/operation/events.php:473 +msgid "Timestamp" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:408 +#: ../../operation/integria_incidents/incident.list.php:97 +#: ../../operation/integria_incidents/incident.incident.php:90 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 +#: ../../enterprise/godmode/alerts/alert_events.php:505 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../godmode/snmpconsole/snmp_alert.php:835 +#: ../../godmode/snmpconsole/snmp_alert.php:900 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/configure_alert_template.php:762 +#: ../../include/functions_events.php:2171 +#: ../../include/functions_reporting_html.php:2137 +msgid "Priority" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:449 +#: ../../include/functions_treeview.php:708 +msgid "Interface information" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:478 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:523 +#: ../../include/functions_treeview.php:686 +msgid "Interface traffic" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:539 +msgid "Events info (24hr.)" +msgstr "" + +#: ../../operation/agentes/estado_generalagente.php:599 +#: ../../include/functions_treeview.php:634 +#: ../../mobile/operation/agent.php:188 msgid "Events (24h)" msgstr "" -#: ../../mobile/operation/agent.php:205 -#, php-format -msgid "Last %s Events" +#: ../../operation/agentes/estado_generalagente.php:618 +msgid "Refresh data" msgstr "" -#: ../../mobile/operation/networkmaps.php:112 -#: ../../mobile/operation/home.php:72 -msgid "Networkmaps" +#: ../../operation/agentes/estado_generalagente.php:620 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../enterprise/operation/services/services.list.php:448 +#: ../../enterprise/extensions/ipam/ipam_network.php:154 +#: ../../enterprise/godmode/agentes/inventory_manager.php:270 +#: ../../include/ajax/module.php:779 ../../include/functions_ui.php:821 +#: ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 +msgid "Force" msgstr "" -#: ../../mobile/operation/networkmaps.php:120 -#, php-format -msgid "Filter Networkmaps by %s" +#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:59 +msgid "Monitor detail" msgstr "" -#: ../../mobile/operation/networkmaps.php:150 -#: ../../mobile/operation/modules.php:261 -#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/events.php:654 -#: ../../mobile/operation/agents.php:201 -msgid "Apply Filter" +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" msgstr "" -#: ../../mobile/operation/networkmaps.php:202 -#: ../../mobile/operation/networkmap.php:164 -msgid "No networkmaps" +#: ../../operation/agentes/status_monitor.php:302 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../operation/events/events_list.php:560 +#: ../../enterprise/dashboard/widgets/events_list.php:34 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:331 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/events/event_edit_filter.php:231 +#: ../../include/functions.php:1081 ../../include/functions_events.php:1435 +#: ../../mobile/operation/modules.php:43 +msgid "Not normal" msgstr "" -#: ../../mobile/operation/networkmaps.php:216 -#: ../../mobile/operation/modules.php:677 -#: ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/events.php:1060 -#: ../../mobile/operation/agents.php:426 -msgid "(Default)" +#: ../../operation/agentes/status_monitor.php:305 +msgid "Monitor status" msgstr "" -#: ../../mobile/operation/networkmaps.php:222 -#: ../../mobile/operation/modules.php:684 -#: ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/events.php:1086 -#: ../../mobile/operation/agents.php:432 -#, php-format -msgid "Group: %s" +#: ../../operation/agentes/status_monitor.php:310 +#: ../../operation/agentes/ver_agente.php:726 +#: ../../operation/agentes/estado_monitores.php:443 +#: ../../extensions/agents_modules.php:76 +#: ../../enterprise/operation/agentes/ver_agente.php:33 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 +#: ../../enterprise/godmode/modules/configure_local_component.php:211 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 +#: ../../godmode/reporting/reporting_builder.item_editor.php:886 +#: ../../godmode/agentes/module_manager_editor_common.php:167 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/modules/manage_network_components_form_common.php:95 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_events.php:2073 +#: ../../include/functions_graph.php:5192 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +msgid "Module group" msgstr "" -#: ../../mobile/operation/networkmaps.php:229 -#: ../../mobile/operation/events.php:1098 -#, php-format -msgid "Type: %s" +#: ../../operation/agentes/status_monitor.php:311 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 +#: ../../godmode/agentes/module_manager_editor_common.php:169 +#: ../../godmode/massive/massive_edit_modules.php:513 +#: ../../include/functions_treeview.php:118 +#: ../../include/functions_graph.php:5145 +msgid "Not assigned" msgstr "" -#: ../../mobile/operation/module_graph.php:366 -#: ../../mobile/operation/module_graph.php:375 -#, php-format -msgid "PandoraFMS: %s" +#: ../../operation/agentes/status_monitor.php:326 +#: ../../operation/incidents/incident.php:238 +msgid "Show" msgstr "" -#: ../../mobile/operation/module_graph.php:389 -#, php-format -msgid "Options for %s : %s" +#: ../../operation/agentes/status_monitor.php:331 +#: ../../operation/agentes/status_monitor.php:954 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 +#: ../../enterprise/include/functions_reporting_pdf.php:2357 +#: ../../godmode/agentes/agent_template.php:227 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/modules/manage_network_components.php:565 +#: ../../include/ajax/module.php:727 ../../mobile/operation/modules.php:447 +#: ../../mobile/operation/modules.php:672 +msgid "Module name" msgstr "" -#: ../../mobile/operation/module_graph.php:396 -msgid "Show Alerts" +#: ../../operation/agentes/status_monitor.php:335 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../operation/search_results.php:160 +#: ../../operation/integria_incidents/incident.list.php:76 +#: ../../operation/incidents/incident.php:294 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../enterprise/operation/agentes/agent_inventory.php:90 +#: ../../enterprise/operation/agentes/agent_inventory.php:95 +#: ../../enterprise/operation/inventory/inventory.php:179 +#: ../../enterprise/operation/inventory/inventory.php:219 +#: ../../enterprise/operation/services/services.list.php:143 +#: ../../enterprise/operation/services/services.list.php:182 +#: ../../enterprise/operation/log/log_viewer.php:170 +#: ../../enterprise/operation/log/log_viewer.php:238 +#: ../../enterprise/extensions/translate_string.php:265 +#: ../../enterprise/godmode/policies/policy_collections.php:182 +#: ../../enterprise/godmode/policies/policy_agents.php:366 +#: ../../enterprise/godmode/policies/policy_agents.php:371 +#: ../../enterprise/godmode/agentes/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:50 +#: ../../enterprise/godmode/alerts/alert_events_list.php:364 +#: ../../enterprise/godmode/alerts/alert_events_list.php:368 +#: ../../enterprise/godmode/modules/local_components.php:450 +#: ../../enterprise/godmode/modules/local_components.php:464 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 +#: ../../enterprise/meta/general/main_header.php:491 +#: ../../enterprise/meta/agentsearch.php:68 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/agentes/modificar_agente.php:169 +#: ../../godmode/agentes/modificar_agente.php:173 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/modules/manage_network_components.php:524 +#: ../../include/functions_snmp_browser.php:556 +msgid "Search" msgstr "" -#: ../../mobile/operation/module_graph.php:404 -msgid "Show Events" +#: ../../operation/agentes/status_monitor.php:379 +#: ../../godmode/agentes/module_manager_editor_data.php:17 +msgid "Data server module" msgstr "" -#: ../../mobile/operation/module_graph.php:412 -#: ../../operation/agentes/stat_win.php:373 -msgid "Time compare (Separated)" +#: ../../operation/agentes/status_monitor.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:64 +msgid "Network server module" msgstr "" -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:379 -msgid "Show unknown graph" +#: ../../operation/agentes/status_monitor.php:383 +#: ../../godmode/agentes/module_manager_editor_plugin.php:47 +msgid "Plugin server module" msgstr "" -#: ../../mobile/operation/module_graph.php:436 -msgid "Avg Only" +#: ../../operation/agentes/status_monitor.php:385 +#: ../../godmode/agentes/module_manager_editor_wmi.php:32 +msgid "WMI server module" msgstr "" -#: ../../mobile/operation/module_graph.php:441 -msgid "Time range (hours)" +#: ../../operation/agentes/status_monitor.php:387 +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +msgid "Prediction server module" msgstr "" -#: ../../mobile/operation/module_graph.php:454 -#: ../../operation/agentes/exportdata.php:301 -#: ../../operation/agentes/interface_traffic_graph_win.php:216 -#: ../../operation/agentes/stat_win.php:298 -#: ../../operation/agentes/graphs.php:133 -msgid "Begin date" +#: ../../operation/agentes/status_monitor.php:389 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:32 +msgid "Web server module" msgstr "" -#: ../../mobile/operation/module_graph.php:461 -msgid "Update graph" +#: ../../operation/agentes/status_monitor.php:393 +#: ../../operation/agentes/status_monitor.php:958 +msgid "Server type" msgstr "" -#: ../../mobile/operation/module_graph.php:470 -msgid "Error get the graph" +#: ../../operation/agentes/status_monitor.php:397 +#: ../../godmode/agentes/modificar_agente.php:158 +msgid "Only enabled" msgstr "" -#: ../../mobile/operation/modules.php:194 -#, php-format -msgid "Filter Modules by %s" +#: ../../operation/agentes/status_monitor.php:397 +#: ../../godmode/agentes/modificar_agente.php:157 +msgid "Only disabled" msgstr "" -#: ../../mobile/operation/modules.php:434 -#: ../../include/functions_modules.php:1834 +#: ../../operation/agentes/status_monitor.php:399 +msgid "Show monitors..." +msgstr "" + +#: ../../operation/agentes/status_monitor.php:409 +msgid "Data type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:528 +msgid "Advanced Options" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:532 +#: ../../operation/agentes/alerts_status.php:390 ../../operation/tree.php:184 +#: ../../operation/events/events_list.php:642 +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/modules/local_components.php:457 +#: ../../enterprise/meta/advanced/policymanager.queue.php:244 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 +#: ../../enterprise/meta/agentsearch.php:71 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 +#: ../../godmode/reporting/reporting_builder.list_items.php:205 +#: ../../godmode/users/user_list.php:243 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/modules/manage_network_components.php:532 +#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 +msgid "Show Options" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:942 +#: ../../operation/agentes/ver_agente.php:1146 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/policy_view.php:48 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:201 +#: ../../enterprise/extensions/resource_exportation/functions.php:17 +#: ../../enterprise/godmode/policies/policy_queue.php:331 +#: ../../enterprise/godmode/policies/policy_queue.php:374 +#: ../../enterprise/godmode/agentes/plugins_manager.php:110 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/inventory_manager.php:231 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 +#: ../../enterprise/meta/advanced/policymanager.sync.php:306 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/include/functions_policies.php:3785 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../godmode/alerts/alert_view.php:123 ../../include/ajax/module.php:721 +msgid "Policy" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:942 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/inventory_manager.php:232 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/ajax/module.php:721 +msgid "P." +msgstr "" + +#: ../../operation/agentes/status_monitor.php:948 +msgid "Data Type" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:973 +#: ../../operation/search_modules.php:52 +#: ../../extensions/realtime_graphs.php:72 +#: ../../enterprise/operation/services/services.service.php:134 +#: ../../enterprise/operation/services/services.list.php:323 +#: ../../enterprise/dashboard/widgets/custom_graph.php:33 +#: ../../include/functions_pandora_networkmap.php:1382 +#: ../../include/functions_events.php:2101 ../../include/ajax/module.php:736 +#: ../../include/functions_visual_map_editor.php:56 +msgid "Graph" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:976 +#: ../../godmode/agentes/module_manager.php:529 +#: ../../include/ajax/module.php:734 +msgid "Warn" +msgstr "" + +#: ../../operation/agentes/status_monitor.php:1137 #: ../../operation/search_modules.php:104 -#: ../../operation/agentes/status_monitor.php:1119 +#: ../../include/functions_modules.php:1849 +#: ../../mobile/operation/modules.php:461 msgid "NOT INIT" msgstr "" -#: ../../mobile/operation/modules.php:473 -msgid "Interval." +#: ../../operation/agentes/status_monitor.php:1355 +#: ../../operation/agentes/status_monitor.php:1361 +#: ../../enterprise/include/functions_services.php:1569 +#: ../../include/functions_ui.php:3657 +msgid "Snapshot view" msgstr "" -#: ../../mobile/operation/modules.php:479 -msgid "Last update." +#: ../../operation/agentes/status_monitor.php:1435 +msgid "This group doesn't have any monitor" msgstr "" -#: ../../mobile/operation/modules.php:558 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" +#: ../../operation/agentes/status_monitor.php:1522 +#: ../../operation/agentes/estado_monitores.php:347 +#: ../../operation/tree.php:357 +#: ../../enterprise/dashboard/widgets/tree_view.php:282 +msgid "Module: " msgstr "" -#: ../../mobile/operation/modules.php:692 +#: ../../operation/agentes/stat_win.php:44 +#: ../../operation/agentes/interface_traffic_graph_win.php:48 +msgid "There was a problem connecting with the node" +msgstr "" + +#: ../../operation/agentes/stat_win.php:112 +msgid "There was a problem locating the source of the graph" +msgstr "" + +#: ../../operation/agentes/stat_win.php:263 +#: ../../operation/agentes/interface_traffic_graph_win.php:200 +msgid "Pandora FMS Graph configuration menu" +msgstr "" + +#: ../../operation/agentes/stat_win.php:265 +#: ../../operation/agentes/interface_traffic_graph_win.php:202 +msgid "Please, make your changes and apply with the Reload button" +msgstr "" + +#: ../../operation/agentes/stat_win.php:292 +#: ../../operation/agentes/interface_traffic_graph_win.php:219 +msgid "Refresh time" +msgstr "" + +#: ../../operation/agentes/stat_win.php:300 +msgid "Avg. Only" +msgstr "" + +#: ../../operation/agentes/stat_win.php:315 +msgid "Begin time" +msgstr "" + +#: ../../operation/agentes/stat_win.php:321 +#: ../../operation/agentes/interface_traffic_graph_win.php:244 +msgid "Zoom factor" +msgstr "" + +#: ../../operation/agentes/stat_win.php:351 +msgid "" +"Show events is disabled because this Pandora node is set the event " +"replication." +msgstr "" + +#: ../../operation/agentes/stat_win.php:363 +msgid "Show event graph" +msgstr "" + +#: ../../operation/agentes/stat_win.php:372 +#: ../../operation/agentes/interface_traffic_graph_win.php:238 +msgid "Show percentil 95º" +msgstr "" + +#: ../../operation/agentes/stat_win.php:378 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:245 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1244 +#: ../../mobile/operation/module_graph.php:420 +msgid "Time compare (Overlapped)" +msgstr "" + +#: ../../operation/agentes/stat_win.php:384 +#: ../../mobile/operation/module_graph.php:412 +msgid "Time compare (Separated)" +msgstr "" + +#: ../../operation/agentes/stat_win.php:390 +#: ../../mobile/operation/module_graph.php:428 +msgid "Show unknown graph" +msgstr "" + +#: ../../operation/agentes/stat_win.php:415 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +msgstr "" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "" + +#: ../../operation/agentes/networkmap.dinamic.php:130 +#: ../../enterprise/operation/policies/networkmap.policies.php:64 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:683 +#: ../../enterprise/include/class/NetworkmapEnterprise.class.php:227 +#: ../../include/functions_pandora_networkmap.php:99 +#: ../../mobile/operation/networkmap.php:110 +#: ../../mobile/operation/networkmap.php:129 +#: ../../mobile/operation/networkmap.php:146 +msgid "Pandora FMS" +msgstr "" + +#: ../../operation/agentes/exportdata.excel.php:67 +#: ../../operation/agentes/exportdata.csv.php:68 +#: ../../operation/agentes/exportdata.php:82 +msgid "Invalid time specified" +msgstr "" + +#: ../../operation/agentes/exportdata.excel.php:164 +#: ../../operation/agentes/exportdata.csv.php:181 +#: ../../operation/agentes/exportdata.php:217 +msgid "No modules specified" +msgstr "" + +#: ../../operation/agentes/status_events.php:31 +#: ../../operation/agentes/status_events.php:32 +msgid "Latest events for this agent" +msgstr "" + +#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:406 +msgid "Export data" +msgstr "" + +#: ../../operation/agentes/exportdata.php:243 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 +#: ../../godmode/db/db_refine.php:83 +msgid "Source agent" +msgstr "" + +#: ../../operation/agentes/exportdata.php:275 +msgid "No modules of type string. You can not calculate their average" +msgstr "" + +#: ../../operation/agentes/exportdata.php:318 +#: ../../enterprise/operation/log/log_viewer.php:223 +#: ../../enterprise/include/functions_netflow_pdf.php:163 +msgid "End date" +msgstr "" + +#: ../../operation/agentes/exportdata.php:326 +msgid "Export type" +msgstr "" + +#: ../../operation/agentes/exportdata.php:329 +#: ../../include/functions_netflow.php:1031 +msgid "Data table" +msgstr "" + +#: ../../operation/agentes/exportdata.php:330 +#: ../../extensions/insert_data.php:169 +#: ../../enterprise/operation/reporting/custom_reporting.php:21 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 +msgid "CSV" +msgstr "" + +#: ../../operation/agentes/exportdata.php:331 +msgid "MS Excel" +msgstr "" + +#: ../../operation/agentes/exportdata.php:332 +msgid "Average per hour/day" +msgstr "" + +#: ../../operation/agentes/exportdata.php:340 +#: ../../extensions/resource_exportation.php:350 +#: ../../extensions/resource_exportation.php:353 +#: ../../enterprise/extensions/resource_exportation/functions.php:19 +msgid "Export" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:165 +msgid "Received data from" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "Main database" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:172 +#: ../../enterprise/godmode/menu__.php:89 +#: ../../enterprise/godmode/menu.php:102 +#: ../../enterprise/include/functions_setup.php:33 +#: ../../enterprise/include/functions_setup.php:63 +msgid "History database" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:173 +msgid "" +"Switch between the main database and the history database to retrieve module " +"data" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:185 +#: ../../include/ajax/module.php:135 +msgid "Choose a time from now" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:188 +#: ../../include/ajax/module.php:147 +msgid "Specify time range" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:189 +#: ../../operation/events/events_list.php:486 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449 +#: ../../include/ajax/module.php:148 +msgid "Timestamp from:" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:195 +#: ../../operation/events/events_list.php:489 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 +#: ../../include/ajax/module.php:156 +msgid "Timestamp to:" +msgstr "" + +#: ../../operation/agentes/datos_agente.php:286 +#: ../../godmode/agentes/module_manager.php:487 +#: ../../include/ajax/module.php:331 +msgid "No available data to show" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:135 +#: ../../operation/gis_maps/render_view.php:116 +#: ../../enterprise/godmode/policies/configure_policy.php:38 +#: ../../enterprise/include/functions_policies.php:3199 +#: ../../godmode/agentes/configurar_agente.php:268 +#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:232 +#: ../../godmode/menu.php:239 +msgid "Setup" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:54 +#: ../../godmode/agentes/agent_manager.php:165 +msgid "Agent detail" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:156 +msgid "Sucessfully deleted agent" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:158 +msgid "There was an error message deleting the agent" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:175 +#: ../../enterprise/godmode/policies/policies.php:233 +#: ../../godmode/agentes/modificar_agente.php:165 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +msgid "Recursion" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:526 +#: ../../operation/agentes/ver_agente.php:889 +#: ../../operation/agentes/ver_agente.php:1128 +#: ../../operation/search_results.php:93 ../../operation/search_agents.php:65 +#: ../../extensions/agents_alerts.php:253 +#: ../../enterprise/godmode/policies/policies.php:349 +#: ../../enterprise/godmode/policies/policy_alerts.php:32 +#: ../../enterprise/godmode/alerts/alert_events_list.php:67 +#: ../../enterprise/godmode/alerts/alert_events_list.php:114 +#: ../../enterprise/godmode/alerts/alert_events_list.php:129 +#: ../../enterprise/godmode/alerts/alert_events_list.php:144 +#: ../../enterprise/godmode/alerts/alert_events.php:71 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +#: ../../enterprise/godmode/services/services.service.php:312 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 +#: ../../enterprise/meta/agentsearch.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 +#: ../../enterprise/include/functions_policies.php:3256 +#: ../../enterprise/include/functions_reporting_pdf.php:706 +#: ../../godmode/agentes/modificar_agente.php:574 +#: ../../godmode/agentes/configurar_agente.php:287 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:161 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/alerts/configure_alert_special_days.php:55 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../godmode/alerts/alert_list.php:330 +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../godmode/alerts/alert_special_days.php:44 +#: ../../godmode/alerts/configure_alert_action.php:56 +#: ../../godmode/alerts/configure_alert_action.php:65 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/menu.php:141 ../../include/functions_treeview.php:321 +#: ../../include/functions_reports.php:601 +#: ../../include/functions_reports.php:603 +#: ../../include/functions_reports.php:606 +#: ../../include/functions_graph.php:748 +#: ../../include/functions_graph.php:3825 +#: ../../include/functions_graph.php:4503 +#: ../../include/functions_reporting_html.php:1107 +#: ../../include/functions_reporting_html.php:2509 +#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:323 ../../mobile/operation/agent.php:219 +#: ../../mobile/include/functions_web.php:25 +msgid "Alerts" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:575 +#: ../../operation/visual_console/render_view.php:130 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/operation/agentes/transactional_map.php:276 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 +#: ../../enterprise/meta/screens/screens.visualmap.php:149 +#: ../../enterprise/meta/screens/screens.visualmap.php:165 +#: ../../godmode/reporting/visual_console_builder.php:686 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:578 +#: ../../godmode/agentes/configurar_agente.php:256 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/setup/setup_visuals.php:142 +#: ../../godmode/setup/setup_visuals.php:162 +#: ../../godmode/setup/setup_visuals.php:181 +#: ../../godmode/setup/setup_visuals.php:192 +#: ../../godmode/setup/setup_visuals.php:263 +msgid "View" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:591 +msgid "Remote config" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:633 +#: ../../operation/agentes/estado_agente.php:653 +#: ../../operation/snmpconsole/snmp_view.php:582 +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 +#: ../../godmode/agentes/modificar_agente.php:650 +msgid "Create agent" +msgstr "" + +#: ../../operation/agentes/estado_agente.php:649 +#: ../../operation/agentes/group_view.php:430 +#: ../../godmode/agentes/modificar_agente.php:642 +msgid "There are no defined agents" +msgstr "" + +#: ../../operation/agentes/group_view.php:70 +#: ../../operation/users/user_edit.php:307 ../../operation/menu.php:48 +#: ../../enterprise/meta/monitoring/group_view.php:46 +msgid "Group view" +msgstr "" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "" + +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../operation/search_results.php:73 +#: ../../extensions/agents_alerts.php:177 +#: ../../extensions/agents_modules.php:195 +#: ../../enterprise/operation/services/services.service_map.php:125 +#: ../../enterprise/godmode/policies/policy_queue.php:375 +#: ../../enterprise/godmode/policies/policies.php:256 +#: ../../enterprise/godmode/policies/policies.php:361 +#: ../../enterprise/godmode/policies/policy_agents.php:283 +#: ../../enterprise/godmode/policies/policy_agents.php:341 +#: ../../enterprise/godmode/policies/policy.php:50 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 +#: ../../enterprise/meta/monitoring/group_view.php:98 +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 +#: ../../enterprise/meta/advanced/policymanager.queue.php:257 +#: ../../enterprise/include/functions_reporting.php:4058 +#: ../../enterprise/include/functions_policies.php:3303 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../enterprise/dashboard/widgets/service_map.php:93 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/reporting_builder.item_editor.php:997 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 +#: ../../godmode/reporting/visual_console_builder.wizard.php:256 +#: ../../godmode/reporting/reporting_builder.list_items.php:161 +#: ../../godmode/reporting/reporting_builder.list_items.php:186 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_agents.php:127 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../godmode/massive/massive_edit_modules.php:342 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../include/functions_pandora_networkmap.php:1522 +#: ../../include/functions_reporting_html.php:832 +#: ../../include/functions_reporting_html.php:1061 +#: ../../include/functions_groups.php:46 +#: ../../include/functions_groups.php:784 +#: ../../include/functions_groups.php:786 +#: ../../include/functions_groups.php:788 +#: ../../include/functions_groups.php:789 +#: ../../include/functions_groups.php:790 +#: ../../mobile/operation/agents.php:158 ../../mobile/operation/home.php:58 +#: ../../mobile/include/functions_web.php:22 +msgid "Agents" +msgstr "" + +#: ../../operation/agentes/group_view.php:170 +msgid "Not Init" +msgstr "" + +#: ../../operation/agentes/group_view.php:174 +#: ../../operation/snmpconsole/snmp_view.php:643 +#: ../../operation/events/sound_events.php:79 +#: ../../extensions/agents_alerts.php:323 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/godmode/alerts/alert_events_list.php:617 +#: ../../enterprise/meta/monitoring/group_view.php:155 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../include/functions_agents.php:2092 +#: ../../include/functions_agents.php:2104 ../../include/functions.php:1033 +#: ../../include/functions_events.php:1144 +#: ../../include/functions_events.php:1411 +#: ../../include/functions_reporting.php:7107 +#: ../../include/functions_ui.php:908 ../../mobile/operation/alerts.php:253 +msgid "Alert fired" +msgstr "" + +#: ../../operation/agentes/group_view.php:249 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "" + +#: ../../operation/agentes/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:602 +#: ../../enterprise/operation/agentes/ver_agente.php:70 +msgid "Main IP" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:613 +#: ../../enterprise/operation/agentes/ver_agente.php:76 +#: ../../include/functions_events.php:2041 +msgid "Last remote contact" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:653 +#: ../../enterprise/operation/agentes/ver_agente.php:113 +msgid "Monitors down" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:689 +#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 +#: ../../enterprise/operation/agentes/ver_agente.php:152 +#: ../../include/functions_reporting_html.php:2184 +#: ../../include/functions_reporting_html.php:2193 +#: ../../include/functions_groups.php:848 +#: ../../include/functions_groups.php:850 +#: ../../include/functions_groups.php:852 +#: ../../include/functions_groups.php:853 +#: ../../include/functions_groups.php:854 +#: ../../mobile/operation/groups.php:161 +msgid "Alerts fired" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:722 +#: ../../operation/netflow/nf_live_view.php:251 +#: ../../operation/search_modules.php:49 ../../operation/events/events.php:74 +#: ../../operation/events/sound_events.php:78 +#: ../../enterprise/operation/agentes/policy_view.php:306 +#: ../../enterprise/operation/agentes/ver_agente.php:30 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:159 +#: ../../enterprise/godmode/policies/policy_modules.php:1059 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 +#: ../../enterprise/godmode/services/services.elements.php:329 +#: ../../enterprise/godmode/modules/configure_local_component.php:184 +#: ../../enterprise/meta/advanced/servers.build_table.php:61 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 +#: ../../enterprise/include/functions_services.php:1412 +#: ../../enterprise/include/functions_reporting_pdf.php:1329 +#: ../../enterprise/include/functions_reporting_pdf.php:1465 +#: ../../enterprise/include/functions_reporting_pdf.php:2358 +#: ../../godmode/reporting/reporting_builder.item_editor.php:631 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:189 +#: ../../godmode/reporting/reporting_builder.list_items.php:165 +#: ../../godmode/reporting/reporting_builder.list_items.php:192 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +#: ../../godmode/agentes/module_manager.php:118 +#: ../../godmode/agentes/module_manager.php:521 +#: ../../godmode/agentes/module_manager_editor_common.php:173 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/agent_template.php:228 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components.php:566 +#: ../../godmode/modules/manage_network_components_form_common.php:69 +#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../include/functions_events.php:887 +#: ../../include/functions_events.php:2365 ../../include/ajax/module.php:724 +#: ../../include/functions_reporting.php:5482 +#: ../../include/functions_reporting_html.php:531 +#: ../../include/functions_reporting_html.php:1144 +#: ../../include/functions_reporting_html.php:1572 +#: ../../include/functions_reporting_html.php:2359 +#: ../../include/functions_visual_map_editor.php:379 +#: ../../include/functions_visual_map_editor.php:398 +#: ../../include/functions_snmp_browser.php:410 +#: ../../mobile/operation/visualmaps.php:61 +#: ../../mobile/operation/visualmaps.php:62 +#: ../../mobile/operation/networkmaps.php:77 +#: ../../mobile/operation/networkmaps.php:78 +#: ../../mobile/operation/networkmaps.php:140 +#: ../../mobile/operation/networkmaps.php:141 +#: ../../mobile/operation/networkmaps.php:196 +#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 +#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 +#: ../../mobile/operation/events.php:623 +msgid "Type" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:738 +#: ../../enterprise/extensions/ipam/ipam_network.php:535 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:84 +msgid "Address" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:779 +msgid "Sons" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:863 +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/search_agents.php:109 +msgid "Manage" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:877 +#: ../../operation/netflow/nf_live_view.php:131 +#: ../../enterprise/meta/monitoring/tactical.php:35 +#: ../../enterprise/meta/monitoring/group_view.php:32 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 +#: ../../enterprise/meta/advanced/synchronizing.php:33 +#: ../../enterprise/meta/advanced/agents_setup.php:35 +#: ../../enterprise/meta/advanced/policymanager.php:35 +#: ../../enterprise/meta/general/logon_ok.php:15 +#: ../../enterprise/meta/agentsearch.php:26 +#: ../../enterprise/meta/index.php:496 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../godmode/netflow/nf_edit_form.php:65 +msgid "Main" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:919 +#: ../../godmode/agentes/configurar_agente.php:349 +msgid "GIS data" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:933 +#: ../../operation/integria_incidents/incident.php:43 +#: ../../operation/integria_incidents/incident.php:54 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/menu.php:361 ../../general/firts_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:393 +#: ../../godmode/agentes/configurar_agente.php:523 +msgid "Incidents" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:957 +#: ../../operation/agentes/ver_agente.php:1140 +#: ../../enterprise/meta/event/custom_events.php:53 +#: ../../enterprise/meta/event/custom_events.php:58 +#: ../../enterprise/meta/event/custom_events.php:69 +#: ../../enterprise/meta/event/custom_events.php:83 +#: ../../godmode/agentes/agent_manager.php:443 +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 ../../godmode/menu.php:36 +#: ../../include/functions_events.php:2046 +msgid "Custom fields" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:969 +#: ../../operation/agentes/ver_agente.php:1143 +#: ../../operation/search_results.php:103 +#: ../../include/functions_reports.php:498 +#: ../../include/functions_reports.php:500 +#: ../../include/functions_reports.php:504 +#: ../../include/functions_reports.php:506 +#: ../../include/functions_reports.php:510 +#: ../../include/functions_reports.php:512 +#: ../../include/functions_reports.php:514 +#: ../../include/functions_reports.php:518 +#: ../../include/functions_groups.php:106 +#: ../../include/functions_groups.php:163 +msgid "Graphs" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:987 +msgid "Log Viewer" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1000 +#: ../../operation/agentes/ver_agente.php:1155 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +#: ../../godmode/menu.php:270 +msgid "eHorus" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1007 +msgid "Terminal" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1012 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 +#: ../../enterprise/dashboard/widgets/top_n.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1230 +msgid "Display" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1017 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:299 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:777 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +msgid "Processes" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1022 +#: ../../general/firts_task/service_list.php:25 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.service_map.php:111 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/operation/menu.php:31 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:298 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 +#: ../../enterprise/godmode/menu__.php:79 +#: ../../enterprise/godmode/services/services.service.php:198 +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:122 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/godmode/menu.php:92 +#: ../../enterprise/meta/general/main_header.php:172 +#: ../../enterprise/include/functions_groups.php:61 +#: ../../enterprise/dashboard/widgets/service_map.php:79 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +msgid "Services" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1027 +#: ../../operation/integria_incidents/incident.php:66 +#: ../../enterprise/godmode/agentes/collections.data.php:104 +#: ../../enterprise/godmode/agentes/collections.data.php:214 +#: ../../enterprise/godmode/agentes/collections.data.php:254 +#: ../../enterprise/godmode/agentes/collections.editor.php:46 +#: ../../enterprise/godmode/agentes/collections.editor.php:350 +#: ../../enterprise/godmode/agentes/collections.editor.php:375 +#: ../../enterprise/include/functions_collection.php:129 +msgid "Files" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1125 +#: ../../enterprise/include/functions_reporting_pdf.php:2256 +#: ../../enterprise/include/functions_reporting_pdf.php:2294 +#: ../../include/functions_treeview.php:256 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:2637 +msgid "Last data" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1131 +#: ../../enterprise/operation/agentes/ver_agente.php:174 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 +#: ../../enterprise/operation/inventory/inventory.php:112 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/godmode/agentes/configurar_agente.php:33 +#: ../../enterprise/include/functions_reporting_csv.php:179 +#: ../../godmode/agentes/configurar_agente.php:500 +#: ../../include/functions_reports.php:620 +#: ../../include/functions_reports.php:621 +#: ../../include/functions_reports.php:623 +#: ../../include/functions_reporting.php:1452 +msgid "Inventory" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1134 +#: ../../enterprise/operation/agentes/ver_agente.php:190 +#: ../../enterprise/godmode/agentes/collections.php:181 +#: ../../enterprise/include/functions_groups.php:75 +#: ../../godmode/agentes/configurar_agente.php:496 +msgid "Collection" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1137 +#: ../../godmode/agentes/configurar_agente.php:519 +msgid "Gis" +msgstr "" + +#: ../../operation/agentes/ver_agente.php:1149 +#: ../../operation/integria_incidents/incident.list.php:94 +#: ../../operation/incidents/incident.php:337 +#: ../../operation/incidents/incident_detail.php:244 +#: ../../godmode/agentes/agent_incidents.php:87 +#: ../../godmode/servers/manage_recontask_form.php:306 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Incident" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:132 +#: ../../operation/users/user_edit.php:309 ../../operation/menu.php:62 +msgid "Alert detail" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:135 +#: ../../enterprise/meta/general/main_header.php:103 +msgid "Alerts view" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:396 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Alert control filter" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../enterprise/operation/agentes/policy_view.php:47 +#: ../../enterprise/operation/agentes/policy_view.php:134 +#: ../../enterprise/operation/agentes/policy_view.php:193 +#: ../../enterprise/operation/agentes/policy_view.php:198 +#: ../../enterprise/godmode/policies/policy_agents.php:379 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../include/functions_events.php:884 +#: ../../mobile/operation/agents.php:321 +msgid "S." +msgstr "" + +#: ../../operation/agentes/alerts_status.php:422 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:718 +msgid "Force execution" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:423 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:718 +msgid "F." +msgstr "" + +#: ../../operation/agentes/alerts_status.php:431 +#: ../../operation/agentes/alerts_status.php:472 +#: ../../operation/agentes/alerts_status.php:506 +#: ../../operation/agentes/alerts_status.php:540 +#: ../../extensions/agents_alerts.php:281 +#: ../../enterprise/operation/agentes/policy_view.php:197 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 +#: ../../godmode/snmpconsole/snmp_alert.php:1063 +#: ../../godmode/alerts/alert_view.php:79 +#: ../../include/functions_treeview.php:371 +#: ../../include/functions_reporting_html.php:2363 +msgid "Last fired" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:436 +#: ../../operation/agentes/alerts_status.php:477 +#: ../../operation/agentes/alerts_status.php:511 +#: ../../operation/agentes/alerts_status.php:545 +#: ../../operation/agentes/alerts_status.php:590 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:810 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../enterprise/extensions/vmware/main.php:181 +#: ../../enterprise/extensions/vmware/main.php:188 +#: ../../enterprise/load_enterprise.php:1 +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +#: ../../enterprise/godmode/alerts/alert_events_list.php:676 +#: ../../enterprise/meta/advanced/license_meta.php:103 +#: ../../godmode/setup/license.php:98 ../../mobile/operation/events.php:528 +msgid "Validate" +msgstr "" + +#: ../../operation/agentes/alerts_status.php:599 +msgid "No alerts found" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:35 +msgid "Tag's information" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:81 +msgid "Relationship information" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:127 +msgid "" +"To see the list of modules paginated, enable this option in the Styles " +"Configuration." +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:128 +msgid "Full list of monitors" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:153 +msgid "List of modules" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:425 +msgid "Status:" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:429 +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:535 +#: ../../operation/snmpconsole/snmp_view.php:829 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/events/events_rss.php:185 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../godmode/agentes/configurar_agente.php:511 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:977 +#: ../../include/functions_events.php:3343 +msgid "Alert" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:431 +msgid "Not Normal" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:439 +msgid "Free text for search (*):" +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:440 +msgid "Search by module name, list matches." +msgstr "" + +#: ../../operation/agentes/estado_monitores.php:453 +msgid "Reset" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:107 +#: ../../operation/netflow/nf_live_view.php:132 +#: ../../operation/netflow/nf_live_view.php:136 +msgid "Netflow live view" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:111 +#: ../../enterprise/operation/log/log_viewer.php:155 +#: ../../enterprise/extensions/backup/main.php:57 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 +#: ../../godmode/netflow/nf_edit.php:43 +#: ../../godmode/setup/setup_general.php:186 +msgid "Not supported in Windows systems" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:120 #, php-format -msgid "Module group: %s" +msgid "nfdump binary (%s) not found!" msgstr "" -#: ../../mobile/operation/modules.php:696 -#: ../../mobile/operation/alerts.php:320 -#: ../../mobile/operation/events.php:1102 -#: ../../mobile/operation/agents.php:436 +#: ../../operation/netflow/nf_live_view.php:125 +msgid "Make sure nfdump version 1.6.8 or newer is installed!" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:148 +msgid "Error creating filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:151 +msgid "Filter created successfully" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:166 +msgid "Filter updated successfully" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:167 +msgid "Error updating filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:189 +msgid "Draw live filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:221 +msgid "Connection" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:237 +#: ../../enterprise/operation/log/log_viewer.php:218 +#: ../../enterprise/operation/log/log_viewer.php:226 +#: ../../enterprise/extensions/cron/main.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:510 +#: ../../godmode/agentes/planned_downtime.editor.php:521 +msgid "Date format in Pandora is year/month/day" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:239 +#: ../../enterprise/operation/log/log_viewer.php:220 +#: ../../enterprise/operation/log/log_viewer.php:228 +#: ../../enterprise/extensions/cron/main.php:302 +#: ../../godmode/reporting/reporting_builder.item_editor.php:853 +#: ../../godmode/reporting/reporting_builder.item_editor.php:862 +#: ../../godmode/agentes/planned_downtime.editor.php:512 +#: ../../godmode/agentes/planned_downtime.editor.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:591 +#: ../../godmode/agentes/planned_downtime.editor.php:599 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../godmode/alerts/configure_alert_template.php:544 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:245 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:97 +#: ../../godmode/reporting/reporting_builder.item_editor.php:740 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1158 +#: ../../include/functions_netflow.php:1166 +#: ../../include/functions_netflow.php:1190 +msgid "Resolution" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:245 +msgid "The interval will be divided in chunks the length of the resolution." +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1225 +#: ../../godmode/netflow/nf_item_list.php:150 +msgid "Max. values" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:264 +#: ../../godmode/setup/setup_netflow.php:70 +msgid "IP address resolution can take a lot of time" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:265 +#: ../../operation/snmpconsole/snmp_view.php:436 +#: ../../operation/users/user_edit.php:274 +#: ../../general/login_identification_wizard.php:188 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 +#: ../../enterprise/godmode/setup/setup.php:31 +#: ../../enterprise/godmode/setup/setup.php:40 +#: ../../enterprise/godmode/setup/setup.php:56 +#: ../../enterprise/godmode/setup/setup.php:149 +#: ../../enterprise/godmode/setup/setup.php:214 +#: ../../enterprise/godmode/setup/setup.php:253 +#: ../../enterprise/godmode/setup/setup.php:262 +#: ../../enterprise/godmode/setup/setup.php:267 +#: ../../enterprise/godmode/setup/setup.php:276 +#: ../../enterprise/godmode/setup/setup.php:290 +#: ../../enterprise/godmode/setup/setup.php:295 +#: ../../enterprise/godmode/setup/setup_history.php:46 +#: ../../enterprise/godmode/setup/setup_history.php:50 +#: ../../enterprise/godmode/setup/setup_auth.php:166 +#: ../../enterprise/godmode/setup/setup_auth.php:297 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/advanced/metasetup.visual.php:135 +#: ../../enterprise/meta/advanced/metasetup.visual.php:141 +#: ../../enterprise/meta/advanced/metasetup.visual.php:179 +#: ../../enterprise/meta/advanced/metasetup.visual.php:188 +#: ../../enterprise/meta/advanced/metasetup.setup.php:137 +#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.password.php:79 +#: ../../enterprise/meta/advanced/metasetup.password.php:90 +#: ../../enterprise/meta/advanced/metasetup.password.php:96 +#: ../../enterprise/meta/advanced/metasetup.password.php:107 +#: ../../enterprise/meta/advanced/metasetup.password.php:123 +#: ../../enterprise/meta/advanced/metasetup.password.php:129 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/reporting/visual_console_builder.wizard.php:242 +#: ../../godmode/reporting/visual_console_builder.wizard.php:285 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/agentes/agent_manager.php:384 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/massive/massive_edit_modules.php:407 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/massive/massive_edit_modules.php:596 +#: ../../godmode/massive/massive_edit_agents.php:277 +#: ../../godmode/massive/massive_edit_agents.php:393 +#: ../../godmode/massive/massive_edit_agents.php:400 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_general.php:71 +#: ../../godmode/setup/setup_general.php:75 +#: ../../godmode/setup/setup_general.php:79 +#: ../../godmode/setup/setup_general.php:103 +#: ../../godmode/setup/setup_general.php:107 +#: ../../godmode/setup/setup_general.php:188 +#: ../../godmode/setup/setup_general.php:243 +#: ../../godmode/setup/setup_general.php:251 +#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:281 +#: ../../godmode/setup/setup_general.php:290 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 +#: ../../godmode/setup/setup_auth.php:90 +#: ../../godmode/setup/setup_auth.php:126 +#: ../../godmode/setup/setup_visuals.php:85 +#: ../../godmode/setup/setup_visuals.php:105 +#: ../../godmode/setup/setup_visuals.php:197 +#: ../../godmode/setup/setup_visuals.php:211 +#: ../../godmode/setup/setup_visuals.php:219 +#: ../../godmode/setup/setup_visuals.php:247 +#: ../../godmode/setup/setup_visuals.php:416 +#: ../../godmode/setup/setup_visuals.php:422 +#: ../../godmode/setup/setup_visuals.php:432 +#: ../../godmode/setup/setup_visuals.php:452 +#: ../../godmode/setup/setup_visuals.php:573 +#: ../../godmode/setup/setup_visuals.php:600 +#: ../../godmode/setup/performance.php:110 +#: ../../godmode/setup/performance.php:117 +#: ../../godmode/setup/performance.php:124 +msgid "Yes" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:266 +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../operation/users/user_edit.php:274 +#: ../../general/login_identification_wizard.php:185 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 +#: ../../enterprise/godmode/setup/setup.php:32 +#: ../../enterprise/godmode/setup/setup.php:41 +#: ../../enterprise/godmode/setup/setup.php:57 +#: ../../enterprise/godmode/setup/setup.php:150 +#: ../../enterprise/godmode/setup/setup.php:215 +#: ../../enterprise/godmode/setup/setup.php:254 +#: ../../enterprise/godmode/setup/setup.php:263 +#: ../../enterprise/godmode/setup/setup.php:268 +#: ../../enterprise/godmode/setup/setup.php:277 +#: ../../enterprise/godmode/setup/setup.php:291 +#: ../../enterprise/godmode/setup/setup.php:296 +#: ../../enterprise/godmode/setup/setup_history.php:47 +#: ../../enterprise/godmode/setup/setup_history.php:51 +#: ../../enterprise/godmode/setup/setup_auth.php:169 +#: ../../enterprise/godmode/setup/setup_auth.php:298 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/advanced/metasetup.performance.php:84 +#: ../../enterprise/meta/advanced/metasetup.visual.php:136 +#: ../../enterprise/meta/advanced/metasetup.visual.php:142 +#: ../../enterprise/meta/advanced/metasetup.visual.php:183 +#: ../../enterprise/meta/advanced/metasetup.visual.php:192 +#: ../../enterprise/meta/advanced/metasetup.setup.php:138 +#: ../../enterprise/meta/advanced/metasetup.setup.php:189 +#: ../../enterprise/meta/advanced/metasetup.password.php:80 +#: ../../enterprise/meta/advanced/metasetup.password.php:91 +#: ../../enterprise/meta/advanced/metasetup.password.php:97 +#: ../../enterprise/meta/advanced/metasetup.password.php:108 +#: ../../enterprise/meta/advanced/metasetup.password.php:124 +#: ../../enterprise/meta/advanced/metasetup.password.php:130 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/reporting/visual_console_builder.wizard.php:247 +#: ../../godmode/reporting/visual_console_builder.wizard.php:288 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/agentes/agent_manager.php:387 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/massive/massive_edit_modules.php:408 +#: ../../godmode/massive/massive_edit_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:472 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:578 +#: ../../godmode/massive/massive_edit_modules.php:596 +#: ../../godmode/massive/massive_edit_agents.php:277 +#: ../../godmode/massive/massive_edit_agents.php:394 +#: ../../godmode/massive/massive_edit_agents.php:400 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../godmode/setup/setup_ehorus.php:56 ../../godmode/setup/news.php:264 +#: ../../godmode/setup/setup_general.php:72 +#: ../../godmode/setup/setup_general.php:76 +#: ../../godmode/setup/setup_general.php:80 +#: ../../godmode/setup/setup_general.php:104 +#: ../../godmode/setup/setup_general.php:108 +#: ../../godmode/setup/setup_general.php:189 +#: ../../godmode/setup/setup_general.php:246 +#: ../../godmode/setup/setup_general.php:254 +#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:282 +#: ../../godmode/setup/setup_general.php:291 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 +#: ../../godmode/setup/setup_auth.php:91 +#: ../../godmode/setup/setup_auth.php:129 +#: ../../godmode/setup/setup_visuals.php:89 +#: ../../godmode/setup/setup_visuals.php:109 +#: ../../godmode/setup/setup_visuals.php:205 +#: ../../godmode/setup/setup_visuals.php:214 +#: ../../godmode/setup/setup_visuals.php:222 +#: ../../godmode/setup/setup_visuals.php:249 +#: ../../godmode/setup/setup_visuals.php:417 +#: ../../godmode/setup/setup_visuals.php:424 +#: ../../godmode/setup/setup_visuals.php:436 +#: ../../godmode/setup/setup_visuals.php:454 +#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:604 +#: ../../godmode/setup/performance.php:111 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/performance.php:125 +#: ../../include/functions_events.php:2373 +#: ../../include/functions_events.php:2380 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +msgid "No" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:267 +msgid "IP address resolution" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:267 +#: ../../godmode/setup/setup_netflow.php:69 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:305 +#: ../../enterprise/godmode/modules/configure_local_component.php:158 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 +#: ../../enterprise/meta/general/logon_ok.php:64 +#: ../../enterprise/meta/general/main_header.php:237 +#: ../../enterprise/meta/general/main_header.php:308 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/users/configure_user.php:530 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:688 +#: ../../godmode/alerts/configure_alert_template.php:702 +#: ../../godmode/alerts/configure_alert_template.php:771 +#: ../../godmode/modules/manage_network_components_form_common.php:60 +msgid "Advanced" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/events/events_list.php:194 +#: ../../operation/events/events_list.php:278 +#: ../../operation/events/events_list.php:280 +#: ../../operation/events/events_list.php:605 +msgid "Load filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:317 +msgid "Select a filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:331 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "Dst Ip" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:331 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "" +"Destination IP. A comma separated list of destination ip. If we leave the " +"field blank, will show all ip. Example filter by ip:" +"
25.46.157.214,160.253.135.249" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:340 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "Src Ip" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:340 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "" +"Source IP. A comma separated list of source ip. If we leave the field blank, " +"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Port" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../godmode/netflow/nf_edit_form.php:216 +msgid "" +"Destination port. A comma separated list of destination ports. If we leave " +"the field blank, will show all ports. Example filter by ports 80 and 22:" +"
80,22" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Port" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../godmode/netflow/nf_edit_form.php:219 +msgid "" +"Source port. A comma separated list of source ports. If we leave the field " +"blank, will show all ports. Example filter by ports 80 and 22:
80,22" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../godmode/netflow/nf_edit_form.php:225 +msgid "Aggregate by" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../include/functions_netflow.php:1657 +msgid "Protocol" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Ip Address" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Ip Address" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:384 +#: ../../godmode/netflow/nf_edit_form.php:230 +msgid "Output format" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../include/functions_netflow.php:1637 +#: ../../include/functions_config.php:441 +#: ../../include/functions_config.php:1473 +msgid "Bytes" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Bytes per second" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes per second" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes per second" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:396 +msgid "Draw" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:400 +msgid "Save as new filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:401 +msgid "Update current filter" +msgstr "" + +#: ../../operation/netflow/nf_live_view.php:415 +msgid "No filter selected" +msgstr "" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "" + +#: ../../operation/servers/recon_view.php:89 +#: ../../godmode/servers/manage_recontask_form.php:217 +msgid "Task name" +msgstr "" + +#: ../../operation/servers/recon_view.php:95 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +#: ../../enterprise/extensions/ipam/ipam_list.php:148 +#: ../../godmode/servers/manage_recontask_form.php:241 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Network" +msgstr "" + +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +#: ../../enterprise/extensions/ipam/ipam_network.php:151 +#: ../../enterprise/extensions/ipam/ipam_network.php:167 +#: ../../enterprise/godmode/policies/policy_queue.php:377 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 +msgid "Progress" +msgstr "" + +#: ../../operation/servers/recon_view.php:107 +#: ../../operation/incidents/incident_detail.php:261 +#: ../../enterprise/operation/agentes/transactional_map.php:151 +msgid "Updated at" +msgstr "" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +msgid "Done" +msgstr "" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "" + +#: ../../operation/servers/recon_view.php:145 +#: ../../godmode/servers/manage_recontask.php:311 +msgid "Network recon task" +msgstr "" + +#: ../../operation/servers/recon_view.php:173 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/events/events_list.php:447 +#: ../../enterprise/extensions/csv_import/main.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 +#: ../../enterprise/meta/advanced/policymanager.queue.php:255 +#: ../../enterprise/meta/agentsearch.php:91 +#: ../../enterprise/meta/include/functions_wizard_meta.php:133 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1620 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 +#: ../../enterprise/include/functions_reporting.php:1926 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1170 +#: ../../godmode/agentes/agent_manager.php:267 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../include/functions_events.php:3285 +msgid "Server" +msgstr "" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 +#: ../../operation/menu.php:89 +msgid "MIB uploader" +msgstr "" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 +msgid "" +"MIB files will be installed on the system. Please note that a MIB may depend " +"on other MIB. To customize trap definitions use the SNMP trap editor." +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:71 +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/integria_incidents/incident_statistics.php:29 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/events/event_statistics.php:32 ../../operation/menu.php:278 +#: ../../operation/menu.php:372 +#: ../../enterprise/extensions/ipam/ipam_network.php:171 +msgid "Statistics" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/events/events.php:396 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +#: ../../godmode/category/category.php:58 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../include/functions_html.php:653 ../../include/functions_html.php:654 +#: ../../include/functions_html.php:779 ../../include/functions_html.php:780 +msgid "List" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/snmpconsole/snmp_filters.php:42 +#: ../../godmode/snmpconsole/snmp_alert.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +#: ../../godmode/snmpconsole/snmp_alert.php:80 +msgid "SNMP Console" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../enterprise/operation/agentes/transactional_map.php:115 +#: ../../enterprise/extensions/ipam/ipam_massive.php:41 +#: ../../enterprise/extensions/ipam/ipam_action.php:131 +#: ../../enterprise/godmode/policies/policy_modules.php:893 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 +#: ../../enterprise/godmode/alerts/alert_events_list.php:94 +#: ../../enterprise/godmode/alerts/alert_events.php:374 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 +#: ../../godmode/agentes/configurar_agente.php:772 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +#: ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/snmpconsole/snmp_alert.php:299 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/alerts/alert_list.php:197 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/alert_special_days.php:206 +#: ../../godmode/alerts/configure_alert_template.php:444 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/setup/news.php:87 ../../godmode/setup/gis.php:39 +#: ../../godmode/setup/links.php:58 +#: ../../godmode/events/event_edit_filter.php:171 +#: ../../include/functions_planned_downtimes.php:125 +msgid "Successfully updated" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../operation/users/user_edit.php:263 +#: ../../operation/events/events_list.php:463 +#: ../../enterprise/meta/advanced/metasetup.visual.php:129 +#: ../../enterprise/meta/include/functions_meta.php:1061 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/setup/setup_visuals.php:61 +#: ../../godmode/events/event_edit_filter.php:274 +#: ../../include/functions_config.php:451 +msgid "Block size for pagination" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/users/user_edit.php:272 +#: ../../operation/users/user_edit.php:274 +#: ../../operation/users/user_edit.php:282 +#: ../../operation/users/user_edit.php:304 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../operation/events/events_list.php:469 +#: ../../extensions/agents_alerts.php:312 +#: ../../enterprise/operation/agentes/policy_view.php:253 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 +#: ../../enterprise/godmode/policies/policy_alerts.php:304 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../enterprise/meta/advanced/metasetup.visual.php:218 +#: ../../enterprise/meta/advanced/metasetup.visual.php:223 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 +#: ../../enterprise/dashboard/main_dashboard.php:65 +#: ../../godmode/agentes/module_manager_editor_common.php:373 +#: ../../godmode/massive/massive_edit_agents.php:385 +#: ../../godmode/users/configure_user.php:448 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/alerts/alert_special_days.php:275 +#: ../../godmode/alerts/alert_special_days.php:287 +#: ../../godmode/setup/gis_step_2.php:367 +#: ../../godmode/setup/gis_step_2.php:451 +#: ../../godmode/setup/setup_visuals.php:159 +#: ../../godmode/setup/setup_visuals.php:528 +#: ../../godmode/setup/setup_visuals.php:540 +#: ../../godmode/events/event_edit_filter.php:276 +#: ../../include/functions_ui.php:895 +msgid "Default" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../operation/events/events.build_table.php:211 +#: ../../operation/events/events_list.php:563 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/meta/include/functions_events_meta.php:85 +#: ../../enterprise/include/functions_reporting.php:1325 +#: ../../enterprise/include/functions_reporting.php:1816 +#: ../../enterprise/include/functions_reporting_pdf.php:1182 +#: ../../enterprise/include/functions_reporting_pdf.php:1331 +#: ../../enterprise/include/functions_reporting_pdf.php:1466 +#: ../../enterprise/include/functions_reporting_pdf.php:1896 +#: ../../enterprise/dashboard/widgets/events_list.php:54 +#: ../../godmode/events/event_edit_filter.php:237 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../godmode/events/event_filter.php:112 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:884 +#: ../../include/functions_events.php:2385 +#: ../../include/functions_events.php:3349 +#: ../../include/functions_reporting.php:5484 +#: ../../include/functions_reporting_html.php:533 +#: ../../include/functions_reporting_html.php:663 +#: ../../include/functions_reporting_html.php:1145 +#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374 +#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632 +#: ../../mobile/operation/events.php:633 +msgid "Severity" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:568 +#: ../../operation/snmpconsole/snmp_view.php:826 +#: ../../include/functions_events.php:2924 +#: ../../include/functions_events.php:2929 +msgid "Not validated" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:572 +#: ../../operation/snmpconsole/snmp_view.php:823 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1340 +#: ../../include/functions_events.php:881 +#: ../../include/functions_events.php:1717 +#: ../../include/functions_events.php:1723 +#: ../../include/functions_events.php:1727 +#: ../../include/functions_events.php:1732 +#: ../../include/functions_events.php:2921 +#: ../../include/functions_events.php:2929 +#: ../../include/functions_graph.php:2894 +msgid "Validated" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../operation/events/events_list.php:406 +#: ../../enterprise/extensions/ipam/ipam_network.php:281 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1838 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1415 +#: ../../godmode/snmpconsole/snmp_alert.php:893 +#: ../../godmode/events/event_edit_filter.php:247 +#: ../../mobile/operation/modules.php:254 +#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/events.php:642 +msgid "Free search" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:414 +msgid "" +"Search by any alphanumeric field in the trap.\n" +"\t\tREMEMBER trap sources need to be searched by IP Address" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:420 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 +#: ../../godmode/snmpconsole/snmp_alert.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:897 +msgid "Trap type" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:421 +msgid "Search by trap type" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:725 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +msgid "Cold start (0)" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:728 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +msgid "Warm start (1)" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:731 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +msgid "Link down (2)" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:734 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +msgid "Link up (3)" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:737 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +msgid "Authentication failure (4)" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:429 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:740 +#: ../../operation/snmpconsole/snmp_statistics.php:172 +#: ../../operation/snmpconsole/snmp_statistics.php:219 +#: ../../operation/users/user_edit.php:310 +#: ../../operation/integria_incidents/incident_statistics.php:58 +#: ../../operation/gis_maps/render_view.php:149 +#: ../../extensions/api_checker.php:152 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../godmode/groups/configure_group.php:176 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../include/functions_graph.php:2483 +#: ../../include/functions_graph.php:2633 +#: ../../include/functions_graph.php:2674 +#: ../../include/functions_graph.php:2715 +#: ../../include/functions_graph.php:2771 +#: ../../include/functions_graph.php:2827 +#: ../../include/functions_graph.php:2881 +#: ../../include/functions_graph.php:3054 +#: ../../include/functions_graph.php:3194 +#: ../../include/functions_graph.php:3250 +#: ../../include/functions_graph.php:4201 +msgid "Other" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:435 +msgid "Group by Enterprise String/IP" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:467 +#: ../../operation/snmpconsole/snmp_statistics.php:116 +msgid "There are no SNMP traps in database" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:509 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:551 +#: ../../godmode/snmpconsole/snmp_alert.php:1047 +msgid "SNMP Agent" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:513 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:536 +#: ../../godmode/snmpconsole/snmp_alert.php:1051 +msgid "Enterprise String" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:518 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 +#: ../../enterprise/include/functions_reporting_pdf.php:1183 +#: ../../enterprise/include/functions_reporting_pdf.php:1463 +#: ../../include/functions_reporting_html.php:664 +#: ../../include/functions_reporting_html.php:1142 +msgid "Count" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:523 +msgid "Trap subtype" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/search_users.php:38 ../../operation/users/user_edit.php:209 +#: ../../godmode/users/user_list.php:266 +#: ../../godmode/users/configure_user.php:438 +#: ../../include/functions_reporting_html.php:2080 +msgid "User ID" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:588 +#: ../../operation/snmpconsole/snmp_statistics.php:156 +msgid "View agent details" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:646 +#: ../../extensions/agents_alerts.php:331 +#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../enterprise/godmode/alerts/alert_events_list.php:626 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 +#: ../../godmode/alerts/alert_list.list.php:650 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../include/functions_agents.php:2095 +#: ../../include/functions_agents.php:2107 +#: ../../include/functions_reporting.php:7052 +#: ../../include/functions_ui.php:916 ../../mobile/operation/alerts.php:261 +msgid "Alert not fired" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:668 +#: ../../operation/events/events.build_table.php:686 +#: ../../include/functions_events.php:3816 +msgid "Show more" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:680 +msgid "Variable bindings:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:693 +msgid "See more details" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:706 +msgid "Enterprise String:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:712 +#: ../../enterprise/godmode/agentes/collections.data.php:377 +msgid "Description:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:744 +msgid "Trap type:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:772 +msgid "Count:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:776 +msgid "First trap:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:780 +msgid "Last trap:" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:800 +msgid "No matching traps found" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:843 +#: ../../extensions/agents_modules.php:359 +#: ../../extensions/module_groups.php:296 +#: ../../enterprise/operation/services/services.service_map.php:106 +#: ../../enterprise/dashboard/widgets/service_map.php:49 +#: ../../enterprise/dashboard/widgets/service_map.php:74 +#: ../../godmode/snmpconsole/snmp_alert.php:1225 +#: ../../include/functions_reporting_html.php:945 +msgid "Legend" +msgstr "" + +#: ../../operation/snmpconsole/snmp_browser.php:92 +msgid "SNMP Browser" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +msgid "Traps received by source" +msgstr "" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../enterprise/include/functions_reporting_csv.php:292 +#: ../../include/functions_reporting.php:845 #, php-format -msgid "Status: %s" +msgid "Top %d" msgstr "" -#: ../../mobile/operation/modules.php:700 -#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:440 -#, php-format -msgid "Free Search: %s" -msgstr "" - -#: ../../mobile/operation/modules.php:705 -#, php-format -msgid "Tag: %s" -msgstr "" - -#: ../../mobile/operation/tactical.php:146 -msgid "Last activity" -msgstr "" - -#: ../../mobile/operation/tactical.php:264 -#: ../../include/functions_reporting_html.php:2759 #: ../../operation/snmpconsole/snmp_statistics.php:140 -#: ../../godmode/admin_access_logs.php:191 ../../general/logon_ok.php:224 -#: ../../general/logon_ok.php:421 +#: ../../general/logon_ok.php:224 ../../general/logon_ok.php:421 +#: ../../godmode/admin_access_logs.php:191 +#: ../../include/functions_reporting_html.php:2853 +#: ../../mobile/operation/tactical.php:311 msgid "Source IP" msgstr "" -#: ../../mobile/operation/home.php:78 ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" +#: ../../operation/snmpconsole/snmp_statistics.php:141 +#: ../../operation/snmpconsole/snmp_statistics.php:199 +msgid "Number" msgstr "" -#: ../../mobile/operation/home.php:92 -#: ../../include/functions_visual_map.php:2271 -#: ../../include/functions_visual_map_editor.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -msgid "Module graph" +#: ../../operation/snmpconsole/snmp_statistics.php:185 +msgid "Traps received by Enterprise String" msgstr "" -#: ../../mobile/operation/home.php:104 -msgid "Visualmap" +#: ../../operation/snmpconsole/snmp_statistics.php:198 +msgid "Trap Enterprise String" msgstr "" -#: ../../mobile/operation/home.php:161 ../../operation/search_results.php:63 +#: ../../operation/messages/message_edit.php:35 +#: ../../operation/messages/message_list.php:32 +msgid "Received messages" +msgstr "" + +#: ../../operation/messages/message_edit.php:39 +#: ../../operation/messages/message_list.php:36 +msgid "Sent messages" +msgstr "" + +#: ../../operation/messages/message_edit.php:43 +#: ../../operation/messages/message_list.php:40 +#: ../../operation/messages/message_list.php:221 +msgid "Create message" +msgstr "" + +#: ../../operation/messages/message_edit.php:46 +#: ../../operation/messages/message_list.php:43 ../../operation/menu.php:380 +#: ../../godmode/menu.php:450 +msgid "Messages" +msgstr "" + +#: ../../operation/messages/message_edit.php:60 +msgid "This message does not exist in the system" +msgstr "" + +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +#: ../../operation/messages/message_list.php:125 +msgid "Sender" +msgstr "" + +#: ../../operation/messages/message_edit.php:80 +msgid "at" +msgstr "" + +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +#: ../../operation/messages/message_list.php:123 +msgid "Destination" +msgstr "" + +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +#: ../../operation/messages/message_list.php:126 +#: ../../godmode/update_manager/update_manager.messages.php:136 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +msgid "Subject" +msgstr "" + +#: ../../operation/messages/message_edit.php:92 +#: ../../operation/messages/message_edit.php:210 +#: ../../operation/users/webchat.php:86 +#: ../../enterprise/dashboard/widgets/example.php:25 +msgid "Message" +msgstr "" + +#: ../../operation/messages/message_edit.php:104 +msgid "wrote" +msgstr "" + +#: ../../operation/messages/message_edit.php:119 +msgid "Reply" +msgstr "" + +#: ../../operation/messages/message_edit.php:136 +#, php-format +msgid "Message successfully sent to user %s" +msgstr "" + +#: ../../operation/messages/message_edit.php:137 +#, php-format +msgid "Error sending message to user %s" +msgstr "" + +#: ../../operation/messages/message_edit.php:145 +msgid "Message successfully sent" +msgstr "" + +#: ../../operation/messages/message_edit.php:146 +#, php-format +msgid "Error sending message to group %s" +msgstr "" + +#: ../../operation/messages/message_edit.php:203 +msgid "Select user" +msgstr "" + +#: ../../operation/messages/message_edit.php:204 +msgid "OR" +msgstr "" + +#: ../../operation/messages/message_edit.php:205 +msgid "Select group" +msgstr "" + +#: ../../operation/messages/message_edit.php:217 +#: ../../operation/users/webchat.php:90 +msgid "Send message" +msgstr "" + +#: ../../operation/messages/message_list.php:74 +msgid "Not deleted. Error deleting messages" +msgstr "" + +#: ../../operation/messages/message_list.php:80 +#: ../../operation/messages/message_list.php:88 +msgid "You have" +msgstr "" + +#: ../../operation/messages/message_list.php:81 +msgid "sent message(s)" +msgstr "" + +#: ../../operation/messages/message_list.php:89 +msgid "unread message(s)" +msgstr "" + +#: ../../operation/messages/message_list.php:97 +msgid "There are no messages." +msgstr "" + +#: ../../operation/messages/message_list.php:136 +msgid "Click to read" +msgstr "" + +#: ../../operation/messages/message_list.php:141 +msgid "Mark as unread" +msgstr "" + +#: ../../operation/messages/message_list.php:148 +#: ../../operation/messages/message_list.php:153 +msgid "Message unread - click to read" +msgstr "" + +#: ../../operation/messages/message_list.php:180 +msgid "No Subject" +msgstr "" + +#: ../../operation/search_users.php:44 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../enterprise/operation/reporting/custom_reporting.php:24 +#: ../../enterprise/operation/reporting/custom_reporting.php:77 +#: ../../enterprise/extensions/cron/main.php:220 ../../godmode/tag/tag.php:203 +#: ../../godmode/tag/edit_tag.php:195 +msgid "Email" +msgstr "" + +#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 +msgid "Profile" +msgstr "" + +#: ../../operation/search_users.php:63 +#: ../../enterprise/extensions/check_acls.php:61 +#: ../../enterprise/extensions/check_acls.php:141 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 +#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 +msgid "Admin" +msgstr "" + +#: ../../operation/search_users.php:64 ../../godmode/users/user_list.php:414 +#: ../../godmode/users/configure_user.php:465 +msgid "Administrator" +msgstr "" + +#: ../../operation/search_users.php:68 +#: ../../operation/integria_incidents/incident.tracking.php:22 +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:568 +#: ../../extensions/ssh_gateway.php:59 ../../extensions/users_connected.php:77 +#: ../../extensions/api_checker.php:114 ../../general/logon_ok.php:220 +#: ../../general/logon_ok.php:417 ../../general/login_page.php:135 +#: ../../general/login_page.php:160 +#: ../../enterprise/extensions/vmware/main.php:225 +#: ../../enterprise/extensions/check_acls.php:42 +#: ../../enterprise/extensions/check_acls.php:120 +#: ../../enterprise/extensions/cron/main.php:187 +#: ../../enterprise/godmode/servers/manage_export_form.php:97 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 +#: ../../enterprise/godmode/setup/setup_auth.php:70 +#: ../../enterprise/godmode/setup/setup_auth.php:102 +#: ../../enterprise/godmode/setup/setup_auth.php:134 +#: ../../enterprise/meta/general/login_page.php:70 +#: ../../enterprise/meta/general/login_page.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:64 +#: ../../enterprise/meta/include/functions_wizard_meta.php:398 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 +#: ../../enterprise/meta/include/functions_meta.php:849 +#: ../../enterprise/meta/include/functions_meta.php:902 +#: ../../enterprise/meta/include/functions_meta.php:955 +#: ../../godmode/admin_access_logs.php:63 +#: ../../godmode/admin_access_logs.php:188 +#: ../../godmode/setup/setup_ehorus.php:73 +#: ../../godmode/events/custom_events.php:77 +#: ../../godmode/events/custom_events.php:155 ../../include/functions.php:2305 +#: ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3317 +#: ../../include/functions_events.php:3698 +#: ../../include/functions_reporting_html.php:2849 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 +msgid "User" +msgstr "" + +#: ../../operation/search_users.php:69 +#: ../../godmode/users/configure_user.php:470 +msgid "Standard User" +msgstr "" + +#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 +msgid "The user doesn't have any assigned profile/group" +msgstr "" + +#: ../../operation/tree.php:67 ../../extensions/module_groups.php:325 +#: ../../enterprise/dashboard/widgets/tree_view.php:36 +#: ../../godmode/menu.php:49 +msgid "Module groups" +msgstr "" + +#: ../../operation/tree.php:80 +#: ../../enterprise/operation/agentes/ver_agente.php:208 +#: ../../enterprise/meta/advanced/policymanager.apply.php:200 +#: ../../enterprise/include/functions_groups.php:32 +#: ../../enterprise/dashboard/widgets/tree_view.php:39 +#: ../../include/functions_networkmap.php:1660 +#: ../../include/functions_maps.php:37 +msgid "Policies" +msgstr "" + +#: ../../operation/tree.php:87 ../../operation/menu.php:51 +#: ../../enterprise/meta/general/main_header.php:88 +msgid "Tree view" +msgstr "" + +#: ../../operation/tree.php:88 +#, php-format +msgid "Sort the agents by %s" +msgstr "" + +#: ../../operation/tree.php:91 +msgid "tags" +msgstr "" + +#: ../../operation/tree.php:97 +msgid "groups" +msgstr "" + +#: ../../operation/tree.php:100 +msgid "module groups" +msgstr "" + +#: ../../operation/tree.php:103 +#: ../../enterprise/meta/advanced/license_meta.php:76 +#: ../../enterprise/meta/advanced/license_meta.php:79 +#: ../../enterprise/meta/advanced/license_meta.php:82 +#: ../../enterprise/meta/advanced/license_meta.php:85 +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "modules" +msgstr "" + +#: ../../operation/tree.php:107 +msgid "policies" +msgstr "" + +#: ../../operation/tree.php:138 +msgid "Agent status" +msgstr "" + +#: ../../operation/tree.php:140 +msgid "Search agent" +msgstr "" + +#: ../../operation/tree.php:163 +#: ../../include/functions_reporting_html.php:2015 +msgid "Module status" +msgstr "" + +#: ../../operation/tree.php:165 +msgid "Search module" +msgstr "" + +#: ../../operation/tree.php:189 +msgid "Tree search" +msgstr "" + +#: ../../operation/tree.php:264 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 +#: ../../enterprise/include/functions_inventory.php:165 +#: ../../enterprise/dashboard/widgets/tree_view.php:187 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +msgid "No data found" +msgstr "" + +#: ../../operation/tree.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:331 +#: ../../enterprise/dashboard/widgets/tree_view.php:194 +#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:6357 +#: ../../include/functions_reporting_html.php:2723 +#: ../../mobile/operation/groups.php:125 +msgid "Total agents" +msgstr "" + +#: ../../operation/tree.php:272 +#: ../../enterprise/include/functions_reporting_csv.php:333 +#: ../../enterprise/dashboard/widgets/tree_view.php:195 +msgid "Total modules" +msgstr "" + +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 +#: ../../enterprise/include/functions_reporting_csv.php:340 +#: ../../enterprise/dashboard/widgets/tree_view.php:199 +#: ../../enterprise/dashboard/widgets/tree_view.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:201 +#: ../../include/functions_reporting.php:6202 +#: ../../include/functions_reporting.php:6223 +#: ../../include/functions_graph.php:2000 +msgid "Fired alerts" +msgstr "" + +#: ../../operation/tree.php:281 +#: ../../enterprise/dashboard/widgets/tree_view.php:204 +msgid "Critical agents" +msgstr "" + +#: ../../operation/tree.php:282 +#: ../../enterprise/include/functions_reporting_csv.php:335 +#: ../../enterprise/dashboard/widgets/tree_view.php:205 +#: ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "" + +#: ../../operation/tree.php:286 +#: ../../enterprise/dashboard/widgets/tree_view.php:209 +msgid "Warning agents" +msgstr "" + +#: ../../operation/tree.php:287 +#: ../../enterprise/include/functions_reporting_csv.php:336 +#: ../../enterprise/dashboard/widgets/tree_view.php:210 +#: ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "" + +#: ../../operation/tree.php:291 +#: ../../enterprise/dashboard/widgets/tree_view.php:214 +msgid "Unknown agents" +msgstr "" + +#: ../../operation/tree.php:292 +#: ../../enterprise/include/functions_reporting_csv.php:337 +#: ../../enterprise/dashboard/widgets/tree_view.php:215 +#: ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "" + +#: ../../operation/tree.php:296 +#: ../../enterprise/dashboard/widgets/tree_view.php:219 +msgid "Not init agents" +msgstr "" + +#: ../../operation/tree.php:297 +#: ../../enterprise/include/functions_reporting_csv.php:338 +#: ../../enterprise/dashboard/widgets/tree_view.php:220 +#: ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "" + +#: ../../operation/tree.php:301 +#: ../../enterprise/dashboard/widgets/tree_view.php:224 +msgid "Normal agents" +msgstr "" + +#: ../../operation/tree.php:302 +#: ../../enterprise/include/functions_reporting_csv.php:334 +#: ../../enterprise/dashboard/widgets/tree_view.php:225 +#: ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "" + +#: ../../operation/search_results.php:63 ../../mobile/operation/home.php:135 msgid "Global search" msgstr "" -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" +#: ../../operation/search_results.php:83 +#: ../../enterprise/meta/advanced/synchronizing.user.php:511 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../godmode/massive/massive_add_profiles.php:90 +#: ../../include/functions_reporting.php:6421 +msgid "Users" msgstr "" -#: ../../mobile/operation/alerts.php:39 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:824 -#: ../../operation/agentes/alerts_status.functions.php:75 -msgid "Not fired" +#: ../../operation/search_results.php:113 +#: ../../enterprise/meta/general/main_header.php:136 +#: ../../enterprise/meta/general/main_header.php:151 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../include/functions_groups.php:120 +msgid "Reports" msgstr "" -#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 -#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 -#: ../../godmode/alerts/alert_view.php:106 -msgid "Stand by" +#: ../../operation/search_results.php:123 +#: ../../enterprise/dashboard/widgets/maps_status.php:29 +msgid "Maps" msgstr "" -#: ../../mobile/operation/alerts.php:162 +#: ../../operation/search_results.php:143 +msgid "Helps" +msgstr "" + +#: ../../operation/users/webchat.php:71 +msgid "Webchat" +msgstr "" + +#: ../../operation/users/webchat.php:82 +msgid "Users Online" +msgstr "" + +#: ../../operation/users/webchat.php:157 +msgid "Connection established...get last 24h messages..." +msgstr "" + +#: ../../operation/users/webchat.php:168 +msgid "Error in connection." +msgstr "" + +#: ../../operation/users/webchat.php:249 +msgid "Error sendding message." +msgstr "" + +#: ../../operation/users/webchat.php:277 +msgid "Error login." +msgstr "" + +#: ../../operation/users/user_edit.php:86 +#: ../../godmode/users/configure_user.php:90 +msgid "User detail editor" +msgstr "" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:162 +msgid "Password successfully updated" +msgstr "" + +#: ../../operation/users/user_edit.php:156 +#: ../../operation/users/user_edit.php:163 #, php-format -msgid "Filter Alerts by %s" +msgid "Error updating passwords: %s" msgstr "" -#: ../../mobile/operation/alerts.php:272 -msgid "Last Fired" +#: ../../operation/users/user_edit.php:168 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" msgstr "" -#: ../../mobile/operation/alerts.php:282 -msgid "No alerts" +#: ../../operation/users/user_edit.php:179 +#: ../../operation/users/user_edit.php:189 +#: ../../godmode/users/configure_user.php:300 +#: ../../godmode/users/configure_user.php:310 +#: ../../godmode/users/configure_user.php:338 +#: ../../godmode/users/configure_user.php:344 +#: ../../godmode/users/configure_user.php:372 +msgid "User info successfully updated" msgstr "" -#: ../../mobile/operation/alerts.php:312 +#: ../../operation/users/user_edit.php:180 +#: ../../operation/users/user_edit.php:190 +msgid "Error updating user info" +msgstr "" + +#: ../../operation/users/user_edit.php:200 +msgid "Edit my User" +msgstr "" + +#: ../../operation/users/user_edit.php:211 +#: ../../godmode/users/configure_user.php:442 +msgid "Full (display) name" +msgstr "" + +#: ../../operation/users/user_edit.php:233 +#: ../../godmode/users/user_list.php:407 +#: ../../godmode/users/configure_user.php:474 +msgid "E-mail" +msgstr "" + +#: ../../operation/users/user_edit.php:235 +#: ../../godmode/users/configure_user.php:478 +msgid "Phone number" +msgstr "" + +#: ../../operation/users/user_edit.php:244 +msgid "New Password" +msgstr "" + +#: ../../operation/users/user_edit.php:246 +#: ../../godmode/users/configure_user.php:454 +msgid "Password confirmation" +msgstr "" + +#: ../../operation/users/user_edit.php:254 +msgid "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" +msgstr "" + +#: ../../operation/users/user_edit.php:263 +msgid "If checkbox is clicked then block size global configuration is used" +msgstr "" + +#: ../../operation/users/user_edit.php:276 +#: ../../enterprise/meta/advanced/metasetup.visual.php:140 +#: ../../enterprise/meta/include/functions_meta.php:1081 +#: ../../godmode/users/configure_user.php:512 +#: ../../godmode/setup/setup_visuals.php:420 +#: ../../include/functions_config.php:463 +msgid "Interactive charts" +msgstr "" + +#: ../../operation/users/user_edit.php:276 +#: ../../enterprise/meta/advanced/metasetup.visual.php:140 +#: ../../godmode/users/configure_user.php:512 +#: ../../godmode/setup/setup_visuals.php:421 +msgid "Whether to use Javascript or static PNG graphs" +msgstr "" + +#: ../../operation/users/user_edit.php:280 +#: ../../enterprise/extensions/translate_string.php:250 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 +#: ../../godmode/users/configure_user.php:446 +msgid "Language" +msgstr "" + +#: ../../operation/users/user_edit.php:299 +msgid "Shortcut bar" +msgstr "" + +#: ../../operation/users/user_edit.php:299 +msgid "" +"This will activate a shortcut bar with alerts, events, messages... " +"information" +msgstr "" + +#: ../../operation/users/user_edit.php:302 +msgid "Home screen" +msgstr "" + +#: ../../operation/users/user_edit.php:302 +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 "" + +#: ../../operation/users/user_edit.php:305 ../../operation/menu.php:128 +#: ../../extensions/resource_exportation.php:351 +#: ../../enterprise/meta/screens/screens.visualmap.php:216 +#: ../../enterprise/meta/screens/screens.visualmap.php:220 +msgid "Visual console" +msgstr "" + +#: ../../operation/users/user_edit.php:306 +#: ../../operation/events/events.php:325 ../../godmode/events/events.php:37 +msgid "Event list" +msgstr "" + +#: ../../operation/users/user_edit.php:312 +#: ../../enterprise/operation/menu.php:89 +#: ../../enterprise/extensions/vmware/vmware_view.php:1070 +#: ../../enterprise/extensions/vmware/vmware_view.php:1089 +#: ../../enterprise/mobile/operation/dashboard.php:227 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "" + +#: ../../operation/users/user_edit.php:350 +#: ../../godmode/groups/configure_group.php:181 +#: ../../godmode/users/configure_user.php:506 +msgid "Skin" +msgstr "" + +#: ../../operation/users/user_edit.php:362 +#: ../../enterprise/meta/include/functions_meta.php:672 +#: ../../godmode/setup/setup_auth.php:124 +#: ../../include/functions_config.php:359 +msgid "Double authentication" +msgstr "" + +#: ../../operation/users/user_edit.php:367 +msgid "Show information" +msgstr "" + +#: ../../operation/users/user_edit.php:373 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 +msgid "Event filter" +msgstr "" + +#: ../../operation/users/user_edit.php:378 +msgid "Newsletter Subscribed" +msgstr "" + +#: ../../operation/users/user_edit.php:380 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "" + +#: ../../operation/users/user_edit.php:383 +#: ../../general/login_identification_wizard.php:167 +msgid "Subscribe to our newsletter" +msgstr "" + +#: ../../operation/users/user_edit.php:386 +msgid "Newsletter Reminder" +msgstr "" + +#: ../../operation/users/user_edit.php:442 +msgid "Autorefresh" +msgstr "" + +#: ../../operation/users/user_edit.php:442 +msgid "This will activate autorefresh in selected pages" +msgstr "" + +#: ../../operation/users/user_edit.php:449 +msgid "Full list of pages" +msgstr "" + +#: ../../operation/users/user_edit.php:451 +msgid "List of pages with autorefresh" +msgstr "" + +#: ../../operation/users/user_edit.php:457 +msgid "Push selected pages into autorefresh list" +msgstr "" + +#: ../../operation/users/user_edit.php:461 +msgid "Pop selected pages out of autorefresh list" +msgstr "" + +#: ../../operation/users/user_edit.php:476 ../../general/logon_ok.php:225 +#: ../../general/logon_ok.php:422 +#: ../../enterprise/extensions/ipam/ipam_network.php:543 +#: ../../enterprise/extensions/ipam/ipam_network.php:654 +#: ../../enterprise/extensions/ipam/ipam_massive.php:69 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 +#: ../../godmode/servers/manage_recontask_form.php:354 +#: ../../godmode/users/configure_user.php:482 +#: ../../godmode/admin_access_logs.php:192 ../../include/functions.php:2309 +#: ../../include/ajax/events.php:302 +#: ../../include/functions_reporting_html.php:2854 +#: ../../mobile/operation/events.php:518 +msgid "Comments" +msgstr "" + +#: ../../operation/users/user_edit.php:497 +msgid "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" +msgstr "" + +#: ../../operation/users/user_edit.php:507 +#: ../../operation/users/user_edit.php:514 +#: ../../godmode/users/configure_user.php:597 +#: ../../godmode/users/configure_user.php:606 +msgid "Profiles/Groups assigned to this user" +msgstr "" + +#: ../../operation/users/user_edit.php:531 +#: ../../enterprise/godmode/setup/setup_acl.php:149 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/users/configure_profile.php:242 +#: ../../godmode/users/configure_user.php:616 +msgid "Profile name" +msgstr "" + +#: ../../operation/users/user_edit.php:568 +msgid "This user doesn't have any assigned profile/group." +msgstr "" + +#: ../../operation/users/user_edit.php:720 +#: ../../operation/users/user_edit.php:785 +#: ../../operation/users/user_edit.php:856 ../../general/logon_failed.php:21 +#: ../../include/ajax/double_auth.ajax.php:247 +#: ../../include/ajax/double_auth.ajax.php:342 +#: ../../include/ajax/double_auth.ajax.php:387 +#: ../../include/ajax/double_auth.ajax.php:501 +msgid "Authentication error" +msgstr "" + +#: ../../operation/users/user_edit.php:723 +#: ../../operation/users/user_edit.php:788 +#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 +#: ../../enterprise/meta/include/functions_ui_meta.php:779 +#: ../../enterprise/dashboard/main_dashboard.php:337 +#: ../../enterprise/dashboard/main_dashboard.php:414 +#: ../../godmode/massive/massive_edit_plugins.php:813 +#: ../../godmode/massive/massive_edit_plugins.php:814 +#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 +#: ../../include/functions.php:1041 ../../include/functions_events.php:1162 +#: ../../include/functions_events.php:1429 +#: ../../include/ajax/double_auth.ajax.php:250 +#: ../../include/ajax/double_auth.ajax.php:345 +#: ../../include/ajax/double_auth.ajax.php:390 +#: ../../include/ajax/double_auth.ajax.php:505 +#: ../../include/functions_ui.php:228 +msgid "Error" +msgstr "" + +#: ../../operation/users/user_edit.php:727 +#: ../../operation/users/user_edit.php:792 +#: ../../include/ajax/double_auth.ajax.php:254 +#: ../../include/ajax/double_auth.ajax.php:349 +#: ../../include/ajax/double_auth.ajax.php:394 +#: ../../include/ajax/double_auth.ajax.php:509 +msgid "There was an error loading the data" +msgstr "" + +#: ../../operation/users/user_edit.php:737 +msgid "Double autentication information" +msgstr "" + +#: ../../operation/users/user_edit.php:800 +#: ../../operation/users/user_edit.php:876 +msgid "Double autentication activation" +msgstr "" + +#: ../../operation/users/user_edit.php:826 +msgid "The double authentication will be deactivated" +msgstr "" + +#: ../../operation/users/user_edit.php:827 +msgid "Deactivate" +msgstr "" + +#: ../../operation/users/user_edit.php:859 +msgid "The double autentication was deactivated successfully" +msgstr "" + +#: ../../operation/users/user_edit.php:862 +#: ../../operation/users/user_edit.php:866 +msgid "There was an error deactivating the double autentication" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:47 +msgid "New Incident" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:58 +#: ../../operation/incidents/incident_detail.php:233 +msgid "Incident details" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:62 +#: ../../operation/integria_incidents/incident.list.php:132 +msgid "Workunits" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:70 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 +msgid "Tracking" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:75 +#: ../../operation/incidents/incident.php:33 +msgid "Incident management" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:98 +msgid "Incident updated" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:101 +msgid "" +"There was a problem updating the incident, please check if any field was " +"modified and the values are correct." +msgstr "" + +#: ../../operation/integria_incidents/incident.php:125 +#: ../../operation/incidents/incident.php:146 +msgid "Incident created" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:128 +msgid "There was a problem creating incident" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:141 +#: ../../operation/incidents/incident_detail.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 +msgid "No description available" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:155 +#: ../../operation/incidents/incident_detail.php:173 +msgid "File uploaded" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:158 +msgid "There was a problem uploading file" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:164 +msgid "File is too big" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:167 +msgid "File was partially uploaded. Please try again" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:170 +#: ../../include/functions.php:2199 +msgid "No file was uploaded" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:173 +msgid "Generic upload error" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:192 +msgid "File deleted" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:195 +msgid "You user doesn't have enough rights to delete this file" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:210 +msgid "Incident deleted" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:213 +msgid "There was a problem deteling incident" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:237 +msgid "Workunit added" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:240 +msgid "There was a problem adding workunit" +msgstr "" + +#: ../../operation/integria_incidents/incident.php:339 +msgid "" +"There is a error in the message from your Integria or there is not " +"connection." +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:33 +#: ../../operation/events/events_list.php:440 +#: ../../enterprise/operation/services/services.list.php:155 +#: ../../enterprise/operation/services/services.list.php:172 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 +#: ../../enterprise/godmode/setup/setup_auth.php:241 +#: ../../enterprise/godmode/setup/setup_auth.php:270 +#: ../../enterprise/godmode/setup/setup_acl.php:131 +#: ../../enterprise/dashboard/widgets/events_list.php:31 +#: ../../godmode/reporting/visual_console_builder.wizard.php:345 +#: ../../godmode/agentes/planned_downtime.list.php:154 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/servers/manage_recontask.php:336 +#: ../../godmode/massive/massive_add_action_alerts.php:146 +#: ../../godmode/users/configure_user.php:689 +#: ../../godmode/events/event_edit_filter.php:295 +#: ../../include/functions_html.php:860 ../../include/functions_html.php:861 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:863 +#: ../../include/functions_html.php:864 +#: ../../include/ajax/visual_console_builder.ajax.php:675 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_visual_map_editor.php:624 +msgid "Any" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:34 +msgid "Not closed" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:55 +msgid "Search string" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:93 +#: ../../operation/incidents/incident.php:335 +#: ../../operation/events/events.build_table.php:133 +#: ../../extensions/api_checker.php:137 +#: ../../godmode/agentes/agent_manager.php:162 +#: ../../godmode/agentes/agent_incidents.php:85 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/module_manager_editor_common.php:149 +#: ../../godmode/groups/group_list.php:334 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 +#: ../../include/functions_events.php:3281 +msgid "ID" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/incidents/incident.php:340 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 +#: ../../enterprise/meta/advanced/servers.build_table.php:67 +#: ../../godmode/agentes/agent_incidents.php:90 +#: ../../godmode/servers/servers.build_table.php:72 +msgid "Updated" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:98 +msgid "Started" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:99 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 +#: ../../include/ajax/events.php:300 +msgid "Details" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:100 +#: ../../operation/integria_incidents/incident.incident.php:84 +#: ../../operation/incidents/incident_detail.php:327 +msgid "Creator" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:101 +#: ../../operation/incidents/incident.php:342 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/events/events.build_table.php:179 +#: ../../enterprise/meta/include/functions_events_meta.php:100 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2351 +#: ../../include/functions_events.php:3322 +#: ../../mobile/operation/events.php:477 +msgid "Owner" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:132 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Hours" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:135 +msgid "Delete incident" +msgstr "" + +#: ../../operation/integria_incidents/incident.list.php:135 +msgid "View incident details" +msgstr "" + +#: ../../operation/integria_incidents/incident.incident.php:93 +msgid "Assigned user" +msgstr "" + +#: ../../operation/integria_incidents/incident.incident.php:111 +msgid "Resolution epilog" +msgstr "" + +#: ../../operation/integria_incidents/incident.incident.php:126 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:227 +#: ../../enterprise/extensions/backup/main.php:167 +#: ../../enterprise/extensions/ipam/ipam_editor.php:121 +#: ../../enterprise/extensions/ipam/ipam_list.php:257 +#: ../../enterprise/extensions/cron/main.php:323 +#: ../../enterprise/godmode/policies/policy_modules.php:327 +#: ../../enterprise/godmode/policies/policies.php:430 +#: ../../enterprise/godmode/policies/configure_policy.php:90 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 +#: ../../enterprise/godmode/agentes/collections.php:235 +#: ../../enterprise/godmode/agentes/collections.data.php:56 +#: ../../enterprise/godmode/agentes/collections.data.php:125 +#: ../../enterprise/godmode/agentes/collections.data.php:144 +#: ../../enterprise/godmode/agentes/collections.data.php:159 +#: ../../enterprise/godmode/agentes/collections.data.php:181 +#: ../../enterprise/godmode/agentes/collections.data.php:223 +#: ../../enterprise/godmode/agentes/collections.editor.php:117 +#: ../../enterprise/godmode/servers/manage_export.php:125 +#: ../../enterprise/godmode/servers/manage_export.php:157 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:329 +#: ../../enterprise/godmode/alerts/alert_events_list.php:671 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 +#: ../../enterprise/godmode/services/services.service.php:361 +#: ../../enterprise/godmode/services/services.elements.php:417 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/modules/configure_local_component.php:490 +#: ../../enterprise/godmode/modules/local_components.php:551 +#: ../../enterprise/godmode/setup/edit_skin.php:270 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1135 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/agentes/agent_manager.php:468 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/module_manager.php:123 +#: ../../godmode/agentes/module_manager_editor.php:498 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/manage_recontask.php:389 +#: ../../godmode/groups/configure_group.php:208 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/snmpconsole/snmp_filters.php:108 +#: ../../godmode/snmpconsole/snmp_filters.php:156 +#: ../../godmode/snmpconsole/snmp_alert.php:874 +#: ../../godmode/snmpconsole/snmp_alert.php:1221 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/users/configure_user.php:581 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/alerts/configure_alert_special_days.php:106 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/alerts/alert_list.php:330 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/alert_list.list.php:742 +#: ../../godmode/alerts/alert_special_days.php:464 +#: ../../godmode/alerts/alert_special_days.php:482 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_components.php:645 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/modules/manage_network_components_form.php:279 +#: ../../godmode/modules/manage_nc_groups_form.php:83 +#: ../../godmode/modules/manage_nc_groups.php:244 +#: ../../godmode/setup/news.php:204 ../../godmode/setup/os.php:52 +#: ../../godmode/setup/os.php:76 ../../godmode/setup/gis.php:93 +#: ../../godmode/setup/links.php:117 +#: ../../godmode/events/event_edit_filter.php:404 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/tag/edit_tag.php:232 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:449 +msgid "Create" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:27 +msgid "Time used" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:28 +msgid "Have cost" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:29 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Public" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:35 +#: ../../operation/integria_incidents/incident.files.php:29 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../operation/events/events_list.php:333 +#: ../../operation/events/events_list.php:360 +#: ../../extensions/files_repo/files_repo_form.php:94 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:160 +#: ../../enterprise/godmode/policies/policy_collections.php:196 +#: ../../enterprise/godmode/policies/policy_plugins.php:65 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_alerts.php:474 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:161 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:279 +#: ../../enterprise/godmode/agentes/plugins_manager.php:93 +#: ../../enterprise/godmode/agentes/collection_manager.php:109 +#: ../../enterprise/godmode/agentes/collection_manager.php:126 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:208 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:78 +#: ../../enterprise/godmode/servers/manage_export_form.php:122 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:380 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 +#: ../../enterprise/godmode/alerts/alert_events_list.php:608 +#: ../../enterprise/godmode/setup/setup_acl.php:98 +#: ../../enterprise/godmode/setup/setup_acl.php:117 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 +#: ../../enterprise/meta/advanced/metasetup.visual.php:157 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:430 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 +#: ../../enterprise/dashboard/main_dashboard.php:322 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/reporting/visual_console_builder.wizard.php:340 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/manage_recontask_form.php:384 +#: ../../godmode/snmpconsole/snmp_alert.php:1199 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/alerts/alert_list.list.php:632 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/setup/news.php:275 ../../godmode/setup/setup_visuals.php:646 +#: ../../godmode/setup/setup_visuals.php:682 ../../godmode/setup/links.php:158 +#: ../../godmode/events/event_edit_filter.php:351 +#: ../../godmode/events/event_edit_filter.php:366 +msgid "Add" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:42 +msgid "Add workunit" +msgstr "" + +#: ../../operation/integria_incidents/incident.workunits.php:60 +msgid "said" +msgstr "" + +#: ../../operation/integria_incidents/incident.files.php:23 +#: ../../extensions/files_repo/files_repo_form.php:84 +#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 +#: ../../godmode/extensions.php:143 +msgid "File" +msgstr "" + +#: ../../operation/integria_incidents/incident.files.php:35 +msgid "Add a file" +msgstr "" + +#: ../../operation/integria_incidents/incident.files.php:42 +#: ../../operation/incidents/incident_detail.php:453 +#: ../../operation/incidents/incident_detail.php:505 +msgid "Filename" +msgstr "" + +#: ../../operation/integria_incidents/incident.files.php:45 +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../enterprise/extensions/backup/main.php:67 +#: ../../godmode/events/event_responses.editor.php:97 +#: ../../include/functions_filemanager.php:582 +#: ../../include/functions_visual_map_editor.php:107 +#: ../../include/functions_visual_map_editor.php:149 +#: ../../include/functions_visual_map_editor.php:423 +#: ../../include/functions_visual_map_editor.php:487 +msgid "Size" +msgstr "" + +#: ../../operation/integria_incidents/incident.files.php:66 +msgid "Delete file" +msgstr "" + +#: ../../operation/integria_incidents/incident_statistics.php:52 +msgid "Opened tickets" +msgstr "" + +#: ../../operation/integria_incidents/incident_statistics.php:53 +msgid "Closed tickets" +msgstr "" + +#: ../../operation/integria_incidents/incident_statistics.php:56 +#: ../../operation/incidents/incident_statistics.php:33 +msgid "Incidents by status" +msgstr "" + +#: ../../operation/incidents/incident.php:72 +msgid "Successfully reclaimed ownership" +msgstr "" + +#: ../../operation/incidents/incident.php:73 +msgid "Could not reclame ownership" +msgstr "" + +#: ../../operation/incidents/incident.php:143 +msgid "Error creating incident" +msgstr "" + +#: ../../operation/incidents/incident.php:233 +msgid "Incidents:" +msgstr "" + +#: ../../operation/incidents/incident.php:234 +msgid "All incidents" +msgstr "" + +#: ../../operation/incidents/incident.php:256 +msgid "Priorities:" +msgstr "" + +#: ../../operation/incidents/incident.php:257 +msgid "All priorities" +msgstr "" + +#: ../../operation/incidents/incident.php:261 +msgid "Users:" +msgstr "" + +#: ../../operation/incidents/incident.php:262 +#: ../../enterprise/extensions/ipam/ipam_editor.php:60 +msgid "All users" +msgstr "" + +#: ../../operation/incidents/incident.php:277 +msgid "Agents:" +msgstr "" + +#: ../../operation/incidents/incident.php:279 +#: ../../godmode/db/db_purge.php:167 +msgid "All agents" +msgstr "" + +#: ../../operation/incidents/incident.php:284 +msgid "Groups:" +msgstr "" + +#: ../../operation/incidents/incident.php:290 +msgid "Free text:" +msgstr "" + +#: ../../operation/incidents/incident.php:291 +msgid "Search by incident name or description, list matches." +msgstr "" + +#: ../../operation/incidents/incident.php:399 +msgid "Delete incidents" +msgstr "" + +#: ../../operation/incidents/incident.php:403 +msgid "Become owner" +msgstr "" + +#: ../../operation/incidents/incident.php:411 +#: ../../operation/incidents/incident_detail.php:238 +msgid "Create incident" +msgstr "" + +#: ../../operation/incidents/incident_statistics.php:36 +msgid "Incidents by priority" +msgstr "" + +#: ../../operation/incidents/incident_statistics.php:39 +msgid "Incidents by group" +msgstr "" + +#: ../../operation/incidents/incident_statistics.php:42 +msgid "Incidents by user" +msgstr "" + +#: ../../operation/incidents/incident_statistics.php:45 +msgid "Incidents by source" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:67 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +#: ../../enterprise/godmode/alerts/alert_events_list.php:186 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_tags.php:88 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/alerts/alert_list.php:170 +msgid "Successfully added" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:68 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +#: ../../enterprise/godmode/alerts/alert_events_list.php:187 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_action_alerts.php:85 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_action_alerts.php:105 +#: ../../godmode/massive/massive_add_tags.php:89 +#: ../../godmode/massive/massive_add_alerts.php:113 +#: ../../godmode/alerts/alert_list.php:170 +msgid "Could not be added" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:160 +msgid "File could not be saved due to database error" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:174 +msgid "File could not be uploaded" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:376 +msgid "Update incident" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:382 +msgid "Submit" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:396 +#: ../../operation/incidents/incident_detail.php:400 +msgid "Add note" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:432 +msgid "Notes attached to incident" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:481 +msgid "Attached files" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:499 +#: ../../operation/incidents/incident_detail.php:503 +msgid "Add attachment" +msgstr "" + +#: ../../operation/incidents/incident_detail.php:507 +#: ../../extensions/extension_uploader.php:85 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/resource_registration.php:876 +#: ../../enterprise/include/functions_policies.php:4106 +#: ../../godmode/alerts/alert_special_days.php:260 +msgid "Upload" +msgstr "" + +#: ../../operation/search_main.php:52 +msgid "Agents found" +msgstr "" + +#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 +#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 +#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 +#: ../../operation/search_main.php:80 #, php-format -msgid "Standby: %s" +msgid "%s Found" msgstr "" -#: ../../mobile/operation/events.php:107 -#: ../../operation/events/events.build_table.php:61 -msgid "Event Name" +#: ../../operation/search_main.php:55 +msgid "Modules found" msgstr "" -#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378 -#: ../../mobile/operation/events.php:585 ../../mobile/operation/events.php:586 -msgid "Preset Filters" +#: ../../operation/search_main.php:66 +msgid "Users found" msgstr "" -#: ../../mobile/operation/events.php:438 -msgid "ERROR: Event detail" +#: ../../operation/search_main.php:69 +msgid "Graphs found" msgstr "" -#: ../../mobile/operation/events.php:440 -msgid "Error connecting to DB pandora." +#: ../../operation/search_main.php:72 +msgid "Reports found" msgstr "" -#: ../../mobile/operation/events.php:453 -msgid "Event detail" +#: ../../operation/search_main.php:75 +msgid "Maps found" msgstr "" -#: ../../mobile/operation/events.php:464 -#: ../../include/functions_events.php:2328 -#: ../../operation/events/events.build_table.php:55 +#: ../../operation/search_main.php:78 +msgid "Helps found" +msgstr "" + +#: ../../operation/search_main.php:88 +#, php-format +msgid "Show %s of %s. View all matches" +msgstr "" + +#: ../../operation/search_maps.php:33 +#: ../../enterprise/godmode/services/services.elements.php:123 +#: ../../enterprise/godmode/services/services.elements.php:128 +msgid "Elements" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:125 +#: ../../operation/visual_console/render_view.php:105 +#: ../../enterprise/meta/screens/screens.visualmap.php:188 +#: ../../godmode/reporting/visual_console_builder.php:664 +msgid "Show link to public Visual Console" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:132 +#: ../../include/functions.php:2578 +msgid "5 seconds" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:133 +#: ../../include/functions.php:2579 +msgid "10 seconds" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:134 +#: ../../include/functions.php:2581 +msgid "30 seconds" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:135 +#: ../../extensions/agents_alerts.php:82 +#: ../../extensions/agents_modules.php:90 ../../include/functions.php:2582 +msgid "1 minute" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:136 +#: ../../extensions/agents_alerts.php:83 +#: ../../extensions/agents_modules.php:91 ../../include/functions.php:2583 +msgid "2 minutes" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:137 +#: ../../extensions/agents_alerts.php:84 +#: ../../extensions/agents_modules.php:92 ../../include/functions.php:2584 +#: ../../include/ajax/module.php:118 +msgid "5 minutes" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:138 +#: ../../extensions/agents_alerts.php:85 +#: ../../extensions/agents_modules.php:93 +msgid "10 minutes" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:139 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 +#: ../../enterprise/godmode/agentes/inventory_manager.php:176 +#: ../../enterprise/dashboard/widgets/top_n.php:61 +#: ../../godmode/setup/performance.php:97 ../../include/functions.php:2022 +#: ../../include/functions.php:2587 ../../include/ajax/module.php:120 +#: ../../include/functions_netflow.php:1049 +#: ../../include/functions_netflow.php:1082 +msgid "1 hour" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:140 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 +#: ../../enterprise/godmode/agentes/inventory_manager.php:177 +#: ../../enterprise/dashboard/widgets/top_n.php:62 +#: ../../include/functions_netflow.php:1050 +#: ../../include/functions_netflow.php:1083 +msgid "2 hours" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:142 +msgid "Refresh: " +msgstr "" + +#: ../../operation/gis_maps/render_view.php:148 +#: ../../enterprise/operation/agentes/transactional_map.php:197 +#: ../../enterprise/operation/services/services.service.php:168 +#: ../../enterprise/operation/services/services.service_map.php:118 +#: ../../enterprise/operation/services/services.list.php:149 +#: ../../enterprise/operation/services/services.list.php:378 +#: ../../enterprise/load_enterprise.php:1 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 +#: ../../enterprise/dashboard/widgets/service_map.php:86 +#: ../../godmode/massive/massive_edit_agents.php:386 +#: ../../include/functions_config.php:521 +#: ../../include/functions_config.php:1526 +msgid "Ok" +msgstr "" + +#: ../../operation/gis_maps/render_view.php:151 +msgid "Show agents by state: " +msgstr "" + +#: ../../operation/gis_maps/render_view.php:154 +#: ../../enterprise/extensions/vmware/vmware_view.php:1064 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/dashboard/widgets/network_map.php:38 +msgid "Map" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:214 +msgid "GIS Maps list" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:185 +msgid "GIS Maps" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:94 +#: ../../enterprise/godmode/policies/policies.php:258 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/modules/local_components.php:484 +#: ../../enterprise/meta/advanced/servers.build_table.php:71 +#: ../../godmode/reporting/reporting_builder.php:567 +#: ../../godmode/reporting/reporting_builder.php:687 +#: ../../godmode/reporting/graphs.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/servers/plugin.php:739 +#: ../../godmode/servers/servers.build_table.php:76 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/alerts/alert_list.list.php:412 +msgid "Op." +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:175 +msgid "No maps found" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:194 +msgid "Caution: Do you want delete the map?" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:201 +msgid "Do you want to set default the map?" +msgstr "" + +#: ../../operation/gis_maps/gis_map.php:209 +msgid "There was error on setup the default map." +msgstr "" + +#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 +msgid "Position (Lat, Long, Alt)" +msgstr "" + +#: ../../operation/gis_maps/ajax.php:218 +msgid "Start contact" +msgstr "" + +#: ../../operation/gis_maps/ajax.php:220 +msgid "Num reports" +msgstr "" + +#: ../../operation/gis_maps/ajax.php:258 +msgid "Default position of map." +msgstr "" + +#: ../../operation/gis_maps/ajax.php:269 +#: ../../enterprise/meta/include/functions_wizard_meta.php:163 +#: ../../enterprise/meta/include/functions_wizard_meta.php:166 +#: ../../enterprise/meta/include/functions_wizard_meta.php:375 +#: ../../enterprise/meta/include/functions_wizard_meta.php:378 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1936 +#: ../../godmode/agentes/agent_manager.php:201 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../include/functions_treeview.php:487 +#: ../../include/functions_events.php:2026 +#: ../../include/functions_reporting_html.php:1716 +msgid "IP Address" +msgstr "" + +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1536 +#: ../../enterprise/dashboard/widgets/url.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1187 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +msgid "URL" +msgstr "" + +#: ../../operation/events/events.build_table.php:37 +msgid "More detail" +msgstr "" + +#: ../../operation/events/events.build_table.php:85 +#: ../../operation/events/events.build_table.php:89 +msgid "The Agent: " +msgstr "" + +#: ../../operation/events/events.build_table.php:86 +#: ../../operation/events/events.build_table.php:90 +msgid " has " +msgstr "" + +#: ../../operation/events/events.build_table.php:87 +#: ../../operation/events/events.build_table.php:91 +msgid " events." +msgstr "" + +#: ../../operation/events/events.build_table.php:118 +#: ../../operation/events/events.build_table.php:773 +#: ../../include/functions_events.php:851 +#: ../../include/functions_events.php:855 +#: ../../include/functions_reporting.php:1208 +#: ../../include/functions_reporting.php:1370 +#: ../../include/functions_reporting_html.php:3032 +#: ../../mobile/operation/events.php:790 +msgid "No events" +msgstr "" + +#: ../../operation/events/events.build_table.php:149 +#: ../../include/functions_events.php:2331 +#: ../../include/functions_events.php:3295 +#: ../../mobile/operation/events.php:469 msgid "Event ID" msgstr "" -#: ../../mobile/operation/events.php:480 -#: ../../include/functions_events.php:2367 -#: ../../operation/events/events_list.php:560 -#: ../../godmode/events/event_edit_filter.php:288 +#: ../../operation/events/events.build_table.php:155 +#: ../../include/functions_events.php:3300 +#: ../../mobile/operation/events.php:108 +msgid "Event Name" +msgstr "" + +#: ../../operation/events/events.build_table.php:161 +#: ../../enterprise/meta/include/functions_events_meta.php:61 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 +#: ../../enterprise/include/functions_inventory.php:64 +#: ../../enterprise/include/functions_reporting_pdf.php:2310 +#: ../../godmode/agentes/modificar_agente.php:476 +#: ../../godmode/agentes/agent_manager.php:154 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../include/functions_treeview.php:467 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:894 +#: ../../include/functions_events.php:3306 +#: ../../include/functions_reporting_html.php:1539 +#: ../../mobile/operation/modules.php:453 +#: ../../mobile/operation/modules.php:673 +msgid "Agent name" +msgstr "" + +#: ../../operation/events/events.build_table.php:191 +#: ../../operation/events/events_list.php:557 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 +#: ../../enterprise/meta/include/functions_events_meta.php:76 +#: ../../enterprise/include/functions_reporting_pdf.php:1181 +#: ../../enterprise/dashboard/widgets/events_list.php:36 +#: ../../godmode/events/event_edit_filter.php:233 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../godmode/events/event_filter.php:110 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3332 +#: ../../include/functions_reporting_html.php:662 +msgid "Event type" +msgstr "" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3338 +msgid "Agent Module" +msgstr "" + +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:569 +#: ../../enterprise/meta/include/functions_events_meta.php:88 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1749 +#: ../../include/functions_events.php:3354 +#: ../../include/functions_events.php:3699 +msgid "Comment" +msgstr "" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3369 +msgid "Extra ID" +msgstr "" + +#: ../../operation/events/events.build_table.php:241 +#: ../../enterprise/meta/include/functions_events_meta.php:103 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3374 +msgid "ACK Timestamp" +msgstr "" + +#: ../../operation/events/events.build_table.php:247 +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2188 +#: ../../include/functions_events.php:2200 +#: ../../include/functions_events.php:2212 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_events.php:2229 +#: ../../include/functions_events.php:2234 +#: ../../include/functions_events.php:2238 +#: ../../include/functions_events.php:3379 +msgid "Instructions" +msgstr "" + +#: ../../operation/events/events.build_table.php:297 +#: ../../enterprise/include/functions_reporting_pdf.php:1204 +#: ../../enterprise/include/functions_reporting_pdf.php:1352 +#: ../../enterprise/include/functions_reporting_pdf.php:1487 +#: ../../include/functions_events.php:914 +#: ../../include/functions_events.php:2400 +#: ../../include/functions_events.php:3427 ../../include/ajax/events.php:447 +#: ../../include/functions_reporting.php:5515 +#: ../../include/functions_reporting.php:5629 +#: ../../include/functions_reporting.php:5758 +#: ../../include/functions_reporting_html.php:550 +#: ../../include/functions_reporting_html.php:683 +#: ../../include/functions_reporting_html.php:1162 +#: ../../mobile/operation/events.php:247 +msgid "New event" +msgstr "" + +#: ../../operation/events/events.build_table.php:301 +#: ../../operation/events/events.php:605 ../../operation/events/events.php:634 +#: ../../operation/events/events.php:635 ../../operation/events/events.php:855 +#: ../../operation/events/events.php:860 ../../operation/events/events.php:861 +#: ../../enterprise/include/functions_reporting_pdf.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1356 +#: ../../enterprise/include/functions_reporting_pdf.php:1491 +#: ../../include/functions_events.php:918 +#: ../../include/functions_events.php:2404 +#: ../../include/functions_events.php:3431 ../../include/ajax/events.php:451 +#: ../../include/functions_reporting.php:5519 +#: ../../include/functions_reporting.php:5633 +#: ../../include/functions_reporting.php:5762 +#: ../../include/functions_reporting_html.php:554 +#: ../../include/functions_reporting_html.php:687 +#: ../../include/functions_reporting_html.php:1166 +#: ../../mobile/operation/events.php:251 +msgid "Event validated" +msgstr "" + +#: ../../operation/events/events.build_table.php:305 +#: ../../operation/events/events.php:667 ../../operation/events/events.php:705 +#: ../../operation/events/events.php:706 ../../operation/events/events.php:865 +#: ../../operation/events/events.php:879 ../../operation/events/events.php:880 +#: ../../enterprise/include/functions_reporting_pdf.php:1212 +#: ../../enterprise/include/functions_reporting_pdf.php:1360 +#: ../../enterprise/include/functions_reporting_pdf.php:1495 +#: ../../include/functions_events.php:922 +#: ../../include/functions_events.php:2408 +#: ../../include/functions_events.php:3435 ../../include/ajax/events.php:455 +#: ../../include/functions_reporting.php:5523 +#: ../../include/functions_reporting.php:5637 +#: ../../include/functions_reporting.php:5766 +#: ../../include/functions_reporting_html.php:558 +#: ../../include/functions_reporting_html.php:691 +#: ../../include/functions_reporting_html.php:1170 +#: ../../mobile/operation/events.php:255 +msgid "Event in process" +msgstr "" + +#: ../../operation/events/events.build_table.php:663 +#: ../../include/functions_events.php:3793 +msgid "Validate event" +msgstr "" + +#: ../../operation/events/events.build_table.php:673 +#: ../../include/functions_events.php:1757 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_events.php:3803 +msgid "Delete event" +msgstr "" + +#: ../../operation/events/events.build_table.php:678 +#: ../../operation/events/events.php:696 ../../operation/events/events.php:700 +#: ../../operation/events/events.php:870 ../../operation/events/events.php:874 +#: ../../include/functions_events.php:3808 +msgid "Is not allowed delete events in process" +msgstr "" + +#: ../../operation/events/events.build_table.php:740 +msgid "Validate selected" +msgstr "" + +#: ../../operation/events/events.build_table.php:756 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../godmode/snmpconsole/snmp_alert.php:1213 +msgid "Delete selected" +msgstr "" + +#: ../../operation/events/events_list.php:188 +#: ../../operation/events/events_list.php:612 +msgid "No filter loaded" +msgstr "" + +#: ../../operation/events/events_list.php:190 +#: ../../operation/events/events_list.php:617 +msgid "Filter loaded" +msgstr "" + +#: ../../operation/events/events_list.php:192 +#: ../../operation/events/events_list.php:255 +#: ../../operation/events/events_list.php:601 +msgid "Save filter" +msgstr "" + +#: ../../operation/events/events_list.php:215 +msgid "New filter" +msgstr "" + +#: ../../operation/events/events_list.php:216 +#: ../../operation/events/events_list.php:247 +#: ../../godmode/netflow/nf_edit_form.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +msgid "Update filter" +msgstr "" + +#: ../../operation/events/events_list.php:222 +#: ../../godmode/events/event_edit_filter.php:213 +msgid "Filter name" +msgstr "" + +#: ../../operation/events/events_list.php:225 +msgid "Save in Group" +msgstr "" + +#: ../../operation/events/events_list.php:227 +#: ../../enterprise/godmode/policies/policy_agents.php:233 +#: ../../enterprise/godmode/policies/policy_agents.php:250 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 +#: ../../enterprise/meta/event/custom_events.php:149 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +msgid "Filter group" +msgstr "" + +#: ../../operation/events/events_list.php:242 +msgid "Overwrite filter" +msgstr "" + +#: ../../operation/events/events_list.php:335 +#: ../../operation/events/events_list.php:362 +#: ../../enterprise/godmode/policies/policy_collections.php:125 +#: ../../enterprise/godmode/agentes/collection_manager.php:167 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 +#: ../../godmode/alerts/alert_special_days.php:452 +#: ../../godmode/events/event_edit_filter.php:359 +#: ../../godmode/events/event_edit_filter.php:374 +msgid "Remove" +msgstr "" + +#: ../../operation/events/events_list.php:408 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 +#: ../../enterprise/meta/agentsearch.php:28 +#: ../../enterprise/meta/agentsearch.php:32 +#: ../../godmode/events/event_edit_filter.php:251 +msgid "Agent search" +msgstr "" + +#: ../../operation/events/events_list.php:430 +#: ../../godmode/events/event_edit_filter.php:283 +msgid "User ack." +msgstr "" + +#: ../../operation/events/events_list.php:442 +#: ../../godmode/events/event_edit_filter.php:387 +msgid "Module search" +msgstr "" + +#: ../../operation/events/events_list.php:461 +#: ../../godmode/events/event_edit_filter.php:377 +msgid "Alert events" +msgstr "" + +#: ../../operation/events/events_list.php:462 +#: ../../godmode/events/event_edit_filter.php:381 +msgid "Filter alert events" +msgstr "" + +#: ../../operation/events/events_list.php:462 +#: ../../godmode/events/event_edit_filter.php:382 +msgid "Only alert events" +msgstr "" + +#: ../../operation/events/events_list.php:474 +#: ../../godmode/events/event_edit_filter.php:303 +msgid "Date from" +msgstr "" + +#: ../../operation/events/events_list.php:480 +#: ../../godmode/events/event_edit_filter.php:306 +msgid "Date to" +msgstr "" + +#: ../../operation/events/events_list.php:500 +#: ../../operation/events/events_list.php:514 +#: ../../godmode/events/event_edit_filter.php:348 +msgid "Events with following tags" +msgstr "" + +#: ../../operation/events/events_list.php:506 +#: ../../operation/events/events_list.php:520 +#: ../../godmode/events/event_edit_filter.php:363 +msgid "Events without following tags" +msgstr "" + +#: ../../operation/events/events_list.php:569 +#: ../../enterprise/dashboard/widgets/events_list.php:46 +#: ../../godmode/events/event_edit_filter.php:243 +#: ../../godmode/events/event_filter.php:111 +msgid "Event status" +msgstr "" + +#: ../../operation/events/events_list.php:572 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 +#: ../../enterprise/dashboard/widgets/events_list.php:38 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +#: ../../godmode/events/event_edit_filter.php:279 +#: ../../mobile/operation/events.php:647 +msgid "Max. hours old" +msgstr "" + +#: ../../operation/events/events_list.php:574 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:419 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:435 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:451 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:467 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:922 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:938 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:954 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:970 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:986 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:926 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:942 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:958 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:974 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:990 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:422 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:438 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:454 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:470 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 +#: ../../godmode/events/event_edit_filter.php:299 +#: ../../include/functions_events.php:2370 +#: ../../mobile/operation/events.php:485 msgid "Repeated" msgstr "" -#: ../../mobile/operation/events.php:492 -#: ../../include/functions_events.php:2416 -msgid "Acknowledged by" +#: ../../operation/events/events_list.php:575 +#: ../../enterprise/godmode/setup/setup.php:90 +#: ../../godmode/events/event_edit_filter.php:297 +msgid "All events" msgstr "" -#: ../../mobile/operation/events.php:501 -#: ../../include/functions_visual_map_editor.php:573 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -msgid "Module Graph" +#: ../../operation/events/events_list.php:576 +#: ../../godmode/events/event_edit_filter.php:298 +msgid "Group events" msgstr "" -#: ../../mobile/operation/events.php:536 -msgid "Sucessful validate" +#: ../../operation/events/events_list.php:577 +msgid "Group agents" msgstr "" -#: ../../mobile/operation/events.php:538 -msgid "Fail validate" +#: ../../operation/events/events_list.php:584 +#: ../../enterprise/godmode/policies/policy_modules.php:299 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 +#: ../../enterprise/godmode/alerts/alert_events_list.php:597 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:556 +#: ../../godmode/agentes/agent_manager.php:401 +#: ../../godmode/agentes/module_manager_editor.php:473 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:403 +#: ../../include/functions_visual_map_editor.php:462 +msgid "Advanced options" msgstr "" -#: ../../mobile/operation/events.php:570 -#, php-format -msgid "Filter Events by %s" +#: ../../operation/events/events_list.php:607 +msgid "Show events graph" msgstr "" -#: ../../mobile/operation/events.php:780 -#: ../../include/functions_reporting.php:1192 -#: ../../include/functions_reporting.php:1353 -#: ../../include/functions_reporting_html.php:2938 -#: ../../include/functions_events.php:850 -#: ../../include/functions_events.php:854 -#: ../../operation/events/events.build_table.php:679 -msgid "No events" +#: ../../operation/events/events_list.php:644 +msgid "Event control filter" msgstr "" -#: ../../mobile/operation/events.php:1066 -#, php-format -msgid "Filter: %s" +#: ../../operation/events/events_list.php:648 +msgid "Error creating filter." msgstr "" -#: ../../mobile/operation/events.php:1079 -#, php-format -msgid "Severity: %s" +#: ../../operation/events/events_list.php:649 +msgid "Error creating filter is duplicated." msgstr "" -#: ../../mobile/operation/events.php:1106 -#, php-format -msgid "Free search: %s" +#: ../../operation/events/events_list.php:650 +msgid "Filter created." msgstr "" -#: ../../mobile/operation/events.php:1110 -#, php-format -msgid "Hours: %s" +#: ../../operation/events/events_list.php:652 +msgid "Filter updated." msgstr "" -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" +#: ../../operation/events/events_list.php:653 +msgid "Error updating filter." msgstr "" -#: ../../mobile/operation/agents.php:166 -#, php-format -msgid "Filter Agents by %s" +#: ../../operation/events/events_list.php:1081 +msgid "Filter name cannot be left blank" msgstr "" -#: ../../mobile/operation/agents.php:333 -msgid "No agents" +#: ../../operation/events/events_list.php:1150 +#: ../../operation/events/events_list.php:1236 +msgid "none" msgstr "" -#: ../../extensions/resource_registration.php:40 -#, php-format -msgid "Success add '%s' item in report '%s'." +#: ../../operation/events/events_list.php:1558 +msgid "Events generated -by agent-" msgstr "" -#: ../../extensions/resource_registration.php:41 -#, php-format -msgid "Error create '%s' item in report '%s'." +#: ../../operation/events/events.php:73 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +msgid "Event" msgstr "" -#: ../../extensions/resource_registration.php:68 -#, php-format -msgid "Error create '%s' report, the name exist and there aren't free name." +#: ../../operation/events/events.php:79 +#: ../../operation/events/events_rss.php:178 +#: ../../enterprise/meta/advanced/metasetup.setup.php:130 +#: ../../enterprise/include/functions_reporting_pdf.php:1389 +#: ../../enterprise/include/functions_reporting_pdf.php:1527 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 +#: ../../godmode/setup/setup_general.php:66 ../../include/functions.php:1040 +#: ../../include/functions_events.php:974 +#: ../../include/functions_events.php:1426 +#: ../../include/functions_reporting.php:5545 +#: ../../include/functions_reporting.php:5784 +#: ../../include/functions_graph.php:2147 +#: ../../include/functions_graph.php:2811 +#: ../../include/functions_graph.php:3235 +#: ../../include/functions_graph.php:3238 +#: ../../include/functions_reporting_html.php:580 +#: ../../include/functions_reporting_html.php:1188 +#: ../../mobile/operation/events.php:111 +msgid "System" msgstr "" -#: ../../extensions/resource_registration.php:75 +#: ../../operation/events/events.php:187 +msgid "" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" +msgstr "" + +#: ../../operation/events/events.php:330 +msgid "History event list" +msgstr "" + +#: ../../operation/events/events.php:335 +msgid "RSS Events" +msgstr "" + +#: ../../operation/events/events.php:340 +msgid "Marquee display" +msgstr "" + +#: ../../operation/events/events.php:345 +msgid "Export to CSV file" +msgstr "" + +#: ../../operation/events/events.php:349 ../../operation/events/events.php:388 +msgid "Sound events" +msgstr "" + +#: ../../operation/events/events.php:356 +#: ../../godmode/users/configure_profile.php:283 +#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 +msgid "Manage events" +msgstr "" + +#: ../../operation/events/events.php:392 +msgid "History" +msgstr "" + +#: ../../operation/events/events.php:411 ../../operation/events/events.php:420 +#: ../../operation/events/events.php:437 ../../operation/menu.php:268 +#: ../../enterprise/extensions/ipam/ipam_network.php:539 +#: ../../enterprise/extensions/ipam/ipam_massive.php:76 +#: ../../enterprise/meta/monitoring/tactical.php:312 +#: ../../enterprise/meta/general/logon_ok.php:43 +#: ../../enterprise/meta/general/main_header.php:123 +#: ../../enterprise/include/functions_reporting_pdf.php:722 +#: ../../enterprise/dashboard/widgets/events_list.php:26 +#: ../../godmode/menu.php:193 ../../include/functions_reports.php:612 +#: ../../include/functions_reports.php:614 +#: ../../include/functions_reports.php:616 +#: ../../include/functions_graph.php:744 +#: ../../include/functions_graph.php:3821 +#: ../../include/functions_graph.php:4499 +#: ../../include/functions_reporting_html.php:1120 +#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +msgid "Events" +msgstr "" + +#: ../../operation/events/events.php:430 ../../operation/menu.php:319 +msgid "Sound Alerts" +msgstr "" + +#: ../../operation/events/events.php:437 +msgid "Main event view" +msgstr "" + +#: ../../operation/events/events.php:455 +msgid "No events selected" +msgstr "" + +#: ../../operation/events/events.php:481 +msgid "Successfully validated" +msgstr "" + +#: ../../operation/events/events.php:482 ../../operation/events/events.php:759 +#: ../../operation/events/events.php:911 +msgid "Could not be validated" +msgstr "" + +#: ../../operation/events/events.php:486 +msgid "Successfully set in process" +msgstr "" + +#: ../../operation/events/events.php:487 +msgid "Could not be set in process" +msgstr "" + +#: ../../operation/events/events.php:791 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:175 +msgid "Successfully delete" +msgstr "" + +#: ../../operation/events/events.php:794 +msgid "Error deleting event" +msgstr "" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "" + +#: ../../operation/events/event_statistics.php:65 +#: ../../enterprise/include/functions_reporting_pdf.php:1572 +#: ../../include/functions_reporting_html.php:1231 +msgid "Amount events validated" +msgstr "" + +#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:307 +msgid "Sound Events" +msgstr "" + +#: ../../operation/events/sound_events.php:67 +msgid "Sound console" +msgstr "" + +#: ../../operation/events/sound_events.php:80 +#: ../../include/functions_reporting.php:6266 +msgid "Monitor critical" +msgstr "" + +#: ../../operation/events/sound_events.php:81 +#: ../../include/functions_reporting.php:6270 +msgid "Monitor warning" +msgstr "" + +#: ../../operation/events/events_rss.php:32 +msgid "Your IP is not into the IP list with API access." +msgstr "" + +#: ../../operation/events/events_rss.php:46 +msgid "The URL of your feed has bad hash." +msgstr "" + +#: ../../operation/events/events_rss.php:185 ../../operation/menu.php:98 +msgid "SNMP" +msgstr "" + +#: ../../operation/menu.php:31 ../../operation/menu.php:106 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/meta/general/logon_ok.php:56 +#: ../../enterprise/meta/general/main_header.php:82 +msgid "Monitoring" +msgstr "" + +#: ../../operation/menu.php:37 +msgid "Views" +msgstr "" + +#: ../../operation/menu.php:70 +msgid "Netflow Live View" +msgstr "" + +#: ../../operation/menu.php:84 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "" + +#: ../../operation/menu.php:85 +msgid "SNMP browser" +msgstr "" + +#: ../../operation/menu.php:92 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "" + +#: ../../operation/menu.php:93 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "" + +#: ../../operation/menu.php:117 +#: ../../enterprise/operation/policies/networkmap.policies.php:128 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:762 +#: ../../enterprise/dashboard/widgets/network_map.php:26 +msgid "Network map" +msgstr "" + +#: ../../operation/menu.php:190 +msgid "List of Gis maps" +msgstr "" + +#: ../../operation/menu.php:224 +msgid "Topology maps" +msgstr "" + +#: ../../operation/menu.php:274 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 +#: ../../enterprise/meta/event/custom_events.php:38 +#: ../../godmode/users/configure_profile.php:275 +msgid "View events" +msgstr "" + +#: ../../operation/menu.php:288 +msgid "RSS" +msgstr "" + +#: ../../operation/menu.php:293 +msgid "Marquee" +msgstr "" + +#: ../../operation/menu.php:299 +msgid "CSV File" +msgstr "" + +#: ../../operation/menu.php:329 +msgid "Workspace" +msgstr "" + +#: ../../operation/menu.php:336 ../../general/header.php:285 +#: ../../general/header.php:287 +#: ../../enterprise/meta/general/main_header.php:433 +#: ../../enterprise/meta/general/main_header.php:438 +#: ../../enterprise/meta/include/functions_users_meta.php:178 +#: ../../enterprise/meta/include/functions_users_meta.php:190 +msgid "Edit my user" +msgstr "" + +#: ../../operation/menu.php:342 +msgid "WebChat" +msgstr "" + +#: ../../operation/menu.php:371 +msgid "List of Incidents" +msgstr "" + +#: ../../operation/menu.php:386 +msgid "Messages List" +msgstr "" + +#: ../../operation/menu.php:387 +msgid "New message" +msgstr "" + +#: ../../operation/menu.php:412 +msgid "Scheduled downtime" +msgstr "" + +#: ../../operation/menu.php:417 +msgid "Recon view" +msgstr "" + +#: ../../operation/menu.php:492 +msgid "Tools" +msgstr "" + +#: ../../operation/visual_console/render_view.php:96 +#: ../../enterprise/meta/screens/screens.visualmap.php:196 +#: ../../godmode/reporting/visual_console_builder.php:661 +msgid "Visual consoles list" +msgstr "" + +#: ../../operation/visual_console/render_view.php:113 +#: ../../enterprise/meta/screens/screens.visualmap.php:177 +#: ../../godmode/reporting/visual_console_builder.php:670 +msgid "List elements" +msgstr "" + +#: ../../operation/visual_console/render_view.php:118 +#: ../../godmode/reporting/visual_console_builder.php:675 +msgid "Services wizard" +msgstr "" + +#: ../../operation/visual_console/render_view.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:70 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 +#: ../../enterprise/meta/general/logon_ok.php:38 +#: ../../enterprise/meta/general/main_header.php:114 +#: ../../enterprise/meta/screens/screens.visualmap.php:173 +#: ../../enterprise/include/functions_reporting.php:32 +#: ../../enterprise/include/functions_reporting.php:4788 +#: ../../enterprise/include/functions_reporting.php:4810 +#: ../../godmode/reporting/visual_console_builder.php:680 +#: ../../godmode/reporting/visual_console_builder.wizard.php:327 +msgid "Wizard" +msgstr "" + +#: ../../operation/visual_console/render_view.php:126 +#: ../../enterprise/meta/screens/screens.visualmap.php:169 +#: ../../godmode/reporting/visual_console_builder.php:683 +msgid "Builder" +msgstr "" + +#: ../../operation/visual_console/render_view.php:230 +#: ../../operation/visual_console/public_console.php:153 +msgid "Until refresh" +msgstr "" + +#: ../../operation/visual_console/public_console.php:130 +#: ../../general/header.php:147 +msgid "QR code of the page" +msgstr "" + +#: ../../operation/search_helps.php:22 +msgid "Zero results found." +msgstr "" + +#: ../../operation/search_helps.php:23 #, php-format msgid "" -"Warning create '%s' report, the name exist, the report have a name %s." +"You can find more help in the Pandora's wiki" msgstr "" -#: ../../extensions/resource_registration.php:82 -msgid "Error the report haven't name." -msgstr "" - -#: ../../extensions/resource_registration.php:88 -msgid "Error the report haven't group." -msgstr "" - -#: ../../extensions/resource_registration.php:98 -#, php-format -msgid "Success create '%s' report." -msgstr "" - -#: ../../extensions/resource_registration.php:99 -#, php-format -msgid "Error create '%s' report." -msgstr "" - -#: ../../extensions/resource_registration.php:327 -#: ../../extensions/resource_registration.php:348 -#: ../../extensions/resource_registration.php:358 -#, php-format -msgid "Success add '%s' content." -msgstr "" - -#: ../../extensions/resource_registration.php:335 -#, php-format -msgid "Success add '%s' SLA." -msgstr "" - -#: ../../extensions/resource_registration.php:336 -#, php-format -msgid "Error add '%s' SLA." -msgstr "" - -#: ../../extensions/resource_registration.php:377 -#, php-format -msgid "Error create '%s' visual map, lost tag name." -msgstr "" - -#: ../../extensions/resource_registration.php:413 -#, php-format -msgid "" -"Error create '%s' visual map, the name exist and there aren't free name." -msgstr "" - -#: ../../extensions/resource_registration.php:420 -#, php-format -msgid "" -"Warning create '%s' visual map, the name exist, the report have a name %s." -msgstr "" - -#: ../../extensions/resource_registration.php:428 -#, php-format -msgid "Success create '%s' visual map." -msgstr "" - -#: ../../extensions/resource_registration.php:429 -#, php-format -msgid "Error create '%s' visual map." -msgstr "" - -#: ../../extensions/resource_registration.php:535 -#, php-format -msgid "Success create item type '%d' visual map." -msgstr "" - -#: ../../extensions/resource_registration.php:536 -#, php-format -msgid "Error create item type '%d' visual map." -msgstr "" - -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 -#, php-format -msgid "Success create item for agent '%s' visual map." -msgstr "" - -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 -#, php-format -msgid "Error create item for agent '%s' visual map." -msgstr "" - -#: ../../extensions/resource_registration.php:776 -#, php-format -msgid "Success create '%s' component." -msgstr "" - -#: ../../extensions/resource_registration.php:777 -#, php-format -msgid "Error create '%s' component." -msgstr "" - -#: ../../extensions/resource_registration.php:833 -#: ../../extensions/resource_registration.php:873 -msgid "Resource registration" -msgstr "" - -#: ../../extensions/resource_registration.php:836 -msgid "Error, please install the PHP libXML in the system." -msgstr "" - -#: ../../extensions/resource_registration.php:842 -#, 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 "" - -#: ../../extensions/resource_registration.php:856 -msgid "Group filter: " -msgstr "" - -#: ../../extensions/resource_registration.php:860 -#: ../../extensions/extension_uploader.php:85 -#: ../../extensions/plugin_registration.php:43 -#: ../../operation/incidents/incident_detail.php:507 -msgid "Upload" -msgstr "" - -#: ../../extensions/extension_uploader.php:28 -msgid "Uploader extension" -msgstr "" - -#: ../../extensions/extension_uploader.php:64 -msgid "Success to upload extension" -msgstr "" - -#: ../../extensions/extension_uploader.php:65 -msgid "Fail to upload extension" -msgstr "" - -#: ../../extensions/extension_uploader.php:73 -msgid "Upload extension" -msgstr "" - -#: ../../extensions/extension_uploader.php:75 -msgid "Upload the extension as a zip file." -msgstr "" - -#: ../../extensions/extension_uploader.php:77 -msgid "Upload enterprise extension" -msgstr "" - -#: ../../extensions/extension_uploader.php:90 -msgid "Extension uploader" -msgstr "" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Unreliable petition" -msgstr "" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Please contact the administrator" -msgstr "" - -#: ../../extensions/files_repo/files_repo_form.php:73 -msgid "Only 200 characters are permitted" -msgstr "" - -#: ../../extensions/files_repo/files_repo_form.php:84 -#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525 -#: ../../operation/integria_incidents/incident.files.php:23 -#: ../../godmode/extensions.php:143 -msgid "File" -msgstr "" - -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -#: ../../extensions/files_repo/files_repo_list.php:89 -msgid "Public link" -msgstr "" - -#: ../../extensions/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:579 -msgid "Last modification" -msgstr "" - -#: ../../extensions/files_repo/files_repo_list.php:86 -msgid "Copy to clipboard" -msgstr "" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "" - -#: ../../extensions/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1465 -msgid "Attachment directory is not writable by HTTP Server" -msgstr "" - -#: ../../extensions/files_repo/functions_files_repo.php:30 -#: ../../extensions/files_repo/functions_files_repo.php:41 -#, php-format -msgid "Please check that the web server has write rights on the %s directory" -msgstr "" - -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" -msgstr "" - -#: ../../extensions/files_repo/functions_files_repo.php:233 -msgid "There was an error creating the file" -msgstr "" - -#: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174 -msgid "Cannot find file" -msgstr "" - -#: ../../extensions/pandora_logs.php:39 -msgid "File is too large than PHP memory allocated in the system." -msgstr "" - -#: ../../extensions/pandora_logs.php:40 -msgid "The preview file is imposible." -msgstr "" - -#: ../../extensions/pandora_logs.php:44 -msgid "File is too large (> 500KB)" -msgstr "" - -#: ../../extensions/pandora_logs.php:72 -msgid "System logfile viewer" -msgstr "" - -#: ../../extensions/pandora_logs.php:74 -msgid "" -"This tool is used just to view your Pandora FMS system logfiles directly " -"from console" -msgstr "" - -#: ../../extensions/pandora_logs.php:83 -msgid "System logfiles" +#: ../../operation/search_helps.php:37 +msgid "Matches" msgstr "" #: ../../extensions/net_tools.php:96 msgid "The agent hasn't got IP" msgstr "" +#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 +#: ../../enterprise/godmode/policies/policy_queue.php:342 +#: ../../enterprise/godmode/policies/policy_queue.php:376 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 +#: ../../enterprise/meta/advanced/policymanager.queue.php:216 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/include/functions_reporting_pdf.php:804 +#: ../../enterprise/include/functions_reporting_pdf.php:897 +#: ../../enterprise/dashboard/widgets/top_n.php:128 +#: ../../enterprise/dashboard/widgets/top_n.php:337 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1669 +#: ../../godmode/extensions.php:153 ../../include/functions_menu.php:574 +#: ../../include/functions_reporting_html.php:986 +#: ../../include/functions_reporting_html.php:1856 +msgid "Operation" +msgstr "" + #: ../../extensions/net_tools.php:120 msgid "" "You can set the command path in the menu Administration -> Extensions -" @@ -17876,9 +8833,13 @@ msgstr "" msgid "DiG/Whois Lookup" msgstr "" -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1793 -#: ../../operation/extensions.php:64 -#: ../../operation/agentes/networkmap_list.php:266 +#: ../../extensions/net_tools.php:145 +#: ../../enterprise/meta/include/functions_wizard_meta.php:822 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1318 +msgid "SNMP Community" +msgstr "" + +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1794 msgid "Execute" msgstr "" @@ -17939,262 +8900,124 @@ msgstr "" msgid "Interface" msgstr "" -#: ../../extensions/net_tools.php:259 ../../extensions/net_tools.php:333 +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:342 msgid "Config Network Tools" msgstr "" -#: ../../extensions/net_tools.php:280 ../../extensions/net_tools.php:281 +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 msgid "Set the paths." msgstr "" -#: ../../extensions/net_tools.php:300 +#: ../../extensions/net_tools.php:309 msgid "Traceroute path" msgstr "" -#: ../../extensions/net_tools.php:301 +#: ../../extensions/net_tools.php:310 msgid "If it is empty, Pandora searchs the traceroute system." msgstr "" -#: ../../extensions/net_tools.php:304 +#: ../../extensions/net_tools.php:313 msgid "Ping path" msgstr "" -#: ../../extensions/net_tools.php:305 +#: ../../extensions/net_tools.php:314 msgid "If it is empty, Pandora searchs the ping system." msgstr "" -#: ../../extensions/net_tools.php:308 +#: ../../extensions/net_tools.php:317 msgid "Nmap path" msgstr "" -#: ../../extensions/net_tools.php:309 +#: ../../extensions/net_tools.php:318 msgid "If it is empty, Pandora searchs the nmap system." msgstr "" -#: ../../extensions/net_tools.php:312 +#: ../../extensions/net_tools.php:321 msgid "Dig path" msgstr "" -#: ../../extensions/net_tools.php:313 +#: ../../extensions/net_tools.php:322 msgid "If it is empty, Pandora searchs the dig system." msgstr "" -#: ../../extensions/net_tools.php:316 +#: ../../extensions/net_tools.php:325 msgid "Snmpget path" msgstr "" -#: ../../extensions/net_tools.php:317 +#: ../../extensions/net_tools.php:326 msgid "If it is empty, Pandora searchs the snmpget system." msgstr "" -#: ../../extensions/dbmanager.php:107 -msgid "Database interface" +#: ../../extensions/net_tools.php:331 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 +#: ../../enterprise/dashboard/main_dashboard.php:161 +#: ../../enterprise/dashboard/main_dashboard.php:236 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/update_manager/update_manager.php:35 +msgid "Options" msgstr "" -#: ../../extensions/dbmanager.php:122 -msgid "Execute SQL" +#: ../../extensions/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" msgstr "" -#: ../../extensions/dbmanager.php:166 -msgid "DB interface" +#: ../../extensions/files_repo/files_repo_form.php:87 +#: ../../extensions/files_repo/files_repo_form.php:93 +#: ../../extensions/files_repo/files_repo_list.php:89 +msgid "Public link" msgstr "" -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" +#: ../../extensions/files_repo/files_repo_list.php:61 +#: ../../include/functions_filemanager.php:581 +msgid "Last modification" msgstr "" -#: ../../extensions/module_groups.php:168 -msgid "Combined table of agent group and module group" +#: ../../extensions/files_repo/files_repo_list.php:86 +msgid "Copy to clipboard" msgstr "" -#: ../../extensions/module_groups.php:171 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" +#: ../../extensions/files_repo/files_repo_list.php:94 +#: ../../extensions/system_info.php:467 +#: ../../enterprise/extensions/backup/main.php:126 +msgid "Download" msgstr "" -#: ../../extensions/module_groups.php:297 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." +#: ../../extensions/files_repo/files_repo_list.php:115 +msgid "No items" msgstr "" -#: ../../extensions/module_groups.php:298 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Unreliable petition" msgstr "" -#: ../../extensions/module_groups.php:299 -msgid "" -"Yellow cell when the module group and agent have at least one in warning " -"status and the others in grey or green status" +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Please contact the administrator" msgstr "" -#: ../../extensions/module_groups.php:300 -msgid "" -"Green cell when the module group and agent have all modules in OK status" +#: ../../extensions/files_repo/functions_files_repo.php:29 +#: ../../extensions/files_repo/functions_files_repo.php:40 +#: ../../include/functions_config.php:1692 +msgid "Attachment directory is not writable by HTTP Server" msgstr "" -#: ../../extensions/module_groups.php:301 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" +#: ../../extensions/files_repo/functions_files_repo.php:30 +#: ../../extensions/files_repo/functions_files_repo.php:41 +#, php-format +msgid "Please check that the web server has write rights on the %s directory" msgstr "" -#: ../../extensions/module_groups.php:302 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." +#: ../../extensions/files_repo/functions_files_repo.php:229 +msgid "The file could not be copied" msgstr "" -#: ../../extensions/module_groups.php:307 -msgid "There are no defined groups or module groups" +#: ../../extensions/files_repo/functions_files_repo.php:233 +msgid "There was an error creating the file" msgstr "" -#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:53 -msgid "Module groups" -msgstr "" - -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:126 -msgid "Users connected" -msgstr "" - -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "" - -#: ../../extensions/plugin_registration.php:26 -#: ../../extensions/plugin_registration.php:33 -msgid "Plugin registration" -msgstr "" - -#: ../../extensions/plugin_registration.php:30 -msgid "Plugin Registration" -msgstr "" - -#: ../../extensions/plugin_registration.php:35 -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 "" - -#: ../../extensions/plugin_registration.php:84 -msgid "Cannot load INI file" -msgstr "" - -#: ../../extensions/plugin_registration.php:107 -msgid "Plugin exec not found. Aborting!" -msgstr "" - -#: ../../extensions/plugin_registration.php:120 -msgid "Plugin already registered. Aborting!" -msgstr "" - -#: ../../extensions/plugin_registration.php:291 -msgid "Plug-in Remote Registered unsuccessfull" -msgstr "" - -#: ../../extensions/plugin_registration.php:293 -msgid "Please check the syntax of file \"plugin_definition.ini\"" -msgstr "" - -#: ../../extensions/plugin_registration.php:413 -msgid "Module plugin registered" -msgstr "" - -#: ../../extensions/plugin_registration.php:418 -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:287 -#: ../../godmode/modules/manage_network_components_form_plugin.php:22 -msgid "Plugin" -msgstr "" - -#: ../../extensions/plugin_registration.php:418 -msgid "Registered successfully" -msgstr "" - -#: ../../extensions/plugin_registration.php:428 -msgid "Register plugin" -msgstr "" - -#: ../../extensions/api_checker.php:83 ../../extensions/api_checker.php:219 -msgid "API checker" -msgstr "" - -#: ../../extensions/api_checker.php:95 -msgid "Pandora Console URL" -msgstr "" - -#: ../../extensions/api_checker.php:100 -msgid "API Pass" -msgstr "" - -#: ../../extensions/api_checker.php:118 -msgid "Action (get or set)" -msgstr "" - -#: ../../extensions/api_checker.php:128 -#: ../../operation/integria_incidents/incident.list.php:93 -#: ../../operation/events/events.build_table.php:39 -#: ../../operation/incidents/incident.php:330 -#: ../../godmode/alerts/alert_commands.php:324 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/agentes/agent_manager.php:162 -#: ../../godmode/agentes/module_manager_editor_common.php:137 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/groups/group_list.php:334 -#: ../../godmode/groups/modu_group_list.php:181 -#: ../../godmode/setup/os.list.php:33 ../../godmode/modules/module_list.php:58 -msgid "ID" -msgstr "" - -#: ../../extensions/api_checker.php:133 -msgid "ID 2" -msgstr "" - -#: ../../extensions/api_checker.php:138 -msgid "Return Type" -msgstr "" - -#: ../../extensions/api_checker.php:148 -msgid "Other Mode" -msgstr "" - -#: ../../extensions/api_checker.php:156 -msgid "Raw URL" -msgstr "" - -#: ../../extensions/api_checker.php:167 -msgid "Call parameters" -msgstr "" - -#: ../../extensions/api_checker.php:172 ../../extensions/api_checker.php:185 -msgid "Call" -msgstr "" - -#: ../../extensions/api_checker.php:179 -msgid "Custom URL" -msgstr "" - -#: ../../extensions/api_checker.php:191 ../../extensions/api_checker.php:198 -#: ../../include/functions_db.php:1084 -msgid "Result" -msgstr "" - -#: ../../extensions/api_checker.php:194 ../../extensions/api_checker.php:211 -msgid "Show URL" -msgstr "" - -#: ../../extensions/api_checker.php:207 -msgid "Hide URL" +#: ../../extensions/files_repo/functions_files_repo.php:274 +#: ../../enterprise/extensions/vmware/main.php:75 +msgid "There was an error updating the file" msgstr "" #: ../../extensions/ssh_gateway.php:52 @@ -18223,95 +9046,73 @@ msgstr "" msgid "Connect mode" msgstr "" -#: ../../extensions/agents_modules.php:59 -#: ../../extensions/agents_alerts.php:58 -#: ../../operation/agentes/group_view.php:62 -#: ../../operation/agentes/tactical.php:50 -msgid "Updated at realtime" -msgstr "" - +#: ../../extensions/agents_alerts.php:81 #: ../../extensions/agents_modules.php:89 -#: ../../extensions/agents_alerts.php:81 ../../include/functions.php:2539 -#: ../../operation/gis_maps/render_view.php:126 -msgid "1 minute" +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 +#: ../../enterprise/meta/advanced/metasetup.visual.php:148 +#: ../../godmode/snmpconsole/snmp_alert.php:832 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/setup/setup_visuals.php:673 ../../include/functions.php:430 +#: ../../include/functions.php:564 ../../include/functions_html.php:721 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1158 +#: ../../include/functions_netflow.php:1166 +#: ../../include/functions_netflow.php:1190 +msgid "seconds" msgstr "" -#: ../../extensions/agents_modules.php:90 -#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2540 -#: ../../operation/gis_maps/render_view.php:127 -msgid "2 minutes" +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" msgstr "" -#: ../../extensions/agents_modules.php:91 -#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2541 -#: ../../include/ajax/module.php:117 -#: ../../operation/gis_maps/render_view.php:128 -msgid "5 minutes" +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" msgstr "" -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:129 -msgid "10 minutes" +#: ../../extensions/agents_alerts.php:177 +#: ../../godmode/massive/massive_add_action_alerts.php:148 +#: ../../godmode/massive/massive_delete_action_alerts.php:157 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +msgid "Alert templates" msgstr "" -#: ../../extensions/agents_modules.php:119 -#: ../../include/functions_reports.php:580 -msgid "Agents/Modules" +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" msgstr "" -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1555 -msgid "There are no agents with modules" +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" msgstr "" -#: ../../extensions/agents_modules.php:211 -msgid "Previous modules" +#: ../../extensions/agents_alerts.php:323 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/godmode/alerts/alert_events_list.php:618 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:908 +#: ../../mobile/operation/alerts.php:253 +msgid "times" msgstr "" -#: ../../extensions/agents_modules.php:249 -msgid "More modules" +#: ../../extensions/agents_alerts.php:327 +#: ../../enterprise/operation/agentes/policy_view.php:269 +#: ../../enterprise/godmode/alerts/alert_events_list.php:622 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 +#: ../../godmode/alerts/alert_list.list.php:646 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../include/functions_reporting.php:7113 +#: ../../include/functions_ui.php:912 ../../mobile/operation/alerts.php:257 +msgid "Alert disabled" msgstr "" -#: ../../extensions/agents_modules.php:359 -#: ../../include/functions_reporting_html.php:898 -msgid "Orange cell when the module has fired alerts" -msgstr "" - -#: ../../extensions/agents_modules.php:360 -#: ../../include/functions_reporting_html.php:899 -msgid "Red cell when the module has a critical status" -msgstr "" - -#: ../../extensions/agents_modules.php:361 -#: ../../include/functions_reporting_html.php:900 -msgid "Yellow cell when the module has a warning status" -msgstr "" - -#: ../../extensions/agents_modules.php:362 -#: ../../include/functions_reporting_html.php:901 -msgid "Green cell when the module has a normal status" -msgstr "" - -#: ../../extensions/agents_modules.php:363 -#: ../../include/functions_reporting_html.php:902 -msgid "Grey cell when the module has an unknown status" -msgstr "" - -#: ../../extensions/agents_modules.php:405 -msgid "Agents/Modules view" -msgstr "" - -#: ../../extensions/vnc_view.php:25 -msgid "VNC Display (:0 by default)" -msgstr "" - -#: ../../extensions/vnc_view.php:28 -msgid "Send" -msgstr "" - -#: ../../extensions/vnc_view.php:42 -msgid "VNC view" +#: ../../extensions/agents_alerts.php:347 +msgid "Agents/Alerts view" msgstr "" #: ../../extensions/realtime_graphs.php:29 @@ -18360,24 +9161,47 @@ msgid "Clear graph" msgstr "" #: ../../extensions/realtime_graphs.php:94 -#: ../../include/functions_snmp_browser.php:506 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:252 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:689 +#: ../../godmode/agentes/module_manager_editor_network.php:67 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:693 -#: ../../godmode/agentes/module_manager_editor_network.php:61 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:255 -#: ../../godmode/agentes/module_manager_editor_wmi.php:42 -#: ../../godmode/massive/massive_edit_modules.php:460 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/massive/massive_edit_modules.php:483 +#: ../../include/functions_snmp_browser.php:506 msgid "Target IP" msgstr "" #: ../../extensions/realtime_graphs.php:97 -#: ../../include/functions_snmp_browser.php:508 #: ../../godmode/snmpconsole/snmp_trap_generator.php:69 +#: ../../include/functions_snmp_browser.php:508 msgid "Community" msgstr "" +#: ../../extensions/realtime_graphs.php:108 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:282 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 +#: ../../godmode/setup/snmp_wizard.php:41 +#: ../../include/functions_snmp_browser.php:401 +msgid "OID" +msgstr "" + +#: ../../extensions/realtime_graphs.php:111 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 +#: ../../enterprise/godmode/servers/list_satellite.php:37 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/extensions.php:144 +#: ../../include/functions_snmp_browser.php:513 +msgid "Version" +msgstr "" + #: ../../extensions/realtime_graphs.php:112 -#: ../../godmode/agentes/module_manager_editor_network.php:120 +#: ../../godmode/agentes/module_manager_editor_network.php:131 msgid "SNMP walk" msgstr "" @@ -18386,88 +9210,225 @@ msgstr "" msgid "Use this OID" msgstr "" -#: ../../extensions/system_info.php:179 -msgid "Cannot read file" +#: ../../extensions/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" msgstr "" -#: ../../extensions/system_info.php:388 -msgid "No options selected" +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" msgstr "" -#: ../../extensions/system_info.php:391 -msgid "There was an error with the zip file" +#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +#: ../../enterprise/include/functions_reporting_pdf.php:2313 +#: ../../godmode/reporting/visual_console_builder.elements.php:555 +#: ../../godmode/admin_access_logs.php:69 +#: ../../godmode/admin_access_logs.php:70 +#: ../../include/functions_reporting_html.php:1336 +#: ../../include/functions_reporting_html.php:1542 +#: ../../include/functions_visual_map_editor.php:625 +msgid "IP" msgstr "" -#: ../../extensions/system_info.php:414 ../../extensions/system_info.php:807 -msgid "System Info" +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:334 +msgid "Resource exportation" msgstr "" -#: ../../extensions/system_info.php:417 +#: ../../extensions/resource_exportation.php:337 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" +"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 "" -#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430 -#: ../../extensions/system_info.php:503 -msgid "Pandora Diagnostic info" +#: ../../extensions/resource_exportation.php:348 +#: ../../enterprise/extensions/cron/main.php:219 +#: ../../enterprise/extensions/cron/main.php:236 +#: ../../enterprise/extensions/cron/main.php:250 +#: ../../enterprise/extensions/cron/functions.php:361 +#: ../../enterprise/dashboard/widgets/reports.php:27 +#: ../../enterprise/dashboard/widgets/reports.php:43 +msgid "Report" msgstr "" -#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 -#: ../../extensions/system_info.php:509 -msgid "System info" +#: ../../extensions/insert_data.php:54 +msgid "Insert data" msgstr "" -#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 -#: ../../extensions/system_info.php:513 -msgid "Log Info" +#: ../../extensions/insert_data.php:83 +msgid "You haven't privileges for insert data in the agent." msgstr "" -#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 -msgid "Number lines of log" +#: ../../extensions/insert_data.php:119 +#, php-format +msgid "Can't save agent (%s), module (%s) data xml." msgstr "" -#: ../../extensions/system_info.php:494 -msgid "Generate file" +#: ../../extensions/insert_data.php:126 +#, php-format +msgid "Save agent (%s), module (%s) data xml." msgstr "" -#: ../../extensions/system_info.php:547 -msgid "At least one option must be selected" +#: ../../extensions/insert_data.php:135 +#, php-format +msgid "" +"Please check that the directory \"%s\" is writeable by the apache user.

The CSV file format is date;value<newline>date;value<" +"newline>... The date in CSV is in format Y/m/d H:i:s." msgstr "" -#: ../../extensions/agents_alerts.php:108 -msgid "Agents/Alerts" +#: ../../extensions/insert_data.php:163 ../../general/header.php:204 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/policies/policy_alerts.php:509 +#: ../../enterprise/godmode/policies/policy_alerts.php:513 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 +#: ../../enterprise/godmode/alerts/alert_events.php:513 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 +#: ../../enterprise/meta/advanced/synchronizing.user.php:529 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/massive/massive_edit_modules.php:256 +#: ../../godmode/massive/massive_edit_modules.php:310 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/alerts/configure_alert_template.php:592 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +msgid "Select" msgstr "" -#: ../../extensions/agents_alerts.php:155 -msgid "There are no agents with alerts" +#: ../../extensions/insert_data.php:241 +msgid "Insert Data" msgstr "" -#: ../../extensions/agents_alerts.php:176 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/massive/massive_add_action_alerts.php:148 -#: ../../godmode/massive/massive_delete_action_alerts.php:157 -msgid "Alert templates" +#: ../../extensions/extension_uploader.php:28 +msgid "Uploader extension" msgstr "" -#: ../../extensions/agents_alerts.php:183 -msgid "Previous templates" +#: ../../extensions/extension_uploader.php:64 +msgid "Success to upload extension" msgstr "" -#: ../../extensions/agents_alerts.php:221 -msgid "More templates" +#: ../../extensions/extension_uploader.php:65 +msgid "Fail to upload extension" msgstr "" -#: ../../extensions/agents_alerts.php:346 -msgid "Agents/Alerts view" +#: ../../extensions/extension_uploader.php:73 +msgid "Upload extension" msgstr "" -#: ../../extensions/matrix_events.php:29 -msgid "Matrix events" +#: ../../extensions/extension_uploader.php:75 +msgid "Upload the extension as a zip file." +msgstr "" + +#: ../../extensions/extension_uploader.php:77 +msgid "Upload enterprise extension" +msgstr "" + +#: ../../extensions/extension_uploader.php:90 +msgid "Extension uploader" +msgstr "" + +#: ../../extensions/plugin_registration.php:26 +#: ../../extensions/plugin_registration.php:33 +msgid "Plugin registration" +msgstr "" + +#: ../../extensions/plugin_registration.php:30 +msgid "Plugin Registration" +msgstr "" + +#: ../../extensions/plugin_registration.php:35 +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 "" + +#: ../../extensions/plugin_registration.php:84 +msgid "Cannot load INI file" +msgstr "" + +#: ../../extensions/plugin_registration.php:107 +msgid "Plugin exec not found. Aborting!" +msgstr "" + +#: ../../extensions/plugin_registration.php:120 +msgid "Plugin already registered. Aborting!" +msgstr "" + +#: ../../extensions/plugin_registration.php:291 +msgid "Plug-in Remote Registered unsuccessfull" +msgstr "" + +#: ../../extensions/plugin_registration.php:293 +msgid "Please check the syntax of file \"plugin_definition.ini\"" +msgstr "" + +#: ../../extensions/plugin_registration.php:417 +msgid "Module plugin registered" +msgstr "" + +#: ../../extensions/plugin_registration.php:422 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 +#: ../../godmode/massive/massive_edit_plugins.php:287 +#: ../../godmode/modules/manage_network_components_form_plugin.php:22 +msgid "Plugin" +msgstr "" + +#: ../../extensions/plugin_registration.php:422 +msgid "Registered successfully" +msgstr "" + +#: ../../extensions/plugin_registration.php:432 +msgid "Register plugin" +msgstr "" + +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "" + +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +#: ../../enterprise/extensions/ipam.php:213 +#: ../../enterprise/extensions/ipam.php:226 +#: ../../enterprise/extensions/ipam.php:292 +msgid "Administration view" +msgstr "" + +#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 +#: ../../enterprise/extensions/ipam.php:159 +#: ../../enterprise/extensions/ipam.php:300 +msgid "Operation view" +msgstr "" + +#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 +msgid "Files repository manager" +msgstr "" + +#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190 +#: ../../include/functions.php:2193 +msgid "The file exceeds the maximum size" +msgstr "" + +#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 +msgid "Files repository" msgstr "" #: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 @@ -18577,8 +9538,7 @@ msgid "" msgstr "" #: ../../extensions/db_status.php:318 -msgid "" -"Please check the SQL file for to know the kind of default value needed." +msgid "Please check the SQL file for to know the kind of default value needed." msgstr "" #: ../../extensions/db_status.php:322 @@ -18589,4983 +9549,13379 @@ msgid "" msgstr "" #: ../../extensions/db_status.php:325 -msgid "" -"Please check the SQL file for to know the kind of extra config needed." +msgid "Please check the SQL file for to know the kind of extra config needed." msgstr "" #: ../../extensions/db_status.php:336 msgid "Successful all the tables have the correct fields" msgstr "" -#: ../../extensions/files_repo.php:91 -msgid "Extension not installed" +#: ../../extensions/agents_modules.php:120 +#: ../../include/functions_reports.php:580 +#: ../../include/graphs/functions_pchart.php:1137 +msgid "Agents/Modules" msgstr "" -#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 -msgid "Files repository manager" +#: ../../extensions/agents_modules.php:187 +#: ../../include/functions_reporting.php:1546 +msgid "There are no agents with modules" msgstr "" -#: ../../extensions/files_repo.php:133 ../../include/functions.php:2147 -#: ../../include/functions.php:2150 -msgid "The file exceeds the maximum size" +#: ../../extensions/agents_modules.php:212 +msgid "Previous modules" msgstr "" -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" +#: ../../extensions/agents_modules.php:250 +msgid "More modules" msgstr "" -#: ../../extensions/resource_exportation.php:55 -#: ../../extensions/resource_exportation.php:334 -msgid "Resource exportation" +#: ../../extensions/agents_modules.php:360 +#: ../../include/functions_reporting_html.php:946 +msgid "Orange cell when the module has fired alerts" msgstr "" -#: ../../extensions/resource_exportation.php:337 +#: ../../extensions/agents_modules.php:361 +#: ../../include/functions_reporting_html.php:947 +msgid "Red cell when the module has a critical status" +msgstr "" + +#: ../../extensions/agents_modules.php:362 +#: ../../include/functions_reporting_html.php:948 +msgid "Yellow cell when the module has a warning status" +msgstr "" + +#: ../../extensions/agents_modules.php:363 +#: ../../include/functions_reporting_html.php:949 +msgid "Green cell when the module has a normal status" +msgstr "" + +#: ../../extensions/agents_modules.php:364 +#: ../../include/functions_reporting_html.php:950 +msgid "Grey cell when the module has an unknown status" +msgstr "" + +#: ../../extensions/agents_modules.php:406 +msgid "Agents/Modules view" +msgstr "" + +#: ../../extensions/api_checker.php:92 ../../extensions/api_checker.php:228 +msgid "API checker" +msgstr "" + +#: ../../extensions/api_checker.php:104 +msgid "Pandora Console URL" +msgstr "" + +#: ../../extensions/api_checker.php:109 +msgid "API Pass" +msgstr "" + +#: ../../extensions/api_checker.php:119 ../../general/login_page.php:141 +#: ../../general/login_page.php:165 +#: ../../enterprise/extensions/vmware/main.php:230 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:262 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 +#: ../../enterprise/godmode/agentes/inventory_manager.php:191 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:55 +#: ../../enterprise/godmode/servers/manage_export_form.php:101 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:326 +#: ../../enterprise/godmode/setup/setup_auth.php:76 +#: ../../enterprise/godmode/setup/setup_auth.php:108 +#: ../../enterprise/godmode/setup/setup_auth.php:140 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/meta/general/login_page.php:95 +#: ../../enterprise/meta/include/functions_wizard_meta.php:402 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 +#: ../../enterprise/meta/include/functions_meta.php:859 +#: ../../enterprise/meta/include/functions_meta.php:912 +#: ../../enterprise/meta/include/functions_meta.php:965 +#: ../../enterprise/include/functions_setup.php:30 +#: ../../enterprise/include/functions_setup.php:59 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/massive/massive_edit_modules.php:520 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 +#: ../../mobile/include/user.class.php:252 +msgid "Password" +msgstr "" + +#: ../../extensions/api_checker.php:127 +msgid "Action (get or set)" +msgstr "" + +#: ../../extensions/api_checker.php:142 +msgid "ID 2" +msgstr "" + +#: ../../extensions/api_checker.php:147 +msgid "Return Type" +msgstr "" + +#: ../../extensions/api_checker.php:157 +msgid "Other Mode" +msgstr "" + +#: ../../extensions/api_checker.php:165 +msgid "Raw URL" +msgstr "" + +#: ../../extensions/api_checker.php:171 +#: ../../enterprise/meta/include/functions_wizard_meta.php:829 +#: ../../enterprise/meta/include/functions_wizard_meta.php:914 +msgid "Credentials" +msgstr "" + +#: ../../extensions/api_checker.php:176 +msgid "Call parameters" +msgstr "" + +#: ../../extensions/api_checker.php:181 ../../extensions/api_checker.php:194 +msgid "Call" +msgstr "" + +#: ../../extensions/api_checker.php:188 +msgid "Custom URL" +msgstr "" + +#: ../../extensions/api_checker.php:200 ../../extensions/api_checker.php:207 +#: ../../include/functions_db.php:1513 +msgid "Result" +msgstr "" + +#: ../../extensions/api_checker.php:203 ../../extensions/api_checker.php:220 +msgid "Show URL" +msgstr "" + +#: ../../extensions/api_checker.php:216 +msgid "Hide URL" +msgstr "" + +#: ../../extensions/matrix_events.php:29 +msgid "Matrix events" +msgstr "" + +#: ../../extensions/system_info.php:174 ../../extensions/pandora_logs.php:33 +msgid "Cannot find file" +msgstr "" + +#: ../../extensions/system_info.php:179 +msgid "Cannot read file" +msgstr "" + +#: ../../extensions/system_info.php:388 +msgid "No options selected" +msgstr "" + +#: ../../extensions/system_info.php:391 +msgid "There was an error with the zip file" +msgstr "" + +#: ../../extensions/system_info.php:415 ../../extensions/system_info.php:808 +msgid "System Info" +msgstr "" + +#: ../../extensions/system_info.php:418 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). " +"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 "" -#: ../../extensions/insert_data.php:54 -msgid "Insert data" +#: ../../extensions/system_info.php:428 ../../extensions/system_info.php:431 +#: ../../extensions/system_info.php:504 +msgid "Pandora Diagnostic info" msgstr "" -#: ../../extensions/insert_data.php:83 -msgid "You haven't privileges for insert data in the agent." +#: ../../extensions/system_info.php:435 ../../extensions/system_info.php:438 +#: ../../extensions/system_info.php:510 +msgid "System info" msgstr "" -#: ../../extensions/insert_data.php:119 +#: ../../extensions/system_info.php:443 ../../extensions/system_info.php:446 +#: ../../extensions/system_info.php:514 +msgid "Log Info" +msgstr "" + +#: ../../extensions/system_info.php:449 ../../extensions/system_info.php:450 +msgid "Number lines of log" +msgstr "" + +#: ../../extensions/system_info.php:476 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 +msgid "Created" +msgstr "" + +#: ../../extensions/system_info.php:481 ../../extensions/system_info.php:527 +#: ../../enterprise/extensions/ipam/ipam_network.php:140 +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +#: ../../enterprise/extensions/ipam/ipam_list.php:161 +#: ../../godmode/events/event_responses.editor.php:93 +msgid "Location" +msgstr "" + +#: ../../extensions/system_info.php:495 +msgid "Generate file" +msgstr "" + +#: ../../extensions/system_info.php:548 +msgid "At least one option must be selected" +msgstr "" + +#: ../../extensions/resource_registration.php:40 #, php-format -msgid "Can't save agent (%s), module (%s) data xml." +msgid "Success add '%s' item in report '%s'." msgstr "" -#: ../../extensions/insert_data.php:126 +#: ../../extensions/resource_registration.php:41 #, php-format -msgid "Save agent (%s), module (%s) data xml." +msgid "Error create '%s' item in report '%s'." msgstr "" -#: ../../extensions/insert_data.php:135 +#: ../../extensions/resource_registration.php:68 +#, php-format +msgid "Error create '%s' report, the name exist and there aren't free name." +msgstr "" + +#: ../../extensions/resource_registration.php:75 +#, php-format +msgid "Warning create '%s' report, the name exist, the report have a name %s." +msgstr "" + +#: ../../extensions/resource_registration.php:82 +msgid "Error the report haven't name." +msgstr "" + +#: ../../extensions/resource_registration.php:88 +msgid "Error the report haven't group." +msgstr "" + +#: ../../extensions/resource_registration.php:98 +#, php-format +msgid "Success create '%s' report." +msgstr "" + +#: ../../extensions/resource_registration.php:99 +#, php-format +msgid "Error create '%s' report." +msgstr "" + +#: ../../extensions/resource_registration.php:327 +#: ../../extensions/resource_registration.php:348 +#: ../../extensions/resource_registration.php:358 +#, php-format +msgid "Success add '%s' content." +msgstr "" + +#: ../../extensions/resource_registration.php:328 +#: ../../extensions/resource_registration.php:349 +#: ../../extensions/resource_registration.php:359 +#: ../../enterprise/extensions/resource_registration/functions.php:478 +#, php-format +msgid "Error add '%s' action." +msgstr "" + +#: ../../extensions/resource_registration.php:335 +#, php-format +msgid "Success add '%s' SLA." +msgstr "" + +#: ../../extensions/resource_registration.php:336 +#, php-format +msgid "Error add '%s' SLA." +msgstr "" + +#: ../../extensions/resource_registration.php:377 +#, php-format +msgid "Error create '%s' visual map, lost tag name." +msgstr "" + +#: ../../extensions/resource_registration.php:413 #, php-format msgid "" -"Please check that the directory \"%s\" is writeable by the apache user.

The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV is in " -"format Y/m/d H:i:s." +"Error create '%s' visual map, the name exist and there aren't free name." msgstr "" -#: ../../extensions/insert_data.php:241 -msgid "Insert Data" -msgstr "" - -#: ../../include/functions_tags.php:585 -msgid "Click here to open a popup window with URL tag" -msgstr "" - -#: ../../include/functions_alerts.php:549 -msgid "Max and min" -msgstr "" - -#: ../../include/functions_alerts.php:552 -msgid "Equal to" -msgstr "" - -#: ../../include/functions_alerts.php:553 -msgid "Not equal to" -msgstr "" - -#: ../../include/functions_alerts.php:556 -msgid "Unknown status" -msgstr "" - -#: ../../include/functions_alerts.php:557 -msgid "On Change" -msgstr "" - -#: ../../include/functions_api.php:77 -msgid "No set or get or help operation." -msgstr "" - -#: ../../include/functions_api.php:81 -msgid "This operation does not exist." -msgstr "" - -#: ../../include/functions_api.php:85 -msgid "Id does not exist in BD." -msgstr "" - -#: ../../include/functions_api.php:906 -msgid "Does not exist agent with this name." -msgstr "" - -#: ../../include/functions_api.php:908 -msgid "Does not exist module with this name." -msgstr "" - -#: ../../include/functions_api.php:1275 -msgid "Correct Delete" -msgstr "" - -#: ../../include/functions_api.php:1788 -msgid "Error in creation network module. Agent name doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:1794 -msgid "" -"Error in creation network module. Id_module_type is not correct for network " -"modules." -msgstr "" - -#: ../../include/functions_api.php:1849 -msgid "Error in creation network module." -msgstr "" - -#: ../../include/functions_api.php:1882 -msgid "Error updating network module. Module name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:1890 -msgid "Error updating network module. Id_module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:1905 -msgid "Error updating network module. Id_module exists in the new agent." -msgstr "" - -#: ../../include/functions_api.php:1912 -msgid "Error updating network module. Id_agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:1962 -msgid "Network module updated." -msgstr "" - -#: ../../include/functions_api.php:1991 -msgid "Error in creation plugin module. Id_plugin cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:1998 -msgid "Error in creation plugin module. Agent name doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2058 -msgid "Error in creation plugin module." -msgstr "" - -#: ../../include/functions_api.php:2089 -msgid "Error updating plugin module. Id_module cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2096 -msgid "Error updating plugin module. Id_module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2108 -msgid "Error updating plugin module. Id_module exists in the new agent." -msgstr "" - -#: ../../include/functions_api.php:2115 -msgid "Error updating plugin module. Id_agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2174 -msgid "Plugin module updated." -msgstr "" - -#: ../../include/functions_api.php:2203 -msgid "Error in creation data module. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2210 -msgid "Error in creation data module. Agent name doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2261 ../../include/functions_api.php:2323 -msgid "Error in creation data module." -msgstr "" - -#: ../../include/functions_api.php:2293 -msgid "Error in creation synthetic module. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2300 -msgid "Error in creation synthetic module. Agent name doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2382 -msgid "Synthetic module created ID: " -msgstr "" - -#: ../../include/functions_api.php:2414 -msgid "Error updating data module. Id_module cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2421 -msgid "Error updating data module. Id_module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2433 -msgid "Error updating data module. Id_module exists in the new agent." -msgstr "" - -#: ../../include/functions_api.php:2440 -msgid "Error updating data module. Id_agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2486 -msgid "Data module updated." -msgstr "" - -#: ../../include/functions_api.php:2523 -msgid "Error in creation SNMP module. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2528 -msgid "" -"Error in creation SNMP module. Invalid id_module_type for a SNMP module." -msgstr "" - -#: ../../include/functions_api.php:2535 -msgid "Error in creation SNMP module. Agent name doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2550 ../../include/functions_api.php:2713 -#: ../../include/functions_api.php:5164 -msgid "" -"Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to " -"'AES' or 'DES'. " -msgstr "" - -#: ../../include/functions_api.php:2555 ../../include/functions_api.php:2722 -#: ../../include/functions_api.php:5169 -msgid "" -"Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" - -#: ../../include/functions_api.php:2560 ../../include/functions_api.php:2728 -#: ../../include/functions_api.php:5174 -msgid "" -"Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to " -"'MD5' or 'SHA'. " -msgstr "" - -#: ../../include/functions_api.php:2644 -msgid "Error in creation SNMP module." -msgstr "" - -#: ../../include/functions_api.php:2677 -msgid "Error updating SNMP module. Id_module cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2684 -msgid "Error updating SNMP module. Id_module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2696 -msgid "Error updating SNMP module. Id_module exists in the new agent." -msgstr "" - -#: ../../include/functions_api.php:2703 -msgid "Error updating snmp module. Id_agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:2813 -msgid "SNMP module updated." -msgstr "" - -#: ../../include/functions_api.php:2841 -msgid "" -"Error creating network component. Network component name cannot be left " -"blank." -msgstr "" - -#: ../../include/functions_api.php:2846 -msgid "" -"Error creating network component. Incorrect value for Network component type " -"field." -msgstr "" - -#: ../../include/functions_api.php:2851 -msgid "" -"Error creating network component. Network component group cannot be left " -"blank." -msgstr "" - -#: ../../include/functions_api.php:2887 -msgid "" -"Error creating network component. This network component already exists." -msgstr "" - -#: ../../include/functions_api.php:2926 -msgid "" -"Error creating plugin component. Plugin component name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2931 -msgid "Error creating plugin component. Incorrect value for Id plugin." -msgstr "" - -#: ../../include/functions_api.php:2936 -msgid "" -"Error creating plugin component. Plugin component group cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:2976 -msgid "" -"Error creating plugin component. This plugin component already exists." -msgstr "" - -#: ../../include/functions_api.php:3014 -msgid "" -"Error creating SNMP component. SNMP component name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3019 -msgid "" -"Error creating SNMP component. Incorrect value for Snmp component type field." -msgstr "" - -#: ../../include/functions_api.php:3024 -msgid "" -"Error creating SNMP component. Snmp component group cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3036 -msgid "" -"Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to " -"'AES' or 'DES'. " -msgstr "" - -#: ../../include/functions_api.php:3045 -msgid "" -"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" - -#: ../../include/functions_api.php:3051 -msgid "" -"Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to " -"'MD5' or 'SHA'. " -msgstr "" - -#: ../../include/functions_api.php:3126 -msgid "Error creating SNMP component. This SNMP component already exists." -msgstr "" - -#: ../../include/functions_api.php:3163 -msgid "" -"Error creating local component. Local component name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3169 -msgid "" -"Error creating local component. Local component group cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3193 -msgid "Error creating local component." -msgstr "" - -#: ../../include/functions_api.php:3199 -msgid "Error creating local component. This local component already exists." -msgstr "" - -#: ../../include/functions_api.php:3232 -msgid "" -"Error getting module value from all agents. Module name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3240 -msgid "" -"Error getting module value from all agents. Module name doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3285 -msgid "Error creating alert template. Template name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3357 -msgid "Error creating alert template." -msgstr "" - -#: ../../include/functions_api.php:3388 -msgid "Error updating alert template. Id_template cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3396 -msgid "Error updating alert template. Id_template doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3422 -msgid "Error updating alert template." -msgstr "" - -#: ../../include/functions_api.php:3427 -msgid "Correct updating of alert template" -msgstr "" - -#: ../../include/functions_api.php:3451 -msgid "Error deleting alert template. Id_template cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3460 -msgid "Error deleting alert template." -msgstr "" - -#: ../../include/functions_api.php:3464 -msgid "Correct deleting of alert template." -msgstr "" - -#: ../../include/functions_api.php:3501 -msgid "Error getting all alert templates." -msgstr "" - -#: ../../include/functions_api.php:3533 -msgid "Error getting alert template. Id_template doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3550 -msgid "Error getting alert template." -msgstr "" - -#: ../../include/functions_api.php:3589 -msgid "Error getting module groups." -msgstr "" - -#: ../../include/functions_api.php:3628 -msgid "Error getting plugins." -msgstr "" - -#: ../../include/functions_api.php:3651 -msgid "Error creating module from network component. Agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3658 -msgid "" -"Error creating module from network component. Network component doesn't " -"exists." -msgstr "" - -#: ../../include/functions_api.php:3676 -msgid "Error creating module from network component. Error creating module." -msgstr "" - -#: ../../include/functions_api.php:3703 -msgid "Error assigning module to template. Id_template cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3709 -msgid "Error assigning module to template. Id_module cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3715 -msgid "Error assigning module to template. Id_agent cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3723 -msgid "Error assigning module to template. Id_template doensn't exists." -msgstr "" - -#: ../../include/functions_api.php:3733 -msgid "Error assigning module to template. Id_agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3740 -msgid "Error assigning module to template. Id_module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3748 -msgid "Error assigning module to template." -msgstr "" - -#: ../../include/functions_api.php:3774 -msgid "" -"Error deleting module template. Id_module_template cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:3781 -msgid "Error deleting module template. Id_module_template doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:3789 ../../include/functions_api.php:3848 -msgid "Error deleting module template." -msgstr "" - -#: ../../include/functions_api.php:3792 ../../include/functions_api.php:3851 -msgid "Correct deleting of module template." -msgstr "" - -#: ../../include/functions_api.php:3928 -msgid "Error validate all alerts. Failed " -msgstr "" - -#: ../../include/functions_api.php:3931 -msgid "Correct validating of all alerts." -msgstr "" - -#: ../../include/functions_api.php:3958 -msgid "Error validating all alert policies." -msgstr "" - -#: ../../include/functions_api.php:4016 -msgid "Error validate all policy alerts. Failed " -msgstr "" - -#: ../../include/functions_api.php:4019 -msgid "Correct validating of all policy alerts." -msgstr "" - -#: ../../include/functions_api.php:4042 -msgid "Error stopping downtime. Id_downtime cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4058 -msgid "Downtime stopped." -msgstr "" - -#: ../../include/functions_api.php:4373 -msgid "the selected modules do not exist or do not belong to the intended agents: " -msgstr "" - -#: ../../include/functions_api.php:4375 -msgid "and this agents are generate problems: " -msgstr "" - -#: ../../include/functions_api.php:4377 -msgid "and this agents with ids are don't exist: " -msgstr "" - -#: ../../include/functions_api.php:4404 -msgid "Error adding agent to policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4409 -msgid "Error adding agent to policy. Id_agent cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4417 -msgid "Error adding agent to policy. Id_agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:4425 -msgid "Error adding agent to policy." -msgstr "" - -#: ../../include/functions_api.php:4433 -msgid "Error adding agent to policy. The agent is already in the policy." -msgstr "" - -#: ../../include/functions_api.php:4468 -msgid "Error adding data module to policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4473 -msgid "Error adding data module to policy. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4481 -msgid "Error adding data module to policy." -msgstr "" - -#: ../../include/functions_api.php:4517 -msgid "" -"Error adding data module to policy. The module is already in the policy." -msgstr "" - -#: ../../include/functions_api.php:4557 -msgid "Error updating data module in policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4562 -msgid "" -"Error updating data module in policy. Id_policy_module cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4570 -msgid "Error updating data module in policy. Module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:4576 -msgid "" -"Error updating data module in policy. Module type is not network type." -msgstr "" - -#: ../../include/functions_api.php:4605 -msgid "Data policy module updated." -msgstr "" - -#: ../../include/functions_api.php:4634 -msgid "" -"Error adding network module to policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4640 -msgid "" -"Error adding network module to policy. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4646 -msgid "" -"Error adding network module to policy. Id_module_type is not correct for " -"network modules." -msgstr "" - -#: ../../include/functions_api.php:4656 -msgid "Error adding network module to policy." -msgstr "" - -#: ../../include/functions_api.php:4694 -msgid "" -"Error adding network module to policy. The module is already in the policy." -msgstr "" - -#: ../../include/functions_api.php:4732 -msgid "" -"Error updating network module in policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4738 -msgid "" -"Error updating network module in policy. Id_policy_module cannot be left " -"blank." -msgstr "" - -#: ../../include/functions_api.php:4747 -msgid "Error updating network module in policy. Module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:4753 -msgid "" -"Error updating network module in policy. Module type is not network type." -msgstr "" - -#: ../../include/functions_api.php:4779 -msgid "Network policy module updated." -msgstr "" - -#: ../../include/functions_api.php:4806 -msgid "Error adding plugin module to policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4811 -msgid "" -"Error adding plugin module to policy. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4816 -msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4824 -msgid "Error adding plugin module to policy." -msgstr "" - -#: ../../include/functions_api.php:4867 -msgid "" -"Error adding plugin module to policy. The module is already in the policy." -msgstr "" - -#: ../../include/functions_api.php:4906 -msgid "" -"Error updating plugin module in policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:4912 -msgid "" -"Error updating plugin module in policy. Id_policy_module cannot be left " -"blank." -msgstr "" - -#: ../../include/functions_api.php:4921 -msgid "Error updating plugin module in policy. Module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:4927 -msgid "" -"Error updating plugin module in policy. Module type is not network type." -msgstr "" - -#: ../../include/functions_api.php:4959 -msgid "Plugin policy module updated." -msgstr "" - -#: ../../include/functions_api.php:5134 -msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5139 -msgid "Error adding SNMP module to policy. Module_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5147 -msgid "Error adding SNMP module to policy." -msgstr "" - -#: ../../include/functions_api.php:5152 -msgid "" -"Error adding SNMP module to policy. Id_module_type is not correct for SNMP " -"modules." -msgstr "" - -#: ../../include/functions_api.php:5246 -msgid "" -"Error adding SNMP module to policy. The module is already in the policy." -msgstr "" - -#: ../../include/functions_api.php:5285 -msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5290 -msgid "" -"Error updating SNMP module in policy. Id_policy_module cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5298 -msgid "Error updating SNMP module in policy. Module doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:5303 -msgid "Error updating SNMP module in policy. Module type is not SNMP type." -msgstr "" - -#: ../../include/functions_api.php:5313 -msgid "" -"Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to " -"'AES' or 'DES'. " -msgstr "" - -#: ../../include/functions_api.php:5323 -msgid "" -"Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" - -#: ../../include/functions_api.php:5330 -msgid "" -"Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to " -"'MD5' or 'SHA'. " -msgstr "" - -#: ../../include/functions_api.php:5370 -msgid "SNMP policy module updated." -msgstr "" - -#: ../../include/functions_api.php:5393 -msgid "Error applying policy. Id_policy cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5406 ../../include/functions_api.php:5431 -msgid "Error applying policy." -msgstr "" - -#: ../../include/functions_api.php:5418 -msgid "Error applying policy. This policy is already pending to apply." -msgstr "" - -#: ../../include/functions_api.php:5476 -msgid "Error applying all policies." -msgstr "" - -#: ../../include/functions_api.php:5528 -msgid "Error in group creation. Group_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5534 -msgid "Error in group creation. Icon_name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5547 ../../include/functions_api.php:5684 -msgid "Error in group creation. Id_parent_group doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:5575 -msgid "Error in group creation." -msgstr "" - -#: ../../include/functions_api.php:5672 -msgid "Error in netflow filter creation. Filter name cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5677 -msgid "Error in netflow filter creation. Group id cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5690 -msgid "Error in netflow filter creation. Filter cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5695 -msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5700 -msgid "Error in netflow filter creation. Output_format cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5718 -msgid "Error in netflow filter creation." -msgstr "" - -#: ../../include/functions_api.php:5857 -msgid "Create user." -msgstr "" - -#: ../../include/functions_api.php:5896 -msgid "Error updating user. Id_user cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5904 -msgid "Error updating user. Id_user doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:5920 -msgid "Error updating user. Password info incorrect." -msgstr "" - -#: ../../include/functions_api.php:5928 -msgid "Updated user." -msgstr "" - -#: ../../include/functions_api.php:5959 -msgid "Error enable/disable user. Id_user cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5966 -msgid "Error enable/disable user. Enable/disable value cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:5972 -msgid "Error enable/disable user. The user doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:5981 -msgid "Error in user enabling/disabling." -msgstr "" - -#: ../../include/functions_api.php:5986 -msgid "Enabled user." -msgstr "" - -#: ../../include/functions_api.php:5990 -msgid "Disabled user." -msgstr "" - -#: ../../include/functions_api.php:6845 -#: ../../godmode/agentes/configurar_agente.php:1500 -msgid "Save by Pandora Console" -msgstr "" - -#: ../../include/functions_api.php:6846 -#: ../../godmode/agentes/configurar_agente.php:1515 -msgid "Update by Pandora Console" -msgstr "" - -#: ../../include/functions_api.php:6847 -#: ../../godmode/agentes/configurar_agente.php:1528 -msgid "Insert by Pandora Console" -msgstr "" - -#: ../../include/functions_api.php:7456 -msgid "Delete user." -msgstr "" - -#: ../../include/functions_api.php:7485 -msgid "Add user profile." -msgstr "" - -#: ../../include/functions_api.php:7518 -msgid "Delete user profile." -msgstr "" - -#: ../../include/functions_api.php:7616 -msgid "Correct module disable" -msgstr "" - -#: ../../include/functions_api.php:7619 -msgid "Error disabling module" -msgstr "" - -#: ../../include/functions_api.php:7645 -msgid "Correct module enable" -msgstr "" - -#: ../../include/functions_api.php:7648 -msgid "Error enabling module" -msgstr "" - -#: ../../include/functions_api.php:8187 -msgid "Error adding event comment." -msgstr "" - -#: ../../include/functions_api.php:8426 -msgid "Error enable/disable agent. Id_agent cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:8433 -msgid "" -"Error enable/disable agent. Enable/disable value cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:8439 -msgid "Error enable/disable agent. The agent doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:8450 -msgid "Error in agent enabling/disabling." -msgstr "" - -#: ../../include/functions_api.php:8456 -msgid "Enabled agent." -msgstr "" - -#: ../../include/functions_api.php:8461 -msgid "Disabled agent." -msgstr "" - -#: ../../include/functions_api.php:8557 -msgid "Error getting special_days." -msgstr "" - -#: ../../include/functions_api.php:8592 -msgid "Error creating special day. Specified day already exists." -msgstr "" - -#: ../../include/functions_api.php:8597 -msgid "Error creating special day. Invalid date format." -msgstr "" - -#: ../../include/functions_api.php:8609 -msgid "Error in creation special day." -msgstr "" - -#: ../../include/functions_api.php:8642 -msgid "Error updating special day. Id cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:8649 -msgid "Error updating special day. Id doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:8654 -msgid "Error updating special day. Invalid date format." -msgstr "" - -#: ../../include/functions_api.php:8688 -msgid "Error deleting special day. Id cannot be left blank." -msgstr "" - -#: ../../include/functions_api.php:8695 -msgid "Error deleting special day. Id doesn't exist." -msgstr "" - -#: ../../include/functions_api.php:8702 -msgid "Error in deletion special day." -msgstr "" - -#: ../../include/functions_graph.php:691 -#: ../../include/functions_graph.php:3520 -#: ../../include/functions_reports.php:556 -msgid "Avg. Value" -msgstr "" - -#: ../../include/functions_graph.php:693 -msgid "Units. Value" -msgstr "" - -#: ../../include/functions_graph.php:757 +#: ../../extensions/resource_registration.php:420 #, php-format -msgid "Percentile %dº" -msgstr "" - -#: ../../include/functions_graph.php:1178 -#, php-format -msgid "projection for %s" -msgstr "" - -#: ../../include/functions_graph.php:1745 -msgid "Not fired alerts" -msgstr "" - -#: ../../include/functions_graph.php:2184 -msgid "Today" -msgstr "" - -#: ../../include/functions_graph.php:2185 -msgid "Week" -msgstr "" - -#: ../../include/functions_graph.php:2186 ../../include/functions_html.php:842 -msgid "Month" -msgstr "" - -#: ../../include/functions_graph.php:2187 -#: ../../include/functions_graph.php:2188 -msgid "Months" -msgstr "" - -#: ../../include/functions_graph.php:2210 -msgid "History db" -msgstr "" - -#: ../../include/functions_graph.php:2388 -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -msgid "Informative" -msgstr "" - -#: ../../include/functions_graph.php:2389 -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -msgid "Low" -msgstr "" - -#: ../../include/functions_graph.php:2390 -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -msgid "Medium" -msgstr "" - -#: ../../include/functions_graph.php:2391 -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -msgid "Serious" -msgstr "" - -#: ../../include/functions_graph.php:2392 -#: ../../include/functions_incidents.php:33 -#: ../../include/functions_incidents.php:66 -msgid "Very serious" -msgstr "" - -#: ../../include/functions_graph.php:2393 -#: ../../include/functions_graph.php:2862 -#: ../../include/functions_graph.php:2863 -#: ../../include/functions_graph.php:4754 -#: ../../include/functions_incidents.php:34 -#: ../../include/functions_incidents.php:69 ../../include/functions.php:839 -#: ../../include/functions.php:1047 ../../include/functions.php:1080 -#: ../../include/functions_events.php:1465 -msgid "Maintenance" -msgstr "" - -#: ../../include/functions_graph.php:2412 -#: ../../include/functions_graph.php:2424 -msgid "Open incident" -msgstr "" - -#: ../../include/functions_graph.php:2413 -#: ../../include/functions_graph.php:2426 -msgid "Closed incident" -msgstr "" - -#: ../../include/functions_graph.php:2414 -#: ../../include/functions_graph.php:2428 -msgid "Outdated" -msgstr "" - -#: ../../include/functions_graph.php:2741 -#: ../../include/functions_graph.php:2792 -#: ../../include/functions_events.php:1146 -msgid "SYSTEM" -msgstr "" - -#: ../../include/functions_graph.php:2825 -#: ../../godmode/setup/performance.php:123 -msgid "Others" -msgstr "" - -#: ../../include/functions_graph.php:2866 -#: ../../include/functions_graph.php:2867 -#: ../../include/functions_graph.php:4757 ../../include/functions.php:842 -#: ../../include/functions.php:1048 ../../include/functions.php:1083 -#: ../../include/functions_events.php:1468 -msgid "Informational" -msgstr "" - -#: ../../include/functions_graph.php:2874 -#: ../../include/functions_graph.php:2875 -#: ../../include/functions_graph.php:4769 ../../include/functions.php:854 -#: ../../include/functions.php:1050 ../../include/functions.php:1095 -msgid "Minor" -msgstr "" - -#: ../../include/functions_graph.php:2882 -#: ../../include/functions_graph.php:2883 -#: ../../include/functions_graph.php:4772 ../../include/functions.php:857 -#: ../../include/functions.php:1052 ../../include/functions.php:1098 -msgid "Major" -msgstr "" - -#: ../../include/functions_graph.php:3521 -msgid "Units" -msgstr "" - -#: ../../include/functions_graph.php:4736 -#: ../../include/ajax/visual_console_builder.ajax.php:177 -msgid "No data to show" -msgstr "" - -#: ../../include/functions_graph.php:5106 -msgid "Main node" -msgstr "" - -#: ../../include/functions_menu.php:465 -msgid "Configure user" -msgstr "" - -#: ../../include/functions_menu.php:466 -msgid "Configure profile" -msgstr "" - -#: ../../include/functions_menu.php:468 -#: ../../godmode/servers/manage_recontask_form.php:181 -#: ../../godmode/servers/manage_recontask.php:43 -msgid "Manage recontask" -msgstr "" - -#: ../../include/functions_menu.php:470 -msgid "Module templates management" -msgstr "" - -#: ../../include/functions_menu.php:471 -msgid "Inventory modules management" -msgstr "" - -#: ../../include/functions_menu.php:472 -msgid "Tags management" -msgstr "" - -#: ../../include/functions_menu.php:476 -msgid "View agent" -msgstr "" - -#: ../../include/functions_menu.php:478 -#: ../../godmode/alerts/configure_alert_template.php:63 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -msgid "Configure alert template" -msgstr "" - -#: ../../include/functions_menu.php:480 -msgid "Manage network map" -msgstr "" - -#: ../../include/functions_menu.php:482 -msgid "View reporting" -msgstr "" - -#: ../../include/functions_menu.php:483 -#: ../../godmode/users/configure_profile.php:340 -msgid "View visual console" -msgstr "" - -#: ../../include/functions_menu.php:484 -msgid "Manage custom graphs" -msgstr "" - -#: ../../include/functions_menu.php:485 -msgid "Copy dashboard" -msgstr "" - -#: ../../include/functions_menu.php:488 -msgid "Manage GIS Maps" -msgstr "" - -#: ../../include/functions_menu.php:490 -msgid "Incidents statistics" -msgstr "" - -#: ../../include/functions_menu.php:491 -msgid "Manage messages" -msgstr "" - -#: ../../include/functions_menu.php:493 -msgid "Manage groups" -msgstr "" - -#: ../../include/functions_menu.php:494 -msgid "Manage module groups" -msgstr "" - -#: ../../include/functions_menu.php:495 -msgid "Manage custom field" -msgstr "" - -#: ../../include/functions_menu.php:497 -msgid "Manage alert actions" -msgstr "" - -#: ../../include/functions_menu.php:498 -msgid "Manage commands" -msgstr "" - -#: ../../include/functions_menu.php:499 -msgid "Manage event alerts" -msgstr "" - -#: ../../include/functions_menu.php:501 -msgid "Manage export targets" -msgstr "" - -#: ../../include/functions_menu.php:503 -msgid "Manage services" -msgstr "" - -#: ../../include/functions_menu.php:504 ../../godmode/menu.php:165 -msgid "SNMP alerts" -msgstr "" - -#: ../../include/functions_menu.php:505 ../../operation/menu.php:92 -msgid "SNMP filters" -msgstr "" - -#: ../../include/functions_menu.php:507 ../../operation/menu.php:93 -msgid "SNMP trap generator" -msgstr "" - -#: ../../include/functions_menu.php:509 -msgid "Manage incident" -msgstr "" - -#: ../../include/functions_menu.php:511 -#: ../../godmode/users/configure_profile.php:348 -msgid "Manage visual console" -msgstr "" - -#: ../../include/functions_menu.php:561 -msgid "Administration" -msgstr "" - -#: ../../include/functions_filemanager.php:170 -#: ../../include/functions_filemanager.php:240 -#: ../../include/functions_filemanager.php:298 -#: ../../include/functions_filemanager.php:380 -msgid "Security error" -msgstr "" - -#: ../../include/functions_filemanager.php:183 -msgid "Upload error" -msgstr "" - -#: ../../include/functions_filemanager.php:191 -#: ../../include/functions_filemanager.php:259 -#: ../../include/functions_filemanager.php:324 -msgid "Upload correct" -msgstr "" - -#: ../../include/functions_filemanager.php:204 msgid "" -"File size seems to be too large. Please check your php.ini configuration or " -"contact with the administrator" +"Warning create '%s' visual map, the name exist, the report have a name %s." msgstr "" -#: ../../include/functions_filemanager.php:252 -msgid "Error creating file" -msgstr "" - -#: ../../include/functions_filemanager.php:265 -#: ../../include/functions_filemanager.php:360 -msgid "Error creating file with empty name" -msgstr "" - -#: ../../include/functions_filemanager.php:310 -msgid "Attach error" -msgstr "" - -#: ../../include/functions_filemanager.php:355 -msgid "Directory created" -msgstr "" - -#: ../../include/functions_filemanager.php:548 +#: ../../extensions/resource_registration.php:428 #, php-format -msgid "Directory %s doesn't exist!" +msgid "Success create '%s' visual map." msgstr "" -#: ../../include/functions_filemanager.php:559 -#: ../../godmode/servers/plugin.php:175 -#: ../../godmode/setup/file_manager.php:63 +#: ../../extensions/resource_registration.php:429 #, php-format -msgid "Index of %s" +msgid "Error create '%s' visual map." msgstr "" -#: ../../include/functions_filemanager.php:563 -msgid "Index of images" -msgstr "" - -#: ../../include/functions_filemanager.php:601 -msgid "Parent directory" -msgstr "" - -#: ../../include/functions_filemanager.php:630 -msgid "The zip upload in this dir, easy to upload multiple files." -msgstr "" - -#: ../../include/functions_filemanager.php:634 -msgid "Decompress" -msgstr "" - -#: ../../include/functions_filemanager.php:677 -msgid "Directory" -msgstr "" - -#: ../../include/functions_filemanager.php:680 -#: ../../include/functions_visual_map_editor.php:178 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:118 -msgid "Image" -msgstr "" - -#: ../../include/functions_filemanager.php:683 -msgid "Compressed file" -msgstr "" - -#: ../../include/functions_filemanager.php:686 -#: ../../include/functions_filemanager.php:692 -msgid "Text file" -msgstr "" - -#: ../../include/functions_filemanager.php:773 -msgid "Create directory" -msgstr "" - -#: ../../include/functions_filemanager.php:778 -msgid "Create text" -msgstr "" - -#: ../../include/functions_filemanager.php:783 -msgid "Upload file/s" -msgstr "" - -#: ../../include/functions_filemanager.php:790 -msgid "The directory is read-only" -msgstr "" - -#: ../../include/auth/mysql.php:246 -msgid "" -"Problems with configuration permissions. Please contact with Administrator" -msgstr "" - -#: ../../include/auth/mysql.php:252 -msgid "Your permissions have changed. Please, login again." -msgstr "" - -#: ../../include/auth/mysql.php:265 -msgid "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" -msgstr "" - -#: ../../include/auth/mysql.php:281 -msgid "Fail the group synchronizing" -msgstr "" - -#: ../../include/auth/mysql.php:287 -msgid "Fail the tag synchronizing" -msgstr "" - -#: ../../include/auth/mysql.php:300 -msgid "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" -msgstr "" - -#: ../../include/auth/mysql.php:312 -msgid "User not found in database or incorrect password" -msgstr "" - -#: ../../include/auth/mysql.php:544 -msgid "Could not changes password on remote pandora" -msgstr "" - -#: ../../include/auth/mysql.php:581 -msgid "Your installation of PHP does not support LDAP" -msgstr "" - -#: ../../include/functions_html.php:658 ../../include/functions_html.php:659 -#: ../../include/functions_html.php:765 ../../include/functions_html.php:766 -#: ../../operation/events/events.php:391 -#: ../../operation/snmpconsole/snmp_view.php:71 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../operation/agentes/networkmap.php:289 -#: ../../godmode/category/category.php:58 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/agentes/planned_downtime.editor.php:36 -msgid "List" -msgstr "" - -#: ../../include/functions_html.php:715 -msgid "weeks" -msgstr "" - -#: ../../include/functions_html.php:841 -msgid "Month day" -msgstr "" - -#: ../../include/functions_html.php:843 -msgid "Week day" -msgstr "" - -#: ../../include/functions_html.php:2113 -msgid "Type at least two characters to search the module." -msgstr "" - -#: ../../include/functions_db.php:75 +#: ../../extensions/resource_registration.php:535 #, php-format -msgid "Error connecting to database %s at %s." +msgid "Success create item type '%d' visual map." msgstr "" -#: ../../include/functions_db.php:1067 ../../godmode/menu.php:301 -#: ../../godmode/db/db_refine.php:33 -msgid "Database debug" +#: ../../extensions/resource_registration.php:536 +#, php-format +msgid "Error create item type '%d' visual map." msgstr "" -#: ../../include/functions_db.php:1083 -msgid "SQL sentence" +#: ../../extensions/resource_registration.php:554 +#: ../../extensions/resource_registration.php:569 +#, php-format +msgid "Success create item for agent '%s' visual map." msgstr "" -#: ../../include/functions_db.php:1085 -msgid "Rows" +#: ../../extensions/resource_registration.php:555 +#: ../../extensions/resource_registration.php:570 +#, php-format +msgid "Error create item for agent '%s' visual map." msgstr "" -#: ../../include/functions_db.php:1086 -msgid "Saved" +#: ../../extensions/resource_registration.php:792 +#, php-format +msgid "Success create '%s' component." msgstr "" -#: ../../include/functions_db.php:1087 -msgid "Time (ms)" +#: ../../extensions/resource_registration.php:793 +#, php-format +msgid "Error create '%s' component." msgstr "" -#: ../../include/functions_update_manager.php:198 -msgid "There is a unknown error." +#: ../../extensions/resource_registration.php:849 +#: ../../extensions/resource_registration.php:889 +msgid "Resource registration" msgstr "" -#: ../../include/functions_update_manager.php:393 -msgid "Failed extracting the package to temp directory." +#: ../../extensions/resource_registration.php:852 +#: ../../enterprise/include/functions_policies.php:4086 +msgid "Error, please install the PHP libXML in the system." msgstr "" -#: ../../include/functions_update_manager.php:420 -msgid "Failed the copying of the files." +#: ../../extensions/resource_registration.php:858 +#, 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 "" -#: ../../include/functions_update_manager.php:436 -msgid "Package extracted successfully." +#: ../../extensions/resource_registration.php:872 +#: ../../enterprise/include/functions_policies.php:4102 +msgid "Group filter: " msgstr "" -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" +#: ../../extensions/dbmanager.php:107 +msgid "Database interface" msgstr "" -#: ../../include/functions_servers.php:363 -msgid "Data server" +#: ../../extensions/dbmanager.php:122 +msgid "Execute SQL" msgstr "" -#: ../../include/functions_servers.php:368 -msgid "Network server" +#: ../../extensions/dbmanager.php:166 +msgid "DB interface" msgstr "" -#: ../../include/functions_servers.php:373 -msgid "SNMP Trap server" +#: ../../extensions/pandora_logs.php:39 +msgid "File is too large than PHP memory allocated in the system." +msgstr "" + +#: ../../extensions/pandora_logs.php:40 +msgid "The preview file is imposible." +msgstr "" + +#: ../../extensions/pandora_logs.php:44 +msgid "File is too large (> 500KB)" +msgstr "" + +#: ../../extensions/pandora_logs.php:72 +msgid "System logfile viewer" +msgstr "" + +#: ../../extensions/pandora_logs.php:74 +msgid "" +"This tool is used just to view your Pandora FMS system logfiles directly " +"from console" +msgstr "" + +#: ../../extensions/pandora_logs.php:83 +msgid "System logfiles" +msgstr "" + +#: ../../extensions/vnc_view.php:25 +msgid "VNC Display (:0 by default)" +msgstr "" + +#: ../../extensions/vnc_view.php:28 +msgid "Send" +msgstr "" + +#: ../../extensions/vnc_view.php:42 +msgid "VNC view" +msgstr "" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +msgstr "" + +#: ../../extensions/module_groups.php:46 +#: ../../enterprise/godmode/policies/policy_alerts.php:507 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_delete_alerts.php:206 +msgid "Alert template" +msgstr "" + +#: ../../extensions/module_groups.php:84 +#: ../../enterprise/operation/agentes/transactional_map.php:152 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:90 +#: ../../enterprise/operation/services/services.list.php:327 +#: ../../enterprise/extensions/backup/main.php:69 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 +#: ../../enterprise/extensions/cron/main.php:193 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 +#: ../../enterprise/godmode/policies/policy_alerts.php:241 +#: ../../enterprise/godmode/agentes/collections.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:237 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +#: ../../enterprise/godmode/setup/setup_skins.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 +#: ../../enterprise/meta/include/functions_alerts_meta.php:111 +#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 +#: ../../enterprise/include/functions_reporting_pdf.php:1043 +#: ../../enterprise/include/functions_reporting_pdf.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1132 +#: ../../godmode/agentes/modificar_agente.php:493 +#: ../../godmode/agentes/fields_manager.php:97 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/groups/group_list.php:338 +#: ../../godmode/category/category.php:111 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/alerts/alert_list.builder.php:83 +#: ../../godmode/events/event_responses.list.php:57 ../../godmode/menu.php:157 +#: ../../godmode/tag/tag.php:205 ../../include/functions_treeview.php:329 +#: ../../include/functions_reporting_html.php:1376 +#: ../../include/functions_reporting_html.php:1414 +#: ../../include/functions_reporting_html.php:1450 +#: ../../include/functions_filemanager.php:583 +msgid "Actions" +msgstr "" + +#: ../../extensions/module_groups.php:168 +msgid "Combined table of agent group and module group" +msgstr "" + +#: ../../extensions/module_groups.php:171 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" + +#: ../../extensions/module_groups.php:297 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" + +#: ../../extensions/module_groups.php:298 +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:299 +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:300 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" + +#: ../../extensions/module_groups.php:301 +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:302 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" + +#: ../../extensions/module_groups.php:307 +msgid "There are no defined groups or module groups" +msgstr "" + +#: ../../general/login_help_dialog.php:39 +#: ../../enterprise/dashboard/widgets/example.php:37 +msgid "Welcome to Pandora FMS" +msgstr "" + +#: ../../general/login_help_dialog.php:42 +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 "" + +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" +msgstr "" + +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" +msgstr "" + +#: ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84 +#: ../../enterprise/meta/general/login_page.php:30 +msgid "Support" +msgstr "" + +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "" + +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" +msgstr "" + +#: ../../general/login_help_dialog.php:86 +msgid "Click here to don't show again this message" +msgstr "" + +#: ../../general/logon_ok.php:32 +msgid "Welcome to Pandora FMS Web Console" +msgstr "" + +#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 +msgid "Pandora FMS Overview" +msgstr "" + +#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377 +msgid "News board" +msgstr "" + +#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382 +msgid "ago" +msgstr "" + +#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389 +msgid "by" +msgstr "" + +#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 +msgid "This is your last activity in Pandora FMS console" +msgstr "" + +#: ../../general/ui/agents_list.php:127 +#: ../../enterprise/operation/policies/networkmap.policies.php:71 +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:694 +msgid "No agents found" +msgstr "" + +#: ../../general/firts_task/transactional_list.php:21 +msgid "There are no transactions defined yet." +msgstr "" + +#: ../../general/firts_task/transactional_list.php:25 +msgid "Transactions" +msgstr "" + +#: ../../general/firts_task/transactional_list.php:28 +#: ../../general/firts_task/transactional_list.php:31 +msgid "Create Transactions" +msgstr "" + +#: ../../general/firts_task/transactional_list.php:29 +msgid "Text." +msgstr "" + +#: ../../general/firts_task/collections.php:21 +msgid "There are no collections defined yet." +msgstr "" + +#: ../../general/firts_task/collections.php:25 +#: ../../enterprise/godmode/policies/policy_collections.php:29 +#: ../../enterprise/godmode/policies/policy_collections.php:173 +#: ../../enterprise/godmode/policies/policies.php:337 +#: ../../enterprise/godmode/agentes/collections.data.php:42 +#: ../../enterprise/godmode/agentes/collections.editor.php:50 +#: ../../enterprise/godmode/menu__.php:43 ../../enterprise/godmode/menu.php:56 +#: ../../enterprise/include/functions_policies.php:3285 +msgid "Collections" +msgstr "" + +#: ../../general/firts_task/collections.php:28 +#: ../../general/firts_task/collections.php:37 +msgid "Create Collections" +msgstr "" + +#: ../../general/firts_task/collections.php:29 +msgid "" +"A file collection is a group of files (e.g. scripts or executables) which " +"are \n" +"\t\tautomatically copied to a specific directory of the agent (under Windows " +"or UNIX). The file collections allow to be propagated\n" +"\t\t along with the policies in order to be used by a group of agents, using " +"a 'package' of scripts and modules which use them.\n" +"\t\tFirst we learn how to use the file collections in the agent's view, how " +"to conduct it manually, agent by agent, without using collections,\n" +"\t\t and how to do the same thing by using policies.Our first task is to " +"arrange a compilation of files. In order to do this, please go to the " +"agent's \n" +"\t\t administrator. Subsequently, we're going to see a 'sub option' called " +"'Collections'. Please click on it in order to create a new collection as we " +"can see on \n" +"\t\t the picture below. " +msgstr "" + +#: ../../general/firts_task/service_list.php:21 +msgid "There are no services defined yet." +msgstr "" + +#: ../../general/firts_task/service_list.php:28 +#: ../../general/firts_task/service_list.php:36 +msgid "Create Services" +msgstr "" + +#: ../../general/firts_task/service_list.php:29 +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 "" + +#: ../../general/firts_task/custom_fields.php:23 +#: ../../general/firts_task/fields_manager.php:21 +msgid "There are no custom fields defined yet." +msgstr "" + +#: ../../general/firts_task/custom_fields.php:28 +msgid "Custom Fields" +msgstr "" + +#: ../../general/firts_task/custom_fields.php:31 +#: ../../general/firts_task/custom_fields.php:35 +msgid "Create Custom Fields" +msgstr "" + +#: ../../general/firts_task/custom_fields.php:32 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t You're able to create custom fields by klicking on 'Administration' -> " +"'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" + +#: ../../general/firts_task/map_builder.php:24 +#: ../../godmode/reporting/map_builder.php:255 +msgid "There are no visual console defined yet." +msgstr "" + +#: ../../general/firts_task/map_builder.php:29 +#: ../../enterprise/meta/general/main_header.php:194 +#: ../../enterprise/include/functions_enterprise.php:292 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "" + +#: ../../general/firts_task/map_builder.php:32 +#: ../../general/firts_task/map_builder.php:40 +msgid "Create Visual Console" +msgstr "" + +#: ../../general/firts_task/map_builder.php:33 +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 "" + +#: ../../general/firts_task/custom_graphs.php:23 +msgid "There are no custom graphs defined yet." +msgstr "" + +#: ../../general/firts_task/custom_graphs.php:28 +msgid "Custom Graphs" +msgstr "" + +#: ../../general/firts_task/custom_graphs.php:31 +#: ../../general/firts_task/custom_graphs.php:36 +msgid "Create Custom Graph" +msgstr "" + +#: ../../general/firts_task/custom_graphs.php:32 +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 "" + +#: ../../general/firts_task/network_map.php:23 +msgid "There are no network map defined yet." +msgstr "" + +#: ../../general/firts_task/network_map.php:30 +msgid "Network Map" +msgstr "" + +#: ../../general/firts_task/network_map.php:33 +#: ../../general/firts_task/network_map.php:49 +msgid "Create Network Map" +msgstr "" + +#: ../../general/firts_task/network_map.php:34 +msgid "" +"There is also an open-source version of the network map. \n" +"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes " +"and relationships, agents, modules and groups available to the user. \n" +"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" +"\t\t\t" +msgstr "" + +#: ../../general/firts_task/network_map.php:38 +msgid "Topology Map" +msgstr "" + +#: ../../general/firts_task/network_map.php:39 +msgid "Group Map" +msgstr "" + +#: ../../general/firts_task/network_map.php:40 +msgid "Radial Map (User without strict user)" +msgstr "" + +#: ../../general/firts_task/network_map.php:41 +msgid "Dinamic Map" +msgstr "" + +#: ../../general/firts_task/network_map.php:42 +msgid "Policy Map (Only Enterprise version)" +msgstr "" + +#: ../../general/firts_task/planned_downtime.php:21 +msgid "There are no planned downtime defined yet." +msgstr "" + +#: ../../general/firts_task/planned_downtime.php:25 +#: ../../godmode/agentes/planned_downtime.list.php:54 +#: ../../godmode/agentes/planned_downtime.editor.php:43 +msgid "Planned Downtime" +msgstr "" + +#: ../../general/firts_task/planned_downtime.php:28 +#: ../../general/firts_task/planned_downtime.php:34 +msgid "Create Planned Downtime" +msgstr "" + +#: ../../general/firts_task/planned_downtime.php:29 +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 "" + +#: ../../general/firts_task/fields_manager.php:25 +msgid "Fields Manager" +msgstr "" + +#: ../../general/firts_task/fields_manager.php:28 +msgid "Create Fields Manager" +msgstr "" + +#: ../../general/firts_task/fields_manager.php:29 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" + +#: ../../general/firts_task/fields_manager.php:32 +msgid "Create Fields " +msgstr "" + +#: ../../general/firts_task/tags.php:21 +msgid "There are no tags defined yet." +msgstr "" + +#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 +msgid "Create Tags" +msgstr "" + +#: ../../general/firts_task/tags.php:29 +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 "" + +#: ../../general/firts_task/recon_view.php:21 +msgid "There are no recon task defined yet." msgstr "" -#: ../../include/functions_servers.php:378 -#: ../../godmode/servers/manage_recontask_form.php:221 #: ../../general/firts_task/recon_view.php:25 +#: ../../enterprise/extensions/ipam/ipam_editor.php:80 +#: ../../godmode/servers/manage_recontask_form.php:221 +#: ../../include/functions_servers.php:378 msgid "Recon server" msgstr "" -#: ../../include/functions_servers.php:383 -msgid "Plugin server" +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" msgstr "" -#: ../../include/functions_servers.php:388 -msgid "Prediction server" -msgstr "" - -#: ../../include/functions_servers.php:393 -msgid "WMI server" -msgstr "" - -#: ../../include/functions_servers.php:403 -msgid "Inventory server" -msgstr "" - -#: ../../include/functions_servers.php:408 -msgid "Web server" -msgstr "" - -#: ../../include/functions_servers.php:413 -msgid "Event server" -msgstr "" - -#: ../../include/functions_servers.php:418 -msgid "Enterprise ICMP server" -msgstr "" - -#: ../../include/functions_servers.php:423 -msgid "Enterprise SNMP server" -msgstr "" - -#: ../../include/functions_servers.php:428 -msgid "Enterprise Satellite server" -msgstr "" - -#: ../../include/functions_networkmap.php:1719 -msgid "Create a new topology map" -msgstr "" - -#: ../../include/functions_networkmap.php:1720 -msgid "Create a new group map" -msgstr "" - -#: ../../include/functions_networkmap.php:1721 -msgid "Create a new dynamic map" -msgstr "" - -#: ../../include/functions_networkmap.php:1723 -msgid "Create a new radial dynamic map" -msgstr "" - -#: ../../include/functions_networkmap.php:1747 -msgid "Dynamic" -msgstr "" - -#: ../../include/functions_networkmap.php:1749 -msgid "Radial dynamic" -msgstr "" - -#: ../../include/functions_clippy.php:128 ../../general/header.php:166 -#: ../../general/header.php:167 -msgid "Pandora FMS assistant" -msgstr "" - -#: ../../include/functions_clippy.php:163 -#: ../../include/functions_clippy.php:168 -msgid "End wizard" -msgstr "" - -#: ../../include/functions_clippy.php:195 -msgid "Next →" -msgstr "" - -#: ../../include/functions_clippy.php:196 -msgid "← Back" -msgstr "" - -#: ../../include/functions_clippy.php:208 -msgid "Do you want to exit the help tour?" -msgstr "" - -#: ../../include/functions_groups.php:63 -msgid "Alert Actions" -msgstr "" - -#: ../../include/functions_groups.php:78 -msgid "Alert Templates" -msgstr "" - -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -#: ../../include/functions_reports.php:498 -#: ../../include/functions_reports.php:500 -#: ../../include/functions_reports.php:504 -#: ../../include/functions_reports.php:506 -#: ../../include/functions_reports.php:510 -#: ../../include/functions_reports.php:512 -#: ../../include/functions_reports.php:514 -#: ../../include/functions_reports.php:518 -#: ../../operation/agentes/ver_agente.php:903 -#: ../../operation/agentes/ver_agente.php:1031 -#: ../../operation/search_results.php:103 -msgid "Graphs" -msgstr "" - -#: ../../include/functions_groups.php:135 -msgid "Layout visual console" -msgstr "" - -#: ../../include/functions_groups.php:149 -msgid "Plannet down time" -msgstr "" - -#: ../../include/functions_groups.php:176 -msgid "GIS maps" -msgstr "" - -#: ../../include/functions_groups.php:190 -msgid "GIS connections" -msgstr "" - -#: ../../include/functions_groups.php:204 -msgid "GIS map layers" -msgstr "" - -#: ../../include/functions_groups.php:217 -msgid "Network maps" -msgstr "" - -#: ../../include/functions_groups.php:2119 -msgid "Show branch children" -msgstr "" - -#: ../../include/functions_groups.php:2148 +#: ../../general/firts_task/recon_view.php:29 msgid "" -"You can not delete the last group in Pandora. A common installation must has " -"almost one group." +"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 "" -#: ../../include/functions_ui.php:226 -msgid "Information" +#: ../../general/firts_task/snmp_filters.php:21 +msgid "There are no SNMP filter defined yet." msgstr "" -#: ../../include/functions_ui.php:368 -msgid "Request successfully processed" +#: ../../general/firts_task/snmp_filters.php:25 +msgid "SNMP Filter" msgstr "" -#: ../../include/functions_ui.php:371 -msgid "Error processing request" +#: ../../general/firts_task/snmp_filters.php:28 +#: ../../general/firts_task/snmp_filters.php:35 +msgid "Create SNMP Filter" msgstr "" -#: ../../include/functions_ui.php:509 +#: ../../general/firts_task/snmp_filters.php:29 msgid "" -"Is possible that this view uses part of information which your user has not " -"access" +"Some systems receive a high number of traps. \n" +"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " +"Pandora FMS versions 3.2 and above, \n" +"\t\t\t\tit's possible to filter the traps that the server obtains in order " +"to avoid straining the application unnecessarily.\n" +"\t\t\t\tIn order to define different filters, please go to 'Administration' -" +"> 'Manage SNMP Console' and 'SNMP Filters'. \n" +"\t\t\t\tOne trap which is going to run in conjunction with any of them - " +"just the ones for the server are going to get ruled out automatically. " msgstr "" -#: ../../include/functions_ui.php:991 -#: ../../godmode/alerts/configure_alert_template.php:805 -#: ../../godmode/alerts/alert_view.php:152 -msgid "The alert would fire when the value is " +#: ../../general/firts_task/incidents.php:23 +msgid "There are no incidents defined yet." msgstr "" -#: ../../include/functions_ui.php:995 -#: ../../godmode/alerts/configure_alert_template.php:806 -#: ../../godmode/alerts/alert_view.php:156 -msgid "The alert would fire when the value is not " +#: ../../general/firts_task/incidents.php:31 +#: ../../general/firts_task/incidents.php:40 +msgid "Create Incidents" msgstr "" -#: ../../include/functions_ui.php:1000 -#: ../../godmode/alerts/configure_alert_template.php:803 -#: ../../godmode/alerts/alert_view.php:144 +#: ../../general/firts_task/incidents.php:32 msgid "" -"The alert would fire when the value matches " +"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 "" -#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:147 +#: ../../general/login_identification_wizard.php:142 +msgid "The Pandora FMS community wizard" +msgstr "" + +#: ../../general/login_identification_wizard.php:147 +msgid "Stay up to date with the Pandora FMS community" +msgstr "" + +#: ../../general/login_identification_wizard.php:151 msgid "" -"The alert would fire when the value doesn't match " +"When you subscribe to the Pandora FMS Update Manager service, you accept " +"that we register your Pandora instance as an identifier on the database " +"owned by 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 Update " +"Manager options" msgstr "" -#: ../../include/functions_ui.php:1009 -#: ../../godmode/alerts/configure_alert_template.php:807 -#: ../../godmode/alerts/alert_view.php:161 +#: ../../general/login_identification_wizard.php:152 msgid "" -"The alert would fire when the value is between and " -"" +"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 "" -#: ../../include/functions_ui.php:1012 -#: ../../godmode/alerts/configure_alert_template.php:808 -#: ../../godmode/alerts/alert_view.php:164 +#: ../../general/login_identification_wizard.php:157 +#: ../../enterprise/godmode/alerts/alert_events.php:548 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../godmode/alerts/configure_alert_template.php:809 +msgid "Finish" +msgstr "" + +#: ../../general/login_identification_wizard.php:161 +msgid "Return" +msgstr "" + +#: ../../general/login_identification_wizard.php:165 +msgid "Join the Pandora FMS community" +msgstr "" + +#: ../../general/login_identification_wizard.php:172 +msgid "Required" +msgstr "" + +#: ../../general/login_identification_wizard.php:180 +#: ../../general/login_required.php:64 +msgid "Pandora FMS instance identification wizard" +msgstr "" + +#: ../../general/login_identification_wizard.php:182 +msgid "Do you want to continue without any registration" +msgstr "" + +#: ../../general/login_page.php:35 +msgid "Go to Pandora FMS Website" +msgstr "" + +#: ../../general/login_page.php:40 +msgid "Go to Login" +msgstr "" + +#: ../../general/login_page.php:82 +msgid "Docs" +msgstr "" + +#: ../../general/login_page.php:145 +msgid "Login as admin" +msgstr "" + +#: ../../general/login_page.php:152 +#: ../../enterprise/meta/general/login_page.php:85 +msgid "Login with SAML" +msgstr "" + +#: ../../general/login_page.php:168 +#: ../../enterprise/meta/general/login_page.php:79 +#: ../../enterprise/meta/general/login_page.php:98 +#: ../../mobile/include/user.class.php:256 +msgid "Login" +msgstr "" + +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "" + +#: ../../general/login_page.php:176 +#: ../../enterprise/meta/general/login_page.php:144 +#: ../../mobile/include/user.class.php:221 msgid "" -"The alert would fire when the value is not between " -"and " +"Your session is over. Please close your browser window to close this Pandora " +"session." msgstr "" -#: ../../include/functions_ui.php:1016 -msgid "The alert would fire when the value is over " +#: ../../general/login_page.php:186 ../../mobile/include/user.class.php:301 +#: ../../mobile/include/user.class.php:302 +msgid "Authenticator code" msgstr "" -#: ../../include/functions_ui.php:1021 -msgid "The alert would fire when the value is under " +#: ../../general/login_page.php:192 ../../mobile/include/user.class.php:306 +msgid "Check code" msgstr "" -#: ../../include/functions_ui.php:1026 -#: ../../godmode/alerts/configure_alert_template.php:811 -#: ../../godmode/alerts/alert_view.php:186 -msgid "The alert would fire when the module is in warning status" +#: ../../general/login_page.php:200 +msgid "View details" msgstr "" -#: ../../include/functions_ui.php:1031 -#: ../../godmode/alerts/configure_alert_template.php:812 -#: ../../godmode/alerts/alert_view.php:189 -msgid "The alert would fire when the module is in critical status" +#: ../../general/login_page.php:224 +#: ../../enterprise/meta/general/login_page.php:113 +msgid "Build" msgstr "" -#: ../../include/functions_ui.php:1609 ../../include/functions_ui.php:1643 +#: ../../general/login_page.php:237 +#: ../../enterprise/meta/general/login_page.php:117 +#: ../../enterprise/meta/general/login_page.php:126 +msgid "Login failed" +msgstr "" + +#: ../../general/login_page.php:261 +msgid "" +"Pandora FMS frontend is built on advanced, modern technologies and does not " +"support old browsers." +msgstr "" + +#: ../../general/login_page.php:262 +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 "" + +#: ../../general/login_page.php:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "" + +#: ../../general/login_page.php:330 +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 "" + +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "" + +#: ../../general/login_required.php:67 +msgid "" +"Please fill the following information in order to configure your Pandora FMS " +"instance successfully" +msgstr "" + +#: ../../general/login_required.php:81 +#: ../../enterprise/meta/advanced/metasetup.setup.php:119 +#: ../../enterprise/meta/include/functions_meta.php:358 +#: ../../godmode/setup/setup_general.php:52 +#: ../../include/functions_config.php:129 +msgid "Language code for Pandora" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:148 +#: ../../godmode/setup/setup_general.php:191 +msgid "Africa" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../godmode/setup/setup_general.php:191 +msgid "America" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../godmode/setup/setup_general.php:191 +msgid "Antarctica" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:151 +#: ../../godmode/setup/setup_general.php:191 +msgid "Arctic" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../godmode/setup/setup_general.php:191 +msgid "Asia" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../godmode/setup/setup_general.php:191 +msgid "Atlantic" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../godmode/setup/setup_general.php:191 +msgid "Australia" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:155 +#: ../../godmode/setup/setup_general.php:191 +msgid "Europe" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../godmode/setup/setup_general.php:191 +msgid "Indian" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:157 +#: ../../godmode/setup/setup_general.php:191 +msgid "Pacific" +msgstr "" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:158 +#: ../../godmode/setup/setup_general.php:191 +msgid "UTC" +msgstr "" + +#: ../../general/login_required.php:106 +#: ../../enterprise/meta/advanced/metasetup.setup.php:177 +#: ../../enterprise/meta/include/functions_meta.php:408 +#: ../../godmode/setup/setup_general.php:211 +#: ../../include/functions_config.php:166 +msgid "Timezone setup" +msgstr "" + +#: ../../general/login_required.php:107 +#: ../../godmode/setup/setup_general.php:212 +msgid "" +"Must have the same time zone as the system or database to avoid mismatches " +"of time." +msgstr "" + +#: ../../general/login_required.php:111 +msgid "E-mail for receiving alerts" +msgstr "" + +#: ../../general/login_required.php:119 +msgid "Register" +msgstr "" + +#: ../../general/login_required.php:122 +msgid "All fields required" +msgstr "" + +#: ../../general/logon_failed.php:33 +msgid "" +"Either, your password or your login are incorrect. Please check your CAPS " +"LOCK key, username and password are case SeNSiTiVe.

All actions, " +"included failed login attempts are logged in Pandora FMS System logs, and " +"these can be reviewed by each user, please report to admin any incident or " +"malfunction." +msgstr "" + +#: ../../general/alert_enterprise.php:93 +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 "" + +#: ../../general/alert_enterprise.php:104 +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 "" + +#: ../../general/alert_enterprise.php:107 +msgid "" +"OpenSource version updates are automated packages generated each week. " +"These updates come WITHOUT ANY warranty or support. If your system is " +"corrupted or a feature stops working properly, you will need to recover a " +"backup by yourself." +msgstr "" + +#: ../../general/alert_enterprise.php:110 +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 "" + +#: ../../general/alert_enterprise.php:118 +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 "" + +#: ../../general/alert_enterprise.php:121 +msgid "" +"Update Manager is one of the most advanced features of Pandora FMS " +"Enterprise version, for more information visit http://pandorafms.com." +msgstr "" + +#: ../../general/alert_enterprise.php:124 +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 "" + +#: ../../general/alert_enterprise.php:131 +msgid "" +"The community version doesn't have the ability to define your own library of " +"local modules, or distribute it to remote agents. You need to make those " +"changes individually on each agent which is possible by using external tools " +"and time and effort. Nor can it distribute local plugins, or have access to " +"the library of enterprise plugins to monitor applications such as VMWare, " +"RHEV or Informix between others. The Enterprise version will have all this, " +"plus the ability to distribute and manage your own local modules on your " +"systems, individually or through policies.\n" +"

pandorafms.com" +msgstr "" + +#: ../../general/alert_enterprise.php:138 +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 "" + +#: ../../general/alert_enterprise.php:141 +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 "" + +#: ../../general/alert_enterprise.php:144 +msgid "These options are only effective on the Enterprise version." +msgstr "" + +#: ../../general/alert_enterprise.php:147 +msgid "" +"WARNING: You are just one click away from an automated update. This may " +"result in a damaged system, including loss of data and operativity. Check " +"you have a recent backup. OpenSource updates are automatically created " +"packages, and there is no WARRANTY or SUPPORT. If you need professional " +"support and warranty, please upgrade to Enterprise Version." +msgstr "" + +#: ../../general/alert_enterprise.php:150 +msgid "" +"This system is heavily loaded. OpenSource version could get a lot more " +"agents but fine tuning requires knowledge and time. Checkout the Enterprise " +"Version for a professional supported system." +msgstr "" + +#: ../../general/alert_enterprise.php:153 +msgid "" +"This system has too many modules per agent. OpenSource version could manage " +"thousands of modules, but is not recommended to have more than 40 modules " +"per agent. This configuration has B/A modules per agent. Checkout the " +"Enterprise Version for a professional supported system." +msgstr "" + +#: ../../general/alert_enterprise.php:156 +msgid "" +"Too much remote modules has been detected on this system. OpenSource version " +"could manage thousands of modules, but performance is limited on high amount " +"of SNMP or ICMP request. Checkout the Enterprise Version for a professional " +"supported system with improved capacity on network monitoring, including " +"distributed servers." +msgstr "" + +#: ../../general/alert_enterprise.php:159 +msgid "" +"This system has too much events in the database. Checkout database purge " +"options. Checkout the Enterprise Version for a professional supported system." +msgstr "" + +#: ../../general/alert_enterprise.php:162 +msgid "" +"You have defined a high number of alerts, this may cause you performance " +"problems in the future. In the Enterprise version, you can use event " +"correlation alerts to simplify the alerting system and have easier " +"administration and increased performance." +msgstr "" + +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 +#: ../../enterprise/meta/general/noaccess.php:24 +#: ../../mobile/operation/module_graph.php:269 +#: ../../mobile/operation/tactical.php:71 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/modules.php:173 +#: ../../mobile/operation/alerts.php:141 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/networkmaps.php:99 +#: ../../mobile/operation/agent.php:66 ../../mobile/operation/events.php:430 +#: ../../mobile/operation/groups.php:53 +#: ../../mobile/operation/networkmap.php:78 ../../mobile/index.php:240 +msgid "You don't have access to this page" +msgstr "" + +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "" + +#: ../../general/noaccess2.php:31 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 +#: ../../enterprise/meta/general/noaccess.php:28 +msgid "No access" +msgstr "" + +#: ../../general/noaccess2.php:36 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

\n" +"\t\t\tPlease know that all attempts to access this page are recorded in " +"security logs of Pandora System Database" +msgstr "" + +#: ../../general/footer.php:30 ../../mobile/include/ui.class.php:257 +#: ../../mobile/include/functions_web.php:81 #, php-format -msgid "Total items: %s" +msgid "Pandora FMS %s - Build %s" msgstr "" -#: ../../include/functions_ui.php:1950 -msgid "Unknown type" +#: ../../general/footer.php:32 ../../enterprise/meta/general/footer.php:27 +msgid "Page generated at" msgstr "" -#: ../../include/functions_ui.php:2749 -msgid "Type at least two characters to search." +#: ../../general/shortcut_bar.php:165 +msgid "Press here to activate shortcut bar" msgstr "" -#: ../../include/functions_ui.php:3536 -msgid "Problem with Pandora FMS database" -msgstr "" - -#: ../../include/functions_ui.php:3537 -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 "" - -#: ../../include/functions_ui.php:3541 -msgid "DB ERROR" -msgstr "" - -#: ../../include/functions_ui.php:3547 -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 "" - -#: ../../include/functions_ui.php:3551 -msgid "Empty configuration table" -msgstr "" - -#: ../../include/functions_ui.php:3552 -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 "" - -#: ../../include/functions_ui.php:3559 -msgid "No configuration file found" -msgstr "" - -#: ../../include/functions_ui.php:3560 -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 "" - -#: ../../include/functions_ui.php:3571 -#, php-format -msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" - -#: ../../include/functions_ui.php:3574 -msgid "Installer active" -msgstr "" - -#: ../../include/functions_ui.php:3575 -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 "" - -#: ../../include/functions_ui.php:3579 -msgid "Bad permission for include/config.php" -msgstr "" - -#: ../../include/functions_ui.php:3580 -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 "" - -#: ../../include/functions_treeview.php:211 -#: ../../include/graphs/functions_flot.php:517 -msgid "No data" -msgstr "" - -#: ../../include/functions_treeview.php:230 -msgid "Go to module edition" -msgstr "" - -#: ../../include/functions_treeview.php:268 -msgid "There was a problem loading alerts" -msgstr "" - -#: ../../include/functions_treeview.php:322 -msgid "Go to alerts edition" -msgstr "" - -#: ../../include/functions_treeview.php:461 -msgid "Go to agent edition" -msgstr "" - -#: ../../include/functions_treeview.php:470 -msgid "Agent data" -msgstr "" - -#: ../../include/functions_treeview.php:543 -msgid "Advanced information" -msgstr "" - -#: ../../include/functions_treeview.php:555 -#: ../../operation/agentes/estado_generalagente.php:257 -msgid "Agent access rate (24h)" -msgstr "" - -#: ../../include/functions_treeview.php:615 -#: ../../operation/agentes/estado_generalagente.php:475 -msgid "Interface traffic" -msgstr "" - -#: ../../include/functions_treeview.php:637 -#: ../../operation/agentes/estado_generalagente.php:446 -msgid "Interface information" -msgstr "" - -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "" - -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "" - -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "" - -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "" - -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "" - -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "" - -#: ../../include/functions_snmp_browser.php:475 -#: ../../godmode/agentes/module_manager.php:725 -msgid "Create network component" -msgstr "" - -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "" - -#: ../../include/functions_snmp_browser.php:521 -msgid "Browse" -msgstr "" - -#: ../../include/functions_snmp_browser.php:530 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720 -#: ../../godmode/agentes/module_manager_editor_network.php:175 -#: ../../godmode/massive/massive_edit_modules.php:466 -#: ../../godmode/modules/manage_network_components_form_network.php:57 -msgid "Auth user" -msgstr "" - -#: ../../include/functions_snmp_browser.php:532 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/massive/massive_edit_modules.php:469 -#: ../../godmode/modules/manage_network_components_form_network.php:59 -msgid "Auth password" -msgstr "" - -#: ../../include/functions_snmp_browser.php:536 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726 -#: ../../godmode/agentes/module_manager_editor_network.php:184 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../godmode/modules/manage_network_components_form_network.php:65 -msgid "Privacy method" -msgstr "" - -#: ../../include/functions_snmp_browser.php:537 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 -#: ../../godmode/agentes/module_manager_editor_network.php:185 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -msgid "DES" -msgstr "" - -#: ../../include/functions_snmp_browser.php:537 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 -#: ../../godmode/agentes/module_manager_editor_network.php:185 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -msgid "AES" -msgstr "" - -#: ../../include/functions_snmp_browser.php:538 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:474 -#: ../../godmode/modules/manage_network_components_form_network.php:67 -msgid "Privacy pass" -msgstr "" - -#: ../../include/functions_snmp_browser.php:541 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 -#: ../../godmode/agentes/module_manager_editor_network.php:192 -#: ../../godmode/massive/massive_edit_modules.php:476 -#: ../../godmode/modules/manage_network_components_form_network.php:72 -msgid "Auth method" -msgstr "" - -#: ../../include/functions_snmp_browser.php:542 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 -#: ../../godmode/agentes/module_manager_editor_network.php:193 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -msgid "MD5" -msgstr "" - -#: ../../include/functions_snmp_browser.php:542 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 -#: ../../godmode/agentes/module_manager_editor_network.php:193 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -msgid "SHA" -msgstr "" - -#: ../../include/functions_snmp_browser.php:543 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 -#: ../../godmode/agentes/module_manager_editor_network.php:194 -#: ../../godmode/massive/massive_edit_modules.php:478 -#: ../../godmode/modules/manage_network_components_form_network.php:74 -msgid "Security level" -msgstr "" - -#: ../../include/functions_snmp_browser.php:544 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734 -#: ../../godmode/agentes/module_manager_editor_network.php:195 -#: ../../godmode/massive/massive_edit_modules.php:479 -#: ../../godmode/modules/manage_network_components_form_network.php:75 -msgid "Not auth and not privacy method" -msgstr "" - -#: ../../include/functions_snmp_browser.php:545 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 -#: ../../godmode/agentes/module_manager_editor_network.php:196 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -msgid "Auth and not privacy method" -msgstr "" - -#: ../../include/functions_snmp_browser.php:545 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 -#: ../../godmode/agentes/module_manager_editor_network.php:196 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -msgid "Auth and privacy method" -msgstr "" - -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "" - -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "" - -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "" - -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "" - -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "" - -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "" - -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "" - -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "" - -#: ../../include/functions_snmp_browser.php:603 -#: ../../godmode/agentes/module_manager_editor_network.php:27 -msgid "Search matches" -msgstr "" - -#: ../../include/help/clippy/data_configuration_module.php:39 -msgid "Data Configuration Module." -msgstr "" - -#: ../../include/help/clippy/data_configuration_module.php:44 -msgid "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." -msgstr "" - -#: ../../include/help/clippy/data_configuration_module.php:50 -msgid "" -"Information imported FIRST time from the XML will fill the information you " -"can see in the console, but after the first import, system will ignore any " -"update coming from the XML/Agent." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 -msgid "" -"Let me show you how to create an email action: Click on Create button and " -"fill the form showed in the following screen." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 -msgid "" -"Now, you have to go to the monitors list and look for a critical module to " -"apply the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 -msgid "" -"Click on the arrow to drop down the Monitoring submenu and select Monitor " -"Detail." -msgstr "" - -#: ../../include/help/clippy/servers_down.php:39 -msgid "All servers down" -msgstr "" - -#: ../../include/help/clippy/servers_down.php:44 -msgid "" -"Can you up all servers. You go to terminal in linux and execute the next " -"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " -"introduce root pass." -msgstr "" - -#: ../../include/help/clippy/server_queued_modules.php:39 -msgid "Excesive Queued." -msgstr "" - -#: ../../include/help/clippy/server_queued_modules.php:44 -msgid "" -"You have too much items in the processing queue. This can happen if your " -"server is too loaded and/or not properly configured. This could be something " -"temporal, or a bottleneck. One possible solution is increase number of " -"server threads, but you should consider getting support about this." -msgstr "" - -#: ../../include/help/clippy/modules_not_init.php:39 -msgid "You have non initialized modules" -msgstr "" - -#: ../../include/help/clippy/modules_not_init.php:44 -msgid "" -"This happen when you have just created a module and it's not executed at " -"first time. Usually in a few seconds should be initialized and you will be " -"able to see in main view. If you keep non-init modules for more than 24hr " -"(due a problem in it's execution or configuration) they will be " -"automatically deleted by the system. Non-init are not visible in the “main " -"view”, you can see/edit them in the module administration section, in the " -"agent administrator." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 -msgid "I'm going to show you how to monitor a server." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 -msgid "Please, type an agent to save the modules for monitoring a server." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 -msgid "If you have typed the name correctly you will see the agent." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 -msgid "Now, please choose the agent you searched." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 -msgid "Choose the agent and click on the name." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 -msgid "" -"Now, you have to go to the monitors list and look for a \"critical\" module " -"to apply the alert." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 -msgid "" -"If you know the name of the agent or the name of the module in critical " -"status, type it in this field to make the module list shorter. You can write " -"the entire name or just a part of it." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 -msgid "Click on Show button to get the modules list filtered." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 -msgid "" -"Now, to edit the module, click on the wrench that appears in the type column." -msgstr "" - -#: ../../include/help/clippy/module_unknow.php:39 -msgid "You have unknown modules in this agent." -msgstr "" - -#: ../../include/help/clippy/module_unknow.php:44 -msgid "" -"Unknown modules are modules which receive data normally at least in one " -"occassion, but at this time are not receving data. Please check our " -"troubleshoot help page to help you determine why you have unknown modules." -msgstr "" - -#: ../../include/help/clippy/modules_not_learning_mode.php:40 -msgid "" -"Please note that you have your agent setup to do not add new modules coming " -"from the data XML." -msgstr "" - -#: ../../include/help/clippy/modules_not_learning_mode.php:41 -msgid "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." -msgstr "" - -#: ../../include/help/clippy/modules_not_learning_mode.php:42 -msgid "" -"You should use the \"normal\" mode (non learn) only when you don't intend to " -"add more modules to the agent." -msgstr "" - -#: ../../include/help/clippy/extension_cron_send_email.php:39 -msgid "The configuration of email for the task email is in the file:" -msgstr "" - -#: ../../include/help/clippy/extension_cron_send_email.php:41 -msgid "Please check if the email configuration is correct." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 -msgid "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your email." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 -msgid "" -"And restart your pandora server to read again general configuration tokens." -msgstr "" - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../operation/servers/recon_view.php:137 -msgid "Done" -msgstr "" - -#: ../../include/help/clippy/homepage.php:59 -msgid "Hi, can I help you?" -msgstr "" - -#: ../../include/help/clippy/homepage.php:60 -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 "" - -#: ../../include/help/clippy/homepage.php:67 -msgid "Close this wizard and don't open it again." -msgstr "" - -#: ../../include/help/clippy/homepage.php:81 -msgid "Which task would you like to do first?" -msgstr "" - -#: ../../include/help/clippy/homepage.php:85 -msgid "Ping to a Linux or Windows server with a Pandora FMS agent" -msgstr "" - -#: ../../include/help/clippy/homepage.php:90 -msgid "Create a alert by email in a critical module." -msgstr "" - -#: ../../include/help/clippy/homepage.php:209 -msgid "" -"The first thing you have to do is to setup the config email in the Pandora " -"FMS Server." -msgstr "" - -#: ../../include/help/clippy/homepage.php:213 -msgid "If you have it already configured you can go to the next step." -msgstr "" - -#: ../../include/help/clippy/homepage.php:218 -msgid "Now, pull down the Manage alerts menu and click on Actions. " -msgstr "" - -#: ../../include/help/clippy/topology_group.php:39 -msgid "Topology Group" -msgstr "" - -#: ../../include/help/clippy/topology_group.php:44 -msgid "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " -msgstr "" - -#: ../../include/help/clippy/agent_out_of_limits.php:39 -msgid "Agent contact date passed it's ETA!." -msgstr "" - -#: ../../include/help/clippy/agent_out_of_limits.php:44 -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:35 -msgid "Now you must go to Modules. Don't worry I'll lead you." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 -msgid "Click in this tab.." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 -msgid "Now you must create the module. Don't worry, i'll teach you." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 -msgid "Choose the network server module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 -msgid "And click the button." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 -msgid "Now you must create the module. Don't worry, i'll teach you ." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 -msgid "Now we are going to fill the form." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 -msgid "Please choose Network Management." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 -msgid "Choose the component named \"Host alive\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 -msgid "You can change the name if you want." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 -msgid "Check if the IP showed is the IP of your machine." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 -msgid "And only to finish it is clicking this button." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 -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:137 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 -msgid "Select the critical module." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "In template select \"Critical Condition\"." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 -msgid "Now, select the action created before." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 -msgid "Click on Add Alert button to create the alert." -msgstr "" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 -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:39 -msgid "Interval Agent." -msgstr "" - -#: ../../include/help/clippy/interval_agent_min.php:44 -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/godmode_alerts_configure_alert_action.php:35 -msgid "Fill the name of your action." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 -msgid "" -"Select the group in the drop-down list and filter for ACL (the user in this " -"group can use your action to create an alert)." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 -msgid "In the command field select \"email\"." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 -msgid "" -"In the threshold field enter the seconds. The help icon show more " -"information." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 -msgid "" -"In the first field enter the email address/addresses where you want to " -"receive the email alerts separated with comas ( , ) or white spaces." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 -msgid "" -"In the \"Subject\" field you can use the macros _agent_ or _module_ for " -"each name." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 -msgid "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." -msgstr "" - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 -msgid "Click on Create button to create the action." -msgstr "" - -#: ../../include/functions_reports.php:499 -#: ../../include/functions_reporting.php:4295 -#: ../../include/functions_reporting.php:4373 -msgid "Simple graph" -msgstr "" - -#: ../../include/functions_reports.php:501 -#: ../../include/functions_reporting.php:3144 -msgid "Simple baseline graph" -msgstr "" - -#: ../../include/functions_reports.php:511 -msgid "SQL vertical bar graph" -msgstr "" - -#: ../../include/functions_reports.php:513 -msgid "SQL pie graph" -msgstr "" - -#: ../../include/functions_reports.php:515 -msgid "SQL horizonal bar graph" -msgstr "" - -#: ../../include/functions_reports.php:519 -msgid "Automatic combined Graph" -msgstr "" - -#: ../../include/functions_reports.php:524 -#: ../../include/functions_reports.php:526 -#: ../../include/functions_reports.php:528 -#: ../../include/functions_reports.php:530 -msgid "ITIL" -msgstr "" - -#: ../../include/functions_reports.php:548 -#: ../../include/functions_reports.php:550 -msgid "Forecasting" -msgstr "" - -#: ../../include/functions_reports.php:551 -msgid "Projection graph" -msgstr "" - -#: ../../include/functions_reports.php:562 -msgid "Monitor report" -msgstr "" - -#: ../../include/functions_reports.php:564 -msgid "Serialize data" -msgstr "" - -#: ../../include/functions_reports.php:568 -msgid "Historical Data" -msgstr "" - -#: ../../include/functions_reports.php:572 -#: ../../include/functions_reports.php:574 -#: ../../include/functions_reports.php:576 -#: ../../include/functions_reports.php:579 -#: ../../include/functions_reports.php:583 -#: ../../include/functions_reports.php:586 -#: ../../include/functions_reports.php:588 -#: ../../include/functions_reports.php:590 -msgid "Grouped" -msgstr "" - -#: ../../include/functions_reports.php:584 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1063 -msgid "SQL query" -msgstr "" - -#: ../../include/functions_reports.php:589 -msgid "Network interfaces" -msgstr "" - -#: ../../include/functions_reports.php:594 -#: ../../include/functions_reports.php:596 -msgid "Text/HTML " -msgstr "" - -#: ../../include/functions_reports.php:597 -msgid "Import text from URL" -msgstr "" - -#: ../../include/functions_reports.php:602 -msgid "Alert report module" -msgstr "" - -#: ../../include/functions_reports.php:604 -msgid "Alert report agent" -msgstr "" - -#: ../../include/functions_reports.php:607 -msgid "Alert report group" -msgstr "" - -#: ../../include/functions_reports.php:613 -msgid "Event report agent" -msgstr "" - -#: ../../include/functions_reports.php:615 -msgid "Event report module" -msgstr "" - -#: ../../include/functions_reports.php:617 -msgid "Event report group" -msgstr "" - -#: ../../include/functions_reports.php:624 -msgid "Inventory changes" -msgstr "" - -#: ../../include/functions_reports.php:632 -#: ../../include/functions_reporting.php:3340 -msgid "Agent configuration" -msgstr "" - -#: ../../include/functions_reports.php:634 -#: ../../include/functions_reporting.php:2358 -msgid "Group configuration" -msgstr "" - -#: ../../include/functions_reports.php:636 -msgid "Netflow area chart" -msgstr "" - -#: ../../include/functions_reports.php:638 -msgid "Netflow pie chart" -msgstr "" - -#: ../../include/functions_reports.php:640 -msgid "Netflow data table" -msgstr "" - -#: ../../include/functions_reports.php:642 -msgid "Netflow statistics table" -msgstr "" - -#: ../../include/functions_reports.php:644 -msgid "Netflow summary table" -msgstr "" - -#: ../../include/functions_agents.php:527 -#: ../../godmode/massive/massive_copy_modules.php:434 -msgid "No source agent to copy" -msgstr "" - -#: ../../include/functions_agents.php:532 -#: ../../godmode/massive/massive_copy_modules.php:452 -msgid "No destiny agent(s) to copy" -msgstr "" - -#: ../../include/functions_agents.php:557 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_copy_modules.php:447 -msgid "No modules have been selected" -msgstr "" - -#: ../../include/functions_agents.php:664 -msgid "" -"There was an error copying the agent configuration, the copy has been " -"cancelled" -msgstr "" - -#: ../../include/functions_agents.php:2098 -#: ../../include/functions_agents.php:2123 -#: ../../include/functions_agents.php:2148 -msgid "No Monitors" -msgstr "" - -#: ../../include/functions_agents.php:2102 -#: ../../include/functions_agents.php:2127 -#: ../../include/functions_agents.php:2152 -#: ../../include/functions_reporting.php:6310 -msgid "At least one module in CRITICAL status" -msgstr "" - -#: ../../include/functions_agents.php:2106 -#: ../../include/functions_agents.php:2131 -#: ../../include/functions_agents.php:2156 -#: ../../include/functions_reporting.php:6314 -msgid "At least one module in WARNING status" -msgstr "" - -#: ../../include/functions_agents.php:2110 -#: ../../include/functions_agents.php:2135 -#: ../../include/functions_agents.php:2160 -#: ../../include/functions_reporting.php:6318 -msgid "At least one module is in UKNOWN status" -msgstr "" - -#: ../../include/functions_agents.php:2114 -#: ../../include/functions_agents.php:2139 -#: ../../include/functions_agents.php:2164 -#: ../../include/functions_reporting.php:6322 -msgid "All Monitors OK" -msgstr "" - -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "" - -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "" - -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "" - -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "" - -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "" - -#: ../../include/functions_snmp.php:67 -msgid "Load Average (Last minute)" -msgstr "" - -#: ../../include/functions_snmp.php:71 -msgid "Load Average (Last 5 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:75 -msgid "Load Average (Last 15 minutes)" -msgstr "" - -#: ../../include/functions_snmp.php:79 -msgid "Total Swap Size configured for the host" -msgstr "" - -#: ../../include/functions_snmp.php:83 -msgid "Available Swap Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:87 -msgid "Total Real/Physical Memory Size on the host" -msgstr "" - -#: ../../include/functions_snmp.php:91 -msgid "Available Real/Physical Memory Space on the host" -msgstr "" - -#: ../../include/functions_snmp.php:95 -msgid "Total Available Memory on the host" -msgstr "" - -#: ../../include/functions_snmp.php:99 -msgid "Total Cached Memory" -msgstr "" - -#: ../../include/functions_snmp.php:103 -msgid "Total Buffered Memory" -msgstr "" - -#: ../../include/functions_snmp.php:107 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:111 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "" - -#: ../../include/functions_snmp.php:115 -msgid "Number of blocks sent to a block device" -msgstr "" - -#: ../../include/functions_snmp.php:119 -msgid "Number of blocks received from a block device" -msgstr "" - -#: ../../include/functions_snmp.php:123 -msgid "Number of interrupts processed" -msgstr "" - -#: ../../include/functions_snmp.php:127 -msgid "Number of context switches" -msgstr "" - -#: ../../include/functions_snmp.php:131 -msgid "user CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:135 -msgid "system CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:139 -msgid "idle CPU time" -msgstr "" - -#: ../../include/functions_snmp.php:143 -msgid "system Up time" -msgstr "" - -#: ../../include/functions_reporting.php:1153 -msgid "Event Report Group" -msgstr "" - -#: ../../include/functions_reporting.php:1329 -msgid "Event Report Module" -msgstr "" - -#: ../../include/functions_reporting.php:1499 -msgid "Agent/Modules" -msgstr "" - -#: ../../include/functions_reporting.php:1616 -msgid "Exception - Everything" -msgstr "" - -#: ../../include/functions_reporting.php:1621 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1623 -#, php-format -msgid "Modules over or equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1627 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1629 -#, php-format -msgid "Modules under or equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1633 -#, php-format -msgid "Exception - Modules under %s" -msgstr "" - -#: ../../include/functions_reporting.php:1635 -#, php-format -msgid "Modules under %s" -msgstr "" - -#: ../../include/functions_reporting.php:1639 -#, php-format -msgid "Exception - Modules over %s" -msgstr "" - -#: ../../include/functions_reporting.php:1641 -#, php-format -msgid "Modules over %s" -msgstr "" - -#: ../../include/functions_reporting.php:1645 -#, php-format -msgid "Exception - Equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1647 -#, php-format -msgid "Equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1651 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1653 -#, php-format -msgid "Not equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1657 -msgid "Exception - Modules at normal status" -msgstr "" - -#: ../../include/functions_reporting.php:1658 -msgid "Modules at normal status" -msgstr "" - -#: ../../include/functions_reporting.php:1662 -msgid "Exception - Modules at critical or warning status" -msgstr "" - -#: ../../include/functions_reporting.php:1663 -msgid "Modules at critical or warning status" -msgstr "" - -#: ../../include/functions_reporting.php:1848 -msgid "There are no Modules under those conditions." -msgstr "" - -#: ../../include/functions_reporting.php:1851 -#, php-format -msgid "There are no Modules over or equal to %s." -msgstr "" - -#: ../../include/functions_reporting.php:1854 -#, php-format -msgid "There are no Modules less or equal to %s." -msgstr "" - -#: ../../include/functions_reporting.php:1857 -#, php-format -msgid "There are no Modules less %s." -msgstr "" - -#: ../../include/functions_reporting.php:1860 -#, php-format -msgid "There are no Modules over %s." -msgstr "" - -#: ../../include/functions_reporting.php:1863 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1866 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "" - -#: ../../include/functions_reporting.php:1869 -msgid "There are no Modules normal status" -msgstr "" - -#: ../../include/functions_reporting.php:1872 -msgid "There are no Modules at critial or warning status" -msgstr "" - -#: ../../include/functions_reporting.php:2074 -msgid "Event Report Agent" -msgstr "" - -#: ../../include/functions_reporting.php:2246 -msgid "Database Serialized" -msgstr "" - -#: ../../include/functions_reporting.php:2434 -msgid "Network interfaces report" -msgstr "" - -#: ../../include/functions_reporting.php:2453 -msgid "" -"The group has no agents or none of the agents has any network interface" -msgstr "" - -#: ../../include/functions_reporting.php:2503 -msgid "bytes/s" -msgstr "" - -#: ../../include/functions_reporting.php:2532 -msgid "Alert Report Group" -msgstr "" - -#: ../../include/functions_reporting.php:2659 -msgid "Alert Report Agent" -msgstr "" - -#: ../../include/functions_reporting.php:2786 -msgid "Alert Report Module" -msgstr "" - -#: ../../include/functions_reporting.php:2938 -msgid "SQL Graph Vertical Bars" -msgstr "" - -#: ../../include/functions_reporting.php:2941 -msgid "SQL Graph Horizontal Bars" -msgstr "" - -#: ../../include/functions_reporting.php:2944 -msgid "SQL Graph Pie" -msgstr "" - -#: ../../include/functions_reporting.php:3069 -msgid "Netflow Area" -msgstr "" - -#: ../../include/functions_reporting.php:3072 -msgid "Netflow Pie" -msgstr "" - -#: ../../include/functions_reporting.php:3075 -msgid "Netflow Data" -msgstr "" - -#: ../../include/functions_reporting.php:3078 -msgid "Netflow Statistics" -msgstr "" - -#: ../../include/functions_reporting.php:3081 -msgid "Netflow Summary" -msgstr "" - -#: ../../include/functions_reporting.php:3204 -msgid "Prediction Date" -msgstr "" - -#: ../../include/functions_reporting.php:3734 -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 "" - -#: ../../include/functions_reporting.php:3831 -msgid "No Address" -msgstr "" - -#: ../../include/functions_reporting.php:4227 -msgid "Minimal" -msgstr "" - -#: ../../include/functions_reporting.php:4230 -msgid "Maximun" -msgstr "" - -#: ../../include/functions_reporting.php:4750 -#: ../../include/functions_reporting.php:4864 -#: ../../include/functions_reporting.php:4993 -msgid "Maximum of events shown" -msgstr "" - -#: ../../include/functions_reporting.php:5355 -#: ../../include/functions_reporting.php:5392 -msgid "Server health" -msgstr "" - -#: ../../include/functions_reporting.php:5355 -#, php-format -msgid "%d Downed servers" -msgstr "" - -#: ../../include/functions_reporting.php:5363 -#: ../../include/functions_reporting.php:5395 -msgid "Monitor health" -msgstr "" - -#: ../../include/functions_reporting.php:5363 -#, php-format -msgid "%d Not Normal monitors" -msgstr "" - -#: ../../include/functions_reporting.php:5365 -#: ../../include/functions_reporting.php:5396 -msgid "of monitors up" -msgstr "" - -#: ../../include/functions_reporting.php:5371 -#: ../../include/functions_reporting.php:5398 -msgid "Module sanity" -msgstr "" - -#: ../../include/functions_reporting.php:5371 -#, php-format -msgid "%d Not inited monitors" -msgstr "" - -#: ../../include/functions_reporting.php:5373 -#: ../../include/functions_reporting.php:5399 -msgid "of total modules inited" -msgstr "" - -#: ../../include/functions_reporting.php:5379 -#: ../../include/functions_reporting.php:5401 -#: ../../include/functions_reporting_html.php:1922 -msgid "Alert level" -msgstr "" - -#: ../../include/functions_reporting.php:5379 -#: ../../include/functions_reporting.php:6370 -#: ../../include/functions_reporting.php:6379 -#, php-format -msgid "%d Fired alerts" -msgstr "" - -#: ../../include/functions_reporting.php:5381 -#: ../../include/functions_reporting.php:5402 -msgid "of defined alerts not fired" -msgstr "" - -#: ../../include/functions_reporting.php:5452 -msgid "Defined and fired alerts" -msgstr "" - -#: ../../include/functions_reporting.php:5507 -#: ../../operation/events/sound_events.php:75 -msgid "Monitor critical" -msgstr "" - -#: ../../include/functions_reporting.php:5511 -#: ../../operation/events/sound_events.php:76 -msgid "Monitor warning" -msgstr "" - -#: ../../include/functions_reporting.php:5518 -msgid "Monitor normal" -msgstr "" - -#: ../../include/functions_reporting.php:5522 -msgid "Monitor unknown" -msgstr "" - -#: ../../include/functions_reporting.php:5529 -msgid "Monitor not init" -msgstr "" - -#: ../../include/functions_reporting.php:5553 -#: ../../include/functions_reporting.php:5564 -msgid "Monitors by status" -msgstr "" - -#: ../../include/functions_reporting.php:5610 -#: ../../include/functions_reporting_html.php:2636 -msgid "Total agents and monitors" -msgstr "" - -#: ../../include/functions_reporting.php:5633 -msgid "Defined users" -msgstr "" - -#: ../../include/functions_reporting.php:6271 -msgid "Agent without data" -msgstr "" - -#: ../../include/functions_reporting.php:6358 -#: ../../include/functions_reporting.php:6365 -#, php-format -msgid "%d Total modules" -msgstr "" - -#: ../../include/functions_reporting.php:6359 -#: ../../include/functions_reporting.php:6366 -#, php-format -msgid "%d Normal modules" -msgstr "" - -#: ../../include/functions_reporting.php:6360 -#: ../../include/functions_reporting.php:6367 -#, php-format -msgid "%d Critical modules" -msgstr "" - -#: ../../include/functions_reporting.php:6361 -#: ../../include/functions_reporting.php:6368 -#, php-format -msgid "%d Warning modules" -msgstr "" - -#: ../../include/functions_reporting.php:6362 -#: ../../include/functions_reporting.php:6369 -#, php-format -msgid "%d Unknown modules" -msgstr "" - -#: ../../include/functions_reporting.php:6373 -#, php-format -msgid "%d Total agents" -msgstr "" - -#: ../../include/functions_reporting.php:6374 -#, php-format -msgid "%d Normal agents" -msgstr "" - -#: ../../include/functions_reporting.php:6375 -#, php-format -msgid "%d Critical agents" -msgstr "" - -#: ../../include/functions_reporting.php:6376 -#, php-format -msgid "%d Warning agents" -msgstr "" - -#: ../../include/functions_reporting.php:6377 -#, php-format -msgid "%d Unknown agents" -msgstr "" - -#: ../../include/functions_reporting.php:6378 -#, php-format -msgid "%d not init agents" -msgstr "" - -#: ../../include/functions_reporting.php:8212 -msgid "Total running modules" -msgstr "" - -#: ../../include/functions_reporting.php:8216 -#: ../../include/functions_reporting.php:8233 -#: ../../include/functions_reporting.php:8244 -#: ../../include/functions_reporting.php:8258 -#: ../../include/functions_reporting.php:8270 -#: ../../include/functions_reporting.php:8282 -#: ../../include/functions_reporting.php:8294 -#: ../../include/functions_reporting.php:8310 -msgid "Ratio" -msgstr "" - -#: ../../include/functions_reporting.php:8216 -#: ../../include/functions_reporting.php:8233 -#: ../../include/functions_reporting.php:8244 -#: ../../include/functions_reporting.php:8258 -#: ../../include/functions_reporting.php:8270 -#: ../../include/functions_reporting.php:8282 -#: ../../include/functions_reporting.php:8294 -#: ../../include/functions_reporting.php:8310 -msgid "Modules by second" -msgstr "" - -#: ../../include/functions_reporting.php:8228 -msgid "Local modules" -msgstr "" - -#: ../../include/functions_reporting.php:8240 -msgid "Remote modules" -msgstr "" - -#: ../../include/functions_reporting.php:8252 -msgid "Network modules" -msgstr "" - -#: ../../include/functions_reporting.php:8266 -msgid "Plugin modules" -msgstr "" - -#: ../../include/functions_reporting.php:8278 -msgid "Prediction modules" -msgstr "" - -#: ../../include/functions_reporting.php:8290 -msgid "WMI modules" -msgstr "" - -#: ../../include/functions_reporting.php:8302 -msgid "Web modules" -msgstr "" - -#: ../../include/functions_reporting.php:8341 ../../godmode/db/db_main.php:105 -msgid "Total events" -msgstr "" - -#: ../../include/functions.php:217 -msgid "," -msgstr "" - -#: ../../include/functions.php:413 ../../include/functions.php:547 -msgid "s" -msgstr "" - -#: ../../include/functions.php:414 ../../include/functions.php:548 -msgid "d" -msgstr "" - -#: ../../include/functions.php:415 ../../include/functions.php:549 -msgid "M" -msgstr "" - -#: ../../include/functions.php:416 ../../include/functions.php:550 -msgid "Y" -msgstr "" - -#: ../../include/functions.php:417 ../../include/functions.php:551 -msgid "m" -msgstr "" - -#: ../../include/functions.php:418 ../../include/functions.php:552 -msgid "h" -msgstr "" - -#: ../../include/functions.php:419 ../../include/functions.php:553 -msgid "N" -msgstr "" - -#: ../../include/functions.php:1001 ../../include/functions_events.php:1401 -msgid "Monitor Critical" -msgstr "" - -#: ../../include/functions.php:1002 ../../include/functions_events.php:1404 -msgid "Monitor Warning" -msgstr "" - -#: ../../include/functions.php:1003 ../../include/functions_events.php:1407 -msgid "Monitor Normal" -msgstr "" - -#: ../../include/functions.php:1005 -msgid "Monitor Unknown" -msgstr "" - -#: ../../include/functions.php:1008 ../../include/functions_events.php:1123 -#: ../../include/functions_events.php:1413 -msgid "Alert recovered" -msgstr "" - -#: ../../include/functions.php:1009 ../../include/functions_events.php:1158 -#: ../../include/functions_events.php:1416 -msgid "Alert ceased" -msgstr "" - -#: ../../include/functions.php:1010 ../../include/functions_events.php:1419 -msgid "Alert manual validation" -msgstr "" - -#: ../../include/functions.php:1012 -msgid "Agent created" -msgstr "" - -#: ../../include/functions.php:1013 ../../include/functions_events.php:1422 -msgid "Recon host detected" -msgstr "" - -#: ../../include/functions.php:1016 ../../include/functions_events.php:1155 -#: ../../include/functions_events.php:1431 -msgid "Configuration change" -msgstr "" - -#: ../../include/functions.php:1978 -msgid "custom" -msgstr "" - -#: ../../include/functions.php:1983 ../../include/functions.php:1984 -#, php-format -msgid "%s minutes" -msgstr "" - -#: ../../include/functions.php:1986 ../../include/functions.php:1987 -#, php-format -msgid "%s hours" -msgstr "" - -#: ../../include/functions.php:1989 ../../include/functions_netflow.php:1090 -#: ../../include/ajax/module.php:123 -msgid "1 week" -msgstr "" - -#: ../../include/functions.php:1992 ../../include/functions.php:1993 -#, php-format -msgid "%s months" -msgstr "" - -#: ../../include/functions.php:1995 ../../include/functions.php:1996 -#, php-format -msgid "%s years" -msgstr "" - -#: ../../include/functions.php:1999 -msgid "Default values will be used" -msgstr "" - -#: ../../include/functions.php:2153 -msgid "The uploaded file was only partially uploaded" -msgstr "" - -#: ../../include/functions.php:2156 -#: ../../operation/integria_incidents/incident.php:170 -msgid "No file was uploaded" -msgstr "" - -#: ../../include/functions.php:2159 -msgid "Missing a temporary folder" -msgstr "" - -#: ../../include/functions.php:2162 -msgid "Failed to write file to disk" -msgstr "" - -#: ../../include/functions.php:2165 -msgid "File upload stopped by extension" -msgstr "" - -#: ../../include/functions.php:2169 -msgid "Unknown upload error" -msgstr "" - -#: ../../include/functions.php:2265 -msgid "Source ID" -msgstr "" - -#: ../../include/functions.php:2272 -msgid "No data found to export" -msgstr "" - -#: ../../include/functions.php:2535 -#: ../../operation/gis_maps/render_view.php:123 -msgid "5 seconds" -msgstr "" - -#: ../../include/functions.php:2536 -#: ../../operation/gis_maps/render_view.php:124 -msgid "10 seconds" -msgstr "" - -#: ../../include/functions.php:2537 -msgid "15 seconds" -msgstr "" - -#: ../../include/functions.php:2538 -#: ../../operation/gis_maps/render_view.php:125 -msgid "30 seconds" -msgstr "" - -#: ../../include/functions.php:2542 -msgid "15 minutes" -msgstr "" - -#: ../../include/functions.php:2543 ../../include/ajax/module.php:118 -msgid "30 minutes" -msgstr "" - -#: ../../include/functions_netflow.php:361 -msgid "Total flows" -msgstr "" - -#: ../../include/functions_netflow.php:366 -msgid "Total bytes" -msgstr "" - -#: ../../include/functions_netflow.php:371 -msgid "Total packets" -msgstr "" - -#: ../../include/functions_netflow.php:376 -msgid "Average bits per second" -msgstr "" - -#: ../../include/functions_netflow.php:381 -msgid "Average packets per second" -msgstr "" - -#: ../../include/functions_netflow.php:386 -msgid "Average bytes per packet" -msgstr "" - -#: ../../include/functions_netflow.php:1028 -msgid "Area graph" -msgstr "" - -#: ../../include/functions_netflow.php:1029 -msgid "Pie graph and Summary table" -msgstr "" - -#: ../../include/functions_netflow.php:1030 -msgid "Statistics table" -msgstr "" - -#: ../../include/functions_netflow.php:1031 -#: ../../operation/agentes/exportdata.php:321 -msgid "Data table" -msgstr "" - -#: ../../include/functions_netflow.php:1032 -msgid "Circular mesh" -msgstr "" - -#: ../../include/functions_netflow.php:1033 -#: ../../include/functions_netflow.php:1387 -msgid "Host detailed traffic" -msgstr "" - -#: ../../include/functions_netflow.php:1046 -#: ../../include/functions_netflow.php:1079 -msgid "10 mins" -msgstr "" - -#: ../../include/functions_netflow.php:1047 -#: ../../include/functions_netflow.php:1080 -msgid "15 mins" -msgstr "" - -#: ../../include/functions_netflow.php:1048 -#: ../../include/functions_netflow.php:1081 -msgid "30 mins" -msgstr "" - -#: ../../include/functions_netflow.php:1055 -#: ../../include/functions_netflow.php:1088 -msgid "5 days" -msgstr "" - -#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:126 -msgid "3 months" -msgstr "" - -#: ../../include/functions_netflow.php:1062 -msgid "Last year" -msgstr "" - -#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:129 -msgid "2 years" -msgstr "" - -#: ../../include/functions_netflow.php:1076 -msgid "1 min" -msgstr "" - -#: ../../include/functions_netflow.php:1077 -msgid "2 mins" -msgstr "" - -#: ../../include/functions_netflow.php:1078 -msgid "5 mins" -msgstr "" - -#: ../../include/functions_netflow.php:1129 -#: ../../include/functions_netflow.php:1139 -#: ../../include/functions_netflow.php:1188 -#: ../../include/functions_netflow.php:1246 -#: ../../include/functions_netflow.php:1252 -#: ../../include/functions_netflow.php:1285 -msgid "Aggregate" -msgstr "" - -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1158 -#: ../../include/functions_netflow.php:1166 -#: ../../include/functions_netflow.php:1190 -#: ../../operation/integria_incidents/incident.incident.php:97 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/netflow/nf_live_view.php:245 -#: ../../godmode/reporting/reporting_builder.item_editor.php:683 -msgid "Resolution" -msgstr "" - -#: ../../include/functions_netflow.php:1358 -msgid "Sent" -msgstr "" - -#: ../../include/functions_netflow.php:1365 -msgid "Received" -msgstr "" - -#: ../../include/functions_netflow.php:1432 -msgid "Error generating report" -msgstr "" - -#: ../../include/functions_netflow.php:1629 -msgid "MB" -msgstr "" - -#: ../../include/functions_netflow.php:1631 -msgid "MB/s" -msgstr "" - -#: ../../include/functions_netflow.php:1633 -msgid "kB" -msgstr "" - -#: ../../include/functions_netflow.php:1635 -msgid "kB/s" -msgstr "" - -#: ../../include/functions_netflow.php:1637 -#: ../../include/functions_config.php:424 -#: ../../include/functions_config.php:1309 -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes" -msgstr "" - -#: ../../include/functions_netflow.php:1639 -msgid "B/s" -msgstr "" - -#: ../../include/functions_netflow.php:1653 -msgid "Dst port" -msgstr "" - -#: ../../include/functions_netflow.php:1655 -msgid "Dst IP" -msgstr "" - -#: ../../include/functions_netflow.php:1657 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Protocol" -msgstr "" - -#: ../../include/functions_netflow.php:1659 -msgid "Src IP" -msgstr "" - -#: ../../include/functions_netflow.php:1661 -msgid "Src port" -msgstr "" - -#: ../../include/functions_visual_map.php:895 -msgid "Last value: " -msgstr "" - -#: ../../include/functions_visual_map.php:1254 -msgid "Agent successfully added to layout" -msgstr "" - -#: ../../include/functions_visual_map.php:1400 -msgid "Modules successfully added to layout" -msgstr "" - -#: ../../include/functions_visual_map.php:1599 -msgid "Agents successfully added to layout" -msgstr "" - -#: ../../include/functions_visual_map.php:1939 -msgid "Cannot load the visualmap" -msgstr "" - -#: ../../include/functions_visual_map.php:2267 -#: ../../include/functions_visual_map_editor.php:62 -#: ../../include/functions_visual_map_editor.php:578 -#: ../../godmode/reporting/visual_console_builder.elements.php:188 -msgid "Box" -msgstr "" - -#: ../../include/functions_visual_map.php:2275 -msgid "Percentile bar" -msgstr "" - -#: ../../include/functions_visual_map.php:2279 -msgid "Static graph" -msgstr "" - -#: ../../include/functions_visual_map.php:2284 -#: ../../include/functions_visual_map_editor.php:574 -#: ../../godmode/reporting/visual_console_builder.elements.php:158 -msgid "Simple Value" -msgstr "" - -#: ../../include/functions_visual_map.php:2288 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:575 -#: ../../godmode/reporting/graph_builder.graph_editor.php:83 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/visual_console_builder.wizard.php:257 -msgid "Label" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:326 -#: ../../godmode/reporting/visual_console_builder.data.php:121 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -msgid "Background" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:54 -#: ../../include/functions_visual_map_editor.php:571 -#: ../../godmode/reporting/visual_console_builder.elements.php:138 -#: ../../godmode/reporting/visual_console_builder.wizard.php:104 -msgid "Static Graph" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:572 -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -msgid "Percentile Item" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:57 -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -msgid "Simple value" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:57 -msgid "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:131 -msgid "Border width" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:140 -msgid "Fill color" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:198 -msgid "Enable link" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:217 -msgid "Background color" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:219 -msgid "White" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:220 -msgid "Black" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:221 -msgid "Transparent" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:317 -#: ../../godmode/reporting/visual_console_builder.wizard.php:153 -msgid "Min value" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:318 -#: ../../include/functions_visual_map_editor.php:360 -#: ../../godmode/reporting/visual_console_builder.wizard.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:167 -msgid "Max value" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:319 -#: ../../godmode/reporting/visual_console_builder.wizard.php:155 -msgid "Avg value" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:333 -msgid "Original Size" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:340 -msgid "Aspect ratio" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:341 -msgid "Width proportional" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:347 -msgid "Height proportional" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:376 -#: ../../include/functions_visual_map_editor.php:395 -#: ../../godmode/reporting/visual_console_builder.wizard.php:187 -msgid "Value to show" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:477 -msgid "For use the original image file size, set 0 width and 0 height." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:504 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Map linked" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:513 -msgid "Lines haven't advanced options" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:540 -msgid "Click start point
of the line" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:545 -msgid "Click end point
of the line" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:586 -msgid "Show grid" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:588 -msgid "Delete item" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:589 -msgid "Copy item" -msgstr "" - -#: ../../include/functions_visual_map_editor.php:617 -msgid "No image or name defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:619 -msgid "No label defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:621 -msgid "No image defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:623 -msgid "No process defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:625 -msgid "No Max value defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:627 -msgid "No width defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:629 -msgid "No period defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:631 -msgid "No agent defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:633 -msgid "No module defined." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:636 -msgid "Successfully save the changes." -msgstr "" - -#: ../../include/functions_visual_map_editor.php:638 -msgid "Could not be save" -msgstr "" - -#: ../../include/functions_custom_graphs.php:212 -#: ../../godmode/reporting/reporting_builder.list_items.php:312 -msgid "No items." -msgstr "" - -#: ../../include/functions_planned_downtimes.php:42 -#: ../../include/functions_planned_downtimes.php:678 -#: ../../godmode/agentes/planned_downtime.editor.php:206 -msgid "" -"Not created. Error inserting data. Start time must be higher than the " -"current time" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:682 -#: ../../include/functions_planned_downtimes.php:687 -#: ../../include/functions_planned_downtimes.php:695 -#: ../../include/functions_planned_downtimes.php:702 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -msgid "Not created. Error inserting data" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:683 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -msgid "The end date must be higher than the start date" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:696 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:586 -#: ../../godmode/agentes/planned_downtime.editor.php:594 -msgid "The end time must be higher than the start time" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:703 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -#: ../../godmode/agentes/planned_downtime.editor.php:575 -msgid "The end day must be higher than the start day" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:94 -#: ../../include/functions_planned_downtimes.php:717 -#: ../../godmode/agentes/planned_downtime.editor.php:269 -msgid "Each planned downtime must have a different name" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:100 -#: ../../include/functions_planned_downtimes.php:722 -#: ../../godmode/agentes/planned_downtime.editor.php:274 -#: ../../godmode/agentes/planned_downtime.editor.php:301 -msgid "Planned downtime must have a name" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:560 -msgid "Succesful stopped the Downtime" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:561 -msgid "Unsuccesful stopped the Downtime" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:660 -#, php-format -msgid "Enabled %s elements from the downtime" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:688 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -msgid "The end date must be higher than the current time" -msgstr "" - -#: ../../include/functions_planned_downtimes.php:785 -msgid "This planned downtime are executed now. Can't delete in this moment." -msgstr "" - -#: ../../include/functions_planned_downtimes.php:790 -msgid "Deleted this planned downtime successfully." -msgstr "" - -#: ../../include/functions_planned_downtimes.php:792 -msgid "Problems for deleted this planned downtime." -msgstr "" - -#: ../../include/functions_reporting_html.php:63 -#: ../../include/functions_reporting_html.php:2554 -#: ../../godmode/agentes/planned_downtime.editor.php:500 -msgid "From:" -msgstr "" - -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:2555 -#: ../../godmode/agentes/planned_downtime.editor.php:511 -msgid "To:" -msgstr "" - -#: ../../include/functions_reporting_html.php:577 -msgid "Events by Severity" -msgstr "" - -#: ../../include/functions_reporting_html.php:1036 -#: ../../include/functions_reporting_html.php:2432 -msgid "Monitors" -msgstr "" - -#: ../../include/functions_reporting_html.php:1265 -#, php-format -msgid "Agent '%s'" -msgstr "" - -#: ../../include/functions_reporting_html.php:1279 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "" - -#: ../../include/functions_reporting_html.php:1282 -msgid "Mac" -msgstr "" - -#: ../../include/functions_reporting_html.php:1283 -msgid "Actual status" -msgstr "" - -#: ../../include/functions_reporting_html.php:1509 -msgid "Empty modules" -msgstr "" - -#: ../../include/functions_reporting_html.php:1516 -msgid "Warning
Critical" -msgstr "" - -#: ../../include/functions_reporting_html.php:1714 -msgid "Agent max" -msgstr "" - -#: ../../include/functions_reporting_html.php:1717 -msgid "Agent min" -msgstr "" - -#: ../../include/functions_reporting_html.php:1921 -#: ../../operation/tree.php:163 -msgid "Module status" -msgstr "" - -#: ../../include/functions_reporting_html.php:1986 -#: ../../operation/users/user_edit.php:196 -#: ../../operation/snmpconsole/snmp_view.php:517 -#: ../../operation/search_users.php:38 -#: ../../godmode/users/configure_user.php:438 -#: ../../godmode/users/user_list.php:266 -msgid "User ID" -msgstr "" - -#: ../../include/functions_reporting_html.php:2042 -#: ../../include/functions_reporting_html.php:2270 -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "Times fired" -msgstr "" - -#: ../../include/functions_reporting_html.php:2091 -msgid "Alerts not fired" -msgstr "" - -#: ../../include/functions_reporting_html.php:2100 -msgid "Total alerts monitored" -msgstr "" - -#: ../../include/functions_reporting_html.php:2151 -msgid "Total monitors" -msgstr "" - -#: ../../include/functions_reporting_html.php:2152 -msgid "Monitors down on period" -msgstr "" - -#: ../../include/functions_reporting_html.php:2168 -msgid "Monitors OK" -msgstr "" - -#: ../../include/functions_reporting_html.php:2169 -msgid "Monitors BAD" -msgstr "" - -#: ../../include/functions_reporting_html.php:2243 -#, php-format -msgid "Agents in group: %s" -msgstr "" - -#: ../../include/functions_reporting_html.php:2336 -msgid "Last failure" -msgstr "" - -#: ../../include/functions_reporting_html.php:2400 -msgid "N/A(*)" -msgstr "" - -#: ../../include/functions_reporting_html.php:2574 -msgid "Agents critical" -msgstr "" - -#: ../../include/functions_reporting_html.php:2577 -msgid "Agents warning" -msgstr "" - -#: ../../include/functions_reporting_html.php:2583 -msgid "Agents ok" -msgstr "" - -#: ../../include/functions_reporting_html.php:2592 -msgid "Agents not init" -msgstr "" - -#: ../../include/functions_reporting_html.php:2603 -#: ../../include/functions_reporting_html.php:2612 -msgid "Agents by status" -msgstr "" - -#: ../../include/functions_reporting_html.php:2656 -#: ../../include/functions_reporting_html.php:2665 -msgid "Node overview" -msgstr "" - -#: ../../include/functions_reporting_html.php:2683 -#: ../../include/functions_reporting_html.php:2700 #: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 +#: ../../include/functions_reporting_html.php:2777 +#: ../../include/functions_reporting_html.php:2794 msgid "Critical events" msgstr "" -#: ../../include/functions_reporting_html.php:2687 -#: ../../include/functions_reporting_html.php:2704 -msgid "Warning events" +#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 +msgid "Incidents opened" msgstr "" -#: ../../include/functions_reporting_html.php:2691 -#: ../../include/functions_reporting_html.php:2708 -msgid "OK events" +#: ../../general/shortcut_bar.php:217 +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" msgstr "" -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2712 -msgid "Unknown events" +#: ../../general/shortcut_bar.php:222 +msgid "Create new message" msgstr "" -#: ../../include/functions_reporting_html.php:2735 -msgid "Important Events by Criticity" +#: ../../general/links_menu.php:20 ../../godmode/menu.php:299 +#: ../../godmode/menu.php:409 +msgid "Links" msgstr "" -#: ../../include/functions_reporting_html.php:2761 -msgid "Last activity in Pandora FMS console" +#: ../../general/header.php:75 +msgid "Blank characters are used as AND conditions" msgstr "" -#: ../../include/functions_reporting_html.php:2837 -msgid "Events info (1hr.)" +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" msgstr "" -#: ../../include/functions_events.php:865 -#: ../../operation/agentes/tactical.php:192 -msgid "Latest events" +#: ../../general/header.php:114 ../../general/header.php:122 +#: ../../enterprise/meta/general/main_header.php:360 +#: ../../enterprise/meta/general/main_header.php:368 +msgid "All systems" msgstr "" -#: ../../include/functions_events.php:1000 -msgid "Events -by module-" +#: ../../general/header.php:114 +#: ../../enterprise/meta/general/main_header.php:360 +msgid "Down" msgstr "" -#: ../../include/functions_events.php:1010 -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -msgid "Event graph" +#: ../../general/header.php:118 +#: ../../enterprise/meta/general/main_header.php:364 +msgid "servers down" msgstr "" -#: ../../include/functions_events.php:1015 -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -msgid "Event graph by agent" +#: ../../general/header.php:122 +#: ../../enterprise/meta/general/main_header.php:368 +msgid "Ready" msgstr "" -#: ../../include/functions_events.php:1120 -msgid "Going to unknown" +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" msgstr "" -#: ../../include/functions_events.php:1126 -msgid "Alert manually validated" +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" msgstr "" -#: ../../include/functions_events.php:1129 -msgid "Going from critical to warning" +#: ../../general/header.php:195 +#: ../../enterprise/meta/general/main_header.php:393 +msgid "Configure autorefresh" msgstr "" -#: ../../include/functions_events.php:1133 -msgid "Going down to critical state" +#: ../../general/header.php:222 +#: ../../enterprise/meta/general/main_header.php:410 +#: ../../enterprise/meta/general/main_header.php:420 +msgid "Disabled autorefresh" msgstr "" -#: ../../include/functions_events.php:1137 -msgid "Going up to normal state" +#: ../../general/header.php:243 +msgid "System alerts detected - Please fix as soon as possible" msgstr "" -#: ../../include/functions_events.php:1140 -msgid "Going down from normal to warning" -msgstr "" - -#: ../../include/functions_events.php:1149 -msgid "Recon server detected a new host" -msgstr "" - -#: ../../include/functions_events.php:1152 -msgid "New agent created" -msgstr "" - -#: ../../include/functions_events.php:1165 -msgid "Unknown type:" -msgstr "" - -#: ../../include/functions_events.php:1502 -#: ../../include/functions_events.php:1523 -msgid "Only new" -msgstr "" - -#: ../../include/functions_events.php:1504 -#: ../../include/functions_events.php:1529 -msgid "Only in process" -msgstr "" - -#: ../../include/functions_events.php:1505 -#: ../../include/functions_events.php:1532 -msgid "Only not validated" -msgstr "" - -#: ../../include/functions_events.php:1576 -msgid "Agent address" -msgstr "" - -#: ../../include/functions_events.php:1577 -msgid "Agent id" -msgstr "" - -#: ../../include/functions_events.php:1579 -msgid "Module Agent address" -msgstr "" - -#: ../../include/functions_events.php:1671 -msgid "Change owner" -msgstr "" - -#: ../../include/functions_events.php:1710 -msgid "Change status" -msgstr "" - -#: ../../include/functions_events.php:1716 -#: ../../include/functions_events.php:1722 -msgid "In process" -msgstr "" - -#: ../../include/functions_events.php:1749 -#: ../../include/functions_events.php:2559 -msgid "Add comment" -msgstr "" - -#: ../../include/functions_events.php:1756 -#: ../../include/functions_events.php:1758 -#: ../../operation/events/events.build_table.php:579 -msgid "Delete event" -msgstr "" - -#: ../../include/functions_events.php:1768 -msgid "Custom responses" -msgstr "" - -#: ../../include/functions_events.php:1968 -msgid "There was an error connecting to the node" -msgstr "" - -#: ../../include/functions_events.php:2007 -msgid "Agent details" -msgstr "" - -#: ../../include/functions_events.php:2044 -msgid "View custom fields" -msgstr "" - -#: ../../include/functions_events.php:2056 -msgid "Module details" -msgstr "" - -#: ../../include/functions_events.php:2073 -msgid "No assigned" -msgstr "" - -#: ../../include/functions_events.php:2135 -#: ../../godmode/alerts/alert_view.php:49 -#: ../../godmode/alerts/alert_view.php:324 -msgid "Alert details" -msgstr "" - -#: ../../include/functions_events.php:2146 -#: ../../include/functions_events.php:2150 -msgid "Go to data overview" -msgstr "" - -#: ../../include/functions_events.php:2293 +#: ../../general/header.php:258 #, php-format -msgid "Invalid custom data: %s" +msgid "You have %d warning(s)" msgstr "" -#: ../../include/functions_events.php:2340 -msgid "First event" +#: ../../general/header.php:269 +msgid "There are not warnings" msgstr "" -#: ../../include/functions_events.php:2340 -msgid "Last event" +#: ../../general/header.php:280 +#: ../../enterprise/meta/general/main_header.php:378 +#: ../../mobile/operation/home.php:118 ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/functions_web.php:33 +#: ../../mobile/include/user.class.php:286 +msgid "Logout" msgstr "" -#: ../../include/functions_events.php:2454 -msgid "ID extra" +#: ../../general/header.php:296 +msgid "New chat message" msgstr "" -#: ../../include/functions_events.php:2505 -#: ../../include/functions_events.php:2551 -msgid "There are no comments" +#: ../../general/header.php:305 +msgid "Message overview" msgstr "" -#: ../../include/functions_events.php:2921 -#: ../../include/functions_events.php:2926 -#: ../../operation/snmpconsole/snmp_view.php:397 -#: ../../operation/snmpconsole/snmp_view.php:558 -#: ../../operation/snmpconsole/snmp_view.php:816 -msgid "Not validated" +#: ../../general/header.php:306 +#, php-format +msgid "You have %d unread message(s)" msgstr "" -#: ../../include/ajax/networkmap.ajax.php:74 -#: ../../include/ajax/networkmap.ajax.php:94 -msgid "Map summary" +#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 +#: ../../general/pandora_help.php:95 +msgid "Pandora FMS help system" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:146 +#: ../../general/pandora_help.php:73 +msgid "Help system error" +msgstr "" + +#: ../../general/pandora_help.php:78 msgid "" -"This is the private code that you should use with your authenticator app" +"Pandora FMS help system has been called with a help reference that currently " +"don't exist. There is no help content to show." msgstr "" -#: ../../include/ajax/double_auth.ajax.php:147 -#: ../../include/ajax/double_auth.ajax.php:283 +#: ../../enterprise/operation/policies/networkmap.policies.php:70 +#: ../../enterprise/operation/policies/networkmap.policies.php:119 +#: ../../enterprise/operation/policies/networkmap.policies.php:133 +#: ../../enterprise/extensions/vmware/vmware_view.php:1228 +#: ../../enterprise/extensions/vmware/vmware_view.php:1260 +#: ../../enterprise/extensions/vmware/vmware_view.php:1276 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:692 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:749 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:770 +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 +msgid "Map could not be generated" +msgstr "" + +#: ../../enterprise/operation/reporting/custom_reporting.php:17 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 +msgid "PDF" +msgstr "" + +#: ../../enterprise/operation/reporting/custom_reporting.php:19 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 +msgid "JSON" +msgstr "" + +#: ../../enterprise/operation/reporting/custom_reporting.php:22 msgid "" -"You could enter the code manually or use the QR code to add it automatically" +"All the items are not available in CSV, only the previous versions ones." msgstr "" -#: ../../include/ajax/double_auth.ajax.php:153 -#: ../../include/ajax/double_auth.ajax.php:289 -msgid "QR" +#: ../../enterprise/operation/reporting/custom_reporting.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346 +msgid "Export to PDF" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:189 -msgid "You are about to activate the double authentication" +#: ../../enterprise/operation/reporting/custom_reporting.php:53 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 +msgid "Export to JSON" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:190 +#: ../../enterprise/operation/reporting/custom_reporting.php:58 +#: ../../enterprise/operation/log/log_viewer.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../include/graphs/functions_flot.php:243 +msgid "Export to CSV" +msgstr "" + +#: ../../enterprise/operation/reporting/custom_reporting.php:61 +#: ../../enterprise/operation/reporting/custom_reporting.php:84 +msgid "Send by email" +msgstr "" + +#: ../../enterprise/operation/reporting/custom_reporting.php:69 +msgid "ID Report" +msgstr "" + +#: ../../enterprise/operation/reporting/custom_reporting.php:108 +msgid "Send by email " +msgstr "" + +#: ../../enterprise/operation/agentes/agent_inventory.php:56 +msgid "This agent has not modules inventory" +msgstr "" + +#: ../../enterprise/operation/agentes/agent_inventory.php:160 +#: ../../enterprise/operation/agentes/agent_inventory.php:161 +msgid "Diff view" +msgstr "" + +#: ../../enterprise/operation/agentes/agent_inventory.php:242 +#: ../../enterprise/operation/inventory/inventory.php:253 +#: ../../enterprise/operation/log/log_viewer.php:428 +#: ../../godmode/reporting/reporting_builder.php:727 +#: ../../include/functions_reporting.php:1493 +msgid "No data found." +msgstr "" + +#: ../../enterprise/operation/agentes/collection_view.php:47 +#: ../../enterprise/godmode/agentes/collection_manager.php:37 +msgid "This agent have not a remote configuration, please set it." +msgstr "" + +#: ../../enterprise/operation/agentes/collection_view.php:54 +msgid "No collection assigned to this agent" +msgstr "" + +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:164 +msgid "Dir" +msgstr "" + +#: ../../enterprise/operation/agentes/collection_view.php:90 +#: ../../enterprise/operation/agentes/policy_view.php:154 +#: ../../enterprise/godmode/agentes/collection_manager.php:121 +#: ../../enterprise/godmode/agentes/collection_manager.php:204 +msgid "Show files" +msgstr "" + +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/policy_view.php:164 +#: ../../enterprise/godmode/policies/policy_collections.php:161 +#: ../../enterprise/godmode/policies/policy_collections.php:213 +msgid "Outdate" +msgstr "" + +#: ../../enterprise/operation/agentes/collection_view.php:105 +#: ../../enterprise/operation/agentes/collection_view.php:106 +#: ../../enterprise/godmode/agentes/collections.php:222 +#: ../../enterprise/godmode/agentes/collections.php:223 +#: ../../enterprise/godmode/agentes/collections.data.php:344 +#: ../../enterprise/godmode/agentes/collections.data.php:345 +#: ../../enterprise/godmode/agentes/collection_manager.php:144 +#: ../../enterprise/godmode/agentes/collection_manager.php:145 +#: ../../enterprise/godmode/agentes/collection_manager.php:229 +#: ../../enterprise/godmode/agentes/collection_manager.php:230 +msgid "The collection directory does not exist." +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap.php:27 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:66 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:181 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:236 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:32 +msgid "Transactions List" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap.php:34 +msgid "Transactional Map - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap.php:38 +msgid "Not found transaction." +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:37 +msgid "This agent has no policy assigned" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:382 +msgid "Last application" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../include/functions_events.php:881 +msgid "V." +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:62 +#: ../../enterprise/godmode/policies/policy_agents.php:488 +msgid "Policy applied" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:65 +msgid "Policy outdate" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:130 +#: ../../enterprise/operation/agentes/policy_view.php:137 +msgid "Toggle the collection table" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:133 +msgid "Descripttion" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:138 +msgid "Show Collection" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:146 +#: ../../enterprise/operation/agentes/policy_view.php:210 +#: ../../enterprise/operation/agentes/policy_view.php:442 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 +#: ../../godmode/alerts/alert_list.builder.php:212 +#: ../../godmode/alerts/configure_alert_template.php:910 +#: ../../godmode/modules/manage_network_components_form_network.php:82 +#: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../godmode/modules/manage_network_components_form_plugin.php:29 +#: ../../include/functions.php:2036 +msgid "Empty" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:192 +#: ../../enterprise/operation/agentes/policy_view.php:201 +msgid "Toggle the alert table" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:202 +msgid "Show Alert" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:303 +#: ../../enterprise/operation/agentes/policy_view.php:312 +msgid "Toggle the module table" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:304 +msgid "Relationship" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:304 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +msgid "R." +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:313 +msgid "Show Modules" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:333 +msgid "(Un-adopted)" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:337 +msgid "(Adopted)" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:343 +msgid "(Un-adopted) (Unlinked)" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:347 +msgid "(Adopted) (Unlinked)" +msgstr "" + +#: ../../enterprise/operation/agentes/policy_view.php:355 +#: ../../godmode/agentes/module_manager.php:662 +msgid "Non initialized module" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:31 +msgid "List of transactions" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:85 +#: ../../enterprise/extensions/ipam/ipam_action.php:96 +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:86 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:129 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 +#: ../../godmode/agentes/configurar_agente.php:595 +#: ../../godmode/agentes/planned_downtime.editor.php:365 +#: ../../godmode/snmpconsole/snmp_filters.php:66 +#: ../../godmode/snmpconsole/snmp_alert.php:231 +#: ../../godmode/users/configure_user.php:234 +#: ../../godmode/users/profile_list.php:241 +#: ../../godmode/alerts/alert_list.php:104 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_special_days.php:148 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:431 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/setup/news.php:56 ../../godmode/setup/gis.php:45 +#: ../../godmode/setup/links.php:41 +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +msgid "Successfully created" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:99 +msgid "Name can't be empty" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:145 +msgid "Transaction name" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:148 +msgid "Running status" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:150 +msgid "Time spent" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:223 +msgid "Stopped" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:229 +msgid "Starting" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:232 +msgid "Stopping" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:237 +#: ../../enterprise/extensions/backup/main.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:397 +#: ../../godmode/agentes/planned_downtime.list.php:446 +msgid "Running" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:264 +#: ../../enterprise/dashboard/full_dashboard.php:280 +#: ../../enterprise/dashboard/main_dashboard.php:445 +#: ../../enterprise/dashboard/public_dashboard.php:312 +#: ../../godmode/setup/setup_ehorus.php:107 +msgid "Start" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:270 +#: ../../enterprise/dashboard/full_dashboard.php:216 +#: ../../enterprise/dashboard/public_dashboard.php:244 +msgid "Stop" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:305 +msgid "Create Transaction" +msgstr "" + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 +msgid "Unsucessful get module inventory data." +msgstr "" + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 +#: ../../enterprise/mobile/operation/dashboard.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:350 +#: ../../mobile/operation/module_graph.php:469 +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/modules.php:625 +#: ../../mobile/operation/agents.php:380 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/agent.php:272 ../../mobile/operation/events.php:797 +msgid "Loading..." +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:56 +msgid "Successfully data updated" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:57 +msgid "Could not be data updated" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:72 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:38 +msgid "Edit Transaction" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:75 +msgid "Transactional Map - Create Phase - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:85 +msgid "Index" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:88 +msgid "Dependencies" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:89 +msgid "Enables" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:151 +#: ../../enterprise/include/ajax/transactional.ajax.php:213 +msgid "Edit Data" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:184 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:239 +msgid "Transactional Map - Create Transaction" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:195 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:254 +msgid "Loop interval" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:44 +msgid "Phases List" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:47 +msgid "Transactional Map - Phase - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:60 +msgid "Launch script" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:63 +#: ../../godmode/agentes/module_manager_editor_common.php:582 +msgid "Retries" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:598 +msgid "Timeout" +msgstr "" + +#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 +#: ../../enterprise/operation/menu.php:119 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:36 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:74 +msgid "List of networkmaps" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:42 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:80 +msgid "Edit networkmap" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:48 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:86 +msgid "Deleted list" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:54 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:92 +msgid "View networkmap" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:61 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:66 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:95 +msgid "List deleted items" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:108 +msgid "Successfully restore the item" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:109 +msgid "Could not be restore the item" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:130 +msgid "Successfully restore the items" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:132 +msgid "Could not be restore the " +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:136 +msgid "Not found networkmap" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:140 +msgid "The items restored will be appear in the holding area." +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:160 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:227 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:256 +msgid "Restore" +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:170 +msgid "There are not nodes in the networkmap." +msgstr "" + +#: ../../enterprise/operation/inventory/inventory.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 +#: ../../include/functions_graph.php:754 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1436 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 +msgid "Last" +msgstr "" + +#: ../../enterprise/operation/inventory/inventory.php:266 +msgid "Export this list to CSV" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:37 +#: ../../enterprise/operation/services/services.service_map.php:44 +#: ../../enterprise/godmode/services/services.service.php:126 +#: ../../enterprise/godmode/services/services.service.php:153 +msgid "Not found" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:54 +#: ../../enterprise/operation/services/services.service_map.php:63 +#: ../../enterprise/godmode/services/services.service.php:170 +#: ../../enterprise/godmode/services/services.elements.php:96 +msgid "Config Service" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:59 +#: ../../enterprise/operation/services/services.service_map.php:69 +#: ../../enterprise/godmode/services/services.service.php:175 +#: ../../enterprise/godmode/services/services.elements.php:102 +msgid "Config Elements" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:67 +#: ../../enterprise/operation/services/services.service_map.php:77 +#: ../../enterprise/godmode/services/services.service.php:182 +#: ../../enterprise/godmode/services/services.elements.php:110 +msgid "View Service" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:73 +#: ../../enterprise/operation/services/services.service_map.php:83 +#: ../../enterprise/godmode/services/services.service.php:188 +#: ../../enterprise/godmode/services/services.elements.php:117 +msgid "Service map" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:80 +#: ../../enterprise/operation/services/services.service_map.php:90 +#: ../../enterprise/operation/services/services.service_map.php:95 +#: ../../enterprise/dashboard/widgets/service_map.php:22 +msgid "Service Map" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:93 +msgid "No Services" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:128 +#: ../../enterprise/operation/services/services.list.php:320 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_reporting_pdf.php:745 +#: ../../enterprise/include/functions_reporting_pdf.php:806 +#: ../../enterprise/include/functions_reporting_pdf.php:898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1261 +#: ../../godmode/reporting/visual_console_builder.wizard.php:210 +#: ../../godmode/agentes/module_manager_editor_common.php:615 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/massive/massive_edit_modules.php:505 +#: ../../godmode/alerts/configure_alert_template.php:602 +#: ../../godmode/setup/setup_visuals.php:639 +#: ../../include/functions_graph.php:5289 +#: ../../include/functions_reporting_html.php:455 +#: ../../include/functions_reporting_html.php:987 +#: ../../include/functions_reporting_html.php:1858 +#: ../../include/functions_reporting_html.php:2361 +#: ../../include/functions_snmp_browser.php:406 +msgid "Value" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:132 +#: ../../enterprise/operation/services/services.list.php:322 +#: ../../include/functions_reports.php:535 +#: ../../include/functions_reports.php:538 +#: ../../include/functions_reports.php:542 +msgid "SLA" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:197 +#: ../../enterprise/operation/services/services.list.php:415 +msgid "SLA graph" +msgstr "" + +#: ../../enterprise/operation/services/services.service.php:207 +msgid "List of elements" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:52 +msgid "Service deleted successfully" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:53 +msgid "Error deleting service" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:58 +msgid "Service forced successfully" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:59 +msgid "Error service forced" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:168 +#: ../../enterprise/extensions/ipam/ipam_network.php:127 +#: ../../enterprise/extensions/ipam/ipam_list.php:217 +#: ../../enterprise/godmode/services/services.service.php:244 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../godmode/servers/manage_recontask.php:343 +msgid "Manual" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:169 +#: ../../enterprise/godmode/services/services.service.php:247 +#: ../../include/ajax/events.php:481 +msgid "Auto" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:170 +#: ../../enterprise/godmode/services/services.service.php:250 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:583 +msgid "Simple" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:171 +#: ../../enterprise/godmode/services/services.service.php:242 +#: ../../godmode/servers/manage_recontask_form.php:236 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/alerts/alert_view.php:423 +msgid "Mode" +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:267 +#: ../../enterprise/operation/services/services.list.php:274 +msgid "No services defined." +msgstr "" + +#: ../../enterprise/operation/services/services.list.php:486 +#: ../../enterprise/godmode/services/services.service.php:54 +msgid "Create Service" +msgstr "" + +#: ../../enterprise/operation/menu.php:100 +msgid "Transactional map" +msgstr "" + +#: ../../enterprise/operation/menu.php:111 +msgid "Custom SQL" +msgstr "" + +#: ../../enterprise/operation/menu.php:128 +#: ../../enterprise/operation/log/log_viewer.php:150 +msgid "Log viewer" +msgstr "" + +#: ../../enterprise/operation/log/log_viewer.php:215 +#: ../../enterprise/include/functions_netflow_pdf.php:160 +msgid "Start date" +msgstr "" + +#: ../../enterprise/operation/log/log_viewer.php:350 +msgid "The start date cannot be greater than the end date" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:30 +msgid "WMware Plugin Settings" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:125 +msgid "There was an error updating the execution data of the plugin" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:132 +msgid "There was an error activating the execution of the plugin" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:179 +msgid "Config Path" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:186 +msgid "Plugin Path" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:208 +msgid "Config parameters" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:215 +msgid "V-Center IP" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:220 +msgid "Datacenter Name" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:242 +msgid "Plugin execution" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:243 msgid "" -"With this option enabled, your account access will be more secure, \n" -"\t\tcause a code generated by other application will be required after the " -"login" +"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 "" -#: ../../include/ajax/double_auth.ajax.php:194 +#: ../../enterprise/extensions/vmware/main.php:252 +#: ../../enterprise/extensions/cron/main.php:189 +#: ../../enterprise/extensions/cron/main.php:295 +msgid "Scheduled" +msgstr "" + +#: ../../enterprise/extensions/vmware/main.php:275 +#: ../../enterprise/godmode/agentes/collections.php:217 +msgid "Apply changes" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_manager.php:160 +msgid "Power Status: " +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_manager.php:206 +msgid "Change Status" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:21 +#: ../../enterprise/extensions/vmware/functions.php:22 +#: ../../enterprise/extensions/vmware/functions.php:23 +#: ../../enterprise/meta/advanced/metasetup.visual.php:149 +#: ../../godmode/setup/setup_visuals.php:674 ../../include/functions.php:434 +#: ../../include/functions.php:568 ../../include/functions_html.php:722 +msgid "minutes" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:24 +#: ../../enterprise/extensions/cron/functions.php:154 +msgid "Hourly" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:25 +#: ../../enterprise/extensions/cron/functions.php:155 +#: ../../godmode/agentes/module_manager_editor_prediction.php:159 +msgid "Daily" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:26 +#: ../../enterprise/extensions/cron/functions.php:156 +#: ../../godmode/agentes/planned_downtime.editor.php:533 +#: ../../godmode/agentes/module_manager_editor_prediction.php:157 +msgid "Weekly" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +#: ../../godmode/agentes/module_manager_editor_prediction.php:158 +msgid "Monthly" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:28 +#: ../../enterprise/extensions/cron/functions.php:158 +msgid "Yearly" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:153 +#: ../../enterprise/extensions/vmware/functions.php:181 +msgid "The file does not exists" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:157 +msgid "The file is not readable by HTTP Server" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:158 +#: ../../enterprise/extensions/vmware/functions.php:163 +msgid "Please check that the web server has write rights on the file" +msgstr "" + +#: ../../enterprise/extensions/vmware/functions.php:162 +msgid "The file is not writable by HTTP Server" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:620 +#: ../../enterprise/extensions/vmware/vmware_view.php:1016 +msgid "Top 5 VMs CPU Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:627 +#: ../../enterprise/extensions/vmware/vmware_view.php:1023 +msgid "Top 5 VMs Memory Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:636 +#: ../../enterprise/extensions/vmware/vmware_view.php:1032 +msgid "Top 5 VMs Disk Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:643 +#: ../../enterprise/extensions/vmware/vmware_view.php:1039 +msgid "Top 5 VMs Network Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:686 +msgid "Host ESX" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:929 +msgid "CPU Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:939 +msgid "Memory Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:949 +msgid "Disk I/O Rate" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:959 +msgid "Network Usage" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1076 +msgid "ESX Detail" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1094 +msgid "ESX details" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1105 +msgid "VMware view" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1188 +msgid "Show Datastores" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1191 +msgid "Show ESX" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1194 +msgid "Show VM" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1198 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:564 +#: ../../godmode/reporting/visual_console_builder.wizard.php:143 +msgid "Font" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1212 +msgid "Zoom" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1223 +msgid "View options" +msgstr "" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1270 +msgid "VMware map" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group.php:27 +msgid "CSV import group" +msgstr "" + +#: ../../enterprise/extensions/ipam.php:168 +#: ../../enterprise/extensions/ipam.php:284 +msgid "Subnetworks calculator" +msgstr "" + +#: ../../enterprise/extensions/ipam.php:189 +#: ../../enterprise/extensions/ipam/ipam_list.php:230 +msgid "Manage addresses" +msgstr "" + +#: ../../enterprise/extensions/ipam.php:197 +#: ../../godmode/massive/massive_operations.php:215 +msgid "Massive operations" +msgstr "" + +#: ../../enterprise/extensions/ipam.php:205 +#: ../../enterprise/extensions/ipam/ipam_list.php:233 +msgid "Addresses view" +msgstr "" + +#: ../../enterprise/extensions/ipam.php:240 +#: ../../enterprise/extensions/ipam.php:308 +#: ../../enterprise/extensions/ipam.php:330 +#: ../../enterprise/extensions/ipam.php:331 +msgid "IPAM" +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:37 +#, php-format +msgid "Error create '%s' policy, the name exist and there aren't free name." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:44 +#, php-format +msgid "Warning create '%s' policy, the name exist, the policy have a name %s." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:51 +msgid "Error the policy haven't name." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:65 +#, php-format +msgid "Success create '%s' policy." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:66 +#, php-format +msgid "Error create '%s' policy." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:131 +#, php-format +msgid "Success add '%s' collection." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:132 +#, php-format +msgid "Error add '%s' collection." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:148 +#, php-format +msgid "Success add '%s' agent plugin." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:149 +#, php-format +msgid "Error add '%s' agent plugin." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:160 +msgid "Error add the module, haven't type." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:232 +#: ../../enterprise/extensions/resource_registration/functions.php:262 +#: ../../enterprise/extensions/resource_registration/functions.php:319 +#: ../../enterprise/extensions/resource_registration/functions.php:365 +msgid "Error add the module, error in tag component." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:406 +msgid "Error add the module plugin importation, plugin is not registered" +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:417 +#, php-format +msgid "Success add '%s' module." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:418 +#, php-format +msgid "Error add '%s' module." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:428 +#, php-format +msgid "Error add the alert, the template '%s' don't exist." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:436 +#, php-format +msgid "Error add the alert, the module '%s' don't exist." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:448 +#, php-format +msgid "Success add '%s' alert." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:449 +#, php-format +msgid "Error add '%s' alert." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:465 +#, php-format +msgid "Error add the alert, the action '%s' don't exist." +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:477 +#, php-format +msgid "Success add '%s' action." +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:40 +#, php-format +msgid "Created group %s" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:41 +#, php-format +msgid "Could not create group %s" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:46 +#: ../../enterprise/extensions/csv_import/main.php:46 +msgid "File processed" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:56 +#: ../../enterprise/extensions/csv_import/main.php:56 +msgid "CSV format" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:57 +#: ../../enterprise/extensions/csv_import/main.php:57 +msgid "The CSV file must have the fields in the following order" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:72 +#: ../../enterprise/extensions/csv_import/main.php:72 +msgid "Upload file" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:75 +#: ../../enterprise/extensions/csv_import/main.php:79 +msgid "Separator" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:79 +#: ../../enterprise/extensions/csv_import/main.php:83 +msgid "Upload CSV file" +msgstr "" + +#: ../../enterprise/extensions/csv_import_group/main.php:84 +#: ../../enterprise/extensions/csv_import/main.php:88 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 +#: ../../include/functions_filemanager.php:638 +msgid "Go" +msgstr "" + +#: ../../enterprise/extensions/backup.php:63 +msgid "Backup" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:53 +msgid "Pandora database backup utility" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:114 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 +#: ../../enterprise/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:852 +#: ../../enterprise/include/functions_services.php:1700 +#: ../../enterprise/include/functions_reporting.php:1256 +#: ../../enterprise/include/functions_reporting.php:2285 +#: ../../enterprise/include/functions_reporting.php:3099 +#: ../../enterprise/include/functions_reporting.php:3441 +#: ../../enterprise/include/functions_reporting_pdf.php:1637 +#: ../../enterprise/include/functions_reporting_pdf.php:1666 +#: ../../enterprise/include/functions_reporting_pdf.php:1822 +#: ../../enterprise/include/functions_reporting_pdf.php:2051 +#: ../../enterprise/include/functions_reporting_pdf.php:2101 +#: ../../enterprise/dashboard/widgets/maps_status.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 +#: ../../include/functions_db.php:1526 +#: ../../include/functions_reporting_html.php:369 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:1510 +msgid "OK" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:119 +msgid "Lost" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:145 +msgid "Backups list" +msgstr "" + +#: ../../enterprise/extensions/backup/main.php:150 +msgid "Create backup" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:16 +msgid "ACL users for this agent" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:44 +#: ../../enterprise/extensions/check_acls.php:124 +#: ../../godmode/users/profile_list.php:304 +msgid "System incidents reading" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:45 +#: ../../enterprise/extensions/check_acls.php:125 +#: ../../godmode/users/profile_list.php:305 +msgid "System incidents writing" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:46 +#: ../../enterprise/extensions/check_acls.php:126 +#: ../../godmode/users/profile_list.php:306 +msgid "System incidents management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:47 +#: ../../enterprise/extensions/check_acls.php:127 +#: ../../godmode/users/profile_list.php:307 +msgid "Agents reading" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:48 +#: ../../enterprise/extensions/check_acls.php:128 +#: ../../godmode/users/profile_list.php:308 +#: ../../include/functions_menu.php:479 +msgid "Agents management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:49 +#: ../../enterprise/extensions/check_acls.php:129 +#: ../../godmode/users/profile_list.php:309 +msgid "Agents disable" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:50 +#: ../../enterprise/extensions/check_acls.php:130 +#: ../../godmode/users/profile_list.php:310 +msgid "Alerts editing" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:51 +#: ../../enterprise/extensions/check_acls.php:131 +#: ../../godmode/users/profile_list.php:312 ../../godmode/menu.php:83 +msgid "Users management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:52 +#: ../../enterprise/extensions/check_acls.php:132 +#: ../../godmode/users/profile_list.php:313 +msgid "Database management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:53 +#: ../../enterprise/extensions/check_acls.php:133 +#: ../../godmode/users/profile_list.php:311 +msgid "Alerts management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:54 +#: ../../enterprise/extensions/check_acls.php:134 +#: ../../godmode/users/profile_list.php:317 +msgid "Reports reading" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:55 +#: ../../enterprise/extensions/check_acls.php:135 +#: ../../godmode/users/profile_list.php:318 +msgid "Reports writing" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:56 +#: ../../enterprise/extensions/check_acls.php:136 +#: ../../godmode/users/profile_list.php:319 +msgid "Reports management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:57 +#: ../../enterprise/extensions/check_acls.php:137 +#: ../../godmode/users/profile_list.php:314 +msgid "Events reading" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:58 +#: ../../enterprise/extensions/check_acls.php:138 +#: ../../godmode/users/profile_list.php:315 +msgid "Events writing" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:59 +#: ../../enterprise/extensions/check_acls.php:139 +#: ../../godmode/users/profile_list.php:316 +msgid "Events management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:60 +#: ../../enterprise/extensions/check_acls.php:140 +#: ../../godmode/users/profile_list.php:326 +msgid "Systems management" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:100 +msgid "There are no defined users" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:76 +msgid "Module tags" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:188 +msgid "ACL module tags for the modules in this agent" +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:198 +msgid "Only admin users can see this section." +msgstr "" + +#: ../../enterprise/extensions/check_acls.php:202 +msgid "Check ACL" +msgstr "" + +#: ../../enterprise/extensions/csv_import/main.php:40 +#, php-format +msgid "Created agent %s" +msgstr "" + +#: ../../enterprise/extensions/csv_import/main.php:41 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 +#, php-format +msgid "Could not create agent %s" +msgstr "" + +#: ../../enterprise/extensions/vmware.php:46 +msgid "VMware" +msgstr "" + +#: ../../enterprise/extensions/cron.php:115 +#: ../../enterprise/extensions/cron.php:121 +#: ../../enterprise/extensions/cron/main.php:39 +msgid "Cron jobs" +msgstr "" + +#: ../../enterprise/extensions/csv_import.php:27 +msgid "CSV import" +msgstr "" + +#: ../../enterprise/extensions/translate_string.php:165 +#: ../../enterprise/extensions/translate_string.php:326 +msgid "Translate string" +msgstr "" + +#: ../../enterprise/extensions/translate_string.php:254 +#: ../../enterprise/extensions/translate_string.php:255 +#: ../../enterprise/godmode/policies/policy_collections.php:176 +#: ../../enterprise/godmode/policies/policies.php:235 +#: ../../enterprise/godmode/agentes/collections.php:169 +#: ../../enterprise/godmode/agentes/collection_manager.php:44 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 +#: ../../godmode/admin_access_logs.php:65 +#: ../../godmode/admin_access_logs.php:66 +msgid "Free text for search (*)" +msgstr "" + +#: ../../enterprise/extensions/translate_string.php:271 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 +msgid "Please search for anything text." +msgstr "" + +#: ../../enterprise/extensions/translate_string.php:280 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 +msgid "Original string" +msgstr "" + +#: ../../enterprise/extensions/translate_string.php:281 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 +msgid "Translation in selected language" +msgstr "" + +#: ../../enterprise/extensions/translate_string.php:282 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 +msgid "Customize translation" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:104 +msgid "No addresses found on this network" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:121 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:53 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:324 +msgid "Subnet" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:219 +msgid "Total IPs" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:225 +#: ../../enterprise/extensions/ipam/ipam_network.php:550 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +msgid "Alive" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:227 +#: ../../enterprise/extensions/ipam/ipam_network.php:553 +msgid "Not alive" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:231 +#: ../../enterprise/extensions/ipam/ipam_network.php:540 +#: ../../enterprise/extensions/ipam/ipam_massive.php:77 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 +msgid "Managed" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:233 +msgid "Not managed" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:237 +#: ../../enterprise/extensions/ipam/ipam_network.php:306 +#: ../../enterprise/extensions/ipam/ipam_network.php:541 +#: ../../enterprise/extensions/ipam/ipam_massive.php:78 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 +msgid "Reserved" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:239 +msgid "Not Reserved" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:269 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/alerts/alert_events_list.php:420 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../godmode/reporting/reporting_builder.list_items.php:306 +#: ../../godmode/reporting/reporting_builder.list_items.php:501 +msgid "Sort" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +msgid "DESC" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +msgid "ASC" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:274 +#: ../../enterprise/extensions/ipam/ipam_network.php:275 +#: ../../enterprise/extensions/ipam/ipam_network.php:536 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +msgid "Hostname" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:274 +msgid "A -> Z" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:275 +msgid "Z -> A" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:276 +#: ../../enterprise/extensions/ipam/ipam_network.php:277 +msgid "Last check" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:276 +msgid "Newer -> Older" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:277 +msgid "Older -> Newer" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:284 +msgid "Exact address match" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:288 +msgid "Big" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:289 +msgid "Tiny" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:290 +msgid "Icons style" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:297 +msgid "Show not alive hosts" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:300 +msgid "Show only managed addresses" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:303 +msgid "Reserved addresses" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:307 +msgid "Unreserved" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:332 +msgid "Filter options" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:472 +msgid "Edit address" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:477 +msgid "Disabled address" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:477 +msgid "This address will not be updated by the server" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:574 +#: ../../enterprise/extensions/ipam/ipam_network.php:609 +#: ../../enterprise/extensions/ipam/ipam_network.php:632 +msgid "Change to automatic mode" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:575 +#: ../../enterprise/extensions/ipam/ipam_network.php:610 +#: ../../enterprise/extensions/ipam/ipam_network.php:633 +msgid "Change to manual mode" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:649 +msgid "Add comments" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:666 +msgid "Update agent address" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_network.php:783 +msgid "Please, uncheck auto option to set manual agent." +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_massive.php:68 +msgid "Addresses" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_action.php:79 +#: ../../enterprise/extensions/ipam/ipam_action.php:115 +msgid "Incorrect format in Subnet field" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_action.php:83 +#: ../../enterprise/extensions/ipam/ipam_action.php:120 +msgid "The location is not filled, please add a location." +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_action.php:194 +msgid "Successfully updated." +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_action.php:198 +#: ../../include/functions_reporting.php:1431 +msgid "No changes found." +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:43 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:44 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:52 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:53 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:54 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:55 +msgid "Example:" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 +msgid "Bit mask" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 +msgid "Net mask" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 +msgid "Mask format" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 +msgid "Mask" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 +msgid "Calculate" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 +msgid "Address field is empty" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 +msgid "Mask field is empty" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 +msgid "Incorrect address format" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:98 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:102 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:113 +msgid "Incorrect mask format" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 +msgid "Network mask" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 +msgid "Network wildcard" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 +msgid "Network address" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 +msgid "Broadcast address" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 +msgid "First valid IP" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 +msgid "Last valid IP" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 +msgid "Hosts/Net" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:35 +msgid "Network not found" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +msgid "Format: IP/Mask" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:71 +msgid "Examples" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +msgid "For example: Central Data Center" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 +msgid "Scan interval" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 +msgid "0 for manually scan" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:95 +#: ../../enterprise/godmode/setup/setup_history.php:68 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:666 +msgid "Days" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 +msgid "Operator users" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 msgid "" -"You will need to install the app from the following link before continue" +"The list of users can manage the networks in the IPAM. Only the admin users " +"can manage networks and edit the networks." msgstr "" -#: ../../include/ajax/double_auth.ajax.php:199 -msgid "Download the app" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 +msgid "There is not an available IP." msgstr "" -#: ../../include/ajax/double_auth.ajax.php:203 -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "Continue" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 +msgid "Next available IP Address is:" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:219 -msgid "Are you installed the app yet?" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 +msgid "Reserve this IP now" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:247 -#: ../../include/ajax/double_auth.ajax.php:342 -#: ../../include/ajax/double_auth.ajax.php:387 -#: ../../include/ajax/double_auth.ajax.php:501 -#: ../../operation/users/user_edit.php:569 -#: ../../operation/users/user_edit.php:634 -#: ../../operation/users/user_edit.php:705 ../../general/logon_failed.php:21 -msgid "Authentication error" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 +msgid "Manage this IP now" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:254 -#: ../../include/ajax/double_auth.ajax.php:349 -#: ../../include/ajax/double_auth.ajax.php:394 -#: ../../include/ajax/double_auth.ajax.php:509 -#: ../../operation/users/user_edit.php:576 -#: ../../operation/users/user_edit.php:641 -msgid "There was an error loading the data" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 +msgid "Operating system" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:277 -msgid "A private code has been generated" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 +msgid "This agent has other IPs" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:282 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 +msgid "Generate events" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 +msgid "Edited" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 +msgid "Ping" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 +#: ../../include/ajax/events.php:158 +#, php-format +msgid "Executing command: %s" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 +#: ../../include/ajax/events.php:165 +msgid "Execute again" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 +msgid "Ping to host" +msgstr "" + +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 +msgid "Export to Excel" +msgstr "" + +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 +msgid "Assign next free IP" +msgstr "" + +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 +msgid "Next available IP" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_list.php:133 +msgid "No networks found" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_list.php:175 +msgid "IPs" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_list.php:239 +msgid "Edit network" +msgstr "" + +#: ../../enterprise/extensions/ipam/ipam_list.php:243 +msgid "Delete network" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:45 +msgid "Add new job" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +msgid "Path doesn't exists or is not writable" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:111 +#: ../../enterprise/extensions/cron/main.php:126 +msgid "Edit job" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:152 +msgid "Cron extension is not running" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:153 +msgid "Cron extension has never run or it's not configured well" +msgstr "" + +#: ../../enterprise/extensions/cron/main.php:155 msgid "" -"Before continue, you should create a new entry into the authenticator app" +"This extension relies on a proper setup of cron, the time-based scheduling " +"service" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:292 -msgid "Refresh code" +#: ../../enterprise/extensions/cron/main.php:157 +msgid "Please, add the following line to your crontab file" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:358 -msgid "Are you introduced the code in the authenticator app yet?" +#: ../../enterprise/extensions/cron/main.php:163 +msgid "Last execution" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:420 -msgid "Introduce a code generated by the app" +#: ../../enterprise/extensions/cron/main.php:170 +msgid "Cron extension is running" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:421 -msgid "If the code is valid, the double authentication will be activated" +#: ../../enterprise/extensions/cron/main.php:179 +msgid "Scheduled jobs" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:430 -msgid "Validate code" +#: ../../enterprise/extensions/cron/main.php:188 +#: ../../enterprise/extensions/cron/main.php:286 +msgid "Task" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:481 -msgid "The code is valid, you can exit now" +#: ../../enterprise/extensions/cron/main.php:190 +msgid "First_execution" msgstr "" -#: ../../include/ajax/double_auth.ajax.php:497 -msgid "The code is valid, but it was an error saving the data" +#: ../../enterprise/extensions/cron/main.php:191 +msgid "" +"Maybe the first run is not exactly equal to this value because the cron " +"configuration is diferent." msgstr "" -#: ../../include/ajax/module.php:130 -msgid "3 years" +#: ../../enterprise/extensions/cron/main.php:192 +msgid "Last run" msgstr "" -#: ../../include/ajax/module.php:134 -#: ../../operation/agentes/datos_agente.php:185 -msgid "Choose a time from now" +#: ../../enterprise/extensions/cron/main.php:203 +msgid "Force run" msgstr "" -#: ../../include/ajax/module.php:146 -#: ../../operation/agentes/datos_agente.php:188 -msgid "Specify time range" +#: ../../enterprise/extensions/cron/main.php:224 +#: ../../enterprise/extensions/cron/functions.php:44 +#: ../../godmode/servers/manage_recontask_form.php:233 +msgid "Custom script" msgstr "" -#: ../../include/ajax/module.php:307 -#: ../../operation/agentes/datos_agente.php:286 -#: ../../godmode/agentes/module_manager.php:482 -msgid "No available data to show" +#: ../../enterprise/extensions/cron/main.php:237 +#: ../../enterprise/extensions/cron/main.php:251 +msgid "Path" msgstr "" -#: ../../include/ajax/module.php:697 -#: ../../operation/agentes/alerts_status.php:415 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../operation/agentes/alerts_status.php:490 -#: ../../operation/agentes/alerts_status.php:524 -msgid "Force execution" +#: ../../enterprise/extensions/cron/main.php:298 +msgid "First execution" msgstr "" -#: ../../include/ajax/module.php:697 -#: ../../operation/agentes/alerts_status.php:416 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../operation/agentes/alerts_status.php:490 -#: ../../operation/agentes/alerts_status.php:524 -msgid "F." +#: ../../enterprise/extensions/cron/main.php:303 +#: ../../godmode/events/event_responses.editor.php:111 +#: ../../include/functions_events.php:1815 +msgid "Parameters" msgstr "" -#: ../../include/ajax/module.php:713 -#: ../../operation/agentes/status_monitor.php:961 -#: ../../godmode/agentes/module_manager.php:524 -msgid "Warn" +#: ../../enterprise/extensions/cron/functions.php:17 +#: ../../enterprise/extensions/cron/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:48 +#: ../../enterprise/extensions/cron/functions.php:80 +#: ../../enterprise/extensions/cron/functions.php:95 +#: ../../enterprise/extensions/cron/functions.php:136 +msgid "Report to build" msgstr "" -#: ../../include/ajax/module.php:787 ../../include/ajax/module.php:797 -#: ../../godmode/agentes/module_manager.php:620 -#: ../../godmode/agentes/module_manager.php:630 -msgid "Adopted" +#: ../../enterprise/extensions/cron/functions.php:23 +msgid "Send to emails (separated by comma)" msgstr "" -#: ../../include/ajax/module.php:797 ../../include/ajax/module.php:801 -#: ../../godmode/agentes/module_manager.php:630 -#: ../../godmode/agentes/module_manager.php:634 -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Unlinked" +#: ../../enterprise/extensions/cron/functions.php:33 +#: ../../enterprise/extensions/cron/functions.php:38 +#: ../../enterprise/extensions/cron/functions.php:54 +#: ../../enterprise/extensions/cron/functions.php:96 +#: ../../enterprise/extensions/cron/functions.php:137 +msgid "Save to disk into path" msgstr "" -#: ../../include/ajax/module.php:1016 -msgid "Any monitors aren't with this filter." +#: ../../enterprise/extensions/cron/functions.php:81 +msgid "Send to email" msgstr "" -#: ../../include/ajax/module.php:1019 -msgid "This agent doesn't have any active monitors." +#: ../../enterprise/extensions/cron/functions.php:82 +msgid "Send custom report by email" msgstr "" -#: ../../include/ajax/update_manager.ajax.php:95 -msgid "Invalid extension. The package must have the extension .oum." +#: ../../enterprise/extensions/cron/functions.php:97 +#: ../../enterprise/extensions/cron/functions.php:138 +msgid "Save custom report to disk" msgstr "" -#: ../../include/ajax/update_manager.ajax.php:102 -msgid "The file was not uploaded succesfully." +#: ../../enterprise/extensions/cron/functions.php:110 +#: ../../enterprise/extensions/cron/functions.php:123 +msgid "Backup Pandora database" msgstr "" -#: ../../include/ajax/events.php:300 -msgid "Agent fields" +#: ../../enterprise/extensions/cron/functions.php:153 +msgid "Not scheduled" msgstr "" -#: ../../include/ajax/events.php:308 -msgid "Custom data" +#: ../../enterprise/extensions/cron/functions.php:188 +#: ../../enterprise/godmode/setup/setup_acl.php:72 +#: ../../enterprise/godmode/setup/setup_acl.php:316 +#: ../../include/functions_html.php:640 ../../include/functions_html.php:641 +#: ../../include/functions_html.php:764 ../../include/functions_html.php:765 +msgid "Custom" msgstr "" -#: ../../include/ajax/events.php:376 -msgid "Error adding comment" +#: ../../enterprise/extensions/cron/functions.php:362 +msgid "This is the automatic generated report" msgstr "" -#: ../../include/ajax/events.php:377 -msgid "Comment added successfully" +#: ../../enterprise/extensions/cron/functions.php:365 +msgid "Open the attached file to view it" msgstr "" -#: ../../include/ajax/events.php:378 -msgid "Error changing event status" +#: ../../enterprise/extensions/cron/functions.php:367 +#: ../../mobile/include/ui.class.php:258 +#: ../../mobile/include/functions_web.php:82 +msgid "Generated at" msgstr "" -#: ../../include/ajax/events.php:379 -msgid "Event status changed successfully" +#: ../../enterprise/extensions/cron/functions.php:371 +msgid "Please do not answer or reply to this email" msgstr "" -#: ../../include/ajax/events.php:380 -msgid "Error changing event owner" +#: ../../enterprise/load_enterprise.php:1 +msgid "Invalid licence." msgstr "" -#: ../../include/ajax/events.php:381 -msgid "Event owner changed successfully" +#: ../../enterprise/load_enterprise.php:1 +msgid "Please contact Artica at info@artica.es for a valid licence." msgstr "" -#: ../../include/graphs/functions_flot.php:213 -msgid "Cancel zoom" +#: ../../enterprise/load_enterprise.php:1 +msgid "Or disable Pandora FMS enterprise" msgstr "" -#: ../../include/graphs/functions_flot.php:215 -msgid "Warning and Critical thresholds" +#: ../../enterprise/load_enterprise.php:1 +msgid "Request new licence" msgstr "" -#: ../../include/graphs/functions_flot.php:218 -msgid "Overview graph" +#: ../../enterprise/load_enterprise.php:1 +#, php-format +msgid "" +"License out of limits

" +"This license allows %d agents and you have %d agents configured." msgstr "" -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" +#: ../../enterprise/load_enterprise.php:1 +#, php-format +msgid "" +"License out of limits

" +"This license allows %d modules and you have %d modules configured." msgstr "" -#: ../../include/functions_config.php:99 -msgid "Failed updated: User did not login." +#: ../../enterprise/load_enterprise.php:1 +msgid "" +"This license has expired. " +"

You can not get updates until you renew the license." msgstr "" -#: ../../include/functions_config.php:107 -msgid "Failed updated: User is not admin." +#: ../../enterprise/load_enterprise.php:1 +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 "" -#: ../../include/functions_config.php:136 -#: ../../godmode/setup/setup_general.php:56 -msgid "Remote config directory" +#: ../../enterprise/load_enterprise.php:1 +msgid "Please contact Artica at info@artica.es to renew the license." msgstr "" -#: ../../include/functions_config.php:143 -#: ../../godmode/setup/setup_general.php:69 -msgid "Automatic check for updates" +#: ../../enterprise/load_enterprise.php:1 +msgid "Renew" msgstr "" -#: ../../include/functions_config.php:153 -#: ../../godmode/setup/setup_general.php:93 -msgid "Enable GIS features in Pandora Console" +#: ../../enterprise/load_enterprise.php:1 +msgid "Activate license" msgstr "" -#: ../../include/functions_config.php:155 -#: ../../godmode/setup/setup_general.php:97 -msgid "Enable Integria incidents in Pandora Console" +#: ../../enterprise/load_enterprise.php:1 +msgid "Your request key is:" msgstr "" -#: ../../include/functions_config.php:157 -#: ../../godmode/setup/setup_general.php:169 -msgid "Integria inventory" +#: ../../enterprise/load_enterprise.php:1 +#, php-format +msgid "" +"You can activate it manually here or " +"automatically filling the form below:" msgstr "" -#: ../../include/functions_config.php:159 -#: ../../godmode/setup/setup_general.php:149 -msgid "Integria API password" +#: ../../enterprise/load_enterprise.php:1 +msgid "Auth Key:" msgstr "" -#: ../../include/functions_config.php:161 -#: ../../godmode/setup/setup_general.php:140 -msgid "Integria URL" +#: ../../enterprise/load_enterprise.php:1 +msgid "Online validation" msgstr "" -#: ../../include/functions_config.php:163 -#: ../../godmode/setup/setup_general.php:173 -msgid "Enable Netflow" +#: ../../enterprise/load_enterprise.php:1 +msgid "ERROR:" msgstr "" -#: ../../include/functions_config.php:170 -#: ../../godmode/setup/setup_general.php:213 -msgid "Sound for Alert fired" +#: ../../enterprise/load_enterprise.php:1 +msgid "When connecting to Artica server." msgstr "" -#: ../../include/functions_config.php:172 -#: ../../godmode/setup/setup_general.php:218 -msgid "Sound for Monitor critical" +#: ../../enterprise/godmode/policies/policy_collections.php:37 +#: ../../enterprise/godmode/policies/policy_modules.php:444 +#: ../../enterprise/godmode/policies/policies.php:191 +#: ../../enterprise/godmode/policies/policy_agents.php:80 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 +#: ../../enterprise/godmode/policies/policy_linking.php:32 +#: ../../enterprise/godmode/policies/policy_alerts.php:60 +#: ../../godmode/agentes/module_manager_editor.php:348 +msgid "This policy is applying and cannot be modified" msgstr "" -#: ../../include/functions_config.php:174 -#: ../../godmode/setup/setup_general.php:223 -msgid "Sound for Monitor warning" +#: ../../enterprise/godmode/policies/policy_collections.php:68 +msgid "" +"Successfully added to delete the collection. Will be deleted in the next " +"policy application." msgstr "" -#: ../../include/functions_config.php:185 -msgid "License information" +#: ../../enterprise/godmode/policies/policy_collections.php:73 +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +#: ../../enterprise/godmode/policies/policy_modules.php:956 +#: ../../enterprise/godmode/policies/policy_agents.php:95 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 +#: ../../enterprise/godmode/policies/policy_alerts.php:169 +msgid "Successfully reverted deletion" msgstr "" -#: ../../include/functions_config.php:191 -#: ../../godmode/setup/setup_general.php:232 -msgid "Referer security" +#: ../../enterprise/godmode/policies/policy_collections.php:74 +#: ../../enterprise/godmode/policies/policy_plugins.php:43 +#: ../../enterprise/godmode/policies/policy_modules.php:957 +#: ../../enterprise/godmode/policies/policy_agents.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 +#: ../../enterprise/godmode/policies/policy_alerts.php:170 +msgid "Could not be reverted" msgstr "" -#: ../../include/functions_config.php:193 -#: ../../godmode/setup/setup_general.php:240 -msgid "Event storm protection" +#: ../../enterprise/godmode/policies/policy_collections.php:122 +#: ../../enterprise/godmode/policies/policy_collections.php:193 +#: ../../enterprise/godmode/agentes/collections.php:182 +#: ../../enterprise/godmode/agentes/collection_manager.php:106 +msgid "Short Name" msgstr "" -#: ../../include/functions_config.php:195 -#: ../../godmode/setup/setup_general.php:249 -msgid "Command Snapshot" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:110 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" msgstr "" -#: ../../include/functions_config.php:197 -#: ../../godmode/setup/setup_general.php:254 -msgid "Server logs directory" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:202 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" msgstr "" -#: ../../include/functions_config.php:199 -#: ../../godmode/setup/setup_general.php:263 -msgid "Tutorial mode" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:205 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" msgstr "" -#: ../../include/functions_config.php:201 -#: ../../godmode/setup/setup_general.php:270 -msgid "Allow create planned downtimes in the past" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:210 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" msgstr "" -#: ../../include/functions_config.php:203 -#: ../../godmode/setup/setup_general.php:275 -msgid "Limit parameters massive" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:213 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" msgstr "" -#: ../../include/functions_config.php:228 -msgid "Replication DB engine" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:218 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, php-format +msgid "%s disk space modules created succesfully" msgstr "" -#: ../../include/functions_config.php:230 -msgid "Replication DB host" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:221 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 +#, php-format +msgid "Error creating %s disk space modules" msgstr "" -#: ../../include/functions_config.php:232 -msgid "Replication DB database" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:226 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 +#, php-format +msgid "%s modules created from components succesfully" msgstr "" -#: ../../include/functions_config.php:234 -msgid "Replication DB user" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:229 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 +#, php-format +msgid "Error creating %s modules from components" msgstr "" -#: ../../include/functions_config.php:236 -msgid "Replication DB password" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:232 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:666 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#, php-format +msgid "%s modules already exist" msgstr "" -#: ../../include/functions_config.php:238 -msgid "Replication DB port" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:255 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +msgid "Namespace" msgstr "" -#: ../../include/functions_config.php:366 -#: ../../godmode/setup/performance.php:50 -msgid "Max. days before delete traps" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:259 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 +#: ../../enterprise/godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/massive/massive_edit_modules.php:518 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +msgid "Username" msgstr "" -#: ../../include/functions_config.php:368 -#: ../../godmode/setup/performance.php:56 -msgid "Max. days before delete string data" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:272 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" msgstr "" -#: ../../include/functions_config.php:372 -#: ../../godmode/setup/performance.php:59 -msgid "Max. days before delete GIS data" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:276 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" msgstr "" -#: ../../include/functions_config.php:374 -#: ../../godmode/setup/performance.php:62 -msgid "Max. days before purge" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:300 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:778 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +msgid "Free space on disk" msgstr "" -#: ../../include/functions_config.php:376 -#: ../../godmode/setup/performance.php:68 -msgid "Max. days before delete unknown modules" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" msgstr "" -#: ../../include/functions_config.php:378 -#: ../../godmode/setup/performance.php:65 -msgid "Max. days before compact data" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:303 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:782 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +msgid "Wizard mode" msgstr "" -#: ../../include/functions_config.php:380 -#: ../../godmode/setup/performance.php:80 -msgid "Compact interpolation in hours (1 Fine-20 bad)" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:314 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +msgid "Filter by group" msgstr "" -#: ../../include/functions_config.php:384 -#: ../../godmode/setup/performance.php:97 -msgid "Use realtime statistics" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:334 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 +#: ../../godmode/agentes/module_manager_editor_common.php:81 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 +msgid "No component was found" msgstr "" -#: ../../include/functions_config.php:386 -#: ../../godmode/setup/performance.php:101 -msgid "Batch statistics period (secs)" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:346 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:348 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:350 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:352 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:838 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:840 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:842 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:844 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:847 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 +msgid "Add to modules list" msgstr "" -#: ../../include/functions_config.php:390 -#: ../../godmode/setup/performance.php:108 -msgid "Max. recommended number of files in attachment directory" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:356 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:849 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +msgid "Remove from modules list" msgstr "" -#: ../../include/functions_config.php:392 -#: ../../godmode/setup/performance.php:111 -msgid "Delete not init modules" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:367 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:440 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:859 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +msgid "Create modules" msgstr "" -#: ../../include/functions_config.php:409 -#: ../../godmode/setup/setup_visuals.php:308 -msgid "Graph color #4" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:413 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:161 +#: ../../enterprise/godmode/services/services.elements.php:327 +#: ../../enterprise/godmode/services/services.elements.php:368 +#: ../../enterprise/include/functions_visual_map.php:415 +#: ../../enterprise/include/functions_services.php:1458 +#: ../../enterprise/include/functions_reporting.php:3084 +#: ../../enterprise/include/functions_reporting.php:3385 +#: ../../enterprise/include/functions_reporting_pdf.php:2034 +#: ../../enterprise/include/functions_visual_map_editor.php:17 +#: ../../enterprise/include/functions_visual_map_editor.php:24 +#: ../../enterprise/include/functions_visual_map_editor.php:47 +#: ../../enterprise/dashboard/widgets/service_map.php:46 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1463 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" msgstr "" -#: ../../include/functions_config.php:411 -#: ../../godmode/setup/setup_visuals.php:312 -msgid "Graph color #5" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:429 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:932 +#: ../../godmode/reporting/visual_console_builder.wizard.php:166 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../include/functions_visual_map_editor.php:327 +msgid "Process" msgstr "" -#: ../../include/functions_config.php:413 -#: ../../godmode/setup/setup_visuals.php:316 -msgid "Graph color #6" +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:489 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1011 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +msgid "Modules list is empty" msgstr "" -#: ../../include/functions_config.php:415 -#: ../../godmode/setup/setup_visuals.php:320 -msgid "Graph color #7" +#: ../../enterprise/godmode/policies/policy_plugins.php:33 +msgid "" +"Successfully added to delete pending plugins. Will be deleted in the next " +"policy application." msgstr "" -#: ../../include/functions_config.php:417 -#: ../../godmode/setup/setup_visuals.php:324 -msgid "Graph color #8" +#: ../../enterprise/godmode/policies/policy_plugins.php:34 +msgid "Cannot be added to delete pending plugins." msgstr "" -#: ../../include/functions_config.php:419 -#: ../../godmode/setup/setup_visuals.php:328 -msgid "Graph color #9" +#: ../../enterprise/godmode/policies/policy_plugins.php:50 +#: ../../enterprise/godmode/agentes/plugins_manager.php:49 +msgid "Plug-in added succesfully" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_plugins.php:51 +#: ../../enterprise/godmode/agentes/plugins_manager.php:49 +msgid "Plug-in cannot be added" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_plugins.php:61 +#: ../../enterprise/godmode/agentes/plugins_manager.php:90 +msgid "New plug-in" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_plugins.php:82 +#: ../../enterprise/godmode/agentes/plugins_manager.php:109 +#: ../../godmode/menu.php:216 +msgid "Plugins" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_plugins.php:111 +msgid "There are no defined plugins" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:166 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 +#: ../../enterprise/include/functions_massive.php:15 +#: ../../godmode/reporting/visual_console_builder.php:485 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/massive/massive_edit_modules.php:1047 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../include/functions_visual_map.php:1316 +msgid "No modules selected" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:283 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 +msgid "Successfully modules created" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:293 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1851 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1951 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2424 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2540 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2629 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2840 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 +msgid "Another module already exists with the same name" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 +msgid "Some required fields are missed" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 +msgid "name" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 +msgid "Processing error" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:339 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:692 +#: ../../enterprise/godmode/servers/manage_export_form.php:105 +#: ../../enterprise/godmode/setup/setup_history.php:56 +#: ../../godmode/agentes/module_manager_editor_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../include/functions_config.php:658 +msgid "Port" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:347 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:700 +#: ../../godmode/agentes/module_manager_editor_network.php:89 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704 +#: ../../godmode/modules/manage_network_components_form_network.php:50 +msgid "SNMP community" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:350 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:703 +#: ../../godmode/agentes/module_manager_editor_network.php:102 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707 +#: ../../godmode/massive/massive_edit_modules.php:486 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +msgid "SNMP version" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:363 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:716 +#: ../../godmode/agentes/module_manager_editor_network.php:186 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720 +#: ../../godmode/massive/massive_edit_modules.php:489 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../include/functions_snmp_browser.php:530 +msgid "Auth user" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:365 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:718 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 +#: ../../godmode/massive/massive_edit_modules.php:492 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../include/functions_snmp_browser.php:532 +msgid "Auth password" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:369 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:722 +#: ../../godmode/agentes/module_manager_editor_network.php:197 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726 +#: ../../godmode/massive/massive_edit_modules.php:495 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../include/functions_snmp_browser.php:536 +msgid "Privacy method" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../include/functions_snmp_browser.php:537 +msgid "DES" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../include/functions_snmp_browser.php:537 +msgid "AES" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:724 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728 +msgid "privacy pass" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:727 +#: ../../godmode/agentes/module_manager_editor_network.php:207 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 +#: ../../godmode/massive/massive_edit_modules.php:499 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../include/functions_snmp_browser.php:541 +msgid "Auth method" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../include/functions_snmp_browser.php:542 +msgid "MD5" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../include/functions_snmp_browser.php:542 +msgid "SHA" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:729 +#: ../../godmode/agentes/module_manager_editor_network.php:209 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../include/functions_snmp_browser.php:543 +msgid "Security level" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:377 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:730 +#: ../../godmode/agentes/module_manager_editor_network.php:210 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734 +#: ../../godmode/massive/massive_edit_modules.php:502 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../include/functions_snmp_browser.php:544 +msgid "Not auth and not privacy method" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and not privacy method" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and privacy method" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:391 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:744 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 +msgid "SNMP Walk" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:395 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 +msgid "Unable to do SNMP walk" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:428 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 +msgid "Interfaces" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:21 +#: ../../enterprise/godmode/policies/policy_modules.php:1243 +#: ../../godmode/agentes/module_manager_editor_common.php:412 +msgid "Not needed" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:220 +msgid "" +"If you change this description, you must change into the text of Data " +"configuration." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:278 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 +msgid "Edit module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:284 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 +msgid "Add module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:309 +msgid "Module macros" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/alerts/alert_events_list.php:221 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 +#: ../../godmode/agentes/modificar_agente.php:116 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/alerts/alert_list.php:231 +#: ../../include/ajax/alert_list.ajax.php:80 +msgid "Successfully enabled" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/alerts/alert_events_list.php:222 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 +#: ../../godmode/agentes/modificar_agente.php:116 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:231 +#: ../../include/ajax/alert_list.ajax.php:82 +msgid "Could not be enabled" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:394 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/alerts/alert_events_list.php:238 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:1487 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/alerts/alert_list.php:248 +#: ../../include/ajax/alert_list.ajax.php:91 +msgid "Successfully disabled" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:394 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/alerts/alert_events_list.php:239 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:1487 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:248 +#: ../../include/ajax/alert_list.ajax.php:93 +msgid "Could not be disabled" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:406 +msgid "Could not be added module(s). You must select a policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:434 +#, php-format +msgid "Successfully added module(s) (%s/%s) to policy %s" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:436 +#, php-format +msgid "Could not be added module(s) (%s/%s) to policy %s" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:681 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1904 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 +msgid "Successfully added module." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:682 +msgid "Could not be added module." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:907 +msgid "" +"The module type in Data configuration is empty, take from combo box of form." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:910 +msgid "" +"The module name in Data configuration is empty, take from text field of form." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:937 +#: ../../enterprise/godmode/policies/policy_modules.php:951 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 +msgid "" +"Successfully added to delete pending modules. Will be deleted in the next " +"policy application." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:941 +msgid "Could not be added to deleted all modules." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:998 +#: ../../godmode/agentes/configurar_agente.php:1429 +#, php-format +msgid "copy of %s" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1010 +#: ../../godmode/agentes/configurar_agente.php:1439 +#, php-format +msgid "copy of %s (%d)" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1027 +msgid "Successfully duplicate the module." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1087 +msgid "Local component" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1096 +#: ../../enterprise/godmode/policies/policy_modules.php:1097 +#: ../../godmode/agentes/module_manager.php:695 +msgid "Enable module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1102 +#: ../../enterprise/godmode/policies/policy_modules.php:1103 +#: ../../godmode/agentes/module_manager.php:700 +msgid "Disable module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1110 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 +#: ../../enterprise/godmode/modules/local_components.php:525 +#: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:613 +msgid "Duplicate" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1119 +#: ../../enterprise/godmode/policies/policy_agents.php:474 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 +#: ../../enterprise/godmode/policies/policy_alerts.php:417 +msgid "Undo deletion" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1153 +msgid "There are no defined modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1170 +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1171 +msgid "Copy selected modules to policy: " +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1212 +#: ../../godmode/agentes/module_manager_editor.php:523 +msgid "No module name provided" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1213 +#: ../../godmode/agentes/module_manager_editor.php:524 +msgid "No target IP provided" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1214 +#: ../../godmode/agentes/module_manager_editor.php:525 +msgid "No SNMP OID provided" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1309 +msgid "Variable" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1353 +msgid "Are you sure to copy modules into policy?\\n" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_modules.php:1373 +msgid "Please select any module to copy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:59 +#: ../../enterprise/meta/advanced/policymanager.queue.php:60 +msgid "Operation successfully deleted from the queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:61 +msgid "Operation cannot be deleted from the queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:101 +msgid "Operations successfully deleted from the queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:102 +msgid "Operations cannot be deleted from the queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:160 +msgid "Update pending" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:162 +msgid "Update pending agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:176 +#: ../../enterprise/godmode/policies/policy_agents.php:457 +msgid "Add to apply queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:180 +msgid "Add to apply queue only for database" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:186 +msgid "Link pending modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:192 +msgid "Will be linked in the next policy application" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:195 +msgid "Unlink pending modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:201 +msgid "Will be unlinked in the next policy application" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:206 +msgid "Delete pending" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:208 +msgid "Delete pending agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:214 +#: ../../enterprise/godmode/policies/policy_queue.php:223 +#: ../../enterprise/godmode/policies/policy_queue.php:232 +#: ../../enterprise/godmode/policies/policy_queue.php:241 +#: ../../enterprise/godmode/policies/policy_queue.php:250 +#: ../../enterprise/godmode/policies/policy_queue.php:259 +#: ../../enterprise/godmode/policies/policy_queue.php:268 +msgid "Will be deleted in the next policy application" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:217 +msgid "Delete pending modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:226 +msgid "Delete pending inventory modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:235 +msgid "Delete pending alerts" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:244 +msgid "Delete pending external alerts" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:253 +msgid "Delete pending file collections" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:262 +msgid "Delete pending plugins" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:274 +msgid "Advices" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:277 +msgid "Queue summary" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +msgid "Apply (database and files)" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:418 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:309 +msgid "Apply (only database)" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +msgid "Complete" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +msgid "Incomplete" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:364 +msgid "Queue filter" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:378 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +msgid "Finished" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:415 +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/meta/advanced/policymanager.queue.php:306 +#: ../../enterprise/meta/advanced/policymanager.apply.php:215 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:624 +#: ../../include/functions_visual_map_editor.php:346 +msgid "Apply" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:446 +#: ../../enterprise/meta/advanced/policymanager.queue.php:334 +msgid "Delete from queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:459 +msgid "Empty queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:476 +msgid "This operation could take a long time" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:487 +msgid "Apply all" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_queue.php:493 +msgid "Delete all" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:114 +msgid "Policy name already exists" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:170 +msgid "Policies Management" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 +#: ../../godmode/reporting/map_builder.php:183 +#: ../../godmode/reporting/map_builder.php:192 +#: ../../godmode/alerts/alert_actions.php:140 +#: ../../include/functions_agents.php:676 +msgid "Successfully copied" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:181 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 +#: ../../godmode/alerts/alert_actions.php:141 +msgid "Could not be copied" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:186 +msgid "All policy agents added to delete queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:187 +msgid "Policy agents cannot be added to the delete queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:237 +msgid "a" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:312 +msgid "Policy updated" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:316 +msgid "Pending update policy only database" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:320 +msgid "Pending update policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:333 +#: ../../enterprise/godmode/policies/policy_linking.php:122 +#: ../../enterprise/include/functions_policies.php:3276 +msgid "Linking" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:345 +msgid "Agent Wizard" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:353 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 +#: ../../enterprise/include/functions_policies.php:3266 +msgid "External alerts" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:357 +#: ../../enterprise/godmode/policies/policy.php:46 +#: ../../enterprise/include/functions_policies.php:3294 +msgid "Queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:401 +msgid "A policy with agents cannot be deleted. Purge it first" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:407 +msgid "Deleting all policy agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:410 +msgid "All the policy agents will be deleted" +msgstr "" + +#: ../../enterprise/godmode/policies/policies.php:414 +msgid "Delete all agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:90 +msgid "" +"Successfully added to delete pending agents. Will be deleted in the next " +"policy application." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:121 +msgid "Successfully added to delete queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:122 +msgid "Could not be added to delete queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:157 +msgid "Successfully deleted from delete pending agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:158 +msgid "Could not be deleted from delete pending agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:243 +#: ../../enterprise/godmode/policies/policy_agents.php:259 +#: ../../enterprise/godmode/policies/policy_agents.php:363 +#: ../../godmode/massive/massive_add_action_alerts.php:139 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_standby_alerts.php:139 +#: ../../godmode/massive/massive_edit_modules.php:285 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_edit_agents.php:208 +#: ../../godmode/massive/massive_enable_disable_alerts.php:138 +#: ../../godmode/massive/massive_copy_modules.php:74 +#: ../../godmode/massive/massive_copy_modules.php:185 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_delete_alerts.php:215 +#: ../../godmode/massive/massive_delete_action_alerts.php:141 +msgid "Group recursion" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:268 +#: ../../enterprise/godmode/policies/policy_agents.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 +msgid "Filter agent" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:285 +msgid "Agents in Policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:322 +msgid "Add agents to policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:328 +msgid "Delete agents from policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Applied" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:369 +msgid "Not applied" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +msgid "Unlinked modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +msgid "U." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +#: ../../mobile/operation/agents.php:323 +msgid "A." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:383 +msgid "Add to delete queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:383 +#: ../../godmode/agentes/module_manager.php:533 +msgid "D." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:428 +#: ../../godmode/agentes/agent_manager.php:188 +msgid "This agent can be remotely configured" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:433 +msgid "This agent can not be remotely configured" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:492 +msgid "Need apply" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:500 +msgid "Applying policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:506 +msgid "Deleting from policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agents.php:520 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_edit_agents.php:90 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_alerts.php:83 +#: ../../include/functions_visual_map.php:1232 +#: ../../include/functions_visual_map.php:1465 +msgid "No agents selected" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 +#: ../../enterprise/godmode/policies/policy_alerts.php:148 +msgid "Created successfuly" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 +msgid "Duplicated alert" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 +#: ../../enterprise/godmode/policies/policy_alerts.php:164 +msgid "" +"Successfully added to delete pending alerts. Will be deleted in the next " +"policy application." +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +msgid "Added action successfuly" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +msgid "Deleted action successfuly" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 +msgid "Modules in policy agents" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 +#: ../../enterprise/godmode/policies/policy_alerts.php:328 +#: ../../enterprise/godmode/alerts/alert_events_list.php:551 +#: ../../godmode/alerts/alert_list.list.php:524 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../include/functions_alerts.php:558 +msgid "Always" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 +#: ../../enterprise/godmode/policies/policy_alerts.php:330 +#: ../../enterprise/godmode/alerts/alert_events_list.php:553 +#: ../../godmode/alerts/alert_list.list.php:526 +msgid "On" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 +#: ../../enterprise/godmode/policies/policy_alerts.php:334 +#: ../../enterprise/godmode/alerts/alert_events_list.php:557 +#: ../../godmode/alerts/alert_list.list.php:530 +msgid "Until" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 +#: ../../enterprise/godmode/policies/policy_alerts.php:596 +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:584 +#: ../../godmode/snmpconsole/snmp_alert.php:1121 +#: ../../godmode/alerts/alert_list.list.php:703 +#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:841 +msgid "Add action" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 +#: ../../enterprise/godmode/policies/policy_alerts.php:465 +#: ../../enterprise/godmode/alerts/alert_events_list.php:599 +#: ../../godmode/massive/massive_add_action_alerts.php:159 +#: ../../godmode/alerts/alert_list.list.php:615 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../include/ajax/alert_list.ajax.php:156 +msgid "Number of alerts match from" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 +msgid "Alert Template" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 +#: ../../enterprise/godmode/menu__.php:53 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/menu.php:66 +#: ../../enterprise/include/functions_policies.php:3247 +msgid "Inventory modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 +msgid "Module is not selected" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 +#: ../../enterprise/godmode/agentes/inventory_manager.php:57 +msgid "Successfully added inventory module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 +#: ../../enterprise/godmode/agentes/inventory_manager.php:60 +msgid "Error adding inventory module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 +#: ../../enterprise/godmode/agentes/inventory_manager.php:108 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 +msgid "Successfully updated inventory module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 +#: ../../enterprise/godmode/agentes/inventory_manager.php:111 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 +msgid "Error updating inventory module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 +msgid "Select inventory module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 +#: ../../enterprise/godmode/agentes/inventory_manager.php:178 +#: ../../include/ajax/module.php:121 +msgid "6 hours" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:179 +#: ../../enterprise/dashboard/widgets/top_n.php:64 +#: ../../godmode/setup/performance.php:98 ../../include/ajax/module.php:122 +#: ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 +msgid "12 hours" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/dashboard/widgets/top_n.php:65 +#: ../../include/functions.php:2025 ../../include/ajax/module.php:123 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 +msgid "1 day" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +#: ../../enterprise/godmode/agentes/inventory_manager.php:181 +#: ../../godmode/setup/performance.php:100 +#: ../../include/functions_netflow.php:1054 +#: ../../include/functions_netflow.php:1087 +msgid "2 days" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 +#: ../../enterprise/godmode/agentes/inventory_manager.php:182 +msgid "7 days" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../enterprise/godmode/agentes/inventory_manager.php:183 +#: ../../include/functions.php:2027 ../../include/ajax/module.php:125 +#: ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 +msgid "15 days" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 +#: ../../enterprise/godmode/agentes/inventory_manager.php:184 +#: ../../include/functions.php:2028 ../../include/ajax/module.php:126 +#: ../../include/functions_netflow.php:1091 +msgid "1 month" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 +#: ../../enterprise/godmode/agentes/inventory_manager.php:195 +msgid "Update all" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 +msgid "There are no defined inventory modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:26 +msgid "Linking modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:53 +msgid "Error: Update linking modules to policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:56 +msgid "Success: Update linking modules to policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:66 +msgid "Free text for filter (*)" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:67 +msgid "Free text for filter" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:110 +msgid "List of modules unlinked" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:137 +#: ../../godmode/setup/links.php:109 +msgid "Link" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_linking.php:143 +msgid "There are no defined modules unlinked" +msgstr "" + +#: ../../enterprise/godmode/policies/configure_policy.php:43 +msgid "Add policy" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "The SNMP remote plugin doesnt seem to be installed" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "It is necessary to use some features" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "" +"Please, install the SNMP remote plugin (The name of the plugin must be " +"snmp_remote.pl)" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:248 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252 +msgid "Remote system doesnt support host SNMP information" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:330 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331 +msgid "The number of bytes read from this device since boot" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:332 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333 +msgid "The number of bytes written to this device since boot" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:334 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335 +msgid "The number of read accesses from this device since boot" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:336 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337 +msgid "The number of write accesses from this device since boot" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:511 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:582 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 +msgid "Disk use information" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:651 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 +#, php-format +msgid "%s modules created succesfully" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:656 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:661 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 +#, php-format +msgid "Error creating %s modules" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:675 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 +msgid "Modules created succesfully" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +msgid "If the device is a network device, try with the SNMP Interfaces wizard" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780 +msgid "Devices" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783 +msgid "Temperature sensors" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:780 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784 +msgid "Other SNMP data" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:801 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:806 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:916 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920 +msgid "Device" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:964 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968 +msgid "Temperature" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../godmode/massive/massive_standby_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Successfully set standby" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../enterprise/godmode/alerts/alert_events_list.php:256 +#: ../../godmode/massive/massive_standby_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Could not be set standby" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:272 +#: ../../godmode/massive/massive_standby_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:282 +msgid "Successfully set off standby" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:273 +#: ../../godmode/massive/massive_standby_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:282 +msgid "Could not be set off standby" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:133 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +#: ../../godmode/alerts/alert_list.list.php:412 +msgid "Operations" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:511 +msgid "Policy module" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:556 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:707 +#: ../../godmode/extensions.php:285 ../../godmode/users/user_list.php:464 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../include/functions.php:2577 +msgid "Disable" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:564 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:147 +#: ../../enterprise/godmode/alerts/alert_events_list.php:715 +#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:793 +msgid "Enable" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:573 +#: ../../enterprise/godmode/alerts/alert_events_list.php:724 +#: ../../godmode/alerts/alert_list.list.php:802 +msgid "Set off standby" +msgstr "" + +#: ../../enterprise/godmode/policies/policy_alerts.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:733 +#: ../../godmode/alerts/alert_list.list.php:811 +msgid "Set standby" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:54 +#: ../../enterprise/godmode/agentes/configurar_agente.php:49 +#: ../../enterprise/include/functions_policies.php:3312 +#: ../../godmode/agentes/configurar_agente.php:504 +msgid "Agent plugins" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:58 +#: ../../enterprise/include/functions_policies.php:3217 +#: ../../godmode/agentes/configurar_agente.php:360 +msgid "Agent wizard" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:114 +#: ../../enterprise/godmode/policies/policy.php:137 +#: ../../enterprise/meta/advanced/policymanager.apply.php:142 +#: ../../enterprise/meta/advanced/policymanager.apply.php:146 +msgid "Operation successfully added to the queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:117 +#: ../../enterprise/godmode/policies/policy.php:138 +#: ../../enterprise/meta/advanced/policymanager.apply.php:150 +#: ../../enterprise/meta/advanced/policymanager.apply.php:154 +#: ../../enterprise/meta/advanced/policymanager.apply.php:158 +msgid "Operation cannot be added to the queue" +msgstr "" + +#: ../../enterprise/godmode/policies/policy.php:120 +#: ../../enterprise/godmode/policies/policy.php:141 +#: ../../enterprise/meta/advanced/policymanager.apply.php:135 +msgid "Duplicated or incompatible operation in the queue" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:187 +#: ../../enterprise/dashboard/widgets/top_n.php:71 +#: ../../godmode/reporting/reporting_builder.item_editor.php:41 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1206 +msgid "Ascending" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:189 +#: ../../enterprise/dashboard/widgets/top_n.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:42 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1209 +msgid "Descending" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/reporting/reporting_builder.php:1998 +msgid "Successfull action" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/servers/modificar_server.php:73 +#: ../../godmode/servers/modificar_server.php:85 +msgid "Unsuccessfull action" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1170 +#: ../../godmode/reporting/reporting_builder.item_editor.php:622 +msgid "Item Editor" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1217 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:233 +#: ../../enterprise/dashboard/widgets/module_icon.php:49 +#: ../../enterprise/dashboard/widgets/module_status.php:49 +#: ../../enterprise/dashboard/widgets/module_value.php:49 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../godmode/reporting/reporting_builder.item_editor.php:699 +#: ../../godmode/reporting/visual_console_builder.wizard.php:273 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../include/functions_visual_map.php:2326 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:587 +msgid "Label" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 +#: ../../enterprise/include/functions_reporting_csv.php:132 +#: ../../enterprise/include/functions_reporting_csv.php:135 +#: ../../enterprise/include/functions_reporting_csv.php:251 +#: ../../enterprise/include/functions_reporting_csv.php:278 +#: ../../enterprise/include/functions_reporting_csv.php:304 +#: ../../enterprise/include/functions_reporting_csv.php:370 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:796 +#: ../../enterprise/dashboard/widgets/top_n.php:59 +#: ../../enterprise/dashboard/widgets/module_icon.php:86 +#: ../../enterprise/dashboard/widgets/module_status.php:86 +#: ../../enterprise/dashboard/widgets/module_table_value.php:71 +#: ../../enterprise/dashboard/widgets/custom_graph.php:36 +#: ../../enterprise/dashboard/widgets/single_graph.php:72 +#: ../../enterprise/dashboard/widgets/module_value.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:753 +#: ../../godmode/reporting/graph_builder.main.php:145 +#: ../../godmode/reporting/visual_console_builder.wizard.php:158 +#: ../../godmode/reporting/reporting_builder.list_items.php:301 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/agentes/module_manager_editor_prediction.php:155 +#: ../../include/functions_visual_map_editor.php:417 +msgid "Period" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 +#: ../../godmode/reporting/reporting_builder.item_editor.php:725 +msgid "Last value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3018 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 +#: ../../godmode/reporting/reporting_builder.item_editor.php:726 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2989 +msgid "" +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1277 +#: ../../godmode/reporting/reporting_builder.item_editor.php:771 +msgid "Projection period" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:781 +msgid "Data range" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1578 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 +#: ../../enterprise/meta/include/functions_wizard_meta.php:838 +#: ../../enterprise/meta/include/functions_wizard_meta.php:847 +#: ../../enterprise/meta/include/functions_wizard_meta.php:924 +#: ../../enterprise/meta/include/functions_wizard_meta.php:933 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1125 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1134 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1341 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1350 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1422 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1431 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1538 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1547 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/dashboard/widgets/top_n.php:469 +#: ../../godmode/reporting/reporting_builder.item_editor.php:784 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:198 +#: ../../include/graphs/functions_pchart.php:1131 +#: ../../include/functions_reporting.php:834 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1438 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 ../../include/functions_ui.php:1988 +msgid "Max" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1299 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1580 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 +#: ../../enterprise/meta/include/functions_wizard_meta.php:836 +#: ../../enterprise/meta/include/functions_wizard_meta.php:845 +#: ../../enterprise/meta/include/functions_wizard_meta.php:922 +#: ../../enterprise/meta/include/functions_wizard_meta.php:931 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1123 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1132 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1339 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1348 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1420 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1429 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1536 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1545 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/dashboard/widgets/top_n.php:472 +#: ../../godmode/reporting/reporting_builder.item_editor.php:786 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:204 +#: ../../include/graphs/functions_pchart.php:1129 +#: ../../include/functions_reporting.php:837 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1440 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 ../../include/functions_ui.php:1988 +msgid "Min" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1305 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 +#: ../../godmode/reporting/reporting_builder.item_editor.php:792 +msgid "Only display wrong SLAs" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 +#: ../../godmode/reporting/reporting_builder.item_editor.php:801 +msgid "Working time" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1321 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 +#: ../../enterprise/include/functions_reporting.php:1145 +#: ../../enterprise/include/functions_reporting.php:1401 +#: ../../enterprise/include/functions_reporting.php:1835 +#: ../../enterprise/include/functions_reporting_pdf.php:1707 +#: ../../godmode/reporting/reporting_builder.item_editor.php:808 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../godmode/alerts/alert_special_days.php:237 +#: ../../godmode/alerts/alert_special_days.php:425 +#: ../../include/functions_html.php:842 +msgid "Monday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1327 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 +#: ../../enterprise/include/functions_reporting.php:1146 +#: ../../enterprise/include/functions_reporting.php:1402 +#: ../../enterprise/include/functions_reporting.php:1836 +#: ../../enterprise/include/functions_reporting_pdf.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:814 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../godmode/alerts/alert_special_days.php:238 +#: ../../godmode/alerts/alert_special_days.php:428 +#: ../../include/functions_html.php:843 +msgid "Tuesday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1333 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 +#: ../../enterprise/include/functions_reporting.php:1147 +#: ../../enterprise/include/functions_reporting.php:1403 +#: ../../enterprise/include/functions_reporting.php:1837 +#: ../../enterprise/include/functions_reporting_pdf.php:1709 +#: ../../godmode/reporting/reporting_builder.item_editor.php:820 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../godmode/alerts/alert_special_days.php:239 +#: ../../godmode/alerts/alert_special_days.php:431 +#: ../../include/functions_html.php:844 +msgid "Wednesday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1339 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 +#: ../../enterprise/include/functions_reporting.php:1148 +#: ../../enterprise/include/functions_reporting.php:1404 +#: ../../enterprise/include/functions_reporting.php:1838 +#: ../../enterprise/include/functions_reporting_pdf.php:1710 +#: ../../godmode/reporting/reporting_builder.item_editor.php:826 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../godmode/alerts/alert_special_days.php:240 +#: ../../godmode/alerts/alert_special_days.php:434 +#: ../../include/functions_html.php:845 +msgid "Thursday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1345 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 +#: ../../enterprise/include/functions_reporting.php:1149 +#: ../../enterprise/include/functions_reporting.php:1405 +#: ../../enterprise/include/functions_reporting.php:1839 +#: ../../enterprise/include/functions_reporting_pdf.php:1711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:832 +#: ../../godmode/alerts/configure_alert_special_days.php:85 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../godmode/alerts/alert_special_days.php:241 +#: ../../godmode/alerts/alert_special_days.php:437 +#: ../../include/functions_html.php:846 +msgid "Friday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1351 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 +#: ../../enterprise/include/functions_reporting.php:1150 +#: ../../enterprise/include/functions_reporting.php:1406 +#: ../../enterprise/include/functions_reporting.php:1840 +#: ../../enterprise/include/functions_reporting_pdf.php:1712 +#: ../../godmode/reporting/reporting_builder.item_editor.php:838 +#: ../../godmode/alerts/configure_alert_special_days.php:86 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../godmode/alerts/alert_special_days.php:242 +#: ../../godmode/alerts/alert_special_days.php:440 +#: ../../include/functions_html.php:847 +msgid "Saturday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1357 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 +#: ../../enterprise/include/functions_reporting.php:1151 +#: ../../enterprise/include/functions_reporting.php:1407 +#: ../../enterprise/include/functions_reporting.php:1841 +#: ../../enterprise/include/functions_reporting_pdf.php:1713 +#: ../../godmode/reporting/reporting_builder.item_editor.php:844 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../godmode/alerts/alert_special_days.php:243 +#: ../../godmode/alerts/alert_special_days.php:443 +#: ../../include/functions_html.php:841 +msgid "Sunday" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1365 +#: ../../enterprise/godmode/alerts/alert_events.php:446 +#: ../../godmode/reporting/reporting_builder.item_editor.php:852 +#: ../../godmode/alerts/configure_alert_template.php:539 +msgid "Time from" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1373 +#: ../../enterprise/godmode/alerts/alert_events.php:449 +#: ../../godmode/reporting/reporting_builder.item_editor.php:861 +#: ../../godmode/alerts/configure_alert_template.php:543 +msgid "Time to" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1390 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1392 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1173 +msgid "Select server" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1449 +msgid "" +"Case insensitive regular expression for agent name. For example: Network.* " +"will match with the following agent names: network_agent1, NetworK CHECKS" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1463 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2007 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2178 +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 " +"has to be fulfilled with the literally string of the module name, if not you " +"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " +"usage in matchine 1." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1474 +msgid "Module exact match" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1474 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1944 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2009 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2107 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2182 +msgid "Check it if you want to match module name literally" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1483 +#: ../../enterprise/dashboard/widgets/custom_graph.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1083 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:377 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +#: ../../include/functions_visual_map_editor.php:234 +#: ../../include/functions_visual_map_editor.php:244 +msgid "Custom graph" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:285 +#: ../../enterprise/include/functions_netflow_pdf.php:208 +#: ../../enterprise/dashboard/widgets/post.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1145 +#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:641 +#: ../../include/functions_reports.php:595 +#: ../../include/functions_reporting.php:3619 +msgid "Text" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1514 +msgid "Query SQL" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +msgid "Serialized header" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +msgid "The separator character is |" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1152 +msgid "Custom SQL template" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1529 +msgid "SQL preview" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 +msgid "Field separator" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 +msgid "Separator for different fields in the serialized text chain" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 +msgid "Line separator" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 +msgid "" +"Separator in different lines (composed by fields) of the serialized text " +"chain" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1548 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1199 +msgid "Group by agent" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 +#: ../../enterprise/dashboard/widgets/top_n.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1203 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 +#: ../../enterprise/dashboard/widgets/top_n.php:73 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1212 +msgid "By agent name" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 +#: ../../enterprise/dashboard/widgets/top_n.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1220 +msgid "Quantity (n)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 +#: ../../enterprise/dashboard/widgets/top_n.php:477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 +#: ../../include/functions_reporting.php:842 +#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1442 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 +msgid "Avg" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:255 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1253 +msgid "Only average" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:265 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 +msgid "Percentil 95" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1595 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266 +msgid "" +"If this option was checked, only adding in elements that type of modules " +"support this option." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1270 +msgid "Condition" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1610 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1275 +#: ../../include/functions_reporting.php:1608 +msgid "Everything" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 +msgid ">=" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1614 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 +msgid "<" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 +#: ../../enterprise/include/functions_reporting_pdf.php:2104 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 +#: ../../include/functions_reporting_html.php:1516 +msgid "Not OK" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1305 +msgid "Show graph" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1632 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1313 +msgid "Show address instead module name." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:218 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1314 +msgid "Show the main address of agent." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "Show resume" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "" +"Show a resume table with max, min, average of total modules on the report " +"bottom" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1338 +msgid "No Validated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1351 +msgid "Event graphs" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 +msgid "By agent" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +msgid "By user validator" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1677 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 +msgid "By criticity" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1373 +msgid "Validated vs unvalidated" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1686 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1381 +msgid "Show in two columns" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +msgid "SLA items sorted by fulfillment value" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1697 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1392 +msgid "Show in landscape" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1403 +msgid "Hide not init agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1720 +msgid "Modules to match" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1722 +msgid "Select the modules to match when create a report for agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1803 +msgid "Modules to match (Free text)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1805 +msgid "Free text to filter the modules of agents when apply this template." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1819 +msgid "Create a graph for each agent" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1821 +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 "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1859 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1430 +#: ../../godmode/netflow/nf_item_list.php:260 +msgid "Create item" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1864 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1433 +#: ../../include/functions_visual_map_editor.php:599 +msgid "Update item" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1897 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1961 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2054 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2128 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2399 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2494 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 +msgid "Exact match" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1464 +msgid "SLA Min. (value)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1899 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1465 +msgid "SLA Max. (value)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1900 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1466 +msgid "SLA Limit (%)" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1909 +msgid "Please save the SLA template for start to add items in this list." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1958 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2402 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2497 +msgid "Not literally" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2002 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2172 +msgid "" +"Case insensitive regular expression for agent name. For example: Network* " +"will match with the following agent names: network_agent1, NetworK CHECKS" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2027 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2216 +#: ../../enterprise/dashboard/widgets/top_n.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:988 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1600 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1635 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1796 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1824 +msgid "Select an Agent first" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2069 +msgid "Please save the template to start adding items into the list." msgstr "" -#: ../../include/functions_config.php:421 -#: ../../godmode/setup/setup_visuals.php:332 -msgid "Graph color #10" +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 +msgid "Edit template" msgstr "" -#: ../../include/functions_config.php:430 -#: ../../godmode/setup/setup_visuals.php:117 -msgid "Style template" +#: ../../enterprise/godmode/reporting/mysql_builder.php:28 +#: ../../enterprise/godmode/reporting/mysql_builder.php:122 +msgid "Custom Mysql template builder" msgstr "" -#: ../../include/functions_config.php:436 -msgid "Show QR code header" +#: ../../enterprise/godmode/reporting/mysql_builder.php:59 +msgid "Create custom SQL" msgstr "" -#: ../../include/functions_config.php:438 -#: ../../godmode/setup/setup_visuals.php:122 -msgid "Status icon set" +#: ../../enterprise/godmode/reporting/mysql_builder.php:70 +msgid ": Create new custom" msgstr "" -#: ../../include/functions_config.php:440 -#: ../../godmode/setup/setup_visuals.php:225 -msgid "Font path" +#: ../../enterprise/godmode/reporting/mysql_builder.php:90 +msgid "Create new custom" msgstr "" -#: ../../include/functions_config.php:448 -#: ../../godmode/setup/setup_visuals.php:132 -msgid "Login background" +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +msgid "Successfully operation" msgstr "" -#: ../../include/functions_config.php:450 -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Default interval for refresh on Visual Console" +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +msgid "Could not be operation" msgstr "" -#: ../../include/functions_config.php:452 -#: ../../godmode/setup/setup_visuals.php:400 -msgid "Default line thickness for the Visual Console" +#: ../../enterprise/godmode/reporting/mysql_builder.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:528 +#: ../../include/functions_reporting.php:3639 +msgid "SQL" msgstr "" -#: ../../include/functions_config.php:454 -#: ../../include/functions_config.php:456 -#: ../../godmode/setup/setup_visuals.php:255 -msgid "Agent size text" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 +#: ../../enterprise/dashboard/widgets/module_icon.php:84 +#: ../../enterprise/dashboard/widgets/module_status.php:84 +#: ../../godmode/reporting/visual_console_builder.elements.php:183 +#: ../../godmode/groups/group_list.php:335 +#: ../../godmode/groups/configure_group.php:117 +#: ../../godmode/modules/module_list.php:57 +#: ../../godmode/setup/os.builder.php:39 +#: ../../include/functions_visual_map.php:2334 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:588 +msgid "Icon" msgstr "" -#: ../../include/functions_config.php:458 -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Module size text" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104 +msgid "Available" msgstr "" -#: ../../include/functions_config.php:460 -#: ../../include/functions_config.php:462 -#: ../../godmode/setup/setup_visuals.php:271 -msgid "Description size text" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106 +#: ../../include/graphs/export_data.php:76 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +msgid "Selected" msgstr "" -#: ../../include/functions_config.php:464 -#: ../../godmode/setup/setup_visuals.php:275 -msgid "Item title size text" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113 +msgid "Push the selected services into the list" msgstr "" -#: ../../include/functions_config.php:466 -#: ../../godmode/setup/setup_visuals.php:189 -msgid "GIS Labels" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118 +msgid "Remove the services from the list" msgstr "" -#: ../../include/functions_config.php:468 -#: ../../godmode/setup/setup_visuals.php:201 -msgid "Default icon in GIS" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172 +msgid "Icon preview" msgstr "" -#: ../../include/functions_config.php:470 -#: ../../godmode/setup/setup_visuals.php:170 -msgid "Autohidden menu" +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238 +msgid "The services list is empty" msgstr "" -#: ../../include/functions_config.php:472 -#: ../../godmode/setup/setup_visuals.php:154 -msgid "Fixed header" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89 +#: ../../enterprise/include/functions_reporting.php:35 +msgid "Wizard SLA" msgstr "" -#: ../../include/functions_config.php:474 -#: ../../godmode/setup/setup_visuals.php:162 -msgid "Fixed menu" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 +#: ../../enterprise/godmode/services/services.service.php:290 +#: ../../enterprise/include/functions_reporting_csv.php:784 +#: ../../include/functions_reports.php:536 +#: ../../include/functions_reporting.php:474 +msgid "S.L.A." msgstr "" -#: ../../include/functions_config.php:476 -msgid "Paginate module" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113 +#: ../../enterprise/include/functions_reporting.php:1363 +#: ../../enterprise/include/functions_reporting.php:1716 +#: ../../include/functions_reports.php:539 +msgid "Monthly S.L.A." msgstr "" -#: ../../include/functions_config.php:478 -#: ../../godmode/setup/setup_visuals.php:509 -msgid "Custom graphviz directory" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:115 +#: ../../enterprise/include/functions_reporting.php:2675 +#: ../../enterprise/include/functions_reporting.php:3139 +#: ../../include/functions_reports.php:543 +msgid "Services S.L.A." msgstr "" -#: ../../include/functions_config.php:480 -#: ../../godmode/setup/setup_visuals.php:516 -msgid "Networkmap max width" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 +msgid "Elements to apply" msgstr "" -#: ../../include/functions_config.php:482 -#: ../../godmode/setup/setup_visuals.php:364 -msgid "Shortened module graph data" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 +#: ../../godmode/setup/snmp_wizard.php:109 +#: ../../include/functions_visual_map_editor.php:440 +#: ../../include/functions_visual_map_editor.php:448 +msgid "Cancel" msgstr "" -#: ../../include/functions_config.php:486 -#: ../../godmode/setup/setup_visuals.php:344 -msgid "Default line thickness for the Custom Graph." +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 +msgid "SLA min value" msgstr "" -#: ../../include/functions_config.php:488 -msgid "Default type of module charts." +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:200 +msgid "SLA min Value" msgstr "" -#: ../../include/functions_config.php:513 -msgid "Add the custom post process" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 +msgid "SLA max value" msgstr "" -#: ../../include/functions_config.php:520 -msgid "Delete the custom post process" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204 +msgid "SLA max Value" msgstr "" -#: ../../include/functions_config.php:593 -#: ../../godmode/setup/setup_netflow.php:41 -msgid "Data storage path" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 +msgid "SLA Limit %" msgstr "" -#: ../../include/functions_config.php:595 -#: ../../godmode/setup/setup_netflow.php:45 -msgid "Daemon interval" +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208 +msgid "SLA Limit Value" msgstr "" -#: ../../include/functions_config.php:597 -#: ../../godmode/setup/setup_netflow.php:49 -msgid "Daemon binary path" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 +#: ../../godmode/reporting/reporting_builder.list_items.php:287 +#: ../../godmode/reporting/reporting_builder.list_items.php:292 +#: ../../godmode/reporting/reporting_builder.list_items.php:298 +msgid "Ascendent" msgstr "" -#: ../../include/functions_config.php:599 -#: ../../godmode/setup/setup_netflow.php:52 -msgid "Nfdump binary path" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 +#: ../../godmode/reporting/reporting_builder.list_items.php:288 +#: ../../godmode/reporting/reporting_builder.list_items.php:293 +#: ../../godmode/reporting/reporting_builder.list_items.php:299 +msgid "Descent" msgstr "" -#: ../../include/functions_config.php:601 -#: ../../godmode/setup/setup_netflow.php:55 -msgid "Nfexpire binary path" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 +#: ../../godmode/netflow/nf_item_list.php:206 +#: ../../godmode/netflow/nf_item_list.php:209 +msgid "Move to up" msgstr "" -#: ../../include/functions_config.php:603 -#: ../../godmode/setup/setup_netflow.php:58 -msgid "Maximum chart resolution" +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 +#: ../../godmode/netflow/nf_item_list.php:203 +#: ../../godmode/netflow/nf_item_list.php:210 +msgid "Move to down" msgstr "" -#: ../../include/functions_config.php:607 -#: ../../include/functions_config.php:613 -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Netflow max lifetime" +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 +msgid "Advance Reporting" msgstr "" +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../godmode/setup/setup_visuals.php:525 #: ../../include/functions_config.php:609 -#: ../../godmode/setup/setup_netflow.php:68 -msgid "Name resolution for IP address" +msgid "Font family" msgstr "" -#: ../../include/functions_config.php:647 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:532 +#: ../../include/functions_config.php:467 +#: ../../include/functions_config.php:612 +msgid "Custom logo" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 +#: ../../enterprise/meta/advanced/metasetup.visual.php:222 +#: ../../godmode/setup/setup_visuals.php:534 +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 "" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 +#: ../../enterprise/meta/advanced/metasetup.visual.php:230 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../godmode/setup/setup_visuals.php:552 +#: ../../include/functions_config.php:615 +msgid "Header" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 +#: ../../enterprise/meta/advanced/metasetup.visual.php:234 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../godmode/setup/setup_visuals.php:557 +#: ../../include/functions_config.php:618 +msgid "First page" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 +#: ../../enterprise/meta/advanced/metasetup.visual.php:241 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:565 +#: ../../include/functions_config.php:621 +msgid "Footer" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 +#: ../../include/functions_reports.php:587 +msgid "Top n" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 +#: ../../enterprise/include/functions_reporting_csv.php:265 +#: ../../include/functions_reports.php:577 +#: ../../include/functions_reporting.php:1589 +msgid "Exception" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 +#: ../../enterprise/godmode/alerts/alert_events.php:97 +#: ../../enterprise/godmode/alerts/alert_events.php:102 +#: ../../enterprise/meta/include/functions_wizard_meta.php:184 +#: ../../enterprise/meta/include/functions_wizard_meta.php:412 +#: ../../enterprise/meta/include/functions_wizard_meta.php:481 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1010 +#: ../../enterprise/include/functions_reporting_csv.php:358 +#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +#: ../../godmode/alerts/configure_alert_template.php:148 +#: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 +#: ../../include/functions_reports.php:573 ../../include/ajax/events.php:299 +#: ../../include/functions_reporting.php:4710 +msgid "General" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 +#: ../../enterprise/include/functions_reporting.php:38 +msgid "Global" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +msgid "Sum" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 +#: ../../include/functions_reporting.php:4938 +msgid "Rate" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 +msgid "Graph template editor" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 +#: ../../godmode/reporting/graph_builder.graph_editor.php:87 +#: ../../godmode/reporting/graph_builder.graph_editor.php:156 +msgid "Weight" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 +msgid "Decrease Weight" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 +msgid "Increase Weight" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:389 +#: ../../enterprise/godmode/reporting/graph_template_list.php:168 +msgid "Create template" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 +msgid "List templates" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 +#: ../../enterprise/godmode/reporting/graph_template_list.php:124 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 +#: ../../godmode/alerts/alert_list.list.php:58 +msgid "Template name" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 +#: ../../enterprise/dashboard/main_dashboard.php:285 +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:342 +#: ../../godmode/reporting/reporting_builder.php:615 +msgid "HTML view" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:344 +#: ../../godmode/reporting/reporting_builder.php:616 +msgid "Export to XML" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:384 +msgid "You haven't created templates yet." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:397 +msgid "Generate a dynamic report\"" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 +msgid "Agents available" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 +msgid "Select all" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 +msgid "Agents to apply" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 +msgid "Add agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:477 +msgid "Undo agents" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:485 +msgid "Generate" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 +msgid "Advance Options" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +msgid "Cleanup sucessfully" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +msgid "Cleanup error" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 +#: ../../enterprise/godmode/reporting/graph_template_list.php:32 +#: ../../enterprise/godmode/reporting/graph_template_list.php:43 +#: ../../enterprise/godmode/reporting/graph_template_list.php:53 +#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 +msgid "Graph list" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 +msgid "Wizard template" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 +#: ../../enterprise/meta/include/functions_alerts_meta.php:107 +#: ../../enterprise/meta/include/functions_alerts_meta.php:125 +#: ../../enterprise/include/functions_reporting.php:81 +#: ../../enterprise/include/functions_reporting.php:4782 +#: ../../enterprise/include/functions_reporting.php:4806 +#: ../../enterprise/include/functions_reporting.php:4860 +#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:152 +msgid "Templates" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 +msgid "Clean up template" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 +msgid "Add agents to template" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 +msgid "Undo agents to template" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430 +msgid "Apply template" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 +msgid "Please set template distinct than " +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:778 +msgid "" +"This will be delete all reports created in previous template applications. " +"Do you want to continue?" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "Sucessfully applied" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "reports" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "items" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 +msgid "Could not be applied" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 +#: ../../godmode/massive/massive_operations.php:223 +msgid "" +"In order to perform massive operations, PHP needs a correct configuration in " +"timeout parameters. Please, open your PHP configuration file (php.ini) for " +"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout " +"parameters to a correct value:
max_execution_time = 0 and " +"max_input_time = -1" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 +msgid "Create template report wizard" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 +msgid "Create report per agent" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 +msgid "" +"Left in blank if you want to use default name: Template name - agents (num " +"agents) - Date" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 +msgid "Target group" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 +msgid "Filter by" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +msgid "Filter tag" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:70 +msgid "Graph template management" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:163 +msgid "There are no defined graph templates" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/events/event_edit_filter.php:164 +msgid "Not updated. Blank name" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 +msgid "Template updated successfully" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 +msgid "Error updating template" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 +#: ../../godmode/reporting/graph_builder.main.php:135 +#: ../../godmode/reporting/visual_console_builder.wizard.php:134 +#: ../../godmode/setup/gis_step_2.php:257 +#: ../../godmode/events/event_responses.editor.php:104 +#: ../../include/functions_visual_map_editor.php:84 +#: ../../include/functions_visual_map_editor.php:365 +msgid "Width" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 +#: ../../godmode/reporting/graph_builder.main.php:139 +#: ../../godmode/reporting/visual_console_builder.wizard.php:137 +#: ../../godmode/setup/gis_step_2.php:259 +#: ../../godmode/events/event_responses.editor.php:106 +msgid "Height" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 +msgid "3 hours" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 +msgid "4 days" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 +#: ../../godmode/setup/performance.php:102 +#: ../../include/functions_netflow.php:1057 +msgid "Last week" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:104 +#: ../../include/functions_netflow.php:1058 +msgid "Last month" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 +#: ../../include/functions_netflow.php:1059 +msgid "2 months" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 +#: ../../include/ajax/module.php:128 ../../include/functions_netflow.php:1061 +msgid "6 months" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../include/functions.php:2031 ../../include/ajax/module.php:129 +msgid "1 year" +msgstr "" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 +#: ../../enterprise/dashboard/widgets/custom_graph.php:49 +msgid "Stacked" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:182 +msgid "Order:" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:202 +msgid "" +"Show a resume table with max, min, average of total modules on the report " +"bottom:" +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217 +msgid "Show address instead module name" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:48 +msgid "Success: recreate file" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:51 +msgid "Error: recreate file " +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:64 +#: ../../enterprise/godmode/agentes/collections.php:82 +#: ../../enterprise/godmode/agentes/collections.php:153 +msgid "Collections Management" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:116 +msgid "Manager collection" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:124 +#: ../../enterprise/godmode/agentes/collections.php:139 +#: ../../enterprise/godmode/agentes/collection_manager.php:91 +msgid "Successful create collection package." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:140 +#: ../../enterprise/godmode/agentes/collection_manager.php:92 +msgid "Can not create collection package." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:160 +msgid "Error: The main directory of collections does not exist." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:204 +msgid "Are you sure to delete?" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:205 +msgid "Delete collection" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.php:211 +msgid "Re-Apply changes" +msgstr "" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:41 +msgid "Plug-in deleted succesfully" +msgstr "" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:41 +msgid "Plug-in cannot be deleted" +msgstr "" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:64 +msgid "Plug-in disabled succesfully" +msgstr "" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:64 +msgid "Plug-in cannot be disabled" +msgstr "" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:79 +msgid "Plug-in enabled succesfully" +msgstr "" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:79 +msgid "Plug-in cannot be enabled" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:47 +#: ../../enterprise/godmode/agentes/collections.data.php:123 +#: ../../enterprise/godmode/agentes/collections.data.php:142 +#: ../../enterprise/godmode/agentes/collections.data.php:157 +#: ../../enterprise/godmode/agentes/collections.data.php:179 +#: ../../enterprise/godmode/agentes/collections.data.php:221 +msgid "Manager configuration > New" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:94 +#: ../../enterprise/godmode/agentes/collections.data.php:198 +#: ../../enterprise/godmode/agentes/collections.data.php:267 +#: ../../enterprise/godmode/agentes/collections.data.php:281 +#: ../../enterprise/godmode/agentes/collections.data.php:287 +#: ../../enterprise/godmode/agentes/collections.editor.php:55 +msgid "Manager configuration > Edit " +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:130 +msgid "" +"Unable to create the collection. Another collection with the same short name." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:148 +#: ../../enterprise/godmode/agentes/collections.data.php:163 +msgid "Unable to create the collection" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:148 +msgid "Invalid characters in short name" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:163 +#: ../../enterprise/include/functions_local_components.php:138 +msgid "Empty name" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:185 +#: ../../enterprise/godmode/agentes/collections.data.php:229 +msgid "Unable to create the collection." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:206 +#: ../../enterprise/godmode/agentes/collections.data.php:293 +msgid "Correct create collection" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:271 +msgid "Unable to edit the collection, empty name." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:284 +msgid "Unable to edit the collection." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:306 +msgid "Error: The collection directory does not exist." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:316 +#: ../../godmode/reporting/visual_console_builder.data.php:99 +#: ../../godmode/setup/os.builder.php:34 +msgid "Name:" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:323 +msgid "Recreate file" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:339 +#: ../../enterprise/godmode/agentes/collections.data.php:340 +#: ../../enterprise/godmode/agentes/collection_manager.php:138 +#: ../../enterprise/godmode/agentes/collection_manager.php:139 +#: ../../enterprise/godmode/agentes/collection_manager.php:223 +#: ../../enterprise/godmode/agentes/collection_manager.php:224 +msgid "Need to regenerate" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:356 +#: ../../godmode/reporting/visual_console_builder.data.php:104 +msgid "Group:" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:367 +msgid "Short name:" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "" +"The collection's short name is the name of dir in attachment dir and the " +"package collection." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "Short name must contain only alphanumeric characters, - or _ ." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "Empty for default short name fc_X where X is the collection id." +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager.php:16 +msgid "Create a new web Server module" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:54 +#: ../../enterprise/meta/include/functions_wizard_meta.php:489 +#: ../../enterprise/meta/include/functions_wizard_meta.php:540 +#: ../../enterprise/include/functions_enterprise.php:295 +msgid "Web checks" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/godmode/modules/configure_local_component.php:315 +#: ../../enterprise/meta/include/functions_wizard_meta.php:548 +msgid "Load basic" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:78 +#: ../../enterprise/meta/include/functions_wizard_meta.php:550 +msgid "Load a basic structure on Web Checks" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../enterprise/godmode/modules/configure_local_component.php:323 +#: ../../enterprise/meta/include/functions_wizard_meta.php:175 +#: ../../enterprise/meta/include/functions_wizard_meta.php:392 +#: ../../enterprise/meta/include/functions_wizard_meta.php:552 +#: ../../enterprise/include/functions_metaconsole.php:1277 +#: ../../enterprise/include/functions_metaconsole.php:1300 +#: ../../enterprise/include/functions_metaconsole.php:1323 +#: ../../enterprise/include/functions_metaconsole.php:1346 +#: ../../enterprise/include/functions_metaconsole.php:1369 +msgid "Check" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:82 +#: ../../enterprise/meta/include/functions_wizard_meta.php:554 +msgid "Check the correct structure of the WebCheck" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 +msgid "Requests" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:91 +msgid "Agent browser id" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:946 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 +msgid "Proxy URL" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:105 +msgid "HTTP auth (login)" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:109 +msgid "HTTP auth (pass)" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:116 +msgid "HTTP auth (server)" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:120 +msgid "HTTP auth (realm)" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 +#: ../../enterprise/meta/include/functions_wizard_meta.php:561 +msgid "First line must be \"task_begin\"" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:562 +msgid "Webchecks configuration is empty" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:129 +#: ../../enterprise/meta/include/functions_wizard_meta.php:563 +#: ../../enterprise/meta/include/functions_wizard_meta.php:564 +msgid "Last line must be \"task_end\"" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 +#: ../../enterprise/godmode/modules/configure_local_component.php:334 +#: ../../enterprise/meta/include/functions_wizard_meta.php:565 +msgid "There is a line with a unknown token 'token_fail'." +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:131 +msgid "There isn't get or post" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132 +#: ../../enterprise/meta/include/functions_wizard_meta.php:566 +msgid "Web checks are built correctly" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 +msgid "Data Copy" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 +msgid "No selected agents to copy" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 +msgid "No source agent selected" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +msgid "Making copy of configuration file for" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 +msgid "Error copying md5 file " +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +msgid " md5 file" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 +msgid "Copied " +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 +msgid "Error copying " +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 +msgid " config file" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 +msgid "Remote configuration management" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 +msgid "Source group" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 +msgid "To agent(s):" +msgstr "" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +msgid "Replicate configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/collection_manager.php:76 +msgid "Succesful add the collection" +msgstr "" + +#: ../../enterprise/godmode/agentes/collection_manager.php:77 +msgid "Unsuccesful add the collection" +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 +msgid "Error: The conf file of agent is not readble." +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 +msgid "Error: The conf file of agent is not writable." +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 +msgid "No module was found" +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 +msgid "Delete remote conf agent files in Pandora" +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 +#: ../../godmode/agentes/agent_manager.php:336 +msgid "Delete remote configuration file" +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 +#: ../../godmode/agentes/agent_manager.php:339 +msgid "" +"Delete this conf file implies that for restore you must reactive remote " +"config in the local agent." +msgstr "" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 +#: ../../enterprise/godmode/modules/configure_local_component.php:311 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 +#: ../../godmode/agentes/planned_downtime.list.php:396 +#: ../../godmode/setup/setup.php:138 ../../godmode/menu.php:132 +#: ../../include/functions_reports.php:631 +#: ../../include/functions_reports.php:633 +msgid "Configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:63 +msgid "Files in " +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:111 +#: ../../enterprise/godmode/agentes/collections.editor.php:172 +#: ../../godmode/servers/plugin.php:151 +#: ../../include/functions_filemanager.php:759 +msgid "Edit file" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:112 +#: ../../enterprise/godmode/agentes/collections.editor.php:173 +msgid "Back to file explorer" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:148 +#: ../../enterprise/godmode/agentes/collections.editor.php:311 +#: ../../include/functions_filemanager.php:348 +msgid "Security error." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:193 +#: ../../godmode/servers/plugin.php:170 +msgid "Compatibility mode" +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:236 +msgid "Correct update file." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:237 +msgid "Incorrect update file." +msgstr "" + +#: ../../enterprise/godmode/agentes/collections.editor.php:376 +msgid "Please, first save a new collection before to upload files." +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:69 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 +msgid "Successfully deleted inventory module" +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:72 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 +msgid "Error deleting inventory module" +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:80 +msgid "Successfully forced inventory module" +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:83 +msgid "Error forcing inventory module" +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:129 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 +msgid "Inventory module error" +msgstr "" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:172 +#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:523 +msgid "Target" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26 +msgid "Synthetic arithmetic" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29 +msgid "Synthetic average" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 +#: ../../enterprise/meta/general/main_header.php:204 +#: ../../enterprise/include/functions_enterprise.php:289 +#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 +#: ../../godmode/menu.php:265 ../../include/functions_reports.php:635 +#: ../../include/functions_reports.php:637 +#: ../../include/functions_reports.php:639 +#: ../../include/functions_reports.php:641 +#: ../../include/functions_reports.php:643 +msgid "Netflow" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:111 +msgid "Fixed value" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116 +msgid "Add module to operation as add" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:117 +msgid "Add module to operations as deduct" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:118 +msgid "Add module to operations as multiplicate " +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:119 +msgid "Add module to operations as divide" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:120 +msgid "Remove selected modules" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:125 +msgid "Add module to average operation" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:126 +msgid "Remove selected modules from operations stack" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:141 +msgid "Move down selected modules" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:142 +msgid "Move up selected modules" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:170 +msgid "Select Service" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:181 +msgid "Netflow filter" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:190 +msgid "Select filter" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 +msgid "The changes on this field are linked with the configuration data." +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 +msgid "Using local component" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 +#: ../../godmode/agentes/module_manager_editor_common.php:76 +#: ../../godmode/agentes/module_manager_editor_common.php:85 +msgid "Manual setup" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 +msgid "Show configuration data" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 +msgid "Hide configuration data" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 +msgid "Data configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/godmode/modules/configure_local_component.php:317 +msgid "Load a basic structure on data configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../enterprise/godmode/modules/configure_local_component.php:324 +msgid "Check the correct structure of the data configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 +#: ../../enterprise/godmode/modules/configure_local_component.php:327 +msgid "First line must be \"module_begin\"" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 +#: ../../enterprise/godmode/modules/configure_local_component.php:328 +msgid "Data configuration is empty" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 +#: ../../enterprise/godmode/modules/configure_local_component.php:329 +#: ../../enterprise/godmode/modules/configure_local_component.php:333 +msgid "Last line must be \"module_end\"" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 +#: ../../enterprise/godmode/modules/configure_local_component.php:330 +msgid "" +"Name is missed. Please add a line with \"module_name yourmodulename\" to " +"data configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 +#: ../../enterprise/godmode/modules/configure_local_component.php:331 +msgid "" +"Type is missed. Please add a line with \"module_type yourmoduletype\" to " +"data configuration" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 +#: ../../enterprise/godmode/modules/configure_local_component.php:332 +msgid "Type is wrong. Please set a correct type" +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 +#: ../../enterprise/godmode/modules/configure_local_component.php:335 +msgid "Error in the syntax, please check the data configuration." +msgstr "" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 +#: ../../enterprise/godmode/modules/configure_local_component.php:336 +msgid "Data configuration are built correctly" +msgstr "" + +#: ../../enterprise/godmode/servers/list_satellite.php:26 +msgid "Satellite Server" +msgstr "" + +#: ../../enterprise/godmode/servers/list_satellite.php:69 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:374 +msgid "No Data" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20 +msgid "Add Credential Box" +msgstr "" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129 +msgid "Error: The conf file of server is not readble." +msgstr "" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134 +msgid "Error: The conf file of server is not writable." +msgstr "" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159 +msgid "Delete remote conf server files in Pandora" +msgstr "" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 +msgid "" +"Delete this conf file implies that Pandora will send back local config to " +"console" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:41 +#: ../../enterprise/godmode/servers/manage_export_form.php:56 +#: ../../enterprise/godmode/menu__.php:110 +#: ../../enterprise/godmode/menu.php:125 +msgid "Export targets" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:61 +msgid "Error updating export target" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:64 +msgid "Successfully updated export target" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:73 +msgid "Error deleting export target" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:76 +msgid "Successfully deleted export target" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:98 +msgid "" +"Can't be created export target: User and password must be filled with FTP " +"mode" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:121 +msgid "There are no defined export targets" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:76 +msgid "Preffix" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:88 +msgid "Transfer mode" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export_form.php:71 +#: ../../include/functions_servers.php:398 +msgid "Export server" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export_form.php:109 +msgid "Target directory" +msgstr "" + +#: ../../enterprise/godmode/servers/manage_export_form.php:113 +msgid "Extra options" +msgstr "" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:30 +msgid "Credential Boxes List" +msgstr "" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:33 +msgid "Credential Boxes" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:283 +msgid "Custom OID" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 +msgid "Successfully added trap custom values" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:177 +msgid "Error adding trap custom values" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:181 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:221 +msgid "This OID is preexistent." +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:211 +msgid "No change in data" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:214 +msgid "Successfully updated trap custom values" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:217 +msgid "Error updating trap custom values" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232 +msgid "Successfully deleted trap custom values" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:236 +msgid "Error deleting trap custom values" +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:243 #, php-format -msgid "Failed updated: the next values cannot update: %s" +msgid "Uploaded %s/%s traps" msgstr "" -#: ../../include/functions_config.php:1451 -msgid "Default password for \"Admin\" user has not been changed." +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:247 +msgid "Fail uploaded file" msgstr "" -#: ../../include/functions_config.php:1452 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:251 msgid "" -"Please change the default password because is a common vulnerability " -"reported." +"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 "" -#: ../../include/functions_config.php:1458 -msgid "You can not get updates until you renew the license." +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 +msgid "Load MIB" msgstr "" -#: ../../include/functions_config.php:1459 -msgid "This license has expired." +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:262 +msgid "Upload MIB" msgstr "" -#: ../../include/functions_config.php:1464 -msgid "" -"Please check that the web server has write rights on the " -"{HOMEDIR}/attachment directory" +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 +msgid "Successful update the tags" msgstr "" -#: ../../include/functions_config.php:1477 -msgid "Remote configuration directory is not readble for the console" +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 +msgid "Unsuccessful update the tags" msgstr "" -#: ../../include/functions_config.php:1483 -#: ../../include/functions_config.php:1490 -msgid "Remote configuration directory is not writtable for the console" +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 +msgid "Modules unused" msgstr "" -#: ../../include/functions_config.php:1501 -msgid "" -"There are too much files in attachment directory. This is not fatal, but you " -"should consider cleaning up your attachment directory manually" +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 +msgid "Modules used" msgstr "" -#: ../../include/functions_config.php:1501 -msgid "files" +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 +msgid "Success: remove the alerts." msgstr "" -#: ../../include/functions_config.php:1502 -msgid "Too much files in your tempora/attachment directory" +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 +msgid "Failed: remove the alerts for this modules, please check." msgstr "" -#: ../../include/functions_config.php:1519 -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" +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../include/functions_alerts.php:548 +msgid "Regular expression" msgstr "" -#: ../../include/functions_config.php:1520 -msgid "Database maintance problem" +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 +msgid "Modules agents in policy" msgstr "" -#: ../../include/functions_config.php:1526 -msgid "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +msgid "Success: create the alerts." msgstr "" -#: ../../include/functions_config.php:1527 -msgid "Default font doesnt exist" +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +msgid "Failed: create the alerts for this modules, please check." msgstr "" -#: ../../include/functions_config.php:1532 -msgid "You need to restart server after altering this configuration setting." +#: ../../enterprise/godmode/massive/massive_operations.php:27 +#: ../../enterprise/godmode/menu__.php:35 ../../enterprise/godmode/menu.php:47 +msgid "Satellite operations" msgstr "" -#: ../../include/functions_config.php:1533 -msgid "" -"Event storm protection is activated. No events will be generated during this " -"mode." +#: ../../enterprise/godmode/massive/massive_operations.php:47 +#: ../../enterprise/godmode/menu__.php:26 ../../enterprise/godmode/menu.php:35 +msgid "SNMP operations" msgstr "" -#: ../../include/functions_config.php:1540 -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" +#: ../../enterprise/godmode/massive/massive_operations.php:67 +#: ../../enterprise/godmode/menu__.php:17 ../../enterprise/godmode/menu.php:24 +msgid "Policies operations" msgstr "" -#: ../../include/functions_config.php:1541 -msgid "Developer mode is enabled" +#: ../../enterprise/godmode/massive/massive_operations.php:78 +msgid "Bulk alerts policy add" msgstr "" -#: ../../include/functions_config.php:1550 -msgid "Error first setup Open update" +#: ../../enterprise/godmode/massive/massive_operations.php:79 +msgid "Bulk alerts policy delete" msgstr "" -#: ../../include/functions_config.php:1556 -msgid "" -"There is a new update available. Please go to Administration:Setup:Update Manager for more details." +#: ../../enterprise/godmode/massive/massive_operations.php:80 +msgid "Bulk tags module policy edit" msgstr "" -#: ../../include/functions_config.php:1557 -msgid "New update of Pandora Console" +#: ../../enterprise/godmode/massive/massive_operations.php:81 +msgid "Bulk modules policy tags edit" msgstr "" -#: ../../include/functions_config.php:1571 -msgid "" -"To disable, change it on your PHP configuration file (php.ini) and put " -"safe_mode = Off (Dont forget restart apache process after changes)" +#: ../../enterprise/godmode/massive/massive_operations.php:89 +msgid "Bulk alert SNMP delete" msgstr "" -#: ../../include/functions_config.php:1572 -msgid "PHP safe mode is enabled. Some features may not properly work." +#: ../../enterprise/godmode/massive/massive_operations.php:90 +msgid "Bulk alert SNMP edit" msgstr "" -#: ../../include/functions_config.php:1577 +#: ../../enterprise/godmode/massive/massive_operations.php:98 +msgid "Bulk Satellite modules edit" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 +#: ../../godmode/massive/massive_edit_modules.php:279 +#: ../../godmode/massive/massive_delete_modules.php:435 +msgid "Agent group" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 +msgid "Filter module" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 +#: ../../godmode/massive/massive_edit_modules.php:346 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_delete_alerts.php:226 +msgid "When select agents" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 +#: ../../godmode/massive/massive_edit_modules.php:349 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_delete_alerts.php:228 +msgid "Show common modules" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_delete_alerts.php:228 +msgid "Show all modules" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 +#: ../../enterprise/godmode/modules/configure_local_component.php:237 +#: ../../godmode/agentes/module_manager_editor_common.php:257 +#: ../../godmode/massive/massive_edit_modules.php:368 +#: ../../godmode/modules/manage_network_components_form_common.php:118 +#: ../../include/functions_treeview.php:98 +#: ../../include/functions_alerts.php:554 +msgid "Warning status" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 +#: ../../enterprise/godmode/modules/configure_local_component.php:238 +#: ../../enterprise/godmode/modules/configure_local_component.php:255 +#: ../../enterprise/dashboard/widgets/top_n.php:78 +#: ../../godmode/massive/massive_edit_modules.php:372 +#: ../../godmode/massive/massive_edit_modules.php:418 +#: ../../godmode/massive/massive_edit_modules.php:506 +#: ../../godmode/alerts/configure_alert_template.php:620 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/modules/manage_network_components_form_common.php:136 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:551 +#: ../../include/functions_graph.php:4157 +#: ../../include/functions_reporting_html.php:2394 +msgid "Min." +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 +#: ../../enterprise/godmode/modules/configure_local_component.php:241 +#: ../../enterprise/godmode/modules/configure_local_component.php:258 +#: ../../enterprise/dashboard/widgets/top_n.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:262 +#: ../../godmode/agentes/module_manager_editor_common.php:283 +#: ../../godmode/massive/massive_edit_modules.php:381 +#: ../../godmode/massive/massive_edit_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/alerts/configure_alert_template.php:625 +#: ../../godmode/modules/manage_network_components_form_common.php:122 +#: ../../godmode/modules/manage_network_components_form_common.php:139 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:550 +#: ../../include/functions_graph.php:4157 +#: ../../include/functions_reporting_html.php:2395 +msgid "Max." +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 +#: ../../enterprise/godmode/modules/configure_local_component.php:244 +#: ../../enterprise/godmode/modules/configure_local_component.php:261 +#: ../../godmode/agentes/module_manager_editor_common.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +#: ../../godmode/massive/massive_edit_modules.php:390 +#: ../../godmode/massive/massive_edit_modules.php:436 +#: ../../godmode/modules/manage_network_components_form_common.php:125 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:104 +msgid "Str." +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 +#: ../../enterprise/godmode/modules/configure_local_component.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:278 +#: ../../godmode/massive/massive_edit_modules.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:135 +#: ../../include/functions_treeview.php:110 +#: ../../include/functions_alerts.php:555 +msgid "Critical status" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 +msgid "Updated modules on database" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 +msgid "Agent configuration files updated" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 +#: ../../godmode/snmpconsole/snmp_alert.php:484 #, php-format -msgid "Recommended value is %s" +msgid "Successfully deleted alerts (%s / %s)" msgstr "" -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -msgid "Unlimited" +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 +#: ../../godmode/snmpconsole/snmp_alert.php:488 +#, php-format +msgid "Unsuccessfully deleted alerts (%s / %s)" msgstr "" -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1606 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Dont forget restart apache process after changes)" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Custom OIDs/Datas." msgstr "" -#: ../../include/functions_config.php:1578 -#: ../../include/functions_config.php:1584 -#: ../../include/functions_config.php:1592 -#: ../../include/functions_config.php:1600 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 +msgid "SNMP Alerts to be deleted" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +msgid "Tags unused" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +msgid "Tags used" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:451 +#: ../../godmode/massive/massive_edit_modules.php:466 +#: ../../godmode/massive/massive_edit_modules.php:470 +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/massive/massive_edit_modules.php:529 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:576 +#: ../../godmode/massive/massive_edit_modules.php:595 +#: ../../godmode/massive/massive_edit_agents.php:278 +#: ../../godmode/massive/massive_edit_agents.php:281 +#: ../../godmode/massive/massive_edit_agents.php:285 +#: ../../godmode/massive/massive_edit_agents.php:289 +#: ../../godmode/massive/massive_edit_agents.php:300 +#: ../../godmode/massive/massive_edit_agents.php:338 +#: ../../godmode/massive/massive_edit_agents.php:344 +#: ../../godmode/massive/massive_edit_agents.php:383 +#: ../../godmode/massive/massive_edit_agents.php:392 +#: ../../godmode/massive/massive_edit_agents.php:399 +msgid "No change" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 #, php-format -msgid "Not recommended '%s' value in PHP configuration" +msgid "Successfully updated alerts (%s / %s)" msgstr "" -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 #, php-format -msgid "Recommended value is: %s" +msgid "Unsuccessfully updated alerts (%s / %s)" msgstr "" -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "%s or greater" +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 +msgid "SNMP Alerts to be edit" msgstr "" -#: ../../include/functions_config.php:1599 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 +#: ../../godmode/snmpconsole/snmp_alert.php:542 +msgid "Custom Value/OID" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 +#: ../../godmode/snmpconsole/snmp_alert.php:568 +msgid "Single value" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 +#: ../../enterprise/godmode/alerts/alert_events.php:457 +#: ../../godmode/snmpconsole/snmp_alert.php:805 +#: ../../godmode/alerts/configure_alert_template.php:553 +msgid "Min. number of alerts" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 +#: ../../enterprise/godmode/alerts/alert_events.php:460 +#: ../../godmode/snmpconsole/snmp_alert.php:808 +#: ../../godmode/alerts/configure_alert_template.php:560 +msgid "Max. number of alerts" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/godmode/alerts/alert_events.php:453 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 +#: ../../godmode/snmpconsole/snmp_alert.php:813 +#: ../../godmode/alerts/alert_templates.php:89 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/configure_alert_template.php:549 +msgid "Time threshold" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 +#: ../../godmode/snmpconsole/snmp_alert.php:827 +msgid "Other value" +msgstr "" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/snmpconsole/snmp_alert.php:860 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/functions_visual_map_editor.php:476 +msgid "Position" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:45 +#: ../../enterprise/godmode/menu__.php:130 +#: ../../enterprise/godmode/menu.php:58 ../../enterprise/godmode/menu.php:149 +msgid "Duplicate config" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:62 ../../enterprise/godmode/menu.php:75 +#: ../../enterprise/meta/include/functions_components_meta.php:52 +#: ../../enterprise/meta/include/functions_components_meta.php:69 +msgid "Local components" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:70 ../../enterprise/godmode/menu.php:83 +msgid "Manage policies" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:96 +#: ../../enterprise/godmode/menu.php:109 +msgid "Enterprise ACL Setup" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:103 +#: ../../enterprise/godmode/menu.php:116 +msgid "Skins" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:117 +#: ../../enterprise/godmode/alerts/alert_events_list.php:67 +#: ../../enterprise/godmode/alerts/alert_events_list.php:114 +#: ../../enterprise/godmode/alerts/alert_events_list.php:129 +#: ../../enterprise/godmode/alerts/alert_events_list.php:144 +#: ../../enterprise/godmode/menu.php:134 +#: ../../enterprise/meta/general/main_header.php:268 +msgid "Event alerts" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:124 +#: ../../enterprise/godmode/menu.php:143 +msgid "Log Collector" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:137 +#: ../../enterprise/godmode/menu.php:156 +msgid "Password policy" +msgstr "" + +#: ../../enterprise/godmode/menu__.php:143 +#: ../../enterprise/godmode/menu.php:162 +#: ../../enterprise/include/functions_setup.php:27 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:42 +msgid "Show extended info" +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:61 msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator" +"Maybe delete the extended data or the audit data is previous to table " +"tsession_extended." msgstr "" -#: ../../include/functions_config.php:1605 +#: ../../enterprise/godmode/admin_access_logs.php:71 +msgid "Security check is ok." +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:78 +msgid "Security check is fail." +msgstr "" + +#: ../../enterprise/godmode/admin_access_logs.php:115 +msgid "Extended info:" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:45 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 +msgid "List event alerts" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:50 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 +msgid "Builder event alert" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +msgid "Error processing action" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:343 +msgid "Error validating alert(s)" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +msgid "Ac." +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +msgid "Val." +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:486 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 +msgid "Move up" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:498 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 +msgid "Move down" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:536 +msgid "No associated actions" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:563 +#: ../../enterprise/godmode/alerts/alert_events_list.php:604 +#: ../../enterprise/include/functions_reporting_pdf.php:2360 +#: ../../godmode/alerts/alert_list.list.php:539 +#: ../../godmode/alerts/alert_list.list.php:625 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../include/ajax/alert_list.ajax.php:166 +#: ../../include/functions_reporting_html.php:1574 +#: ../../include/functions_reporting_html.php:2362 +msgid "Threshold" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:640 +msgid "View associated rules" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:657 +msgid "There are no defined events alerts" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:58 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 +msgid "List event rules" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:71 +msgid "Configure event alert" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:96 +#: ../../enterprise/godmode/alerts/alert_events.php:101 +#: ../../enterprise/godmode/alerts/alert_events.php:116 +#: ../../enterprise/godmode/alerts/alert_events.php:121 +#: ../../enterprise/godmode/alerts/alert_events.php:136 +#: ../../enterprise/godmode/alerts/alert_events.php:141 +#: ../../enterprise/godmode/setup/setup_history.php:71 +#: ../../godmode/alerts/configure_alert_template.php:147 +#: ../../godmode/alerts/configure_alert_template.php:152 +#: ../../godmode/alerts/configure_alert_template.php:167 +#: ../../godmode/alerts/configure_alert_template.php:172 +#: ../../godmode/alerts/configure_alert_template.php:187 +#: ../../godmode/alerts/configure_alert_template.php:192 +#: ../../include/functions_config.php:670 +msgid "Step" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:117 +#: ../../enterprise/godmode/alerts/alert_events.php:122 +#: ../../godmode/alerts/configure_alert_template.php:168 +#: ../../godmode/alerts/configure_alert_template.php:173 +msgid "Conditions" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:137 +#: ../../enterprise/godmode/alerts/alert_events.php:142 +#: ../../godmode/alerts/configure_alert_template.php:188 +#: ../../godmode/alerts/configure_alert_template.php:193 +msgid "Advanced fields" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:347 +msgid "Could not be created, please fill alert name" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:430 +#: ../../godmode/alerts/configure_alert_template.php:520 +msgid "Days of week" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:431 +#: ../../enterprise/include/functions_reporting.php:1968 +#: ../../enterprise/include/functions_reporting.php:2079 +#: ../../enterprise/include/functions_reporting.php:3255 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/alert_special_days.php:327 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../include/functions.php:911 ../../include/functions_reporting.php:9287 +msgid "Mon" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:433 +#: ../../enterprise/include/functions_reporting.php:1972 +#: ../../enterprise/include/functions_reporting.php:2083 +#: ../../enterprise/include/functions_reporting.php:3259 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +#: ../../godmode/alerts/alert_view.php:209 +#: ../../godmode/alerts/alert_special_days.php:328 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../include/functions.php:913 ../../include/functions_reporting.php:9291 +msgid "Tue" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:435 +#: ../../enterprise/include/functions_reporting.php:1976 +#: ../../enterprise/include/functions_reporting.php:2087 +#: ../../enterprise/include/functions_reporting.php:3263 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +#: ../../godmode/alerts/alert_view.php:210 +#: ../../godmode/alerts/alert_special_days.php:329 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../include/functions.php:915 ../../include/functions_reporting.php:9295 +msgid "Wed" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:437 +#: ../../enterprise/include/functions_reporting.php:1980 +#: ../../enterprise/include/functions_reporting.php:2091 +#: ../../enterprise/include/functions_reporting.php:3267 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../godmode/alerts/alert_view.php:211 +#: ../../godmode/alerts/alert_special_days.php:330 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../include/functions.php:917 ../../include/functions_reporting.php:9299 +msgid "Thu" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:439 +#: ../../enterprise/include/functions_reporting.php:1984 +#: ../../enterprise/include/functions_reporting.php:2095 +#: ../../enterprise/include/functions_reporting.php:3271 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../godmode/alerts/alert_view.php:212 +#: ../../godmode/alerts/alert_special_days.php:331 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../include/functions.php:919 ../../include/functions_reporting.php:9303 +msgid "Fri" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:441 +#: ../../enterprise/include/functions_reporting.php:1988 +#: ../../enterprise/include/functions_reporting.php:2099 +#: ../../enterprise/include/functions_reporting.php:3275 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +#: ../../godmode/alerts/alert_view.php:213 +#: ../../godmode/alerts/alert_special_days.php:332 +#: ../../godmode/alerts/configure_alert_template.php:531 +#: ../../include/functions.php:921 ../../include/functions_reporting.php:9307 +msgid "Sat" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:443 +#: ../../enterprise/include/functions_reporting.php:1992 +#: ../../enterprise/include/functions_reporting.php:2103 +#: ../../enterprise/include/functions_reporting.php:3279 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../godmode/alerts/alert_view.php:214 +#: ../../godmode/alerts/alert_special_days.php:326 +#: ../../godmode/alerts/configure_alert_template.php:533 +#: ../../include/functions.php:923 ../../include/functions_reporting.php:9311 +msgid "Sun" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:463 +msgid "Rule evaluation mode" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:467 +msgid "Group by" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:474 +#: ../../godmode/alerts/alert_view.php:471 +#: ../../godmode/alerts/alert_view.php:548 +#: ../../godmode/alerts/alert_commands.php:105 +#: ../../godmode/alerts/alert_commands.php:109 +#: ../../godmode/alerts/alert_commands.php:127 +#: ../../godmode/alerts/alert_commands.php:135 +#: ../../godmode/alerts/configure_alert_template.php:679 +#, php-format +msgid "Field %s" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:517 +#: ../../godmode/alerts/alert_list.builder.php:109 +#: ../../godmode/alerts/configure_alert_action.php:101 +msgid "Create Action" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:523 +msgid "Please Read" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events.php:524 msgid "" -"Variable disable_functions containts functions system() or exec(), in PHP " -"configuration file (php.ini)" +"Since the alert can have multiple actions. You can edit them from the alert " +"list of events." msgstr "" -#: ../../include/functions_config.php:1606 -msgid "Problems with disable functions in PHP.INI" +#: ../../enterprise/godmode/alerts/alert_events.php:552 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 +#: ../../enterprise/dashboard/full_dashboard.php:204 +#: ../../enterprise/dashboard/public_dashboard.php:226 +#: ../../godmode/alerts/configure_alert_template.php:816 +#: ../../godmode/alerts/configure_alert_template.php:820 +msgid "Next" msgstr "" -#: ../../include/get_file.php:45 -msgid "Security error. Please contact the administrator." +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +msgid "Event rules" msgstr "" -#: ../../include/get_file.php:55 -msgid "File is missing in disk storage. Please contact the administrator." +#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 +msgid "Error creating rule" msgstr "" -#: ../../include/functions_users.php:377 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 +msgid "Successfully created rule" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 +msgid "Error updating rule" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 +msgid "Successfully updating rule" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 +msgid "Error updating rule operators" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 +msgid "Successfully update rule operators" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +msgid "(Agent)" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 +msgid "Operator" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 +msgid "Logic expression for these rules:" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 +msgid "Update operators" +msgstr "" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 +msgid "There are no defined alert event rules" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +msgid "Configure event rule" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +msgid "User comment" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +msgid "This field will be processed with regexp" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 +msgid "Window" +msgstr "" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +#: ../../include/class/Tree.class.php:1566 +msgid "Module alerts" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:62 +msgid "Service created successfully" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:63 +msgid "Error creating service" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:85 +msgid "No name and description specified for the service" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:90 +msgid "No name specified for the service" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:95 +msgid "No description specified for the service" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:109 +msgid "Error updating service" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:113 +msgid "Service updated successfully" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:130 +msgid "New Service" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:218 +msgid "No Services or concrete action" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:229 +msgid "General Data" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:245 +msgid "You should set the weights manually" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:248 +msgid "The weights have default values" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:251 +msgid "" +"Only the elements configured as 'critical element' are used to calculate the " +"service status" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:255 +#: ../../enterprise/godmode/services/services.elements.php:70 +msgid "This values are by default because the service is auto calculate mode." +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:271 +msgid "Agent to store data" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:294 +msgid "S.L.A. interval" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:299 +msgid "S.L.A. limit" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:301 +msgid "Please set limit between 0 to 100." +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:309 +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 "" + +#: ../../enterprise/godmode/services/services.service.php:323 +msgid "Warning Service alert" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:334 +msgid "Critical Service alert" +msgstr "" + +#: ../../enterprise/godmode/services/services.service.php:352 +msgid "SLA critical service alert" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:82 +msgid "Invalid service" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:133 +#: ../../enterprise/include/functions_services.php:1647 +msgid "Edit service elements" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:147 +msgid "Error empty module" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:156 +msgid "Error empty agent" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:165 +msgid "Error empty service" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:187 +msgid "Service element created successfully" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:188 +msgid "Error creating service element" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:262 +msgid "Service element updated successfully" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:263 +msgid "Error updating service element" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:270 +msgid "Service element deleted successfully" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:271 +msgid "Error deleting service element" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:309 +msgid "Edit element service" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:312 +msgid "Create element service" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:362 +msgid "First select an agent" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:380 +msgid "Critical weight" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:385 +msgid "Warning weight" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:390 +msgid "Unknown weight" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:395 +msgid "Ok weight" +msgstr "" + +#: ../../enterprise/godmode/services/services.elements.php:403 +msgid "Only the critical elements are relevant to calculate the service status" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/modules/local_components.php:89 +#: ../../enterprise/meta/general/main_header.php:258 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Module management" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 +msgid "Interpreter" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 +msgid "Left blank for the LOCAL inventory modules" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 +msgid "Block Mode" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Format" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 +msgid "separate fields with " +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 +#: ../../include/ajax/double_auth.ajax.php:151 +#: ../../include/ajax/double_auth.ajax.php:287 +msgid "Code" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 +msgid "Successfully created inventory module" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 +msgid "Error creating inventory module" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 +#: ../../enterprise/godmode/modules/local_components.php:355 +#: ../../godmode/modules/manage_network_components.php:399 +#: ../../godmode/modules/manage_network_templates.php:85 +#: ../../godmode/modules/manage_nc_groups.php:154 +msgid "Successfully multiple deleted" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 +#: ../../enterprise/godmode/modules/local_components.php:356 +#: ../../godmode/modules/manage_network_components.php:400 +#: ../../godmode/modules/manage_network_templates.php:86 +#: ../../godmode/modules/manage_nc_groups.php:155 +msgid "Not deleted. Error deleting multiple data" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 +msgid "No inventory modules defined" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 +msgid "Local module" +msgstr "" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 +msgid "Remote/Local" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:135 +msgid "Update Local Component" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:138 +msgid "Create Local Component" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:155 +#: ../../godmode/alerts/configure_alert_template.php:767 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +msgid "Wizard level" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:157 +#: ../../enterprise/meta/advanced/metasetup.setup.php:107 +#: ../../godmode/users/configure_user.php:529 +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:684 +#: ../../godmode/alerts/configure_alert_template.php:698 +#: ../../godmode/alerts/configure_alert_template.php:770 +#: ../../godmode/modules/manage_network_components_form_common.php:59 +msgid "Basic" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../godmode/agentes/module_manager_editor_common.php:430 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:171 +msgid "Discard unknown events" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:226 +#: ../../godmode/massive/massive_edit_modules.php:357 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +msgid "Dynamic Interval" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:228 +#: ../../godmode/agentes/module_manager_editor_common.php:245 +#: ../../godmode/modules/manage_network_components_form_common.php:109 +msgid "Advanced options Dynamic Threshold" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:230 +#: ../../godmode/modules/manage_network_components_form_common.php:111 +msgid "Dynamic Min. " +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:232 +#: ../../godmode/massive/massive_edit_modules.php:362 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +msgid "Dynamic Max." +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:234 +#: ../../godmode/massive/massive_edit_modules.php:365 +#: ../../godmode/modules/manage_network_components_form_common.php:115 +msgid "Dynamic Two Tailed: " +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:247 +#: ../../enterprise/godmode/modules/configure_local_component.php:264 +#: ../../enterprise/meta/include/functions_wizard_meta.php:840 +#: ../../enterprise/meta/include/functions_wizard_meta.php:849 +#: ../../enterprise/meta/include/functions_wizard_meta.php:926 +#: ../../enterprise/meta/include/functions_wizard_meta.php:935 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1565 +#: ../../godmode/agentes/module_manager_editor_common.php:271 +#: ../../godmode/agentes/module_manager_editor_common.php:293 +#: ../../godmode/massive/massive_edit_modules.php:400 +#: ../../godmode/massive/massive_edit_modules.php:446 +#: ../../godmode/modules/manage_network_components_form_common.php:128 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +msgid "Inverse interval" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:297 +#: ../../godmode/massive/massive_edit_modules.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +msgid "FF threshold" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:269 +#: ../../godmode/agentes/module_manager_editor_common.php:300 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +msgid "All state changing" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:272 +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:539 +#: ../../godmode/modules/manage_network_components_form_common.php:153 +msgid "Each state changing" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:273 +#: ../../godmode/agentes/module_manager_editor_common.php:304 +#: ../../godmode/massive/massive_edit_modules.php:540 +#: ../../godmode/modules/manage_network_components_form_common.php:154 +msgid "To normal" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:275 +#: ../../godmode/agentes/module_manager_editor_common.php:307 +#: ../../godmode/massive/massive_edit_modules.php:541 +#: ../../godmode/modules/manage_network_components_form_common.php:156 +msgid "To warning" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:277 +#: ../../godmode/agentes/module_manager_editor_common.php:310 +#: ../../godmode/massive/massive_edit_modules.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:158 +msgid "To critical" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:281 +#: ../../godmode/agentes/module_manager_editor_common.php:313 +#: ../../godmode/massive/massive_edit_modules.php:549 +#: ../../godmode/modules/manage_network_components_form_common.php:161 +#: ../../include/functions_reporting.php:2202 +msgid "Historical data" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:284 +#: ../../godmode/agentes/module_manager_editor_common.php:441 +#: ../../godmode/massive/massive_edit_modules.php:546 +msgid "FF timeout" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:286 +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../godmode/massive/massive_edit_modules.php:547 +msgid "" +"Timeout in secs from start of flip flop counting. If this value is exceeded, " +"FF counter is reset. Set to 0 for no timeout." +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:287 +#: ../../godmode/agentes/module_manager_editor_common.php:450 +msgid "This value can be set only in the async modules." +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:289 +#: ../../enterprise/include/functions_reporting_csv.php:598 +#: ../../enterprise/include/functions_reporting_csv.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:621 +#: ../../godmode/agentes/module_manager_editor_common.php:398 +#: ../../godmode/modules/manage_network_components_form_common.php:164 +#: ../../include/functions_reports.php:560 +#: ../../include/functions_reporting.php:3466 +#: ../../include/functions_graph.php:705 +#: ../../include/functions_graph.php:3817 +msgid "Min. Value" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:289 +#: ../../godmode/modules/manage_network_components_form_common.php:165 +msgid "Any value below this number is discarted" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../enterprise/include/functions_reporting_csv.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:650 +#: ../../enterprise/include/functions_reporting_csv.php:657 +#: ../../godmode/agentes/module_manager_editor_common.php:402 +#: ../../godmode/modules/manage_network_components_form_common.php:166 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reporting.php:3463 +#: ../../include/functions_graph.php:703 +#: ../../include/functions_graph.php:3816 +msgid "Max. Value" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +msgid "Any value over this number is discarted" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:296 +#: ../../enterprise/meta/include/functions_wizard_meta.php:782 +#: ../../enterprise/meta/include/functions_wizard_meta.php:900 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1361 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1442 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1575 +#: ../../enterprise/include/functions_reporting_pdf.php:2364 +#: ../../godmode/agentes/module_manager_editor_common.php:345 +#: ../../godmode/massive/massive_edit_modules.php:530 +#: ../../godmode/modules/manage_network_components_form_common.php:168 +#: ../../include/functions_netflow.php:1128 +#: ../../include/functions_netflow.php:1138 +#: ../../include/functions_netflow.php:1156 +#: ../../include/functions_netflow.php:1164 +#: ../../include/functions_netflow.php:1187 +#: ../../include/functions_netflow.php:1245 +#: ../../include/functions_netflow.php:1251 +#: ../../include/functions_netflow.php:1283 +#: ../../include/functions_reporting_html.php:1578 +msgid "Unit" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:301 +#: ../../godmode/agentes/module_manager_editor_common.php:391 +#: ../../godmode/massive/massive_edit_modules.php:475 +#: ../../godmode/modules/manage_network_components_form_network.php:80 +#: ../../godmode/modules/manage_network_components_form_wmi.php:56 +#: ../../godmode/modules/manage_network_components_form_plugin.php:27 +#: ../../godmode/setup/snmp_wizard.php:42 +msgid "Post process" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:344 +#: ../../godmode/agentes/module_manager_editor_common.php:551 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +msgid "Critical instructions" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:345 +#: ../../godmode/agentes/module_manager_editor_common.php:552 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +msgid "Instructions when the status is critical" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:350 +#: ../../godmode/agentes/module_manager_editor_common.php:557 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +msgid "Warning instructions" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:351 +#: ../../godmode/agentes/module_manager_editor_common.php:558 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +msgid "Instructions when the status is warning" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:356 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +msgid "Unknown instructions" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:357 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +msgid "Instructions when the status is unknown" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:366 +#: ../../godmode/agentes/module_manager_editor_common.php:587 +#: ../../godmode/massive/massive_edit_modules.php:557 +#: ../../godmode/modules/manage_network_components_form_common.php:190 +msgid "Category" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:387 +#: ../../godmode/agentes/module_manager_editor_common.php:457 +#: ../../godmode/modules/manage_network_components_form_common.php:212 +msgid "Tags available" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:394 +#: ../../godmode/agentes/module_manager_editor_common.php:519 +#: ../../godmode/modules/manage_network_components_form_common.php:219 +msgid "Add tags to module" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:396 +#: ../../godmode/agentes/module_manager_editor_common.php:520 +#: ../../godmode/modules/manage_network_components_form_common.php:220 +msgid "Delete tags to module" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:398 +#: ../../godmode/agentes/module_manager_editor_common.php:522 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +msgid "Tags selected" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:410 +msgid "Macros" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:446 +#: ../../godmode/servers/plugin.php:451 +#: ../../godmode/servers/recon_script.php:161 +msgid "Default value" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:452 +#: ../../enterprise/meta/general/login_page.php:36 +#: ../../godmode/servers/plugin.php:473 +#: ../../godmode/servers/recon_script.php:183 +#: ../../include/functions_ui.php:1067 +msgid "Help" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:462 +#: ../../godmode/servers/plugin.php:491 +#: ../../godmode/servers/recon_script.php:199 +msgid "Add macro" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:470 +#: ../../godmode/servers/plugin.php:506 +#: ../../godmode/servers/recon_script.php:206 +msgid "Delete macro" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:727 +#: ../../godmode/agentes/module_manager_editor_common.php:1188 +#: ../../godmode/modules/manage_network_components_form_common.php:379 +msgid "Normal Status" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1189 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +msgid "Warning Status" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:1190 +#: ../../godmode/modules/manage_network_components_form_common.php:381 +msgid "Critical Status" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:950 +#: ../../godmode/agentes/module_manager_editor_common.php:1411 +#: ../../godmode/modules/manage_network_components_form_common.php:602 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/modules/manage_network_components_form_common.php:603 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:89 +msgid "Local component management" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:106 +#: ../../godmode/alerts/configure_alert_template.php:118 +#: ../../godmode/modules/manage_network_components.php:160 #, php-format -msgid "User %s login at %s" +msgid "Successfully created from %s" msgstr "" -#: ../../include/functions_users.php:438 +#: ../../enterprise/godmode/modules/local_components.php:253 +#: ../../godmode/servers/recon_script.php:320 +#: ../../godmode/modules/manage_network_components.php:261 +msgid "Created successfully" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:315 +#: ../../godmode/servers/recon_script.php:274 +#: ../../godmode/modules/manage_network_components.php:352 +msgid "Updated successfully" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:440 +#: ../../godmode/modules/manage_network_components.php:516 +msgid "Free Search" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:441 +msgid "Search by name, description or data, list matches." +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:30 +#: ../../include/functions_config.php:213 +msgid "Forward SNMP traps to agent (if exist)" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:38 +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:38 +msgid "" +"Before activating this option check your ACL Setup. You may lose access to " +"the console." +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:47 +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:48 +msgid " Bytes" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:54 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 +#: ../../include/functions_config.php:221 +msgid "Events replication" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:63 +#: ../../include/functions_config.php:224 +msgid "Replication interval" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:64 +msgid "Seconds" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:70 +#: ../../include/functions_config.php:226 +msgid "Replication limit" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:72 +msgid "" +"Limit the number of events that are replicated metaconsole each specified " +"range." +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:78 +msgid "Last replication at" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:80 +msgid "No replication yet" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:89 +#: ../../include/functions_config.php:228 +msgid "Replication mode" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:90 +msgid "Only validated events" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:96 +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:105 +msgid "Metaconsole DB engine" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "MySQL" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "Oracle" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:112 +msgid "Metaconsole DB host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:119 +msgid "Metaconsole DB name" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:126 +msgid "Metaconsole DB user" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:133 +msgid "Metaconsole DB password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:140 +msgid "Metaconsole DB port" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:147 +#: ../../include/functions_config.php:230 +msgid "Show events list in local console (read only)" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:156 +#: ../../include/functions_config.php:251 +msgid "Inventory changes blacklist" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:156 +msgid "" +"The inventory modules included in the changes blacklist will not generate " +"events when change." +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:187 +msgid "Out of black list" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:189 +msgid "In black list" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:195 +msgid "Push selected modules into blacklist" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:199 +msgid "Pop selected modules out of blacklist" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:212 +#: ../../include/functions_config.php:247 +msgid "Activate Log Collector" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:225 +msgid "Enterprise options" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:252 +#: ../../enterprise/meta/advanced/metasetup.password.php:78 +#: ../../enterprise/meta/include/functions_meta.php:499 +#: ../../include/functions_config.php:258 +msgid "Enable password policy" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:257 +#: ../../enterprise/meta/advanced/metasetup.password.php:84 +#: ../../enterprise/meta/include/functions_meta.php:509 +#: ../../include/functions_config.php:261 +msgid "Min. size password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:85 +msgid " Caracters" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:261 +#: ../../enterprise/meta/advanced/metasetup.password.php:89 +#: ../../enterprise/meta/include/functions_meta.php:519 +#: ../../include/functions_config.php:271 +msgid "Password must have numbers" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:266 +#: ../../enterprise/meta/advanced/metasetup.password.php:95 +#: ../../enterprise/meta/include/functions_meta.php:529 +#: ../../include/functions_config.php:273 +msgid "Password must have symbols" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +#: ../../enterprise/meta/include/functions_meta.php:539 +#: ../../include/functions_config.php:263 +msgid "Password expiration" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +msgid "Set 0 if never expire." +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:272 +#: ../../enterprise/meta/advanced/metasetup.password.php:102 +msgid " Days" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:275 +#: ../../enterprise/meta/advanced/metasetup.password.php:106 +#: ../../enterprise/meta/include/functions_meta.php:549 +#: ../../include/functions_config.php:265 +msgid "Force change password on first login" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:280 +#: ../../enterprise/meta/advanced/metasetup.password.php:112 +#: ../../enterprise/meta/include/functions_meta.php:559 +#: ../../include/functions_config.php:267 +msgid "User blocked if login fails" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:281 +#: ../../enterprise/meta/advanced/metasetup.password.php:113 +msgid " Minutes" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:284 +#: ../../enterprise/meta/advanced/metasetup.password.php:117 +#: ../../enterprise/meta/include/functions_meta.php:569 +#: ../../include/functions_config.php:269 +msgid "Number of failed login attempts" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:285 +#: ../../enterprise/meta/advanced/metasetup.password.php:117 +msgid "Two attempts minimum" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:286 +#: ../../enterprise/meta/advanced/metasetup.password.php:118 +msgid " Attempts" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:289 +#: ../../enterprise/meta/advanced/metasetup.password.php:122 +#: ../../enterprise/meta/include/functions_meta.php:486 +#: ../../include/functions_config.php:275 +msgid "Apply password policy to admin users" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:294 +#: ../../enterprise/meta/advanced/metasetup.password.php:128 +#: ../../enterprise/meta/include/functions_meta.php:579 +#: ../../include/functions_config.php:277 +msgid "Enable password history" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:299 +#: ../../enterprise/meta/advanced/metasetup.password.php:134 +#: ../../enterprise/meta/include/functions_meta.php:589 +#: ../../include/functions_config.php:279 +msgid "Compare previous password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:318 +msgid "Enterprise password policy" +msgstr "" + +#: ../../enterprise/godmode/setup/setup.php:319 +msgid "" +"Rules applied to the management of passwords. This policy applies to all " +"users except the administrator." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:36 +#: ../../enterprise/godmode/setup/edit_skin.php:42 +msgid "Skins configuration" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:71 +msgid "Error deleting skin" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:74 +msgid "Successfully deleted skin" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:117 +msgid "Skin name" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:118 +#: ../../enterprise/godmode/setup/edit_skin.php:216 +msgid "Relative path" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:143 +msgid "There are no defined skins" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_skins.php:148 +msgid "Create skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:45 +msgid "Successfully updated skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:48 +#: ../../enterprise/godmode/setup/edit_skin.php:60 +msgid "Error updating skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:171 +msgid "Error creating skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:176 +msgid "Successfully created skin" +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:217 +msgid "" +"Zip file with skin subdirectory. The name of the zip file only can have " +"alphanumeric characters." +msgstr "" + +#: ../../enterprise/godmode/setup/edit_skin.php:239 +msgid "Group/s" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:45 +#: ../../include/functions_config.php:652 +msgid "Enable history database" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:49 +msgid "Enable event history" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:49 +msgid "" +"Event history is ONLY used for event reports, is not used in graphs or event " +"viewer." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:53 +#: ../../include/functions_config.php:656 +msgid "Host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:59 +#: ../../enterprise/godmode/setup/setup_auth.php:64 +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/godmode/setup/setup_auth.php:128 +#: ../../enterprise/meta/include/functions_meta.php:839 +#: ../../enterprise/meta/include/functions_meta.php:892 +#: ../../enterprise/meta/include/functions_meta.php:945 +#: ../../include/functions_config.php:330 +#: ../../include/functions_config.php:341 +#: ../../include/functions_config.php:351 +#: ../../include/functions_config.php:660 +msgid "Database name" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:62 +#: ../../include/functions_config.php:662 +msgid "Database user" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:65 +#: ../../include/functions_config.php:664 +msgid "Database password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:68 +msgid "Number of days before data is transfered to history database." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:71 +msgid "" +"Data size of mechanism used to transfer data (similar to a data buffer.)" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:74 +#: ../../include/functions_config.php:672 +msgid "Delay" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:74 +msgid "Time interval between data transfer." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:77 +msgid "Event days" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:77 +msgid "Number of days before events is transfered to history database." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:31 +msgid "Active directory" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:32 +msgid "Remote Pandora FMS" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:33 +msgid "Remote Babel Enterprise" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:34 +msgid "Remote Integria" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:35 +msgid "SAML" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:52 +#: ../../include/functions_config.php:326 +msgid "MySQL host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:58 +#: ../../enterprise/godmode/setup/setup_auth.php:90 +#: ../../enterprise/godmode/setup/setup_auth.php:122 +#: ../../enterprise/meta/include/functions_meta.php:829 +#: ../../enterprise/meta/include/functions_meta.php:882 +#: ../../enterprise/meta/include/functions_meta.php:935 +#: ../../include/functions_config.php:328 +#: ../../include/functions_config.php:339 +#: ../../include/functions_config.php:349 +msgid "MySQL port" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:84 +#: ../../enterprise/meta/include/functions_meta.php:872 +#: ../../include/functions_config.php:337 +msgid "Babel Enterprise host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:116 +#: ../../enterprise/meta/include/functions_meta.php:925 +#: ../../include/functions_config.php:347 +msgid "Integria host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "SimpleSAML path" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "" +"Select the path where SimpleSAML has been installed (by default '/opt/')" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:156 +#: ../../enterprise/meta/include/functions_meta.php:662 +#: ../../include/functions_config.php:295 +msgid "Autocreate blacklist" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:164 +#: ../../enterprise/meta/include/functions_meta.php:724 +#: ../../include/functions_config.php:304 +msgid "Advance Config AD" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:165 +msgid "" +"Enable this option will be synchronice the groups and tags each new user " +"when he/she will login." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:182 +#: ../../enterprise/meta/include/functions_meta.php:744 +#: ../../include/functions_config.php:308 +msgid "Advanced Permisions AD" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/advanced/synchronizing.user.php:555 +#: ../../godmode/users/profile_list.php:302 ../../godmode/menu.php:91 +msgid "Profiles" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +msgid "AD Groups" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "OP" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:236 +msgid "Select profile" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:245 +msgid "Add new permissions" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:256 +#: ../../enterprise/meta/include/functions_meta.php:632 +#: ../../include/functions_config.php:289 +msgid "Autocreate profile" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:262 +#: ../../enterprise/meta/include/functions_meta.php:642 +#: ../../include/functions_config.php:291 +msgid "Autocreate profile group" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:269 +#: ../../enterprise/meta/include/functions_meta.php:652 +#: ../../include/functions_config.php:293 +msgid "Autocreate profile tags" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:284 +#: ../../enterprise/meta/include/functions_meta.php:694 +#: ../../include/functions_config.php:298 +msgid "Active directory server" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:290 +#: ../../enterprise/meta/include/functions_meta.php:704 +#: ../../include/functions_config.php:300 +msgid "Active directory port" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:296 +#: ../../enterprise/meta/include/functions_meta.php:714 +#: ../../enterprise/meta/include/functions_meta.php:786 +#: ../../godmode/setup/setup_auth.php:89 +#: ../../include/functions_config.php:302 +#: ../../include/functions_config.php:317 +msgid "Start TLS" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:303 +#: ../../enterprise/meta/include/functions_meta.php:734 +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:383 +msgid "You must select a profile from the list of profiles." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:40 +msgid "Enterprise ACL setup" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:73 +#: ../../enterprise/godmode/setup/setup_acl.php:105 +msgid "Add new ACL element to profile" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:78 +#: ../../enterprise/godmode/setup/setup_acl.php:150 +msgid "Section" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../enterprise/godmode/setup/setup_acl.php:239 +msgid "Mobile" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:87 +#: ../../enterprise/godmode/setup/setup_acl.php:151 +msgid "Section 2" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:92 +#: ../../enterprise/godmode/setup/setup_acl.php:152 +msgid "Section 3" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:104 +msgid "Hidden" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:110 +msgid "Page" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:129 +msgid "Filter by profile" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:294 +#: ../../enterprise/godmode/setup/setup_acl.php:307 +#: ../../include/functions_graph.php:2690 +#: ../../include/functions_graph.php:2705 +msgid "Invalid" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 +msgid "Metaconsole setup" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 +#: ../../enterprise/meta/advanced/metasetup.performance.php:53 +#: ../../enterprise/meta/advanced/metasetup.visual.php:56 +#: ../../enterprise/meta/advanced/metasetup.setup.php:85 +#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 +#: ../../enterprise/meta/advanced/metasetup.auth.php:53 +msgid "Successfully update" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:114 +msgid "Could not be update" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 +msgid "Pandora FMS Metaconsole item edition" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:256 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:335 +#: ../../enterprise/meta/include/functions_events_meta.php:109 +#: ../../godmode/events/custom_events.php:122 +#: ../../godmode/events/custom_events.php:170 +#: ../../include/functions_events.php:52 +msgid "Server name" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 +msgid "Auth token" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 +msgid "" +"Token previously configured on the destination Pandora console in order to " +"use delegated authentification." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:337 +msgid "Console URL" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 +#: ../../enterprise/meta/advanced/metasetup.setup.php:237 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 +#: ../../enterprise/meta/include/functions_meta.php:438 +#: ../../enterprise/meta/include/functions_meta.php:448 +#: ../../godmode/setup/setup_general.php:98 +#: ../../include/functions_config.php:150 +msgid "API password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:338 +msgid "DB Host" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 +msgid "DB Name" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 +msgid "DB User" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 +msgid "DB Password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:285 +msgid "Console User" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 +msgid "Console Password" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 +msgid "DB" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:331 +msgid "API" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:332 +msgid "Compatibility" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:44 +msgid "Log storage directory" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:45 +msgid "Directory where log data will be stored." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:47 +#: ../../include/functions_config.php:648 +msgid "Log max lifetime" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:48 +msgid "Sets the maximum lifetime for log data in days." +msgstr "" + +#: ../../enterprise/godmode/menu.php:16 +msgid "Manage Satellite Server" +msgstr "" + +#: ../../enterprise/meta/monitoring/tactical.php:37 +msgid "Tactical View" +msgstr "" + +#: ../../enterprise/meta/monitoring/tactical.php:291 +msgid "Report of state" +msgstr "" + +#: ../../enterprise/meta/monitoring/tactical.php:320 +msgid "Report of events" +msgstr "" + +#: ../../enterprise/meta/monitoring/tactical.php:325 +msgid "Info of state in events" +msgstr "" + +#: ../../enterprise/meta/monitoring/tactical.php:341 +msgid "More events" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:33 +msgid "Group View" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:95 +msgid "Summary by status" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:103 +msgid "% Agents Unknown" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:104 +#: ../../enterprise/meta/monitoring/group_view.php:105 +msgid "% Agents not init" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:108 +msgid "% Monitors Critical" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:109 +msgid "% Monitors Warning" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:110 +msgid "% Monitors OK" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:111 +msgid "% Monitors Unknown" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:112 +msgid "% Monitors Not init" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/group_view.php:137 +msgid "This data doesn't show in realtime" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:144 +msgid "Group or Tag" +msgstr "" + +#: ../../enterprise/meta/monitoring/group_view.php:148 +msgid "critical" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 +msgid "Advanced configuration" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1375 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1465 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1585 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1656 +msgid "Preview" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 +msgid "Create module" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +msgid "Can't connect to Pandora FMS instance" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 +#: ../../enterprise/dashboard/full_dashboard.php:228 +#: ../../enterprise/dashboard/public_dashboard.php:256 +#: ../../include/functions_graph.php:817 +#: ../../include/functions_graph.php:3902 +msgid "Previous" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 +msgid "Invalid characters founded in module name" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 +#: ../../godmode/massive/massive_edit_modules.php:249 +#: ../../godmode/massive/massive_delete_modules.php:405 +msgid "Module type" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 +#: ../../include/functions_reporting_html.php:2289 +#: ../../include/functions_reporting_html.php:2429 +#: ../../mobile/include/functions_web.php:23 +msgid "Monitor" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +msgid "Web check" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 +msgid "Module description" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 +msgid "Step by step wizard" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 +msgid "Click Create to continue" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 +#: ../../godmode/reporting/graph_builder.graph_editor.php:185 +msgid "Please, select a module" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 +msgid "Select the agent to be edited or deleted" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 +#: ../../enterprise/mobile/operation/dashboard.php:88 +#: ../../enterprise/mobile/operation/dashboard.php:231 +#: ../../mobile/operation/module_graph.php:370 +#: ../../mobile/operation/module_graph.php:379 +#: ../../mobile/operation/tactical.php:88 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/modules.php:190 +#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/agents.php:162 +#: ../../mobile/operation/visualmap.php:103 +#: ../../mobile/operation/networkmaps.php:116 +#: ../../mobile/operation/agent.php:108 ../../mobile/operation/events.php:568 +#: ../../mobile/operation/groups.php:69 +#: ../../mobile/operation/networkmap.php:98 +msgid "Back" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 +msgid "Manage modules" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 +msgid "Select the agent where the module will be created" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 +msgid "Create Module" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 +msgid "Select the module to be edited or deleted" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +msgid "Create alert" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 +#: ../../godmode/users/configure_profile.php:268 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../godmode/alerts/alert_list.php:330 +msgid "Manage alerts" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 +msgid "Select the module where the alert will be created" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 +msgid "Select the alert to be edited or deleted" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 +msgid "Please, set a name" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 +msgid "Please, set an interval" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 +msgid "Please, set a valid IP/Name address" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 +msgid "The alert you are trying to add is already in the list of alerts" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../include/functions_events.php:1717 +msgid "New" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 +msgid "Please, select an alert" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 +msgid "Please, select an agent" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 +#: ../../enterprise/meta/include/functions_wizard_meta.php:517 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 +#: ../../godmode/tag/edit_tag.php:185 +#: ../../include/functions_reporting.php:3584 +msgid "Url" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 +msgid "String" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 +#: ../../godmode/agentes/configurar_agente.php:181 +#: ../../godmode/agentes/configurar_agente.php:704 +msgid "No agent name specified" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 +msgid "Another agent already exists with the same name" +msgstr "" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 +#: ../../godmode/agentes/module_manager_editor_common.php:364 +#: ../../godmode/agentes/module_manager_editor_common.php:367 #, php-format -msgid "User %s was deleted in the DB at %s" +msgid "Agent interval x %s" msgstr "" -#: ../../include/functions_users.php:443 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 +msgid "Edit agent" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:264 #, php-format -msgid "User %s logout at %s" +msgid "Error updating user %s" msgstr "" -#: ../../include/class/Tree.class.php:1468 -msgid "NO DATA" +#: ../../enterprise/meta/advanced/synchronizing.user.php:268 +#, php-format +msgid "Updated user %s" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:279 +#, php-format +msgid "Error creating user %s" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:283 +#, php-format +msgid "Created user %s" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:478 +#, php-format +msgid "" +"Error creating/updating the followings elements groups/profiles/user " +"profiles (%d/%d/%d)" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:483 +#, php-format +msgid "" +"The followings elements groups/profiles/user profiles were created/updated " +"sucessfully (%d/%d/%d)" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:489 +#: ../../enterprise/meta/advanced/synchronizing.user.php:569 +#: ../../enterprise/meta/advanced/policymanager.sync.php:238 +#: ../../enterprise/meta/advanced/synchronizing.component.php:289 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 +#: ../../enterprise/meta/include/functions_groups_meta.php:130 +#: ../../enterprise/meta/include/functions_meta.php:99 +#: ../../enterprise/meta/include/functions_meta.php:201 +#: ../../enterprise/meta/include/functions_meta.php:303 +#, php-format +msgid "Error connecting to %s" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:501 +msgid "Synchronizing Users" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:509 +#: ../../enterprise/meta/advanced/policymanager.sync.php:296 +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.group.php:148 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 +#: ../../enterprise/meta/advanced/synchronizing.os.php:92 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 +msgid "This metaconsole" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +msgid "Profile mode" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +msgid "Profile synchronization mode." +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:534 +msgid "New profile" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:536 +msgid "" +"The selected user profile will be added to the selected users into the target" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:537 +msgid "Copy profile" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:539 +msgid "The target user profiles will be replaced with the source user profiles" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:578 +#: ../../enterprise/meta/advanced/policymanager.sync.php:315 +#: ../../enterprise/meta/advanced/synchronizing.component.php:327 +#: ../../enterprise/meta/advanced/synchronizing.group.php:164 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 +#: ../../enterprise/meta/advanced/synchronizing.os.php:108 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 +msgid "Sync" +msgstr "" + +#: ../../enterprise/meta/advanced/component_management.php:56 +#: ../../include/functions_menu.php:477 +msgid "Tags management" +msgstr "" + +#: ../../enterprise/meta/advanced/component_management.php:60 +msgid "Module groups Management" +msgstr "" + +#: ../../enterprise/meta/advanced/component_management.php:64 +msgid "OS Management" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:248 +#, php-format +msgid "Error creating %s policies" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:251 +#, php-format +msgid "Created %s policies" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:256 +#, php-format +msgid "Error creating/updating %s/%s policy modules" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:259 +#, php-format +msgid "Created/Updated %s/%s policy modules" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:264 +#, php-format +msgid "Error deleting %s policy modules" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:267 +#, php-format +msgid "Deleted %s policy modules" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:272 +#, php-format +msgid "Error creating %s policy alerts" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:275 +#, php-format +msgid "Created %s policy alerts" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:280 +#, php-format +msgid "Error deleting %s policy alerts" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:283 +#, php-format +msgid "Deleted %s policy alerts" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../enterprise/meta/advanced/synchronizing.component.php:320 +#: ../../enterprise/meta/advanced/synchronizing.group.php:157 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 +#: ../../enterprise/meta/advanced/synchronizing.os.php:101 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:263 +#, php-format +msgid "Error creating %s components groups " +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:266 +#, php-format +msgid "Created %s component groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:271 +#, php-format +msgid "Error creating/updating %s/%s local components " +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:274 +#, php-format +msgid "Created/Updated %s/%s local components" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:279 +#, php-format +msgid "Error creating/updating %s/%s network components " +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:282 +#, php-format +msgid "Created/Updated %s/%s network components" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:303 +msgid "Synchronizing Components" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:35 +#: ../../enterprise/meta/general/main_header.php:243 +msgid "Synchronizing" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:60 +#: ../../enterprise/meta/advanced/synchronizing.php:91 +msgid "Users synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:64 +#: ../../enterprise/meta/advanced/synchronizing.php:94 +msgid "Groups synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:68 +#: ../../enterprise/meta/advanced/synchronizing.php:97 +msgid "Alerts synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:72 +#: ../../enterprise/meta/advanced/synchronizing.php:100 +msgid "Components synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:76 +#: ../../enterprise/meta/advanced/synchronizing.php:103 +msgid "Tags synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:80 +#: ../../enterprise/meta/advanced/synchronizing.php:106 +msgid "OS synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.php:84 +#: ../../enterprise/meta/advanced/synchronizing.php:109 +msgid "Module Groups synchronization" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:74 +#: ../../enterprise/meta/advanced/synchronizing.group.php:75 +#: ../../enterprise/meta/advanced/synchronizing.group.php:87 +#: ../../enterprise/meta/advanced/synchronizing.group.php:88 +msgid "Open for more details" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:78 +#, php-format +msgid "Error creating %s groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:91 +#, php-format +msgid "Error updating %s groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:100 +#: ../../enterprise/meta/advanced/synchronizing.group.php:101 +msgid "Open for more details in creation" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:106 +#: ../../enterprise/meta/advanced/synchronizing.group.php:107 +msgid "Open for more details in update" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:110 +#, php-format +msgid "Error creating/updating %s/%s groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:122 +#, php-format +msgid "Created/Updated %s/%s groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:129 +msgid "None update or create group" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:140 +msgid "Synchronizing Groups" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:33 +#: ../../godmode/servers/servers.build_table.php:38 +msgid "There are no servers configured into the database" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Lag" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Avg. Delay(sec)/Modules delayed" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 +msgid "T/Q" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 +msgid "Threads / Queued modules currently" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:92 +#: ../../godmode/servers/servers.build_table.php:97 +msgid "This is a master server" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:104 +#: ../../enterprise/meta/advanced/servers.build_table.php:109 +#: ../../godmode/servers/servers.build_table.php:110 +#: ../../godmode/servers/servers.build_table.php:115 +msgid "of" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:168 +msgid "Modules run by this server will stop working. Do you want to continue?" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.build_table.php:154 +#: ../../godmode/servers/servers.build_table.php:189 +msgid "Tactical server information" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:47 +#: ../../enterprise/meta/advanced/metasetup.visual.php:50 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.password.php:47 +#: ../../enterprise/meta/advanced/metasetup.auth.php:47 +#, php-format +msgid "Could not be update: Error in %s" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:73 +#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 +#: ../../godmode/menu.php:257 +msgid "Performance" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:78 +#: ../../enterprise/meta/include/functions_meta.php:1201 +#: ../../godmode/setup/performance.php:49 +#: ../../include/functions_config.php:371 +msgid "Max. days before delete events" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:82 +#: ../../enterprise/meta/include/functions_meta.php:1211 +msgid "Active events history" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:87 +#: ../../enterprise/meta/include/functions_meta.php:1221 +#: ../../godmode/setup/performance.php:55 +#: ../../include/functions_config.php:377 +msgid "Max. days before delete audit events" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:92 +#: ../../enterprise/meta/include/functions_meta.php:1231 +#: ../../godmode/setup/performance.php:106 +#: ../../include/functions_config.php:393 +msgid "Default hours for event view" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:35 +#: ../../godmode/setup/license.php:37 +msgid "License updated" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:62 +msgid "Licence" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:69 +#: ../../godmode/setup/license.php:64 +msgid "Customer key" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:72 +#: ../../godmode/setup/license.php:67 +msgid "Expires" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:75 +#: ../../godmode/setup/license.php:70 +msgid "Platform Limit" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:76 +#: ../../enterprise/meta/advanced/license_meta.php:79 +#: ../../enterprise/meta/advanced/license_meta.php:82 +#: ../../enterprise/meta/advanced/license_meta.php:85 +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "agents" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:78 +#: ../../godmode/setup/license.php:73 +msgid "Current Platform Count" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:81 +#: ../../godmode/setup/license.php:76 +msgid "Current Platform Count (enabled: items)" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:84 +#: ../../godmode/setup/license.php:79 +msgid "Current Platform Count (disabled: items)" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:87 +#: ../../godmode/setup/license.php:82 +msgid "License Mode" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:90 +#: ../../godmode/setup/license.php:85 +msgid "NMS" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:91 +#: ../../enterprise/meta/advanced/license_meta.php:94 +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "enabled" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:91 +#: ../../enterprise/meta/advanced/license_meta.php:94 +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "disabled" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:93 +#: ../../godmode/setup/license.php:88 +msgid "Satellite" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:96 +#: ../../godmode/setup/license.php:91 +msgid "Licensed to" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:105 +#: ../../enterprise/meta/advanced/license_meta.php:109 +#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 +msgid "Request new license" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:113 +#: ../../godmode/setup/license.php:108 +msgid "To get your Pandora FMS Enterprise License:" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:116 +#: ../../godmode/setup/license.php:111 +#, php-format +msgid "Go to %s" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:119 +#: ../../godmode/setup/license.php:114 +msgid "Enter the auth key and the following request key:" +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:125 +#: ../../godmode/setup/license.php:120 +msgid "Enter your name (or a company name) and a contact email address." +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:128 +#: ../../godmode/setup/license.php:123 +msgid "Click on Generate." +msgstr "" + +#: ../../enterprise/meta/advanced/license_meta.php:131 +#: ../../godmode/setup/license.php:126 +msgid "" +"Click here, enter " +"the generated license key and click on Validate." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:76 +msgid "Visual" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:81 +#: ../../enterprise/meta/include/functions_meta.php:978 +#: ../../godmode/setup/setup_visuals.php:613 +#: ../../include/functions_config.php:416 +msgid "Date format string" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:82 +#: ../../godmode/setup/setup_visuals.php:614 +msgid "Example" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:95 +#: ../../enterprise/meta/include/functions_meta.php:988 +#: ../../godmode/setup/setup_visuals.php:626 +#: ../../include/functions_config.php:418 +msgid "Timestamp or time comparation" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:96 +#: ../../godmode/setup/setup_visuals.php:627 +msgid "Comparation in rollover" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:98 +#: ../../godmode/setup/setup_visuals.php:629 +msgid "Timestamp in rollover" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:103 +#: ../../enterprise/meta/include/functions_meta.php:998 +#: ../../godmode/setup/setup_visuals.php:352 +#: ../../include/functions_config.php:420 +msgid "Graph color (min)" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:108 +#: ../../enterprise/meta/include/functions_meta.php:1008 +#: ../../godmode/setup/setup_visuals.php:356 +#: ../../include/functions_config.php:422 +msgid "Graph color (avg)" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:113 +#: ../../enterprise/meta/include/functions_meta.php:1018 +#: ../../godmode/setup/setup_visuals.php:360 +#: ../../include/functions_config.php:424 +msgid "Graph color (max)" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:117 +#: ../../enterprise/meta/include/functions_meta.php:1028 +#: ../../godmode/setup/setup_visuals.php:405 +#: ../../include/functions_config.php:444 +msgid "Data precision for reports" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:117 +#: ../../godmode/setup/setup_visuals.php:406 +msgid "Precision must be a integer number between 0 and 5" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:121 +#: ../../enterprise/meta/include/functions_meta.php:1038 +#: ../../include/functions_config.php:440 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:125 +#: ../../enterprise/meta/include/functions_meta.php:1048 +#: ../../godmode/setup/setup_visuals.php:396 +#: ../../include/functions_config.php:442 +msgid "Value to interface graphics" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:134 +#: ../../enterprise/meta/include/functions_meta.php:1071 +#: ../../godmode/setup/setup_visuals.php:415 +#: ../../include/functions_config.php:453 +msgid "Use round corners" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:144 +#: ../../enterprise/meta/include/functions_meta.php:1091 +msgid "Metaconsole elements" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:144 +msgid "The number of elements retrieved for each instance in some views." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:150 +#: ../../godmode/setup/setup_visuals.php:675 ../../include/functions.php:435 +#: ../../include/functions.php:569 ../../include/functions_html.php:723 +msgid "hours" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:151 +#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88 +#: ../../godmode/setup/setup_visuals.php:676 ../../include/functions.php:431 +#: ../../include/functions.php:565 ../../include/functions_html.php:724 +msgid "days" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:152 +#: ../../godmode/setup/setup_visuals.php:677 ../../include/functions.php:432 +#: ../../include/functions.php:566 ../../include/functions_html.php:726 +msgid "months" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:153 +#: ../../godmode/setup/setup_visuals.php:678 ../../include/functions.php:433 +#: ../../include/functions.php:567 ../../include/functions_html.php:727 +msgid "years" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:154 +#: ../../godmode/setup/setup_visuals.php:679 +msgid "Add new custom value to intervals" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:160 +#: ../../enterprise/meta/include/functions_meta.php:1141 +#: ../../godmode/setup/setup_visuals.php:685 +#: ../../include/functions_config.php:598 +msgid "Delete interval" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:172 +#: ../../godmode/setup/setup_visuals.php:479 +msgid "Custom report front page" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:172 +#: ../../godmode/setup/setup_visuals.php:481 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:176 +#: ../../enterprise/meta/include/functions_meta.php:1101 +#: ../../godmode/setup/setup_visuals.php:597 +msgid "Show only the group name" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:178 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../include/functions_config.php:512 +msgid "Show the group name instead the group icon." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:187 +#: ../../enterprise/meta/include/functions_meta.php:1177 +#: ../../godmode/setup/setup_visuals.php:84 +#: ../../include/functions_config.php:520 +msgid "Display data of proc modules in other format" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:196 +#: ../../enterprise/meta/include/functions_meta.php:1182 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:522 +msgid "Display text proc modules have state is ok" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:199 +#: ../../enterprise/meta/include/functions_meta.php:1187 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:524 +msgid "Display text when proc modules have state critical" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/advanced/metasetup.visual.php:224 +#: ../../enterprise/meta/advanced/metasetup.visual.php:230 +#: ../../enterprise/meta/advanced/metasetup.visual.php:234 +#: ../../enterprise/meta/advanced/metasetup.visual.php:241 +#: ../../enterprise/meta/include/functions_meta.php:1147 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:525 +#: ../../godmode/setup/setup_visuals.php:531 +#: ../../godmode/setup/setup_visuals.php:544 +#: ../../godmode/setup/setup_visuals.php:552 +#: ../../godmode/setup/setup_visuals.php:557 +#: ../../godmode/setup/setup_visuals.php:565 +#: ../../include/functions_config.php:606 +#: ../../include/functions_config.php:609 +#: ../../include/functions_config.php:612 +#: ../../include/functions_config.php:615 +#: ../../include/functions_config.php:618 +#: ../../include/functions_config.php:621 +msgid "Custom report front" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:125 +#: ../../enterprise/meta/include/functions_meta.php:368 +#: ../../godmode/setup/setup_general.php:62 +#: ../../include/functions_config.php:133 +msgid "Auto login (hash) password" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:129 +#: ../../enterprise/meta/include/functions_meta.php:378 +#: ../../godmode/setup/setup_general.php:65 +#: ../../include/functions_config.php:136 +msgid "Time source" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:131 +#: ../../godmode/setup/setup_general.php:67 +msgid "Database" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:136 +#: ../../enterprise/meta/include/functions_meta.php:388 +#: ../../godmode/setup/setup_general.php:74 +#: ../../include/functions_config.php:142 +msgid "Enforce https" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:137 +#: ../../godmode/setup/setup_general.php:75 +msgid "" +"If SSL is not properly configured you will lose access to Pandora FMS " +"Console. Do you want to continue?" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../enterprise/meta/include/functions_meta.php:398 +#: ../../godmode/setup/setup_general.php:86 +#: ../../include/functions_config.php:146 +msgid "Attachment store" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../godmode/setup/setup_general.php:86 +msgid "Directory where temporary data is stored." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:179 +#: ../../godmode/setup/setup_general.php:216 +msgid "Change timezone" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:183 +#: ../../enterprise/meta/include/functions_meta.php:418 +#: ../../godmode/setup/setup_general.php:237 +#: ../../include/functions_config.php:188 +msgid "Public URL" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:184 +#: ../../godmode/setup/setup_general.php:238 +msgid "" +"Set this value when your PandoraFMS across inverse proxy or for example with " +"mod_proxy of Apache." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:187 +#: ../../godmode/setup/setup_netflow.php:61 +#: ../../include/functions_config.php:638 +msgid "Disable custom live view filters" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:187 +#: ../../godmode/setup/setup_netflow.php:62 +msgid "" +"Disable the definition of custom filters in the live view. Only existing " +"filters can be used." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:192 +msgid "Customize sections" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:214 +msgid "Disabled sections" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:216 +msgid "Enabled sections" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:222 +msgid "Push selected sections to enable it" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:226 +msgid "Pop selected sections to disable it" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:238 +#: ../../godmode/setup/setup_general.php:99 +msgid "Please be careful if you put a password put https access." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:241 +#: ../../enterprise/meta/include/functions_meta.php:459 +#: ../../godmode/setup/setup_general.php:89 +#: ../../include/functions_config.php:148 +msgid "IP list with API access" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 +msgid "redirected ip server in conf into source DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 +msgid "created agent in destination DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 +msgid "created agent modules in destination DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 +msgid "created agent alerts in destination DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 +msgid "created alerts actions in destination DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 +msgid "disabled agent in source DB" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 +msgid "" +"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " +"Console." +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 +msgid "Successfully moved" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 +msgid "Could not be moved" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 +msgid "Move Agents" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 +msgid "Source Server" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 +msgid "Destination Server" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +msgid "Group filter" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +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 "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +msgid "Create group if doesn’t exist in destination" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +msgid "Based on name" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 +msgid "Add agents to destination server" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 +msgid "Remove agents to doesn't move to destination server" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 +msgid "Move" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 +msgid "Please choose other server." +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 +#, php-format +msgid "Error creating/updating %s/%s comamnds" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 +#, php-format +msgid "Created/Updated %s/%s commands" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 +#, php-format +msgid "Error creating/updating %s/%s actions" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 +#, php-format +msgid "Created/Updated %s/%s actions" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 +#, php-format +msgid "Error creating/updating %s/%s templates" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 +#, php-format +msgid "Created/Updated %s/%s templates" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 +msgid "Synchronizing Alerts" +msgstr "" + +#: ../../enterprise/meta/advanced/agents_setup.php:37 +msgid "Propagation" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.password.php:73 +msgid "Passwords" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:86 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:130 +msgid "Could not be create, duplicated server name." +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:176 +msgid "Could not be delete" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:265 +msgid "Complete path to Pandora console without last \"/\" character. Example " +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:282 +msgid "DB port" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:334 +msgid "Agent cache" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:418 +msgid "There aren't server added to metaconsole" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.php:37 +msgid "Policy Manager" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.php:66 +msgid "Apply policies" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.php:70 +#: ../../enterprise/meta/advanced/policymanager.php:84 +msgid "Policies queue" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.php:81 +msgid "Policies apply" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 +#, php-format +msgid "Error creating/updating %s/%s tags" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 +#, php-format +msgid "Created/Updated %s/%s tags" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 +msgid "Synchronizing Tags" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.php:39 +#: ../../godmode/servers/modificar_server.php:98 +msgid "Server deleted successfully" +msgstr "" + +#: ../../enterprise/meta/advanced/servers.php:42 +#: ../../godmode/servers/modificar_server.php:101 +msgid "There was a problem deleting the server" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:352 +msgid "Empty queue." +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:146 +#: ../../enterprise/meta/advanced/policymanager.apply.php:154 +msgid "Only database" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:188 +msgid "Apply Policies" +msgstr "" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:202 +#: ../../godmode/reporting/visual_console_builder.wizard.php:219 +#: ../../godmode/menu.php:202 ../../mobile/include/functions_web.php:27 +msgid "Servers" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:55 +msgid "Consoles Setup" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:60 +#: ../../enterprise/meta/advanced/metasetup.php:106 +msgid "General setup" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:65 +#: ../../enterprise/meta/advanced/metasetup.php:109 +msgid "Passwords setup" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:70 +#: ../../enterprise/meta/advanced/metasetup.php:112 +#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:116 +#: ../../godmode/menu.php:254 +msgid "Authentication" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:75 +#: ../../enterprise/meta/advanced/metasetup.php:115 +msgid "Visual setup" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:80 +#: ../../enterprise/meta/advanced/metasetup.php:118 +msgid "Performance setup" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:85 +#: ../../enterprise/meta/advanced/metasetup.php:121 +#: ../../godmode/setup/file_manager.php:30 ../../godmode/menu.php:305 +msgid "File manager" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:90 +#: ../../enterprise/meta/advanced/metasetup.php:124 +msgid "Strings translation" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:95 +#: ../../enterprise/meta/advanced/metasetup.php:127 +msgid "Offline Update Manager" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.php:102 +msgid "Consoles setup" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:69 +#, php-format +msgid "Error creating/updating %s/%s OS" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:72 +#, php-format +msgid "Created/Updated %s/%s OS" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:84 +msgid "Synchronizing OS" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:69 +#, php-format +msgid "Error creating/updating %s/%s module groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72 +#, php-format +msgid "Created/Updated %s/%s module groups" +msgstr "" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84 +msgid "Synchronizing Module Groups" +msgstr "" + +#: ../../enterprise/meta/general/logon_ok.php:32 +msgid "Network traffic" +msgstr "" + +#: ../../enterprise/meta/general/logon_ok.php:60 +#: ../../enterprise/meta/general/main_header.php:180 +#: ../../enterprise/meta/screens/screens.php:35 +msgid "Screens" +msgstr "" + +#: ../../enterprise/meta/general/logon_ok.php:62 +#: ../../include/functions_networkmap.php:1666 +#: ../../include/functions_networkmap.php:1745 +#: ../../include/functions_maps.php:34 +msgid "Topology" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:27 +msgid "Go to pandorafms.com" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:29 +msgid "Pandora Help" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:33 +msgid "Go to Pandora FMS Wiki" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:35 +msgid "Pandora Support" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:105 +msgid "Monitor all your systems with a single tool" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:139 +msgid "Login off" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:170 +msgid "" +"In order to have the best user experience with Pandora FMS, we strongly " +"recommend to use" +msgstr "" + +#: ../../enterprise/meta/general/login_page.php:171 +msgid "" +"Mozilla Firefox or Google Chrome browsers." +msgstr "" + +#: ../../enterprise/meta/general/footer.php:26 +#, php-format +msgid "® Ártica soluciones Pandora FMS %s - Build %s" +msgstr "" + +#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 +msgid "" +"Metaconsole needs previous activation from regular console, please contact " +"system administrator if you need assistance.
" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:98 +msgid "Groups view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:108 +msgid "Monitors view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:144 +msgid "Create new report" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:157 +msgid "Report templates" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:165 +#: ../../enterprise/include/functions_reporting.php:65 +msgid "Templates wizard" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:210 +msgid "Live view" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:219 +#: ../../enterprise/meta/event/custom_events.php:65 +#: ../../enterprise/meta/event/custom_events.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:178 +#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80 +msgid "Filters" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:248 +#: ../../enterprise/meta/general/main_header.php:314 +#: ../../enterprise/meta/include/functions_users_meta.php:168 +#: ../../enterprise/meta/include/functions_users_meta.php:187 +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/profile_list.php:45 +#: ../../godmode/users/profile_list.php:53 +msgid "User management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:253 +msgid "Agent management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:263 +msgid "Alert management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:273 +msgid "Component management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:278 +msgid "Policy management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:283 +msgid "Category management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:288 +msgid "Server management" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:293 +#: ../../godmode/menu.php:280 +msgid "License" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:298 +msgid "Metasetup" +msgstr "" + +#: ../../enterprise/meta/general/main_header.php:325 +#: ../../godmode/extensions.php:27 +msgid "Extensions" +msgstr "" + +#: ../../enterprise/meta/general/noaccess.php:17 +msgid "Back to login" +msgstr "" + +#: ../../enterprise/meta/general/noaccess.php:33 +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 "" + +#: ../../enterprise/meta/agentsearch.php:79 +msgid "Search results for" +msgstr "" + +#: ../../enterprise/meta/agentsearch.php:193 +msgid "There are no agents included in this group" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:60 +msgid "Create visualmap" +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:120 +#: ../../godmode/reporting/visual_console_builder.php:250 +msgid "Successfully created." +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:123 +#: ../../godmode/reporting/visual_console_builder.php:263 +msgid "Could not be created." +msgstr "" + +#: ../../enterprise/meta/screens/screens.visualmap.php:208 +#: ../../godmode/reporting/visual_console_builder.php:692 +msgid "New visual console" +msgstr "" + +#: ../../enterprise/meta/index.php:239 ../../index.php:240 +#: ../../include/ajax/double_auth.ajax.php:489 +#: ../../mobile/include/user.class.php:171 +msgid "Invalid code" +msgstr "" + +#: ../../enterprise/meta/index.php:250 ../../index.php:251 +msgid "The code shouldn't be empty" +msgstr "" + +#: ../../enterprise/meta/index.php:262 ../../index.php:263 +msgid "Expired login" +msgstr "" + +#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 +#: ../../index.php:271 ../../index.php:277 +msgid "Login error" +msgstr "" + +#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534 +#: ../../index.php:724 +msgid "Sorry! I can't find the page!" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:43 +#: ../../godmode/netflow/nf_edit.php:167 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/events/event_filter.php:177 +msgid "Create filter" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:48 +#: ../../godmode/events/events.php:48 ../../godmode/menu.php:188 +msgid "Event responses" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:73 +#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306 +msgid "Responses" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:89 +msgid "The user is not in neither group with EW profile" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:129 +msgid "Succesful updated" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:130 +msgid "Unsucessful updated" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:154 +msgid "Fields" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:169 +#: ../../godmode/events/custom_events.php:181 +msgid "Fields available" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:171 +#: ../../godmode/events/custom_events.php:193 +msgid "Fields selected" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:178 +#: ../../godmode/events/custom_events.php:185 +msgid "Add fields to select" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:183 +#: ../../godmode/events/custom_events.php:189 +msgid "Delete fields to select" +msgstr "" + +#: ../../enterprise/meta/event/custom_events.php:191 +#: ../../godmode/events/custom_events.php:131 +msgid "Show event fields" +msgstr "" + +#: ../../enterprise/meta/include/functions_ui_meta.php:54 +#: ../../include/functions_ui.php:1294 +msgid "the Flexible Monitoring System" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 +msgid "Network map deleted successfully" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 +msgid "Could not delete network map" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:134 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:221 +msgid "Not networkmap defined." +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 +msgid "Networkmap list" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:426 +msgid "Successful update the networkmap." +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:427 +msgid "Unsuccessful update the networkmap." +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:439 +msgid "Unnamed " +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:520 +#: ../../godmode/events/event_edit_filter.php:217 +msgid "Save in group" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +msgid "Filter by tag" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:536 +msgid "Filter by agents" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:546 +msgid "Filter by modules" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:561 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 +msgid "Layout" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:571 +msgid "Show modules" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:577 +msgid "Regenerate" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:586 +msgid "Show modulegroup" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:595 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:606 +msgid "No Overlap" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:598 +msgid "Distance between nodes" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:599 +msgid "Separation between elements in the map (in Non-overlap mode)" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:615 +msgid "Show children Metaconsole" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:661 +msgid "Map options" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:666 +msgid "There is no group selected" +msgstr "" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:876 +#, php-format +msgid "Cannot connect to %s Pandora to generate networkmap." +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:55 +#: ../../godmode/events/custom_events.php:68 +#: ../../godmode/events/custom_events.php:152 +#: ../../include/functions_events.php:34 +#: ../../include/functions_events.php:1579 +msgid "Event id" +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:58 +#: ../../enterprise/include/functions_reporting_pdf.php:1180 +#: ../../godmode/events/custom_events.php:71 +#: ../../godmode/events/custom_events.php:153 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:891 +#: ../../include/functions_events.php:2336 +#: ../../include/functions_reporting_html.php:661 +#: ../../include/functions_reporting_html.php:2079 +msgid "Event name" +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:79 +#: ../../godmode/events/custom_events.php:92 +#: ../../godmode/events/custom_events.php:160 +#: ../../include/functions_events.php:42 +msgid "Agent module" +msgstr "" + +#: ../../enterprise/meta/include/functions_events_meta.php:97 +#: ../../godmode/events/custom_events.php:110 +#: ../../godmode/events/custom_events.php:166 +#: ../../include/functions_events.php:48 +#: ../../include/functions_events.php:2249 +msgid "Extra id" +msgstr "" + +#: ../../enterprise/meta/include/functions_alerts_meta.php:115 +#: ../../enterprise/meta/include/functions_alerts_meta.php:131 +#: ../../godmode/menu.php:161 +msgid "Commands" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:239 +#: ../../godmode/modules/manage_network_templates_form.php:302 +msgid "Components" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:241 +msgid "Agent modules" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:284 +msgid "Add selected modules to agent" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:298 +msgid "Undo changes" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:469 +msgid "Latency" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:470 +msgid "Response" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:472 +msgid "Check type" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:521 +msgid "String to check" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:526 +msgid "Add check" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:534 +msgid "Delete check" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:814 +#: ../../enterprise/meta/include/functions_wizard_meta.php:906 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1116 +msgid "Various" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:854 +#: ../../enterprise/meta/include/functions_wizard_meta.php:940 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1157 +msgid "Thresholds" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:951 +msgid "Web configuration" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1143 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1556 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1563 +msgid "Str: " +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 +msgid " Inverse interval " +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 +msgid "Alerts in module" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 +#: ../../include/functions_reporting_html.php:2135 +msgid "Alert description" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 +msgid "Checks" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 +msgid "Deleted modules" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1862 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1959 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2434 +#, php-format +msgid "Error adding module %s" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1872 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1969 +msgid "" +"There was an error creating the alerts, the operation has been cancelled" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 +msgid "Agent successfully added" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2052 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 +#, php-format +msgid "%s Modules created" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 +#, php-format +msgid "Could not update agent %s" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 +msgid "Agent successfully updated" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 +#, php-format +msgid "%s Modules deleted" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 +msgid "" +"There was an error creating the alerts, the operation has been cancelled ." +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2476 +msgid "Module successfully added." +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2548 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2637 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2848 +#, php-format +msgid "Error updating module %s" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2571 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2660 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 +msgid "" +"There was an error updating the alerts, the operation has been cancelled" +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2593 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2682 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2893 +msgid "Successfully updated module." +msgstr "" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 +msgid "Manage agent modules" +msgstr "" + +#: ../../enterprise/meta/include/functions_agents_meta.php:1169 +#: ../../enterprise/meta/include/functions_agents_meta.php:1180 +msgid "Agents movement" +msgstr "" + +#: ../../enterprise/meta/include/functions_agents_meta.php:1174 +#: ../../enterprise/meta/include/functions_agents_meta.php:1183 +msgid "Group management" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 +#: ../../godmode/alerts/alert_templates.php:62 +msgid "Everyday" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Every" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../godmode/alerts/alert_templates.php:83 +msgid "and" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 +#: ../../include/functions_treeview.php:522 +msgid "Next agent contact" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 +msgid "Go to agent detail" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 +msgid "Create new module" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 +#: ../../enterprise/dashboard/widgets/tree_view.php:22 +msgid "Tree View" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 +#: ../../godmode/groups/configure_group.php:68 +#: ../../godmode/groups/configure_modu_group.php:51 +msgid "There was a problem loading group" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 +msgid "Group name" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 +#: ../../include/functions_treeview.php:47 +msgid "There was a problem loading module" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 +msgid "Go to module detail" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 +#: ../../godmode/agentes/module_manager_editor_common.php:154 +msgid "Delete module" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 +msgid "Create new alert" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 +msgid "There was a problem loading alert" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 +msgid "Stand By" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 +msgid "Go to Alert detail" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 +msgid "Delete alert" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 +msgid "There was a problem loading tag" +msgstr "" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 +#: ../../godmode/tag/tag.php:199 +msgid "Tag name" +msgstr "" + +#: ../../enterprise/meta/include/functions_components_meta.php:48 +#: ../../enterprise/meta/include/functions_components_meta.php:66 +#: ../../godmode/menu.php:39 +msgid "Component groups" +msgstr "" + +#: ../../enterprise/meta/include/functions_components_meta.php:56 +#: ../../enterprise/meta/include/functions_components_meta.php:72 +#: ../../godmode/menu.php:98 +msgid "Network components" +msgstr "" + +#: ../../enterprise/meta/include/functions_components_meta.php:60 +#: ../../enterprise/meta/include/functions_components_meta.php:75 +msgid "Plugin management" +msgstr "" + +#: ../../enterprise/meta/include/functions_components_meta.php:81 +msgid "Create plugin" +msgstr "" + +#: ../../enterprise/meta/include/functions_components_meta.php:84 +msgid "Edit plugin" +msgstr "" + +#: ../../enterprise/meta/include/functions_groups_meta.php:77 +#, php-format +msgid "(Error Duplicate ID (%d) ) " +msgstr "" + +#: ../../enterprise/meta/include/functions_groups_meta.php:99 +msgid "Different parent" +msgstr "" + +#: ../../enterprise/meta/include/functions_groups_meta.php:104 +msgid "Different name" +msgstr "" + +#: ../../enterprise/meta/include/functions_users_meta.php:172 +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../godmode/users/configure_profile.php:45 +#: ../../godmode/users/user_list.php:117 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/profile_list.php:49 ../../godmode/menu.php:85 +msgid "Profile management" +msgstr "" + +#: ../../enterprise/meta/include/functions_users_meta.php:184 +msgid "User synchronization" +msgstr "" + +#: ../../enterprise/meta/include/functions_users_meta.php:196 +msgid "Group synchronization" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:332 +msgid "No admin user" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:348 +#: ../../include/functions_config.php:217 +msgid "Activate Metaconsole" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:428 +msgid "Netflow disable custom live view filters" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:476 +msgid "Customizable section" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:602 +#: ../../godmode/setup/setup_auth.php:179 +#: ../../include/functions_config.php:285 +msgid "Authentication method" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:612 +#: ../../godmode/setup/setup_auth.php:49 +#: ../../include/functions_config.php:323 +msgid "Fallback to local authentication" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:622 +#: ../../godmode/setup/setup_auth.php:57 +#: ../../include/functions_config.php:287 +msgid "Autocreate remote users" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:682 +#: ../../include/functions_config.php:361 +msgid "Session timeout" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:756 +#: ../../godmode/setup/setup_auth.php:70 +#: ../../include/functions_config.php:311 +msgid "LDAP server" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:766 +#: ../../godmode/setup/setup_auth.php:76 +#: ../../include/functions_config.php:313 +msgid "LDAP port" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:776 +#: ../../godmode/setup/setup_auth.php:83 +#: ../../include/functions_config.php:315 +msgid "LDAP version" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:796 +#: ../../godmode/setup/setup_auth.php:96 +#: ../../include/functions_config.php:319 +msgid "Base DN" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:806 +#: ../../godmode/setup/setup_auth.php:102 +#: ../../include/functions_config.php:321 +msgid "Login attribute" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:819 +msgid "Pandora FMS host" +msgstr "" + +#: ../../enterprise/meta/include/functions_meta.php:1241 +#: ../../godmode/setup/performance.php:116 +#: ../../include/functions_config.php:399 +msgid "Use agent access graph" +msgstr "" + +#: ../../enterprise/include/functions_netflow_pdf.php:45 +#: ../../enterprise/include/functions_reporting_pdf.php:51 +msgid "Automated Pandora FMS report for user defined report" +msgstr "" + +#: ../../enterprise/include/functions_netflow_pdf.php:56 +#: ../../enterprise/include/functions_reporting_pdf.php:2186 +msgid "Contents" +msgstr "" + +#: ../../enterprise/include/functions_netflow_pdf.php:157 +#: ../../enterprise/include/functions_reporting_csv.php:874 +#: ../../enterprise/include/functions_reporting_csv.php:878 +#: ../../enterprise/include/functions_reporting_pdf.php:2159 +msgid "Generated" +msgstr "" + +#: ../../enterprise/include/functions_login.php:22 +msgid "You must change password" +msgstr "" + +#: ../../enterprise/include/functions_login.php:47 +msgid "OLD PASS: " +msgstr "" + +#: ../../enterprise/include/functions_login.php:49 +msgid "NEW PASS: " +msgstr "" + +#: ../../enterprise/include/functions_login.php:51 +msgid "CONFIRM: " +msgstr "" + +#: ../../enterprise/include/functions_login.php:58 +msgid "Change" +msgstr "" + +#: ../../enterprise/include/functions_login.php:103 +msgid "User has been blocked. Try again in " +msgstr "" + +#: ../../enterprise/include/functions_login.php:103 +msgid " minutes" +msgstr "" + +#: ../../enterprise/include/functions_login.php:227 +msgid "Password must be different from the " +msgstr "" + +#: ../../enterprise/include/functions_login.php:227 +msgid " previous changes." +msgstr "" + +#: ../../enterprise/include/functions_login.php:241 +msgid "Password must be different" +msgstr "" + +#: ../../enterprise/include/functions_login.php:251 +msgid "Password too short" +msgstr "" + +#: ../../enterprise/include/functions_login.php:262 +msgid "Password must contain numbers" +msgstr "" + +#: ../../enterprise/include/functions_login.php:274 +msgid "Password must contain symbols" +msgstr "" + +#: ../../enterprise/include/functions_login.php:294 +msgid "Invalid old password" +msgstr "" + +#: ../../enterprise/include/functions_login.php:318 +msgid "User pass successfully updated" +msgstr "" + +#: ../../enterprise/include/functions_login.php:319 +msgid "Error updating user pass (no change?)" +msgstr "" + +#: ../../enterprise/include/functions_login.php:327 +msgid "Password confirm does not match" +msgstr "" + +#: ../../enterprise/include/functions_login.php:335 +msgid "Password empty" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:179 +#: ../../enterprise/include/functions_visual_map.php:232 +msgid "Crit:" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:181 +#: ../../enterprise/include/functions_visual_map.php:234 +msgid "Warn:" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:183 +#: ../../enterprise/include/functions_visual_map.php:236 +msgid "Ok:" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:185 +#: ../../enterprise/include/functions_visual_map.php:238 +msgid "Value:" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:534 +msgid "None of the services was added" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:537 +#, php-format +msgid "%d services couldn't be added" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:541 +#: ../../include/functions_ui.php:231 +msgid "Success" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:545 +msgid "There was an error retrieving the visual map information" +msgstr "" + +#: ../../enterprise/include/functions_visual_map.php:549 +msgid "No services selected" +msgstr "" + +#: ../../enterprise/include/functions_enterprise.php:298 +msgid "Tree view by tags" +msgstr "" + +#: ../../enterprise/include/functions_enterprise.php:321 +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 "" + +#: ../../enterprise/include/functions_enterprise.php:323 +msgid "" +"Problems with event days purge and event days that pass data to history DB." +msgstr "" + +#: ../../enterprise/include/functions_enterprise.php:331 +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 "" + +#: ../../enterprise/include/functions_enterprise.php:333 +msgid "Problems with days purge and days that pass data to history DB" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:37 +#: ../../enterprise/include/functions_setup.php:68 +msgid "Log collector" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:80 +msgid "Auto provisioning into Metaconsole" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:90 +msgid "URL Metaconsole Api" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:95 +msgid "Api pass" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:99 +msgid "Meta user" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:103 +msgid "Meta pass" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:107 +msgid "Metaconsole APi Online" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:109 +#: ../../enterprise/include/functions_setup.php:139 +msgid "Please click in the dot to re-check" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:115 +msgid "Pandora user" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:116 +msgid "Normally the admin user" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:120 +msgid "Pandora pass" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:124 +msgid "Public url console" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:125 +msgid "Without the index.php such as http://domain/pandora_url" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:131 +msgid "Register your node in metaconsole" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:133 +msgid "Register the node" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:138 +msgid "Status your node in metaconsole" +msgstr "" + +#: ../../enterprise/include/functions_local_components.php:142 +msgid "Empty configuration" +msgstr "" + +#: ../../enterprise/include/functions_local_components.php:146 +msgid "Empty OS" +msgstr "" + +#: ../../enterprise/include/functions_local_components.php:276 +#: ../../include/functions_alerts.php:951 +#: ../../include/functions_network_components.php:507 +msgid "Copy of" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:123 +#: ../../enterprise/include/functions_reporting.php:601 +#: ../../include/functions_reports.php:591 +#: ../../include/functions_reporting.php:4424 +msgid "Availability" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:167 +#: ../../include/functions_reporting.php:1389 +msgid "Inventory Changes" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:191 +#: ../../include/functions_reports.php:549 +msgid "Prediction date" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:208 +#: ../../include/functions_reporting.php:3229 +msgid "Projection Graph" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:238 +msgid "Serialized data " +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:318 +#: ../../include/functions_reporting.php:2013 +msgid "Group Report" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:330 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "Report type" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:332 +msgid "Uknown agents" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:339 +#: ../../include/functions_reporting.php:6189 +msgid "Defined alerts" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:341 +msgid "Last 8 hours events" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:344 +#: ../../include/functions_reports.php:575 +msgid "Group report" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:386 +#: ../../enterprise/include/functions_reporting_csv.php:401 +#: ../../enterprise/include/functions_reporting_csv.php:408 +#: ../../include/functions_reports.php:531 +#: ../../include/functions_reporting.php:3475 +msgid "MTTR" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:421 +#: ../../enterprise/include/functions_reporting_csv.php:437 +#: ../../enterprise/include/functions_reporting_csv.php:444 +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reporting.php:3478 +msgid "MTBF" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:457 +#: ../../enterprise/include/functions_reporting_csv.php:473 +#: ../../enterprise/include/functions_reporting_csv.php:480 +#: ../../include/functions_reports.php:527 +#: ../../include/functions_reporting.php:3481 +msgid "TTO" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:493 +#: ../../enterprise/include/functions_reporting_csv.php:510 +#: ../../enterprise/include/functions_reporting_csv.php:517 +#: ../../include/functions_reports.php:525 +#: ../../include/functions_reporting.php:3484 +msgid "TTRT" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:543 +msgid "Illegal query or any other error" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:562 +#: ../../enterprise/include/functions_reporting_csv.php:578 +#: ../../enterprise/include/functions_reporting_csv.php:585 +#: ../../include/functions_reports.php:566 +#: ../../include/functions_reporting.php:3472 +#: ../../include/functions_reporting.php:4928 +msgid "Summatory" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:670 +#: ../../enterprise/include/functions_reporting_csv.php:686 +#: ../../enterprise/include/functions_reporting_csv.php:693 +#: ../../include/functions_reporting.php:3469 +msgid "AVG. Value" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:706 +#: ../../enterprise/include/functions_reporting_csv.php:722 +#: ../../enterprise/include/functions_reporting_csv.php:730 +#: ../../include/functions_reporting.php:2964 +msgid "Monitor Report" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% OK" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% Wrong" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:742 +msgid "Simple Graph" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:797 +msgid "% Limit" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../enterprise/include/functions_reporting.php:1246 +#: ../../enterprise/include/functions_reporting.php:2289 +#: ../../enterprise/include/functions_reporting.php:3111 +#: ../../enterprise/include/functions_reporting.php:3445 +#: ../../enterprise/include/functions_reporting_pdf.php:1643 +#: ../../enterprise/include/functions_reporting_pdf.php:1672 +#: ../../enterprise/include/functions_reporting_pdf.php:1812 +#: ../../enterprise/include/functions_reporting_pdf.php:2063 +#: ../../include/functions_reporting_html.php:375 +#: ../../include/functions_reporting_html.php:402 +#: ../../include/functions_config.php:523 +#: ../../include/functions_config.php:1529 +msgid "Fail" +msgstr "" + +#: ../../enterprise/include/functions_reporting_csv.php:903 +#: ../../include/functions.php:215 +msgid "." +msgstr "" + +#: ../../enterprise/include/functions_backup.php:135 +msgid "No description" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:241 +#: ../../enterprise/include/functions_backup.php:323 +msgid "Restoring a backup" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:243 +#: ../../enterprise/include/functions_backup.php:325 +msgid "Restoring a Pandora database backup must be done manually" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:244 +#: ../../enterprise/include/functions_backup.php:326 +msgid "" +"It's a complex operation that needs human intervation to avoid system " +"failures and data loosing" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:245 +#: ../../enterprise/include/functions_backup.php:327 +msgid "To restore the selected backup, please follow these steps" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:251 +#: ../../enterprise/include/functions_backup.php:333 +msgid "Open a root shell in your system located at " +msgstr "" + +#: ../../enterprise/include/functions_backup.php:255 +msgid "Connect to MySQL database using the following command" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:262 +msgid "Create a new database" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:275 +msgid "Restore the backup" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:283 +#: ../../enterprise/include/functions_backup.php:348 +msgid "Modify console configuration to use this new database" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:284 +#: ../../enterprise/include/functions_backup.php:349 +msgid "Open configuration file" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:288 +#: ../../enterprise/include/functions_backup.php:300 +#: ../../enterprise/include/functions_backup.php:353 +#: ../../enterprise/include/functions_backup.php:365 +msgid "Find" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:290 +#: ../../enterprise/include/functions_backup.php:303 +#: ../../enterprise/include/functions_backup.php:355 +#: ../../enterprise/include/functions_backup.php:368 +msgid "and replace with" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:297 +#: ../../enterprise/include/functions_backup.php:362 +msgid "Modify servers configuration to use this new database" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:298 +#: ../../enterprise/include/functions_backup.php:363 +msgid "Find servers configuration file and replace the following lines" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:310 +#: ../../enterprise/include/functions_backup.php:375 +msgid "Restart the servers and login again into the console" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:340 +msgid "Run import command using the following command" +msgstr "" + +#: ../../enterprise/include/functions_backup.php:344 +msgid "Into your destination database." +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:249 +msgid "Error accesing to API, auth error." +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:253 +msgid "Error accesing to API." +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:257 +msgid "Error could not resolve the host." +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:268 +msgid "Database credentials not found" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:272 +msgid "Error connecting to the specified host" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:276 +msgid "Connected to the host, but cannot found the specified database" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:287 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:311 +msgid "Server connection failed" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:291 +msgid "" +"\"Translate string\" extension is missed in the server. This extension is " +"mandatory to be configured on metaconsole." +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:295 +msgid "" +"Server name doesnt match. Check the node server name and configure the same " +"one on metasetup" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:306 +msgid "Last event replication" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:320 +msgid "Agent cache activated" +msgstr "" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:324 +msgid "Agent cache failed" +msgstr "" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 +#: ../../enterprise/dashboard/widgets/top_n.php:114 +#: ../../enterprise/dashboard/widgets/top_n.php:297 +msgid "avg" +msgstr "" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 +#: ../../enterprise/dashboard/widgets/top_n.php:115 +#: ../../enterprise/dashboard/widgets/top_n.php:298 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1648 +msgid "max" +msgstr "" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 +#: ../../enterprise/dashboard/widgets/top_n.php:116 +#: ../../enterprise/dashboard/widgets/top_n.php:299 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1649 +msgid "min" +msgstr "" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 +#: ../../enterprise/dashboard/widgets/top_n.php:117 +#: ../../enterprise/dashboard/widgets/top_n.php:300 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1650 +msgid "sum" +msgstr "" + +#: ../../enterprise/include/ajax/dashboard.ajax.php:287 +msgid "Only one service map widget is supported at this moment" +msgstr "" + +#: ../../enterprise/include/functions_collection.php:42 +#, php-format +msgid "Fail create the directory: %s" +msgstr "" + +#: ../../enterprise/include/functions_collection.php:69 +msgid "No files in collection" +msgstr "" + +#: ../../enterprise/include/functions_collection.php:77 +msgid "File of collection is bigger than the limit (" +msgstr "" + +#: ../../enterprise/include/functions_services.php:23 +msgid "Service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:30 +msgid "Module store the service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:35 +msgid "Module store SLA service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:41 +msgid "Agent store the service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:47 +msgid "Agent store SLA service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:57 +msgid "Alert critical SLA service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:68 +msgid "Alert warning service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:79 +msgid "Alert critical service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:90 +msgid "Alert unknown service does not exist." +msgstr "" + +#: ../../enterprise/include/functions_services.php:328 +#, php-format +msgid "Module automatic create for the service %s" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1216 +#: ../../enterprise/include/functions_services.php:1218 +#: ../../enterprise/include/functions_services.php:1239 +#: ../../enterprise/include/functions_services.php:1240 +#: ../../enterprise/include/functions_services.php:1242 +#: ../../enterprise/include/functions_services.php:1276 +#: ../../enterprise/include/functions_services.php:1278 +#: ../../enterprise/include/functions_reporting.php:2811 +#: ../../enterprise/include/functions_reporting.php:3430 +msgid "Nonexistent" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1261 +msgid "Critical (Alert)" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1271 +msgid "Unknow" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1391 +msgid "There are no service elements defined" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1417 +msgid "Weight Critical" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1418 +msgid "Weight Warning" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1419 +msgid "Weight Unknown" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1420 +msgid "Weight Ok" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1446 +#: ../../enterprise/include/functions_services.php:1461 +#: ../../enterprise/include/functions_services.php:1496 +msgid "Nonexistent. This element should be deleted" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1661 +msgid "Delete service element" +msgstr "" + +#: ../../enterprise/include/functions_services.php:1703 +msgid "FAIL" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:41 +msgid "Advance options" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:59 +msgid "Templates list" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:85 +msgid "Templates Wizard" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:602 +msgid "Availability item created from wizard." +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1159 +#: ../../enterprise/include/functions_reporting.php:1634 +#: ../../enterprise/include/functions_reporting.php:1778 +#: ../../enterprise/include/functions_reporting_pdf.php:1721 +msgid "Inside limits" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1160 +#: ../../enterprise/include/functions_reporting.php:1639 +#: ../../enterprise/include/functions_reporting.php:1779 +#: ../../enterprise/include/functions_reporting_pdf.php:1722 +msgid "On the edge" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1161 +#: ../../enterprise/include/functions_reporting.php:1643 +#: ../../enterprise/include/functions_reporting.php:1780 +#: ../../enterprise/include/functions_reporting_pdf.php:1723 +#: ../../include/graphs/functions_gd.php:165 +#: ../../include/graphs/functions_gd.php:256 +#: ../../include/functions_graph.php:2169 +#: ../../include/functions_graph.php:2216 +msgid "Out of limits" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1747 +#: ../../godmode/alerts/alert_special_days.php:347 +msgid "January" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1187 +#: ../../enterprise/include/functions_reporting_pdf.php:1750 +#: ../../godmode/alerts/alert_special_days.php:350 +msgid "February" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1190 +#: ../../enterprise/include/functions_reporting_pdf.php:1753 +#: ../../godmode/alerts/alert_special_days.php:353 +msgid "March" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1193 +#: ../../enterprise/include/functions_reporting_pdf.php:1756 +#: ../../godmode/alerts/alert_special_days.php:356 +msgid "April" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1196 +#: ../../enterprise/include/functions_reporting_pdf.php:1759 +#: ../../godmode/alerts/alert_special_days.php:359 +msgid "May" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1199 +#: ../../enterprise/include/functions_reporting_pdf.php:1762 +#: ../../godmode/alerts/alert_special_days.php:362 +msgid "June" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1202 +#: ../../enterprise/include/functions_reporting_pdf.php:1765 +#: ../../godmode/alerts/alert_special_days.php:365 +msgid "July" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1205 +#: ../../enterprise/include/functions_reporting_pdf.php:1768 +#: ../../godmode/alerts/alert_special_days.php:368 +msgid "August" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1771 +#: ../../godmode/alerts/alert_special_days.php:371 +msgid "September" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1211 +#: ../../enterprise/include/functions_reporting_pdf.php:1774 +#: ../../godmode/alerts/alert_special_days.php:374 +msgid "October" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1214 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 +#: ../../godmode/alerts/alert_special_days.php:377 +msgid "November" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1217 +#: ../../enterprise/include/functions_reporting_pdf.php:1780 +#: ../../godmode/alerts/alert_special_days.php:380 +msgid "December" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2270 +#: ../../enterprise/include/functions_reporting_pdf.php:1612 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../include/functions_reporting_html.php:339 +msgid "Max/Min Values" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:2271 +#: ../../enterprise/include/functions_reporting.php:3085 +#: ../../enterprise/include/functions_reporting.php:3386 +#: ../../enterprise/include/functions_reporting_pdf.php:1613 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:2035 +#: ../../include/functions_reporting_html.php:340 +msgid "SLA Limit" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:1324 +#: ../../enterprise/include/functions_reporting.php:1815 +#: ../../enterprise/include/functions_reporting.php:2272 +#: ../../enterprise/include/functions_reporting.php:3086 +#: ../../enterprise/include/functions_reporting.php:3387 +#: ../../enterprise/include/functions_reporting_pdf.php:1614 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:1894 +#: ../../enterprise/include/functions_reporting_pdf.php:2036 +#: ../../include/functions_reporting_html.php:341 +msgid "SLA Compliance" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1268 +#: ../../enterprise/include/functions_reporting.php:1823 +#: ../../enterprise/include/functions_reporting_pdf.php:1830 +msgid "SLA Compliance per days" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1321 +#: ../../enterprise/include/functions_reporting_pdf.php:1888 +msgid "Summary of SLA Failures" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1323 +#: ../../enterprise/include/functions_reporting.php:1814 +#: ../../enterprise/include/functions_reporting_pdf.php:1892 +msgid "Day" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1425 +#: ../../enterprise/include/functions_reporting.php:1770 +#: ../../enterprise/include/functions_reporting.php:3175 +#: ../../enterprise/include/functions_reporting.php:3181 +#: ../../include/functions_reporting.php:508 +msgid "There are no SLAs defined" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1557 +#: ../../include/functions_reporting.php:633 +msgid "" +"This item is affected by a malformed planned downtime. Go to the planned " +"downtimes section to solve this." +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1817 +msgid "Summary of SLA Fails" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1924 +#: ../../enterprise/include/functions_reporting.php:2039 +#: ../../enterprise/include/functions_reporting.php:3215 +#: ../../enterprise/include/functions_reporting_pdf.php:2414 +#: ../../include/functions_reporting_html.php:3070 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1929 +#: ../../enterprise/include/functions_reporting.php:2043 +#: ../../enterprise/include/functions_reporting.php:3219 +#: ../../enterprise/include/functions_reporting_pdf.php:2418 +#: ../../godmode/agentes/planned_downtime.list.php:395 +#: ../../godmode/agentes/planned_downtime.editor.php:493 +#: ../../include/functions_reporting_html.php:3074 +msgid "Execution" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1930 +#: ../../enterprise/include/functions_reporting.php:2044 +#: ../../enterprise/include/functions_reporting.php:3220 +#: ../../enterprise/include/functions_reporting_pdf.php:2419 +#: ../../include/functions_reporting_html.php:3075 +msgid "Dates" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1965 +#: ../../enterprise/include/functions_reporting.php:2076 +#: ../../enterprise/include/functions_reporting.php:3252 +#: ../../include/functions_reporting.php:9284 +msgid "Weekly:" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:1999 +#: ../../enterprise/include/functions_reporting.php:2110 +#: ../../enterprise/include/functions_reporting.php:3286 +#: ../../include/functions_reporting.php:9318 +msgid "Monthly:" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:2000 +#: ../../enterprise/include/functions_reporting.php:2111 +#: ../../enterprise/include/functions_reporting.php:3287 +#: ../../include/functions_reporting.php:9319 +msgid "From day" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:2001 +#: ../../enterprise/include/functions_reporting.php:2112 +#: ../../enterprise/include/functions_reporting.php:3288 +#: ../../include/functions_reporting.php:9320 +msgid "To day" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:2138 +#: ../../enterprise/include/functions_reporting.php:3314 +#: ../../enterprise/include/functions_reporting_pdf.php:2458 +#: ../../include/functions_reporting_html.php:3116 +msgid "This item is affected by a malformed planned downtime" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:2139 +#: ../../enterprise/include/functions_reporting.php:3315 +#: ../../enterprise/include/functions_reporting_pdf.php:2459 +#: ../../include/functions_reporting_html.php:3117 +msgid "Go to the planned downtimes section to solve this" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:2697 +msgid "There are no SLAs defined." +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:3967 +#: ../../enterprise/include/functions_reporting.php:4430 +#, php-format +msgid "Graph agents(%s) - %s" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:4380 +#, php-format +msgid "Graph agent(%s) - %s" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:4814 +#: ../../enterprise/include/functions_reporting.php:4864 +msgid "Template editor" +msgstr "" + +#: ../../enterprise/include/functions_reporting.php:4878 +msgid "Get PDF file" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:456 +#: ../../enterprise/include/functions_policies.php:471 +#: ../../include/functions_alerts.php:382 +msgid "copy" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3031 +msgid "Policy linkation" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3036 +msgid "Module linked" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3038 +#: ../../enterprise/include/functions_policies.php:3048 +msgid "Unlink from policy" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3041 +msgid "Module unlinked" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3043 +#: ../../enterprise/include/functions_policies.php:3053 +msgid "Relink to policy" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3046 +msgid "Module pending to link" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3046 +#: ../../godmode/agentes/module_manager_editor.php:352 +msgid "Module will be linked in the next application" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3051 +msgid "Module pending to unlink" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3051 +#: ../../godmode/agentes/module_manager_editor.php:360 +msgid "Module will be unlinked in the next application" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3224 +#: ../../godmode/agentes/configurar_agente.php:367 +#: ../../godmode/agentes/configurar_agente.php:531 +#: ../../godmode/setup/snmp_wizard.php:30 +msgid "SNMP Wizard" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3229 +#: ../../godmode/agentes/configurar_agente.php:372 +#: ../../godmode/agentes/configurar_agente.php:534 +msgid "SNMP Interfaces wizard" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3234 +#: ../../godmode/agentes/configurar_agente.php:377 +#: ../../godmode/agentes/configurar_agente.php:537 +msgid "WMI Wizard" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:3777 +msgid "Create a new policy map" +msgstr "" + +#: ../../enterprise/include/functions_policies.php:4096 +#, php-format +msgid "" +"This extension makes registration of policies enterprise.
You can get " +"more policies in our Public Resource Library" +msgstr "" + +#: ../../enterprise/include/functions_inventory.php:54 +#: ../../enterprise/include/functions_inventory.php:493 +msgid "No changes found" +msgstr "" + +#: ../../enterprise/include/functions_inventory.php:80 +msgid "Get CSV file" +msgstr "" + +#: ../../enterprise/include/functions_inventory.php:510 +#: ../../enterprise/include/functions_inventory.php:573 +#: ../../enterprise/include/functions_reporting_pdf.php:466 +#: ../../include/functions_reporting_html.php:740 +msgid "Added" +msgstr "" + +#: ../../enterprise/include/functions_inventory.php:516 +#: ../../enterprise/include/functions_inventory.php:581 +#: ../../enterprise/include/functions_reporting_pdf.php:482 +#: ../../include/functions_reporting_html.php:749 +#: ../../include/functions_filemanager.php:385 +msgid "Deleted" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:601 +#: ../../include/functions_reporting_html.php:896 +#, php-format +msgid "%s in %s : NORMAL" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:609 +#: ../../include/functions_reporting_html.php:904 +#, php-format +msgid "%s in %s : CRITICAL" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:617 +#: ../../include/functions_reporting_html.php:912 +#, php-format +msgid "%s in %s : WARNING" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:625 +#: ../../include/functions_reporting_html.php:920 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:633 +#: ../../include/functions_reporting_html.php:928 +#, php-format +msgid "%s in %s : ALERTS FIRED" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:702 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../include/functions_reporting_html.php:1101 +msgid "Defined" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:718 +#: ../../include/functions_reporting_html.php:1116 +#, php-format +msgid "Last %s" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:773 +#: ../../enterprise/include/functions_reporting_pdf.php:865 +#: ../../enterprise/include/functions_reporting_pdf.php:921 +#: ../../enterprise/include/functions_reporting_pdf.php:1990 +#: ../../include/functions_reporting_html.php:495 +#: ../../include/functions_reporting_html.php:1028 +#: ../../include/functions_reporting_html.php:1937 +msgid "Min Value" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:774 +#: ../../enterprise/include/functions_reporting_pdf.php:866 +#: ../../enterprise/include/functions_reporting_pdf.php:922 +#: ../../enterprise/include/functions_reporting_pdf.php:1991 +#: ../../include/functions_reporting_html.php:496 +#: ../../include/functions_reporting_html.php:1029 +#: ../../include/functions_reporting_html.php:1798 +#: ../../include/functions_reporting_html.php:1938 +msgid "Average Value" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:775 +#: ../../enterprise/include/functions_reporting_pdf.php:867 +#: ../../enterprise/include/functions_reporting_pdf.php:923 +#: ../../enterprise/include/functions_reporting_pdf.php:1992 +#: ../../include/functions_reporting_html.php:497 +#: ../../include/functions_reporting_html.php:1030 +#: ../../include/functions_reporting_html.php:1797 +#: ../../include/functions_reporting_html.php:1940 +msgid "Max Value" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_reporting_pdf.php:1596 +#: ../../enterprise/include/functions_reporting_pdf.php:2008 +#: ../../enterprise/dashboard/widgets/top_n.php:463 +#: ../../include/functions_reporting.php:883 +#: ../../include/functions_reporting.php:1683 +#: ../../include/functions_reporting_html.php:1782 +#: ../../include/functions_reporting_html.php:1918 +msgid "There are no Agent/Modules defined" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1332 +#: ../../enterprise/include/functions_reporting_pdf.php:1467 +#: ../../include/functions_reporting.php:5485 +#: ../../include/functions_reporting_html.php:534 +#: ../../include/functions_reporting_html.php:1146 +msgid "Val. by" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1384 +#: ../../include/functions_events.php:2653 +#: ../../include/functions_reporting.php:5542 +#: ../../include/functions_reporting_html.php:577 +msgid "Pandora System" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1407 +#: ../../include/functions_reporting_html.php:601 +msgid "Events by agent" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1418 +#: ../../include/functions_reporting_html.php:613 +msgid "Events by user validator" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1429 +#: ../../enterprise/include/functions_reporting_pdf.php:1561 +#: ../../include/functions_reporting_html.php:1219 +#: ../../include/functions_reporting_html.php:2815 +msgid "Events by severity" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1440 +#: ../../include/functions_reporting_html.php:637 +msgid "Events validated vs unvalidated" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1550 +#: ../../include/functions_reporting_html.php:1207 +msgid "Events validated by user" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1941 +#: ../../include/functions_reporting_html.php:1721 +msgid "# Checks" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1942 +#: ../../include/functions_reporting_html.php:1722 +msgid "# Failed" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1943 +#: ../../include/functions_reporting_html.php:1723 +msgid "% Fail" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1944 +#: ../../include/functions_reporting_html.php:1724 +msgid "Time available" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1945 +#: ../../include/functions_reporting_html.php:1725 +msgid "Time unavailable" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:1946 +#: ../../include/functions_reporting_html.php:1726 +msgid "% Ok" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2162 +msgid "Report date" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2312 +msgid "SO" +msgstr "" + +#: ../../enterprise/include/functions_reporting_pdf.php:2353 +msgid "There are no modules." +msgstr "" + +#: ../../enterprise/include/functions_license.php:49 +msgid "Client" +msgstr "" + +#: ../../enterprise/include/functions_license.php:49 +msgid "Trial" +msgstr "" + +#: ../../enterprise/include/functions_log.php:332 +msgid "Lines" +msgstr "" + +#: ../../enterprise/include/functions_metaconsole.php:789 +msgid "Group does not exist. Agent " +msgstr "" + +#: ../../enterprise/include/functions_metaconsole.php:795 +msgid "Created group in destination DB" +msgstr "" + +#: ../../enterprise/include/functions_metaconsole.php:799 +msgid "Error creating group. Agent " +msgstr "" + +#: ../../enterprise/include/functions_metaconsole.php:805 +msgid "Group already exists in destination DB" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:140 +#: ../../enterprise/include/functions_update_manager.php:272 +#: ../../include/functions_update_manager.php:326 +#: ../../include/functions_update_manager.php:329 +#: ../../include/functions_update_manager.php:423 +#: ../../include/functions_update_manager.php:427 +msgid "Could not connect to internet" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:143 +#: ../../include/functions_update_manager.php:334 +#: ../../include/functions_update_manager.php:337 +#: ../../include/functions_update_manager.php:434 +#: ../../include/functions_update_manager.php:438 +msgid "Server not found." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:146 +#: ../../enterprise/include/functions_update_manager.php:282 +#, php-format +msgid "There is a error: %s" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:160 +#, php-format +msgid "There are %s updates, and the first to update is:" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:168 +msgid "Version number:" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:169 +msgid "Show details" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:176 +#: ../../include/functions_update_manager.php:356 +msgid "Update to the last version" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:191 +#: ../../include/functions_update_manager.php:359 +msgid "There is no update available." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:277 +#: ../../include/ajax/update_manager.ajax.php:392 +msgid "Fail to update to the last package." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:292 +#: ../../include/ajax/update_manager.ajax.php:400 +msgid "Starting to update to the last package." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:323 +#: ../../include/ajax/update_manager.ajax.php:73 +msgid "There was an error extracting the file '" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:340 +#: ../../include/ajax/update_manager.ajax.php:89 +msgid "The package was not extracted." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:384 +#: ../../include/ajax/update_manager.ajax.php:471 +msgid "progress" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:462 +#: ../../enterprise/include/functions_update_manager.php:466 +#: ../../enterprise/include/functions_update_manager.php:493 +#: ../../include/ajax/update_manager.ajax.php:169 +#: ../../include/ajax/update_manager.ajax.php:173 +#: ../../include/ajax/update_manager.ajax.php:200 +#: ../../include/functions_update_manager.php:128 +#: ../../include/functions_update_manager.php:132 +#: ../../include/functions_update_manager.php:158 +msgid "Some of your files might not be recovered." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:471 +#: ../../enterprise/include/functions_update_manager.php:487 +#: ../../include/ajax/update_manager.ajax.php:177 +#: ../../include/ajax/update_manager.ajax.php:194 +#: ../../include/functions_update_manager.php:136 +#: ../../include/functions_update_manager.php:152 +msgid "Some of your old files might not be recovered." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:508 +#: ../../include/ajax/update_manager.ajax.php:215 +#: ../../include/functions_update_manager.php:173 +msgid "An error ocurred while reading a file." +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:515 +#: ../../include/ajax/update_manager.ajax.php:222 +#: ../../include/functions_update_manager.php:180 +msgid "The package does not exist" +msgstr "" + +#: ../../enterprise/include/functions_update_manager.php:524 +#: ../../include/ajax/update_manager.ajax.php:499 +#: ../../include/functions_update_manager.php:189 +msgid "The package is installed." +msgstr "" + +#: ../../enterprise/include/functions_dashboard.php:360 +#, php-format +msgid "Copy of %s" +msgstr "" + +#: ../../enterprise/include/functions_groups.php:47 +msgid "Metaconsole" +msgstr "" + +#: ../../enterprise/include/functions_transactional.php:386 +msgid "Error in dependencies field" +msgstr "" + +#: ../../enterprise/include/functions_transactional.php:395 +msgid "Error in enables field" +msgstr "" + +#: ../../enterprise/include/functions_alert_event.php:925 +msgid "Module alert" +msgstr "" + +#: ../../enterprise/dashboard/widgets/reports.php:29 +msgid "Show a report made by user" +msgstr "" + +#: ../../enterprise/dashboard/widgets/groups_status.php:24 +msgid "Groups status" +msgstr "" + +#: ../../enterprise/dashboard/widgets/groups_status.php:26 +msgid "General and quick group status report" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:31 +#: ../../include/functions_reporting.php:826 +msgid "Top N" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:34 +msgid "Show a top n of agents modules." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:63 +#: ../../include/functions_netflow.php:1051 +#: ../../include/functions_netflow.php:1084 +msgid "5 hours" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:79 +#: ../../include/functions_graph.php:4157 +msgid "Avg." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:82 +#: ../../godmode/reporting/map_builder.php:209 +msgid "Items" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:108 +msgid "" +"Please could you fill the widget data previous to filling the list items." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:272 +msgid "Selection module one by one" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:283 +msgid "Selection several modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:311 +msgid "Regex for to filter modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:320 +#: ../../enterprise/dashboard/widgets/tree_view.php:73 +msgid "Filter modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:346 +#: ../../godmode/modules/manage_network_templates_form.php:224 +msgid "Add modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:437 +msgid "Successful added modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:441 +msgid "Unsuccessful added modules" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n.php:529 +#: ../../include/functions_reporting.php:936 +msgid "Insuficient data" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 +msgid "Top N Events by module." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 +msgid "Top N events by module." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 +msgid "Amount to show" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 +msgid "Legend Position" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 +#: ../../godmode/setup/gis_step_2.php:244 +msgid "Bottom" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 +msgid "No legend" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 +msgid "Please select one or more groups." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 +msgid "There is not data to show." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 +#: ../../include/functions_reporting.php:1093 +#: ../../include/functions_reporting.php:1249 +#: ../../include/functions_reporting.php:1273 +#: ../../include/functions_reporting.php:1298 +#: ../../include/functions_reporting.php:1324 +#: ../../include/functions_reporting.php:1952 +#: ../../include/functions_reporting.php:2132 +#: ../../include/functions_reporting.php:2156 +#: ../../include/functions_reporting.php:2180 +#: ../../include/functions_graph.php:2009 +#: ../../include/functions_graph.php:2089 +#: ../../include/functions_graph.php:2162 +#: ../../include/functions_graph.php:2909 +#: ../../include/functions_graph.php:3358 +#: ../../include/functions_reporting_html.php:2188 +#: ../../include/functions_reporting_html.php:2266 +msgid "other" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../include/functions_reporting.php:6370 +#: ../../include/functions_reporting_html.php:2725 +msgid "Monitor checks" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:39 +#: ../../include/functions_reporting.php:9202 +msgid "Server performance" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:44 +#: ../../include/functions_reporting_html.php:1949 +#: ../../include/functions_reporting_html.php:2043 +msgid "Summary" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tactical.php:63 +#: ../../enterprise/dashboard/widgets/tactical.php:71 +#: ../../enterprise/dashboard/widgets/post.php:36 +#: ../../enterprise/dashboard/widgets/url.php:49 +msgid "Please, configure this widget before use" +msgstr "" + +#: ../../enterprise/dashboard/widgets/post.php:23 +msgid "Panel with a message" +msgstr "" + +#: ../../enterprise/dashboard/widgets/post.php:26 +msgid "My Post" +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 +msgid "Top N Events by agent." +msgstr "" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 +msgid "Top N events by agent." +msgstr "" + +#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 +msgid "Alerts Fired" +msgstr "" + +#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 +msgid "Alerts Fired report" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:28 +msgid "Module with icon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:30 +msgid "Show a value of module and icon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:88 +#: ../../enterprise/dashboard/widgets/module_table_value.php:73 +#: ../../enterprise/dashboard/widgets/module_value.php:76 +msgid "Text size of value in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:91 +#: ../../enterprise/dashboard/widgets/module_status.php:88 +#: ../../enterprise/dashboard/widgets/module_value.php:79 +msgid "Text size of label in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:94 +#: ../../enterprise/dashboard/widgets/module_status.php:91 +msgid "Size of icon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:30 +msgid "Show a map of the monitored network" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:42 +msgid "X offset" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:45 +msgid "Introduce x-axis data. Right=positive Left=negative" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:47 +msgid "Y offset" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:50 +msgid "Introduce Y-axis data. Top=positive Bottom=negative" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:53 +msgid "Zoom level" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:56 +msgid "" +"Introduce zoom level. 1 = Highest resolution. Figures may include decimals" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_status.php:25 +msgid "Maps status" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_status.php:27 +msgid "General and quick visual maps report" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_status.php:77 +#: ../../godmode/massive/massive_edit_agents.php:387 +msgid "Bad" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_status.php:28 +msgid "Status of module" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_status.php:30 +msgid "Show status of a module" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:28 +msgid "Show module value in a table" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:30 +msgid "Show a value of module in a table" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:76 +msgid "Separator of data" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:78 +msgid "Carriage Return" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:79 +msgid "Vertical Bar" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:80 +msgid "Semicolon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:81 +msgid "Colon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:82 +msgid "Commas" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:83 +msgid "Blank" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:27 +msgid "Show a defined custom graph" +msgstr "" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:72 +msgid "You don't have access" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:28 +msgid "Latest events list" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:39 +msgid "Limit" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:47 +#: ../../include/functions_events.php:1502 +#: ../../include/functions_events.php:1521 +msgid "All event" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:48 +#: ../../include/functions_events.php:1504 +#: ../../include/functions_events.php:1527 +msgid "Only validated" +msgstr "" + +#: ../../enterprise/dashboard/widgets/events_list.php:49 +msgid "Only pending" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:24 +msgid "Show the tree view" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:41 +msgid "Tab" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:47 +msgid "Open all nodes" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:58 +msgid "Agents status" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:60 +msgid "Filter agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:71 +msgid "Modules status" +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:82 +msgid "" +"The user doesn't have permission to read agents. Please contact with your " +"pandora administrator." +msgstr "" + +#: ../../enterprise/dashboard/widgets/tree_view.php:89 +msgid "This widget only working in desktop version." +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 +msgid "Map made by user" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 +msgid "Show a map made by user" +msgstr "" + +#: ../../enterprise/dashboard/widgets/single_graph.php:29 +msgid "Single graph" +msgstr "" + +#: ../../enterprise/dashboard/widgets/single_graph.php:31 +msgid "Show a graph of an agent module" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_value.php:28 +msgid "Show module value" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_value.php:30 +msgid "Show a value of module" +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:23 +msgid "Welcome message to Pandora FMS" +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:26 +msgid "Welcome" +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:40 +msgid "This is an example of a dashboard widget. A widget may contain elements" +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:41 +msgid "" +"To add more elements, click on \"Add widgets\" on the top of this " +"page." +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:42 +#: ../../enterprise/dashboard/widgets/example.php:44 +msgid "" +"To delete this message, click on the delete button on top right corner of " +"this element." +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:43 +msgid "" +"To do so, just click on the title and drag and drop it to the desired place." +msgstr "" + +#: ../../enterprise/dashboard/widgets/example.php:45 +msgid "Thanks for using Pandora FMS" +msgstr "" + +#: ../../enterprise/dashboard/widgets/service_map.php:24 +msgid "Show a service map" +msgstr "" + +#: ../../enterprise/dashboard/widgets/service_map.php:57 +msgid "The user doesn't have permission to read agents" +msgstr "" + +#: ../../enterprise/dashboard/widgets/service_map.php:62 +msgid "Missing id" +msgstr "" + +#: ../../enterprise/dashboard/widgets/url.php:23 +msgid "Show the URL content" +msgstr "" + +#: ../../enterprise/dashboard/widgets/url.php:26 +msgid "My URL" +msgstr "" + +#: ../../enterprise/dashboard/widgets/url.php:67 +msgid "Invalid URL" +msgstr "" + +#: ../../enterprise/dashboard/widgets/monitor_health.php:21 +msgid "Global health" +msgstr "" + +#: ../../enterprise/dashboard/widgets/monitor_health.php:23 +msgid "Show a list of global monitor health" +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:31 +#: ../../enterprise/mobile/operation/home.php:34 +msgid "Dashboards" +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:58 +msgid "Successfully duplicate" +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:59 +msgid "Could not be duplicate" +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:88 +#: ../../enterprise/dashboard/main_dashboard.php:275 +msgid "Cells" +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:100 +msgid "There are no dashboards defined." +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:114 +#, php-format +msgid "Private for (%s)" +msgstr "" + +#: ../../enterprise/dashboard/dashboards.php:141 +msgid "New networkmap" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:47 +#: ../../enterprise/dashboard/public_dashboard.php:70 +msgid "No slides selected" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:141 +msgid "Exit fullscreen" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:195 +#: ../../enterprise/dashboard/public_dashboard.php:217 +msgid "Change every" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:222 +#: ../../enterprise/dashboard/public_dashboard.php:250 +msgid "Pause" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:244 +#: ../../enterprise/dashboard/public_dashboard.php:276 +msgid "Refresh every" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:252 +#: ../../enterprise/dashboard/main_dashboard.php:181 +#: ../../enterprise/dashboard/public_dashboard.php:284 +msgid "Slides mode" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:343 +#: ../../enterprise/dashboard/main_dashboard.php:481 +#: ../../enterprise/dashboard/public_dashboard.php:375 +msgid "Slides" +msgstr "" + +#: ../../enterprise/dashboard/full_dashboard.php:355 +#: ../../enterprise/dashboard/public_dashboard.php:387 +msgid "Until next" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:150 +msgid "Show link to public dashboard" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:166 +#: ../../enterprise/dashboard/main_dashboard.php:209 +msgid "Save the actual layout design" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:318 +msgid "Private dashboard" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:330 +#: ../../godmode/reporting/visual_console_builder.editor.php:140 +#: ../../godmode/reporting/visual_console_builder.editor.php:145 +#: ../../godmode/reporting/visual_console_builder.editor.php:150 +msgid "Action in progress" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:331 +#: ../../godmode/reporting/visual_console_builder.editor.php:141 +msgid "Loading in progress" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:338 +msgid "Error: there are cells not empty." +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:343 +msgid "Error save conf dashboard" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:408 +msgid "Add widget" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:413 +msgid "Add new widget" +msgstr "" + +#: ../../enterprise/dashboard/main_dashboard.php:415 +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 "" + +#: ../../enterprise/dashboard/main_dashboard.php:419 +msgid "There are unsaved changes" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:62 +#: ../../godmode/reporting/visual_console_builder.data.php:121 +#: ../../godmode/reporting/visual_console_builder.elements.php:111 +#: ../../include/functions_visual_map_editor.php:53 +#: ../../include/functions_visual_map_editor.php:338 +msgid "Background" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:65 +msgid "Empty for a transparent background color or CSS compatible value" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:294 +msgid "Configure widget" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:299 +msgid "Delete widget" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:320 +msgid "Config widget" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:330 +msgid "Please configure this widget before usage" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:333 +msgid "Widget cannot be loaded" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:334 +msgid "Please, configure the widget again to recover it" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:422 +msgid "If propagate acl is activated, this group will include its child groups" +msgstr "" + +#: ../../enterprise/mobile/operation/dashboard.php:84 +msgid "Dashboards list" +msgstr "" + +#: ../../enterprise/mobile/operation/dashboard.php:104 +msgid "No Dashboards" +msgstr "" + +#: ../../enterprise/mobile/operation/dashboard.php:137 +msgid "Dashboard name" msgstr "" #: ../../extras/pandora_diag.php:90 @@ -23580,2311 +22936,2076 @@ msgstr "" msgid "Data value" msgstr "" -#: ../../operation/menu.php:37 -msgid "Views" -msgstr "" - -#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:142 -#: ../../godmode/agentes/agent_manager.php:165 -msgid "Agent detail" -msgstr "" - -#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:41 -msgid "Monitor detail" -msgstr "" - -#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:296 -#: ../../operation/agentes/alerts_status.php:126 -msgid "Alert detail" -msgstr "" - -#: ../../operation/menu.php:72 -msgid "Netflow Live View" -msgstr "" - -#: ../../operation/menu.php:83 ../../operation/events/events_rss.php:185 -msgid "SNMP" -msgstr "" - -#: ../../operation/menu.php:89 -msgid "SNMP console" -msgstr "" - -#: ../../operation/menu.php:90 -msgid "SNMP browser" -msgstr "" - -#: ../../operation/menu.php:91 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 -msgid "MIB uploader" -msgstr "" - -#: ../../operation/menu.php:108 -msgid "Topology maps" -msgstr "" - -#: ../../operation/menu.php:183 ../../operation/gis_maps/gis_map.php:31 -#: ../../operation/gis_maps/index.php:26 -msgid "GIS Maps" -msgstr "" - -#: ../../operation/menu.php:188 -msgid "List of Gis maps" -msgstr "" - -#: ../../operation/menu.php:236 -#: ../../operation/reporting/reporting_viewer.php:130 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../godmode/reporting/reporting_builder.php:343 -#: ../../godmode/reporting/reporting_builder.php:365 -#: ../../godmode/reporting/reporting_builder.php:1780 -msgid "Custom reporting" -msgstr "" - -#: ../../operation/menu.php:243 ../../operation/reporting/graph_viewer.php:161 -#: ../../godmode/reporting/graphs.php:71 -msgid "Custom graphs" -msgstr "" - -#: ../../operation/menu.php:278 -msgid "RSS" -msgstr "" - -#: ../../operation/menu.php:283 -msgid "CSV File" -msgstr "" - -#: ../../operation/menu.php:288 -msgid "Marquee" -msgstr "" - -#: ../../operation/menu.php:296 ../../operation/events/sound_events.php:44 -msgid "Sound Events" -msgstr "" - -#: ../../operation/menu.php:308 ../../operation/events/events.php:416 -msgid "Sound Alerts" -msgstr "" - -#: ../../operation/menu.php:318 -msgid "Workspace" -msgstr "" - -#: ../../operation/menu.php:331 -msgid "WebChat" -msgstr "" - -#: ../../operation/menu.php:348 -#: ../../operation/integria_incidents/incident.php:43 -#: ../../operation/integria_incidents/incident.php:54 -#: ../../operation/agentes/ver_agente.php:867 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../godmode/agentes/configurar_agente.php:393 -#: ../../godmode/agentes/configurar_agente.php:523 -#: ../../general/firts_task/incidents.php:28 -msgid "Incidents" -msgstr "" - -#: ../../operation/menu.php:358 -msgid "List of Incidents" -msgstr "" - -#: ../../operation/menu.php:367 ../../operation/messages/message_list.php:43 -#: ../../operation/messages/message_edit.php:46 -msgid "Messages" -msgstr "" - -#: ../../operation/menu.php:373 -msgid "Messages List" -msgstr "" - -#: ../../operation/menu.php:374 -msgid "New message" -msgstr "" - -#: ../../operation/menu.php:388 -msgid "Tools" -msgstr "" - -#: ../../operation/menu.php:395 ../../operation/agentes/exportdata.php:36 -msgid "Export data" -msgstr "" - -#: ../../operation/menu.php:399 -msgid "Scheduled downtime" -msgstr "" - -#: ../../operation/menu.php:403 -msgid "Recon view" -msgstr "" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Extensions" -msgstr "" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Defined extensions" -msgstr "" - -#: ../../operation/extensions.php:30 ../../godmode/extensions.php:32 -msgid "There are no extensions defined" -msgstr "" - -#: ../../operation/integria_incidents/incident.files.php:35 -msgid "Add a file" -msgstr "" - -#: ../../operation/integria_incidents/incident.files.php:42 -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:505 -msgid "Filename" -msgstr "" - -#: ../../operation/integria_incidents/incident.files.php:66 -msgid "Delete file" -msgstr "" - -#: ../../operation/integria_incidents/incident.incident.php:84 -#: ../../operation/integria_incidents/incident.list.php:100 -#: ../../operation/incidents/incident_detail.php:327 -msgid "Creator" -msgstr "" - -#: ../../operation/integria_incidents/incident.incident.php:93 -msgid "Assigned user" -msgstr "" - -#: ../../operation/integria_incidents/incident.incident.php:111 -msgid "Resolution epilog" -msgstr "" - -#: ../../operation/integria_incidents/incident_statistics.php:52 -msgid "Opened tickets" -msgstr "" - -#: ../../operation/integria_incidents/incident_statistics.php:53 -msgid "Closed tickets" -msgstr "" - -#: ../../operation/integria_incidents/incident_statistics.php:56 -#: ../../operation/incidents/incident_statistics.php:33 -msgid "Incidents by status" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:47 -msgid "New Incident" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:58 -#: ../../operation/incidents/incident_detail.php:233 -msgid "Incident details" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:62 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Workunits" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:75 -#: ../../operation/incidents/incident.php:28 -msgid "Incident management" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:98 -msgid "Incident updated" -msgstr "" - -#: ../../operation/integria_incidents/incident.php:101 +#: ../../godmode/reporting/reporting_builder.php:80 msgid "" -"There was a problem updating the incident, please check if any field was " -"modified and the values are correct." +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" msgstr "" -#: ../../operation/integria_incidents/incident.php:125 -#: ../../operation/incidents/incident.php:141 -msgid "Incident created" +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" msgstr "" -#: ../../operation/integria_incidents/incident.php:128 -msgid "There was a problem creating incident" +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1875 +#: ../../godmode/reporting/reporting_builder.php:1927 +msgid "Reports list" msgstr "" -#: ../../operation/integria_incidents/incident.php:155 -#: ../../operation/incidents/incident_detail.php:173 -msgid "File uploaded" +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " msgstr "" -#: ../../operation/integria_incidents/incident.php:158 -msgid "There was a problem uploading file" +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." msgstr "" -#: ../../operation/integria_incidents/incident.php:164 -msgid "File is too big" +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" msgstr "" -#: ../../operation/integria_incidents/incident.php:167 -msgid "File was partially uploaded. Please try again" +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" msgstr "" -#: ../../operation/integria_incidents/incident.php:173 -msgid "Generic upload error" +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" msgstr "" -#: ../../operation/integria_incidents/incident.php:192 -msgid "File deleted" +#: ../../godmode/reporting/reporting_builder.php:1998 +msgid "Unsuccessfull action

" msgstr "" -#: ../../operation/integria_incidents/incident.php:195 -msgid "You user doesn't have enough rights to delete this file" +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Graph builder" msgstr "" -#: ../../operation/integria_incidents/incident.php:210 -msgid "Incident deleted" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "Graph stored successfully" msgstr "" -#: ../../operation/integria_incidents/incident.php:213 -msgid "There was a problem deteling incident" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "There was a problem storing Graph" msgstr "" -#: ../../operation/integria_incidents/incident.php:237 -msgid "Workunit added" +#: ../../godmode/reporting/graph_builder.php:240 +#: ../../godmode/agentes/configurar_agente.php:1294 +msgid "Module added successfully" msgstr "" -#: ../../operation/integria_incidents/incident.php:240 -msgid "There was a problem adding workunit" +#: ../../godmode/reporting/graph_builder.php:240 +msgid "There was a problem adding Module" msgstr "" -#: ../../operation/integria_incidents/incident.php:339 +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Update the graph" +msgstr "" + +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Bad update the graph" +msgstr "" + +#: ../../godmode/reporting/graph_builder.php:246 +msgid "Graph deleted successfully" +msgstr "" + +#: ../../godmode/reporting/graph_builder.php:246 +msgid "There was a problem deleting Graph" +msgstr "" + +#: ../../godmode/reporting/map_builder.php:187 +#: ../../godmode/reporting/map_builder.php:197 +msgid "Not copied. Error copying data" +msgstr "" + +#: ../../godmode/reporting/map_builder.php:207 +msgid "Map name" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:650 +msgid "Not valid" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1124 +msgid "Target server" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1157 +#: ../../include/functions_reports.php:584 +msgid "SQL query" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 +msgid "Greater or equal (>=)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1277 +msgid "Less or equal (<=)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1278 +msgid "Less (<)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1279 +msgid "Greater (>)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1280 +msgid "Equal (=)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 +msgid "Not equal (!=)" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1475 +msgid "Please save the SLA for start to add items in this list." +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1647 +msgid "rate" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1670 msgid "" -"There is a error in the message from your Integria or there is not " -"connection." +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." msgstr "" -#: ../../operation/integria_incidents/incident.workunits.php:27 -msgid "Time used" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1684 +msgid "Please save the report to start adding items into the list." msgstr "" -#: ../../operation/integria_incidents/incident.workunits.php:28 -msgid "Have cost" +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" msgstr "" -#: ../../operation/integria_incidents/incident.workunits.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:61 -msgid "Public" +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" msgstr "" -#: ../../operation/integria_incidents/incident.workunits.php:42 -msgid "Add workunit" +#: ../../godmode/reporting/visual_console_builder.php:159 +msgid "This file isn't image" msgstr "" -#: ../../operation/integria_incidents/incident.workunits.php:60 -msgid "said" +#: ../../godmode/reporting/visual_console_builder.php:160 +msgid "This file isn't image." msgstr "" -#: ../../operation/integria_incidents/incident.workunits.php:61 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Hours" +#: ../../godmode/reporting/visual_console_builder.php:164 +#: ../../godmode/reporting/visual_console_builder.php:165 +msgid "File already are exists." msgstr "" -#: ../../operation/integria_incidents/incident.list.php:34 -msgid "Not closed" +#: ../../godmode/reporting/visual_console_builder.php:171 +#: ../../godmode/reporting/visual_console_builder.php:172 +msgid "The file have not image extension." msgstr "" -#: ../../operation/integria_incidents/incident.list.php:55 -msgid "Search string" +#: ../../godmode/reporting/visual_console_builder.php:183 +#: ../../godmode/reporting/visual_console_builder.php:184 +#: ../../godmode/reporting/visual_console_builder.php:191 +#: ../../godmode/reporting/visual_console_builder.php:194 +msgid "Problems with move file to target." msgstr "" -#: ../../operation/integria_incidents/incident.list.php:94 -#: ../../operation/agentes/ver_agente.php:1037 -#: ../../operation/incidents/incident.php:332 -#: ../../operation/incidents/incident_detail.php:244 -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask_form.php:306 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Incident" +#: ../../godmode/reporting/visual_console_builder.php:223 +msgid "Successfully update." msgstr "" -#: ../../operation/integria_incidents/incident.list.php:98 -msgid "Started" +#: ../../godmode/reporting/visual_console_builder.php:235 +msgid "Could not be update." msgstr "" -#: ../../operation/integria_incidents/incident.list.php:135 -msgid "Delete incident" +#: ../../godmode/reporting/visual_console_builder.php:304 +msgid "Successfully multiple delete." msgstr "" -#: ../../operation/integria_incidents/incident.list.php:135 -msgid "View incident details" +#: ../../godmode/reporting/visual_console_builder.php:305 +msgid "Unsuccessfull multiple delete." msgstr "" -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" +#: ../../godmode/reporting/visual_console_builder.php:386 +msgid "Successfully delete." msgstr "" -#: ../../operation/events/events.build_table.php:104 -msgid "Agent Module" +#: ../../godmode/reporting/visual_console_builder.editor.php:146 +msgid "Saving in progress" msgstr "" -#: ../../operation/events/events.build_table.php:141 -msgid "Extra ID" +#: ../../godmode/reporting/visual_console_builder.editor.php:151 +msgid "Deletion in progress" msgstr "" -#: ../../operation/events/events.build_table.php:569 -msgid "Validate event" +#: ../../godmode/reporting/graph_builder.main.php:149 +#: ../../include/functions_visual_map_editor.php:301 +msgid "Type of graph" msgstr "" -#: ../../operation/events/events.build_table.php:584 -#: ../../operation/events/events.php:682 ../../operation/events/events.php:686 -#: ../../operation/events/events.php:856 ../../operation/events/events.php:860 -msgid "Is not allowed delete events in process" +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Horizontal bars" msgstr "" -#: ../../operation/events/events.build_table.php:592 -#: ../../operation/snmpconsole/snmp_view.php:658 -msgid "Show more" +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Vertical bars" msgstr "" -#: ../../operation/events/events.build_table.php:646 -msgid "Validate selected" +#: ../../godmode/reporting/visual_console_builder.data.php:91 +msgid "Create visual console" msgstr "" -#: ../../operation/events/events_list.php:178 -#: ../../operation/events/events_list.php:597 -msgid "No filter loaded" -msgstr "" - -#: ../../operation/events/events_list.php:180 -#: ../../operation/events/events_list.php:602 -msgid "Filter loaded" -msgstr "" - -#: ../../operation/events/events_list.php:182 -#: ../../operation/events/events_list.php:246 -#: ../../operation/events/events_list.php:586 -msgid "Save filter" -msgstr "" - -#: ../../operation/events/events_list.php:184 -#: ../../operation/events/events_list.php:270 -#: ../../operation/events/events_list.php:272 -#: ../../operation/events/events_list.php:590 -#: ../../operation/netflow/nf_live_view.php:311 -msgid "Load filter" -msgstr "" - -#: ../../operation/events/events_list.php:206 -msgid "New filter" -msgstr "" - -#: ../../operation/events/events_list.php:207 -#: ../../operation/events/events_list.php:238 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/netflow/nf_edit_form.php:180 -msgid "Update filter" -msgstr "" - -#: ../../operation/events/events_list.php:213 -#: ../../godmode/events/event_edit_filter.php:202 -msgid "Filter name" -msgstr "" - -#: ../../operation/events/events_list.php:216 -msgid "Save in Group" -msgstr "" - -#: ../../operation/events/events_list.php:233 -msgid "Overwrite filter" -msgstr "" - -#: ../../operation/events/events_list.php:425 -#: ../../godmode/events/event_edit_filter.php:272 -msgid "User ack." -msgstr "" - -#: ../../operation/events/events_list.php:436 -#: ../../godmode/events/event_edit_filter.php:371 -msgid "Module search" -msgstr "" - -#: ../../operation/events/events_list.php:455 -#: ../../godmode/events/event_edit_filter.php:361 -msgid "Alert events" -msgstr "" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:365 -msgid "Filter alert events" -msgstr "" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:366 -msgid "Only alert events" -msgstr "" - -#: ../../operation/events/events_list.php:468 -msgid "Date from" -msgstr "" - -#: ../../operation/events/events_list.php:474 -msgid "Date to" -msgstr "" - -#: ../../operation/events/events_list.php:485 -#: ../../operation/events/events_list.php:499 -#: ../../godmode/events/event_edit_filter.php:332 -msgid "Events with following tags" -msgstr "" - -#: ../../operation/events/events_list.php:491 -#: ../../operation/events/events_list.php:505 -#: ../../godmode/events/event_edit_filter.php:347 -msgid "Events without following tags" -msgstr "" - -#: ../../operation/events/events_list.php:562 -#: ../../godmode/events/event_edit_filter.php:287 -msgid "Group events" -msgstr "" - -#: ../../operation/events/events_list.php:592 -msgid "Show events graph" -msgstr "" - -#: ../../operation/events/events_list.php:629 -msgid "Event control filter" -msgstr "" - -#: ../../operation/events/events_list.php:633 -msgid "Error creating filter." -msgstr "" - -#: ../../operation/events/events_list.php:634 -msgid "Error creating filter is duplicated." -msgstr "" - -#: ../../operation/events/events_list.php:635 -msgid "Filter created." -msgstr "" - -#: ../../operation/events/events_list.php:637 -msgid "Filter updated." -msgstr "" - -#: ../../operation/events/events_list.php:638 -msgid "Error updating filter." -msgstr "" - -#: ../../operation/events/events_list.php:972 -msgid "Filter name cannot be left blank" -msgstr "" - -#: ../../operation/events/events_list.php:1039 -#: ../../operation/events/events_list.php:1123 -msgid "none" -msgstr "" - -#: ../../operation/events/events_list.php:1445 -msgid "Events generated -by agent-" -msgstr "" - -#: ../../operation/events/events_rss.php:32 -msgid "Your IP is not into the IP list with API access." -msgstr "" - -#: ../../operation/events/events_rss.php:46 -msgid "The URL of your feed has bad hash." -msgstr "" - -#: ../../operation/events/events.php:187 +#: ../../godmode/reporting/visual_console_builder.data.php:100 msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" msgstr "" -#: ../../operation/events/events.php:320 -#: ../../operation/users/user_edit.php:293 ../../godmode/events/events.php:36 -msgid "Event list" +#: ../../godmode/reporting/visual_console_builder.data.php:124 +msgid "Background image" msgstr "" -#: ../../operation/events/events.php:325 -msgid "History event list" +#: ../../godmode/reporting/visual_console_builder.data.php:126 +#: ../../include/functions_visual_map_editor.php:217 +msgid "Background color" msgstr "" -#: ../../operation/events/events.php:330 -msgid "RSS Events" +#: ../../godmode/reporting/visual_console_builder.data.php:136 +msgid "Size - (Width x Height)" msgstr "" -#: ../../operation/events/events.php:335 -msgid "Marquee display" +#: ../../godmode/reporting/visual_console_builder.data.php:148 +msgid "You must define size" msgstr "" -#: ../../operation/events/events.php:340 -msgid "Export to CSV file" +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:583 +msgid "Static Graph" msgstr "" -#: ../../operation/events/events.php:344 ../../operation/events/events.php:383 -msgid "Sound events" +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:584 +msgid "Percentile Item" msgstr "" -#: ../../operation/events/events.php:351 ../../godmode/events/events.php:83 -#: ../../godmode/events/events.php:86 -#: ../../godmode/users/configure_profile.php:306 -msgid "Manage events" +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +#: ../../include/functions_visual_map.php:2309 +#: ../../include/functions_visual_map_editor.php:231 +#: ../../mobile/operation/home.php:78 +msgid "Module graph" msgstr "" -#: ../../operation/events/events.php:387 -msgid "History" +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +#: ../../include/functions_visual_map_editor.php:57 +msgid "Simple value" msgstr "" -#: ../../operation/events/events.php:423 -msgid "Main event view" +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:178 +msgid "Image" msgstr "" -#: ../../operation/events/events.php:441 -msgid "No events selected" +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" msgstr "" -#: ../../operation/events/events.php:467 -msgid "Successfully validated" +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" msgstr "" -#: ../../operation/events/events.php:468 ../../operation/events/events.php:745 -#: ../../operation/events/events.php:897 -msgid "Could not be validated" +#: ../../godmode/reporting/visual_console_builder.wizard.php:151 +#: ../../godmode/setup/setup_visuals.php:288 +#: ../../include/functions_config.php:461 +msgid "Font size" msgstr "" -#: ../../operation/events/events.php:472 -msgid "Successfully set in process" +#: ../../godmode/reporting/visual_console_builder.wizard.php:169 +#: ../../include/functions_visual_map_editor.php:329 +msgid "Min value" msgstr "" -#: ../../operation/events/events.php:473 -msgid "Could not be set in process" +#: ../../godmode/reporting/visual_console_builder.wizard.php:170 +#: ../../godmode/reporting/visual_console_builder.wizard.php:183 +#: ../../include/functions_visual_map_editor.php:330 +#: ../../include/functions_visual_map_editor.php:372 +msgid "Max value" msgstr "" -#: ../../operation/events/events.php:780 -msgid "Error deleting event" +#: ../../godmode/reporting/visual_console_builder.wizard.php:171 +#: ../../include/functions_visual_map_editor.php:331 +msgid "Avg value" msgstr "" -#: ../../operation/events/sound_events.php:62 -msgid "Sound console" +#: ../../godmode/reporting/visual_console_builder.wizard.php:177 +msgid "Width (px)" msgstr "" -#: ../../operation/users/user_edit.php:86 -#: ../../godmode/users/configure_user.php:90 -msgid "User detail editor" +#: ../../godmode/reporting/visual_console_builder.wizard.php:191 +msgid "Percentile" msgstr "" -#: ../../operation/users/user_edit.php:144 -#: ../../operation/users/user_edit.php:151 -msgid "Password successfully updated" +#: ../../godmode/reporting/visual_console_builder.wizard.php:196 +msgid "Bubble" msgstr "" -#: ../../operation/users/user_edit.php:145 -#: ../../operation/users/user_edit.php:152 +#: ../../godmode/reporting/visual_console_builder.wizard.php:203 +#: ../../include/functions_visual_map_editor.php:388 +#: ../../include/functions_visual_map_editor.php:407 +msgid "Value to show" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:205 +msgid "Percent" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:240 +msgid "One item per agent" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:577 +msgid "Agent - Module" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:283 +msgid "Enable link agent" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:295 +msgid "Set Parent" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:297 +msgid "Item created in the visualmap" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:298 +msgid "Use the agents relationship (from selected agents)" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:301 +msgid "Item in the map" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:304 +msgid "The parent relationships in Pandora will be drawn in the map." +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:317 +#: ../../godmode/reporting/visual_console_builder.wizard.php:322 +msgid "Are you sure to add many elements\\nin visual map?" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:498 +msgid "Please select any module or modules." +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:312 +#: ../../include/functions_custom_graphs.php:212 +msgid "No items." +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:487 +#: ../../godmode/reporting/reporting_builder.list_items.php:492 +msgid "Sort items" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:494 +msgid "Sort selected items from position: " +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move before to" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move after to" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:518 +#: ../../godmode/reporting/reporting_builder.list_items.php:523 +msgid "Delete items" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:525 +msgid "Delete selected items from position: " +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete above to" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete below to" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:555 +msgid "" +"Are you sure to sort the items into the report?\\nThis action change the " +"sorting of items into data base." +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:576 +msgid "Please select any item to order" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:606 +msgid "Are you sure to delete the items into the report?\\n" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.list_items.php:628 +msgid "Please select any item to delete" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.main.php:85 +msgid "Only the group can view the report" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.main.php:86 +msgid "The next group can edit the report" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.main.php:87 +msgid "Only the user and admin user can edit the report" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.main.php:89 +msgid "Write Access" +msgstr "" + +#: ../../godmode/reporting/reporting_builder.main.php:90 +msgid "" +"For example, you want a report that the people of \"All\" groups can see but " +"you want to edit only for you or your group." +msgstr "" + +#: ../../godmode/reporting/reporting_builder.main.php:110 +msgid "Non interactive report" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:79 +msgid "Width x Height
Max value" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../include/functions_visual_map_editor.php:516 +msgid "Map linked" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:143 +msgid "Percentile Bar" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:148 +msgid "Percentile Bubble" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:153 +#: ../../include/functions_visual_map_editor.php:585 +#: ../../mobile/operation/events.php:506 +msgid "Module Graph" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +#: ../../include/functions_visual_map.php:2322 +#: ../../include/functions_visual_map_editor.php:586 +msgid "Simple Value" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:163 +msgid "Simple Value (Process Max)" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:168 +msgid "Simple Value (Process Min)" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:173 +msgid "Simple Value (Process Avg)" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:188 +#: ../../include/functions_visual_map.php:2305 +#: ../../include/functions_visual_map_editor.php:62 +#: ../../include/functions_visual_map_editor.php:590 +msgid "Box" +msgstr "" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:614 +msgid "Edit label" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:62 +msgid "Agents defined in Pandora" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Success deleted agent." +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Could not be deleted." +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:94 +msgid "Maybe the files conf or md5 could not be deleted" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:154 +msgid "Show Agents" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:156 +msgid "Everyone" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:480 +msgid "Remote agent configuration" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:480 +msgid "R" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:593 +msgid "Edit remote config" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:620 +msgid "Enable agent" +msgstr "" + +#: ../../godmode/agentes/modificar_agente.php:625 +msgid "Disable agent" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:155 +msgid "The agent's name must be the same as the one defined at the console" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:158 +msgid "QR Code Agent view" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:191 +msgid "You can remotely edit this agent configuration" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:198 +msgid "Delete agent" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:227 +msgid "Only it is show when
the agent is saved." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:241 +#: ../../godmode/massive/massive_edit_agents.php:275 +msgid "Cascade protection" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:296 +#: ../../godmode/agentes/module_manager_editor_common.php:340 +#: ../../godmode/groups/configure_group.php:167 +#: ../../godmode/massive/massive_edit_agents.php:333 +msgid "Custom ID" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:300 +#: ../../godmode/massive/massive_edit_agents.php:337 +msgid "Module definition" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:302 +#: ../../godmode/massive/massive_edit_agents.php:339 +msgid "Learning mode" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:305 +#: ../../godmode/massive/massive_edit_agents.php:340 +msgid "Normal mode" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:308 +msgid "Autodisable mode" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:316 +#: ../../godmode/massive/massive_edit_agents.php:346 +msgid "Active" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:323 +#: ../../godmode/agentes/agent_manager.php:345 +#: ../../godmode/massive/massive_edit_agents.php:356 +msgid "Not available" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:354 +#: ../../godmode/massive/massive_edit_agents.php:382 +msgid "Agent icon" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:354 +msgid "Agent icon for GIS Maps." +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:383 +#: ../../godmode/agentes/agent_conf_gis.php:78 +#: ../../godmode/massive/massive_edit_agents.php:391 +msgid "Ignore new GIS data:" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:398 +#: ../../godmode/massive/massive_edit_agents.php:398 +msgid "The agent still runs but the alerts and events will be stop" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:421 +#: ../../godmode/massive/massive_edit_agents.php:427 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:423 +#: ../../godmode/massive/massive_edit_agents.php:429 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:425 +#: ../../godmode/massive/massive_edit_agents.php:431 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "" + +#: ../../godmode/agentes/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "" + +#: ../../godmode/agentes/configure_field.php:36 +msgid "Update agent custom field" +msgstr "" + +#: ../../godmode/agentes/configure_field.php:39 +msgid "Create agent custom field" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:78 +msgid "Create a new data server module" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:80 +msgid "Create a new network server module" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:82 +msgid "Create a new plugin server module" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:84 +msgid "Create a new WMI server module" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:86 +msgid "Create a new prediction server module" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:135 +msgid "Get more modules in Pandora FMS Library" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:162 +msgid "Nice try buddy" +msgstr "" + +#: ../../godmode/agentes/module_manager.php:259 #, php-format -msgid "Error updating passwords: %s" +msgid "There was a problem deleting %s modules, none deleted." msgstr "" -#: ../../operation/users/user_edit.php:157 -msgid "" -"Passwords didn't match or other problem encountered while updating passwords" +#: ../../godmode/agentes/module_manager.php:264 +msgid "All Modules deleted succesfully" msgstr "" -#: ../../operation/users/user_edit.php:168 -#: ../../operation/users/user_edit.php:178 -#: ../../godmode/users/configure_user.php:300 -#: ../../godmode/users/configure_user.php:310 -#: ../../godmode/users/configure_user.php:338 -#: ../../godmode/users/configure_user.php:344 -#: ../../godmode/users/configure_user.php:372 -msgid "User info successfully updated" -msgstr "" - -#: ../../operation/users/user_edit.php:169 -#: ../../operation/users/user_edit.php:179 -msgid "Error updating user info" -msgstr "" - -#: ../../operation/users/user_edit.php:189 -msgid "Edit my User" -msgstr "" - -#: ../../operation/users/user_edit.php:198 -#: ../../godmode/users/configure_user.php:442 -msgid "Full (display) name" -msgstr "" - -#: ../../operation/users/user_edit.php:220 -#: ../../godmode/users/configure_user.php:474 -#: ../../godmode/users/user_list.php:407 -msgid "E-mail" -msgstr "" - -#: ../../operation/users/user_edit.php:222 -#: ../../godmode/users/configure_user.php:478 -msgid "Phone number" -msgstr "" - -#: ../../operation/users/user_edit.php:231 -msgid "New Password" -msgstr "" - -#: ../../operation/users/user_edit.php:233 -#: ../../godmode/users/configure_user.php:454 -msgid "Password confirmation" -msgstr "" - -#: ../../operation/users/user_edit.php:241 -msgid "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" -msgstr "" - -#: ../../operation/users/user_edit.php:250 -msgid "If checkbox is clicked then block size global configuration is used" -msgstr "" - -#: ../../operation/users/user_edit.php:286 -msgid "Shortcut bar" -msgstr "" - -#: ../../operation/users/user_edit.php:286 -msgid "" -"This will activate a shortcut bar with alerts, events, messages... " -"information" -msgstr "" - -#: ../../operation/users/user_edit.php:289 -msgid "Home screen" -msgstr "" - -#: ../../operation/users/user_edit.php:289 -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 "" - -#: ../../operation/users/user_edit.php:337 -#: ../../godmode/users/configure_user.php:506 -#: ../../godmode/groups/configure_group.php:181 -msgid "Skin" -msgstr "" - -#: ../../operation/users/user_edit.php:354 -msgid "Show information" -msgstr "" - -#: ../../operation/users/user_edit.php:385 -msgid "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" -msgstr "" - -#: ../../operation/users/user_edit.php:395 -#: ../../operation/users/user_edit.php:402 -#: ../../godmode/users/configure_user.php:597 -#: ../../godmode/users/configure_user.php:606 -msgid "Profiles/Groups assigned to this user" -msgstr "" - -#: ../../operation/users/user_edit.php:456 -msgid "This user doesn't have any assigned profile/group." -msgstr "" - -#: ../../operation/users/user_edit.php:586 -msgid "Double autentication information" -msgstr "" - -#: ../../operation/users/user_edit.php:649 -#: ../../operation/users/user_edit.php:725 -msgid "Double autentication activation" -msgstr "" - -#: ../../operation/users/user_edit.php:675 -msgid "The double authentication will be deactivated" -msgstr "" - -#: ../../operation/users/user_edit.php:676 -msgid "Deactivate" -msgstr "" - -#: ../../operation/users/user_edit.php:708 -msgid "The double autentication was deactivated successfully" -msgstr "" - -#: ../../operation/users/user_edit.php:711 -#: ../../operation/users/user_edit.php:715 -msgid "There was an error deactivating the double autentication" -msgstr "" - -#: ../../operation/users/webchat.php:71 -msgid "Webchat" -msgstr "" - -#: ../../operation/users/webchat.php:82 -msgid "Users Online" -msgstr "" - -#: ../../operation/users/webchat.php:90 -#: ../../operation/messages/message_edit.php:217 -msgid "Send message" -msgstr "" - -#: ../../operation/users/webchat.php:157 -msgid "Connection established...get last 24h messages..." -msgstr "" - -#: ../../operation/users/webchat.php:168 -msgid "Error in connection." -msgstr "" - -#: ../../operation/users/webchat.php:249 -msgid "Error sendding message." -msgstr "" - -#: ../../operation/users/webchat.php:277 -msgid "Error login." -msgstr "" - -#: ../../operation/search_modules.php:26 ../../operation/search_agents.php:33 -#: ../../operation/search_reports.php:29 ../../operation/search_maps.php:22 -#: ../../operation/search_graphs.php:24 ../../operation/search_users.php:26 -#: ../../operation/search_alerts.php:27 -msgid "Zero results found" -msgstr "" - -#: ../../operation/search_agents.php:109 -#: ../../operation/agentes/ver_agente.php:797 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "" - -#: ../../operation/messages/message_list.php:32 -#: ../../operation/messages/message_edit.php:35 -msgid "Received messages" -msgstr "" - -#: ../../operation/messages/message_list.php:36 -#: ../../operation/messages/message_edit.php:39 -msgid "Sent messages" -msgstr "" - -#: ../../operation/messages/message_list.php:40 -#: ../../operation/messages/message_list.php:221 -#: ../../operation/messages/message_edit.php:43 -msgid "Create message" -msgstr "" - -#: ../../operation/messages/message_list.php:74 -msgid "Not deleted. Error deleting messages" -msgstr "" - -#: ../../operation/messages/message_list.php:80 -#: ../../operation/messages/message_list.php:88 -msgid "You have" -msgstr "" - -#: ../../operation/messages/message_list.php:81 -msgid "sent message(s)" -msgstr "" - -#: ../../operation/messages/message_list.php:89 -msgid "unread message(s)" -msgstr "" - -#: ../../operation/messages/message_list.php:97 -msgid "There are no messages." -msgstr "" - -#: ../../operation/messages/message_list.php:123 -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -msgid "Destination" -msgstr "" - -#: ../../operation/messages/message_list.php:125 -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -msgid "Sender" -msgstr "" - -#: ../../operation/messages/message_list.php:126 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -msgid "Subject" -msgstr "" - -#: ../../operation/messages/message_list.php:136 -msgid "Click to read" -msgstr "" - -#: ../../operation/messages/message_list.php:141 -msgid "Mark as unread" -msgstr "" - -#: ../../operation/messages/message_list.php:148 -#: ../../operation/messages/message_list.php:153 -msgid "Message unread - click to read" -msgstr "" - -#: ../../operation/messages/message_list.php:180 -msgid "No Subject" -msgstr "" - -#: ../../operation/messages/message_edit.php:60 -msgid "This message does not exist in the system" -msgstr "" - -#: ../../operation/messages/message_edit.php:80 -msgid "at" -msgstr "" - -#: ../../operation/messages/message_edit.php:104 -msgid "wrote" -msgstr "" - -#: ../../operation/messages/message_edit.php:119 -msgid "Reply" -msgstr "" - -#: ../../operation/messages/message_edit.php:136 +#: ../../godmode/agentes/module_manager.php:268 #, php-format -msgid "Message successfully sent to user %s" +msgid "There was a problem only deleted %s modules of %s total." msgstr "" -#: ../../operation/messages/message_edit.php:137 -#, php-format -msgid "Error sending message to user %s" +#: ../../godmode/agentes/module_manager.php:625 +#: ../../godmode/agentes/module_manager.php:635 +#: ../../include/ajax/module.php:811 ../../include/ajax/module.php:821 +msgid "Adopted" msgstr "" -#: ../../operation/messages/message_edit.php:145 -msgid "Message successfully sent" +#: ../../godmode/agentes/module_manager.php:635 +#: ../../godmode/agentes/module_manager.php:639 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../include/ajax/module.php:821 ../../include/ajax/module.php:825 +msgid "Unlinked" msgstr "" -#: ../../operation/messages/message_edit.php:146 -#, php-format -msgid "Error sending message to group %s" -msgstr "" - -#: ../../operation/messages/message_edit.php:203 -msgid "Select user" -msgstr "" - -#: ../../operation/messages/message_edit.php:204 -msgid "OR" -msgstr "" - -#: ../../operation/messages/message_edit.php:205 -msgid "Select group" -msgstr "" - -#: ../../operation/search_main.php:52 -msgid "Agents found" -msgstr "" - -#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 -#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 -#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 -#: ../../operation/search_main.php:80 -#, php-format -msgid "%s Found" -msgstr "" - -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "" - -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "" - -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "" - -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "" - -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "" - -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "" - -#: ../../operation/search_main.php:88 -#, php-format -msgid "Show %s of %s. View all matches" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:83 -#: ../../operation/snmpconsole/snmp_statistics.php:64 -#: ../../godmode/snmpconsole/snmp_alert.php:72 -#: ../../godmode/snmpconsole/snmp_alert.php:76 -#: ../../godmode/snmpconsole/snmp_alert.php:80 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "SNMP Console" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../godmode/agentes/module_manager.php:679 +#: ../../godmode/agentes/module_manager_editor_common.php:377 msgid "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" +"The policy modules of data type will only update their intervals when policy " +"is applied." msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:411 -msgid "Search by trap type" +#: ../../godmode/agentes/module_manager.php:715 +msgid "Normalize" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:425 -msgid "Group by Enterprise String/IP" +#: ../../godmode/agentes/module_manager.php:721 +msgid "Normalize (Disabled)" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:457 -#: ../../operation/snmpconsole/snmp_statistics.php:116 -msgid "There are no SNMP traps in database" +#: ../../godmode/agentes/module_manager.php:730 +#: ../../include/functions_snmp_browser.php:475 +msgid "Create network component" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:503 -#: ../../godmode/snmpconsole/snmp_alert.php:536 -#: ../../godmode/snmpconsole/snmp_alert.php:1051 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 -msgid "Enterprise String" +#: ../../godmode/agentes/module_manager.php:735 +msgid "Create network component (Disabled)" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:513 -msgid "Trap subtype" +#: ../../godmode/agentes/module_manager_editor_network.php:27 +#: ../../include/functions_snmp_browser.php:603 +msgid "Search matches" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:578 -#: ../../operation/snmpconsole/snmp_statistics.php:156 -msgid "View agent details" +#: ../../godmode/agentes/module_manager_editor_network.php:122 +msgid "SNMP OID" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:670 -msgid "Variable bindings:" +#: ../../godmode/agentes/module_manager_editor_network.php:141 +#: ../../godmode/modules/manage_network_components_form_network.php:90 +msgid "TCP send" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:683 -msgid "See more details" +#: ../../godmode/agentes/module_manager_editor_network.php:147 +#: ../../godmode/modules/manage_network_components_form_network.php:97 +msgid "TCP receive" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:696 -msgid "Enterprise String:" +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../godmode/massive/massive_edit_modules.php:493 +#: ../../godmode/massive/massive_edit_modules.php:497 +msgid "The pass length must be eight character minimum." msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:734 -msgid "Trap type:" +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../godmode/massive/massive_edit_modules.php:497 +#: ../../godmode/modules/manage_network_components_form_network.php:67 +#: ../../include/functions_snmp_browser.php:538 +msgid "Privacy pass" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:762 -msgid "Count:" +#: ../../godmode/agentes/configurar_agente.php:186 +#: ../../godmode/agentes/configurar_agente.php:709 +msgid "There is already an agent in the database with this name" msgstr "" -#: ../../operation/snmpconsole/snmp_view.php:766 -msgid "First trap:" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:770 -msgid "Last trap:" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:790 -msgid "No matching traps found" -msgstr "" - -#: ../../operation/snmpconsole/snmp_statistics.php:127 -msgid "Traps received by source" -msgstr "" - -#: ../../operation/snmpconsole/snmp_statistics.php:141 -#: ../../operation/snmpconsole/snmp_statistics.php:199 -msgid "Number" -msgstr "" - -#: ../../operation/snmpconsole/snmp_statistics.php:185 -msgid "Traps received by Enterprise String" -msgstr "" - -#: ../../operation/snmpconsole/snmp_statistics.php:198 -msgid "Trap Enterprise String" -msgstr "" - -#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 -msgid "" -"MIB files will be installed on the system. Please note that a MIB may depend " -"on other MIB. To customize trap definitions use the SNMP trap editor." -msgstr "" - -#: ../../operation/snmpconsole/snmp_browser.php:92 -msgid "SNMP Browser" -msgstr "" - -#: ../../operation/gis_maps/render_view.php:133 -msgid "Refresh: " -msgstr "" - -#: ../../operation/gis_maps/render_view.php:142 -msgid "Show agents by state: " -msgstr "" - -#: ../../operation/gis_maps/gis_map.php:29 -#: ../../godmode/gis_maps/configure_gis_map.php:204 -msgid "GIS Maps list" -msgstr "" - -#: ../../operation/gis_maps/gis_map.php:173 -#: ../../operation/gis_maps/index.php:70 -msgid "No maps found" -msgstr "" - -#: ../../operation/gis_maps/gis_map.php:192 -#: ../../godmode/gis_maps/index.php:135 -msgid "Caution: Do you want delete the map?" -msgstr "" - -#: ../../operation/gis_maps/gis_map.php:199 -#: ../../godmode/gis_maps/index.php:142 -msgid "Do you want to set default the map?" -msgstr "" - -#: ../../operation/gis_maps/gis_map.php:207 -#: ../../godmode/gis_maps/index.php:150 -msgid "There was error on setup the default map." -msgstr "" - -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "" - -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "" - -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "" - -#: ../../operation/gis_maps/ajax.php:222 -#: ../../operation/agentes/gis_view.php:186 -msgid "Manual placement" -msgstr "" - -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "" - -#: ../../operation/agentes/exportdata.php:82 -#: ../../operation/agentes/exportdata.excel.php:67 -#: ../../operation/agentes/exportdata.csv.php:68 -msgid "Invalid time specified" -msgstr "" - -#: ../../operation/agentes/exportdata.php:209 -#: ../../operation/agentes/exportdata.excel.php:164 -#: ../../operation/agentes/exportdata.csv.php:181 -msgid "No modules specified" -msgstr "" - -#: ../../operation/agentes/exportdata.php:267 -msgid "No modules of type string. You can not calculate their average" -msgstr "" - -#: ../../operation/agentes/exportdata.php:318 -msgid "Export type" -msgstr "" - -#: ../../operation/agentes/exportdata.php:323 -msgid "MS Excel" -msgstr "" - -#: ../../operation/agentes/exportdata.php:324 -msgid "Average per hour/day" -msgstr "" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:48 -#: ../../operation/agentes/stat_win.php:44 -msgid "There was a problem connecting with the node" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:66 -msgid "In" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:67 -msgid "Out" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:191 -#: ../../operation/agentes/stat_win.php:252 -msgid "Pandora FMS Graph configuration menu" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:193 -#: ../../operation/agentes/stat_win.php:254 -msgid "Please, make your changes and apply with the Reload button" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:210 -#: ../../operation/agentes/stat_win.php:281 -msgid "Refresh time" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:223 -#: ../../operation/agentes/stat_win.php:322 -#: ../../operation/agentes/graphs.php:146 -#: ../../operation/reporting/graph_viewer.php:195 -msgid "Time range" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:229 -#: ../../operation/agentes/stat_win.php:310 -#: ../../operation/agentes/graphs.php:137 -msgid "Zoom factor" -msgstr "" - -#: ../../operation/agentes/interface_traffic_graph_win.php:256 -#: ../../operation/agentes/stat_win.php:404 -msgid "Reload" -msgstr "" - -#: ../../operation/agentes/custom_fields.php:52 -msgid "No fields defined" -msgstr "" - -#: ../../operation/agentes/custom_fields.php:59 -#: ../../godmode/alerts/alert_view.php:441 -#: ../../godmode/alerts/alert_view.php:531 -#: ../../godmode/agentes/fields_manager.php:95 -msgid "Field" -msgstr "" - -#: ../../operation/agentes/custom_fields.php:61 -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -msgid "Display on front" -msgstr "" - -#: ../../operation/agentes/custom_fields.php:62 -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -msgid "" -"The fields with display on front enabled will be displayed into the agent " -"details" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:35 -msgid "Tag's information" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:81 -msgid "Relationship information" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:124 -msgid "" -"To see the list of modules paginated, enable this option in the Styles " -"Configuration." -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:125 -msgid "Full list of monitors" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:150 -msgid "List of modules" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:342 -#: ../../operation/agentes/status_monitor.php:1320 -#: ../../operation/tree.php:357 -msgid "Module: " -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:420 -msgid "Status:" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:426 -msgid "Not Normal" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:434 -#: ../../operation/agentes/networkmap.php:453 -msgid "Free text for search (*):" -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:435 -msgid "Search by module name, list matches." -msgstr "" - -#: ../../operation/agentes/estado_monitores.php:449 -msgid "Reset" -msgstr "" - -#: ../../operation/agentes/gis_view.php:55 -#: ../../godmode/agentes/agent_conf_gis.php:40 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" - -#: ../../operation/agentes/gis_view.php:86 -#: ../../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 "" - -#: ../../operation/agentes/gis_view.php:91 -msgid "Last position in " -msgstr "" - -#: ../../operation/agentes/gis_view.php:98 -msgid "Period to show data as path" -msgstr "" - -#: ../../operation/agentes/gis_view.php:102 -msgid "Refresh path" -msgstr "" - -#: ../../operation/agentes/gis_view.php:105 -msgid "Positional data from the last" -msgstr "" - -#: ../../operation/agentes/gis_view.php:144 -msgid "This agent doesn't have any GIS data." -msgstr "" - -#: ../../operation/agentes/gis_view.php:172 -#, php-format -msgid "%s Km" -msgstr "" - -#: ../../operation/agentes/gis_view.php:178 -#: ../../godmode/setup/gis_step_2.php:300 -msgid "Longitude" -msgstr "" - -#: ../../operation/agentes/gis_view.php:179 -#: ../../godmode/setup/gis_step_2.php:296 -msgid "Latitude" -msgstr "" - -#: ../../operation/agentes/gis_view.php:180 -#: ../../godmode/setup/gis_step_2.php:304 -msgid "Altitude" -msgstr "" - -#: ../../operation/agentes/gis_view.php:184 -msgid "Distance" -msgstr "" - -#: ../../operation/agentes/gis_view.php:185 -msgid "# of Packages" -msgstr "" - -#: ../../operation/agentes/gis_view.php:189 -msgid "positional data" -msgstr "" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:530 -msgid "Agent custom fields" -msgstr "" - -#: ../../operation/agentes/ver_agente.php:715 -msgid "Sons" -msgstr "" - -#: ../../operation/agentes/ver_agente.php:853 -#: ../../godmode/agentes/configurar_agente.php:349 -msgid "GIS data" -msgstr "" - -#: ../../operation/agentes/ver_agente.php:921 -msgid "Log Viewer" -msgstr "" - -#: ../../operation/agentes/ver_agente.php:1025 -#: ../../godmode/agentes/configurar_agente.php:519 -msgid "Gis" -msgstr "" - -#: ../../operation/agentes/group_view.php:100 -msgid "Summary of the status groups" -msgstr "" - -#: ../../operation/agentes/group_view.php:151 -msgid "Not Init" -msgstr "" - -#: ../../operation/agentes/group_view.php:391 -#: ../../operation/agentes/estado_agente.php:589 -#: ../../godmode/agentes/modificar_agente.php:572 -msgid "There are no defined agents" -msgstr "" - -#: ../../operation/agentes/datos_agente.php:165 -msgid "Received data from" -msgstr "" - -#: ../../operation/agentes/datos_agente.php:172 -msgid "Main database" -msgstr "" - -#: ../../operation/agentes/datos_agente.php:173 -msgid "" -"Switch between the main database and the history database to retrieve module " -"data" -msgstr "" - -#: ../../operation/agentes/datos_agente.php:202 -#: ../../operation/agentes/alerts_status.functions.php:97 -msgid "Free text for search" -msgstr "" - -#: ../../operation/agentes/estado_agente.php:153 -msgid "Sucessfully deleted agent" -msgstr "" - -#: ../../operation/agentes/estado_agente.php:155 -msgid "There was an error message deleting the agent" -msgstr "" - -#: ../../operation/agentes/status_events.php:31 -#: ../../operation/agentes/status_events.php:32 -msgid "Latest events for this agent" -msgstr "" - -#: ../../operation/agentes/stat_win.php:112 -msgid "There was a problem locating the source of the graph" -msgstr "" - -#: ../../operation/agentes/stat_win.php:289 -msgid "Avg. Only" -msgstr "" - -#: ../../operation/agentes/stat_win.php:304 -msgid "Begin time" -msgstr "" - -#: ../../operation/agentes/stat_win.php:329 -#: ../../operation/agentes/graphs.php:150 -msgid "Show events" -msgstr "" - -#: ../../operation/agentes/stat_win.php:340 -msgid "" -"Show events is disabled because this Pandora node is set the event " -"replication." -msgstr "" - -#: ../../operation/agentes/stat_win.php:346 -#: ../../operation/agentes/graphs.php:152 -msgid "Show alerts" -msgstr "" - -#: ../../operation/agentes/stat_win.php:352 -msgid "Show event graph" -msgstr "" - -#: ../../operation/agentes/stat_win.php:361 -msgid "Show percentil 95º" -msgstr "" - -#: ../../operation/agentes/tactical.php:134 -msgid "Report of State" -msgstr "" - -#: ../../operation/agentes/networkmap_list.php:364 -msgid "The session may be expired" -msgstr "" - -#: ../../operation/agentes/networkmap_list.php:386 -msgid "None selected" -msgstr "" - -#: ../../operation/agentes/networkmap.php:136 -msgid "Network map created successfully" -msgstr "" - -#: ../../operation/agentes/networkmap.php:137 -msgid "Could not create network map" -msgstr "" - -#: ../../operation/agentes/networkmap.php:233 -msgid "Network map saved successfully" -msgstr "" - -#: ../../operation/agentes/networkmap.php:234 -msgid "Could not save network map" -msgstr "" - -#: ../../operation/agentes/networkmap.php:249 -msgid "There was an error loading the network map" -msgstr "" - -#: ../../operation/agentes/networkmap.php:328 -msgid "Delete map" -msgstr "" - -#: ../../operation/agentes/networkmap.php:360 -#: ../../godmode/gis_maps/configure_gis_map.php:454 -#: ../../godmode/gis_maps/configure_gis_map.php:461 -msgid "Save map" -msgstr "" - -#: ../../operation/agentes/networkmap.php:385 -msgid "Topology view" -msgstr "" - -#: ../../operation/agentes/networkmap.php:393 -msgid "Policies view" -msgstr "" - -#: ../../operation/agentes/networkmap.php:397 -msgid "Dynamic view" -msgstr "" - -#: ../../operation/agentes/networkmap.php:401 -msgid "Radial dynamic view" -msgstr "" - -#: ../../operation/agentes/networkmap.php:444 -msgid "Store group" -msgstr "" - -#: ../../operation/agentes/networkmap.php:477 -msgid "Depth" -msgstr "" - -#: ../../operation/agentes/networkmap.php:483 -msgid "Show interfaces" -msgstr "" - -#: ../../operation/agentes/networkmap.php:495 -msgid "Only modules with alerts" -msgstr "" - -#: ../../operation/agentes/networkmap.php:502 -msgid "Hide policy modules" -msgstr "" - -#: ../../operation/agentes/networkmap.php:544 -msgid "Only run with it is filter for any group" -msgstr "" - -#: ../../operation/agentes/networkmap.php:551 -msgid "L2 network interfaces" -msgstr "" - -#: ../../operation/agentes/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "" - -#: ../../operation/agentes/alerts_status.functions.php:91 -#: ../../operation/agentes/status_monitor.php:470 -msgid "No tags" -msgstr "" - -#: ../../operation/agentes/alerts_status.functions.php:99 -msgid "Filter by agent name, module name, template name or action name" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:42 -msgid "The agent has not assigned server. Maybe agent does not run fine." -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:120 -msgid "" -"Agent statuses are re-calculated by the server, they are not shown in real " -"time." -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:197 -msgid "Agent contact" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:219 -msgid "Next contact" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:242 -msgid "Agent info" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:386 -msgid "Active incident on this agent" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:390 -#: ../../operation/incidents/incident_detail.php:419 -#: ../../godmode/setup/news.php:222 -msgid "Author" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:536 -msgid "Events info (24hr.)" -msgstr "" - -#: ../../operation/agentes/estado_generalagente.php:615 -msgid "Refresh data" -msgstr "" - -#: ../../operation/agentes/alerts_status.php:106 -msgid "Full list of alerts" -msgstr "" - -#: ../../operation/agentes/alerts_status.php:138 -msgid "Insufficient permissions to validate alerts" -msgstr "" - -#: ../../operation/agentes/alerts_status.php:390 -#: ../../godmode/alerts/alert_list.list.php:156 -msgid "Alert control filter" -msgstr "" - -#: ../../operation/agentes/alerts_status.php:588 -msgid "No alerts found" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:45 -msgid "Monitor view" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:414 -msgid "Monitor status" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:521 -msgid "Advanced Options" -msgstr "" - -#: ../../operation/agentes/status_monitor.php:1274 -msgid "This group doesn't have any monitor" -msgstr "" - -#: ../../operation/agentes/graphs.php:87 -msgid "Other modules" -msgstr "" - -#: ../../operation/agentes/graphs.php:92 -msgid "Modules network no proc" -msgstr "" - -#: ../../operation/agentes/graphs.php:153 -msgid "the combined graph does not show the alerts into this graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:155 -msgid "Show as one combined graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:157 -msgid "one combined graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:160 -msgid "several graphs for each module" -msgstr "" - -#: ../../operation/agentes/graphs.php:167 -msgid "Save as custom graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:173 -msgid "Filter graphs" -msgstr "" - -#: ../../operation/agentes/graphs.php:185 -msgid "Combined graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:229 -#: ../../operation/agentes/graphs.php:232 -msgid "Name custom graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:254 -msgid "Save custom graph" -msgstr "" - -#: ../../operation/agentes/graphs.php:275 -msgid "Custom graph create from the tab graphs in the agent." -msgstr "" - -#: ../../operation/servers/recon_view.php:36 -#: ../../operation/servers/recon_view.php:51 -msgid "Recon View" -msgstr "" - -#: ../../operation/servers/recon_view.php:89 -#: ../../godmode/servers/manage_recontask_form.php:217 -msgid "Task name" -msgstr "" - -#: ../../operation/servers/recon_view.php:107 -#: ../../operation/incidents/incident_detail.php:261 -msgid "Updated at" -msgstr "" - -#: ../../operation/servers/recon_view.php:140 -msgid "Pending" -msgstr "" - -#: ../../operation/servers/recon_view.php:145 -#: ../../godmode/servers/manage_recontask.php:310 -msgid "Network recon task" -msgstr "" - -#: ../../operation/servers/recon_view.php:173 -msgid "has no recon tasks assigned" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:107 -#: ../../operation/netflow/nf_live_view.php:132 -#: ../../operation/netflow/nf_live_view.php:136 -msgid "Netflow live view" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:120 -#, php-format -msgid "nfdump binary (%s) not found!" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:125 -msgid "Make sure nfdump version 1.6.8 or newer is installed!" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:148 -msgid "Error creating filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:151 -msgid "Filter created successfully" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:166 -msgid "Filter updated successfully" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:167 -msgid "Error updating filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:189 -msgid "Draw live filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:221 -msgid "Connection" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:245 -msgid "The interval will be divided in chunks the length of the resolution." -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:254 -#: ../../godmode/netflow/nf_item_list.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 -msgid "Max. values" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:264 -#: ../../godmode/setup/setup_netflow.php:70 -msgid "IP address resolution can take a lot of time" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:267 -msgid "IP address resolution" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:267 -#: ../../godmode/setup/setup_netflow.php:69 -msgid "Resolve the IP addresses to get their hostnames." -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:317 -msgid "Select a filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "Dst Ip" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "" -"Destination IP. A comma separated list of destination ip. If we leave the " -"field blank, will show all ip. Example filter by " -"ip:
25.46.157.214,160.253.135.249" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "Src Ip" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "" -"Source IP. A comma separated list of source ip. If we leave the field blank, " -"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:352 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Port" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:352 -#: ../../godmode/netflow/nf_edit_form.php:216 -msgid "" -"Destination port. A comma separated list of destination ports. If we leave " -"the field blank, will show all ports. Example filter by ports 80 and " -"22:
80,22" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:361 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Port" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:361 -#: ../../godmode/netflow/nf_edit_form.php:219 -msgid "" -"Source port. A comma separated list of source ports. If we leave the field " -"blank, will show all ports. Example filter by ports 80 and 22:
80,22" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../godmode/netflow/nf_edit_form.php:225 -msgid "Aggregate by" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Ip Address" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Ip Address" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:384 -#: ../../godmode/netflow/nf_edit_form.php:230 -msgid "Output format" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes per second" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes per second" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes per second" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:396 -msgid "Draw" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:400 -msgid "Save as new filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:401 -msgid "Update current filter" -msgstr "" - -#: ../../operation/netflow/nf_live_view.php:415 -msgid "No filter selected" -msgstr "" - -#: ../../operation/visual_console/render_view.php:117 -#: ../../godmode/reporting/visual_console_builder.php:654 -msgid "Services wizard" -msgstr "" - -#: ../../operation/visual_console/render_view.php:174 -#: ../../operation/visual_console/public_console.php:97 -msgid "Autorefresh time" -msgstr "" - -#: ../../operation/visual_console/render_view.php:217 -#: ../../operation/visual_console/render_view.php:266 -#: ../../operation/visual_console/public_console.php:157 -msgid "Until refresh" -msgstr "" - -#: ../../operation/visual_console/public_console.php:114 -#: ../../general/header.php:144 -msgid "QR code of the page" -msgstr "" - -#: ../../operation/tree.php:88 -#, php-format -msgid "Sort the agents by %s" -msgstr "" - -#: ../../operation/tree.php:91 -msgid "tags" -msgstr "" - -#: ../../operation/tree.php:97 -msgid "groups" -msgstr "" - -#: ../../operation/tree.php:100 -msgid "module groups" -msgstr "" - -#: ../../operation/tree.php:107 -msgid "policies" -msgstr "" - -#: ../../operation/tree.php:138 -msgid "Agent status" -msgstr "" - -#: ../../operation/tree.php:140 -msgid "Search agent" -msgstr "" - -#: ../../operation/tree.php:165 -msgid "Search module" -msgstr "" - -#: ../../operation/tree.php:189 -msgid "Tree search" -msgstr "" - -#: ../../operation/tree.php:281 -msgid "Critical agents" -msgstr "" - -#: ../../operation/tree.php:286 -msgid "Warning agents" -msgstr "" - -#: ../../operation/tree.php:291 -msgid "Unknown agents" -msgstr "" - -#: ../../operation/tree.php:296 -msgid "Not init agents" -msgstr "" - -#: ../../operation/tree.php:301 -msgid "Normal agents" -msgstr "" - -#: ../../operation/search_graphs.php:33 -#: ../../operation/reporting/graph_viewer.php:288 -#: ../../godmode/reporting/graphs.php:142 -msgid "Graph name" -msgstr "" - -#: ../../operation/incidents/incident_statistics.php:36 -msgid "Incidents by priority" -msgstr "" - -#: ../../operation/incidents/incident_statistics.php:39 -msgid "Incidents by group" -msgstr "" - -#: ../../operation/incidents/incident_statistics.php:42 -msgid "Incidents by user" -msgstr "" - -#: ../../operation/incidents/incident_statistics.php:45 -msgid "Incidents by source" -msgstr "" - -#: ../../operation/incidents/incident.php:67 -msgid "Successfully reclaimed ownership" -msgstr "" - -#: ../../operation/incidents/incident.php:68 -msgid "Could not reclame ownership" -msgstr "" - -#: ../../operation/incidents/incident.php:138 -msgid "Error creating incident" -msgstr "" - -#: ../../operation/incidents/incident.php:228 -msgid "Incidents:" -msgstr "" - -#: ../../operation/incidents/incident.php:229 -msgid "All incidents" -msgstr "" - -#: ../../operation/incidents/incident.php:251 -msgid "Priorities:" -msgstr "" - -#: ../../operation/incidents/incident.php:252 -msgid "All priorities" -msgstr "" - -#: ../../operation/incidents/incident.php:256 -msgid "Users:" -msgstr "" - -#: ../../operation/incidents/incident.php:272 -msgid "Agents:" -msgstr "" - -#: ../../operation/incidents/incident.php:274 -#: ../../godmode/db/db_purge.php:167 -msgid "All agents" -msgstr "" - -#: ../../operation/incidents/incident.php:279 -msgid "Groups:" -msgstr "" - -#: ../../operation/incidents/incident.php:285 -msgid "Free text:" -msgstr "" - -#: ../../operation/incidents/incident.php:286 -msgid "Search by incident name or description, list matches." -msgstr "" - -#: ../../operation/incidents/incident.php:394 -msgid "Delete incidents" -msgstr "" - -#: ../../operation/incidents/incident.php:398 -msgid "Become owner" -msgstr "" - -#: ../../operation/incidents/incident.php:406 -#: ../../operation/incidents/incident_detail.php:238 -msgid "Create incident" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:160 -msgid "File could not be saved due to database error" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:376 -msgid "Update incident" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:382 -msgid "Submit" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:396 -#: ../../operation/incidents/incident_detail.php:400 -msgid "Add note" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:503 -msgid "Add attachment" -msgstr "" - -#: ../../operation/search_helps.php:22 -msgid "Zero results found." -msgstr "" - -#: ../../operation/search_helps.php:23 -#, php-format -msgid "" -"You can find more help in the Pandora's wiki" -msgstr "" - -#: ../../operation/search_helps.php:37 -msgid "Matches" -msgstr "" - -#: ../../operation/search_results.php:143 -msgid "Helps" -msgstr "" - -#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 -msgid "Profile" -msgstr "" - -#: ../../operation/search_users.php:64 -#: ../../godmode/users/configure_user.php:465 -#: ../../godmode/users/user_list.php:414 -msgid "Administrator" -msgstr "" - -#: ../../operation/search_users.php:69 -#: ../../godmode/users/configure_user.php:470 -msgid "Standard User" -msgstr "" - -#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 -msgid "The user doesn't have any assigned profile/group" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:136 -#: ../../godmode/reporting/graph_builder.php:192 -msgid "Graph editor" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:142 -#: ../../godmode/reporting/graph_builder.php:195 -msgid "View graph" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:174 -msgid "No data." -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:204 -#: ../../operation/reporting/graph_viewer.php:219 -msgid "Graph defined" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:220 -msgid "Zoom x1" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:221 -msgid "Zoom x2" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:222 -msgid "Zoom x3" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:270 -#: ../../operation/reporting/reporting_viewer.php:317 -msgid "Invalid date selected" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:277 -msgid "Custom graph viewer" -msgstr "" - -#: ../../operation/reporting/graph_viewer.php:304 -#: ../../operation/reporting/custom_reporting.php:32 -msgid "There are no defined reportings" -msgstr "" - -#: ../../operation/reporting/reporting_viewer.php:77 -#: ../../godmode/netflow/nf_item_list.php:39 -msgid "Report list" -msgstr "" - -#: ../../operation/reporting/reporting_viewer.php:98 -#: ../../godmode/reporting/reporting_builder.php:1841 -msgid "View report" -msgstr "" - -#: ../../operation/reporting/reporting_viewer.php:152 -msgid "View Report" -msgstr "" - -#: ../../operation/reporting/reporting_viewer.php:191 -msgid "Set initial date" -msgstr "" - -#: ../../operation/reporting/reporting_viewer.php:217 -msgid "Invalid date selected. Initial date must be before end date." -msgstr "" - -#: ../../godmode/menu.php:28 -msgid "Resources" -msgstr "" - -#: ../../godmode/menu.php:46 -msgid "Module categories" -msgstr "" - -#: ../../godmode/menu.php:50 -msgid "Module types" -msgstr "" - -#: ../../godmode/menu.php:59 ../../godmode/netflow/nf_edit_form.php:66 -#: ../../godmode/netflow/nf_edit_form.php:71 -#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 -msgid "Netflow filters" -msgstr "" - -#: ../../godmode/menu.php:76 -msgid "Manage agents groups" -msgstr "" - -#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:297 +#: ../../godmode/agentes/configurar_agente.php:297 ../../godmode/menu.php:101 msgid "Module templates" msgstr "" -#: ../../godmode/menu.php:110 -msgid "Bulk operations" +#: ../../godmode/agentes/configurar_agente.php:545 +msgid "SNMP explorer" msgstr "" -#: ../../godmode/menu.php:115 ../../godmode/massive/massive_operations.php:165 -msgid "Agents operations" +#: ../../godmode/agentes/configurar_agente.php:560 +msgid "Agent manager" msgstr "" -#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:170 -msgid "Modules operations" +#: ../../godmode/agentes/configurar_agente.php:583 +#: ../../godmode/servers/modificar_server.php:134 +msgid "Conf file deleted successfully" msgstr "" -#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:175 -msgid "Plugins operations" +#: ../../godmode/agentes/configurar_agente.php:584 +#: ../../godmode/servers/modificar_server.php:135 +msgid "Could not delete conf file" msgstr "" -#: ../../godmode/menu.php:119 ../../godmode/massive/massive_operations.php:160 -msgid "Users operations" +#: ../../godmode/agentes/configurar_agente.php:621 +#: ../../godmode/agentes/configurar_agente.php:626 +msgid "No data to normalize" msgstr "" -#: ../../godmode/menu.php:121 ../../godmode/massive/massive_operations.php:155 -msgid "Alerts operations" +#: ../../godmode/agentes/configurar_agente.php:630 +#, php-format +msgid "Deleted data above %f" msgstr "" -#: ../../godmode/menu.php:137 -msgid "List of Alerts" +#: ../../godmode/agentes/configurar_agente.php:631 +#, php-format +msgid "Error normalizing module %s" msgstr "" -#: ../../godmode/menu.php:159 ../../godmode/menu.php:160 -#: ../../godmode/alerts/alert_special_days.php:43 -msgid "Special days list" +#: ../../godmode/agentes/configurar_agente.php:751 +msgid "There was a problem updating the agent" msgstr "" -#: ../../godmode/menu.php:179 -msgid "Event filters" +#: ../../godmode/agentes/configurar_agente.php:794 +msgid "There was a problem loading the agent" msgstr "" -#: ../../godmode/menu.php:183 -msgid "Custom events" +#: ../../godmode/agentes/configurar_agente.php:1129 +msgid "" +"There was a problem updating module. Another module already exists with the " +"same name." msgstr "" -#: ../../godmode/menu.php:199 -msgid "Manage servers" +#: ../../godmode/agentes/configurar_agente.php:1132 +msgid "" +"There was a problem updating module. Some required fields are missed: (name)" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1135 +msgid "There was a problem updating module. \"No change\"" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1140 +msgid "There was a problem updating module. Processing error" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1160 +msgid "Module successfully updated" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1268 +msgid "" +"There was a problem adding module. Another module already exists with the " +"same name." +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1271 +msgid "" +"There was a problem adding module. Some required fields are missed : (name)" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1276 +msgid "There was a problem adding module. Processing error" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1412 +msgid "There was a problem deleting the module" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1415 +msgid "Module deleted succesfully" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1515 +#: ../../include/functions_api.php:7021 +msgid "Save by Pandora Console" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1530 +#: ../../include/functions_api.php:7022 +msgid "Update by Pandora Console" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1543 +#: ../../include/functions_api.php:7023 +msgid "Insert by Pandora Console" +msgstr "" + +#: ../../godmode/agentes/configurar_agente.php:1597 +#: ../../godmode/agentes/configurar_agente.php:1607 +msgid "Invalid tab specified" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:448 +#, php-format +msgid "DEBUG: Invalid module type specified in %s:%s" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:449 +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 "" + +#: ../../godmode/agentes/module_manager_editor.php:475 +#: ../../godmode/agentes/module_manager_editor_common.php:625 +msgid "Custom macros" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:477 +msgid "Module relations" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:526 +msgid "No module to predict" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:527 +msgid "No plug-in provided" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor.php:550 +msgid "" +"Error, The field name and name in module_name in data configuration are " +"different." +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:31 +msgid "Agents custom fields manager" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:44 +msgid "The name must not be empty" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:47 +msgid "The name must be unique" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:52 +msgid "Field successfully created" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:69 +msgid "Field successfully updated" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:72 +msgid "There was a problem modifying field" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:82 +msgid "There was a problem deleting field" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:84 +msgid "Field successfully deleted" +msgstr "" + +#: ../../godmode/agentes/fields_manager.php:138 +msgid "Create field" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:70 +msgid "Using module component" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:243 +msgid "Dynamic Threshold Interval" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:247 +msgid "Dynamic Threshold Min. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:250 +msgid "Dynamic Threshold Max. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:253 +msgid "Dynamic Threshold Two Tailed: " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:259 +#: ../../godmode/agentes/module_manager_editor_common.php:280 +msgid "Min. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:401 +msgid "Any value below this number is discarted." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:403 +msgid "Any value over this number is discarted." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:406 +#: ../../godmode/massive/massive_edit_modules.php:524 +msgid "Export target" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:416 +msgid "" +"In case you use an Export server you can link this module and export data to " +"one these." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:435 +#: ../../godmode/massive/massive_edit_modules.php:544 +msgid "FF interval" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:438 +#: ../../godmode/massive/massive_edit_modules.php:545 +msgid "Module execution flip flop time interval (in secs)." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +msgid "Tags from policy" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:546 +msgid "The module still stores data but the alerts and events will be stop" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:567 +#: ../../godmode/agentes/module_manager_editor_common.php:573 +msgid "Cron" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:568 +#: ../../godmode/agentes/module_manager_editor_common.php:574 +msgid "" +"If cron is set the module interval is ignored and the module runs on the " +"specified date and time" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:580 +#: ../../godmode/massive/massive_edit_modules.php:602 +msgid "Seconds that agent will wait for the execution of the module." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Number of retries that the module will attempt to run." +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Add relationship" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:677 +msgid "Changes" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:677 +msgid "Activate this to prevent the relation from being updated or deleted" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:46 +msgid "An error occurred while migrating the malformed planned downtimes" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:47 +msgid "Please run the migration again or contact with the administrator" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:79 +msgid "An error occurred stopping the planned downtime" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:101 +msgid "This planned downtime is running" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.editor.php:494 +msgid "Once" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.list.php:434 +#: ../../godmode/agentes/planned_downtime.editor.php:495 +msgid "Periodically" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Execution type" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:156 +msgid "Show past downtimes" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:358 +#: ../../godmode/agentes/planned_downtime.export_csv.php:199 +msgid "No planned downtime" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:391 +msgid "Name #Ag." +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:400 +#: ../../godmode/agentes/planned_downtime.list.php:456 +msgid "Stop downtime" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:428 +#: ../../godmode/agentes/planned_downtime.editor.php:489 +msgid "Disabled Agents" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:429 +#: ../../godmode/agentes/planned_downtime.editor.php:490 +msgid "Disabled only Alerts" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:433 +msgid "once" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:442 +msgid "Not running" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:535 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "WARNING: There are malformed planned downtimes" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "Do you want to migrate automatically the malformed items?" +msgstr "" + +#: ../../godmode/agentes/agent_template.php:69 +msgid "Created by template " +msgstr "" + +#: ../../godmode/agentes/agent_template.php:156 +msgid "Error adding modules" +msgstr "" + +#: ../../godmode/agentes/agent_template.php:158 +msgid "Error adding modules. The following errors already exists: " +msgstr "" + +#: ../../godmode/agentes/agent_template.php:161 +msgid "Modules successfully added" +msgstr "" + +#: ../../godmode/agentes/agent_template.php:188 +msgid "Assign" +msgstr "" + +#: ../../godmode/agentes/agent_template.php:262 +#: ../../mobile/operation/modules.php:587 +msgid "No modules" +msgstr "" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297 +msgid "No agent selected or the agent does not exist" +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:53 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:60 +msgid "Agent position" +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:66 +msgid "Latitude: " +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:70 +msgid "Longitude: " +msgstr "" + +#: ../../godmode/agentes/agent_conf_gis.php:74 +msgid "Altitude: " +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:115 +#: ../../godmode/agentes/planned_downtime.editor.php:187 +#: ../../godmode/agentes/planned_downtime.editor.php:941 +msgid "This elements cannot be modified while the downtime is being executed" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:212 +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:678 +msgid "" +"Not created. Error inserting data. Start time must be higher than the " +"current time" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:682 +#: ../../include/functions_planned_downtimes.php:687 +#: ../../include/functions_planned_downtimes.php:695 +#: ../../include/functions_planned_downtimes.php:702 +msgid "Not created. Error inserting data" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:683 +msgid "The end date must be higher than the start date" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../include/functions_planned_downtimes.php:688 +msgid "The end date must be higher than the current time" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:592 +#: ../../godmode/agentes/planned_downtime.editor.php:600 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:696 +msgid "The end time must be higher than the start time" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:581 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:703 +msgid "The end day must be higher than the start day" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:275 +#: ../../include/functions_planned_downtimes.php:94 +#: ../../include/functions_planned_downtimes.php:717 +msgid "Each planned downtime must have a different name" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:280 +#: ../../godmode/agentes/planned_downtime.editor.php:307 +#: ../../include/functions_planned_downtimes.php:100 +#: ../../include/functions_planned_downtimes.php:722 +msgid "Planned downtime must have a name" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:318 +msgid "Cannot be modified while the downtime is being executed" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:485 +msgid "Quiet: Modules will not generate events or fire alerts." +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:486 +msgid "Disable Agents: Disables the selected agents." +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:487 +msgid "Disable Alerts: Disable alerts for the selected agents." +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:500 +msgid "Configure the time" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:506 +#: ../../include/functions_reporting_html.php:63 +#: ../../include/functions_reporting_html.php:2648 +msgid "From:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:517 +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:2649 +msgid "To:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:531 +msgid "Type Periodicity:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:569 +msgid "From day:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:575 +msgid "To day:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:586 +msgid "From hour:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:594 +msgid "To hour:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:637 +msgid "Available agents" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:714 +msgid "Available modules:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:715 +msgid "Only for type Quiet for downtimes." +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:729 +msgid "Agents planned for this downtime" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:744 +msgid "There are no agents" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:779 +msgid "All alerts" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:782 +msgid "Entire agent" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:786 +#: ../../godmode/agentes/planned_downtime.editor.php:891 +msgid "All modules" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:789 +#: ../../godmode/agentes/planned_downtime.editor.php:883 +#: ../../godmode/agentes/planned_downtime.editor.php:887 +msgid "Some modules" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:855 +msgid "Add Module:" +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:1071 +msgid "Please select a module." +msgstr "" + +#: ../../godmode/agentes/planned_downtime.editor.php:1203 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:96 +msgid "Source module" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:124 +#: ../../godmode/agentes/module_manager_editor_prediction.php:149 +msgid "Select Module" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +#: ../../godmode/modules/manage_network_components_form_wmi.php:32 +msgid "WMI query" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +msgid "Key string" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +msgid "Field number" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:44 +#: ../../godmode/netflow/nf_item_list.php:54 +msgid "Report items" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:49 +msgid "Edit report" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:58 +msgid "Netflow reports" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:59 +msgid "Item list" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:151 +msgid "Chart type" +msgstr "" + +#: ../../godmode/netflow/nf_item_list.php:255 +msgid "There are no defined items" +msgstr "" + +#: ../../godmode/netflow/nf_edit.php:39 +msgid "Manage Netflow Filter" +msgstr "" + +#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 +#: ../../godmode/netflow/nf_edit_form.php:66 +#: ../../godmode/netflow/nf_edit_form.php:71 ../../godmode/menu.php:56 +msgid "Netflow filters" +msgstr "" + +#: ../../godmode/netflow/nf_edit.php:162 +#: ../../godmode/events/event_filter.php:158 +msgid "There are no defined filters" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/events/events.php:42 +msgid "Filter list" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/modules/manage_nc_groups.php:99 +#: ../../godmode/setup/news.php:88 +#: ../../godmode/events/event_edit_filter.php:172 +msgid "Not updated. Error updating data" +msgstr "" + +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "" + +#: ../../godmode/servers/plugin.php:53 +msgid "Network Components" +msgstr "" + +#: ../../godmode/servers/plugin.php:224 +#: ../../godmode/setup/file_manager.php:63 +#: ../../include/functions_filemanager.php:561 +#, php-format +msgid "Index of %s" +msgstr "" + +#: ../../godmode/servers/plugin.php:266 +msgid "Plugin creation" +msgstr "" + +#: ../../godmode/servers/plugin.php:269 +msgid "Plugin update" +msgstr "" + +#: ../../godmode/servers/plugin.php:299 +msgid "Plugin type" +msgstr "" + +#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 +msgid "Standard" +msgstr "" + +#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 +msgid "Nagios" +msgstr "" + +#: ../../godmode/servers/plugin.php:306 +msgid "Max. timeout" +msgstr "" + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"This value only will be applied if is minor than the server general " +"configuration plugin timeout" +msgstr "" + +#: ../../godmode/servers/plugin.php:306 +msgid "If you set a 0 seconds timeout, the server plugin timeout will be used" +msgstr "" + +#: ../../godmode/servers/plugin.php:362 +msgid "Plugin command" +msgstr "" + +#: ../../godmode/servers/plugin.php:373 +msgid "Plug-in parameters" +msgstr "" + +#: ../../godmode/servers/plugin.php:381 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/alerts/configure_alert_action.php:153 +msgid "Command preview" +msgstr "" + +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +msgid "Command" +msgstr "" + +#: ../../godmode/servers/plugin.php:464 +#: ../../godmode/servers/recon_script.php:174 +msgid "Hide value" +msgstr "" + +#: ../../godmode/servers/plugin.php:464 +#: ../../godmode/servers/recon_script.php:174 +msgid "This field will show up as dots like a password" +msgstr "" + +#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 +msgid "Parameters macros" +msgstr "" + +#: ../../godmode/servers/plugin.php:564 +msgid "Plugins registered in Pandora FMS" +msgstr "" + +#: ../../godmode/servers/plugin.php:569 +msgid "You need to create your own plugins with Windows compatibility" +msgstr "" + +#: ../../godmode/servers/plugin.php:629 +msgid "Problem updating plugin" +msgstr "" + +#: ../../godmode/servers/plugin.php:632 +msgid "Plugin updated successfully" +msgstr "" + +#: ../../godmode/servers/plugin.php:687 +msgid "Problem creating plugin" +msgstr "" + +#: ../../godmode/servers/plugin.php:690 +msgid "Plugin created successfully" +msgstr "" + +#: ../../godmode/servers/plugin.php:700 +msgid "Problem deleting plugin" +msgstr "" + +#: ../../godmode/servers/plugin.php:703 +msgid "Plugin deleted successfully" +msgstr "" + +#: ../../godmode/servers/plugin.php:782 +msgid "All the modules that are using this plugin will be deleted" +msgstr "" + +#: ../../godmode/servers/plugin.php:789 +msgid "There are no plugins in the system" +msgstr "" + +#: ../../godmode/servers/plugin.php:801 +#, php-format +msgid "List of modules and components created by \"%s\" " +msgstr "" + +#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 +msgid "Some modules or components are using the plugin" +msgstr "" + +#: ../../godmode/servers/plugin.php:910 +msgid "" +"The modules or components should be updated manually or using the bulk " +"operations for plugins after this change" +msgstr "" + +#: ../../godmode/servers/plugin.php:912 +msgid "Are you sure you want to perform this action?" +msgstr "" + +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" +msgstr "" + +#: ../../godmode/servers/plugin.php:946 +msgid "" +"The plugin command cannot be updated because some modules or components are " +"using the plugin." +msgstr "" + +#: ../../godmode/servers/plugin.php:952 +msgid "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" +msgstr "" + +#: ../../godmode/servers/servers.build_table.php:142 +msgid "Reset module status and fired alert counts" +msgstr "" + +#: ../../godmode/servers/servers.build_table.php:148 +msgid "Claim back SNMP modules" +msgstr "" + +#: ../../godmode/servers/recon_script.php:73 +msgid "Recon script creation" +msgstr "" + +#: ../../godmode/servers/recon_script.php:75 +msgid "Recon script update" +msgstr "" + +#: ../../godmode/servers/recon_script.php:101 +msgid "Script fullpath" +msgstr "" + +#: ../../godmode/servers/recon_script.php:228 +msgid "Recon scripts registered in Pandora FMS" +msgstr "" + +#: ../../godmode/servers/recon_script.php:271 +msgid "Problem updating" +msgstr "" + +#: ../../godmode/servers/recon_script.php:317 +msgid "Problem creating" +msgstr "" + +#: ../../godmode/servers/recon_script.php:331 +msgid "Problem deleting reconscript" +msgstr "" + +#: ../../godmode/servers/recon_script.php:334 +msgid "reconscript deleted successfully" +msgstr "" + +#: ../../godmode/servers/recon_script.php:378 +msgid "There are no recon scripts in the system" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:181 +#: ../../godmode/servers/manage_recontask.php:43 +#: ../../include/functions_menu.php:473 +msgid "Manage recontask" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:188 +msgid "" +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:223 +msgid "" +"You must select a Recon Server for the Task, otherwise the Recon Task will " +"never run" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:231 +msgid "Network sweep" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:248 +msgid "Manual interval means that it will be executed only On-demand" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:255 +msgid "The minimum recomended interval for Recon Task is 5 minutes" +msgstr "" + +#: ../../godmode/servers/manage_recontask_form.php:260 +msgid "Module template" msgstr "" -#: ../../godmode/menu.php:209 #: ../../godmode/servers/manage_recontask_form.php:269 +#: ../../godmode/menu.php:219 msgid "Recon script" msgstr "" -#: ../../godmode/menu.php:233 -msgid "General Setup" +#: ../../godmode/servers/manage_recontask_form.php:294 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Ports" msgstr "" -#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:121 -msgid "Visual styles" +#: ../../godmode/servers/manage_recontask_form.php:297 +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 "" -#: ../../godmode/menu.php:261 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" +#: ../../godmode/servers/manage_recontask_form.php:308 +msgid "Choose if the discovery of a new system creates an incident or not." msgstr "" -#: ../../godmode/menu.php:265 ../../godmode/setup/os.php:139 -msgid "Edit OS" +#: ../../godmode/servers/manage_recontask_form.php:311 +msgid "SNMP Default community" msgstr "" -#: ../../godmode/menu.php:276 -msgid "Admin tools" +#: ../../godmode/servers/manage_recontask_form.php:317 +msgid "Explanation" msgstr "" -#: ../../godmode/menu.php:282 -msgid "System audit log" +#: ../../godmode/servers/manage_recontask_form.php:358 +msgid "OS detection" msgstr "" -#: ../../godmode/menu.php:284 ../../godmode/menu.php:409 -#: ../../general/links_menu.php:20 -msgid "Links" +#: ../../godmode/servers/manage_recontask_form.php:362 +msgid "Name resolution" msgstr "" -#: ../../godmode/menu.php:286 -msgid "Update manager" +#: ../../godmode/servers/manage_recontask_form.php:366 +msgid "Parent detection" msgstr "" -#: ../../godmode/menu.php:294 -msgid "DB maintenance" +#: ../../godmode/servers/manage_recontask_form.php:370 +msgid "Parent recursion" msgstr "" -#: ../../godmode/menu.php:299 -msgid "DB information" +#: ../../godmode/servers/manage_recontask_form.php:371 +msgid "" +"Maximum number of parent hosts that will be created if parent detection is " +"enabled." msgstr "" -#: ../../godmode/menu.php:300 ../../godmode/db/db_purge.php:38 -msgid "Database purge" +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" msgstr "" -#: ../../godmode/menu.php:302 -msgid "Database audit" +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" msgstr "" -#: ../../godmode/menu.php:303 -msgid "Database event" +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:177 +msgid "Successfully updated recon task" msgstr "" -#: ../../godmode/menu.php:307 -msgid "Diagnostic info" +#: ../../godmode/servers/manage_recontask.php:75 +#: ../../godmode/servers/manage_recontask.php:180 +msgid "Error updating recon task" msgstr "" -#: ../../godmode/menu.php:310 -msgid "Site news" +#: ../../godmode/servers/manage_recontask.php:161 +#: ../../godmode/servers/manage_recontask.php:231 +msgid "Wrong format in Subnet field" msgstr "" -#: ../../godmode/menu.php:316 ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" +#: ../../godmode/servers/manage_recontask.php:227 +msgid "Recon-task name already exists and incorrect format in Subnet field" msgstr "" -#: ../../godmode/menu.php:327 -msgid "Extension manager" +#: ../../godmode/servers/manage_recontask.php:235 +#: ../../godmode/servers/manage_recontask.php:244 +msgid "Recon-task name already exists" +msgstr "" + +#: ../../godmode/servers/manage_recontask.php:258 +msgid "Successfully created recon task" +msgstr "" + +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Error creating recon task" +msgstr "" + +#: ../../godmode/servers/manage_recontask.php:384 +msgid "There are no recon task configured" +msgstr "" + +#: ../../godmode/servers/modificar_server.php:35 +msgid "Update Server" +msgstr "" + +#: ../../godmode/servers/modificar_server.php:61 +msgid "Remote Configuration" +msgstr "" + +#: ../../godmode/servers/modificar_server.php:66 +msgid "Pandora servers" +msgstr "" + +#: ../../godmode/servers/modificar_server.php:112 +msgid "Server updated successfully" +msgstr "" + +#: ../../godmode/servers/modificar_server.php:115 +msgid "There was a problem updating the server" +msgstr "" + +#: ../../godmode/groups/group_list.php:158 +msgid "Edit or delete groups can cause problems with synchronization" +msgstr "" + +#: ../../godmode/groups/group_list.php:164 +msgid "Groups defined in Pandora" +msgstr "" + +#: ../../godmode/groups/group_list.php:208 +#: ../../godmode/groups/modu_group_list.php:75 +msgid "Group successfully created" +msgstr "" + +#: ../../godmode/groups/group_list.php:211 +#: ../../godmode/groups/modu_group_list.php:78 +msgid "There was a problem creating group" +msgstr "" + +#: ../../godmode/groups/group_list.php:215 +msgid "Each group must have a different name" +msgstr "" + +#: ../../godmode/groups/group_list.php:220 +msgid "Group must have a name" +msgstr "" + +#: ../../godmode/groups/group_list.php:263 +#: ../../godmode/groups/modu_group_list.php:106 +msgid "Group successfully updated" +msgstr "" + +#: ../../godmode/groups/group_list.php:266 +#: ../../godmode/groups/modu_group_list.php:109 +msgid "There was a problem modifying group" +msgstr "" + +#: ../../godmode/groups/group_list.php:291 +#, php-format +msgid "The group is not empty. It is use in %s." +msgstr "" + +#: ../../godmode/groups/group_list.php:295 +#: ../../godmode/groups/modu_group_list.php:138 +msgid "Group successfully deleted" +msgstr "" + +#: ../../godmode/groups/group_list.php:298 +#: ../../godmode/groups/modu_group_list.php:136 +msgid "There was a problem deleting group" +msgstr "" + +#: ../../godmode/groups/group_list.php:387 +msgid "There are no defined groups" +msgstr "" + +#: ../../godmode/groups/group_list.php:393 +#: ../../godmode/groups/configure_group.php:92 +msgid "Create group" +msgstr "" + +#: ../../godmode/groups/configure_group.php:90 +msgid "Update group" +msgstr "" + +#: ../../godmode/groups/configure_group.php:104 +msgid "Update Group" +msgstr "" + +#: ../../godmode/groups/configure_group.php:106 +msgid "Create Group" +msgstr "" + +#: ../../godmode/groups/configure_group.php:142 +msgid "You have not access to the parent." +msgstr "" + +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate ACL" +msgstr "" + +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate the same ACL security into the child subgroups." +msgstr "" + +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact" +msgstr "" + +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact information accessible through the _groupcontact_ macro" +msgstr "" + +#: ../../godmode/groups/configure_group.php:176 +msgid "Information accessible through the _group_other_ macro" +msgstr "" + +#: ../../godmode/groups/configure_group.php:221 +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 "" + +#: ../../godmode/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:82 +#: ../../godmode/groups/modu_group_list.php:113 +msgid "Each module group must have a different name" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:86 +#: ../../godmode/groups/modu_group_list.php:117 +msgid "Module group must have a name" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:208 +msgid "There are no defined module groups" +msgstr "" + +#: ../../godmode/groups/modu_group_list.php:213 +msgid "Create module group" +msgstr "" + +#: ../../godmode/groups/configure_modu_group.php:32 +msgid "Module group management" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#, php-format +msgid "Could not be generated: %s" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 +msgid "SNMP Type" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 +msgid "Generate trap" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "Filter overview" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_filters.php:51 +msgid "There was a problem updating the filter" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_filters.php:63 +msgid "There was a problem creating the filter" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_filters.php:73 +msgid "There was a problem deleting the filter" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_filters.php:98 +msgid "" +"This field contains a substring, could be part of a IP address, a numeric " +"OID, or a plain substring" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:72 +msgid "Update alert" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:80 +msgid "Alert overview" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:227 +msgid "There was a problem creating the alert" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:295 +msgid "There was a problem updating the alert" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:455 +msgid "There was a problem deleting the alert" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:575 +#: ../../godmode/snmpconsole/snmp_alert.php:585 +#: ../../godmode/snmpconsole/snmp_alert.php:595 +#: ../../godmode/snmpconsole/snmp_alert.php:607 +#: ../../godmode/snmpconsole/snmp_alert.php:619 +#: ../../godmode/snmpconsole/snmp_alert.php:631 +#: ../../godmode/snmpconsole/snmp_alert.php:643 +#: ../../godmode/snmpconsole/snmp_alert.php:653 +#: ../../godmode/snmpconsole/snmp_alert.php:663 +#: ../../godmode/snmpconsole/snmp_alert.php:673 +#: ../../godmode/snmpconsole/snmp_alert.php:683 +#: ../../godmode/snmpconsole/snmp_alert.php:692 +#: ../../godmode/snmpconsole/snmp_alert.php:701 +#: ../../godmode/snmpconsole/snmp_alert.php:710 +#: ../../godmode/snmpconsole/snmp_alert.php:719 +#: ../../godmode/snmpconsole/snmp_alert.php:728 +#: ../../godmode/snmpconsole/snmp_alert.php:737 +#: ../../godmode/snmpconsole/snmp_alert.php:745 +#: ../../godmode/snmpconsole/snmp_alert.php:753 +#: ../../godmode/snmpconsole/snmp_alert.php:761 +msgid "Variable bindings/Data" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:840 +#: ../../godmode/snmpconsole/snmp_alert.php:1045 +msgid "Alert action" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:894 +msgid "" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Variable bindings/Datas." +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:913 +msgid "Alert SNMP control filter" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:1006 +msgid "There are no SNMP alerts" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:1054 +msgid "Custom Value/Enterprise String" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +#: ../../include/functions_treeview.php:370 +#: ../../include/functions_reporting_html.php:2136 +#: ../../include/functions_reporting_html.php:2364 +msgid "Times fired" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +msgid "TF." +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:1143 +msgid "ID Alert SNMP" +msgstr "" + +#: ../../godmode/snmpconsole/snmp_alert.php:1367 +msgid "Add action " +msgstr "" + +#: ../../godmode/extensions.php:27 +msgid "Defined extensions" +msgstr "" + +#: ../../godmode/extensions.php:32 +msgid "There are no extensions defined" msgstr "" #: ../../godmode/extensions.php:146 @@ -25915,109 +25036,667 @@ msgstr "" msgid "Agent godmode tab" msgstr "" -#: ../../godmode/events/event_filter.php:154 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" +#: ../../godmode/category/category.php:44 +#: ../../godmode/category/category.php:51 +#: ../../godmode/category/edit_category.php:43 +#: ../../godmode/category/edit_category.php:50 +msgid "List categories" msgstr "" -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" +#: ../../godmode/category/category.php:58 +#: ../../godmode/category/category.php:61 +#: ../../godmode/category/edit_category.php:57 +#: ../../godmode/category/edit_category.php:60 +msgid "Categories configuration" msgstr "" -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" +#: ../../godmode/category/category.php:72 +msgid "Error deleting category" msgstr "" -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" +#: ../../godmode/category/category.php:76 +msgid "Successfully deleted category" msgstr "" -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" +#: ../../godmode/category/category.php:110 +msgid "Category name" msgstr "" -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" +#: ../../godmode/category/category.php:141 +msgid "No categories found" msgstr "" -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" +#: ../../godmode/category/category.php:150 +#: ../../godmode/category/edit_category.php:146 +msgid "Create category" msgstr "" -#: ../../godmode/events/event_responses.editor.php:63 -msgid "Edit event responses" +#: ../../godmode/category/edit_category.php:57 +msgid "Editor" msgstr "" -#: ../../godmode/events/event_responses.editor.php:93 -msgid "For Command type Modal Window mode is enforced" +#: ../../godmode/category/edit_category.php:76 +msgid "Error updating category" msgstr "" -#: ../../godmode/events/event_responses.editor.php:94 -msgid "Modal window" +#: ../../godmode/category/edit_category.php:80 +msgid "Successfully updated category" msgstr "" -#: ../../godmode/events/event_responses.editor.php:94 -msgid "New window" +#: ../../godmode/category/edit_category.php:99 +msgid "Error creating category" msgstr "" -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/alerts/configure_alert_command.php:150 -#: ../../godmode/alerts/configure_alert_action.php:128 -#: ../../godmode/servers/plugin.php:338 ../../godmode/servers/plugin.php:344 -#: ../../godmode/servers/plugin.php:687 -#: ../../godmode/servers/recon_script.php:370 -#: ../../godmode/massive/massive_edit_plugins.php:437 -msgid "Command" +#: ../../godmode/category/edit_category.php:105 +msgid "Successfully created category" msgstr "" -#: ../../godmode/events/event_responses.list.php:38 -msgid "No responses found" +#: ../../godmode/category/edit_category.php:137 +msgid "Update category" msgstr "" -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" +#: ../../godmode/massive/massive_add_action_alerts.php:85 +msgid "No alerts selected" msgstr "" -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" +#: ../../godmode/massive/massive_add_action_alerts.php:105 +msgid "No action selected" msgstr "" -#: ../../godmode/events/custom_events.php:133 -msgid "Default event fields will be loaded. Do you want to continue?" +#: ../../godmode/massive/massive_add_action_alerts.php:142 +#: ../../godmode/massive/massive_delete_action_alerts.php:145 +msgid "Agents with templates" msgstr "" -#: ../../godmode/events/events.php:41 -#: ../../godmode/netflow/nf_edit_form.php:55 -msgid "Filter list" -msgstr "" - -#: ../../godmode/events/event_edit_filter.php:159 -#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88 -#: ../../godmode/modules/manage_nc_groups.php:99 -msgid "Not updated. Error updating data" -msgstr "" - -#: ../../godmode/events/event_edit_filter.php:190 -msgid "Update Filter" -msgstr "" - -#: ../../godmode/events/event_edit_filter.php:193 -msgid "Create Filter" -msgstr "" - -#: ../../godmode/events/event_edit_filter.php:207 +#: ../../godmode/massive/massive_add_action_alerts.php:204 +#: ../../godmode/massive/massive_delete_agents.php:163 +#: ../../godmode/massive/massive_edit_modules.php:645 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_edit_agents.php:487 +#: ../../godmode/massive/massive_copy_modules.php:424 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_delete_alerts.php:265 msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." msgstr "" -#: ../../godmode/events/event_edit_filter.php:273 -msgid "Choose between the users who have validated an event. " +#: ../../godmode/massive/massive_add_tags.php:43 +msgid "No tags selected" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:151 +msgid "Error retrieving the plugin macros" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:158 +msgid "Error retrieving the modified macros" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:172 +msgid "Error retrieving the module plugin macros" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:190 +msgid "Error retrieving the module plugin macros data" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:224 +msgid "Error building the new macros" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:253 +#, php-format +msgid "%d modules updated" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:272 +msgid "There are not registered plugins" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:421 +msgid "Invalid plugin data" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:528 +msgid "Clear" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:556 +msgid "Invalid macros array" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:581 +msgid "Multiple values" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:613 +#: ../../godmode/massive/massive_edit_plugins.php:750 +#: ../../godmode/massive/massive_edit_plugins.php:766 +msgid "Invalid agents array" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:629 +msgid "Invalid agent element" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:640 +msgid "Invalid modules array" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:668 +msgid "Invalid module element" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:876 +msgid "There are no modules using this plugin" +msgstr "" + +#: ../../godmode/massive/massive_edit_plugins.php:955 +msgid "There was a problem loading the module plugin macros data" +msgstr "" + +#: ../../godmode/massive/massive_delete_agents.php:57 +#, php-format +msgid "" +"There was an error deleting the agent, the operation has been cancelled " +"Could not delete agent %s" +msgstr "" + +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "" + +#: ../../godmode/massive/massive_delete_agents.php:123 +msgid "Only disabled agents" +msgstr "" + +#: ../../godmode/massive/massive_delete_profiles.php:61 +msgid "Not deleted. You must select an existing user" +msgstr "" + +#: ../../godmode/massive/massive_delete_profiles.php:87 +msgid "Profiles deleted successfully" +msgstr "" + +#: ../../godmode/massive/massive_delete_profiles.php:88 +msgid "Profiles cannot be deleted" +msgstr "" + +#: ../../godmode/massive/massive_standby_alerts.php:154 +msgid "Not standby alerts" +msgstr "" + +#: ../../godmode/massive/massive_standby_alerts.php:165 +#: ../../godmode/massive/massive_standby_alerts.php:169 +msgid "Set standby selected alerts" +msgstr "" + +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Standby alerts" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:59 +msgid "Bulk module copy" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk plugin edit" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122 +msgid "Alerts operations" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120 +msgid "Users operations" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116 +msgid "Agents operations" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117 +msgid "Modules operations" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118 +msgid "Plugins operations" +msgstr "" + +#: ../../godmode/massive/massive_operations.php:239 +msgid "Please wait..." +msgstr "" + +#: ../../godmode/massive/massive_operations.php:276 +msgid "The blank fields will not be updated" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:239 +#: ../../godmode/massive/massive_delete_modules.php:396 +msgid "Selection mode" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:240 +#: ../../godmode/massive/massive_delete_modules.php:397 +msgid "Select modules first" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:242 +#: ../../godmode/massive/massive_delete_modules.php:399 +msgid "Select agents first" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:258 +#: ../../godmode/massive/massive_delete_modules.php:414 +msgid "Select all modules of this type" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:287 +#: ../../godmode/massive/massive_delete_modules.php:443 +msgid "Select all modules of this group" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:293 +#: ../../godmode/massive/massive_delete_modules.php:464 +msgid "Module Status" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:483 +msgid "When select modules" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:486 +msgid "Show common agents" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:315 +#: ../../godmode/massive/massive_delete_modules.php:487 +msgid "Show all agents" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:324 +msgid "Agent Status" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_delete_modules.php:501 +msgid "Show unknown and not init modules" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:359 +msgid "Dynamic Min." +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:479 +msgid "SMNP community" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:563 +msgid "Policy linking status" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:563 +msgid "This field only has sense in modules adopted by a policy." +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:564 +msgid "Linked" +msgstr "" + +#: ../../godmode/massive/massive_edit_modules.php:594 +msgid "The module still store data but the alerts and events will be stop" +msgstr "" + +#: ../../godmode/massive/massive_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:95 +msgid "No values changed" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:124 +msgid "Configuration files deleted successfully" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:125 +msgid "Configuration files cannot be deleted" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:183 +msgid "Agents updated successfully" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:184 +msgid "Agents cannot be updated" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:352 +msgid "Delete available remote configurations" +msgstr "" + +#: ../../godmode/massive/massive_edit_agents.php:384 +msgid "Without status" +msgstr "" + +#: ../../godmode/massive/massive_delete_tags.php:107 +msgid "No tag selected" +msgstr "" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:141 +msgid "Copy alerts" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:150 +msgid "No modules for this agent" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:159 +msgid "No alerts for this agent" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:217 +msgid "To agent(s)" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:434 +#: ../../include/functions_agents.php:527 +msgid "No source agent to copy" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:442 +msgid "No operation selected" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:447 +#: ../../godmode/db/db_refine.php:47 ../../include/functions_agents.php:557 +msgid "No modules have been selected" +msgstr "" + +#: ../../godmode/massive/massive_copy_modules.php:452 +#: ../../include/functions_agents.php:532 +msgid "No destiny agent(s) to copy" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:56 +msgid "No module selected" +msgstr "" + +#: ../../godmode/massive/massive_delete_modules.php:230 +msgid "" +"There was an error deleting the modules, the operation has been cancelled" +msgstr "" + +#: ../../godmode/massive/massive_add_profiles.php:72 +msgid "Profiles added successfully" +msgstr "" + +#: ../../godmode/massive/massive_add_profiles.php:73 +msgid "Profiles cannot be added" +msgstr "" + +#: ../../godmode/massive/massive_delete_action_alerts.php:56 +msgid "Could not be deleted. No agents selected" +msgstr "" + +#: ../../godmode/massive/massive_delete_action_alerts.php:72 +msgid "Could not be deleted. No alerts selected" +msgstr "" + +#: ../../godmode/massive/massive_delete_action_alerts.php:111 +msgid "Could not be deleted. No action selected" +msgstr "" + +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/profile_list.php:53 +msgid "Profiles defined in Pandora" +msgstr "" + +#: ../../godmode/users/configure_profile.php:113 +msgid "Create profile" +msgstr "" + +#: ../../godmode/users/configure_profile.php:119 +msgid "There was a problem loading profile" +msgstr "" + +#: ../../godmode/users/configure_profile.php:219 +msgid "Update profile" +msgstr "" + +#: ../../godmode/users/configure_profile.php:229 +msgid "Update Profile" +msgstr "" + +#: ../../godmode/users/configure_profile.php:231 +msgid "Create Profile" +msgstr "" + +#: ../../godmode/users/configure_profile.php:249 +msgid "View agents" +msgstr "" + +#: ../../godmode/users/configure_profile.php:253 +msgid "Disable agents" +msgstr "" + +#: ../../godmode/users/configure_profile.php:257 +msgid "Edit agents" +msgstr "" + +#: ../../godmode/users/configure_profile.php:264 +msgid "Edit alerts" +msgstr "" + +#: ../../godmode/users/configure_profile.php:279 +msgid "Edit events" +msgstr "" + +#: ../../godmode/users/configure_profile.php:294 +msgid "Edit reports" +msgstr "" + +#: ../../godmode/users/configure_profile.php:298 +msgid "Manage reports" +msgstr "" + +#: ../../godmode/users/configure_profile.php:305 +msgid "View network maps" +msgstr "" + +#: ../../godmode/users/configure_profile.php:309 +msgid "Edit network maps" +msgstr "" + +#: ../../godmode/users/configure_profile.php:313 +msgid "Manage network maps" +msgstr "" + +#: ../../godmode/users/configure_profile.php:320 +#: ../../include/functions_menu.php:486 +msgid "View visual console" +msgstr "" + +#: ../../godmode/users/configure_profile.php:324 +msgid "Edit visual console" +msgstr "" + +#: ../../godmode/users/configure_profile.php:328 +#: ../../include/functions_menu.php:521 +msgid "Manage visual console" +msgstr "" + +#: ../../godmode/users/configure_profile.php:335 +msgid "View incidents" +msgstr "" + +#: ../../godmode/users/configure_profile.php:339 +msgid "Edit incidents" +msgstr "" + +#: ../../godmode/users/configure_profile.php:343 +msgid "Manage incidents" +msgstr "" + +#: ../../godmode/users/configure_profile.php:350 +msgid "Manage users" +msgstr "" + +#: ../../godmode/users/configure_profile.php:357 +msgid "Manage database" +msgstr "" + +#: ../../godmode/users/configure_profile.php:364 +msgid "Pandora management" +msgstr "" + +#: ../../godmode/users/user_list.php:121 +msgid "Users defined in Pandora" +msgstr "" + +#: ../../godmode/users/user_list.php:143 +#, php-format +msgid "Deleted user %s" +msgstr "" + +#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 +msgid "There was a problem deleting the user" +msgstr "" + +#: ../../godmode/users/user_list.php:163 +#, php-format +msgid "Deleted user %s from metaconsole" +msgstr "" + +#: ../../godmode/users/user_list.php:172 +#, php-format +msgid "Deleted user %s from %s" +msgstr "" + +#: ../../godmode/users/user_list.php:175 +#, php-format +msgid "Successfully deleted from %s" +msgstr "" + +#: ../../godmode/users/user_list.php:176 +#, php-format +msgid "There was a problem deleting the user from %s" +msgstr "" + +#: ../../godmode/users/user_list.php:189 +#: ../../godmode/users/profile_list.php:88 +msgid "There was a problem deleting the profile" +msgstr "" + +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" +msgstr "" + +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" +msgstr "" + +#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 +msgid "Search by username, fullname or email" +msgstr "" + +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" +msgstr "" + +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" +msgstr "" + +#: ../../godmode/users/user_list.php:471 +msgid "Deleting User" +msgstr "" + +#: ../../godmode/users/user_list.php:473 +msgid "Delete from all consoles" +msgstr "" + +#: ../../godmode/users/user_list.php:473 +#, php-format +msgid "Deleting User %s from all consoles" +msgstr "" + +#: ../../godmode/users/user_list.php:489 +msgid "Create user" msgstr "" -#: ../../godmode/users/configure_user.php:144 #: ../../godmode/users/user_list.php:493 +#: ../../godmode/users/configure_user.php:144 msgid "" "The current authentication scheme doesn't support creating users from " "Pandora FMS" @@ -26137,180 +25816,6 @@ msgstr "" msgid "With this option enabled, the user will can access to nodes console" msgstr "" -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/profile_list.php:53 -msgid "Profiles defined in Pandora" -msgstr "" - -#: ../../godmode/users/configure_profile.php:113 -msgid "Create profile" -msgstr "" - -#: ../../godmode/users/configure_profile.php:119 -msgid "There was a problem loading profile" -msgstr "" - -#: ../../godmode/users/configure_profile.php:219 -msgid "Update profile" -msgstr "" - -#: ../../godmode/users/configure_profile.php:229 -msgid "Update Profile" -msgstr "" - -#: ../../godmode/users/configure_profile.php:231 -msgid "Create Profile" -msgstr "" - -#: ../../godmode/users/configure_profile.php:248 -msgid "View incidents" -msgstr "" - -#: ../../godmode/users/configure_profile.php:252 -msgid "Edit incidents" -msgstr "" - -#: ../../godmode/users/configure_profile.php:256 -msgid "Manage incidents" -msgstr "" - -#: ../../godmode/users/configure_profile.php:262 -msgid "View agents" -msgstr "" - -#: ../../godmode/users/configure_profile.php:266 -msgid "Edit agents" -msgstr "" - -#: ../../godmode/users/configure_profile.php:270 -msgid "Disable agents" -msgstr "" - -#: ../../godmode/users/configure_profile.php:276 -msgid "Edit alerts" -msgstr "" - -#: ../../godmode/users/configure_profile.php:286 -msgid "Manage users" -msgstr "" - -#: ../../godmode/users/configure_profile.php:292 -msgid "Manage database" -msgstr "" - -#: ../../godmode/users/configure_profile.php:302 -msgid "Edit events" -msgstr "" - -#: ../../godmode/users/configure_profile.php:312 -#: ../../general/shortcut_bar.php:217 -msgid "View reports" -msgstr "" - -#: ../../godmode/users/configure_profile.php:316 -msgid "Edit reports" -msgstr "" - -#: ../../godmode/users/configure_profile.php:320 -msgid "Manage reports" -msgstr "" - -#: ../../godmode/users/configure_profile.php:326 -msgid "View network maps" -msgstr "" - -#: ../../godmode/users/configure_profile.php:330 -msgid "Edit network maps" -msgstr "" - -#: ../../godmode/users/configure_profile.php:334 -msgid "Manage network maps" -msgstr "" - -#: ../../godmode/users/configure_profile.php:344 -msgid "Edit visual console" -msgstr "" - -#: ../../godmode/users/configure_profile.php:354 -msgid "Pandora management" -msgstr "" - -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "" - -#: ../../godmode/users/user_list.php:143 -#, php-format -msgid "Deleted user %s" -msgstr "" - -#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 -msgid "There was a problem deleting the user" -msgstr "" - -#: ../../godmode/users/user_list.php:163 -#, php-format -msgid "Deleted user %s from metaconsole" -msgstr "" - -#: ../../godmode/users/user_list.php:172 -#, php-format -msgid "Deleted user %s from %s" -msgstr "" - -#: ../../godmode/users/user_list.php:175 -#, php-format -msgid "Successfully deleted from %s" -msgstr "" - -#: ../../godmode/users/user_list.php:176 -#, php-format -msgid "There was a problem deleting the user from %s" -msgstr "" - -#: ../../godmode/users/user_list.php:189 -#: ../../godmode/users/profile_list.php:88 -msgid "There was a problem deleting the profile" -msgstr "" - -#: ../../godmode/users/user_list.php:204 -msgid "There was a problem disabling user" -msgstr "" - -#: ../../godmode/users/user_list.php:209 -msgid "There was a problem enabling user" -msgstr "" - -#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 -msgid "Search by username, fullname or email" -msgstr "" - -#: ../../godmode/users/user_list.php:249 -msgid "Users control filter" -msgstr "" - -#: ../../godmode/users/user_list.php:406 ../../godmode/tag/edit_tag.php:200 -#: ../../godmode/tag/tag.php:204 -msgid "Phone" -msgstr "" - -#: ../../godmode/users/user_list.php:471 -msgid "Deleting User" -msgstr "" - -#: ../../godmode/users/user_list.php:473 -msgid "Delete from all consoles" -msgstr "" - -#: ../../godmode/users/user_list.php:473 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "" - -#: ../../godmode/users/user_list.php:489 -msgid "Create user" -msgstr "" - #: ../../godmode/users/profile_list.php:80 msgid "" "Unsucessful delete profile. Because the profile is used by some admin users." @@ -26357,360 +25862,235 @@ msgstr "" msgid "There are no defined profiles" msgstr "" -#: ../../godmode/category/edit_category.php:43 -#: ../../godmode/category/edit_category.php:50 -#: ../../godmode/category/category.php:44 -#: ../../godmode/category/category.php:51 -msgid "List categories" -msgstr "" - -#: ../../godmode/category/edit_category.php:57 -#: ../../godmode/category/edit_category.php:60 -#: ../../godmode/category/category.php:58 -#: ../../godmode/category/category.php:61 -msgid "Categories configuration" -msgstr "" - -#: ../../godmode/category/edit_category.php:57 -msgid "Editor" -msgstr "" - -#: ../../godmode/category/edit_category.php:76 -msgid "Error updating category" -msgstr "" - -#: ../../godmode/category/edit_category.php:80 -msgid "Successfully updated category" -msgstr "" - -#: ../../godmode/category/edit_category.php:99 -msgid "Error creating category" -msgstr "" - -#: ../../godmode/category/edit_category.php:105 -msgid "Successfully created category" -msgstr "" - -#: ../../godmode/category/edit_category.php:137 -msgid "Update category" -msgstr "" - -#: ../../godmode/category/edit_category.php:146 -#: ../../godmode/category/category.php:150 -msgid "Create category" -msgstr "" - -#: ../../godmode/category/category.php:72 -msgid "Error deleting category" -msgstr "" - -#: ../../godmode/category/category.php:76 -msgid "Successfully deleted category" -msgstr "" - -#: ../../godmode/category/category.php:110 -msgid "Category name" -msgstr "" - -#: ../../godmode/category/category.php:141 -msgid "No categories found" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:72 -msgid "Update alert" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:80 -msgid "Alert overview" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:227 -msgid "There was a problem creating the alert" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:295 -msgid "There was a problem updating the alert" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:455 -msgid "There was a problem deleting the alert" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:575 -#: ../../godmode/snmpconsole/snmp_alert.php:585 -#: ../../godmode/snmpconsole/snmp_alert.php:595 -#: ../../godmode/snmpconsole/snmp_alert.php:607 -#: ../../godmode/snmpconsole/snmp_alert.php:619 -#: ../../godmode/snmpconsole/snmp_alert.php:631 -#: ../../godmode/snmpconsole/snmp_alert.php:643 -#: ../../godmode/snmpconsole/snmp_alert.php:653 -#: ../../godmode/snmpconsole/snmp_alert.php:663 -#: ../../godmode/snmpconsole/snmp_alert.php:673 -#: ../../godmode/snmpconsole/snmp_alert.php:683 -#: ../../godmode/snmpconsole/snmp_alert.php:692 -#: ../../godmode/snmpconsole/snmp_alert.php:701 -#: ../../godmode/snmpconsole/snmp_alert.php:710 -#: ../../godmode/snmpconsole/snmp_alert.php:719 -#: ../../godmode/snmpconsole/snmp_alert.php:728 -#: ../../godmode/snmpconsole/snmp_alert.php:737 -#: ../../godmode/snmpconsole/snmp_alert.php:745 -#: ../../godmode/snmpconsole/snmp_alert.php:753 -#: ../../godmode/snmpconsole/snmp_alert.php:761 -msgid "Variable bindings/Data" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:840 -#: ../../godmode/snmpconsole/snmp_alert.php:1045 -msgid "Alert action" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:894 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:913 -msgid "Alert SNMP control filter" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -msgid "There are no SNMP alerts" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:1054 -msgid "Custom Value/Enterprise String" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "TF." -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:1143 -msgid "ID Alert SNMP" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_alert.php:1367 -msgid "Add action " -msgstr "" - -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "Filter overview" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_filters.php:51 -msgid "There was a problem updating the filter" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_filters.php:63 -msgid "There was a problem creating the filter" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_filters.php:73 -msgid "There was a problem deleting the filter" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_filters.php:98 -msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"OID, or a plain substring" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#: ../../godmode/update_manager/update_manager.online.php:45 #, php-format -msgid "Could not be generated: %s" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 -msgid "SNMP Type" -msgstr "" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 -msgid "Generate trap" -msgstr "" - -#: ../../godmode/gis_maps/index.php:65 -#: ../../godmode/gis_maps/configure_gis_map.php:212 -msgid "GIS Maps builder" -msgstr "" - -#: ../../godmode/gis_maps/index.php:70 -#: ../../godmode/reporting/map_builder.php:207 -msgid "Map name" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:100 -msgid "Map successfully created" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:101 -msgid "Map could not be created" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:192 -msgid "Map successfully update" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:193 -msgid "Map could not be updated" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:209 -msgid "View GIS" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Map Name" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Descriptive name for the map" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 -msgid "Add Map connection" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 msgid "" -"At least one map connection must be defined, it will be possible to change " -"between the connections in the map" +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:356 -msgid "Group that owns the map" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom level when opening the map" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:362 -msgid "Center Latitude" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:365 -msgid "Center Longitude" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:368 -msgid "Center Altitude" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:371 -msgid "Default Latitude" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:374 -msgid "Default Longitude" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:377 -msgid "Default Altitude" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 -msgid "Layers" -msgstr "" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 +#: ../../godmode/update_manager/update_manager.online.php:52 +#, php-format msgid "" -"Each layer can show agents from one group or the agents added to that layer " -"or both." +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "List of layers" +#: ../../godmode/update_manager/update_manager.online.php:59 +#, 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 "" -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "It is possible to edit, delete and reorder the layers." +#: ../../godmode/update_manager/update_manager.online.php:74 +msgid "The last version of package installed is:" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:389 -msgid "New layer" +#: ../../godmode/update_manager/update_manager.online.php:79 +msgid "Checking for the newest package." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:397 -msgid "Layer name" +#: ../../godmode/update_manager/update_manager.online.php:83 +msgid "Downloading for the newest package." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:399 -msgid "Visible" +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +msgid "Mark as not read" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:403 -msgid "Show agents from group" +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +msgid "Mark as read" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:415 -msgid "Add agent" +#: ../../godmode/update_manager/update_manager.messages.php:186 +msgid "There is not any update manager messages." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:431 -msgid "List of Agents to be shown in the layer" +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:438 -#: ../../godmode/gis_maps/configure_gis_map.php:614 -#: ../../godmode/gis_maps/configure_gis_map.php:625 -msgid "Save Layer" +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:457 -msgid "Update map" +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:658 -#: ../../godmode/gis_maps/configure_gis_map.php:714 -msgid "Update Layer" +#: ../../godmode/update_manager/update_manager.offline.php:40 +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 "" -#: ../../godmode/gis_maps/configure_gis_map.php:780 -msgid "Do you want to use the default data from the connection?" +#: ../../godmode/update_manager/update_manager.offline.php:41 +msgid "Click on the file below to begin." msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "The connection" +#: ../../godmode/update_manager/update_manager.offline.php:42 +msgid "Updating" msgstr "" -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "just added previously." +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." msgstr "" -#: ../../godmode/alerts/alert_commands.php:242 -msgid "Alert commands" +#: ../../godmode/update_manager/update_manager.offline.php:44 +msgid "If there are any database change, it will be applied on the next login." msgstr "" -#: ../../godmode/alerts/alert_commands.php:365 -msgid "No alert commands configured" +#: ../../godmode/update_manager/update_manager.offline.php:45 +msgid "Package not updated." msgstr "" -#: ../../godmode/alerts/configure_alert_special_days.php:52 +#: ../../godmode/update_manager/update_manager.php:39 +msgid "Offline update manager" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:43 +msgid "Online update manager" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:50 +msgid "Update manager messages" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:55 +msgid "Update manager » Setup" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:58 +msgid "Update manager » Offline" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:61 +msgid "Update manager » Online" +msgstr "" + +#: ../../godmode/update_manager/update_manager.php:64 +msgid "Update manager » Messages" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:58 +#: ../../godmode/update_manager/update_manager.setup.php:87 +msgid "Succesful Update the url config vars." +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:59 +#: ../../godmode/update_manager/update_manager.setup.php:88 +msgid "Unsuccesful Update the url config vars." +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:100 +msgid "URL update manager:" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:102 +msgid "URL update manager" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:104 +msgid "Proxy server:" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:106 +msgid "Proxy server" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:108 +msgid "Proxy port:" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:110 +msgid "Proxy port" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:112 +msgid "Proxy user:" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:114 +msgid "Proxy user" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:116 +msgid "Proxy password:" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:118 +msgid "Proxy password" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:122 +msgid "Pandora FMS community reminder" +msgstr "" + +#: ../../godmode/update_manager/update_manager.setup.php:123 +msgid "" +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" +msgstr "" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Pandora audit" +msgstr "" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Review Logs" +msgstr "" + +#: ../../godmode/admin_access_logs.php:303 +msgid "Export to CSV " +msgstr "" + +#: ../../godmode/alerts/configure_alert_special_days.php:55 msgid "Configure special day" msgstr "" -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_special_days.php:235 msgid "Same day of the week" msgstr "" +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "" + +#: ../../godmode/alerts/alert_list.php:80 +msgid "Already added" +msgstr "" + +#: ../../godmode/alerts/alert_list.php:314 +#: ../../godmode/alerts/alert_view.php:61 +#: ../../godmode/alerts/alert_view.php:62 +#: ../../godmode/alerts/alert_view.php:63 +msgid "List alerts" +msgstr "" + +#: ../../godmode/alerts/alert_list.php:318 +msgid "Builder alert" +msgstr "" + +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +msgid "Alert actions" +msgstr "" + +#: ../../godmode/alerts/alert_actions.php:398 +msgid "No alert actions configured" +msgstr "" + #: ../../godmode/alerts/configure_alert_command.php:42 msgid "Configure alert command" msgstr "" @@ -26734,169 +26114,127 @@ msgstr "" msgid "Field %s values" msgstr "" -#: ../../godmode/alerts/alert_special_days.php:230 -msgid "No special days configured" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:495 -#: ../../godmode/alerts/alert_list.builder.php:101 -msgid "Create Template" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:532 -#: ../../godmode/alerts/alert_view.php:298 -msgid "Use special days list" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:556 -#: ../../godmode/alerts/alert_list.builder.php:116 -msgid "Default action" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:580 -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 "" - -#: ../../godmode/alerts/configure_alert_template.php:582 -msgid "Condition type" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:589 -msgid "Trigger when matches the value" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:601 -msgid "The regular expression is valid" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:606 -msgid "The regular expression is not valid" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:647 -msgid "Alert recovery" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:655 -#: ../../godmode/alerts/alert_view.php:438 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Firing fields" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:656 -msgid "Recovery fields" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:734 -msgid "No wizard" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:804 -#, php-format -msgid "The alert would fire when the value doesn\\'t match %s" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:809 -#: ../../godmode/alerts/alert_view.php:170 -msgid "The alert would fire when the value is below " -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:810 -#: ../../godmode/alerts/alert_view.php:174 -msgid "The alert would fire when the value is above " -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:813 -#: ../../godmode/alerts/alert_view.php:179 -msgid "The alert would fire when the module value changes" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:814 -#: ../../godmode/alerts/alert_view.php:182 -msgid "The alert would fire when the module value does not change" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:815 -#: ../../godmode/alerts/alert_view.php:192 -msgid "The alert would fire when the module is in unknown status" -msgstr "" - -#: ../../godmode/alerts/configure_alert_template.php:816 -msgid "" -"The alert template cannot have the same value for min and max thresholds." -msgstr "" - -#: ../../godmode/alerts/alert_list.php:77 -msgid "Already added" -msgstr "" - -#: ../../godmode/alerts/alert_list.php:284 -#: ../../godmode/alerts/alert_view.php:61 -#: ../../godmode/alerts/alert_view.php:62 -#: ../../godmode/alerts/alert_view.php:63 -msgid "List alerts" -msgstr "" - -#: ../../godmode/alerts/alert_list.php:288 -msgid "Builder alert" -msgstr "" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "" - -#: ../../godmode/alerts/alert_list.list.php:117 +#: ../../godmode/alerts/alert_list.list.php:124 msgid "Field content" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:126 +#: ../../godmode/alerts/alert_list.list.php:133 msgid "Enabled / Disabled" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:495 +#: ../../godmode/alerts/alert_list.list.php:505 #: ../../godmode/alerts/alert_view.php:356 msgid "" "The default actions will be executed every time that the alert is fired and " "no other action is executed" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:540 +#: ../../godmode/alerts/alert_list.list.php:552 msgid "Delete action" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:696 +#: ../../godmode/alerts/alert_list.list.php:559 +#: ../../godmode/alerts/alert_list.list.php:871 +msgid "Update action" +msgstr "" + +#: ../../godmode/alerts/alert_list.list.php:718 msgid "View alert advanced details" msgstr "" -#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:729 msgid "No alerts defined" msgstr "" -#: ../../godmode/alerts/configure_alert_action.php:57 -#: ../../godmode/alerts/configure_alert_action.php:66 -msgid "Configure alert action" +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +#: ../../include/functions_events.php:2138 +msgid "Alert details" msgstr "" -#: ../../godmode/alerts/configure_alert_action.php:98 -msgid "Update Action" +#: ../../godmode/alerts/alert_view.php:106 +#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 +#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 +msgid "Stand by" msgstr "" -#: ../../godmode/alerts/configure_alert_action.php:148 -#: ../../godmode/alerts/alert_view.php:420 -msgid "Firing" +#: ../../godmode/alerts/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:839 +#: ../../include/functions_ui.php:999 +msgid "The alert would fire when the value matches " msgstr "" -#: ../../godmode/alerts/configure_alert_action.php:149 -msgid "Recovery" +#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1002 +msgid "" +"The alert would fire when the value doesn't match " msgstr "" -#: ../../godmode/alerts/configure_alert_action.php:153 -#: ../../godmode/alerts/alert_view.php:508 -#: ../../godmode/alerts/alert_view.php:595 -#: ../../godmode/servers/plugin.php:331 -msgid "Command preview" +#: ../../godmode/alerts/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:841 +#: ../../include/functions_ui.php:990 +msgid "The alert would fire when the value is " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:156 +#: ../../godmode/alerts/configure_alert_template.php:842 +#: ../../include/functions_ui.php:994 +msgid "The alert would fire when the value is not " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:161 +#: ../../godmode/alerts/configure_alert_template.php:843 +#: ../../include/functions_ui.php:1008 +msgid "" +"The alert would fire when the value is between and " +"" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1011 +msgid "" +"The alert would fire when the value is not between " +"and " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:170 +#: ../../godmode/alerts/configure_alert_template.php:845 +msgid "The alert would fire when the value is below " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:174 +#: ../../godmode/alerts/configure_alert_template.php:846 +msgid "The alert would fire when the value is above " +msgstr "" + +#: ../../godmode/alerts/alert_view.php:179 +#: ../../godmode/alerts/configure_alert_template.php:849 +msgid "The alert would fire when the module value changes" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:182 +#: ../../godmode/alerts/configure_alert_template.php:850 +msgid "The alert would fire when the module value does not change" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:186 +#: ../../godmode/alerts/configure_alert_template.php:847 +#: ../../include/functions_ui.php:1025 +msgid "The alert would fire when the module is in warning status" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:189 +#: ../../godmode/alerts/configure_alert_template.php:848 +#: ../../include/functions_ui.php:1030 +msgid "The alert would fire when the module is in critical status" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:192 +#: ../../godmode/alerts/configure_alert_template.php:851 +msgid "The alert would fire when the module is in unknown status" +msgstr "" + +#: ../../godmode/alerts/alert_view.php:298 +#: ../../godmode/alerts/configure_alert_template.php:536 +msgid "Use special days list" msgstr "" #: ../../godmode/alerts/alert_view.php:310 @@ -26922,10 +26260,21 @@ msgstr "" msgid "Select the action" msgstr "" +#: ../../godmode/alerts/alert_view.php:420 +#: ../../godmode/alerts/configure_alert_action.php:148 +msgid "Firing" +msgstr "" + #: ../../godmode/alerts/alert_view.php:421 msgid "Recovering" msgstr "" +#: ../../godmode/alerts/alert_view.php:438 +#: ../../godmode/alerts/alert_view.php:532 +#: ../../godmode/alerts/configure_alert_template.php:665 +msgid "Firing fields" +msgstr "" + #: ../../godmode/alerts/alert_view.php:439 msgid "" "Fields passed to the command executed by this action when the alert is fired" @@ -27003,1711 +26352,409 @@ msgstr "" msgid "Latest value" msgstr "" -#: ../../godmode/alerts/alert_list.builder.php:141 +#: ../../godmode/alerts/alert_list.builder.php:94 +#: ../../godmode/alerts/configure_alert_template.php:564 +msgid "Default action" +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:131 +#: ../../godmode/alerts/configure_alert_template.php:499 +msgid "Create Template" +msgstr "" + +#: ../../godmode/alerts/alert_list.builder.php:144 msgid "Add alert" msgstr "" -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -msgid "Alert actions" +#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:165 +#: ../../godmode/menu.php:166 +msgid "Special days list" msgstr "" -#: ../../godmode/alerts/alert_actions.php:398 -msgid "No alert actions configured" +#: ../../godmode/alerts/alert_special_days.php:86 +msgid "Skipped dates: " msgstr "" -#: ../../godmode/agentes/agent_incidents.php:67 -msgid "No incidents associated to this agent" +#: ../../godmode/alerts/alert_special_days.php:106 +msgid "Success to upload iCalendar" msgstr "" -#: ../../godmode/agentes/agent_manager.php:155 -msgid "The agent's name must be the same as the one defined at the console" +#: ../../godmode/alerts/alert_special_days.php:106 +msgid "Fail to upload iCalendar" msgstr "" -#: ../../godmode/agentes/agent_manager.php:158 -msgid "QR Code Agent view" +#: ../../godmode/alerts/alert_special_days.php:232 +msgid "iCalendar(.ics) file" msgstr "" -#: ../../godmode/agentes/agent_manager.php:191 -msgid "You can remotely edit this agent configuration" +#: ../../godmode/alerts/alert_special_days.php:254 +msgid "Overwrite" msgstr "" -#: ../../godmode/agentes/agent_manager.php:198 -msgid "Delete agent" +#: ../../godmode/alerts/alert_special_days.php:255 +msgid "Check this box, if you want to overwrite existing same days." msgstr "" -#: ../../godmode/agentes/agent_manager.php:227 -msgid "Only it is show when
the agent is saved." +#: ../../godmode/alerts/alert_special_days.php:273 +msgid "Display range: " msgstr "" -#: ../../godmode/agentes/agent_manager.php:241 -#: ../../godmode/massive/massive_edit_agents.php:275 -msgid "Cascade protection" +#: ../../godmode/alerts/alert_special_days.php:422 +msgid "Same as " msgstr "" -#: ../../godmode/agentes/agent_manager.php:296 -#: ../../godmode/agentes/module_manager_editor_common.php:314 -#: ../../godmode/groups/configure_group.php:167 -#: ../../godmode/massive/massive_edit_agents.php:333 -msgid "Custom ID" +#: ../../godmode/alerts/configure_alert_action.php:57 +#: ../../godmode/alerts/configure_alert_action.php:66 +msgid "Configure alert action" msgstr "" -#: ../../godmode/agentes/agent_manager.php:300 -#: ../../godmode/massive/massive_edit_agents.php:337 -msgid "Module definition" +#: ../../godmode/alerts/configure_alert_action.php:98 +msgid "Update Action" msgstr "" -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/massive/massive_edit_agents.php:339 -msgid "Learning mode" +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" msgstr "" -#: ../../godmode/agentes/agent_manager.php:305 -#: ../../godmode/massive/massive_edit_agents.php:340 -msgid "Normal mode" +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" msgstr "" -#: ../../godmode/agentes/agent_manager.php:313 -#: ../../godmode/massive/massive_edit_agents.php:346 -msgid "Active" +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" msgstr "" -#: ../../godmode/agentes/agent_manager.php:320 -#: ../../godmode/agentes/agent_manager.php:342 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Not available" +#: ../../godmode/alerts/configure_alert_template.php:63 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../include/functions_menu.php:483 +msgid "Configure alert template" msgstr "" -#: ../../godmode/agentes/agent_manager.php:351 -#: ../../godmode/massive/massive_edit_agents.php:382 -msgid "Agent icon" +#: ../../godmode/alerts/configure_alert_template.php:557 +msgid "Reset counter when alert is not continuously" msgstr "" -#: ../../godmode/agentes/agent_manager.php:351 -msgid "Agent icon for GIS Maps." -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:380 -#: ../../godmode/agentes/agent_conf_gis.php:78 -#: ../../godmode/massive/massive_edit_agents.php:391 -msgid "Ignore new GIS data:" -msgstr "" - -#: ../../godmode/agentes/agent_manager.php:395 -#: ../../godmode/massive/massive_edit_agents.php:398 -msgid "The agent still runs but the alerts and events will be stop" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:62 -msgid "Agents defined in Pandora" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Success deleted agent." -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Could not be deleted." -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:94 -msgid "Maybe the files conf or md5 could not be deleted" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:144 -msgid "Show Agents" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:146 -msgid "Everyone" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:147 -msgid "Only disabled" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:148 -msgid "Only enabled" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:425 -msgid "Remote agent configuration" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:425 -msgid "R" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:523 -msgid "Edit remote config" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:550 -msgid "Enable agent" -msgstr "" - -#: ../../godmode/agentes/modificar_agente.php:555 -msgid "Disable agent" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_plugin.php:44 -msgid "Plugin server module" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:68 -msgid "Using module component" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:237 -#: ../../godmode/agentes/module_manager_editor_common.php:257 -msgid "Min. " -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:351 -#: ../../godmode/agentes/module_manager.php:674 +#: ../../godmode/alerts/configure_alert_template.php:557 msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." +"Enable this option if you want to reset the counter for minimum number of " +"alerts when the alert state is not continuously even if it's in the time " +"threshold." msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:375 -msgid "Any value below this number is discarted." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:377 -msgid "Any value over this number is discarted." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:380 -#: ../../godmode/massive/massive_edit_modules.php:501 -msgid "Export target" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:390 +#: ../../godmode/alerts/configure_alert_template.php:588 msgid "" -"In case you use an Export server you can link this module and export data to " -"one these." +"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 "" -#: ../../godmode/agentes/module_manager_editor_common.php:409 -#: ../../godmode/massive/massive_edit_modules.php:521 -msgid "FF interval" +#: ../../godmode/alerts/configure_alert_template.php:590 +msgid "Condition type" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:412 -#: ../../godmode/massive/massive_edit_modules.php:522 -msgid "Module execution flip flop time interval (in secs)." +#: ../../godmode/alerts/configure_alert_template.php:597 +msgid "Trigger when matches the value" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:507 -msgid "Tags from policy" +#: ../../godmode/alerts/configure_alert_template.php:609 +msgid "The regular expression is valid" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:520 -msgid "The module still stores data but the alerts and events will be stop" +#: ../../godmode/alerts/configure_alert_template.php:614 +msgid "The regular expression is not valid" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Cron" +#: ../../godmode/alerts/configure_alert_template.php:657 +msgid "Alert recovery" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "" -"If cron is set the module interval is ignored and the module runs on the " -"specified date and time" +#: ../../godmode/alerts/configure_alert_template.php:666 +msgid "Recovery fields" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:544 -#: ../../godmode/massive/massive_edit_modules.php:575 -msgid "Timeout" +#: ../../godmode/alerts/configure_alert_template.php:769 +msgid "No wizard" msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:579 -msgid "Seconds that agent will wait for the execution of the module." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:547 -msgid "Retries" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:548 -msgid "Number of retries that the module will attempt to run." -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:587 -#: ../../godmode/agentes/module_manager_editor.php:467 -msgid "Custom macros" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:619 -msgid "Add relationship" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Changes" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Activate this to prevent the relation from being updated or deleted" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297 -msgid "No agent selected or the agent does not exist" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 -msgid "Successfully modules created" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "Some required fields are missed" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "name" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 -msgid "Processing error" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704 -#: ../../godmode/agentes/module_manager_editor_network.php:82 -#: ../../godmode/modules/manage_network_components_form_network.php:50 -msgid "SNMP community" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707 -#: ../../godmode/agentes/module_manager_editor_network.php:94 -#: ../../godmode/massive/massive_edit_modules.php:463 -#: ../../godmode/modules/manage_network_components_form_network.php:40 -msgid "SNMP version" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728 -msgid "privacy pass" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 -msgid "SNMP Walk" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 -msgid "Unable to do SNMP walk" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 -msgid "Interfaces" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:370 -msgid "Create modules" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:93 -msgid "Prediction server module" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:96 -msgid "Source module" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:124 -#: ../../godmode/agentes/module_manager_editor_prediction.php:149 -msgid "Select Module" -msgstr "" - -#: ../../godmode/agentes/agent_conf_gis.php:53 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" - -#: ../../godmode/agentes/agent_conf_gis.php:60 -msgid "Agent position" -msgstr "" - -#: ../../godmode/agentes/agent_conf_gis.php:66 -msgid "Latitude: " -msgstr "" - -#: ../../godmode/agentes/agent_conf_gis.php:70 -msgid "Longitude: " -msgstr "" - -#: ../../godmode/agentes/agent_conf_gis.php:74 -msgid "Altitude: " -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:41 -#: ../../godmode/agentes/planned_downtime.list.php:52 -#: ../../general/firts_task/planned_downtime.php:25 -msgid "Planned Downtime" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:109 -#: ../../godmode/agentes/planned_downtime.editor.php:181 -#: ../../godmode/agentes/planned_downtime.editor.php:910 -msgid "This elements cannot be modified while the downtime is being executed" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:312 -msgid "Cannot be modified while the downtime is being executed" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:479 -msgid "Quiet: Modules will not generate events or fire alerts." -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:480 -msgid "Disable Agents: Disables the selected agents." -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:481 -msgid "Disable Alerts: Disable alerts for the selected agents." -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:483 -#: ../../godmode/agentes/planned_downtime.list.php:426 -msgid "Disabled Agents" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:484 -#: ../../godmode/agentes/planned_downtime.list.php:427 -msgid "Disabled only Alerts" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:151 -msgid "Once" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:489 -#: ../../godmode/agentes/planned_downtime.list.php:151 -#: ../../godmode/agentes/planned_downtime.list.php:432 -msgid "Periodically" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -msgid "Configure the time" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:525 -msgid "Type Periodicity:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:563 -msgid "From day:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:569 -msgid "To day:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:580 -msgid "From hour:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:588 -msgid "To hour:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:631 -msgid "Available agents" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:683 -msgid "Available modules:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:684 -msgid "Only for type Quiet for downtimes." -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:698 -msgid "Agents planned for this downtime" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:713 -msgid "There are no agents" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:748 -msgid "All alerts" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:751 -msgid "Entire agent" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/agentes/planned_downtime.editor.php:860 -msgid "All modules" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:758 -#: ../../godmode/agentes/planned_downtime.editor.php:852 -#: ../../godmode/agentes/planned_downtime.editor.php:856 -msgid "Some modules" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:824 -msgid "Add Module:" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:1040 -msgid "Please select a module." -msgstr "" - -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -msgid "" -"WARNING: If you edit this planned downtime, the data of future SLA reports " -"may be altered" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "The SNMP remote plugin doesnt seem to be installed" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "It is necessary to use some features" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "" -"Please, install the SNMP remote plugin (The name of the plugin must be " -"snmp_remote.pl)" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252 -msgid "Remote system doesnt support host SNMP information" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331 -msgid "The number of bytes read from this device since boot" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333 -msgid "The number of bytes written to this device since boot" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335 -msgid "The number of read accesses from this device since boot" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337 -msgid "The number of write accesses from this device since boot" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512 +#: ../../godmode/alerts/configure_alert_template.php:840 #, php-format -msgid "Check if the process %s is running or not" +msgid "The alert would fire when the value doesn\\'t match %s" msgstr "" -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 -msgid "Disk use information" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 -#, php-format -msgid "%s modules created succesfully" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 -#, php-format -msgid "Error creating %s modules" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:235 -#, php-format -msgid "%s modules already exist" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 -msgid "Modules created succesfully" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +#: ../../godmode/alerts/configure_alert_template.php:844 msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" +"The alert would fire when the value is not between and " msgstr "" -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780 -msgid "Devices" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -msgid "Processes" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -msgid "Free space on disk" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783 -msgid "Temperature sensors" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784 -msgid "Other SNMP data" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:306 -msgid "Wizard mode" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 -msgid "SNMP remote plugin is necessary for this feature" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:349 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:351 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:353 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:355 -msgid "Add to modules list" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:359 -msgid "Remove from modules list" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920 -msgid "Device" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968 -msgid "Temperature" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:492 -msgid "Modules list is empty" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_data.php:17 -msgid "Data server module" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:44 -msgid "An error occurred while migrating the malformed planned downtimes" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:45 -msgid "Please run the migration again or contact with the administrator" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:77 -msgid "An error occurred stopping the planned downtime" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:99 -msgid "This planned downtime is running" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:152 -msgid "Execution type" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:154 -msgid "Show past downtimes" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:356 -#: ../../godmode/agentes/planned_downtime.export_csv.php:199 -msgid "No planned downtime" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:389 -msgid "Name #Ag." -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:398 -#: ../../godmode/agentes/planned_downtime.list.php:454 -msgid "Stop downtime" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:431 -msgid "once" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:440 -msgid "Not running" -msgstr "" - -#: ../../godmode/agentes/planned_downtime.list.php:533 +#: ../../godmode/alerts/configure_alert_template.php:852 msgid "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"The alert template cannot have the same value for min and max thresholds." msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "WARNING: There are malformed planned downtimes" +#: ../../godmode/gis_maps/configure_gis_map.php:111 +msgid "Map successfully created" msgstr "" -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "Do you want to migrate automatically the malformed items?" +#: ../../godmode/gis_maps/configure_gis_map.php:112 +msgid "Map could not be created" msgstr "" -#: ../../godmode/agentes/module_manager_editor_network.php:58 -msgid "Network server module" +#: ../../godmode/gis_maps/configure_gis_map.php:201 +msgid "Map successfully update" msgstr "" -#: ../../godmode/agentes/module_manager_editor_network.php:112 -msgid "SNMP OID" +#: ../../godmode/gis_maps/configure_gis_map.php:202 +msgid "Map could not be updated" msgstr "" -#: ../../godmode/agentes/module_manager_editor_network.php:130 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" +#: ../../godmode/gis_maps/configure_gis_map.php:219 +msgid "View GIS" msgstr "" -#: ../../godmode/agentes/module_manager_editor_network.php:136 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" +#: ../../godmode/gis_maps/configure_gis_map.php:222 +msgid "GIS Maps builder" msgstr "" -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:470 -#: ../../godmode/massive/massive_edit_modules.php:474 -msgid "The pass length must be eight character minimum." +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Map Name" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:440 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Descriptive name for the map" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:441 +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "Add Map connection" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 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" +"At least one map connection must be defined, it will be possible to change " +"between the connections in the map" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:469 -msgid "Module relations" +#: ../../godmode/gis_maps/configure_gis_map.php:366 +msgid "Group that owns the map" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:518 -msgid "No module to predict" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "No plug-in provided" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom level when opening the map" msgstr "" -#: ../../godmode/agentes/module_manager_editor.php:542 +#: ../../godmode/gis_maps/configure_gis_map.php:372 +msgid "Center Latitude" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:375 +msgid "Center Longitude" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:378 +msgid "Center Altitude" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:381 +msgid "Default Latitude" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:384 +msgid "Default Longitude" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:387 +msgid "Default Altitude" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "Layers" +msgstr "" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." +"Each layer can show agents from one group or the agents added to that layer " +"or both." msgstr "" -#: ../../godmode/agentes/module_manager.php:70 -msgid "Create a new data server module" +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "List of layers" msgstr "" -#: ../../godmode/agentes/module_manager.php:72 -msgid "Create a new network server module" +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "It is possible to edit, delete and reorder the layers." msgstr "" -#: ../../godmode/agentes/module_manager.php:74 -msgid "Create a new plugin server module" +#: ../../godmode/gis_maps/configure_gis_map.php:399 +msgid "New layer" msgstr "" -#: ../../godmode/agentes/module_manager.php:76 -msgid "Create a new WMI server module" +#: ../../godmode/gis_maps/configure_gis_map.php:407 +msgid "Layer name" msgstr "" -#: ../../godmode/agentes/module_manager.php:78 -msgid "Create a new prediction server module" +#: ../../godmode/gis_maps/configure_gis_map.php:409 +msgid "Visible" msgstr "" -#: ../../godmode/agentes/module_manager.php:134 -msgid "Get more modules in Pandora FMS Library" +#: ../../godmode/gis_maps/configure_gis_map.php:413 +msgid "Show agents from group" msgstr "" -#: ../../godmode/agentes/module_manager.php:161 -msgid "Nice try buddy" +#: ../../godmode/gis_maps/configure_gis_map.php:425 +msgid "Add agent" msgstr "" -#: ../../godmode/agentes/module_manager.php:258 -#, php-format -msgid "There was a problem deleting %s modules, none deleted." +#: ../../godmode/gis_maps/configure_gis_map.php:441 +msgid "List of Agents to be shown in the layer" msgstr "" -#: ../../godmode/agentes/module_manager.php:263 -msgid "All Modules deleted succesfully" +#: ../../godmode/gis_maps/configure_gis_map.php:448 +#: ../../godmode/gis_maps/configure_gis_map.php:624 +#: ../../godmode/gis_maps/configure_gis_map.php:635 +msgid "Save Layer" msgstr "" -#: ../../godmode/agentes/module_manager.php:267 -#, php-format -msgid "There was a problem only deleted %s modules of %s total." +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +msgid "Save map" msgstr "" -#: ../../godmode/agentes/module_manager.php:710 -msgid "Normalize" +#: ../../godmode/gis_maps/configure_gis_map.php:467 +msgid "Update map" msgstr "" -#: ../../godmode/agentes/module_manager.php:716 -msgid "Normalize (Disabled)" +#: ../../godmode/gis_maps/configure_gis_map.php:668 +#: ../../godmode/gis_maps/configure_gis_map.php:724 +msgid "Update Layer" msgstr "" -#: ../../godmode/agentes/module_manager.php:730 -msgid "Create network component (Disabled)" +#: ../../godmode/gis_maps/configure_gis_map.php:790 +msgid "Do you want to use the default data from the connection?" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:186 -#: ../../godmode/agentes/configurar_agente.php:709 -msgid "There is already an agent in the database with this name" +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "The connection" msgstr "" -#: ../../godmode/agentes/configurar_agente.php:360 -msgid "Agent wizard" +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "just added previously." msgstr "" -#: ../../godmode/agentes/configurar_agente.php:372 -#: ../../godmode/agentes/configurar_agente.php:534 -msgid "SNMP Interfaces wizard" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:377 -#: ../../godmode/agentes/configurar_agente.php:537 -msgid "WMI Wizard" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:545 -msgid "SNMP explorer" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:560 -msgid "Agent manager" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:583 -#: ../../godmode/servers/modificar_server.php:134 -msgid "Conf file deleted successfully" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:584 -#: ../../godmode/servers/modificar_server.php:135 -msgid "Could not delete conf file" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:621 -#: ../../godmode/agentes/configurar_agente.php:626 -msgid "No data to normalize" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:630 -#, php-format -msgid "Deleted data above %f" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:631 -#, php-format -msgid "Error normalizing module %s" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:751 -msgid "There was a problem updating the agent" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:791 -msgid "There was a problem loading the agent" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1118 -msgid "" -"There was a problem updating module. Another module already exists with the " -"same name." -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1121 -msgid "" -"There was a problem updating module. Some required fields are missed: (name)" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1124 -msgid "There was a problem updating module. \"No change\"" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1129 -msgid "There was a problem updating module. Processing error" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1149 -msgid "Module successfully updated" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1253 -msgid "" -"There was a problem adding module. Another module already exists with the " -"same name." -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1256 -msgid "" -"There was a problem adding module. Some required fields are missed : (name)" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1261 -msgid "There was a problem adding module. Processing error" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1279 -#: ../../godmode/reporting/graph_builder.php:230 -msgid "Module added successfully" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1397 -msgid "There was a problem deleting the module" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1400 -msgid "Module deleted succesfully" -msgstr "" - -#: ../../godmode/agentes/configurar_agente.php:1582 -#: ../../godmode/agentes/configurar_agente.php:1592 -msgid "Invalid tab specified" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:112 -#, php-format -msgid "Free space on %s" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:205 -#, php-format -msgid "%s service modules created succesfully" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:208 -#, php-format -msgid "Error creating %s service modules" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:213 -#, php-format -msgid "%s process modules created succesfully" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:216 -#, php-format -msgid "Error creating %s process modules" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:221 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:224 -#, php-format -msgid "Error creating %s disk space modules" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:229 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:232 -#, php-format -msgid "Error creating %s modules from components" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:258 -#: ../../godmode/agentes/module_manager_editor_wmi.php:44 -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -msgid "Namespace" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:275 -msgid "WMI Explore" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:279 -msgid "Unable to do WMI explorer" -msgstr "" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:304 -msgid "WMI components" -msgstr "" - -#: ../../godmode/agentes/agent_template.php:69 -msgid "Created by template " -msgstr "" - -#: ../../godmode/agentes/agent_template.php:152 -msgid "Error adding modules" -msgstr "" - -#: ../../godmode/agentes/agent_template.php:154 -msgid "Error adding modules. The following errors already exists: " -msgstr "" - -#: ../../godmode/agentes/agent_template.php:157 -msgid "Modules successfully added" -msgstr "" - -#: ../../godmode/agentes/agent_template.php:184 -msgid "Assign" -msgstr "" - -#: ../../godmode/agentes/configure_field.php:36 -msgid "Update agent custom field" -msgstr "" - -#: ../../godmode/agentes/configure_field.php:39 -msgid "Create agent custom field" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:31 -msgid "Agents custom fields manager" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:44 -msgid "The name must not be empty" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:47 -msgid "The name must be unique" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:52 -msgid "Field successfully created" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:69 -msgid "Field successfully updated" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:72 -msgid "There was a problem modifying field" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:82 -msgid "There was a problem deleting field" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:84 -msgid "Field successfully deleted" -msgstr "" - -#: ../../godmode/agentes/fields_manager.php:138 -msgid "Create field" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:29 -msgid "WMI server module" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:59 -#: ../../godmode/modules/manage_network_components_form_wmi.php:32 -msgid "WMI query" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:67 -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -msgid "Key string" -msgstr "" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:70 -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -msgid "Field number" -msgstr "" - -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" -msgstr "" - -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" -msgstr "" - -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" -msgstr "" - -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" -msgstr "" - -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" -msgstr "" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "" - -#: ../../godmode/servers/plugin.php:216 -msgid "Plugin creation" -msgstr "" - -#: ../../godmode/servers/plugin.php:219 -msgid "Plugin update" -msgstr "" - -#: ../../godmode/servers/plugin.php:249 -msgid "Plugin type" -msgstr "" - -#: ../../godmode/servers/plugin.php:250 ../../godmode/servers/plugin.php:709 -msgid "Standard" -msgstr "" - -#: ../../godmode/servers/plugin.php:251 ../../godmode/servers/plugin.php:711 -msgid "Nagios" -msgstr "" - -#: ../../godmode/servers/plugin.php:256 -msgid "Max. timeout" -msgstr "" - -#: ../../godmode/servers/plugin.php:256 -msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" -msgstr "" - -#: ../../godmode/servers/plugin.php:256 -msgid "" -"If you set a 0 seconds timeout, the server plugin timeout will be used" -msgstr "" - -#: ../../godmode/servers/plugin.php:312 -msgid "Plugin command" -msgstr "" - -#: ../../godmode/servers/plugin.php:323 -msgid "Plug-in parameters" -msgstr "" - -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" -msgstr "" - -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "This field will show up as dots like a password" -msgstr "" - -#: ../../godmode/servers/plugin.php:474 ../../godmode/servers/plugin.php:481 -msgid "Parameters macros" -msgstr "" - -#: ../../godmode/servers/plugin.php:514 -msgid "Plugins registered in Pandora FMS" -msgstr "" - -#: ../../godmode/servers/plugin.php:519 -msgid "You need to create your own plugins with Windows compatibility" -msgstr "" - -#: ../../godmode/servers/plugin.php:579 -msgid "Problem updating plugin" -msgstr "" - -#: ../../godmode/servers/plugin.php:582 -msgid "Plugin updated successfully" -msgstr "" - -#: ../../godmode/servers/plugin.php:637 -msgid "Problem creating plugin" -msgstr "" - -#: ../../godmode/servers/plugin.php:640 -msgid "Plugin created successfully" -msgstr "" - -#: ../../godmode/servers/plugin.php:650 -msgid "Problem deleting plugin" -msgstr "" - -#: ../../godmode/servers/plugin.php:653 -msgid "Plugin deleted successfully" -msgstr "" - -#: ../../godmode/servers/plugin.php:732 -msgid "All the modules that are using this plugin will be deleted" -msgstr "" - -#: ../../godmode/servers/plugin.php:739 -msgid "There are no plugins in the system" -msgstr "" - -#: ../../godmode/servers/plugin.php:751 -#, php-format -msgid "List of modules and components created by \"%s\" " -msgstr "" - -#: ../../godmode/servers/plugin.php:859 ../../godmode/servers/plugin.php:875 -msgid "Some modules or components are using the plugin" -msgstr "" - -#: ../../godmode/servers/plugin.php:860 -msgid "" -"The modules or components should be updated manually or using the bulk " -"operations for plugins after this change" -msgstr "" - -#: ../../godmode/servers/plugin.php:862 -msgid "Are you sure you want to perform this action?" -msgstr "" - -#: ../../godmode/servers/plugin.php:876 -msgid "Are you sure you want to unlock this item?" -msgstr "" - -#: ../../godmode/servers/plugin.php:896 -msgid "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." -msgstr "" - -#: ../../godmode/servers/plugin.php:902 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:188 -msgid "" -"By default, in Windows, Pandora FMS only support Standard network sweep, not " -"custom scripts" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:223 -msgid "" -"You must select a Recon Server for the Task, otherwise the Recon Task will " -"never run" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:231 -msgid "Network sweep" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:248 -msgid "Manual interval means that it will be executed only On-demand" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:255 -msgid "The minimum recomended interval for Recon Task is 5 minutes" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:260 -msgid "Module template" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:294 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Ports" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:297 -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 "" - -#: ../../godmode/servers/manage_recontask_form.php:308 -msgid "Choose if the discovery of a new system creates an incident or not." -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:311 -msgid "SNMP Default community" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:317 -msgid "Explanation" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:358 -msgid "OS detection" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:362 -msgid "Name resolution" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:366 -msgid "Parent detection" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:370 -msgid "Parent recursion" -msgstr "" - -#: ../../godmode/servers/manage_recontask_form.php:371 -msgid "" -"Maximum number of parent hosts that will be created if parent detection is " -"enabled." -msgstr "" - -#: ../../godmode/servers/servers.build_table.php:142 -msgid "Reset module status and fired alert counts" -msgstr "" - -#: ../../godmode/servers/servers.build_table.php:148 -msgid "Claim back SNMP modules" -msgstr "" - -#: ../../godmode/servers/recon_script.php:73 -msgid "Recon script creation" -msgstr "" - -#: ../../godmode/servers/recon_script.php:75 -msgid "Recon script update" -msgstr "" - -#: ../../godmode/servers/recon_script.php:101 -msgid "Script fullpath" -msgstr "" - -#: ../../godmode/servers/recon_script.php:228 -msgid "Recon scripts registered in Pandora FMS" -msgstr "" - -#: ../../godmode/servers/recon_script.php:271 -msgid "Problem updating" -msgstr "" - -#: ../../godmode/servers/recon_script.php:317 -msgid "Problem creating" -msgstr "" - -#: ../../godmode/servers/recon_script.php:331 -msgid "Problem deleting reconscript" -msgstr "" - -#: ../../godmode/servers/recon_script.php:334 -msgid "reconscript deleted successfully" -msgstr "" - -#: ../../godmode/servers/recon_script.php:378 -msgid "There are no recon scripts in the system" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:55 -msgid "Successfully deleted recon task" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:58 -msgid "Error deleting recon task" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:68 -#: ../../godmode/servers/manage_recontask.php:177 -msgid "Successfully updated recon task" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:75 -#: ../../godmode/servers/manage_recontask.php:180 -msgid "Error updating recon task" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:161 -#: ../../godmode/servers/manage_recontask.php:231 -msgid "Wrong format in Subnet field" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:227 -msgid "Recon-task name already exists and incorrect format in Subnet field" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:235 -#: ../../godmode/servers/manage_recontask.php:244 -msgid "Recon-task name already exists" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:258 -msgid "Successfully created recon task" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:261 -msgid "Error creating recon task" -msgstr "" - -#: ../../godmode/servers/manage_recontask.php:376 -msgid "There are no recon task configured" -msgstr "" - -#: ../../godmode/netflow/nf_edit_form.php:59 -#: ../../godmode/netflow/nf_edit_form.php:67 -msgid "Add filter" -msgstr "" - -#: ../../godmode/netflow/nf_edit_form.php:62 -msgid "Netflow Filter" -msgstr "" - -#: ../../godmode/netflow/nf_edit_form.php:206 -msgid "Filter:" -msgstr "" - -#: ../../godmode/netflow/nf_item_list.php:44 -#: ../../godmode/netflow/nf_item_list.php:54 -msgid "Report items" -msgstr "" - -#: ../../godmode/netflow/nf_item_list.php:49 -msgid "Edit report" -msgstr "" - -#: ../../godmode/netflow/nf_item_list.php:58 -msgid "Netflow reports" -msgstr "" - -#: ../../godmode/netflow/nf_item_list.php:59 -msgid "Item list" -msgstr "" - -#: ../../godmode/netflow/nf_item_list.php:151 -msgid "Chart type" -msgstr "" - -#: ../../godmode/netflow/nf_item_list.php:255 -msgid "There are no defined items" -msgstr "" - -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "" - -#: ../../godmode/groups/configure_modu_group.php:29 -msgid "Module group management" -msgstr "" - -#: ../../godmode/groups/group_list.php:158 -msgid "Edit or delete groups can cause problems with synchronization" -msgstr "" - -#: ../../godmode/groups/group_list.php:164 -msgid "Groups defined in Pandora" -msgstr "" - -#: ../../godmode/groups/group_list.php:208 -#: ../../godmode/groups/modu_group_list.php:74 -msgid "Group successfully created" -msgstr "" - -#: ../../godmode/groups/group_list.php:211 -#: ../../godmode/groups/modu_group_list.php:77 -msgid "There was a problem creating group" -msgstr "" - -#: ../../godmode/groups/group_list.php:215 -msgid "Each group must have a different name" -msgstr "" - -#: ../../godmode/groups/group_list.php:220 -msgid "Group must have a name" -msgstr "" - -#: ../../godmode/groups/group_list.php:263 -#: ../../godmode/groups/modu_group_list.php:105 -msgid "Group successfully updated" -msgstr "" - -#: ../../godmode/groups/group_list.php:266 -#: ../../godmode/groups/modu_group_list.php:108 -msgid "There was a problem modifying group" -msgstr "" - -#: ../../godmode/groups/group_list.php:291 -#, php-format -msgid "The group is not empty. It is use in %s." -msgstr "" - -#: ../../godmode/groups/group_list.php:295 -#: ../../godmode/groups/modu_group_list.php:137 -msgid "Group successfully deleted" -msgstr "" - -#: ../../godmode/groups/group_list.php:298 -#: ../../godmode/groups/modu_group_list.php:135 -msgid "There was a problem deleting group" -msgstr "" - -#: ../../godmode/groups/group_list.php:387 -msgid "There are no defined groups" -msgstr "" - -#: ../../godmode/groups/group_list.php:393 -#: ../../godmode/groups/configure_group.php:92 -msgid "Create group" -msgstr "" - -#: ../../godmode/groups/configure_group.php:90 -msgid "Update group" -msgstr "" - -#: ../../godmode/groups/configure_group.php:104 -msgid "Update Group" -msgstr "" - -#: ../../godmode/groups/configure_group.php:106 -msgid "Create Group" -msgstr "" - -#: ../../godmode/groups/configure_group.php:142 -msgid "You have not access to the parent." -msgstr "" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate ACL" -msgstr "" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate the same ACL security into the child subgroups." -msgstr "" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact" -msgstr "" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact information accessible through the _groupcontact_ macro" -msgstr "" - -#: ../../godmode/groups/configure_group.php:176 -msgid "Information accessible through the _group_other_ macro" -msgstr "" - -#: ../../godmode/groups/configure_group.php:221 -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 "" - -#: ../../godmode/groups/modu_group_list.php:54 -msgid "Module groups defined in Pandora" -msgstr "" - -#: ../../godmode/groups/modu_group_list.php:81 -#: ../../godmode/groups/modu_group_list.php:112 -msgid "Each module group must have a different name" -msgstr "" - -#: ../../godmode/groups/modu_group_list.php:85 -#: ../../godmode/groups/modu_group_list.php:116 -msgid "Module group must have a name" -msgstr "" - -#: ../../godmode/groups/modu_group_list.php:203 -msgid "There are no defined module groups" -msgstr "" - -#: ../../godmode/groups/modu_group_list.php:208 -msgid "Create module group" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:51 -msgid "Succesful Update the url config vars." -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:52 -msgid "Unsuccesful Update the url config vars." -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:63 -msgid "URL update manager:" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:65 -msgid "URL update manager" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:67 -msgid "Proxy server:" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:69 -msgid "Proxy server" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:71 -msgid "Proxy port:" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:73 -msgid "Proxy port" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:75 -msgid "Proxy user:" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:77 -msgid "Proxy user" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:79 -msgid "Proxy password:" -msgstr "" - -#: ../../godmode/update_manager/update_manager.setup.php:81 -msgid "Proxy password" -msgstr "" - -#: ../../godmode/update_manager/update_manager.php:32 -msgid "Offline update manager" -msgstr "" - -#: ../../godmode/update_manager/update_manager.php:36 -msgid "Online update manager" -msgstr "" - -#: ../../godmode/update_manager/update_manager.php:41 -msgid "Update manager » Setup" -msgstr "" - -#: ../../godmode/update_manager/update_manager.php:44 -msgid "Update manager » Offline" -msgstr "" - -#: ../../godmode/update_manager/update_manager.php:47 -msgid "Update manager » Online" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:29 -msgid "Drop the package here or" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:30 -msgid "browse it" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:31 -msgid "The package has been uploaded successfully." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:32 -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 "" - -#: ../../godmode/update_manager/update_manager.offline.php:33 -msgid "Click on the file below to begin." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:34 -msgid "Updating" -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:35 -msgid "Package updated successfully." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:36 -msgid "" -"If there are any database change, it will be applied on the next login." -msgstr "" - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Package not updated." -msgstr "" - -#: ../../godmode/update_manager/update_manager.online.php:25 -#, php-format -msgid "The last version of package installed is: %d" -msgstr "" - -#: ../../godmode/update_manager/update_manager.online.php:34 -#, php-format -msgid "" -"Your PHP has set memory limit in %s. For avoid problems with big updates " -"please set to 500M" -msgstr "" - -#: ../../godmode/update_manager/update_manager.online.php:41 -#, 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 "" - -#: ../../godmode/update_manager/update_manager.online.php:48 -#, 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 "" - -#: ../../godmode/update_manager/update_manager.online.php:56 -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 "" - -#: ../../godmode/update_manager/update_manager.online.php:59 -msgid "" -"Update Manager is one of the most advanced features of Pandora FMS " -"Enterprise version, for more information visit http://pandorafms.com." -msgstr "" - -#: ../../godmode/update_manager/update_manager.online.php:62 -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 "" - -#: ../../godmode/update_manager/update_manager.online.php:71 -msgid "Checking for the newest package." -msgstr "" - -#: ../../godmode/update_manager/update_manager.online.php:75 -msgid "Downloading for the newest package." -msgstr "" - -#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_refine.php:33 -#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_event.php:21 -#: ../../godmode/db/db_audit.php:19 +#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 +#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_purge.php:37 +#: ../../godmode/db/db_refine.php:33 msgid "Database maintenance" msgstr "" +#: ../../godmode/db/db_audit.php:19 +msgid "Database audit purge" +msgstr "" + +#: ../../godmode/db/db_audit.php:70 +msgid "Success data deleted" +msgstr "" + +#: ../../godmode/db/db_audit.php:72 +msgid "Error deleting data" +msgstr "" + +#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 +msgid "Records" +msgstr "" + +#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 +msgid "First date" +msgstr "" + +#: ../../godmode/db/db_audit.php:88 +msgid "Latest date" +msgstr "" + +#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_event.php:73 +#: ../../godmode/db/db_purge.php:335 +msgid "Purge data" +msgstr "" + +#: ../../godmode/db/db_audit.php:97 +msgid "Purge audit data over 90 days" +msgstr "" + +#: ../../godmode/db/db_audit.php:98 +msgid "Purge audit data over 30 days" +msgstr "" + +#: ../../godmode/db/db_audit.php:99 +msgid "Purge audit data over 14 days" +msgstr "" + +#: ../../godmode/db/db_audit.php:100 +msgid "Purge audit data over 7 days" +msgstr "" + +#: ../../godmode/db/db_audit.php:101 +msgid "Purge audit data over 3 days" +msgstr "" + +#: ../../godmode/db/db_audit.php:102 +msgid "Purge audit data over 1 day" +msgstr "" + +#: ../../godmode/db/db_audit.php:103 +msgid "Purge all audit data" +msgstr "" + +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +msgid "Do it!" +msgstr "" + +#: ../../godmode/db/db_event.php:22 +msgid "Event database cleanup" +msgstr "" + +#: ../../godmode/db/db_event.php:40 +msgid "Successfully deleted old events" +msgstr "" + +#: ../../godmode/db/db_event.php:43 +msgid "Error deleting old events" +msgstr "" + +#: ../../godmode/db/db_event.php:67 +msgid "Latest data" +msgstr "" + +#: ../../godmode/db/db_event.php:81 +msgid "Purge event data over 90 days" +msgstr "" + +#: ../../godmode/db/db_event.php:82 +msgid "Purge event data over 30 days" +msgstr "" + +#: ../../godmode/db/db_event.php:83 +msgid "Purge event data over 14 days" +msgstr "" + +#: ../../godmode/db/db_event.php:84 +msgid "Purge event data over 7 days" +msgstr "" + +#: ../../godmode/db/db_event.php:85 +msgid "Purge event data over 3 days" +msgstr "" + +#: ../../godmode/db/db_event.php:86 +msgid "Purge event data over 1 day" +msgstr "" + +#: ../../godmode/db/db_event.php:87 +msgid "Purge all event data" +msgstr "" + #: ../../godmode/db/db_info.php:32 msgid "Database information" msgstr "" @@ -28716,36 +26763,75 @@ msgstr "" msgid "Module data received" msgstr "" -#: ../../godmode/db/db_refine.php:42 -msgid "Maximum is equal to minimum" +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" msgstr "" -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" msgstr "" -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" msgstr "" -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" msgstr "" -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" msgstr "" -#: ../../godmode/db/db_refine.php:105 -msgid "Purge data out of these limits" +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:9179 +msgid "Total events" msgstr "" -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 -msgid "Minimum" +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" msgstr "" -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -msgid "Maximum" +#: ../../godmode/db/db_main.php:123 +msgid "Total log4x items (tagente_datos_log4x)" +msgstr "" + +#: ../../godmode/db/db_main.php:135 +msgid "Total data string items (tagente_datos_string)" +msgstr "" + +#: ../../godmode/db/db_main.php:141 +msgid "Total modules configured" +msgstr "" + +#: ../../godmode/db/db_main.php:149 +msgid "Total agent access records" +msgstr "" + +#: ../../godmode/db/db_main.php:160 +msgid "Database sanity" +msgstr "" + +#: ../../godmode/db/db_main.php:164 +msgid "Total uknown agents" +msgstr "" + +#: ../../godmode/db/db_main.php:170 +msgid "Total non-init modules" +msgstr "" + +#: ../../godmode/db/db_main.php:179 +msgid "Last time on DB maintance" +msgstr "" + +#: ../../godmode/db/db_main.php:200 +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 "" + +#: ../../godmode/db/db_purge.php:38 ../../godmode/menu.php:317 +msgid "Database purge" msgstr "" #: ../../godmode/db/db_purge.php:43 @@ -28835,11 +26921,6 @@ msgstr "" msgid "Total number of packets" msgstr "" -#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_event.php:73 -#: ../../godmode/db/db_audit.php:92 -msgid "Purge data" -msgstr "" - #: ../../godmode/db/db_purge.php:340 msgid "Purge data over 3 months" msgstr "" @@ -28872,297 +26953,294 @@ msgstr "" msgid "Purge" msgstr "" -#: ../../godmode/db/db_event.php:22 -msgid "Event database cleanup" +#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:318 +#: ../../include/functions_db.php:1496 +msgid "Database debug" msgstr "" -#: ../../godmode/db/db_event.php:40 -msgid "Successfully deleted old events" +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" msgstr "" -#: ../../godmode/db/db_event.php:43 -msgid "Error deleting old events" +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" msgstr "" -#: ../../godmode/db/db_event.php:62 ../../godmode/db/db_audit.php:81 -msgid "Records" +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" msgstr "" -#: ../../godmode/db/db_event.php:64 ../../godmode/db/db_audit.php:84 -msgid "First date" +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" msgstr "" -#: ../../godmode/db/db_event.php:67 -msgid "Latest data" +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" msgstr "" -#: ../../godmode/db/db_event.php:81 -msgid "Purge event data over 90 days" +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" msgstr "" -#: ../../godmode/db/db_event.php:82 -msgid "Purge event data over 30 days" +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" msgstr "" -#: ../../godmode/db/db_event.php:83 -msgid "Purge event data over 14 days" +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" msgstr "" -#: ../../godmode/db/db_event.php:84 -msgid "Purge event data over 7 days" +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" msgstr "" -#: ../../godmode/db/db_event.php:85 -msgid "Purge event data over 3 days" +#: ../../godmode/modules/manage_network_templates_form.php:54 +msgid "Successfully deleted module from profile" msgstr "" -#: ../../godmode/db/db_event.php:86 -msgid "Purge event data over 1 day" +#: ../../godmode/modules/manage_network_templates_form.php:55 +msgid "Error deleting module from profile" msgstr "" -#: ../../godmode/db/db_event.php:87 -msgid "Purge all event data" +#: ../../godmode/modules/manage_network_templates_form.php:70 +msgid "Successfully added module to profile" msgstr "" -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_audit.php:107 -msgid "Do it!" +#: ../../godmode/modules/manage_network_templates_form.php:71 +msgid "Error adding module to profile" msgstr "" -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" +#: ../../godmode/modules/manage_network_templates_form.php:94 +msgid "Successfully updated network profile" msgstr "" -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" +#: ../../godmode/modules/manage_network_templates_form.php:95 +msgid "Error updating network profile" msgstr "" -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" +#: ../../godmode/modules/manage_network_templates_form.php:110 +msgid "Successfully added network profile" msgstr "" -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" +#: ../../godmode/modules/manage_network_templates_form.php:111 +msgid "Error adding network profile" msgstr "" -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" +#: ../../godmode/modules/manage_network_templates_form.php:116 +msgid "Cannot create a template without name" msgstr "" -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" +#: ../../godmode/modules/manage_network_templates_form.php:184 +msgid "No modules for this profile" msgstr "" -#: ../../godmode/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" +#: ../../godmode/modules/manage_network_components_form_network.php:47 +msgid "SNMP Enterprise String" msgstr "" -#: ../../godmode/db/db_main.php:135 -msgid "Total data string items (tagente_datos_string)" +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" msgstr "" -#: ../../godmode/db/db_main.php:141 -msgid "Total modules configured" +#: ../../godmode/modules/manage_network_components.php:517 +msgid "Search by name, description, tcp send or tcp rcv, list matches." msgstr "" -#: ../../godmode/db/db_main.php:149 -msgid "Total agent access records" +#: ../../godmode/modules/manage_network_components.php:569 +msgid "Max/Min" msgstr "" -#: ../../godmode/db/db_main.php:160 -msgid "Database sanity" +#: ../../godmode/modules/manage_network_components.php:595 +msgid "Network module" msgstr "" -#: ../../godmode/db/db_main.php:164 -msgid "Total uknown agents" +#: ../../godmode/modules/manage_network_components.php:599 +msgid "WMI module" msgstr "" -#: ../../godmode/db/db_main.php:170 -msgid "Total non-init modules" +#: ../../godmode/modules/manage_network_components.php:603 +msgid "Plug-in module" msgstr "" -#: ../../godmode/db/db_main.php:179 -msgid "Last time on DB maintance" +#: ../../godmode/modules/manage_network_components.php:634 +msgid "There are no defined network components" msgstr "" -#: ../../godmode/db/db_main.php:200 +#: ../../godmode/modules/manage_network_components.php:641 +msgid "Create a new network component" +msgstr "" + +#: ../../godmode/modules/manage_network_components.php:642 +msgid "Create a new plugin component" +msgstr "" + +#: ../../godmode/modules/manage_network_components.php:643 +msgid "Create a new WMI component" +msgstr "" + +#: ../../godmode/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" +msgstr "" + +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" +msgstr "" + +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" +msgstr "" + +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" +msgstr "" + +#: ../../godmode/modules/module_list.php:28 +msgid "Defined modules" +msgstr "" + +#: ../../godmode/modules/module_list.php:50 +msgid "Problem modifying module" +msgstr "" + +#: ../../godmode/modules/module_list.php:52 +msgid "Module updated successfully" +msgstr "" + +#: ../../godmode/modules/manage_network_components_form.php:253 +msgid "Update Network Component" +msgstr "" + +#: ../../godmode/modules/manage_network_components_form.php:256 +msgid "Create Network Component" +msgstr "" + +#: ../../godmode/modules/manage_nc_groups_form.php:53 +msgid "Update Group Component" +msgstr "" + +#: ../../godmode/modules/manage_nc_groups_form.php:56 +msgid "Create Group Component" +msgstr "" + +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" +msgstr "" + +#: ../../godmode/modules/manage_nc_groups.php:58 +msgid "Could not be created. Blank name" +msgstr "" + +#: ../../godmode/modules/manage_nc_groups.php:237 +msgid "There are no defined component groups" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:54 +#: ../../include/functions_config.php:676 +msgid "Enable eHorus" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:85 +msgid "API Hostname" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Hostname of the eHorus API" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Without protocol and port" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "e.g., switch.ehorus.com" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:92 +msgid "API Port" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:94 +msgid "e.g., 18080" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:99 +msgid "Request timeout" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:101 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" +"Time in seconds to set the maximum time of the requests to the eHorus API" msgstr "" -#: ../../godmode/db/db_audit.php:19 -msgid "Database audit purge" +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "0 to disable" msgstr "" -#: ../../godmode/db/db_audit.php:70 -msgid "Success data deleted" +#: ../../godmode/setup/setup_ehorus.php:106 +msgid "Test" msgstr "" -#: ../../godmode/db/db_audit.php:72 -msgid "Error deleting data" +#: ../../godmode/setup/setup_ehorus.php:122 +msgid "Remote Management System" msgstr "" -#: ../../godmode/db/db_audit.php:88 -msgid "Latest date" +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Custom field eHorusID created" msgstr "" -#: ../../godmode/db/db_audit.php:97 -msgid "Purge audit data over 90 days" +#: ../../godmode/setup/setup_ehorus.php:130 +msgid "Error creating custom field" msgstr "" -#: ../../godmode/db/db_audit.php:98 -msgid "Purge audit data over 30 days" +#: ../../godmode/setup/setup_ehorus.php:133 +msgid "eHorus has his own agent identifiers" msgstr "" -#: ../../godmode/db/db_audit.php:99 -msgid "Purge audit data over 14 days" +#: ../../godmode/setup/setup_ehorus.php:134 +msgid "To store them, it will be necessary to use an agent custom field" msgstr "" -#: ../../godmode/db/db_audit.php:100 -msgid "Purge audit data over 7 days" -msgstr "" - -#: ../../godmode/db/db_audit.php:101 -msgid "Purge audit data over 3 days" -msgstr "" - -#: ../../godmode/db/db_audit.php:102 -msgid "Purge audit data over 1 day" -msgstr "" - -#: ../../godmode/db/db_audit.php:103 -msgid "Purge all audit data" -msgstr "" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Pandora audit" -msgstr "" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Review Logs" -msgstr "" - -#: ../../godmode/admin_access_logs.php:303 -msgid "Export to CSV " -msgstr "" - -#: ../../godmode/setup/setup_netflow.php:42 -msgid "Directory where netflow data will be stored." -msgstr "" - -#: ../../godmode/setup/setup_netflow.php:46 -msgid "Specifies the time interval in seconds to rotate netflow data files." -msgstr "" - -#: ../../godmode/setup/setup_netflow.php:58 +#: ../../godmode/setup/setup_ehorus.php:135 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." +"Possibly the eHorus id will have to be filled in by hand for every agent" msgstr "" -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Sets the maximum lifetime for netflow data in days." +#: ../../godmode/setup/setup_ehorus.php:140 +msgid "The custom field does not exists already" msgstr "" -#: ../../godmode/setup/os.list.php:69 -msgid "There are no defined operating systems" +#: ../../godmode/setup/setup_ehorus.php:154 +msgid "eHorus API" msgstr "" -#: ../../godmode/setup/news.php:28 -msgid "Site news management" +#: ../../godmode/setup/setup_ehorus.php:186 +msgid "Connection timeout" msgstr "" -#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 -msgid "Name error" +#: ../../godmode/setup/setup_ehorus.php:187 +msgid "Empty user or password" msgstr "" -#: ../../godmode/setup/news.php:167 -msgid "Modal screen" +#: ../../godmode/setup/setup_ehorus.php:188 +msgid "User not found" msgstr "" -#: ../../godmode/setup/news.php:170 -msgid "Expire" +#: ../../godmode/setup/setup_ehorus.php:189 +msgid "Invalid password" msgstr "" -#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 -msgid "Expiration" +#: ../../godmode/setup/license.php:27 +msgid "License management" msgstr "" -#: ../../godmode/setup/news.php:215 -msgid "There are no defined news" +#: ../../godmode/setup/setup.php:90 ../../godmode/setup/setup.php:125 +#: ../../godmode/menu.php:260 +msgid "Visual styles" msgstr "" -#: ../../godmode/setup/news.php:242 -msgid "Modal" -msgstr "" - -#: ../../godmode/setup/news.php:245 -msgid "Board" -msgstr "" - -#: ../../godmode/setup/news.php:256 -msgid "Expired" -msgstr "" - -#: ../../godmode/setup/links.php:27 -msgid "Link management" -msgstr "" - -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "" - -#: ../../godmode/setup/links.php:56 -msgid "There was a problem modifying link" -msgstr "" - -#: ../../godmode/setup/links.php:67 -msgid "There was a problem deleting link" -msgstr "" - -#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 -msgid "Link name" -msgstr "" - -#: ../../godmode/setup/links.php:132 -msgid "There isn't links" -msgstr "" - -#: ../../godmode/setup/os.php:70 -msgid "Fail creating OS" -msgstr "" - -#: ../../godmode/setup/os.php:77 -msgid "Success creating OS" -msgstr "" - -#: ../../godmode/setup/os.php:97 -msgid "Success updatng OS" -msgstr "" - -#: ../../godmode/setup/os.php:97 -msgid "Error updating OS" -msgstr "" - -#: ../../godmode/setup/os.php:116 -msgid "There are agents with this OS." -msgstr "" - -#: ../../godmode/setup/os.php:121 -msgid "Success deleting" -msgstr "" - -#: ../../godmode/setup/os.php:121 -msgid "Error deleting" -msgstr "" - -#: ../../godmode/setup/os.php:130 -msgid "List OS" -msgstr "" - -#: ../../godmode/setup/os.php:134 -msgid "Builder OS" +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" msgstr "" #: ../../godmode/setup/gis_step_2.php:39 @@ -29308,165 +27386,408 @@ msgstr "" msgid "Refresh preview map" msgstr "" -#: ../../godmode/setup/setup.php:137 -msgid "Correct update the setup options" +#: ../../godmode/setup/snmp_wizard.php:166 +msgid "Unsucessful update the snmp translation" +msgstr "" + +#: ../../godmode/setup/snmp_wizard.php:173 +msgid "Unsucessful update the snmp translation." +msgstr "" + +#: ../../godmode/setup/snmp_wizard.php:221 +msgid "Unsucessful delete the snmp translation" +msgstr "" + +#: ../../godmode/setup/snmp_wizard.php:228 +msgid "Unsucessful delete the snmp translation." +msgstr "" + +#: ../../godmode/setup/snmp_wizard.php:289 +msgid "Unsucessful save the snmp translation" +msgstr "" + +#: ../../godmode/setup/snmp_wizard.php:298 +msgid "Unsucessful save the snmp translation." +msgstr "" + +#: ../../godmode/setup/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "" + +#: ../../godmode/setup/os.list.php:81 +msgid "Create OS" +msgstr "" + +#: ../../godmode/setup/news.php:28 +msgid "Site news management" +msgstr "" + +#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 +msgid "Name error" +msgstr "" + +#: ../../godmode/setup/news.php:167 +msgid "Modal screen" +msgstr "" + +#: ../../godmode/setup/news.php:170 +msgid "Expire" +msgstr "" + +#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 +msgid "Expiration" +msgstr "" + +#: ../../godmode/setup/news.php:215 +msgid "There are no defined news" +msgstr "" + +#: ../../godmode/setup/news.php:242 +msgid "Modal" +msgstr "" + +#: ../../godmode/setup/news.php:245 +msgid "Board" +msgstr "" + +#: ../../godmode/setup/news.php:256 +msgid "Expired" msgstr "" #: ../../godmode/setup/setup_general.php:57 +#: ../../include/functions_config.php:131 +msgid "Remote config directory" +msgstr "" + +#: ../../godmode/setup/setup_general.php:58 msgid "Directory where agent remote configuration is stored." msgstr "" -#: ../../godmode/setup/setup_general.php:146 +#: ../../godmode/setup/setup_general.php:70 +#: ../../include/functions_config.php:138 +msgid "Automatic check for updates" +msgstr "" + +#: ../../godmode/setup/setup_general.php:78 +msgid "Use cert of SSL" +msgstr "" + +#: ../../godmode/setup/setup_general.php:83 +msgid "Path of SSL Cert." +msgstr "" + +#: ../../godmode/setup/setup_general.php:83 +msgid "" +"Path where you put your cert and name of this cert. Remember your cert only " +"in .pem extension." +msgstr "" + +#: ../../godmode/setup/setup_general.php:102 +#: ../../include/functions_config.php:152 +msgid "Enable GIS features in Pandora Console" +msgstr "" + +#: ../../godmode/setup/setup_general.php:106 +#: ../../include/functions_config.php:154 +msgid "Enable Integria incidents in Pandora Console" +msgstr "" + +#: ../../godmode/setup/setup_general.php:149 +#: ../../include/functions_config.php:160 +msgid "Integria URL" +msgstr "" + +#: ../../godmode/setup/setup_general.php:155 msgid "URL and/or Integria password are incorrect" msgstr "" -#: ../../godmode/setup/setup_general.php:203 -msgid "" -"Must have the same time zone as the system or database to avoid mismatches " -"of time." +#: ../../godmode/setup/setup_general.php:158 +#: ../../include/functions_config.php:158 +msgid "Integria API password" msgstr "" -#: ../../godmode/setup/setup_general.php:215 -#: ../../godmode/setup/setup_general.php:220 -#: ../../godmode/setup/setup_general.php:225 +#: ../../godmode/setup/setup_general.php:178 +#: ../../include/functions_config.php:156 +msgid "Integria inventory" +msgstr "" + +#: ../../godmode/setup/setup_general.php:182 +#: ../../include/functions_config.php:162 +msgid "Enable Netflow" +msgstr "" + +#: ../../godmode/setup/setup_general.php:222 +#: ../../include/functions_config.php:169 +msgid "Sound for Alert fired" +msgstr "" + +#: ../../godmode/setup/setup_general.php:224 +#: ../../godmode/setup/setup_general.php:229 +#: ../../godmode/setup/setup_general.php:234 msgid "Play sound" msgstr "" -#: ../../godmode/setup/setup_general.php:233 +#: ../../godmode/setup/setup_general.php:227 +#: ../../include/functions_config.php:171 +msgid "Sound for Monitor critical" +msgstr "" + +#: ../../godmode/setup/setup_general.php:232 +#: ../../include/functions_config.php:173 +msgid "Sound for Monitor warning" +msgstr "" + +#: ../../godmode/setup/setup_general.php:241 +#: ../../include/functions_config.php:190 +msgid "Referer security" +msgstr "" + +#: ../../godmode/setup/setup_general.php:242 msgid "" "When it is set as \"yes\" in some important sections check if the user have " "gone from url Pandora." msgstr "" -#: ../../godmode/setup/setup_general.php:241 +#: ../../godmode/setup/setup_general.php:249 +#: ../../include/functions_config.php:192 +msgid "Event storm protection" +msgstr "" + +#: ../../godmode/setup/setup_general.php:250 msgid "" "If set to yes no events or alerts will be generated, but agents will " "continue receiving data." msgstr "" -#: ../../godmode/setup/setup_general.php:250 -msgid "The string modules with several lines show as command output" -msgstr "" - -#: ../../godmode/setup/setup_general.php:254 -msgid "Directory where the server logs are stored." +#: ../../godmode/setup/setup_general.php:258 +#: ../../include/functions_config.php:194 +msgid "Command Snapshot" msgstr "" #: ../../godmode/setup/setup_general.php:259 +msgid "The string modules with several lines show as command output" +msgstr "" + +#: ../../godmode/setup/setup_general.php:263 +#: ../../include/functions_config.php:196 +msgid "Server logs directory" +msgstr "" + +#: ../../godmode/setup/setup_general.php:263 +msgid "Directory where the server logs are stored." +msgstr "" + +#: ../../godmode/setup/setup_general.php:268 msgid "Full mode" msgstr "" -#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:269 msgid "On demand" msgstr "" -#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:270 msgid "Expert" msgstr "" -#: ../../godmode/setup/setup_general.php:264 +#: ../../godmode/setup/setup_general.php:272 +#: ../../include/functions_config.php:198 +msgid "Tutorial mode" +msgstr "" + +#: ../../godmode/setup/setup_general.php:273 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 "" -#: ../../godmode/setup/setup_general.php:271 +#: ../../godmode/setup/setup_general.php:279 +#: ../../include/functions_config.php:200 +msgid "Allow create planned downtimes in the past" +msgstr "" + +#: ../../godmode/setup/setup_general.php:280 msgid "The planned downtimes created in the past will affect the SLA reports" msgstr "" -#: ../../godmode/setup/setup_general.php:276 +#: ../../godmode/setup/setup_general.php:284 +#: ../../include/functions_config.php:202 +msgid "Limit parameters massive" +msgstr "" + +#: ../../godmode/setup/setup_general.php:285 #, php-format msgid "" "Your PHP environment is setted with %d max_input_vars. Maybe you must not " "set this value with upper values." msgstr "" -#: ../../godmode/setup/setup_general.php:284 +#: ../../godmode/setup/setup_general.php:289 +msgid "Include agents manually disabled" +msgstr "" + +#: ../../godmode/setup/setup_general.php:293 +msgid "audit log directory" +msgstr "" + +#: ../../godmode/setup/setup_general.php:294 +msgid "Directory where audit log is stored." +msgstr "" + +#: ../../godmode/setup/setup_general.php:300 msgid "General options" msgstr "" -#: ../../godmode/setup/setup_general.php:343 +#: ../../godmode/setup/setup_general.php:359 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 "" -#: ../../godmode/setup/license.php:27 -msgid "License management" +#: ../../godmode/setup/setup_netflow.php:41 +#: ../../include/functions_config.php:626 +msgid "Data storage path" msgstr "" -#: ../../godmode/setup/performance.php:47 +#: ../../godmode/setup/setup_netflow.php:42 +msgid "Directory where netflow data will be stored." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:45 +#: ../../include/functions_config.php:628 +msgid "Daemon interval" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:46 +msgid "Specifies the time interval in seconds to rotate netflow data files." +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:49 +#: ../../include/functions_config.php:630 +msgid "Daemon binary path" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:52 +#: ../../include/functions_config.php:632 +msgid "Nfdump binary path" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:55 +#: ../../include/functions_config.php:634 +msgid "Nfexpire binary path" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:58 +#: ../../include/functions_config.php:636 +msgid "Maximum chart resolution" +msgstr "" + +#: ../../godmode/setup/setup_netflow.php:58 msgid "" -"If the compaction or purge of the data is more frequent than the events " -"deletion, anomalies in module graphs could appear" +"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 "" -#: ../../godmode/setup/performance.php:62 -msgid "" -"Configure a purge period more frequent than a compact data period has no " -"sense" +#: ../../godmode/setup/setup_netflow.php:65 +#: ../../include/functions_config.php:640 +#: ../../include/functions_config.php:646 +msgid "Netflow max lifetime" msgstr "" -#: ../../godmode/setup/performance.php:80 -msgid "Data will be compacted in intervals of the specified length." +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Sets the maximum lifetime for netflow data in days." msgstr "" -#: ../../godmode/setup/performance.php:87 -msgid "Last day" +#: ../../godmode/setup/setup_netflow.php:68 +#: ../../include/functions_config.php:642 +msgid "Name resolution for IP address" msgstr "" -#: ../../godmode/setup/performance.php:89 -msgid "10 days" +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" msgstr "" -#: ../../godmode/setup/performance.php:91 -msgid "2 weeks" +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" msgstr "" -#: ../../godmode/setup/performance.php:101 -msgid "" -"If realtime statistics are disabled, statistics interval resfresh will be " -"set here." +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" msgstr "" -#: ../../godmode/setup/performance.php:108 -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." +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" msgstr "" -#: ../../godmode/setup/performance.php:117 -msgid "Database maintenance options" +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." msgstr "" -#: ../../godmode/setup/setup_auth.php:57 -msgid "Local Pandora FMS" +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" msgstr "" -#: ../../godmode/setup/setup_auth.php:57 -msgid "ldap" +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" msgstr "" -#: ../../godmode/setup/setup_auth.php:69 +#: ../../godmode/setup/os.php:133 +msgid "List OS" +msgstr "" + +#: ../../godmode/setup/os.php:137 +msgid "Builder OS" +msgstr "" + +#: ../../godmode/setup/os.php:143 ../../godmode/menu.php:278 +msgid "Edit OS" +msgstr "" + +#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:274 +msgid "Map conections GIS" +msgstr "" + +#: ../../godmode/setup/gis.php:62 +msgid "Map connection name" +msgstr "" + +#: ../../godmode/setup/gis.php:83 +msgid "Do you wan delete this connection?" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:50 msgid "" "Enable this option if you want to fallback to local authentication when " "remote (ldap etc...) authentication failed." msgstr "" -#: ../../godmode/setup/setup_auth.php:202 +#: ../../godmode/setup/setup_auth.php:125 msgid "" "If this option is enabled, the users can use double authentication with " "their accounts" msgstr "" -#: ../../godmode/setup/setup_auth.php:214 +#: ../../godmode/setup/setup_auth.php:137 msgid "Session timeout (mins)" msgstr "" -#: ../../godmode/setup/setup_auth.php:215 -msgid "This is defined in minutes" +#: ../../godmode/setup/setup_auth.php:138 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting -" +"1 in this field." +msgstr "" + +#: ../../godmode/setup/setup_auth.php:173 +msgid "Local Pandora FMS" +msgstr "" + +#: ../../godmode/setup/setup_auth.php:173 +msgid "ldap" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:74 +#: ../../include/functions_config.php:476 +msgid "Default interval for refresh on Visual Console" msgstr "" #: ../../godmode/setup/setup_visuals.php:75 @@ -29478,1100 +27799,638 @@ msgid "Paginated module view" msgstr "" #: ../../godmode/setup/setup_visuals.php:103 +msgid "Display lateral menus with click" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:104 +msgid "" +"If you check this option, the lateral menus display with left click. " +"Otherwise it will show by placing the mouse over" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:116 msgid "Behaviour configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:123 +#: ../../godmode/setup/setup_visuals.php:130 +#: ../../include/functions_config.php:449 +msgid "Style template" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:135 +#: ../../include/functions_config.php:457 +msgid "Status icon set" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:136 msgid "Colors" msgstr "" -#: ../../godmode/setup/setup_visuals.php:124 +#: ../../godmode/setup/setup_visuals.php:137 msgid "Faces" msgstr "" -#: ../../godmode/setup/setup_visuals.php:125 +#: ../../godmode/setup/setup_visuals.php:138 msgid "Colors and text" msgstr "" -#: ../../godmode/setup/setup_visuals.php:133 +#: ../../godmode/setup/setup_visuals.php:145 +#: ../../include/functions_config.php:474 +msgid "Login background" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:146 msgid "You can place your custom images into the folder images/backgrounds/" msgstr "" -#: ../../godmode/setup/setup_visuals.php:175 +#: ../../godmode/setup/setup_visuals.php:184 +msgid "Custom logo in login" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:196 +msgid "Disable Pandora FMS on graphs" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:210 +#: ../../include/functions_config.php:500 +msgid "Fixed header" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:218 +#: ../../include/functions_config.php:502 +msgid "Fixed menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:226 +#: ../../include/functions_config.php:496 +msgid "Autohidden menu" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:231 msgid "Style configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:190 +#: ../../godmode/setup/setup_visuals.php:245 +#: ../../include/functions_config.php:492 +msgid "GIS Labels" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:246 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 "" -#: ../../godmode/setup/setup_visuals.php:202 +#: ../../godmode/setup/setup_visuals.php:257 +#: ../../include/functions_config.php:494 +msgid "Default icon in GIS" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:258 msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" msgstr "" -#: ../../godmode/setup/setup_visuals.php:211 +#: ../../godmode/setup/setup_visuals.php:267 msgid "GIS configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:256 +#: ../../godmode/setup/setup_visuals.php:281 +#: ../../include/functions_config.php:459 +msgid "Font path" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:311 +#: ../../include/functions_config.php:480 +#: ../../include/functions_config.php:482 +msgid "Agent size text" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:312 msgid "" "When the agent name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." msgstr "" -#: ../../godmode/setup/setup_visuals.php:257 -#: ../../godmode/setup/setup_visuals.php:265 +#: ../../godmode/setup/setup_visuals.php:313 +#: ../../godmode/setup/setup_visuals.php:321 msgid "Small:" msgstr "" -#: ../../godmode/setup/setup_visuals.php:259 -#: ../../godmode/setup/setup_visuals.php:267 +#: ../../godmode/setup/setup_visuals.php:315 +#: ../../godmode/setup/setup_visuals.php:323 msgid "Normal:" msgstr "" -#: ../../godmode/setup/setup_visuals.php:264 +#: ../../godmode/setup/setup_visuals.php:319 +#: ../../include/functions_config.php:484 +msgid "Module size text" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:320 msgid "" "When the module name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." msgstr "" -#: ../../godmode/setup/setup_visuals.php:271 +#: ../../godmode/setup/setup_visuals.php:327 +#: ../../include/functions_config.php:486 +#: ../../include/functions_config.php:488 +msgid "Description size text" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:327 msgid "" "When the description name have a lot of characters, in some places in " "Pandora Console it is necesary truncate to N characters." msgstr "" -#: ../../godmode/setup/setup_visuals.php:276 +#: ../../godmode/setup/setup_visuals.php:331 +#: ../../include/functions_config.php:490 +msgid "Item title size text" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:332 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 "" -#: ../../godmode/setup/setup_visuals.php:282 +#: ../../godmode/setup/setup_visuals.php:338 msgid "Font and Text configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:336 +#: ../../godmode/setup/setup_visuals.php:364 +#: ../../include/functions_config.php:426 +msgid "Graph color #4" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:368 +#: ../../include/functions_config.php:428 +msgid "Graph color #5" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:372 +#: ../../include/functions_config.php:430 +msgid "Graph color #6" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:376 +#: ../../include/functions_config.php:432 +msgid "Graph color #7" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:380 +#: ../../include/functions_config.php:434 +msgid "Graph color #8" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:384 +#: ../../include/functions_config.php:436 +msgid "Graph color #9" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:388 +#: ../../include/functions_config.php:438 +msgid "Graph color #10" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:392 msgid "Graph resolution (1-low, 5-high)" msgstr "" -#: ../../godmode/setup/setup_visuals.php:365 +#: ../../godmode/setup/setup_visuals.php:410 +#: ../../include/functions_config.php:514 +msgid "Default line thickness for the Custom Graph." +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:430 +#: ../../include/functions_config.php:510 +msgid "Shortened module graph data" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:431 msgid "The data number of the module graphs will be rounded and shortened" msgstr "" -#: ../../godmode/setup/setup_visuals.php:375 +#: ../../godmode/setup/setup_visuals.php:441 msgid "Type of module charts" msgstr "" -#: ../../godmode/setup/setup_visuals.php:385 +#: ../../godmode/setup/setup_visuals.php:450 +msgid "Show only average" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:451 +msgid "Allows only show the average in graphs" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:459 msgid "Charts configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:400 +#: ../../godmode/setup/setup_visuals.php:474 +#: ../../include/functions_config.php:478 +msgid "Default line thickness for the Visual Console" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:474 msgid "" "This interval will affect to the lines between elements on the Visual Console" msgstr "" -#: ../../godmode/setup/setup_visuals.php:498 +#: ../../godmode/setup/setup_visuals.php:572 msgid "Show QR Code icon in the header" msgstr "" -#: ../../godmode/setup/setup_visuals.php:510 +#: ../../godmode/setup/setup_visuals.php:583 +#: ../../include/functions_config.php:506 +msgid "Custom graphviz directory" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:584 msgid "Custom directory where the graphviz binaries are stored." msgstr "" -#: ../../godmode/setup/setup_visuals.php:563 +#: ../../godmode/setup/setup_visuals.php:590 +#: ../../include/functions_config.php:508 +msgid "Networkmap max width" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:637 msgid "Custom values post process" msgstr "" -#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:651 msgid "Delete custom values" msgstr "" -#: ../../godmode/setup/setup_visuals.php:597 +#: ../../godmode/setup/setup_visuals.php:671 msgid "Interval values" msgstr "" -#: ../../godmode/setup/setup_visuals.php:622 +#: ../../godmode/setup/setup_visuals.php:696 msgid "Other configuration" msgstr "" -#: ../../godmode/setup/setup_visuals.php:803 +#: ../../godmode/setup/setup_visuals.php:884 +#: ../../godmode/setup/setup_visuals.php:924 msgid "Logo preview" msgstr "" -#: ../../godmode/setup/setup_visuals.php:843 +#: ../../godmode/setup/setup_visuals.php:964 msgid "Background preview" msgstr "" -#: ../../godmode/setup/setup_visuals.php:887 +#: ../../godmode/setup/setup_visuals.php:1008 msgid "Gis icons preview" msgstr "" -#: ../../godmode/setup/setup_visuals.php:942 +#: ../../godmode/setup/setup_visuals.php:1063 msgid "Status set preview" msgstr "" -#: ../../godmode/setup/gis.php:62 -msgid "Map connection name" +#: ../../godmode/setup/links.php:27 +msgid "Link management" msgstr "" -#: ../../godmode/setup/gis.php:83 -msgid "Do you wan delete this connection?" +#: ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" msgstr "" -#: ../../godmode/massive/massive_delete_agents.php:57 -#, php-format +#: ../../godmode/setup/links.php:56 +msgid "There was a problem modifying link" +msgstr "" + +#: ../../godmode/setup/links.php:67 +msgid "There was a problem deleting link" +msgstr "" + +#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 +msgid "Link name" +msgstr "" + +#: ../../godmode/setup/links.php:132 +msgid "There isn't links" +msgstr "" + +#: ../../godmode/setup/performance.php:49 msgid "" -"There was an error deleting the agent, the operation has been cancelled " -"Could not delete agent %s" +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" msgstr "" -#: ../../godmode/massive/massive_delete_agents.php:63 -#, php-format -msgid "Successfully deleted (%s)" +#: ../../godmode/setup/performance.php:52 +#: ../../include/functions_config.php:373 +msgid "Max. days before delete traps" msgstr "" -#: ../../godmode/massive/massive_delete_agents.php:108 -#: ../../godmode/massive/massive_delete_alerts.php:215 -#: ../../godmode/massive/massive_standby_alerts.php:139 -#: ../../godmode/massive/massive_delete_modules.php:441 -#: ../../godmode/massive/massive_copy_modules.php:74 -#: ../../godmode/massive/massive_copy_modules.php:185 -#: ../../godmode/massive/massive_add_alerts.php:154 -#: ../../godmode/massive/massive_edit_agents.php:208 -#: ../../godmode/massive/massive_add_action_alerts.php:139 -#: ../../godmode/massive/massive_edit_modules.php:284 -#: ../../godmode/massive/massive_delete_action_alerts.php:141 -#: ../../godmode/massive/massive_enable_disable_alerts.php:138 -msgid "Group recursion" +#: ../../godmode/setup/performance.php:58 +#: ../../include/functions_config.php:375 +msgid "Max. days before delete string data" msgstr "" -#: ../../godmode/massive/massive_delete_agents.php:159 -#: ../../godmode/massive/massive_delete_alerts.php:265 -#: ../../godmode/massive/massive_delete_modules.php:710 -#: ../../godmode/massive/massive_copy_modules.php:424 -#: ../../godmode/massive/massive_add_alerts.php:213 -#: ../../godmode/massive/massive_edit_agents.php:480 -#: ../../godmode/massive/massive_add_action_alerts.php:204 -#: ../../godmode/massive/massive_edit_modules.php:622 +#: ../../godmode/setup/performance.php:61 +#: ../../include/functions_config.php:379 +msgid "Max. days before delete GIS data" +msgstr "" + +#: ../../godmode/setup/performance.php:64 +#: ../../include/functions_config.php:381 +msgid "Max. days before purge" +msgstr "" + +#: ../../godmode/setup/performance.php:64 msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." +"Configure a purge period more frequent than a compact data period has no " +"sense" msgstr "" -#: ../../godmode/massive/massive_delete_alerts.php:78 -#: ../../godmode/massive/massive_add_alerts.php:78 -msgid "No alert selected" +#: ../../godmode/setup/performance.php:67 +#: ../../include/functions_config.php:385 +msgid "Max. days before compact data" msgstr "" -#: ../../godmode/massive/massive_standby_alerts.php:154 -msgid "Not standby alerts" +#: ../../godmode/setup/performance.php:70 +#: ../../include/functions_config.php:383 +msgid "Max. days before delete unknown modules" msgstr "" -#: ../../godmode/massive/massive_standby_alerts.php:165 -#: ../../godmode/massive/massive_standby_alerts.php:169 -msgid "Set standby selected alerts" +#: ../../godmode/setup/performance.php:73 +msgid "Max. days before delete autodisabled agents" msgstr "" -#: ../../godmode/massive/massive_standby_alerts.php:171 -msgid "Standby alerts" +#: ../../godmode/setup/performance.php:76 +#: ../../include/functions_config.php:409 +msgid "Retention period of past special days" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:56 -msgid "No module selected" +#: ../../godmode/setup/performance.php:76 +msgid "This number is days to keep past special days. 0 means never remove." msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:230 +#: ../../godmode/setup/performance.php:88 +msgid "Item limit for realtime reports" +msgstr "" + +#: ../../godmode/setup/performance.php:88 msgid "" -"There was an error deleting the modules, the operation has been cancelled" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:396 -#: ../../godmode/massive/massive_edit_modules.php:238 -msgid "Selection mode" +#: ../../godmode/setup/performance.php:92 +#: ../../include/functions_config.php:391 +msgid "Compact interpolation in hours (1 Fine-20 bad)" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:397 -#: ../../godmode/massive/massive_edit_modules.php:239 -msgid "Select modules first" +#: ../../godmode/setup/performance.php:92 +msgid "Data will be compacted in intervals of the specified length." msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:399 -#: ../../godmode/massive/massive_edit_modules.php:241 -msgid "Select agents first" +#: ../../godmode/setup/performance.php:99 +msgid "Last day" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:414 -#: ../../godmode/massive/massive_edit_modules.php:257 -msgid "Select all modules of this type" +#: ../../godmode/setup/performance.php:101 +msgid "10 days" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:286 -msgid "Select all modules of this group" +#: ../../godmode/setup/performance.php:103 +msgid "2 weeks" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:471 -#: ../../godmode/massive/massive_edit_modules.php:297 -msgid "When select modules" +#: ../../godmode/setup/performance.php:109 +#: ../../include/functions_config.php:395 +msgid "Use realtime statistics" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:474 -#: ../../godmode/massive/massive_edit_modules.php:300 -msgid "Show common agents" +#: ../../godmode/setup/performance.php:113 +#: ../../include/functions_config.php:397 +msgid "Batch statistics period (secs)" msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:475 -#: ../../godmode/massive/massive_edit_modules.php:301 -msgid "Show all agents" -msgstr "" - -#: ../../godmode/massive/massive_copy_modules.php:141 -msgid "Copy alerts" -msgstr "" - -#: ../../godmode/massive/massive_copy_modules.php:150 -msgid "No modules for this agent" -msgstr "" - -#: ../../godmode/massive/massive_copy_modules.php:159 -msgid "No alerts for this agent" -msgstr "" - -#: ../../godmode/massive/massive_copy_modules.php:217 -msgid "To agent(s)" -msgstr "" - -#: ../../godmode/massive/massive_copy_modules.php:442 -msgid "No operation selected" -msgstr "" - -#: ../../godmode/massive/massive_delete_profiles.php:61 -msgid "Not deleted. You must select an existing user" -msgstr "" - -#: ../../godmode/massive/massive_delete_profiles.php:87 -msgid "Profiles deleted successfully" -msgstr "" - -#: ../../godmode/massive/massive_delete_profiles.php:88 -msgid "Profiles cannot be deleted" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:151 -msgid "Error retrieving the plugin macros" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:158 -msgid "Error retrieving the modified macros" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:172 -msgid "Error retrieving the module plugin macros" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:190 -msgid "Error retrieving the module plugin macros data" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:224 -msgid "Error building the new macros" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:253 -#, php-format -msgid "%d modules updated" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:272 -msgid "There are not registered plugins" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:421 -msgid "Invalid plugin data" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:528 -msgid "Clear" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:556 -msgid "Invalid macros array" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:581 -msgid "Multiple values" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:613 -#: ../../godmode/massive/massive_edit_plugins.php:750 -#: ../../godmode/massive/massive_edit_plugins.php:766 -msgid "Invalid agents array" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:629 -msgid "Invalid agent element" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:640 -msgid "Invalid modules array" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:668 -msgid "Invalid module element" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:876 -msgid "There are no modules using this plugin" -msgstr "" - -#: ../../godmode/massive/massive_edit_plugins.php:955 -msgid "There was a problem loading the module plugin macros data" -msgstr "" - -#: ../../godmode/massive/massive_add_tags.php:43 -msgid "No tags selected" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:95 -msgid "No values changed" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:124 -msgid "Configuration files deleted successfully" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:125 -msgid "Configuration files cannot be deleted" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:183 -msgid "Agents updated successfully" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:184 -msgid "Agents cannot be updated" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Delete available remote configurations" -msgstr "" - -#: ../../godmode/massive/massive_edit_agents.php:384 -msgid "Without status" -msgstr "" - -#: ../../godmode/massive/massive_delete_tags.php:107 -msgid "No tag selected" -msgstr "" - -#: ../../godmode/massive/massive_add_profiles.php:72 -msgid "Profiles added successfully" -msgstr "" - -#: ../../godmode/massive/massive_add_profiles.php:73 -msgid "Profiles cannot be added" -msgstr "" - -#: ../../godmode/massive/massive_add_action_alerts.php:85 -msgid "No alerts selected" -msgstr "" - -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "No action selected" -msgstr "" - -#: ../../godmode/massive/massive_add_action_alerts.php:142 -#: ../../godmode/massive/massive_delete_action_alerts.php:145 -msgid "Agents with templates" -msgstr "" - -#: ../../godmode/massive/massive_edit_modules.php:456 -msgid "SMNP community" -msgstr "" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "Policy linking status" -msgstr "" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "This field only has sense in modules adopted by a policy." -msgstr "" - -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Linked" -msgstr "" - -#: ../../godmode/massive/massive_edit_modules.php:571 -msgid "The module still store data but the alerts and events will be stop" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:36 -msgid "Bulk alert add" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:37 -msgid "Bulk alert delete" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:38 -msgid "Bulk alert actions add" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:39 -msgid "Bulk alert actions delete" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:40 -msgid "Bulk alert enable/disable" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:41 -msgid "Bulk alert setting standby" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:44 -msgid "Bulk agent edit" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:45 -msgid "Bulk agent delete" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:49 -msgid "Bulk profile add" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:50 -msgid "Bulk profile delete" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:57 -msgid "Bulk module delete" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:58 -msgid "Bulk module edit" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:59 -msgid "Bulk module copy" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:62 -msgid "Bulk plugin edit" -msgstr "" - -#: ../../godmode/massive/massive_operations.php:231 -msgid "Please wait..." -msgstr "" - -#: ../../godmode/massive/massive_operations.php:268 -msgid "The blank fields will not be updated" -msgstr "" - -#: ../../godmode/massive/massive_delete_action_alerts.php:56 -msgid "Could not be deleted. No agents selected" -msgstr "" - -#: ../../godmode/massive/massive_delete_action_alerts.php:72 -msgid "Could not be deleted. No alerts selected" -msgstr "" - -#: ../../godmode/massive/massive_delete_action_alerts.php:111 -msgid "Could not be deleted. No action selected" -msgstr "" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -msgid "Enabled alerts" -msgstr "" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:165 -msgid "Disable selected alerts" -msgstr "" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:169 -msgid "Enable selected alerts" -msgstr "" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Disabled alerts" -msgstr "" - -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" -msgstr "" - -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" -msgstr "" - -#: ../../godmode/modules/manage_nc_groups.php:237 -msgid "There are no defined component groups" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:42 -msgid "Network component management" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:492 -msgid "Search by name, description, tcp send or tcp rcv, list matches." -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:544 -msgid "Max/Min" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:570 -msgid "Network module" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:574 -msgid "WMI module" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:578 -msgid "Plug-in module" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:609 -msgid "There are no defined network components" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:616 -msgid "Create a new network component" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:617 -msgid "Create a new plugin component" -msgstr "" - -#: ../../godmode/modules/manage_network_components.php:618 -msgid "Create a new WMI component" -msgstr "" - -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module template management" -msgstr "" - -#: ../../godmode/modules/manage_network_templates.php:52 -msgid "Template successfully deleted" -msgstr "" - -#: ../../godmode/modules/manage_network_templates.php:53 -msgid "Error deleting template" -msgstr "" - -#: ../../godmode/modules/manage_network_templates.php:85 -msgid "This template does not exist" -msgstr "" - -#: ../../godmode/modules/manage_network_templates.php:223 -msgid "There are no defined network profiles" -msgstr "" - -#: ../../godmode/modules/manage_nc_groups_form.php:53 -msgid "Update Group Component" -msgstr "" - -#: ../../godmode/modules/manage_nc_groups_form.php:56 -msgid "Create Group Component" -msgstr "" - -#: ../../godmode/modules/module_list.php:28 -msgid "Defined modules" -msgstr "" - -#: ../../godmode/modules/module_list.php:50 -msgid "Problem modifying module" -msgstr "" - -#: ../../godmode/modules/module_list.php:52 -msgid "Module updated successfully" -msgstr "" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "" - -#: ../../godmode/modules/manage_network_components_form.php:241 -msgid "Update Network Component" -msgstr "" - -#: ../../godmode/modules/manage_network_components_form.php:244 -msgid "Create Network Component" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:54 -msgid "Successfully deleted module from profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:55 -msgid "Error deleting module from profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:70 -msgid "Successfully added module to profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:71 -msgid "Error adding module to profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:94 -msgid "Successfully updated network profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:95 -msgid "Error updating network profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:110 -msgid "Successfully added network profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:111 -msgid "Error adding network profile" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:116 -msgid "Cannot create a template without name" -msgstr "" - -#: ../../godmode/modules/manage_network_templates_form.php:184 -msgid "No modules for this profile" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.data.php:91 -msgid "Create visual console" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.data.php:100 +#: ../../godmode/setup/performance.php:113 msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" +"If realtime statistics are disabled, statistics interval resfresh will be " +"set here." msgstr "" -#: ../../godmode/reporting/visual_console_builder.data.php:124 -msgid "Background image" +#: ../../godmode/setup/performance.php:120 +#: ../../include/functions_config.php:401 +msgid "Max. recommended number of files in attachment directory" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:487 -#: ../../godmode/reporting/reporting_builder.list_items.php:492 -msgid "Sort items" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:494 -msgid "Sort selected items from position: " -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move before to" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move after to" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:518 -#: ../../godmode/reporting/reporting_builder.list_items.php:523 -msgid "Delete items" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:525 -msgid "Delete selected items from position: " -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:527 -msgid "Delete above to" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:527 -msgid "Delete below to" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.list_items.php:555 +#: ../../godmode/setup/performance.php:120 msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." +"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 "" -#: ../../godmode/reporting/reporting_builder.list_items.php:576 -msgid "Please select any item to order" +#: ../../godmode/setup/performance.php:123 +#: ../../include/functions_config.php:403 +msgid "Delete not init modules" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:606 -msgid "Are you sure to delete the items into the report?\\n" +#: ../../godmode/setup/performance.php:127 +msgid "Big Operation Step to purge old data" msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:628 -msgid "Please select any item to delete" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:79 -msgid "Width x Height
Max value" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:143 -msgid "Percentile Bar" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:148 -msgid "Percentile Bubble" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:163 -msgid "Simple Value (Process Max)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:168 -msgid "Simple Value (Process Min)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:173 -msgid "Simple Value (Process Avg)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:600 -msgid "Edit label" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:207 -msgid "Graph builder" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:227 -msgid "Graph stored successfully" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:227 -msgid "There was a problem storing Graph" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:230 -msgid "There was a problem adding Module" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:233 -msgid "Update the graph" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:233 -msgid "Bad update the graph" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:236 -msgid "Graph deleted successfully" -msgstr "" - -#: ../../godmode/reporting/graph_builder.php:236 -msgid "There was a problem deleting Graph" -msgstr "" - -#: ../../godmode/reporting/graph_builder.main.php:139 -msgid "Type of graph" -msgstr "" - -#: ../../godmode/reporting/graph_builder.main.php:151 -msgid "Horizontal bars" -msgstr "" - -#: ../../godmode/reporting/graph_builder.main.php:152 -msgid "Vertical bars" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:125 -msgid "Range between elements (px)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:132 -msgid "Size (px)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:161 -msgid "Width (px)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:175 -msgid "Percentile" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:180 -msgid "Bubble" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:189 -msgid "Percent" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:224 -msgid "One item per agent" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:258 -#: ../../godmode/reporting/visual_console_builder.wizard.php:561 -msgid "Agent - Module" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:267 -msgid "Enable link agent" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:279 -msgid "Set Parent" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:281 -msgid "Item created in the visualmap" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:282 -msgid "Use the agents relationship (from selected agents)" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:285 -msgid "Item in the map" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:288 -msgid "The parent relationships in Pandora will be drawn in the map." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:306 -msgid "Are you sure to add many elements\\nin visual map?" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:482 -msgid "Please select any module or modules." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:150 -msgid "This file isn't image" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:151 -msgid "This file isn't image." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:155 -#: ../../godmode/reporting/visual_console_builder.php:156 -msgid "File already are exists." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:162 -#: ../../godmode/reporting/visual_console_builder.php:163 -msgid "The file have not image extension." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:174 -#: ../../godmode/reporting/visual_console_builder.php:175 -#: ../../godmode/reporting/visual_console_builder.php:182 -#: ../../godmode/reporting/visual_console_builder.php:185 -msgid "Problems with move file to target." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:213 -msgid "Successfully update." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:225 -msgid "Could not be update." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:291 -msgid "Successfully multiple delete." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:292 -msgid "Unsuccessfull multiple delete." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.php:370 -msgid "Successfully delete." -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.editor.php:145 -msgid "Saving in progress" -msgstr "" - -#: ../../godmode/reporting/visual_console_builder.editor.php:150 -msgid "Deletion in progress" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:605 -msgid "Not valid" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 -msgid "Target server" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1178 -msgid "Greater or equal (>=)" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1179 -msgid "Less or equal (<=)" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 -msgid "Less (<)" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1181 -msgid "Greater (>)" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 -msgid "Equal (=)" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1183 -msgid "Not equal (!=)" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 -msgid "Please save the SLA for start to add items in this list." -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1538 -msgid "rate" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1561 +#: ../../godmode/setup/performance.php:127 msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." +"The number of blocks that a time interval is split into. A bigger value " +"means bigger blocks, which is faster but heavier on the database. Default is " +"100." msgstr "" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1575 -msgid "Please save the report to start adding items into the list." +#: ../../godmode/setup/performance.php:130 +#: ../../include/functions_config.php:407 +msgid "Small Operation Step to purge old data" msgstr "" -#: ../../godmode/reporting/map_builder.php:187 -#: ../../godmode/reporting/map_builder.php:197 -msgid "Not copied. Error copying data" -msgstr "" - -#: ../../godmode/reporting/map_builder.php:255 -#: ../../general/firts_task/map_builder.php:24 -msgid "There are no visual console defined yet." -msgstr "" - -#: ../../godmode/reporting/graphs.php:144 -msgid "Number of Graphs" -msgstr "" - -#: ../../godmode/reporting/graphs.php:198 -msgid "Create graph" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.php:77 +#: ../../godmode/setup/performance.php:130 msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" +"The number of rows that are processed in a single query in deletion. Default " +"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " +"systems with locks." msgstr "" -#: ../../godmode/reporting/reporting_builder.php:78 -msgid "An error has ocurred" +#: ../../godmode/setup/performance.php:135 +msgid "Database maintenance options" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:332 -#: ../../godmode/reporting/reporting_builder.php:1771 -#: ../../godmode/reporting/reporting_builder.php:1823 -msgid "Reports list" +#: ../../godmode/setup/performance.php:141 +#: ../../include/functions_graph.php:3118 +msgid "Others" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Free text for search: " +#: ../../godmode/events/event_edit_filter.php:201 +msgid "Update Filter" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:437 -msgid "Search by report name or description, list matches." +#: ../../godmode/events/event_edit_filter.php:204 +msgid "Create Filter" msgstr "" -#: ../../godmode/reporting/reporting_builder.php:447 -msgid "Show Option" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.php:733 -msgid "Create report" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.main.php:85 -msgid "Only the group can view the report" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.main.php:86 -msgid "The next group can edit the report" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.main.php:87 -msgid "Only the user and admin user can edit the report" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.main.php:89 -msgid "Write Access" -msgstr "" - -#: ../../godmode/reporting/reporting_builder.main.php:90 +#: ../../godmode/events/event_edit_filter.php:218 msgid "" -"For example, you want a report that the people of \"All\" groups can see but " -"you want to edit only for you or your group." +"This group will be use to restrict the visibility of this filter with ACLs" msgstr "" -#: ../../godmode/reporting/reporting_builder.main.php:110 -msgid "Non interactive report" +#: ../../godmode/events/event_edit_filter.php:284 +msgid "Choose between the users who have validated an event. " msgstr "" -#: ../../godmode/tag/edit_tag.php:52 ../../godmode/tag/tag.php:100 -msgid "List tags" +#: ../../godmode/events/custom_events.php:133 +msgid "Load default event fields" msgstr "" -#: ../../godmode/tag/edit_tag.php:63 ../../godmode/tag/tag.php:110 -msgid "Tags configuration" +#: ../../godmode/events/custom_events.php:133 +msgid "Default event fields will be loaded. Do you want to continue?" msgstr "" -#: ../../godmode/tag/edit_tag.php:87 -msgid "Error updating tag" +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" msgstr "" -#: ../../godmode/tag/edit_tag.php:91 -msgid "Successfully updated tag" +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" msgstr "" -#: ../../godmode/tag/edit_tag.php:117 -msgid "Error creating tag" +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" msgstr "" -#: ../../godmode/tag/edit_tag.php:123 -msgid "Successfully created tag" +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" msgstr "" -#: ../../godmode/tag/edit_tag.php:156 -msgid "Update Tag" +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" msgstr "" -#: ../../godmode/tag/edit_tag.php:159 -msgid "Create Tag" +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" msgstr "" -#: ../../godmode/tag/edit_tag.php:182 -msgid "Hyperlink to help information that has to exist previously." +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" msgstr "" -#: ../../godmode/tag/edit_tag.php:192 -msgid "Associated Email direction to use later in alerts associated to Tags." +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" msgstr "" -#: ../../godmode/tag/edit_tag.php:202 -msgid "Associated phone number to use later in alerts associated to Tags." +#: ../../godmode/events/event_responses.editor.php:63 +msgid "Edit event responses" +msgstr "" + +#: ../../godmode/events/event_responses.editor.php:93 +msgid "For Command type Modal Window mode is enforced" +msgstr "" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "Modal window" +msgstr "" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "New window" +msgstr "" + +#: ../../godmode/menu.php:42 +msgid "Module categories" +msgstr "" + +#: ../../godmode/menu.php:46 +msgid "Module types" +msgstr "" + +#: ../../godmode/menu.php:62 +msgid "Resources" +msgstr "" + +#: ../../godmode/menu.php:70 +msgid "Manage agents groups" +msgstr "" + +#: ../../godmode/menu.php:111 +msgid "Bulk operations" +msgstr "" + +#: ../../godmode/menu.php:146 +msgid "List of Alerts" +msgstr "" + +#: ../../godmode/menu.php:171 ../../include/functions_menu.php:512 +msgid "SNMP alerts" +msgstr "" + +#: ../../godmode/menu.php:181 +msgid "Event filters" +msgstr "" + +#: ../../godmode/menu.php:186 +msgid "Custom events" +msgstr "" + +#: ../../godmode/menu.php:208 +msgid "Manage servers" +msgstr "" + +#: ../../godmode/menu.php:245 +msgid "General Setup" +msgstr "" + +#: ../../godmode/menu.php:289 +msgid "Admin tools" +msgstr "" + +#: ../../godmode/menu.php:297 +msgid "System audit log" +msgstr "" + +#: ../../godmode/menu.php:301 +msgid "Diagnostic info" +msgstr "" + +#: ../../godmode/menu.php:303 +msgid "Site news" +msgstr "" + +#: ../../godmode/menu.php:310 +msgid "DB maintenance" +msgstr "" + +#: ../../godmode/menu.php:316 +msgid "DB information" +msgstr "" + +#: ../../godmode/menu.php:319 +msgid "Database audit" +msgstr "" + +#: ../../godmode/menu.php:320 +msgid "Database event" +msgstr "" + +#: ../../godmode/menu.php:402 +msgid "Extension manager" +msgstr "" + +#: ../../godmode/menu.php:428 +msgid "Update manager" +msgstr "" + +#: ../../godmode/menu.php:433 +msgid "Update Manager offline" +msgstr "" + +#: ../../godmode/menu.php:435 +msgid "Update Manager online" +msgstr "" + +#: ../../godmode/menu.php:437 +msgid "Update Manager options" msgstr "" #: ../../godmode/tag/tag.php:80 @@ -30582,6 +28441,15 @@ msgstr "" msgid "Number of policy modules" msgstr "" +#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53 +#: ../../godmode/tag/edit_tag.php:64 +msgid "List tags" +msgstr "" + +#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68 +msgid "Tags configuration" +msgstr "" + #: ../../godmode/tag/tag.php:121 msgid "Error deleting tag" msgstr "" @@ -30620,477 +28488,4579 @@ msgstr "" msgid "Create tag" msgstr "" -#: ../../general/firts_task/recon_view.php:21 -msgid "There are no recon task defined yet." +#: ../../godmode/tag/edit_tag.php:92 +msgid "Error updating tag" msgstr "" -#: ../../general/firts_task/recon_view.php:28 -#: ../../general/firts_task/recon_view.php:35 -msgid "Create Recon Task" +#: ../../godmode/tag/edit_tag.php:96 +msgid "Successfully updated tag" msgstr "" -#: ../../general/firts_task/recon_view.php:29 +#: ../../godmode/tag/edit_tag.php:122 +msgid "Error creating tag" +msgstr "" + +#: ../../godmode/tag/edit_tag.php:128 +msgid "Successfully created tag" +msgstr "" + +#: ../../godmode/tag/edit_tag.php:161 +msgid "Update Tag" +msgstr "" + +#: ../../godmode/tag/edit_tag.php:164 +msgid "Create Tag" +msgstr "" + +#: ../../godmode/tag/edit_tag.php:187 +msgid "Hyperlink to help information that has to exist previously." +msgstr "" + +#: ../../godmode/tag/edit_tag.php:197 +msgid "Associated Email direction to use later in alerts associated to Tags." +msgstr "" + +#: ../../godmode/tag/edit_tag.php:207 +msgid "Associated phone number to use later in alerts associated to Tags." +msgstr "" + +#: ../../include/functions_snmp.php:67 +msgid "Load Average (Last minute)" +msgstr "" + +#: ../../include/functions_snmp.php:71 +msgid "Load Average (Last 5 minutes)" +msgstr "" + +#: ../../include/functions_snmp.php:75 +msgid "Load Average (Last 15 minutes)" +msgstr "" + +#: ../../include/functions_snmp.php:79 +msgid "Total Swap Size configured for the host" +msgstr "" + +#: ../../include/functions_snmp.php:83 +msgid "Available Swap Space on the host" +msgstr "" + +#: ../../include/functions_snmp.php:87 +msgid "Total Real/Physical Memory Size on the host" +msgstr "" + +#: ../../include/functions_snmp.php:91 +msgid "Available Real/Physical Memory Space on the host" +msgstr "" + +#: ../../include/functions_snmp.php:95 +msgid "Total Available Memory on the host" +msgstr "" + +#: ../../include/functions_snmp.php:99 +msgid "Total Cached Memory" +msgstr "" + +#: ../../include/functions_snmp.php:103 +msgid "Total Buffered Memory" +msgstr "" + +#: ../../include/functions_snmp.php:107 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "" + +#: ../../include/functions_snmp.php:111 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "" + +#: ../../include/functions_snmp.php:115 +msgid "Number of blocks sent to a block device" +msgstr "" + +#: ../../include/functions_snmp.php:119 +msgid "Number of blocks received from a block device" +msgstr "" + +#: ../../include/functions_snmp.php:123 +msgid "Number of interrupts processed" +msgstr "" + +#: ../../include/functions_snmp.php:127 +msgid "Number of context switches" +msgstr "" + +#: ../../include/functions_snmp.php:131 +msgid "user CPU time" +msgstr "" + +#: ../../include/functions_snmp.php:135 +msgid "system CPU time" +msgstr "" + +#: ../../include/functions_snmp.php:139 +msgid "idle CPU time" +msgstr "" + +#: ../../include/functions_snmp.php:143 +msgid "system Up time" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:738 +#, php-format +msgid "Edit node %s" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:739 +msgid "Holding Area" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:740 +msgid "Show details and options" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:741 +msgid "Set as children" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:742 +msgid "Set parent" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:743 +#: ../../include/functions_pandora_networkmap.php:749 +msgid "Abort the action of set relationship" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:745 +#: ../../include/functions_pandora_networkmap.php:1484 +msgid "Add node" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:746 +msgid "Set center" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:748 +msgid "Refresh Holding area" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:934 +#: ../../include/functions_maps.php:62 +msgid "Copy of " +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1257 +msgid "Open Minimap" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1264 +msgid "Hide Labels" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1355 +msgid "Edit node" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1366 +msgid "Adresses" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1368 +msgid "OS type" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1373 +#: ../../include/functions_pandora_networkmap.php:1374 +msgid "Node Details" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1383 +msgid "Ip" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1384 +msgid "MAC" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1393 +#: ../../include/functions_pandora_networkmap.php:1394 +msgid "Interface Information (SNMP)" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1401 +msgid "Shape" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1403 +msgid "Circle" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1404 +msgid "Square" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1405 +msgid "Rhombus" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1415 +#: ../../include/functions_pandora_networkmap.php:1540 +msgid "name fictional node" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1416 +#: ../../include/functions_pandora_networkmap.php:1541 +msgid "Networkmap to link" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1422 +msgid "Update fictional node" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1425 +#: ../../include/functions_pandora_networkmap.php:1426 +msgid "Node options" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1433 +msgid "Node source" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1434 +msgid "Interface source" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1435 +msgid "Interface Target" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1437 +msgid "Node target" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1438 +msgid "E." +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1471 +msgid "There are not relations" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1478 +#: ../../include/functions_pandora_networkmap.php:1479 +msgid "Relations" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1503 +#: ../../include/functions_pandora_networkmap.php:1507 +#: ../../include/functions_pandora_networkmap.php:1508 +#: ../../include/functions_pandora_networkmap.php:1528 +#: ../../include/functions_pandora_networkmap.php:1533 +#: ../../include/functions_pandora_networkmap.php:1551 +msgid "Add agent node" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1532 +msgid "Add agent node (filter by group)" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1547 +msgid "Add fictional node" +msgstr "" + +#: ../../include/functions_pandora_networkmap.php:1550 +msgid "Add fictional point" +msgstr "" + +#: ../../include/functions_users.php:377 +#, php-format +msgid "User %s login at %s" +msgstr "" + +#: ../../include/functions_users.php:438 +#, php-format +msgid "User %s was deleted in the DB at %s" +msgstr "" + +#: ../../include/functions_users.php:443 +#, php-format +msgid "User %s logout at %s" +msgstr "" + +#: ../../include/functions_networkmap.php:1663 +#: ../../include/functions_networkmap.php:1749 +msgid "Radial dynamic" +msgstr "" + +#: ../../include/functions_networkmap.php:1719 +msgid "Create a new topology map" +msgstr "" + +#: ../../include/functions_networkmap.php:1720 +msgid "Create a new group map" +msgstr "" + +#: ../../include/functions_networkmap.php:1721 +msgid "Create a new dynamic map" +msgstr "" + +#: ../../include/functions_networkmap.php:1723 +msgid "Create a new radial dynamic map" +msgstr "" + +#: ../../include/functions_networkmap.php:1747 +#: ../../include/functions_maps.php:43 +msgid "Dynamic" +msgstr "" + +#: ../../include/help/clippy/modules_not_learning_mode.php:40 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." +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." msgstr "" -#: ../../general/firts_task/network_map.php:23 -msgid "There are no network map defined yet." -msgstr "" - -#: ../../general/firts_task/network_map.php:30 -msgid "Network Map" -msgstr "" - -#: ../../general/firts_task/network_map.php:33 -#: ../../general/firts_task/network_map.php:49 -msgid "Create Network Map" -msgstr "" - -#: ../../general/firts_task/network_map.php:34 +#: ../../include/help/clippy/modules_not_learning_mode.php:41 msgid "" -"There is also an open-source version of the network map. \n" -"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes " -"and relationships, agents, modules and groups available to the user. \n" -"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" -"\t\t\t" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." msgstr "" -#: ../../general/firts_task/network_map.php:38 -msgid "Topology Map" -msgstr "" - -#: ../../general/firts_task/network_map.php:39 -msgid "Group Map" -msgstr "" - -#: ../../general/firts_task/network_map.php:40 -msgid "Radial Map (User without strict user)" -msgstr "" - -#: ../../general/firts_task/network_map.php:41 -msgid "Dinamic Map" -msgstr "" - -#: ../../general/firts_task/network_map.php:42 -msgid "Policy Map (Only Enterprise version)" -msgstr "" - -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 -msgid "There are no custom fields defined yet." -msgstr "" - -#: ../../general/firts_task/custom_fields.php:28 -msgid "Custom Fields" -msgstr "" - -#: ../../general/firts_task/custom_fields.php:31 -#: ../../general/firts_task/custom_fields.php:35 -msgid "Create Custom Fields" -msgstr "" - -#: ../../general/firts_task/custom_fields.php:32 +#: ../../include/help/clippy/modules_not_learning_mode.php:42 msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t You're able to create custom fields by klicking on 'Administration' -> " -"'Manage monitoring' -> 'Manage custom fields'. " +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." msgstr "" -#: ../../general/firts_task/collections.php:21 -msgid "There are no collections defined yet." +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" msgstr "" -#: ../../general/firts_task/collections.php:28 -#: ../../general/firts_task/collections.php:37 -msgid "Create Collections" -msgstr "" - -#: ../../general/firts_task/collections.php:29 +#: ../../include/help/clippy/servers_down.php:44 msgid "" -"A file collection is a group of files (e.g. scripts or executables) which " -"are \n" -"\t\tautomatically copied to a specific directory of the agent (under Windows " -"or UNIX). The file collections allow to be propagated\n" -"\t\t along with the policies in order to be used by a group of agents, using " -"a 'package' of scripts and modules which use them.\n" -"\t\tFirst we learn how to use the file collections in the agent's view, how " -"to conduct it manually, agent by agent, without using collections,\n" -"\t\t and how to do the same thing by using policies.Our first task is to " -"arrange a compilation of files. In order to do this, please go to the " -"agent's \n" -"\t\t administrator. Subsequently, we're going to see a 'sub option' called " -"'Collections'. Please click on it in order to create a new collection as we " -"can see on \n" -"\t\t the picture below. " +"Can you up all servers. You go to terminal in linux and execute the next " +"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " +"introduce root pass." msgstr "" -#: ../../general/firts_task/service_list.php:21 -msgid "There are no services defined yet." +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" msgstr "" -#: ../../general/firts_task/service_list.php:28 -#: ../../general/firts_task/service_list.php:36 -msgid "Create Services" -msgstr "" - -#: ../../general/firts_task/service_list.php:29 +#: ../../include/help/clippy/topology_group.php:44 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." +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " msgstr "" -#: ../../general/firts_task/snmp_filters.php:21 -msgid "There are no SNMP filter defined yet." +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." msgstr "" -#: ../../general/firts_task/snmp_filters.php:25 -msgid "SNMP Filter" -msgstr "" - -#: ../../general/firts_task/snmp_filters.php:28 -#: ../../general/firts_task/snmp_filters.php:35 -msgid "Create SNMP Filter" -msgstr "" - -#: ../../general/firts_task/snmp_filters.php:29 +#: ../../include/help/clippy/interval_agent_min.php:44 msgid "" -"Some systems receive a high number of traps. \n" -"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " -"Pandora FMS versions 3.2 and above, \n" -"\t\t\t\tit's possible to filter the traps that the server obtains in order " -"to avoid straining the application unnecessarily.\n" -"\t\t\t\tIn order to define different filters, please go to 'Administration' -" -"> 'Manage SNMP Console' and 'SNMP Filters'. \n" -"\t\t\t\tOne trap which is going to run in conjunction with any of them - " -"just the ones for the server are going to get ruled out automatically. " +"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 "" -#: ../../general/firts_task/tags.php:21 -msgid "There are no tags defined yet." +#: ../../include/help/clippy/server_queued_modules.php:39 +msgid "Excesive Queued." msgstr "" -#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 -msgid "Create Tags" -msgstr "" - -#: ../../general/firts_task/tags.php:29 +#: ../../include/help/clippy/server_queued_modules.php:44 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. " +"You have too much items in the processing queue. This can happen if your " +"server is too loaded and/or not properly configured. This could be something " +"temporal, or a bottleneck. One possible solution is increase number of " +"server threads, but you should consider getting support about this." msgstr "" -#: ../../general/firts_task/fields_manager.php:25 -msgid "Fields Manager" -msgstr "" - -#: ../../general/firts_task/fields_manager.php:28 -msgid "Create Fields Manager" -msgstr "" - -#: ../../general/firts_task/fields_manager.php:29 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your email." msgstr "" -#: ../../general/firts_task/fields_manager.php:32 -msgid "Create Fields " -msgstr "" - -#: ../../general/firts_task/map_builder.php:32 -#: ../../general/firts_task/map_builder.php:40 -msgid "Create Visual Console" -msgstr "" - -#: ../../general/firts_task/map_builder.php:33 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 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'. " +"And restart your pandora server to read again general configuration tokens." msgstr "" -#: ../../general/firts_task/incidents.php:23 -msgid "There are no incidents defined yet." +#: ../../include/help/clippy/modules_not_init.php:39 +msgid "You have non initialized modules" msgstr "" -#: ../../general/firts_task/incidents.php:31 -#: ../../general/firts_task/incidents.php:40 -msgid "Create Incidents" -msgstr "" - -#: ../../general/firts_task/incidents.php:32 +#: ../../include/help/clippy/modules_not_init.php:44 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" +"This happen when you have just created a module and it's not executed at " +"first time. Usually in a few seconds should be initialized and you will be " +"able to see in main view. If you keep non-init modules for more than 24hr " +"(due a problem in it's execution or configuration) they will be " +"automatically deleted by the system. Non-init are not visible in the “main " +"view”, you can see/edit them in the module administration section, in the " +"agent administrator." msgstr "" -#: ../../general/firts_task/planned_downtime.php:21 -msgid "There are no planned downtime defined yet." +#: ../../include/help/clippy/agent_out_of_limits.php:39 +msgid "Agent contact date passed it's ETA!." msgstr "" -#: ../../general/firts_task/planned_downtime.php:28 -#: ../../general/firts_task/planned_downtime.php:34 -msgid "Create Planned Downtime" -msgstr "" - -#: ../../general/firts_task/planned_downtime.php:29 +#: ../../include/help/clippy/agent_out_of_limits.php:44 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. " +"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 "" -#: ../../general/firts_task/custom_graphs.php:23 -msgid "There are no custom graphs defined yet." +#: ../../include/help/clippy/homepage.php:59 +msgid "Hi, can I help you?" msgstr "" -#: ../../general/firts_task/custom_graphs.php:28 -msgid "Custom Graphs" -msgstr "" - -#: ../../general/firts_task/custom_graphs.php:31 -#: ../../general/firts_task/custom_graphs.php:36 -msgid "Create Custom Graph" -msgstr "" - -#: ../../general/firts_task/custom_graphs.php:32 +#: ../../include/help/clippy/homepage.php:60 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." +"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 "" -#: ../../general/logon_failed.php:33 +#: ../../include/help/clippy/homepage.php:67 +msgid "Close this wizard and don't open it again." +msgstr "" + +#: ../../include/help/clippy/homepage.php:81 +msgid "Which task would you like to do first?" +msgstr "" + +#: ../../include/help/clippy/homepage.php:85 +msgid "Ping to a Linux or Windows server with a Pandora FMS agent" +msgstr "" + +#: ../../include/help/clippy/homepage.php:90 +msgid "Create a alert by email in a critical module." +msgstr "" + +#: ../../include/help/clippy/homepage.php:209 msgid "" -"Either, your password or your login are incorrect. Please check your CAPS " -"LOCK key, username and password are case SeNSiTiVe.

All actions, " -"included failed login attempts are logged in Pandora FMS System logs, and " -"these can be reviewed by each user, please report to admin any incident or " -"malfunction." +"The first thing you have to do is to setup the config email in the Pandora " +"FMS Server." msgstr "" -#: ../../general/logon_ok.php:32 -msgid "Welcome to Pandora FMS Web Console" +#: ../../include/help/clippy/homepage.php:213 +msgid "If you have it already configured you can go to the next step." msgstr "" -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 -msgid "Pandora FMS Overview" +#: ../../include/help/clippy/homepage.php:218 +msgid "Now, pull down the Manage alerts menu and click on Actions. " msgstr "" -#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377 -msgid "News board" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 +msgid "Now you must go to Modules. Don't worry I'll lead you." msgstr "" -#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382 -msgid "ago" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." msgstr "" -#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389 -msgid "by" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Now you must create the module. Don't worry, i'll teach you." msgstr "" -#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 -msgid "This is your last activity in Pandora FMS console" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "Choose the network server module." msgstr "" -#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 -#: ../../general/pandora_help.php:95 -msgid "Pandora FMS help system" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." msgstr "" -#: ../../general/pandora_help.php:73 -msgid "Help system error" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 +msgid "Now you must create the module. Don't worry, i'll teach you ." msgstr "" -#: ../../general/pandora_help.php:78 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 +msgid "Now we are going to fill the form." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 +msgid "You can change the name if you want." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 +msgid "Check if the IP showed is the IP of your machine." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 +msgid "And only to finish it is clicking this button." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 msgid "" -"Pandora FMS help system has been called with a help reference that currently " -"don't exist. There is no help content to show." +"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 "" -#: ../../general/noaccess.php:26 -msgid "Access to this page is restricted" +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 +msgid "Click on alerts tab and then fill the form to add an alert." msgstr "" -#: ../../general/noaccess.php:36 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 +msgid "Select the critical module." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 +msgid "In template select \"Critical Condition\"." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 +msgid "Now, select the action created before." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 +msgid "Click on Add Alert button to create the alert." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 +msgid "" +"To test the alert you've just created go to the main view by clicking on the " +"eye tab." +msgstr "" + +#: ../../include/help/clippy/data_configuration_module.php:39 +msgid "Data Configuration Module." +msgstr "" + +#: ../../include/help/clippy/data_configuration_module.php:44 +msgid "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." +msgstr "" + +#: ../../include/help/clippy/data_configuration_module.php:50 +msgid "" +"Information imported FIRST time from the XML will fill the information you " +"can see in the console, but after the first import, system will ignore any " +"update coming from the XML/Agent." +msgstr "" + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 +msgid "" +"Now, you have to go to the monitors list and look for a \"critical\" module " +"to apply the alert." +msgstr "" + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 +msgid "" +"If you know the name of the agent or the name of the module in critical " +"status, type it in this field to make the module list shorter. You can write " +"the entire name or just a part of it." +msgstr "" + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 +msgid "Click on Show button to get the modules list filtered." +msgstr "" + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 +msgid "" +"Now, to edit the module, click on the wrench that appears in the type column." +msgstr "" + +#: ../../include/help/clippy/extension_cron_send_email.php:39 +msgid "The configuration of email for the task email is in the file:" +msgstr "" + +#: ../../include/help/clippy/extension_cron_send_email.php:41 +msgid "Please check if the email configuration is correct." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 +msgid "Fill the name of your action." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 +msgid "" +"Select the group in the drop-down list and filter for ACL (the user in this " +"group can use your action to create an alert)." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 +msgid "In the command field select \"email\"." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 +msgid "" +"In the threshold field enter the seconds. The help icon show more " +"information." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 +msgid "" +"In the first field enter the email address/addresses where you want to " +"receive the email alerts separated with comas ( , ) or white spaces." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 +msgid "" +"In the \"Subject\" field you can use the macros _agent_ or _module_ for " +"each name." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 +msgid "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 +msgid "Click on Create button to create the action." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 +msgid "" +"Let me show you how to create an email action: Click on Create button and " +"fill the form showed in the following screen." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 +msgid "" +"Now, you have to go to the monitors list and look for a critical module to " +"apply the alert." +msgstr "" + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 +msgid "" +"Click on the arrow to drop down the Monitoring submenu and select Monitor " +"Detail." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 +msgid "I'm going to show you how to monitor a server." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 +msgid "Please, type an agent to save the modules for monitoring a server." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 +msgid "If you have typed the name correctly you will see the agent." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 +msgid "Now, please choose the agent you searched." +msgstr "" + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 +msgid "Choose the agent and click on the name." +msgstr "" + +#: ../../include/help/clippy/module_unknow.php:39 +msgid "You have unknown modules in this agent." +msgstr "" + +#: ../../include/help/clippy/module_unknow.php:44 +msgid "" +"Unknown modules are modules which receive data normally at least in one " +"occassion, but at this time are not receving data. Please check our " +"troubleshoot help page to help you determine why you have unknown modules." +msgstr "" + +#: ../../include/functions_treeview.php:252 +#: ../../include/graphs/functions_flot.php:558 +#: ../../include/functions_graph.php:770 +msgid "No data" +msgstr "" + +#: ../../include/functions_treeview.php:271 +msgid "Go to module edition" +msgstr "" + +#: ../../include/functions_treeview.php:309 +msgid "There was a problem loading alerts" +msgstr "" + +#: ../../include/functions_treeview.php:393 +msgid "Go to alerts edition" +msgstr "" + +#: ../../include/functions_treeview.php:532 +msgid "Go to agent edition" +msgstr "" + +#: ../../include/functions_treeview.php:541 +msgid "Agent data" +msgstr "" + +#: ../../include/functions_treeview.php:614 +msgid "Advanced information" +msgstr "" + +#: ../../include/functions_visual_map.php:903 +msgid "Last value: " +msgstr "" + +#: ../../include/functions_visual_map.php:1290 +msgid "Agent successfully added to layout" +msgstr "" + +#: ../../include/functions_visual_map.php:1437 +msgid "Modules successfully added to layout" +msgstr "" + +#: ../../include/functions_visual_map.php:1637 +msgid "Agents successfully added to layout" +msgstr "" + +#: ../../include/functions_visual_map.php:1978 +msgid "Cannot load the visualmap" +msgstr "" + +#: ../../include/functions_visual_map.php:2313 +msgid "Percentile bar" +msgstr "" + +#: ../../include/functions_visual_map.php:2317 +msgid "Static graph" +msgstr "" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "" + +#: ../../include/functions_api.php:77 +msgid "No set or get or help operation." +msgstr "" + +#: ../../include/functions_api.php:81 +msgid "This operation does not exist." +msgstr "" + +#: ../../include/functions_api.php:85 +msgid "Id does not exist in BD." +msgstr "" + +#: ../../include/functions_api.php:927 +msgid "Does not exist agent with this name." +msgstr "" + +#: ../../include/functions_api.php:929 +msgid "Does not exist module with this name." +msgstr "" + +#: ../../include/functions_api.php:1306 ../../include/functions_api.php:5822 +msgid "Correct Delete" +msgstr "" + +#: ../../include/functions_api.php:1852 +msgid "Error in creation network module. Agent name doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:1858 +msgid "" +"Error in creation network module. Id_module_type is not correct for network " +"modules." +msgstr "" + +#: ../../include/functions_api.php:1913 +msgid "Error in creation network module." +msgstr "" + +#: ../../include/functions_api.php:1946 +msgid "Error updating network module. Module name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:1954 +msgid "Error updating network module. Id_module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:1969 +msgid "Error updating network module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:1976 +msgid "Error updating network module. Id_agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2029 +msgid "Network module updated." +msgstr "" + +#: ../../include/functions_api.php:2058 +msgid "Error in creation plugin module. Id_plugin cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2065 +msgid "Error in creation plugin module. Agent name doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2125 +msgid "Error in creation plugin module." +msgstr "" + +#: ../../include/functions_api.php:2156 +msgid "Error updating plugin module. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2163 +msgid "Error updating plugin module. Id_module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2175 +msgid "Error updating plugin module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:2182 +msgid "Error updating plugin module. Id_agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2243 +msgid "Plugin module updated." +msgstr "" + +#: ../../include/functions_api.php:2272 +msgid "Error in creation data module. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2279 +msgid "Error in creation data module. Agent name doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2330 ../../include/functions_api.php:2396 +msgid "Error in creation data module." +msgstr "" + +#: ../../include/functions_api.php:2364 +msgid "Error in creation synthetic module. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2371 +msgid "Error in creation synthetic module. Agent name doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2508 +msgid "Synthetic module created ID: " +msgstr "" + +#: ../../include/functions_api.php:2539 +msgid "Error updating data module. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2546 +msgid "Error updating data module. Id_module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2558 +msgid "Error updating data module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:2565 +msgid "Error updating data module. Id_agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2613 +msgid "Data module updated." +msgstr "" + +#: ../../include/functions_api.php:2650 +msgid "Error in creation SNMP module. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2655 +msgid "" +"Error in creation SNMP module. Invalid id_module_type for a SNMP module." +msgstr "" + +#: ../../include/functions_api.php:2662 +msgid "Error in creation SNMP module. Agent name doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2677 ../../include/functions_api.php:2840 +#: ../../include/functions_api.php:5300 +msgid "" +"Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to " +"'AES' or 'DES'. " +msgstr "" + +#: ../../include/functions_api.php:2682 ../../include/functions_api.php:2849 +#: ../../include/functions_api.php:5305 +msgid "" +"Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" + +#: ../../include/functions_api.php:2687 ../../include/functions_api.php:2855 +#: ../../include/functions_api.php:5310 +msgid "" +"Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to " +"'MD5' or 'SHA'. " +msgstr "" + +#: ../../include/functions_api.php:2771 +msgid "Error in creation SNMP module." +msgstr "" + +#: ../../include/functions_api.php:2804 +msgid "Error updating SNMP module. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:2811 +msgid "Error updating SNMP module. Id_module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2823 +msgid "Error updating SNMP module. Id_module exists in the new agent." +msgstr "" + +#: ../../include/functions_api.php:2830 +msgid "Error updating snmp module. Id_agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:2943 +msgid "SNMP module updated." +msgstr "" + +#: ../../include/functions_api.php:2971 +msgid "" +"Error creating network component. Network component name cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:2976 +msgid "" +"Error creating network component. Incorrect value for Network component type " +"field." +msgstr "" + +#: ../../include/functions_api.php:2981 +msgid "" +"Error creating network component. Network component group cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:3017 +msgid "" +"Error creating network component. This network component already exists." +msgstr "" + +#: ../../include/functions_api.php:3056 +msgid "" +"Error creating plugin component. Plugin component name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3061 +msgid "Error creating plugin component. Incorrect value for Id plugin." +msgstr "" + +#: ../../include/functions_api.php:3066 +msgid "" +"Error creating plugin component. Plugin component group cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3106 +msgid "Error creating plugin component. This plugin component already exists." +msgstr "" + +#: ../../include/functions_api.php:3144 +msgid "" +"Error creating SNMP component. SNMP component name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3149 +msgid "" +"Error creating SNMP component. Incorrect value for Snmp component type field." +msgstr "" + +#: ../../include/functions_api.php:3154 +msgid "" +"Error creating SNMP component. Snmp component group cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3166 +msgid "" +"Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to " +"'AES' or 'DES'. " +msgstr "" + +#: ../../include/functions_api.php:3175 +msgid "" +"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" + +#: ../../include/functions_api.php:3181 +msgid "" +"Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to " +"'MD5' or 'SHA'. " +msgstr "" + +#: ../../include/functions_api.php:3256 +msgid "Error creating SNMP component. This SNMP component already exists." +msgstr "" + +#: ../../include/functions_api.php:3293 +msgid "" +"Error creating local component. Local component name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3299 +msgid "" +"Error creating local component. Local component group cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3323 +msgid "Error creating local component." +msgstr "" + +#: ../../include/functions_api.php:3329 +msgid "Error creating local component. This local component already exists." +msgstr "" + +#: ../../include/functions_api.php:3362 +msgid "" +"Error getting module value from all agents. Module name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3370 +msgid "Error getting module value from all agents. Module name doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3415 +msgid "Error creating alert template. Template name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3487 +msgid "Error creating alert template." +msgstr "" + +#: ../../include/functions_api.php:3518 +msgid "Error updating alert template. Id_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3526 +msgid "Error updating alert template. Id_template doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3552 +msgid "Error updating alert template." +msgstr "" + +#: ../../include/functions_api.php:3557 +msgid "Correct updating of alert template" +msgstr "" + +#: ../../include/functions_api.php:3581 +msgid "Error deleting alert template. Id_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3590 +msgid "Error deleting alert template." +msgstr "" + +#: ../../include/functions_api.php:3594 +msgid "Correct deleting of alert template." +msgstr "" + +#: ../../include/functions_api.php:3631 +msgid "Error getting all alert templates." +msgstr "" + +#: ../../include/functions_api.php:3663 +msgid "Error getting alert template. Id_template doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3680 +msgid "Error getting alert template." +msgstr "" + +#: ../../include/functions_api.php:3719 +msgid "Error getting module groups." +msgstr "" + +#: ../../include/functions_api.php:3764 +msgid "Error getting plugins." +msgstr "" + +#: ../../include/functions_api.php:3787 +msgid "Error creating module from network component. Agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3794 +msgid "" +"Error creating module from network component. Network component doesn't " +"exist." +msgstr "" + +#: ../../include/functions_api.php:3812 +msgid "Error creating module from network component. Error creating module." +msgstr "" + +#: ../../include/functions_api.php:3839 +msgid "Error assigning module to template. Id_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3845 +msgid "Error assigning module to template. Id_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3851 +msgid "Error assigning module to template. Id_agent cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3859 +msgid "Error assigning module to template. Id_template doensn't exists." +msgstr "" + +#: ../../include/functions_api.php:3869 +msgid "Error assigning module to template. Id_agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3876 +msgid "Error assigning module to template. Id_module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3884 +msgid "Error assigning module to template." +msgstr "" + +#: ../../include/functions_api.php:3910 +msgid "" +"Error deleting module template. Id_module_template cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:3917 +msgid "Error deleting module template. Id_module_template doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:3925 ../../include/functions_api.php:3984 +msgid "Error deleting module template." +msgstr "" + +#: ../../include/functions_api.php:3928 ../../include/functions_api.php:3987 +msgid "Correct deleting of module template." +msgstr "" + +#: ../../include/functions_api.php:4064 +msgid "Error validate all alerts. Failed " +msgstr "" + +#: ../../include/functions_api.php:4067 +msgid "Correct validating of all alerts." +msgstr "" + +#: ../../include/functions_api.php:4094 +msgid "Error validating all alert policies." +msgstr "" + +#: ../../include/functions_api.php:4152 +msgid "Error validate all policy alerts. Failed " +msgstr "" + +#: ../../include/functions_api.php:4155 +msgid "Correct validating of all policy alerts." +msgstr "" + +#: ../../include/functions_api.php:4178 +msgid "Error stopping downtime. Id_downtime cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4194 +msgid "Downtime stopped." +msgstr "" + +#: ../../include/functions_api.php:4509 +msgid "and this modules are doesn't exists or not applicable a this agents: " +msgstr "" + +#: ../../include/functions_api.php:4511 +msgid "and this agents are generate problems: " +msgstr "" + +#: ../../include/functions_api.php:4513 +msgid "and this agents with ids are doesn't exists: " +msgstr "" + +#: ../../include/functions_api.php:4540 +msgid "Error adding agent to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4545 +msgid "Error adding agent to policy. Id_agent cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4553 +msgid "Error adding agent to policy. Id_agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:4561 +msgid "Error adding agent to policy." +msgstr "" + +#: ../../include/functions_api.php:4569 +msgid "Error adding agent to policy. The agent is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:4604 +msgid "Error adding data module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4609 +msgid "Error adding data module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4617 +msgid "Error adding data module to policy." +msgstr "" + +#: ../../include/functions_api.php:4653 +msgid "" +"Error adding data module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:4693 +msgid "Error updating data module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4698 +msgid "" +"Error updating data module in policy. Id_policy_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4706 +msgid "Error updating data module in policy. Module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:4712 +msgid "Error updating data module in policy. Module type is not network type." +msgstr "" + +#: ../../include/functions_api.php:4741 +msgid "Data policy module updated." +msgstr "" + +#: ../../include/functions_api.php:4770 +msgid "Error adding network module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4776 +msgid "" +"Error adding network module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4782 +msgid "" +"Error adding network module to policy. Id_module_type is not correct for " +"network modules." +msgstr "" + +#: ../../include/functions_api.php:4792 +msgid "Error adding network module to policy." +msgstr "" + +#: ../../include/functions_api.php:4830 +msgid "" +"Error adding network module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:4868 +msgid "" +"Error updating network module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4874 +msgid "" +"Error updating network module in policy. Id_policy_module cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:4883 +msgid "Error updating network module in policy. Module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:4889 +msgid "" +"Error updating network module in policy. Module type is not network type." +msgstr "" + +#: ../../include/functions_api.php:4915 +msgid "Network policy module updated." +msgstr "" + +#: ../../include/functions_api.php:4942 +msgid "Error adding plugin module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4947 +msgid "Error adding plugin module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4952 +msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:4960 +msgid "Error adding plugin module to policy." +msgstr "" + +#: ../../include/functions_api.php:5003 +msgid "" +"Error adding plugin module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:5042 +msgid "Error updating plugin module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5048 +msgid "" +"Error updating plugin module in policy. Id_policy_module cannot be left " +"blank." +msgstr "" + +#: ../../include/functions_api.php:5057 +msgid "Error updating plugin module in policy. Module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:5063 +msgid "" +"Error updating plugin module in policy. Module type is not network type." +msgstr "" + +#: ../../include/functions_api.php:5095 +msgid "Plugin policy module updated." +msgstr "" + +#: ../../include/functions_api.php:5270 +msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5275 +msgid "Error adding SNMP module to policy. Module_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5283 +msgid "Error adding SNMP module to policy." +msgstr "" + +#: ../../include/functions_api.php:5288 +msgid "" +"Error adding SNMP module to policy. Id_module_type is not correct for SNMP " +"modules." +msgstr "" + +#: ../../include/functions_api.php:5382 +msgid "" +"Error adding SNMP module to policy. The module is already in the policy." +msgstr "" + +#: ../../include/functions_api.php:5421 +msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5426 +msgid "" +"Error updating SNMP module in policy. Id_policy_module cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5434 +msgid "Error updating SNMP module in policy. Module doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:5439 +msgid "Error updating SNMP module in policy. Module type is not SNMP type." +msgstr "" + +#: ../../include/functions_api.php:5449 +msgid "" +"Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to 'AES' " +"or 'DES'. " +msgstr "" + +#: ../../include/functions_api.php:5459 +msgid "" +"Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" + +#: ../../include/functions_api.php:5466 +msgid "" +"Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to 'MD5' " +"or 'SHA'. " +msgstr "" + +#: ../../include/functions_api.php:5506 +msgid "SNMP policy module updated." +msgstr "" + +#: ../../include/functions_api.php:5529 +msgid "Error applying policy. Id_policy cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5542 ../../include/functions_api.php:5567 +msgid "Error applying policy." +msgstr "" + +#: ../../include/functions_api.php:5554 +msgid "Error applying policy. This policy is already pending to apply." +msgstr "" + +#: ../../include/functions_api.php:5612 +msgid "Error applying all policies." +msgstr "" + +#: ../../include/functions_api.php:5664 +msgid "Error in group creation. Group_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5670 +msgid "Error in group creation. Icon_name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5683 ../../include/functions_api.php:5860 +msgid "Error in group creation. Id_parent_group doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:5711 +msgid "Error in group creation." +msgstr "" + +#: ../../include/functions_api.php:5848 +msgid "Error in netflow filter creation. Filter name cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5853 +msgid "Error in netflow filter creation. Group id cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5866 +msgid "Error in netflow filter creation. Filter cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5871 +msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5876 +msgid "Error in netflow filter creation. Output_format cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:5894 +msgid "Error in netflow filter creation." +msgstr "" + +#: ../../include/functions_api.php:6033 +msgid "Create user." +msgstr "" + +#: ../../include/functions_api.php:6072 +msgid "Error updating user. Id_user cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:6080 +msgid "Error updating user. Id_user doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:6096 +msgid "Error updating user. Password info incorrect." +msgstr "" + +#: ../../include/functions_api.php:6104 +msgid "Updated user." +msgstr "" + +#: ../../include/functions_api.php:6135 +msgid "Error enable/disable user. Id_user cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:6142 +msgid "Error enable/disable user. Enable/disable value cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:6148 +msgid "Error enable/disable user. The user doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:6157 +msgid "Error in user enabling/disabling." +msgstr "" + +#: ../../include/functions_api.php:6162 +msgid "Enabled user." +msgstr "" + +#: ../../include/functions_api.php:6166 +msgid "Disabled user." +msgstr "" + +#: ../../include/functions_api.php:7632 +msgid "Delete user." +msgstr "" + +#: ../../include/functions_api.php:7661 +msgid "Add user profile." +msgstr "" + +#: ../../include/functions_api.php:7694 +msgid "Delete user profile." +msgstr "" + +#: ../../include/functions_api.php:7792 +msgid "Correct module disable" +msgstr "" + +#: ../../include/functions_api.php:7795 +msgid "Error disabling module" +msgstr "" + +#: ../../include/functions_api.php:7821 +msgid "Correct module enable" +msgstr "" + +#: ../../include/functions_api.php:7824 +msgid "Error enabling module" +msgstr "" + +#: ../../include/functions_api.php:8363 +msgid "Error adding event comment." +msgstr "" + +#: ../../include/functions_api.php:8602 +msgid "Error enable/disable agent. Id_agent cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8609 +msgid "Error enable/disable agent. Enable/disable value cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8615 +msgid "Error enable/disable agent. The agent doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:8626 +msgid "Error in agent enabling/disabling." +msgstr "" + +#: ../../include/functions_api.php:8632 +msgid "Enabled agent." +msgstr "" + +#: ../../include/functions_api.php:8637 +msgid "Disabled agent." +msgstr "" + +#: ../../include/functions_api.php:8733 +msgid "Error getting special_days." +msgstr "" + +#: ../../include/functions_api.php:8768 +msgid "Error creating special day. Specified day already exists." +msgstr "" + +#: ../../include/functions_api.php:8773 +msgid "Error creating special day. Invalid date format." +msgstr "" + +#: ../../include/functions_api.php:8785 +msgid "Error in creation special day." +msgstr "" + +#: ../../include/functions_api.php:8818 +msgid "Error updating special day. Id cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8825 +msgid "Error updating special day. Id doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:8830 +msgid "Error updating special day. Invalid date format." +msgstr "" + +#: ../../include/functions_api.php:8864 +msgid "Error deleting special day. Id cannot be left blank." +msgstr "" + +#: ../../include/functions_api.php:8871 +msgid "Error deleting special day. Id doesn't exist." +msgstr "" + +#: ../../include/functions_api.php:8878 +msgid "Error in deletion special day." +msgstr "" + +#: ../../include/functions_alerts.php:549 +msgid "Max and min" +msgstr "" + +#: ../../include/functions_alerts.php:552 +msgid "Equal to" +msgstr "" + +#: ../../include/functions_alerts.php:553 +msgid "Not equal to" +msgstr "" + +#: ../../include/functions_alerts.php:556 +msgid "Unknown status" +msgstr "" + +#: ../../include/functions_alerts.php:557 +msgid "On Change" +msgstr "" + +#: ../../include/functions_agents.php:664 +msgid "" +"There was an error copying the agent configuration, the copy has been " +"cancelled" +msgstr "" + +#: ../../include/functions_agents.php:2116 +#: ../../include/functions_agents.php:2141 +#: ../../include/functions_agents.php:2166 +msgid "No Monitors" +msgstr "" + +#: ../../include/functions_agents.php:2120 +#: ../../include/functions_agents.php:2145 +#: ../../include/functions_agents.php:2170 +#: ../../include/functions_reporting.php:7088 +msgid "At least one module in CRITICAL status" +msgstr "" + +#: ../../include/functions_agents.php:2124 +#: ../../include/functions_agents.php:2149 +#: ../../include/functions_agents.php:2174 +#: ../../include/functions_reporting.php:7092 +msgid "At least one module in WARNING status" +msgstr "" + +#: ../../include/functions_agents.php:2128 +#: ../../include/functions_agents.php:2153 +#: ../../include/functions_agents.php:2178 +#: ../../include/functions_reporting.php:7096 +msgid "At least one module is in UKNOWN status" +msgstr "" + +#: ../../include/functions_agents.php:2132 +#: ../../include/functions_agents.php:2157 +#: ../../include/functions_agents.php:2182 +#: ../../include/functions_reporting.php:7100 +msgid "All Monitors OK" +msgstr "" + +#: ../../include/functions_db.php:75 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "" + +#: ../../include/functions_db.php:1512 +msgid "SQL sentence" +msgstr "" + +#: ../../include/functions_db.php:1514 +msgid "Rows" +msgstr "" + +#: ../../include/functions_db.php:1515 +msgid "Saved" +msgstr "" + +#: ../../include/functions_db.php:1516 +msgid "Time (ms)" +msgstr "" + +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:5007 +#: ../../include/functions_reporting.php:5116 +msgid "Simple graph" +msgstr "" + +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3118 +msgid "Simple baseline graph" +msgstr "" + +#: ../../include/functions_reports.php:511 +msgid "SQL vertical bar graph" +msgstr "" + +#: ../../include/functions_reports.php:513 +msgid "SQL pie graph" +msgstr "" + +#: ../../include/functions_reports.php:515 +msgid "SQL horizonal bar graph" +msgstr "" + +#: ../../include/functions_reports.php:519 +msgid "Automatic combined Graph" +msgstr "" + +#: ../../include/functions_reports.php:524 +#: ../../include/functions_reports.php:526 +#: ../../include/functions_reports.php:528 +#: ../../include/functions_reports.php:530 +msgid "ITIL" +msgstr "" + +#: ../../include/functions_reports.php:548 +#: ../../include/functions_reports.php:550 +msgid "Forecasting" +msgstr "" + +#: ../../include/functions_reports.php:551 +msgid "Projection graph" +msgstr "" + +#: ../../include/functions_reports.php:556 +#: ../../include/functions_graph.php:704 +#: ../../include/functions_graph.php:3816 +msgid "Avg. Value" +msgstr "" + +#: ../../include/functions_reports.php:562 +msgid "Monitor report" +msgstr "" + +#: ../../include/functions_reports.php:564 +msgid "Serialize data" +msgstr "" + +#: ../../include/functions_reports.php:568 +msgid "Historical Data" +msgstr "" + +#: ../../include/functions_reports.php:572 +#: ../../include/functions_reports.php:574 +#: ../../include/functions_reports.php:576 +#: ../../include/functions_reports.php:579 +#: ../../include/functions_reports.php:583 +#: ../../include/functions_reports.php:586 +#: ../../include/functions_reports.php:588 +#: ../../include/functions_reports.php:590 +msgid "Grouped" +msgstr "" + +#: ../../include/functions_reports.php:589 +msgid "Network interfaces" +msgstr "" + +#: ../../include/functions_reports.php:594 +#: ../../include/functions_reports.php:596 +msgid "Text/HTML " +msgstr "" + +#: ../../include/functions_reports.php:597 +msgid "Import text from URL" +msgstr "" + +#: ../../include/functions_reports.php:602 +msgid "Alert report module" +msgstr "" + +#: ../../include/functions_reports.php:604 +msgid "Alert report agent" +msgstr "" + +#: ../../include/functions_reports.php:607 +msgid "Alert report group" +msgstr "" + +#: ../../include/functions_reports.php:613 +msgid "Event report agent" +msgstr "" + +#: ../../include/functions_reports.php:615 +msgid "Event report module" +msgstr "" + +#: ../../include/functions_reports.php:617 +msgid "Event report group" +msgstr "" + +#: ../../include/functions_reports.php:624 +msgid "Inventory changes" +msgstr "" + +#: ../../include/functions_reports.php:632 +#: ../../include/functions_reporting.php:3315 +msgid "Agent configuration" +msgstr "" + +#: ../../include/functions_reports.php:634 +#: ../../include/functions_reporting.php:2372 +msgid "Group configuration" +msgstr "" + +#: ../../include/functions_reports.php:636 +msgid "Netflow area chart" +msgstr "" + +#: ../../include/functions_reports.php:638 +msgid "Netflow pie chart" +msgstr "" + +#: ../../include/functions_reports.php:640 +msgid "Netflow data table" +msgstr "" + +#: ../../include/functions_reports.php:642 +msgid "Netflow statistics table" +msgstr "" + +#: ../../include/functions_reports.php:644 +msgid "Netflow summary table" +msgstr "" + +#: ../../include/auth/mysql.php:246 +msgid "" +"Problems with configuration permissions. Please contact with Administrator" +msgstr "" + +#: ../../include/auth/mysql.php:252 +msgid "Your permissions have changed. Please, login again." +msgstr "" + +#: ../../include/auth/mysql.php:265 +msgid "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" +msgstr "" + +#: ../../include/auth/mysql.php:281 +msgid "Fail the group synchronizing" +msgstr "" + +#: ../../include/auth/mysql.php:287 +msgid "Fail the tag synchronizing" +msgstr "" + +#: ../../include/auth/mysql.php:300 +msgid "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" +msgstr "" + +#: ../../include/auth/mysql.php:312 +msgid "User not found in database or incorrect password" +msgstr "" + +#: ../../include/auth/mysql.php:543 +msgid "Could not changes password on remote pandora" +msgstr "" + +#: ../../include/auth/mysql.php:580 +msgid "Your installation of PHP does not support LDAP" +msgstr "" + +#: ../../include/functions.php:217 +msgid "," +msgstr "" + +#: ../../include/functions.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "" + +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "" + +#: ../../include/functions.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "" + +#: ../../include/functions.php:442 ../../include/functions.php:576 +msgid "Y" +msgstr "" + +#: ../../include/functions.php:443 ../../include/functions.php:577 +msgid "m" +msgstr "" + +#: ../../include/functions.php:444 ../../include/functions.php:578 +msgid "h" +msgstr "" + +#: ../../include/functions.php:445 ../../include/functions.php:579 +msgid "N" +msgstr "" + +#: ../../include/functions.php:865 ../../include/functions.php:1073 +#: ../../include/functions.php:1106 ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:69 +#: ../../include/functions_events.php:1466 +#: ../../include/functions_graph.php:2665 +#: ../../include/functions_graph.php:3155 +#: ../../include/functions_graph.php:3156 +#: ../../include/functions_graph.php:5062 +msgid "Maintenance" +msgstr "" + +#: ../../include/functions.php:868 ../../include/functions.php:1074 +#: ../../include/functions.php:1109 ../../include/functions_events.php:1469 +#: ../../include/functions_graph.php:3159 +#: ../../include/functions_graph.php:3160 +#: ../../include/functions_graph.php:5065 +msgid "Informational" +msgstr "" + +#: ../../include/functions.php:880 ../../include/functions.php:1076 +#: ../../include/functions.php:1121 ../../include/functions_graph.php:3167 +#: ../../include/functions_graph.php:3168 +#: ../../include/functions_graph.php:5077 +msgid "Minor" +msgstr "" + +#: ../../include/functions.php:883 ../../include/functions.php:1078 +#: ../../include/functions.php:1124 ../../include/functions_graph.php:3175 +#: ../../include/functions_graph.php:3176 +#: ../../include/functions_graph.php:5080 +msgid "Major" +msgstr "" + +#: ../../include/functions.php:1027 ../../include/functions_events.php:1402 +msgid "Monitor Critical" +msgstr "" + +#: ../../include/functions.php:1028 ../../include/functions_events.php:1405 +msgid "Monitor Warning" +msgstr "" + +#: ../../include/functions.php:1029 ../../include/functions_events.php:1408 +msgid "Monitor Normal" +msgstr "" + +#: ../../include/functions.php:1031 +msgid "Monitor Unknown" +msgstr "" + +#: ../../include/functions.php:1034 ../../include/functions_events.php:1124 +#: ../../include/functions_events.php:1414 +msgid "Alert recovered" +msgstr "" + +#: ../../include/functions.php:1035 ../../include/functions_events.php:1159 +#: ../../include/functions_events.php:1417 +msgid "Alert ceased" +msgstr "" + +#: ../../include/functions.php:1036 ../../include/functions_events.php:1420 +msgid "Alert manual validation" +msgstr "" + +#: ../../include/functions.php:1038 +msgid "Agent created" +msgstr "" + +#: ../../include/functions.php:1039 ../../include/functions_events.php:1423 +msgid "Recon host detected" +msgstr "" + +#: ../../include/functions.php:1042 ../../include/functions_events.php:1156 +#: ../../include/functions_events.php:1432 +msgid "Configuration change" +msgstr "" + +#: ../../include/functions.php:2015 +msgid "custom" +msgstr "" + +#: ../../include/functions.php:2020 ../../include/functions.php:2021 +#, php-format +msgid "%s minutes" +msgstr "" + +#: ../../include/functions.php:2023 ../../include/functions.php:2024 +#, php-format +msgid "%s hours" +msgstr "" + +#: ../../include/functions.php:2026 ../../include/ajax/module.php:124 +#: ../../include/functions_netflow.php:1090 +msgid "1 week" +msgstr "" + +#: ../../include/functions.php:2029 ../../include/functions.php:2030 +#, php-format +msgid "%s months" +msgstr "" + +#: ../../include/functions.php:2032 ../../include/functions.php:2033 +#, php-format +msgid "%s years" +msgstr "" + +#: ../../include/functions.php:2036 +msgid "Default values will be used" +msgstr "" + +#: ../../include/functions.php:2196 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ../../include/functions.php:2202 +msgid "Missing a temporary folder" +msgstr "" + +#: ../../include/functions.php:2205 +msgid "Failed to write file to disk" +msgstr "" + +#: ../../include/functions.php:2208 +msgid "File upload stopped by extension" +msgstr "" + +#: ../../include/functions.php:2212 +msgid "Unknown upload error" +msgstr "" + +#: ../../include/functions.php:2308 +msgid "Source ID" +msgstr "" + +#: ../../include/functions.php:2315 +msgid "No data found to export" +msgstr "" + +#: ../../include/functions.php:2580 +msgid "15 seconds" +msgstr "" + +#: ../../include/functions.php:2585 +msgid "15 minutes" +msgstr "" + +#: ../../include/functions.php:2586 ../../include/ajax/module.php:119 +msgid "30 minutes" +msgstr "" + +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:54 +#: ../../include/functions_graph.php:2660 +msgid "Informative" +msgstr "" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +#: ../../include/functions_graph.php:2661 +msgid "Low" +msgstr "" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +#: ../../include/functions_graph.php:2662 +msgid "Medium" +msgstr "" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_graph.php:2663 +msgid "Serious" +msgstr "" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +#: ../../include/functions_graph.php:2664 +msgid "Very serious" +msgstr "" + +#: ../../include/functions_incidents.php:88 +#: ../../include/functions_incidents.php:107 +msgid "Active incidents" +msgstr "" + +#: ../../include/functions_incidents.php:89 +#: ../../include/functions_incidents.php:110 +msgid "Active incidents, with comments" +msgstr "" + +#: ../../include/functions_incidents.php:90 +#: ../../include/functions_incidents.php:113 +msgid "Rejected incidents" +msgstr "" + +#: ../../include/functions_incidents.php:91 +#: ../../include/functions_incidents.php:116 +msgid "Expired incidents" +msgstr "" + +#: ../../include/functions_incidents.php:92 +#: ../../include/functions_incidents.php:119 +msgid "Closed incidents" +msgstr "" + +#: ../../include/graphs/export_data.php:71 +#: ../../include/graphs/export_data.php:126 +msgid "An error occured exporting the data" +msgstr "" + +#: ../../include/graphs/functions_flot.php:235 +msgid "Cancel zoom" +msgstr "" + +#: ../../include/graphs/functions_flot.php:237 +msgid "Warning and Critical thresholds" +msgstr "" + +#: ../../include/graphs/functions_flot.php:240 +msgid "Overview graph" +msgstr "" + +#: ../../include/graphs/functions_pchart.php:201 +#: ../../include/graphs/functions_pchart.php:1130 +msgid "Actual" +msgstr "" + +#: ../../include/functions_html.php:725 +msgid "weeks" +msgstr "" + +#: ../../include/functions_html.php:856 +msgid "Month day" +msgstr "" + +#: ../../include/functions_html.php:857 ../../include/functions_graph.php:2449 +msgid "Month" +msgstr "" + +#: ../../include/functions_html.php:858 +msgid "Week day" +msgstr "" + +#: ../../include/functions_html.php:2149 +msgid "Type at least two characters to search the module." +msgstr "" + +#: ../../include/functions_tags.php:602 +msgid "Click here to open a popup window with URL tag" +msgstr "" + +#: ../../include/functions_planned_downtimes.php:560 +msgid "Succesful stopped the Downtime" +msgstr "" + +#: ../../include/functions_planned_downtimes.php:561 +msgid "Unsuccesful stopped the Downtime" +msgstr "" + +#: ../../include/functions_planned_downtimes.php:660 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "" + +#: ../../include/functions_planned_downtimes.php:785 +msgid "This planned downtime are executed now. Can't delete in this moment." +msgstr "" + +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "" + +#: ../../include/functions_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "" + +#: ../../include/functions_events.php:1001 +msgid "Events -by module-" +msgstr "" + +#: ../../include/functions_events.php:1121 +msgid "Going to unknown" +msgstr "" + +#: ../../include/functions_events.php:1127 +msgid "Alert manually validated" +msgstr "" + +#: ../../include/functions_events.php:1130 +msgid "Going from critical to warning" +msgstr "" + +#: ../../include/functions_events.php:1134 +msgid "Going down to critical state" +msgstr "" + +#: ../../include/functions_events.php:1138 +msgid "Going up to normal state" +msgstr "" + +#: ../../include/functions_events.php:1141 +msgid "Going down from normal to warning" +msgstr "" + +#: ../../include/functions_events.php:1147 +#: ../../include/functions_graph.php:3031 +#: ../../include/functions_graph.php:3082 +msgid "SYSTEM" +msgstr "" + +#: ../../include/functions_events.php:1150 +msgid "Recon server detected a new host" +msgstr "" + +#: ../../include/functions_events.php:1153 +msgid "New agent created" +msgstr "" + +#: ../../include/functions_events.php:1166 +msgid "Unknown type:" +msgstr "" + +#: ../../include/functions_events.php:1503 +#: ../../include/functions_events.php:1524 +msgid "Only new" +msgstr "" + +#: ../../include/functions_events.php:1505 +#: ../../include/functions_events.php:1530 +msgid "Only in process" +msgstr "" + +#: ../../include/functions_events.php:1506 +#: ../../include/functions_events.php:1533 +msgid "Only not validated" +msgstr "" + +#: ../../include/functions_events.php:1577 +msgid "Agent address" +msgstr "" + +#: ../../include/functions_events.php:1578 +msgid "Agent id" +msgstr "" + +#: ../../include/functions_events.php:1580 +msgid "Module Agent address" +msgstr "" + +#: ../../include/functions_events.php:1672 +msgid "Change owner" +msgstr "" + +#: ../../include/functions_events.php:1711 +msgid "Change status" +msgstr "" + +#: ../../include/functions_events.php:1717 +#: ../../include/functions_events.php:1723 +msgid "In process" +msgstr "" + +#: ../../include/functions_events.php:1750 +#: ../../include/functions_events.php:2562 +msgid "Add comment" +msgstr "" + +#: ../../include/functions_events.php:1769 +msgid "Custom responses" +msgstr "" + +#: ../../include/functions_events.php:1971 +msgid "There was an error connecting to the node" +msgstr "" + +#: ../../include/functions_events.php:2010 +msgid "Agent details" +msgstr "" + +#: ../../include/functions_events.php:2047 +msgid "View custom fields" +msgstr "" + +#: ../../include/functions_events.php:2059 +msgid "Module details" +msgstr "" + +#: ../../include/functions_events.php:2076 +msgid "No assigned" +msgstr "" + +#: ../../include/functions_events.php:2149 +#: ../../include/functions_events.php:2153 +msgid "Go to data overview" +msgstr "" + +#: ../../include/functions_events.php:2296 +#, php-format +msgid "Invalid custom data: %s" +msgstr "" + +#: ../../include/functions_events.php:2343 +msgid "First event" +msgstr "" + +#: ../../include/functions_events.php:2343 +msgid "Last event" +msgstr "" + +#: ../../include/functions_events.php:2419 +#: ../../mobile/operation/events.php:497 +msgid "Acknowledged by" +msgstr "" + +#: ../../include/functions_events.php:2457 +msgid "ID extra" +msgstr "" + +#: ../../include/functions_events.php:2508 +#: ../../include/functions_events.php:2554 +msgid "There are no comments" +msgstr "" + +#: ../../include/ajax/visual_console_builder.ajax.php:178 +#: ../../include/functions_graph.php:5044 +msgid "No data to show" +msgstr "" + +#: ../../include/ajax/update_manager.ajax.php:95 +msgid "Invalid extension. The package must have the extension .oum." +msgstr "" + +#: ../../include/ajax/update_manager.ajax.php:102 +msgid "The file was not uploaded succesfully." +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:146 +msgid "" +"This is the private code that you should use with your authenticator app" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:147 +#: ../../include/ajax/double_auth.ajax.php:283 +msgid "" +"You could enter the code manually or use the QR code to add it automatically" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:153 +#: ../../include/ajax/double_auth.ajax.php:289 +msgid "QR" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:189 +msgid "You are about to activate the double authentication" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:190 +msgid "" +"With this option enabled, your account access will be more secure, \n" +"\t\tcause a code generated by other application will be required after the " +"login" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:194 +msgid "" +"You will need to install the app from the following link before continue" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:199 +msgid "Download the app" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:203 +#: ../../include/ajax/double_auth.ajax.php:294 +msgid "Continue" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:219 +msgid "Are you installed the app yet?" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:277 +msgid "A private code has been generated" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:282 +msgid "" +"Before continue, you should create a new entry into the authenticator app" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:292 +msgid "Refresh code" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:358 +msgid "Are you introduced the code in the authenticator app yet?" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:420 +msgid "Introduce a code generated by the app" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:421 +msgid "If the code is valid, the double authentication will be activated" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:430 +msgid "Validate code" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:481 +msgid "The code is valid, you can exit now" +msgstr "" + +#: ../../include/ajax/double_auth.ajax.php:497 +msgid "The code is valid, but it was an error saving the data" +msgstr "" + +#: ../../include/ajax/events.php:301 +msgid "Agent fields" +msgstr "" + +#: ../../include/ajax/events.php:309 +msgid "Custom data" +msgstr "" + +#: ../../include/ajax/events.php:377 +msgid "Error adding comment" +msgstr "" + +#: ../../include/ajax/events.php:378 +msgid "Comment added successfully" +msgstr "" + +#: ../../include/ajax/events.php:379 +msgid "Error changing event status" +msgstr "" + +#: ../../include/ajax/events.php:380 +msgid "Event status changed successfully" +msgstr "" + +#: ../../include/ajax/events.php:381 +msgid "Error changing event owner" +msgstr "" + +#: ../../include/ajax/events.php:382 +msgid "Event owner changed successfully" +msgstr "" + +#: ../../include/ajax/module.php:127 ../../include/functions_netflow.php:1060 +msgid "3 months" +msgstr "" + +#: ../../include/ajax/module.php:130 ../../include/functions_netflow.php:1063 +msgid "2 years" +msgstr "" + +#: ../../include/ajax/module.php:131 +msgid "3 years" +msgstr "" + +#: ../../include/ajax/module.php:1063 +msgid "Any monitors aren't with this filter." +msgstr "" + +#: ../../include/ajax/module.php:1066 +msgid "This agent doesn't have any active monitors." +msgstr "" + +#: ../../include/functions_reporting.php:1169 +msgid "Event Report Group" +msgstr "" + +#: ../../include/functions_reporting.php:1345 +msgid "Event Report Module" +msgstr "" + +#: ../../include/functions_reporting.php:1518 +msgid "Agent/Modules" +msgstr "" + +#: ../../include/functions_reporting.php:1607 +msgid "Exception - Everything" +msgstr "" + +#: ../../include/functions_reporting.php:1612 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1614 +#, php-format +msgid "Modules over or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1618 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1620 +#, php-format +msgid "Modules under or equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1624 +#, php-format +msgid "Exception - Modules under %s" +msgstr "" + +#: ../../include/functions_reporting.php:1626 +#, php-format +msgid "Modules under %s" +msgstr "" + +#: ../../include/functions_reporting.php:1630 +#, php-format +msgid "Exception - Modules over %s" +msgstr "" + +#: ../../include/functions_reporting.php:1632 +#, php-format +msgid "Modules over %s" +msgstr "" + +#: ../../include/functions_reporting.php:1636 +#, php-format +msgid "Exception - Equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1638 +#, php-format +msgid "Equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1642 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1644 +#, php-format +msgid "Not equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1648 +msgid "Exception - Modules at normal status" +msgstr "" + +#: ../../include/functions_reporting.php:1649 +msgid "Modules at normal status" +msgstr "" + +#: ../../include/functions_reporting.php:1653 +msgid "Exception - Modules at critical or warning status" +msgstr "" + +#: ../../include/functions_reporting.php:1654 +msgid "Modules at critical or warning status" +msgstr "" + +#: ../../include/functions_reporting.php:1839 +msgid "There are no Modules under those conditions." +msgstr "" + +#: ../../include/functions_reporting.php:1842 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "" + +#: ../../include/functions_reporting.php:1845 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "" + +#: ../../include/functions_reporting.php:1848 +#, php-format +msgid "There are no Modules less %s." +msgstr "" + +#: ../../include/functions_reporting.php:1851 +#, php-format +msgid "There are no Modules over %s." +msgstr "" + +#: ../../include/functions_reporting.php:1854 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1857 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "" + +#: ../../include/functions_reporting.php:1860 +msgid "There are no Modules normal status" +msgstr "" + +#: ../../include/functions_reporting.php:1863 +msgid "There are no Modules at critial or warning status" +msgstr "" + +#: ../../include/functions_reporting.php:2065 +msgid "Event Report Agent" +msgstr "" + +#: ../../include/functions_reporting.php:2259 +msgid "Database Serialized" +msgstr "" + +#: ../../include/functions_reporting.php:2448 +msgid "Network interfaces report" +msgstr "" + +#: ../../include/functions_reporting.php:2467 +msgid "The group has no agents or none of the agents has any network interface" +msgstr "" + +#: ../../include/functions_reporting.php:2517 +msgid "bytes/s" +msgstr "" + +#: ../../include/functions_reporting.php:2546 +msgid "Alert Report Group" +msgstr "" + +#: ../../include/functions_reporting.php:2668 +msgid "Alert Report Agent" +msgstr "" + +#: ../../include/functions_reporting.php:2776 +msgid "Alert Report Module" +msgstr "" + +#: ../../include/functions_reporting.php:2911 +msgid "SQL Graph Vertical Bars" +msgstr "" + +#: ../../include/functions_reporting.php:2914 +msgid "SQL Graph Horizontal Bars" +msgstr "" + +#: ../../include/functions_reporting.php:2917 +msgid "SQL Graph Pie" +msgstr "" + +#: ../../include/functions_reporting.php:3043 +msgid "Netflow Area" +msgstr "" + +#: ../../include/functions_reporting.php:3046 +msgid "Netflow Pie" +msgstr "" + +#: ../../include/functions_reporting.php:3049 +msgid "Netflow Data" +msgstr "" + +#: ../../include/functions_reporting.php:3052 +msgid "Netflow Statistics" +msgstr "" + +#: ../../include/functions_reporting.php:3055 +msgid "Netflow Summary" +msgstr "" + +#: ../../include/functions_reporting.php:3179 +msgid "Prediction Date" +msgstr "" + +#: ../../include/functions_reporting.php:3710 +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 "" + +#: ../../include/functions_reporting.php:4516 +msgid "No Address" +msgstr "" + +#: ../../include/functions_reporting.php:4931 +msgid "Minimal" +msgstr "" + +#: ../../include/functions_reporting.php:4934 +msgid "Maximun" +msgstr "" + +#: ../../include/functions_reporting.php:5500 +#: ../../include/functions_reporting.php:5614 +#: ../../include/functions_reporting.php:5743 +msgid "Maximum of events shown" +msgstr "" + +#: ../../include/functions_reporting.php:6105 +#: ../../include/functions_reporting.php:6142 +msgid "Server health" +msgstr "" + +#: ../../include/functions_reporting.php:6105 +#, php-format +msgid "%d Downed servers" +msgstr "" + +#: ../../include/functions_reporting.php:6113 +#: ../../include/functions_reporting.php:6145 +msgid "Monitor health" +msgstr "" + +#: ../../include/functions_reporting.php:6113 +#, php-format +msgid "%d Not Normal monitors" +msgstr "" + +#: ../../include/functions_reporting.php:6115 +#: ../../include/functions_reporting.php:6146 +msgid "of monitors up" +msgstr "" + +#: ../../include/functions_reporting.php:6121 +#: ../../include/functions_reporting.php:6148 +msgid "Module sanity" +msgstr "" + +#: ../../include/functions_reporting.php:6121 +#, php-format +msgid "%d Not inited monitors" +msgstr "" + +#: ../../include/functions_reporting.php:6123 +#: ../../include/functions_reporting.php:6149 +msgid "of total modules inited" +msgstr "" + +#: ../../include/functions_reporting.php:6129 +#: ../../include/functions_reporting.php:6151 +#: ../../include/functions_reporting_html.php:2016 +msgid "Alert level" +msgstr "" + +#: ../../include/functions_reporting.php:6129 +#: ../../include/functions_reporting.php:7148 +#: ../../include/functions_reporting.php:7157 +#, php-format +msgid "%d Fired alerts" +msgstr "" + +#: ../../include/functions_reporting.php:6131 +#: ../../include/functions_reporting.php:6152 +msgid "of defined alerts not fired" +msgstr "" + +#: ../../include/functions_reporting.php:6211 +msgid "Defined and fired alerts" +msgstr "" + +#: ../../include/functions_reporting.php:6277 +msgid "Monitor normal" +msgstr "" + +#: ../../include/functions_reporting.php:6281 +msgid "Monitor unknown" +msgstr "" + +#: ../../include/functions_reporting.php:6288 +msgid "Monitor not init" +msgstr "" + +#: ../../include/functions_reporting.php:6312 +#: ../../include/functions_reporting.php:6323 +msgid "Monitors by status" +msgstr "" + +#: ../../include/functions_reporting.php:6388 +#: ../../include/functions_reporting_html.php:2730 +msgid "Total agents and monitors" +msgstr "" + +#: ../../include/functions_reporting.php:6411 +msgid "Defined users" +msgstr "" + +#: ../../include/functions_reporting.php:7049 +msgid "Agent without data" +msgstr "" + +#: ../../include/functions_reporting.php:7136 +#: ../../include/functions_reporting.php:7143 +#, php-format +msgid "%d Total modules" +msgstr "" + +#: ../../include/functions_reporting.php:7137 +#: ../../include/functions_reporting.php:7144 +#, php-format +msgid "%d Normal modules" +msgstr "" + +#: ../../include/functions_reporting.php:7138 +#: ../../include/functions_reporting.php:7145 +#, php-format +msgid "%d Critical modules" +msgstr "" + +#: ../../include/functions_reporting.php:7139 +#: ../../include/functions_reporting.php:7146 +#, php-format +msgid "%d Warning modules" +msgstr "" + +#: ../../include/functions_reporting.php:7140 +#: ../../include/functions_reporting.php:7147 +#, php-format +msgid "%d Unknown modules" +msgstr "" + +#: ../../include/functions_reporting.php:7151 +#, php-format +msgid "%d Total agents" +msgstr "" + +#: ../../include/functions_reporting.php:7152 +#, php-format +msgid "%d Normal agents" +msgstr "" + +#: ../../include/functions_reporting.php:7153 +#, php-format +msgid "%d Critical agents" +msgstr "" + +#: ../../include/functions_reporting.php:7154 +#, php-format +msgid "%d Warning agents" +msgstr "" + +#: ../../include/functions_reporting.php:7155 +#, php-format +msgid "%d Unknown agents" +msgstr "" + +#: ../../include/functions_reporting.php:7156 +#, php-format +msgid "%d not init agents" +msgstr "" + +#: ../../include/functions_reporting.php:9031 +msgid "Total running modules" +msgstr "" + +#: ../../include/functions_reporting.php:9034 +#: ../../include/functions_reporting.php:9050 +#: ../../include/functions_reporting.php:9066 +#: ../../include/functions_reporting.php:9089 +#: ../../include/functions_reporting.php:9108 +#: ../../include/functions_reporting.php:9120 +#: ../../include/functions_reporting.php:9132 +#: ../../include/functions_reporting.php:9148 +msgid "Ratio" +msgstr "" + +#: ../../include/functions_reporting.php:9034 +#: ../../include/functions_reporting.php:9050 +#: ../../include/functions_reporting.php:9066 +#: ../../include/functions_reporting.php:9089 +#: ../../include/functions_reporting.php:9108 +#: ../../include/functions_reporting.php:9120 +#: ../../include/functions_reporting.php:9132 +#: ../../include/functions_reporting.php:9148 +msgid "Modules by second" +msgstr "" + +#: ../../include/functions_reporting.php:9046 +msgid "Local modules" +msgstr "" + +#: ../../include/functions_reporting.php:9057 +msgid "Remote modules" +msgstr "" + +#: ../../include/functions_reporting.php:9081 +msgid "Network modules" +msgstr "" + +#: ../../include/functions_reporting.php:9104 +msgid "Plugin modules" +msgstr "" + +#: ../../include/functions_reporting.php:9116 +msgid "Prediction modules" +msgstr "" + +#: ../../include/functions_reporting.php:9128 +msgid "WMI modules" +msgstr "" + +#: ../../include/functions_reporting.php:9140 +msgid "Web modules" +msgstr "" + +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "" + +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." +msgstr "" + +#: ../../include/functions_netflow.php:361 +msgid "Total flows" +msgstr "" + +#: ../../include/functions_netflow.php:366 +msgid "Total bytes" +msgstr "" + +#: ../../include/functions_netflow.php:371 +msgid "Total packets" +msgstr "" + +#: ../../include/functions_netflow.php:376 +msgid "Average bits per second" +msgstr "" + +#: ../../include/functions_netflow.php:381 +msgid "Average packets per second" +msgstr "" + +#: ../../include/functions_netflow.php:386 +msgid "Average bytes per packet" +msgstr "" + +#: ../../include/functions_netflow.php:1028 +msgid "Area graph" +msgstr "" + +#: ../../include/functions_netflow.php:1029 +msgid "Pie graph and Summary table" +msgstr "" + +#: ../../include/functions_netflow.php:1030 +msgid "Statistics table" +msgstr "" + +#: ../../include/functions_netflow.php:1032 +msgid "Circular mesh" +msgstr "" + +#: ../../include/functions_netflow.php:1033 +#: ../../include/functions_netflow.php:1387 +msgid "Host detailed traffic" +msgstr "" + +#: ../../include/functions_netflow.php:1046 +#: ../../include/functions_netflow.php:1079 +msgid "10 mins" +msgstr "" + +#: ../../include/functions_netflow.php:1047 +#: ../../include/functions_netflow.php:1080 +msgid "15 mins" +msgstr "" + +#: ../../include/functions_netflow.php:1048 +#: ../../include/functions_netflow.php:1081 +msgid "30 mins" +msgstr "" + +#: ../../include/functions_netflow.php:1055 +#: ../../include/functions_netflow.php:1088 +msgid "5 days" +msgstr "" + +#: ../../include/functions_netflow.php:1062 +msgid "Last year" +msgstr "" + +#: ../../include/functions_netflow.php:1076 +msgid "1 min" +msgstr "" + +#: ../../include/functions_netflow.php:1077 +msgid "2 mins" +msgstr "" + +#: ../../include/functions_netflow.php:1078 +msgid "5 mins" +msgstr "" + +#: ../../include/functions_netflow.php:1129 +#: ../../include/functions_netflow.php:1139 +#: ../../include/functions_netflow.php:1188 +#: ../../include/functions_netflow.php:1246 +#: ../../include/functions_netflow.php:1252 +#: ../../include/functions_netflow.php:1285 +msgid "Aggregate" +msgstr "" + +#: ../../include/functions_netflow.php:1358 +msgid "Sent" +msgstr "" + +#: ../../include/functions_netflow.php:1365 +msgid "Received" +msgstr "" + +#: ../../include/functions_netflow.php:1432 +msgid "Error generating report" +msgstr "" + +#: ../../include/functions_netflow.php:1629 +msgid "MB" +msgstr "" + +#: ../../include/functions_netflow.php:1631 +msgid "MB/s" +msgstr "" + +#: ../../include/functions_netflow.php:1633 +msgid "kB" +msgstr "" + +#: ../../include/functions_netflow.php:1635 +msgid "kB/s" +msgstr "" + +#: ../../include/functions_netflow.php:1639 +msgid "B/s" +msgstr "" + +#: ../../include/functions_netflow.php:1653 +msgid "Dst port" +msgstr "" + +#: ../../include/functions_netflow.php:1655 +msgid "Dst IP" +msgstr "" + +#: ../../include/functions_netflow.php:1659 +msgid "Src IP" +msgstr "" + +#: ../../include/functions_netflow.php:1661 +msgid "Src port" +msgstr "" + +#: ../../include/functions_clippy.php:163 +#: ../../include/functions_clippy.php:168 +msgid "End wizard" +msgstr "" + +#: ../../include/functions_clippy.php:195 +msgid "Next →" +msgstr "" + +#: ../../include/functions_clippy.php:196 +msgid "← Back" +msgstr "" + +#: ../../include/functions_clippy.php:208 +msgid "Do you want to exit the help tour?" +msgstr "" + +#: ../../include/functions_graph.php:706 +msgid "Units. Value" +msgstr "" + +#: ../../include/functions_graph.php:782 +#: ../../include/functions_graph.php:1754 +#, php-format +msgid "Percentile %dº" +msgstr "" + +#: ../../include/functions_graph.php:1249 +#, php-format +msgid "%s" +msgstr "" + +#: ../../include/functions_graph.php:1754 +msgid " of module " +msgstr "" + +#: ../../include/functions_graph.php:2000 +msgid "Not fired alerts" +msgstr "" + +#: ../../include/functions_graph.php:2447 +msgid "Today" +msgstr "" + +#: ../../include/functions_graph.php:2448 +msgid "Week" +msgstr "" + +#: ../../include/functions_graph.php:2450 +#: ../../include/functions_graph.php:2451 +msgid "Months" +msgstr "" + +#: ../../include/functions_graph.php:2473 +msgid "History db" +msgstr "" + +#: ../../include/functions_graph.php:2687 +#: ../../include/functions_graph.php:2699 +msgid "Open incident" +msgstr "" + +#: ../../include/functions_graph.php:2688 +#: ../../include/functions_graph.php:2701 +msgid "Closed incident" +msgstr "" + +#: ../../include/functions_graph.php:2689 +#: ../../include/functions_graph.php:2703 +msgid "Outdated" +msgstr "" + +#: ../../include/functions_graph.php:3817 +msgid "Units" +msgstr "" + +#: ../../include/functions_graph.php:5414 +msgid "Main node" +msgstr "" + +#: ../../include/functions_ui.php:225 +msgid "Information" +msgstr "" + +#: ../../include/functions_ui.php:367 +msgid "Request successfully processed" +msgstr "" + +#: ../../include/functions_ui.php:370 +msgid "Error processing request" +msgstr "" + +#: ../../include/functions_ui.php:508 +msgid "" +"Is possible that this view uses part of information which your user has not " +"access" +msgstr "" + +#: ../../include/functions_ui.php:1015 +msgid "The alert would fire when the value is over " +msgstr "" + +#: ../../include/functions_ui.php:1020 +msgid "The alert would fire when the value is under " +msgstr "" + +#: ../../include/functions_ui.php:1614 ../../include/functions_ui.php:1648 +#, php-format +msgid "Total items: %s" +msgstr "" + +#: ../../include/functions_ui.php:1955 +msgid "Unknown type" +msgstr "" + +#: ../../include/functions_ui.php:2760 +msgid "Type at least two characters to search." +msgstr "" + +#: ../../include/functions_ui.php:3547 +msgid "Problem with Pandora FMS database" +msgstr "" + +#: ../../include/functions_ui.php:3548 +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 "" + +#: ../../include/functions_ui.php:3552 +msgid "DB ERROR" +msgstr "" + +#: ../../include/functions_ui.php:3558 +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 "" + +#: ../../include/functions_ui.php:3562 +msgid "Empty configuration table" +msgstr "" + +#: ../../include/functions_ui.php:3563 +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 "" + +#: ../../include/functions_ui.php:3570 +msgid "No configuration file found" +msgstr "" + +#: ../../include/functions_ui.php:3571 +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 "" + +#: ../../include/functions_ui.php:3582 +#, php-format +msgid "You may try to run the %sinstallation wizard%s to create one." +msgstr "" + +#: ../../include/functions_ui.php:3585 +msgid "Installer active" +msgstr "" + +#: ../../include/functions_ui.php:3586 +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 "" + +#: ../../include/functions_ui.php:3590 +msgid "Bad permission for include/config.php" +msgstr "" + +#: ../../include/functions_ui.php:3591 +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 "" + +#: ../../include/functions_menu.php:470 +msgid "Configure user" +msgstr "" + +#: ../../include/functions_menu.php:471 +msgid "Configure profile" +msgstr "" + +#: ../../include/functions_menu.php:475 +msgid "Module templates management" +msgstr "" + +#: ../../include/functions_menu.php:476 +msgid "Inventory modules management" +msgstr "" + +#: ../../include/functions_menu.php:481 +msgid "View agent" +msgstr "" + +#: ../../include/functions_menu.php:485 +msgid "Manage network map" +msgstr "" + +#: ../../include/functions_menu.php:487 +msgid "Builder visual console" +msgstr "" + +#: ../../include/functions_menu.php:489 +msgid "Administration events" +msgstr "" + +#: ../../include/functions_menu.php:491 +msgid "View reporting" +msgstr "" + +#: ../../include/functions_menu.php:492 +msgid "Manage custom graphs" +msgstr "" + +#: ../../include/functions_menu.php:493 +msgid "Copy dashboard" +msgstr "" + +#: ../../include/functions_menu.php:496 +msgid "Manage GIS Maps" +msgstr "" + +#: ../../include/functions_menu.php:498 +msgid "Incidents statistics" +msgstr "" + +#: ../../include/functions_menu.php:499 +msgid "Manage messages" +msgstr "" + +#: ../../include/functions_menu.php:501 +msgid "Manage groups" +msgstr "" + +#: ../../include/functions_menu.php:502 +msgid "Manage module groups" +msgstr "" + +#: ../../include/functions_menu.php:503 +msgid "Manage custom field" +msgstr "" + +#: ../../include/functions_menu.php:505 +msgid "Manage alert actions" +msgstr "" + +#: ../../include/functions_menu.php:506 +msgid "Manage commands" +msgstr "" + +#: ../../include/functions_menu.php:507 +msgid "Manage event alerts" +msgstr "" + +#: ../../include/functions_menu.php:509 +msgid "Manage export targets" +msgstr "" + +#: ../../include/functions_menu.php:511 +msgid "Manage services" +msgstr "" + +#: ../../include/functions_menu.php:519 +msgid "Manage incident" +msgstr "" + +#: ../../include/functions_menu.php:571 +msgid "Administration" +msgstr "" + +#: ../../include/class/Tree.class.php:1480 +msgid "NO DATA" +msgstr "" + +#: ../../include/functions_reporting_html.php:93 +msgid "Label: " +msgstr "" + +#: ../../include/functions_reporting_html.php:625 +msgid "Events by Severity" +msgstr "" + +#: ../../include/functions_reporting_html.php:1084 +#: ../../include/functions_reporting_html.php:2526 +msgid "Monitors" +msgstr "" + +#: ../../include/functions_reporting_html.php:1320 +#, php-format +msgid "Agent '%s'" +msgstr "" + +#: ../../include/functions_reporting_html.php:1334 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "" + +#: ../../include/functions_reporting_html.php:1337 +msgid "Mac" +msgstr "" + +#: ../../include/functions_reporting_html.php:1338 +msgid "Actual status" +msgstr "" + +#: ../../include/functions_reporting_html.php:1566 +msgid "Empty modules" +msgstr "" + +#: ../../include/functions_reporting_html.php:1573 +msgid "Warning
Critical" +msgstr "" + +#: ../../include/functions_reporting_html.php:1796 +msgid "Agent max value" +msgstr "" + +#: ../../include/functions_reporting_html.php:1799 +msgid "Agent min" +msgstr "" + +#: ../../include/functions_reporting_html.php:1800 +msgid "Agent min Value" +msgstr "" + +#: ../../include/functions_reporting_html.php:2185 +msgid "Alerts not fired" +msgstr "" + +#: ../../include/functions_reporting_html.php:2194 +msgid "Total alerts monitored" +msgstr "" + +#: ../../include/functions_reporting_html.php:2245 +msgid "Total monitors" +msgstr "" + +#: ../../include/functions_reporting_html.php:2246 +msgid "Monitors down on period" +msgstr "" + +#: ../../include/functions_reporting_html.php:2262 +msgid "Monitors OK" +msgstr "" + +#: ../../include/functions_reporting_html.php:2263 +msgid "Monitors BAD" +msgstr "" + +#: ../../include/functions_reporting_html.php:2337 +#, php-format +msgid "Agents in group: %s" +msgstr "" + +#: ../../include/functions_reporting_html.php:2430 +msgid "Last failure" +msgstr "" + +#: ../../include/functions_reporting_html.php:2494 +msgid "N/A(*)" +msgstr "" + +#: ../../include/functions_reporting_html.php:2668 +#: ../../mobile/operation/groups.php:133 +msgid "Agents critical" +msgstr "" + +#: ../../include/functions_reporting_html.php:2671 +msgid "Agents warning" +msgstr "" + +#: ../../include/functions_reporting_html.php:2677 +msgid "Agents ok" +msgstr "" + +#: ../../include/functions_reporting_html.php:2680 +#: ../../include/functions_groups.php:794 +#: ../../include/functions_groups.php:796 +#: ../../include/functions_groups.php:798 +#: ../../include/functions_groups.php:799 +#: ../../include/functions_groups.php:800 +#: ../../mobile/operation/groups.php:137 +msgid "Agents unknown" +msgstr "" + +#: ../../include/functions_reporting_html.php:2686 +#: ../../mobile/operation/groups.php:129 +msgid "Agents not init" +msgstr "" + +#: ../../include/functions_reporting_html.php:2697 +#: ../../include/functions_reporting_html.php:2706 +msgid "Agents by status" +msgstr "" + +#: ../../include/functions_reporting_html.php:2750 +#: ../../include/functions_reporting_html.php:2759 +msgid "Node overview" +msgstr "" + +#: ../../include/functions_reporting_html.php:2781 +#: ../../include/functions_reporting_html.php:2798 +msgid "Warning events" +msgstr "" + +#: ../../include/functions_reporting_html.php:2785 +#: ../../include/functions_reporting_html.php:2802 +msgid "OK events" +msgstr "" + +#: ../../include/functions_reporting_html.php:2789 +#: ../../include/functions_reporting_html.php:2806 +msgid "Unknown events" +msgstr "" + +#: ../../include/functions_reporting_html.php:2829 +msgid "Important Events by Criticity" +msgstr "" + +#: ../../include/functions_reporting_html.php:2855 +msgid "Last activity in Pandora FMS console" +msgstr "" + +#: ../../include/functions_reporting_html.php:2931 +msgid "Events info (1hr.)" +msgstr "" + +#: ../../include/functions_filemanager.php:172 +#: ../../include/functions_filemanager.php:242 +#: ../../include/functions_filemanager.php:300 +#: ../../include/functions_filemanager.php:382 +msgid "Security error" +msgstr "" + +#: ../../include/functions_filemanager.php:185 +msgid "Upload error" +msgstr "" + +#: ../../include/functions_filemanager.php:193 +#: ../../include/functions_filemanager.php:261 +#: ../../include/functions_filemanager.php:326 +msgid "Upload correct" +msgstr "" + +#: ../../include/functions_filemanager.php:206 +msgid "" +"File size seems to be too large. Please check your php.ini configuration or " +"contact with the administrator" +msgstr "" + +#: ../../include/functions_filemanager.php:254 +msgid "Error creating file" +msgstr "" + +#: ../../include/functions_filemanager.php:267 +#: ../../include/functions_filemanager.php:362 +msgid "Error creating file with empty name" +msgstr "" + +#: ../../include/functions_filemanager.php:312 +msgid "Attach error" +msgstr "" + +#: ../../include/functions_filemanager.php:357 +msgid "Directory created" +msgstr "" + +#: ../../include/functions_filemanager.php:550 +#, php-format +msgid "Directory %s doesn't exist!" +msgstr "" + +#: ../../include/functions_filemanager.php:565 +msgid "Index of images" +msgstr "" + +#: ../../include/functions_filemanager.php:603 +msgid "Parent directory" +msgstr "" + +#: ../../include/functions_filemanager.php:632 +msgid "The zip upload in this dir, easy to upload multiple files." +msgstr "" + +#: ../../include/functions_filemanager.php:636 +msgid "Decompress" +msgstr "" + +#: ../../include/functions_filemanager.php:679 +msgid "Directory" +msgstr "" + +#: ../../include/functions_filemanager.php:685 +msgid "Compressed file" +msgstr "" + +#: ../../include/functions_filemanager.php:688 +#: ../../include/functions_filemanager.php:695 +msgid "Text file" +msgstr "" + +#: ../../include/functions_filemanager.php:785 +msgid "Create directory" +msgstr "" + +#: ../../include/functions_filemanager.php:790 +msgid "Create text" +msgstr "" + +#: ../../include/functions_filemanager.php:795 +msgid "Upload file/s" +msgstr "" + +#: ../../include/functions_filemanager.php:802 +msgid "The directory is read-only" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:57 +msgid "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:198 +msgid "Enable link" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:219 +msgid "White" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:220 +msgid "Black" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:221 +msgid "Transparent" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:345 +msgid "Original Size" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:352 +msgid "Aspect ratio" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:353 +msgid "Width proportional" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:359 +msgid "Height proportional" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:489 +msgid "For use the original image file size, set 0 width and 0 height." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:525 +msgid "Lines haven't advanced options" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:552 +msgid "Click start point
of the line" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:557 +msgid "Click end point
of the line" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:598 +msgid "Show grid" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:600 +msgid "Delete item" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:601 +msgid "Copy item" +msgstr "" + +#: ../../include/functions_visual_map_editor.php:629 +msgid "No image or name defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:631 +msgid "No label defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:633 +msgid "No image defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:635 +msgid "No process defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:637 +msgid "No Max value defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:639 +msgid "No width defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:641 +msgid "No period defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:643 +msgid "No agent defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:645 +msgid "No module defined." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:648 +msgid "Successfully save the changes." +msgstr "" + +#: ../../include/functions_visual_map_editor.php:650 +msgid "Could not be save" +msgstr "" + +#: ../../include/functions_update_manager.php:202 +msgid "There is a unknown error." +msgstr "" + +#: ../../include/functions_update_manager.php:472 +#: ../../include/functions_update_manager.php:502 +msgid "Remote server error on newsletter request" +msgstr "" + +#: ../../include/functions_update_manager.php:480 +msgid "E-mail successfully subscribed to newsletter." +msgstr "" + +#: ../../include/functions_update_manager.php:482 +msgid "E-mail has already subscribed to newsletter." +msgstr "" + +#: ../../include/functions_update_manager.php:484 +#: ../../include/functions_update_manager.php:524 +msgid "Update manager returns error code: " +msgstr "" + +#: ../../include/functions_update_manager.php:519 +msgid "Pandora successfully subscribed with UID: " +msgstr "" + +#: ../../include/functions_update_manager.php:521 +msgid "Unsuccessful subscription." +msgstr "" + +#: ../../include/functions_update_manager.php:654 +msgid "Failed extracting the package to temp directory." +msgstr "" + +#: ../../include/functions_update_manager.php:683 +msgid "Failed the copying of the files." +msgstr "" + +#: ../../include/functions_update_manager.php:699 +msgid "Package extracted successfully." +msgstr "" + +#: ../../include/functions_config.php:94 +msgid "Failed updated: User did not login." +msgstr "" + +#: ../../include/functions_config.php:102 +msgid "Failed updated: User is not admin." +msgstr "" + +#: ../../include/functions_config.php:140 +msgid "SSL cert path" +msgstr "" + +#: ../../include/functions_config.php:144 +msgid "Use cert." +msgstr "" + +#: ../../include/functions_config.php:184 +msgid "License information" +msgstr "" + +#: ../../include/functions_config.php:204 +msgid "Identification_reminder" +msgstr "" + +#: ../../include/functions_config.php:206 +msgid "Include_agents" +msgstr "" + +#: ../../include/functions_config.php:208 +msgid "Audit log directory" +msgstr "" + +#: ../../include/functions_config.php:233 +msgid "Replication DB engine" +msgstr "" + +#: ../../include/functions_config.php:235 +msgid "Replication DB host" +msgstr "" + +#: ../../include/functions_config.php:237 +msgid "Replication DB database" +msgstr "" + +#: ../../include/functions_config.php:239 +msgid "Replication DB user" +msgstr "" + +#: ../../include/functions_config.php:241 +msgid "Replication DB password" +msgstr "" + +#: ../../include/functions_config.php:243 +msgid "Replication DB port" +msgstr "" + +#: ../../include/functions_config.php:357 +msgid "Saml path" +msgstr "" + +#: ../../include/functions_config.php:387 +msgid "Max. days before autodisable deletion" +msgstr "" + +#: ../../include/functions_config.php:389 +msgid "Item limit for realtime reports)" +msgstr "" + +#: ../../include/functions_config.php:405 +msgid "Big Operatiopn Step to purge old data" +msgstr "" + +#: ../../include/functions_config.php:455 +msgid "Show QR code header" +msgstr "" + +#: ../../include/functions_config.php:469 +msgid "Custom logo login" +msgstr "" + +#: ../../include/functions_config.php:498 +msgid "Fixed graph" +msgstr "" + +#: ../../include/functions_config.php:504 +msgid "Paginate module" +msgstr "" + +#: ../../include/functions_config.php:516 +msgid "Default type of module charts." +msgstr "" + +#: ../../include/functions_config.php:518 +msgid "Default show only average or min and max" +msgstr "" + +#: ../../include/functions_config.php:527 +msgid "Display lateral menus with left click" +msgstr "" + +#: ../../include/functions_config.php:546 +msgid "Add the custom post process" +msgstr "" + +#: ../../include/functions_config.php:553 +msgid "Delete the custom post process" +msgstr "" + +#: ../../include/functions_config.php:654 +msgid "Enable history event" +msgstr "" + +#: ../../include/functions_config.php:668 +msgid "Event Days" +msgstr "" + +#: ../../include/functions_config.php:678 +msgid "eHorus user" +msgstr "" + +#: ../../include/functions_config.php:680 +msgid "eHorus password" +msgstr "" + +#: ../../include/functions_config.php:682 +msgid "eHorus API hostname" +msgstr "" + +#: ../../include/functions_config.php:684 +msgid "eHorus API port" +msgstr "" + +#: ../../include/functions_config.php:686 +msgid "eHorus request timeout" +msgstr "" + +#: ../../include/functions_config.php:688 +msgid "eHorus id custom field" +msgstr "" + +#: ../../include/functions_config.php:700 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "" + +#: ../../include/functions_config.php:1658 +msgid "" +"Click here to start the registration " +"process" +msgstr "" + +#: ../../include/functions_config.php:1659 +msgid "This instance is not registered in the Update manager" +msgstr "" + +#: ../../include/functions_config.php:1666 +msgid "" +"Click here to start the newsletter " +"subscription process" +msgstr "" + +#: ../../include/functions_config.php:1667 +msgid "Not subscribed to the newsletter" +msgstr "" + +#: ../../include/functions_config.php:1678 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "" + +#: ../../include/functions_config.php:1679 +msgid "" +"Please change the default password because is a common vulnerability " +"reported." +msgstr "" + +#: ../../include/functions_config.php:1685 +msgid "You can not get updates until you renew the license." +msgstr "" + +#: ../../include/functions_config.php:1686 +msgid "This license has expired." +msgstr "" + +#: ../../include/functions_config.php:1691 +msgid "" +"Please check that the web server has write rights on the {HOMEDIR}/" +"attachment directory" +msgstr "" + +#: ../../include/functions_config.php:1704 +msgid "Remote configuration directory is not readble for the console" +msgstr "" + +#: ../../include/functions_config.php:1710 +#: ../../include/functions_config.php:1717 +msgid "Remote configuration directory is not writtable for the console" +msgstr "" + +#: ../../include/functions_config.php:1728 +msgid "" +"There are too much files in attachment directory. This is not fatal, but you " +"should consider cleaning up your attachment directory manually" +msgstr "" + +#: ../../include/functions_config.php:1728 +msgid "files" +msgstr "" + +#: ../../include/functions_config.php:1729 +msgid "Too much files in your tempora/attachment directory" +msgstr "" + +#: ../../include/functions_config.php:1746 +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 "" + +#: ../../include/functions_config.php:1747 +msgid "Database maintance problem" +msgstr "" + +#: ../../include/functions_config.php:1753 +msgid "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" +msgstr "" + +#: ../../include/functions_config.php:1754 +msgid "Default font doesnt exist" +msgstr "" + +#: ../../include/functions_config.php:1759 +msgid "You need to restart server after altering this configuration setting." +msgstr "" + +#: ../../include/functions_config.php:1760 +msgid "" +"Event storm protection is activated. No events will be generated during this " +"mode." +msgstr "" + +#: ../../include/functions_config.php:1767 +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 "" + +#: ../../include/functions_config.php:1768 +msgid "Developer mode is enabled" +msgstr "" + +#: ../../include/functions_config.php:1777 +msgid "Error first setup Open update" +msgstr "" + +#: ../../include/functions_config.php:1783 +msgid "" +"There is a new update available. Please go to Administration:Setup:Update Manager for more details." +msgstr "" + +#: ../../include/functions_config.php:1784 +msgid "New update of Pandora Console" +msgstr "" + +#: ../../include/functions_config.php:1798 +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 "" + +#: ../../include/functions_config.php:1799 +msgid "PHP safe mode is enabled. Some features may not properly work." +msgstr "" + +#: ../../include/functions_config.php:1804 +#, php-format +msgid "Recommended value is %s" +msgstr "" + +#: ../../include/functions_config.php:1804 +#: ../../include/functions_config.php:1810 +msgid "Unlimited" +msgstr "" + +#: ../../include/functions_config.php:1804 +#: ../../include/functions_config.php:1810 +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1833 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" +msgstr "" + +#: ../../include/functions_config.php:1805 +#: ../../include/functions_config.php:1811 +#: ../../include/functions_config.php:1819 +#: ../../include/functions_config.php:1827 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "" + +#: ../../include/functions_config.php:1810 +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1826 +#, php-format +msgid "Recommended value is: %s" +msgstr "" + +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1826 +#, php-format +msgid "%s or greater" +msgstr "" + +#: ../../include/functions_config.php:1826 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" + +#: ../../include/functions_config.php:1832 +msgid "" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" +msgstr "" + +#: ../../include/functions_config.php:1833 +msgid "Problems with disable functions in PHP.INI" +msgstr "" + +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "" + +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "" + +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "" + +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "" + +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "" + +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "" + +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "" + +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "" + +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "" + +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "" + +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "" + +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "" + +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "" + +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "" + +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "" + +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "" + +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "" + +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "" + +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "" + +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "" + +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "" + +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "" + +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "" + +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "" + +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "" + +#: ../../include/functions_groups.php:2178 +msgid "" +"You can not delete the last group in Pandora. A common installation must has " +"almost one group." +msgstr "" + +#: ../../include/functions_servers.php:363 +msgid "Data server" +msgstr "" + +#: ../../include/functions_servers.php:368 +msgid "Network server" +msgstr "" + +#: ../../include/functions_servers.php:373 +msgid "SNMP Trap server" +msgstr "" + +#: ../../include/functions_servers.php:383 +msgid "Plugin server" +msgstr "" + +#: ../../include/functions_servers.php:388 +msgid "Prediction server" +msgstr "" + +#: ../../include/functions_servers.php:393 +msgid "WMI server" +msgstr "" + +#: ../../include/functions_servers.php:403 +msgid "Inventory server" +msgstr "" + +#: ../../include/functions_servers.php:408 +msgid "Web server" +msgstr "" + +#: ../../include/functions_servers.php:413 +msgid "Event server" +msgstr "" + +#: ../../include/functions_servers.php:418 +msgid "Enterprise ICMP server" +msgstr "" + +#: ../../include/functions_servers.php:423 +msgid "Enterprise SNMP server" +msgstr "" + +#: ../../include/functions_servers.php:428 +msgid "Enterprise Satellite server" +msgstr "" + +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/tactical.php:72 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/modules.php:174 +#: ../../mobile/operation/alerts.php:142 ../../mobile/operation/agents.php:146 +#: ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/networkmaps.php:100 +#: ../../mobile/operation/agent.php:67 ../../mobile/operation/events.php:431 +#: ../../mobile/operation/groups.php:54 +#: ../../mobile/operation/networkmap.php:79 ../../mobile/index.php:241 msgid "" "Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

\n" -"\t\t\tPlease know that all attempts to access this page are recorded in " -"security logs of Pandora System Database" +"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 "" -#: ../../general/login_page.php:35 -msgid "Go to Pandora FMS Website" -msgstr "" - -#: ../../general/login_page.php:40 -msgid "Go to Login" -msgstr "" - -#: ../../general/login_page.php:131 -msgid "Logged out" -msgstr "" - -#: ../../general/login_page.php:157 -msgid "View details" -msgstr "" - -#: ../../general/login_page.php:218 -msgid "" -"Pandora FMS frontend is built on advanced, modern technologies and does not " -"support old browsers." -msgstr "" - -#: ../../general/login_page.php:219 -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 "" - -#: ../../general/login_page.php:282 -msgid "Why is it recommended to upgrade the web browser?" -msgstr "" - -#: ../../general/login_page.php:287 -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 "" - -#: ../../general/login_page.php:296 -msgid "Continue despite this warning" -msgstr "" - -#: ../../general/header.php:89 ../../general/header.php:91 -msgid "Enter keywords to search" -msgstr "" - -#: ../../general/header.php:139 ../../general/header.php:140 -msgid "QR Code of the page" -msgstr "" - -#: ../../general/header.php:240 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "" - -#: ../../general/header.php:251 +#: ../../mobile/operation/module_graph.php:366 +#: ../../mobile/operation/module_graph.php:375 #, php-format -msgid "You have %d warning(s)" +msgid "PandoraFMS: %s" msgstr "" -#: ../../general/header.php:257 -msgid "There are not warnings" -msgstr "" - -#: ../../general/header.php:283 -msgid "New chat message" -msgstr "" - -#: ../../general/header.php:292 -msgid "Message overview" -msgstr "" - -#: ../../general/header.php:293 +#: ../../mobile/operation/module_graph.php:389 #, php-format -msgid "You have %d unread message(s)" +msgid "Options for %s : %s" msgstr "" -#: ../../general/header.php:297 -msgid "Blank characters are used as AND conditions" +#: ../../mobile/operation/module_graph.php:396 +msgid "Show Alerts" msgstr "" -#: ../../general/login_help_dialog.php:42 -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!" +#: ../../mobile/operation/module_graph.php:404 +msgid "Show Events" msgstr "" -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" +#: ../../mobile/operation/module_graph.php:436 +msgid "Avg Only" msgstr "" -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" +#: ../../mobile/operation/module_graph.php:441 +msgid "Time range (hours)" msgstr "" -#: ../../general/login_help_dialog.php:69 -msgid "Forums" +#: ../../mobile/operation/module_graph.php:461 +msgid "Update graph" msgstr "" -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" +#: ../../mobile/operation/module_graph.php:470 +msgid "Error get the graph" msgstr "" -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" msgstr "" -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" msgstr "" -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" msgstr "" -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "" + +#: ../../mobile/operation/modules.php:261 +#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/networkmaps.php:150 +#: ../../mobile/operation/events.php:659 +msgid "Apply Filter" +msgstr "" + +#: ../../mobile/operation/modules.php:500 +msgid "Interval." +msgstr "" + +#: ../../mobile/operation/modules.php:506 +msgid "Last update." +msgstr "" + +#: ../../mobile/operation/modules.php:706 +#: ../../mobile/operation/alerts.php:306 ../../mobile/operation/agents.php:462 +#: ../../mobile/operation/networkmaps.php:216 +#: ../../mobile/operation/events.php:1070 +msgid "(Default)" +msgstr "" + +#: ../../mobile/operation/modules.php:713 +#: ../../mobile/operation/alerts.php:316 ../../mobile/operation/agents.php:468 +#: ../../mobile/operation/networkmaps.php:222 +#: ../../mobile/operation/events.php:1096 +#, php-format +msgid "Group: %s" +msgstr "" + +#: ../../mobile/operation/modules.php:721 +#, php-format +msgid "Module group: %s" +msgstr "" + +#: ../../mobile/operation/modules.php:725 +#: ../../mobile/operation/alerts.php:320 ../../mobile/operation/agents.php:472 +#: ../../mobile/operation/events.php:1112 +#, php-format +msgid "Status: %s" +msgstr "" + +#: ../../mobile/operation/modules.php:729 +#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:476 +#, php-format +msgid "Free Search: %s" +msgstr "" + +#: ../../mobile/operation/modules.php:734 +#, php-format +msgid "Tag: %s" +msgstr "" + +#: ../../mobile/operation/alerts.php:162 +#, php-format +msgid "Filter Alerts by %s" +msgstr "" + +#: ../../mobile/operation/alerts.php:272 +msgid "Last Fired" +msgstr "" + +#: ../../mobile/operation/alerts.php:282 +msgid "No alerts" +msgstr "" + +#: ../../mobile/operation/alerts.php:312 +#, php-format +msgid "Standby: %s" +msgstr "" + +#: ../../mobile/operation/agents.php:166 +#, php-format +msgid "Filter Agents by %s" +msgstr "" + +#: ../../mobile/operation/agents.php:369 +msgid "No agents" +msgstr "" + +#: ../../mobile/operation/networkmaps.php:112 +msgid "Networkmaps" +msgstr "" + +#: ../../mobile/operation/networkmaps.php:120 +#, php-format +msgid "Filter Networkmaps by %s" +msgstr "" + +#: ../../mobile/operation/networkmaps.php:202 +#: ../../mobile/operation/networkmap.php:164 +msgid "No networkmaps" +msgstr "" + +#: ../../mobile/operation/networkmaps.php:229 +#: ../../mobile/operation/events.php:1108 +#, php-format +msgid "Type: %s" +msgstr "" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "" + +#: ../../mobile/operation/agent.php:112 +msgid "PandoraFMS: Agents" +msgstr "" + +#: ../../mobile/operation/agent.php:117 +msgid "No agent found" +msgstr "" + +#: ../../mobile/operation/agent.php:180 +msgid "Modules by status" +msgstr "" + +#: ../../mobile/operation/agent.php:236 +#, php-format +msgid "Last %s Events" +msgstr "" + +#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 +#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 +msgid "Preset Filters" +msgstr "" + +#: ../../mobile/operation/events.php:443 +msgid "ERROR: Event detail" +msgstr "" + +#: ../../mobile/operation/events.php:445 +msgid "Error connecting to DB pandora." +msgstr "" + +#: ../../mobile/operation/events.php:458 +msgid "Event detail" +msgstr "" + +#: ../../mobile/operation/events.php:541 +msgid "Sucessful validate" +msgstr "" + +#: ../../mobile/operation/events.php:543 +msgid "Fail validate" +msgstr "" + +#: ../../mobile/operation/events.php:575 +#, php-format +msgid "Filter Events by %s" +msgstr "" + +#: ../../mobile/operation/events.php:1076 +#, php-format +msgid "Filter: %s" +msgstr "" + +#: ../../mobile/operation/events.php:1089 +#, php-format +msgid "Severity: %s" +msgstr "" + +#: ../../mobile/operation/events.php:1116 +#, php-format +msgid "Free search: %s" +msgstr "" + +#: ../../mobile/operation/events.php:1120 +#, php-format +msgid "Hours: %s" +msgstr "" + +#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 +msgid "Pandora FMS mobile" +msgstr "" + +#: ../../mobile/include/ui.class.php:630 +msgid "Not found header." +msgstr "" + +#: ../../mobile/include/ui.class.php:633 +msgid "Not found content." +msgstr "" + +#: ../../mobile/include/ui.class.php:636 +msgid "Not found footer." +msgstr "" + +#: ../../mobile/include/ui.class.php:639 +msgid "Incorrect form." +msgstr "" + +#: ../../mobile/include/ui.class.php:642 +msgid "Incorrect grid." +msgstr "" + +#: ../../mobile/include/ui.class.php:645 +msgid "Incorrect collapsible." +msgstr "" + +#: ../../mobile/include/user.class.php:152 +#: ../../mobile/include/user.class.php:170 +#: ../../mobile/include/user.class.php:177 +msgid "Double authentication failed" +msgstr "" + +#: ../../mobile/include/user.class.php:153 +msgid "Secret code not found" +msgstr "" + +#: ../../mobile/include/user.class.php:154 +msgid "Please contact the administrator to reset your double authentication" +msgstr "" + +#: ../../mobile/include/user.class.php:178 +msgid "There was an error checking the code" +msgstr "" + +#: ../../mobile/include/user.class.php:211 +msgid "Login Failed" +msgstr "" + +#: ../../mobile/include/user.class.php:212 +msgid "User not found in database or incorrect password." +msgstr "" + +#: ../../mobile/include/user.class.php:220 +msgid "Login out" +msgstr "" + +#: ../../mobile/include/user.class.php:244 +msgid "user" +msgstr "" + +#: ../../mobile/include/user.class.php:251 +msgid "password" msgstr "" diff --git a/pandora_console/include/languages/en_GB.mo b/pandora_console/include/languages/en_GB.mo old mode 100644 new mode 100755 index e3bced942d..c04f332d28 Binary files a/pandora_console/include/languages/en_GB.mo and b/pandora_console/include/languages/en_GB.mo differ diff --git a/pandora_console/include/languages/en_GB.po b/pandora_console/include/languages/en_GB.po old mode 100644 new mode 100755 index e2a387850d..82da464ad6 --- a/pandora_console/include/languages/en_GB.po +++ b/pandora_console/include/languages/en_GB.po @@ -3,11 +3,21 @@ # This file is distributed under the same license as the pandora-fms package. # FIRST AUTHOR , 2015. # +#: ../../enterprise/meta/monitoring/group_view.php:135 +#: ../../enterprise/meta/monitoring/group_view.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../enterprise/include/functions_reporting.php:1787 +#: ../../enterprise/include/functions_reporting.php:1788 +#: ../../enterprise/include/functions_reporting.php:1789 +#: ../../enterprise/include/functions_reporting.php:1790 +#: ../../enterprise/include/functions_reporting.php:1791 +#: ../../enterprise/include/functions_reporting.php:1792 +#: ../../include/functions_api.php:8904 msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-01 11:28+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 05:45+0100\n" "PO-Revision-Date: 2016-08-24 23:47+0000\n" "Last-Translator: artu30 \n" "Language-Team: English (United Kingdom) \n" @@ -17,130 +27,893 @@ msgstr "" "X-Launchpad-Export-Date: 2016-09-05 13:43+0000\n" "X-Generator: Launchpad (build 18179)\n" -#: ../../enterprise/mobile/include/enterprise.class.php:63 -#: ../../enterprise/dashboard/main_dashboard.php:381 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:157 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:516 -#: ../../enterprise/meta/include/functions_wizard_meta.php:148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:359 -#: ../../enterprise/meta/include/functions_wizard_meta.php:460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:991 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1411 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1511 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1625 -#: ../../enterprise/meta/advanced/servers.build_table.php:59 -#: ../../enterprise/include/functions_reporting.php:1896 -#: ../../enterprise/include/functions_reporting.php:2010 -#: ../../enterprise/include/functions_reporting.php:3185 -#: ../../enterprise/include/functions_services.php:1413 -#: ../../enterprise/include/functions_reporting_pdf.php:1321 -#: ../../enterprise/include/functions_reporting_pdf.php:1457 -#: ../../enterprise/include/functions_reporting_pdf.php:2338 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1078 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1562 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1702 -#: ../../enterprise/operation/services/services.service.php:120 -#: ../../enterprise/operation/services/services.list.php:303 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 -#: ../../enterprise/godmode/services/services.service.php:233 -#: ../../enterprise/godmode/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/setup/edit_skin.php:207 -#: ../../enterprise/godmode/setup/setup_skins.php:82 -#: ../../enterprise/godmode/modules/local_components.php:469 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 -#: ../../enterprise/godmode/modules/configure_local_component.php:141 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/policies/policies.php:253 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_agents.php:348 -#: ../../enterprise/godmode/policies/policy_modules.php:1019 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../include/functions_filemanager.php:578 -#: ../../include/functions_treeview.php:79 -#: ../../include/functions_reporting.php:4731 -#: ../../include/functions_reporting_html.php:482 -#: ../../include/functions_reporting_html.php:1095 -#: ../../include/functions_reporting_html.php:1514 -#: ../../include/functions_reporting_html.php:2978 -#: ../../include/functions_events.php:2013 -#: ../../include/functions_events.php:2063 ../../operation/extensions.php:47 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../operation/gis_maps/index.php:35 -#: ../../operation/agentes/networkmap_list.php:134 -#: ../../operation/agentes/networkmap.php:437 -#: ../../operation/search_maps.php:31 -#: ../../operation/netflow/nf_live_view.php:288 -#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41 -#: ../../godmode/events/event_filter.php:104 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/alerts/alert_commands.php:323 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/configure_alert_template.php:707 -#: ../../godmode/alerts/alert_templates.php:298 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/agentes/module_manager_editor_common.php:130 -#: ../../godmode/agentes/module_manager_editor_common.php:578 -#: ../../godmode/agentes/planned_downtime.editor.php:472 -#: ../../godmode/agentes/planned_downtime.editor.php:722 -#: ../../godmode/agentes/module_manager.php:504 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/servers/modificar_server.php:46 -#: ../../godmode/servers/plugin.php:243 ../../godmode/servers/plugin.php:685 -#: ../../godmode/servers/servers.build_table.php:63 -#: ../../godmode/servers/recon_script.php:95 -#: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_edit_form.php:189 -#: ../../godmode/netflow/nf_edit.php:118 -#: ../../godmode/groups/configure_modu_group.php:65 -#: ../../godmode/groups/group_list.php:333 -#: ../../godmode/groups/configure_group.php:114 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 -#: ../../godmode/modules/manage_nc_groups.php:193 -#: ../../godmode/modules/manage_network_templates.php:181 -#: ../../godmode/modules/manage_nc_groups_form.php:66 -#: ../../godmode/modules/manage_network_components_form_common.php:52 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/modules/manage_network_templates_form.php:144 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/graph_builder.main.php:94 -#: ../../godmode/reporting/reporting_builder.item_editor.php:614 -#: ../../godmode/reporting/reporting_builder.main.php:65 -#: ../../godmode/reporting/reporting_builder.main.php:67 -#: ../../godmode/tag/edit_tag.php:164 ../../godmode/tag/tag.php:156 -msgid "Name" -msgstr "Name" +#: ../../operation/search_alerts.php:27 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 ../../operation/search_agents.php:33 +#: ../../operation/search_modules.php:26 ../../operation/search_maps.php:22 +#: ../../operation/search_graphs.php:24 +msgid "Zero results found" +msgstr "Zero results found" -#: ../../enterprise/mobile/include/enterprise.class.php:64 +#: ../../operation/search_alerts.php:39 +#: ../../operation/agentes/status_monitor.php:944 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/estado_agente.php:488 +#: ../../operation/agentes/ver_agente.php:734 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../operation/search_modules.php:42 ../../operation/gis_maps/ajax.php:216 +#: ../../operation/gis_maps/ajax.php:247 +#: ../../operation/events/events.build_table.php:36 +#: ../../extensions/agents_alerts.php:344 ../../extensions/insert_data.php:147 +#: ../../extensions/module_groups.php:41 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:87 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:194 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:253 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:186 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../enterprise/operation/log/log_viewer.php:193 +#: ../../enterprise/extensions/ipam/ipam_network.php:537 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 +#: ../../enterprise/godmode/policies/policy_linking.php:120 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1449 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1896 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2046 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2053 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:81 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/services/services.elements.php:326 +#: ../../enterprise/godmode/services/services.elements.php:335 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 +#: ../../enterprise/meta/agentsearch.php:92 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3237 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:221 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1442 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2268 +#: ../../enterprise/include/functions_inventory.php:233 +#: ../../enterprise/include/functions_inventory.php:505 +#: ../../enterprise/include/functions_inventory.php:561 +#: ../../enterprise/include/functions_reporting_pdf.php:743 +#: ../../enterprise/include/functions_reporting_pdf.php:801 +#: ../../enterprise/include/functions_reporting_pdf.php:829 +#: ../../enterprise/include/functions_reporting_pdf.php:895 +#: ../../enterprise/include/functions_reporting_pdf.php:1084 +#: ../../enterprise/include/functions_reporting_pdf.php:1330 +#: ../../enterprise/include/functions_reporting_pdf.php:1610 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../enterprise/include/functions_reporting_pdf.php:1934 +#: ../../enterprise/include/functions_log.php:332 +#: ../../enterprise/include/functions_alert_event.php:923 +#: ../../enterprise/dashboard/widgets/top_n.php:126 +#: ../../enterprise/dashboard/widgets/module_icon.php:52 +#: ../../enterprise/dashboard/widgets/module_status.php:52 +#: ../../enterprise/dashboard/widgets/module_table_value.php:49 +#: ../../enterprise/dashboard/widgets/single_graph.php:50 +#: ../../enterprise/dashboard/widgets/module_value.php:52 +#: ../../godmode/reporting/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/reporting_builder.item_editor.php:897 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1461 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1660 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1667 +#: ../../godmode/reporting/visual_console_builder.wizard.php:276 +#: ../../godmode/reporting/visual_console_builder.wizard.php:550 +#: ../../godmode/reporting/visual_console_builder.wizard.php:573 +#: ../../godmode/reporting/reporting_builder.list_items.php:290 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:647 +#: ../../godmode/agentes/module_manager_editor_common.php:675 +#: ../../godmode/agentes/planned_downtime.list.php:171 +#: ../../godmode/agentes/module_manager_editor_prediction.php:115 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_copy_modules.php:86 +#: ../../godmode/massive/massive_copy_modules.php:200 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../include/functions_pandora_networkmap.php:1364 +#: ../../include/functions_pandora_networkmap.php:1491 +#: ../../include/ajax/alert_list.ajax.php:131 +#: ../../include/functions_reporting.php:5483 +#: ../../include/functions_graph.php:5170 +#: ../../include/functions_reporting_html.php:337 +#: ../../include/functions_reporting_html.php:453 +#: ../../include/functions_reporting_html.php:532 +#: ../../include/functions_reporting_html.php:984 +#: ../../include/functions_reporting_html.php:1373 +#: ../../include/functions_reporting_html.php:1712 +#: ../../include/functions_reporting_html.php:1853 +#: ../../include/functions_reporting_html.php:1891 +#: ../../include/functions_reporting_html.php:2134 +#: ../../include/functions_reporting_html.php:2288 +#: ../../include/functions_reporting_html.php:2499 +#: ../../include/functions_visual_map_editor.php:257 +#: ../../mobile/operation/modules.php:454 +#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:309 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/events.php:510 +msgid "Agent" +msgstr "Agent" + +#: ../../operation/search_alerts.php:42 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/alerts_status.php:428 +#: ../../operation/agentes/alerts_status.php:469 +#: ../../operation/agentes/alerts_status.php:503 +#: ../../operation/agentes/alerts_status.php:537 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/search_modules.php:35 +#: ../../extensions/agents_alerts.php:279 ../../extensions/insert_data.php:158 +#: ../../extensions/module_groups.php:43 +#: ../../enterprise/operation/agentes/agent_inventory.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:194 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:191 +#: ../../enterprise/operation/inventory/inventory.php:169 +#: ../../enterprise/extensions/check_acls.php:121 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 +#: ../../enterprise/godmode/policies/policy_linking.php:121 +#: ../../enterprise/godmode/policies/policy_alerts.php:240 +#: ../../enterprise/godmode/policies/policy_alerts.php:447 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1461 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1897 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2047 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2054 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 +#: ../../enterprise/godmode/agentes/inventory_manager.php:149 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/services/services.elements.php:325 +#: ../../enterprise/godmode/services/services.elements.php:351 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:222 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1492 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2269 +#: ../../enterprise/include/functions_inventory.php:506 +#: ../../enterprise/include/functions_inventory.php:562 +#: ../../enterprise/include/functions_reporting_pdf.php:744 +#: ../../enterprise/include/functions_reporting_pdf.php:802 +#: ../../enterprise/include/functions_reporting_pdf.php:896 +#: ../../enterprise/include/functions_reporting_pdf.php:1041 +#: ../../enterprise/include/functions_reporting_pdf.php:1085 +#: ../../enterprise/include/functions_reporting_pdf.php:1611 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../enterprise/include/functions_reporting_pdf.php:1939 +#: ../../enterprise/include/functions_alert_event.php:924 +#: ../../enterprise/dashboard/widgets/top_n.php:127 +#: ../../enterprise/dashboard/widgets/top_n.php:310 +#: ../../enterprise/dashboard/widgets/module_icon.php:63 +#: ../../enterprise/dashboard/widgets/module_icon.php:69 +#: ../../enterprise/dashboard/widgets/module_status.php:63 +#: ../../enterprise/dashboard/widgets/module_status.php:69 +#: ../../enterprise/dashboard/widgets/module_table_value.php:60 +#: ../../enterprise/dashboard/widgets/module_table_value.php:66 +#: ../../enterprise/dashboard/widgets/single_graph.php:61 +#: ../../enterprise/dashboard/widgets/single_graph.php:67 +#: ../../enterprise/dashboard/widgets/module_value.php:63 +#: ../../enterprise/dashboard/widgets/module_value.php:69 +#: ../../godmode/reporting/graph_builder.graph_editor.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:951 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1462 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1661 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1668 +#: ../../godmode/reporting/visual_console_builder.wizard.php:275 +#: ../../godmode/reporting/visual_console_builder.wizard.php:582 +#: ../../godmode/reporting/reporting_builder.list_items.php:295 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/agentes/module_manager_editor_common.php:657 +#: ../../godmode/agentes/module_manager_editor_common.php:676 +#: ../../godmode/agentes/planned_downtime.list.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:838 +#: ../../godmode/agentes/module_manager_editor_prediction.php:140 +#: ../../godmode/servers/plugin.php:67 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:599 +#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../include/functions_treeview.php:66 +#: ../../include/ajax/alert_list.ajax.php:140 +#: ../../include/functions_graph.php:5286 +#: ../../include/functions_reporting_html.php:338 +#: ../../include/functions_reporting_html.php:454 +#: ../../include/functions_reporting_html.php:985 +#: ../../include/functions_reporting_html.php:1374 +#: ../../include/functions_reporting_html.php:1412 +#: ../../include/functions_reporting_html.php:1719 +#: ../../include/functions_reporting_html.php:1854 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../mobile/operation/alerts.php:268 +msgid "Module" +msgstr "Module" + +#: ../../operation/search_alerts.php:45 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../operation/servers/recon_view.php:101 +#: ../../extensions/agents_alerts.php:344 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../enterprise/godmode/policies/policy_alerts.php:239 +#: ../../enterprise/godmode/policies/policy_alerts.php:438 +#: ../../enterprise/include/functions_reporting_pdf.php:1042 +#: ../../enterprise/include/functions_reporting_pdf.php:1086 +#: ../../enterprise/include/functions_reporting_pdf.php:1131 +#: ../../godmode/alerts/alert_list.list.php:407 +#: ../../godmode/alerts/alert_view.php:75 +#: ../../godmode/alerts/alert_list.builder.php:113 +#: ../../include/functions_treeview.php:328 +#: ../../include/functions_treeview.php:369 +#: ../../include/functions_reporting_html.php:1375 +#: ../../include/functions_reporting_html.php:1413 +#: ../../include/functions_reporting_html.php:1449 +#: ../../mobile/operation/alerts.php:270 +msgid "Template" +msgstr "Template" + +#: ../../operation/search_alerts.php:48 +#: ../../operation/agentes/alerts_status.functions.php:106 +#: ../../operation/agentes/alerts_status.php:430 +#: ../../operation/agentes/alerts_status.php:471 +#: ../../operation/agentes/alerts_status.php:505 +#: ../../operation/agentes/alerts_status.php:539 +#: ../../operation/snmpconsole/snmp_view.php:539 +#: ../../operation/snmpconsole/snmp_view.php:837 +#: ../../operation/integria_incidents/incident.list.php:102 +#: ../../operation/incidents/incident.php:343 +#: ../../operation/events/events.build_table.php:253 +#: ../../extensions/agents_alerts.php:280 ../../general/logon_ok.php:222 +#: ../../general/logon_ok.php:419 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/extensions/ipam/ipam_list.php:200 +#: ../../enterprise/godmode/policies/policy_modules.php:1060 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1901 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2048 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2056 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 +#: ../../enterprise/godmode/reporting/graph_template_list.php:130 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../enterprise/godmode/alerts/alert_events_list.php:424 +#: ../../enterprise/godmode/alerts/alert_events.php:510 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 +#: ../../enterprise/include/functions_services.php:1432 +#: ../../enterprise/dashboard/widgets/top_n.php:129 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1467 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1662 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1671 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/agentes/module_manager.php:532 +#: ../../godmode/agentes/agent_template.php:230 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/snmpconsole/snmp_filters.php:133 +#: ../../godmode/snmpconsole/snmp_alert.php:1066 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +#: ../../godmode/massive/massive_add_action_alerts.php:155 +#: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/massive/massive_operations.php:271 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_delete_action_alerts.php:164 +#: ../../godmode/users/configure_user.php:619 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 +#: ../../godmode/alerts/alert_list.list.php:607 +#: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/modules/manage_network_components.php:570 +#: ../../godmode/modules/manage_network_templates.php:192 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/events/event_filter.php:113 ../../include/functions.php:2306 +#: ../../include/functions_events.php:3384 +#: ../../include/ajax/alert_list.ajax.php:148 +#: ../../include/functions_reporting_html.php:2851 +#: ../../include/functions_ui_renders.php:97 +#: ../../mobile/operation/tactical.php:308 +msgid "Action" +msgstr "Action" + +#: ../../operation/reporting/reporting_viewer.php:77 +#: ../../godmode/netflow/nf_item_list.php:39 +msgid "Report list" +msgstr "Report list" + +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/reporting/graph_viewer.php:136 +#: ../../operation/visual_console/render_view.php:110 +#: ../../enterprise/meta/screens/screens.visualmap.php:181 +#: ../../enterprise/meta/screens/screens.visualmap.php:206 +#: ../../godmode/reporting/reporting_builder.php:1930 +#: ../../godmode/reporting/reporting_builder.php:1958 +#: ../../godmode/reporting/graph_builder.php:199 +#: ../../godmode/reporting/visual_console_builder.php:667 +#: ../../godmode/reporting/reporting_builder.main.php:51 +msgid "Main data" +msgstr "Main data" + +#: ../../operation/reporting/reporting_viewer.php:86 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 +#: ../../godmode/reporting/reporting_builder.php:1933 +msgid "List items" +msgstr "List items" + +#: ../../operation/reporting/reporting_viewer.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 +#: ../../enterprise/include/functions_reporting.php:4818 +#: ../../enterprise/include/functions_reporting.php:4868 +#: ../../godmode/reporting/reporting_builder.php:1936 +msgid "Item editor" +msgstr "Item editor" + +#: ../../operation/reporting/reporting_viewer.php:98 +#: ../../godmode/reporting/reporting_builder.php:1945 +msgid "View report" +msgstr "View report" + +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/reporting/graph_viewer.php:150 +#: ../../operation/gis_maps/render_view.php:108 +#: ../../operation/visual_console/render_view.php:136 +#: ../../extensions/agents_alerts.php:91 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/matrix_events.php:31 +#: ../../enterprise/dashboard/main_dashboard.php:142 +msgid "Full screen mode" +msgstr "Full screen mode" + +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/reporting/graph_viewer.php:155 +#: ../../operation/gis_maps/render_view.php:112 +#: ../../operation/events/events.php:443 +#: ../../operation/visual_console/render_view.php:164 +#: ../../extensions/agents_alerts.php:96 +#: ../../extensions/agents_modules.php:106 +#: ../../enterprise/dashboard/main_dashboard.php:156 +msgid "Back to normal mode" +msgstr "Return to windowed mode" + +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../operation/reporting/reporting_viewer.php:128 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/graph_viewer.php:163 +#: ../../operation/reporting/graph_viewer.php:314 ../../operation/menu.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 +#: ../../enterprise/meta/general/logon_ok.php:48 +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:364 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1897 +#: ../../godmode/reporting/reporting_builder.php:1902 +#: ../../godmode/reporting/reporting_builder.php:1906 +#: ../../godmode/reporting/reporting_builder.php:1968 +#: ../../godmode/reporting/reporting_builder.php:1973 +#: ../../godmode/reporting/reporting_builder.php:1976 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../godmode/reporting/graphs.php:75 +msgid "Reporting" +msgstr "Reporting" + +#: ../../operation/reporting/reporting_viewer.php:130 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/menu.php:242 +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1884 +msgid "Custom reporting" +msgstr "Custom reports" + +#: ../../operation/reporting/reporting_viewer.php:152 +msgid "View Report" +msgstr "View Report" + +#: ../../operation/reporting/reporting_viewer.php:191 +msgid "Set initial date" +msgstr "Set initial date" + +#: ../../operation/reporting/reporting_viewer.php:199 +#: ../../operation/agentes/gis_view.php:181 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_alerts.php:336 +#: ../../enterprise/godmode/alerts/alert_events_list.php:559 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 +#: ../../enterprise/include/functions_reporting_pdf.php:2213 +#: ../../enterprise/include/functions_reporting_pdf.php:2249 +#: ../../enterprise/include/functions_reporting_pdf.php:2287 +#: ../../godmode/agentes/planned_downtime.list.php:143 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:536 +msgid "From" +msgstr "From" + +#: ../../operation/reporting/reporting_viewer.php:202 +#: ../../enterprise/include/functions_reporting_pdf.php:2167 +msgid "Items period before" +msgstr "Items period before" + +#: ../../operation/reporting/reporting_viewer.php:203 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 +#: ../../enterprise/godmode/policies/policy_alerts.php:337 +#: ../../enterprise/godmode/policies/policy_alerts.php:469 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +#: ../../enterprise/godmode/alerts/alert_events_list.php:560 +#: ../../enterprise/godmode/alerts/alert_events_list.php:601 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 +#: ../../enterprise/include/functions_reporting.php:1959 +#: ../../enterprise/include/functions_reporting.php:2070 +#: ../../enterprise/include/functions_reporting.php:3246 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/alerts/alert_list.list.php:533 +#: ../../godmode/alerts/alert_list.list.php:619 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/ajax/alert_list.ajax.php:160 +#: ../../include/functions_reporting.php:9275 +msgid "to" +msgstr "to" + +#: ../../operation/reporting/reporting_viewer.php:206 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/users/user_edit.php:500 +#: ../../operation/integria_incidents/incident.incident.php:117 +#: ../../operation/events/events_list.php:634 +#: ../../extensions/net_tools.php:337 +#: ../../extensions/files_repo/files_repo_form.php:88 +#: ../../enterprise/operation/agentes/collection_view.php:97 +#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:286 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:74 +#: ../../enterprise/extensions/vmware/vmware_view.php:1218 +#: ../../enterprise/extensions/translate_string.php:306 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/ipam/ipam_network.php:670 +#: ../../enterprise/extensions/ipam/ipam_massive.php:95 +#: ../../enterprise/extensions/ipam/ipam_editor.php:118 +#: ../../enterprise/extensions/cron/main.php:319 +#: ../../enterprise/godmode/policies/policy_collections.php:158 +#: ../../enterprise/godmode/policies/policy_collections.php:210 +#: ../../enterprise/godmode/policies/policy_modules.php:322 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 +#: ../../enterprise/godmode/policies/configure_policy.php:86 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 +#: ../../enterprise/godmode/agentes/collections.data.php:95 +#: ../../enterprise/godmode/agentes/collections.data.php:200 +#: ../../enterprise/godmode/agentes/collections.data.php:258 +#: ../../enterprise/godmode/agentes/collections.data.php:333 +#: ../../enterprise/godmode/agentes/collection_manager.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:217 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 +#: ../../enterprise/godmode/agentes/collections.editor.php:130 +#: ../../enterprise/godmode/agentes/collections.editor.php:196 +#: ../../enterprise/godmode/agentes/inventory_manager.php:204 +#: ../../enterprise/godmode/agentes/inventory_manager.php:266 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:87 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:120 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:327 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 +#: ../../enterprise/godmode/services/services.service.php:366 +#: ../../enterprise/godmode/services/services.elements.php:412 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 +#: ../../enterprise/godmode/modules/configure_local_component.php:486 +#: ../../enterprise/godmode/setup/setup.php:234 +#: ../../enterprise/godmode/setup/setup.php:327 +#: ../../enterprise/godmode/setup/edit_skin.php:262 +#: ../../enterprise/godmode/setup/setup_history.php:84 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 +#: ../../enterprise/godmode/setup/setup_log_collector.php:55 +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +#: ../../enterprise/meta/advanced/metasetup.visual.php:251 +#: ../../enterprise/meta/advanced/metasetup.setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:146 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../enterprise/dashboard/main_dashboard.php:280 +#: ../../enterprise/dashboard/widget.php:180 +#: ../../godmode/reporting/graph_builder.main.php:180 +#: ../../godmode/reporting/visual_console_builder.data.php:164 +#: ../../godmode/reporting/reporting_builder.main.php:38 +#: ../../godmode/reporting/visual_console_builder.elements.php:513 +#: ../../godmode/agentes/agent_manager.php:462 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/module_manager_editor.php:483 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/agent_template.php:252 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/servers/recon_script.php:223 +#: ../../godmode/servers/manage_recontask_form.php:380 +#: ../../godmode/servers/modificar_server.php:53 +#: ../../godmode/groups/configure_group.php:204 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/snmpconsole/snmp_filters.php:105 +#: ../../godmode/snmpconsole/snmp_filters.php:142 +#: ../../godmode/snmpconsole/snmp_alert.php:871 +#: ../../godmode/snmpconsole/snmp_alert.php:1119 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:611 +#: ../../godmode/massive/massive_edit_agents.php:454 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/users/configure_user.php:587 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/alerts/configure_alert_special_days.php:102 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/alerts/alert_list.list.php:147 +#: ../../godmode/alerts/alert_list.list.php:155 +#: ../../godmode/alerts/configure_alert_action.php:216 +#: ../../godmode/alerts/configure_alert_action.php:222 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/modules/manage_network_components_form.php:274 +#: ../../godmode/modules/manage_nc_groups_form.php:79 +#: ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 +#: ../../godmode/setup/snmp_wizard.php:106 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/setup_general.php:308 +#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/os.php:57 +#: ../../godmode/setup/os.php:110 ../../godmode/setup/setup_auth.php:198 +#: ../../godmode/setup/setup_visuals.php:702 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/performance.php:146 +#: ../../godmode/events/event_edit_filter.php:400 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/tag/edit_tag.php:224 +#: ../../include/functions_pandora_networkmap.php:1462 +#: ../../include/functions_events.php:1704 +#: ../../include/functions_events.php:1742 +#: ../../include/ajax/alert_list.ajax.php:173 +#: ../../include/functions_visual_map_editor.php:441 +msgid "Update" +msgstr "Update" + +#: ../../operation/reporting/reporting_viewer.php:217 +msgid "Invalid date selected. Initial date must be before end date." +msgstr "Invalid date selected. Initial date must be before end date." + +#: ../../operation/reporting/reporting_viewer.php:237 +#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 +#: ../../enterprise/operation/log/log_viewer.php:246 +#: ../../enterprise/operation/log/log_viewer.php:252 +#: ../../enterprise/godmode/policies/policy_modules.php:1164 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +#: ../../godmode/massive/massive_copy_modules.php:164 +msgid "Loading" +msgstr "Loading" + +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/reporting/graph_viewer.php:264 +#: ../../operation/agentes/stat_win.php:500 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../operation/agentes/estado_monitores.php:381 +#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391 +#: ../../operation/events/events_list.php:1577 +#: ../../extensions/insert_data.php:194 +#: ../../enterprise/operation/log/log_viewer.php:310 +#: ../../enterprise/operation/log/log_viewer.php:322 +#: ../../enterprise/extensions/cron/main.php:339 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2232 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 +#: ../../enterprise/godmode/alerts/alert_events.php:577 +#: ../../enterprise/dashboard/widgets/tree_view.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1912 +#: ../../godmode/agentes/planned_downtime.editor.php:1168 +#: ../../godmode/alerts/configure_alert_template.php:1069 +#: ../../godmode/setup/news.php:297 +msgid "Choose time" +msgstr "Choose time" + +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/reporting/graph_viewer.php:265 +#: ../../operation/agentes/stat_win.php:501 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../operation/agentes/estado_monitores.php:382 +#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392 +#: ../../operation/events/events_list.php:1578 +#: ../../extensions/insert_data.php:195 +#: ../../enterprise/operation/log/log_viewer.php:311 +#: ../../enterprise/operation/log/log_viewer.php:323 +#: ../../enterprise/extensions/cron/main.php:340 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 +#: ../../enterprise/godmode/alerts/alert_events.php:578 +#: ../../enterprise/dashboard/widgets/tree_view.php:317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1913 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +#: ../../godmode/alerts/configure_alert_template.php:1070 +#: ../../godmode/setup/news.php:298 +msgid "Time" +msgstr "Time" + +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/reporting/graph_viewer.php:266 +#: ../../operation/agentes/stat_win.php:502 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../operation/agentes/estado_monitores.php:383 +#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393 +#: ../../operation/events/events_list.php:1579 +#: ../../extensions/insert_data.php:196 +#: ../../enterprise/operation/log/log_viewer.php:312 +#: ../../enterprise/operation/log/log_viewer.php:324 +#: ../../enterprise/extensions/cron/main.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2234 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 +#: ../../enterprise/godmode/alerts/alert_events.php:579 +#: ../../enterprise/dashboard/widgets/tree_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1914 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +#: ../../godmode/alerts/configure_alert_template.php:1071 +#: ../../godmode/setup/news.php:299 ../../include/functions_html.php:854 +msgid "Hour" +msgstr "Hour" + +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/agentes/stat_win.php:503 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../operation/agentes/estado_monitores.php:384 +#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394 +#: ../../operation/events/events_list.php:1580 +#: ../../extensions/insert_data.php:197 +#: ../../enterprise/operation/log/log_viewer.php:313 +#: ../../enterprise/operation/log/log_viewer.php:325 +#: ../../enterprise/extensions/cron/main.php:342 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 +#: ../../enterprise/godmode/alerts/alert_events.php:580 +#: ../../enterprise/dashboard/widgets/tree_view.php:319 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1915 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +#: ../../godmode/alerts/configure_alert_template.php:1072 +#: ../../godmode/setup/news.php:300 ../../include/functions_html.php:855 +msgid "Minute" +msgstr "Minute" + +#: ../../operation/reporting/reporting_viewer.php:261 +#: ../../operation/reporting/reporting_viewer.php:281 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/agentes/stat_win.php:504 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../operation/agentes/estado_monitores.php:385 +#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395 +#: ../../operation/events/events_list.php:1581 +#: ../../extensions/insert_data.php:198 +#: ../../enterprise/operation/log/log_viewer.php:314 +#: ../../enterprise/operation/log/log_viewer.php:326 +#: ../../enterprise/extensions/cron/main.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2236 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 +#: ../../enterprise/godmode/alerts/alert_events.php:581 +#: ../../enterprise/dashboard/widgets/tree_view.php:320 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1916 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +#: ../../godmode/alerts/configure_alert_template.php:1073 +#: ../../godmode/setup/news.php:301 +msgid "Second" +msgstr "Second" + +#: ../../operation/reporting/reporting_viewer.php:262 +#: ../../operation/reporting/reporting_viewer.php:282 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/agentes/stat_win.php:505 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../operation/agentes/estado_monitores.php:386 +#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396 +#: ../../operation/events/events_list.php:1582 +#: ../../extensions/insert_data.php:199 +#: ../../enterprise/operation/agentes/agent_inventory.php:89 +#: ../../enterprise/operation/log/log_viewer.php:315 +#: ../../enterprise/operation/log/log_viewer.php:327 +#: ../../enterprise/extensions/cron/main.php:344 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2237 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 +#: ../../enterprise/godmode/alerts/alert_events.php:582 +#: ../../enterprise/dashboard/widgets/tree_view.php:321 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1917 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +#: ../../godmode/alerts/configure_alert_template.php:1074 +#: ../../godmode/setup/news.php:302 ../../include/functions.php:436 +#: ../../include/functions.php:570 +msgid "Now" +msgstr "Now" + +#: ../../operation/reporting/reporting_viewer.php:263 +#: ../../operation/reporting/reporting_viewer.php:283 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/agentes/stat_win.php:506 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:387 +#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397 +#: ../../operation/events/events_list.php:1583 +#: ../../extensions/insert_data.php:200 +#: ../../enterprise/operation/log/log_viewer.php:316 +#: ../../enterprise/operation/log/log_viewer.php:328 +#: ../../enterprise/extensions/cron/main.php:345 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2238 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 +#: ../../enterprise/godmode/alerts/alert_events.php:583 +#: ../../enterprise/dashboard/widgets/tree_view.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1918 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +#: ../../godmode/alerts/configure_alert_template.php:1075 +#: ../../godmode/setup/news.php:303 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../include/functions_snmp_browser.php:441 +#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 +msgid "Close" +msgstr "Close" + +#: ../../operation/reporting/reporting_viewer.php:317 +#: ../../operation/reporting/graph_viewer.php:307 +msgid "Invalid date selected" +msgstr "Invalid date selected" + +#: ../../operation/reporting/custom_reporting.php:32 +#: ../../operation/reporting/graph_viewer.php:341 +msgid "There are no defined reportings" +msgstr "There are no defined reportings" + +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../operation/search_reports.php:38 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:872 +#: ../../enterprise/include/functions_reporting_csv.php:876 +#: ../../godmode/reporting/reporting_builder.php:532 +msgid "Report name" +msgstr "Report name" + +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:326 +#: ../../operation/agentes/pandora_networkmap.editor.php:194 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/agentes/estado_generalagente.php:172 +#: ../../operation/agentes/estado_agente.php:493 +#: ../../operation/search_reports.php:39 ../../operation/search_users.php:53 +#: ../../operation/integria_incidents/incident.tracking.php:21 +#: ../../operation/integria_incidents/incident.incident.php:105 +#: ../../operation/integria_incidents/incident.workunits.php:31 +#: ../../operation/integria_incidents/incident.files.php:25 +#: ../../operation/integria_incidents/incident.files.php:44 +#: ../../operation/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:506 +#: ../../operation/gis_maps/ajax.php:302 ../../operation/search_graphs.php:34 +#: ../../operation/events/events.php:93 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/operation/agentes/transactional_map.php:146 +#: ../../enterprise/operation/agentes/ver_agente.php:58 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:193 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:252 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.list.php:310 +#: ../../enterprise/extensions/backup/main.php:65 +#: ../../enterprise/extensions/backup/main.php:160 +#: ../../enterprise/extensions/ipam/ipam_network.php:143 +#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_list.php:160 +#: ../../enterprise/extensions/cron/functions.php:37 +#: ../../enterprise/godmode/policies/policy_collections.php:123 +#: ../../enterprise/godmode/policies/policy_collections.php:194 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 +#: ../../enterprise/godmode/policies/configure_policy.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 +#: ../../enterprise/godmode/reporting/graph_template_list.php:125 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 +#: ../../enterprise/godmode/agentes/collections.php:184 +#: ../../enterprise/godmode/agentes/collection_manager.php:107 +#: ../../enterprise/godmode/agentes/collection_manager.php:165 +#: ../../enterprise/godmode/agentes/inventory_manager.php:234 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../enterprise/godmode/alerts/alert_events.php:501 +#: ../../enterprise/godmode/services/services.service.php:236 +#: ../../enterprise/godmode/services/services.elements.php:374 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 +#: ../../enterprise/godmode/modules/configure_local_component.php:305 +#: ../../enterprise/godmode/modules/configure_local_component.php:443 +#: ../../enterprise/godmode/setup/setup_skins.php:119 +#: ../../enterprise/godmode/setup/edit_skin.php:231 #: ../../enterprise/meta/include/functions_wizard_meta.php:158 #: ../../enterprise/meta/include/functions_wizard_meta.php:369 #: ../../enterprise/meta/include/functions_wizard_meta.php:465 @@ -153,861 +926,1326 @@ msgstr "Name" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1113 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1393 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1658 -#: ../../enterprise/extensions/cron/functions.php:37 -#: ../../enterprise/extensions/backup/main.php:65 -#: ../../enterprise/extensions/backup/main.php:160 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 -#: ../../enterprise/extensions/ipam/ipam_editor.php:72 -#: ../../enterprise/extensions/ipam/ipam_list.php:61 -#: ../../enterprise/include/functions_update_manager.php:169 -#: ../../enterprise/include/functions_reporting.php:1897 -#: ../../enterprise/include/functions_reporting.php:2011 -#: ../../enterprise/include/functions_reporting.php:3186 -#: ../../enterprise/include/functions_reporting_csv.php:119 -#: ../../enterprise/include/functions_reporting_csv.php:182 -#: ../../enterprise/include/functions_reporting_csv.php:208 -#: ../../enterprise/include/functions_reporting_csv.php:231 -#: ../../enterprise/include/functions_reporting_csv.php:253 -#: ../../enterprise/include/functions_reporting_csv.php:274 -#: ../../enterprise/include/functions_reporting_csv.php:310 -#: ../../enterprise/include/functions_reporting_csv.php:337 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:360 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:383 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:406 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:427 -#: ../../enterprise/include/functions_reporting_csv.php:457 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:480 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:503 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:526 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:549 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:571 -#: ../../enterprise/include/functions_reporting_csv.php:593 -#: ../../enterprise/include/functions_reporting_csv.php:636 -#: ../../enterprise/include/functions_services.php:1414 -#: ../../enterprise/include/functions_reporting_pdf.php:2093 -#: ../../enterprise/include/functions_reporting_pdf.php:2236 -#: ../../enterprise/include/functions_reporting_pdf.php:2284 -#: ../../enterprise/include/functions_reporting_pdf.php:2339 #: ../../enterprise/include/functions_netflow_pdf.php:166 -#: ../../enterprise/operation/services/services.service.php:121 -#: ../../enterprise/operation/services/services.list.php:308 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/godmode/services/services.elements.php:365 -#: ../../enterprise/godmode/services/services.service.php:236 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:234 -#: ../../enterprise/godmode/alerts/alert_events.php:501 -#: ../../enterprise/godmode/agentes/collections.php:184 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/setup/edit_skin.php:230 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:284 -#: ../../enterprise/godmode/modules/configure_local_component.php:422 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/graph_template_list.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1163 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../mobile/operation/agent.php:141 -#: ../../mobile/operation/tactical.php:265 -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:428 -#: ../../include/functions_snmp_browser.php:415 -#: ../../include/functions_reporting_html.php:1486 -#: ../../include/functions_reporting_html.php:1519 -#: ../../include/functions_reporting_html.php:2266 -#: ../../include/functions_reporting_html.php:2979 -#: ../../include/functions_events.php:1807 ../../include/ajax/module.php:709 -#: ../../operation/integria_incidents/incident.files.php:25 -#: ../../operation/integria_incidents/incident.files.php:44 -#: ../../operation/integria_incidents/incident.incident.php:105 -#: ../../operation/integria_incidents/incident.workunits.php:31 -#: ../../operation/integria_incidents/incident.tracking.php:21 -#: ../../operation/events/events.php:93 ../../operation/gis_maps/ajax.php:302 -#: ../../operation/search_reports.php:39 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/agentes/estado_agente.php:451 -#: ../../operation/agentes/estado_generalagente.php:172 -#: ../../operation/search_graphs.php:34 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:506 -#: ../../operation/search_users.php:53 -#: ../../operation/reporting/graph_viewer.php:289 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/events/event_responses.list.php:55 -#: ../../godmode/users/user_list.php:277 -#: ../../godmode/snmpconsole/snmp_alert.php:526 -#: ../../godmode/snmpconsole/snmp_alert.php:1057 -#: ../../godmode/snmpconsole/snmp_filters.php:94 -#: ../../godmode/snmpconsole/snmp_filters.php:131 -#: ../../godmode/alerts/alert_commands.php:325 -#: ../../godmode/alerts/configure_alert_special_days.php:87 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/alert_special_days.php:163 -#: ../../godmode/alerts/configure_alert_template.php:723 -#: ../../godmode/alerts/alert_templates.php:47 +#: ../../enterprise/include/functions_reporting_csv.php:131 +#: ../../enterprise/include/functions_reporting_csv.php:134 +#: ../../enterprise/include/functions_reporting_csv.php:216 +#: ../../enterprise/include/functions_reporting_csv.php:218 +#: ../../enterprise/include/functions_reporting_csv.php:247 +#: ../../enterprise/include/functions_reporting_csv.php:249 +#: ../../enterprise/include/functions_reporting_csv.php:273 +#: ../../enterprise/include/functions_reporting_csv.php:275 +#: ../../enterprise/include/functions_reporting_csv.php:300 +#: ../../enterprise/include/functions_reporting_csv.php:302 +#: ../../enterprise/include/functions_reporting_csv.php:326 +#: ../../enterprise/include/functions_reporting_csv.php:328 +#: ../../enterprise/include/functions_reporting_csv.php:366 +#: ../../enterprise/include/functions_reporting_csv.php:368 +#: ../../enterprise/include/functions_reporting_csv.php:394 +#: ../../enterprise/include/functions_reporting_csv.php:396 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:429 +#: ../../enterprise/include/functions_reporting_csv.php:431 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:465 +#: ../../enterprise/include/functions_reporting_csv.php:467 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:501 +#: ../../enterprise/include/functions_reporting_csv.php:503 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:536 +#: ../../enterprise/include/functions_reporting_csv.php:538 +#: ../../enterprise/include/functions_reporting_csv.php:570 +#: ../../enterprise/include/functions_reporting_csv.php:572 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:606 +#: ../../enterprise/include/functions_reporting_csv.php:608 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:642 +#: ../../enterprise/include/functions_reporting_csv.php:644 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:678 +#: ../../enterprise/include/functions_reporting_csv.php:680 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:716 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:750 +#: ../../enterprise/include/functions_reporting_csv.php:752 +#: ../../enterprise/include/functions_reporting_csv.php:792 +#: ../../enterprise/include/functions_reporting_csv.php:794 +#: ../../enterprise/include/functions_reporting_csv.php:873 +#: ../../enterprise/include/functions_reporting_csv.php:877 +#: ../../enterprise/include/functions_services.php:1414 +#: ../../enterprise/include/functions_reporting.php:1928 +#: ../../enterprise/include/functions_reporting.php:2042 +#: ../../enterprise/include/functions_reporting.php:3218 +#: ../../enterprise/include/functions_reporting_pdf.php:2171 +#: ../../enterprise/include/functions_reporting_pdf.php:2314 +#: ../../enterprise/include/functions_reporting_pdf.php:2362 +#: ../../enterprise/include/functions_reporting_pdf.php:2417 +#: ../../enterprise/include/functions_update_manager.php:171 +#: ../../enterprise/mobile/include/enterprise.class.php:79 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/reporting_builder.item_editor.php:690 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/reporting/graph_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/agentes/modificar_agente.php:492 #: ../../godmode/agentes/agent_manager.php:278 -#: ../../godmode/agentes/modificar_agente.php:434 -#: ../../godmode/agentes/module_manager_editor_common.php:309 -#: ../../godmode/agentes/planned_downtime.editor.php:476 -#: ../../godmode/agentes/planned_downtime.list.php:390 -#: ../../godmode/agentes/module_manager.php:522 -#: ../../godmode/agentes/agent_template.php:225 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/plugin.php:262 ../../godmode/servers/plugin.php:394 +#: ../../godmode/agentes/module_manager.php:527 +#: ../../godmode/agentes/module_manager_editor_common.php:335 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/agent_template.php:229 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 #: ../../godmode/servers/recon_script.php:107 #: ../../godmode/servers/recon_script.php:154 #: ../../godmode/servers/recon_script.php:349 -#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/modificar_server.php:48 #: ../../godmode/groups/group_list.php:337 #: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 +#: ../../godmode/snmpconsole/snmp_filters.php:94 +#: ../../godmode/snmpconsole/snmp_filters.php:131 +#: ../../godmode/snmpconsole/snmp_alert.php:526 +#: ../../godmode/snmpconsole/snmp_alert.php:1057 #: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:459 #: ../../godmode/massive/massive_edit_agents.php:303 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/modules/manage_network_components.php:542 -#: ../../godmode/modules/manage_network_templates.php:182 -#: ../../godmode/modules/module_list.php:60 -#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/users/user_list.php:277 +#: ../../godmode/alerts/configure_alert_special_days.php:90 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_template.php:758 #: ../../godmode/modules/manage_network_templates_form.php:148 #: ../../godmode/modules/manage_network_templates_form.php:199 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/graph_builder.main.php:111 -#: ../../godmode/reporting/reporting_builder.item_editor.php:643 -#: ../../godmode/reporting/graphs.php:143 -#: ../../godmode/reporting/reporting_builder.php:536 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/tag/edit_tag.php:172 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/modules/manage_network_templates.php:191 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components_form.php:263 +#: ../../godmode/setup/snmp_wizard.php:40 ../../godmode/setup/os.list.php:35 +#: ../../godmode/setup/os.builder.php:36 +#: ../../godmode/events/event_responses.list.php:55 +#: ../../godmode/events/event_responses.editor.php:87 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/tag.php:200 +#: ../../godmode/tag/edit_tag.php:177 ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:499 +#: ../../include/functions_events.php:1808 ../../include/ajax/module.php:730 +#: ../../include/functions_reporting_html.php:1543 +#: ../../include/functions_reporting_html.php:1576 +#: ../../include/functions_reporting_html.php:2360 +#: ../../include/functions_reporting_html.php:3073 +#: ../../include/functions_snmp_browser.php:415 +#: ../../mobile/operation/tactical.php:312 +#: ../../mobile/operation/agent.php:158 msgid "Description" msgstr "Description" -#: ../../enterprise/mobile/include/functions_web.php:15 -#: ../../enterprise/meta/general/main_header.php:132 -#: ../../enterprise/meta/general/main_header.php:147 -#: ../../include/functions_groups.php:120 -#: ../../operation/search_results.php:113 -msgid "Reports" -msgstr "Reports" +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../operation/search_reports.php:40 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 +#: ../../godmode/reporting/reporting_builder.php:534 +msgid "HTML" +msgstr "HTML" -#: ../../enterprise/dashboard/main_dashboard.php:69 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:220 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/operation/agentes/policy_view.php:253 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../extensions/agents_alerts.php:311 ../../include/functions_ui.php:896 -#: ../../operation/events/events_list.php:463 -#: ../../operation/users/user_edit.php:259 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/users/user_edit.php:269 -#: ../../operation/users/user_edit.php:291 -#: ../../operation/snmpconsole/snmp_view.php:385 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../godmode/events/event_edit_filter.php:265 -#: ../../godmode/users/configure_user.php:448 -#: ../../godmode/gis_maps/index.php:74 -#: ../../godmode/alerts/alert_list.list.php:494 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/agentes/module_manager_editor_common.php:347 -#: ../../godmode/setup/gis_step_2.php:367 -#: ../../godmode/setup/gis_step_2.php:451 -#: ../../godmode/setup/setup_visuals.php:141 -#: ../../godmode/setup/setup_visuals.php:454 -#: ../../godmode/setup/setup_visuals.php:466 -#: ../../godmode/massive/massive_edit_agents.php:385 -msgid "Default" -msgstr "Default" +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../operation/search_reports.php:41 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 +#: ../../godmode/reporting/reporting_builder.php:535 +msgid "XML" +msgstr "XML" -#: ../../enterprise/dashboard/main_dashboard.php:168 -#: ../../extensions/agents_modules.php:100 -#: ../../extensions/agents_alerts.php:90 ../../extensions/matrix_events.php:31 -#: ../../operation/gis_maps/render_view.php:99 -#: ../../operation/visual_console/render_view.php:133 -#: ../../operation/reporting/graph_viewer.php:147 -#: ../../operation/reporting/reporting_viewer.php:103 -msgid "Full screen mode" -msgstr "Full screen mode" +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/incidents/incident.php:66 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/events/events.php:499 ../../extensions/files_repo.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:130 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:38 +#: ../../enterprise/extensions/ipam/ipam_action.php:64 +#: ../../enterprise/godmode/policies/policies.php:174 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 +#: ../../enterprise/godmode/reporting/graph_template_list.php:86 +#: ../../enterprise/godmode/reporting/graph_template_list.php:106 +#: ../../enterprise/godmode/alerts/alert_events_list.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:204 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 +#: ../../enterprise/godmode/modules/local_components.php:330 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 +#: ../../enterprise/dashboard/dashboards.php:50 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/agentes/planned_downtime.list.php:107 +#: ../../godmode/netflow/nf_item_list.php:105 +#: ../../godmode/netflow/nf_item_list.php:126 +#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/snmpconsole/snmp_alert.php:459 +#: ../../godmode/massive/massive_delete_tags.php:151 +#: ../../godmode/massive/massive_delete_modules.php:236 +#: ../../godmode/massive/massive_delete_alerts.php:156 +#: ../../godmode/massive/massive_delete_action_alerts.php:105 +#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/users/configure_user.php:412 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:214 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_special_days.php:223 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/modules/manage_network_components.php:372 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/setup/news.php:97 ../../godmode/setup/gis.php:57 +#: ../../godmode/setup/links.php:69 ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +msgid "Successfully deleted" +msgstr "Successfully deleted" -#: ../../enterprise/dashboard/main_dashboard.php:173 -#: ../../extensions/agents_modules.php:105 -#: ../../extensions/agents_alerts.php:95 ../../operation/events/events.php:429 -#: ../../operation/gis_maps/render_view.php:103 -#: ../../operation/visual_console/render_view.php:139 -#: ../../operation/reporting/graph_viewer.php:152 -#: ../../operation/reporting/reporting_viewer.php:108 -msgid "Back to normal mode" -msgstr "Return to windowed mode" +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 +#: ../../enterprise/godmode/reporting/graph_template_list.php:87 +#: ../../enterprise/godmode/reporting/graph_template_list.php:107 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/agentes/planned_downtime.list.php:108 +#: ../../godmode/netflow/nf_item_list.php:106 +#: ../../godmode/netflow/nf_item_list.php:127 +#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../godmode/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +msgid "Not deleted. Error deleting data" +msgstr "Could not be deleted. Error deleting data." -#: ../../enterprise/dashboard/main_dashboard.php:178 -#: ../../enterprise/dashboard/main_dashboard.php:305 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../extensions/net_tools.php:322 -#: ../../godmode/update_manager/update_manager.php:28 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -msgid "Options" -msgstr "Options" +#: ../../operation/reporting/graph_viewer.php:139 +#: ../../godmode/reporting/graph_builder.php:202 +msgid "Graph editor" +msgstr "Graph editor" -#: ../../enterprise/dashboard/main_dashboard.php:194 -msgid "Slides mode" -msgstr "Slides mode" +#: ../../operation/reporting/graph_viewer.php:145 +#: ../../godmode/reporting/graph_builder.php:205 +msgid "View graph" +msgstr "View graph" -#: ../../enterprise/dashboard/main_dashboard.php:199 -msgid "Previous Dashboard" -msgstr "Previous Dashboard" +#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:249 +#: ../../godmode/reporting/graphs.php:75 +msgid "Custom graphs" +msgstr "Custom graphs" -#: ../../enterprise/dashboard/main_dashboard.php:204 -msgid "Next Dashboard" -msgstr "Next Dashboard" +#: ../../operation/reporting/graph_viewer.php:181 +msgid "No data." +msgstr "No data." -#: ../../enterprise/dashboard/main_dashboard.php:209 -msgid "Play" -msgstr "Play" +#: ../../operation/reporting/graph_viewer.php:192 +#: ../../operation/netflow/nf_live_view.php:231 +#: ../../operation/integria_incidents/incident.tracking.php:23 +#: ../../operation/events/events.build_table.php:567 +#: ../../extensions/users_connected.php:79 +#: ../../extensions/insert_data.php:166 ../../general/logon_ok.php:223 +#: ../../general/logon_ok.php:420 +#: ../../enterprise/operation/agentes/agent_inventory.php:70 +#: ../../enterprise/operation/inventory/inventory.php:223 +#: ../../enterprise/extensions/backup/main.php:66 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:252 +#: ../../enterprise/include/functions_inventory.php:507 +#: ../../enterprise/include/functions_reporting_pdf.php:945 +#: ../../enterprise/include/functions_reporting_pdf.php:951 +#: ../../enterprise/include/functions_reporting_pdf.php:968 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1065 +#: ../../godmode/admin_access_logs.php:190 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../include/functions.php:2307 ../../include/functions_events.php:3697 +#: ../../include/functions_reporting.php:2210 +#: ../../include/functions_reporting.php:2243 +#: ../../include/functions_reporting_html.php:1244 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1251 +#: ../../include/functions_reporting_html.php:1265 +#: ../../include/functions_reporting_html.php:2852 +#: ../../mobile/operation/tactical.php:310 +msgid "Date" +msgstr "Date" -#: ../../enterprise/dashboard/main_dashboard.php:214 -msgid "Pause" -msgstr "Pause" +#: ../../operation/reporting/graph_viewer.php:204 +#: ../../operation/agentes/graphs.php:136 +#: ../../operation/agentes/stat_win.php:333 +#: ../../operation/agentes/interface_traffic_graph_win.php:232 +msgid "Time range" +msgstr "Time range" -#: ../../enterprise/dashboard/main_dashboard.php:218 -msgid "Next slide in" -msgstr "Next slide in" +#: ../../operation/reporting/graph_viewer.php:213 +#: ../../operation/reporting/graph_viewer.php:236 +msgid "Graph defined" +msgstr "Graph defined" + +#: ../../operation/reporting/graph_viewer.php:214 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 +#: ../../enterprise/dashboard/widgets/custom_graph.php:39 +#: ../../godmode/reporting/graph_builder.main.php:155 +#: ../../godmode/setup/setup_visuals.php:442 +#: ../../include/functions_visual_map_editor.php:304 +msgid "Area" +msgstr "Area" + +#: ../../operation/reporting/graph_viewer.php:215 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 +#: ../../enterprise/dashboard/widgets/custom_graph.php:40 +#: ../../godmode/reporting/graph_builder.main.php:156 +msgid "Stacked area" +msgstr "Stacked area" + +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 +#: ../../enterprise/dashboard/widgets/custom_graph.php:41 +#: ../../godmode/reporting/graph_builder.main.php:157 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/setup/setup_visuals.php:445 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:303 +#: ../../include/functions_visual_map_editor.php:591 +msgid "Line" +msgstr "Line" + +#: ../../operation/reporting/graph_viewer.php:217 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 +#: ../../enterprise/dashboard/widgets/custom_graph.php:42 +#: ../../godmode/reporting/graph_builder.main.php:158 +msgid "Stacked line" +msgstr "Stacked line" + +#: ../../operation/reporting/graph_viewer.php:218 +#: ../../enterprise/dashboard/widgets/custom_graph.php:43 +#: ../../godmode/reporting/graph_builder.main.php:159 +msgid "Bullet chart" +msgstr "Bullet chart" + +#: ../../operation/reporting/graph_viewer.php:219 +#: ../../enterprise/dashboard/widgets/custom_graph.php:44 +#: ../../godmode/reporting/graph_builder.main.php:160 +msgid "Gauge" +msgstr "Gauge" + +#: ../../operation/reporting/graph_viewer.php:220 +#: ../../enterprise/dashboard/widgets/custom_graph.php:45 +msgid "Horizontal Bars" +msgstr "Horizontal Bars" + +#: ../../operation/reporting/graph_viewer.php:221 +#: ../../enterprise/dashboard/widgets/custom_graph.php:46 +msgid "Vertical Bars" +msgstr "Vertical Bars" + +#: ../../operation/reporting/graph_viewer.php:222 +#: ../../enterprise/dashboard/widgets/custom_graph.php:47 +#: ../../godmode/reporting/graph_builder.main.php:163 +msgid "Pie" +msgstr "Pie chart" -#: ../../enterprise/dashboard/main_dashboard.php:229 -#: ../../enterprise/dashboard/widgets/top_n.php:289 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/include/functions_networkmap_enterprise.php:615 -#: ../../extensions/agents_modules.php:86 -#: ../../extensions/agents_alerts.php:78 ../../include/ajax/module.php:760 -#: ../../operation/agentes/networkmap.php:584 -#: ../../operation/servers/recon_view.php:49 -#: ../../operation/visual_console/render_view.php:178 -#: ../../operation/visual_console/public_console.php:100 #: ../../operation/reporting/graph_viewer.php:227 -#: ../../general/login_page.php:46 ../../general/login_page.php:156 +#: ../../godmode/reporting/graph_builder.main.php:167 +msgid "Equalize maximum thresholds" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:228 +#: ../../godmode/reporting/graph_builder.main.php:168 +msgid "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:237 +msgid "Zoom x1" +msgstr "Zoom x1" + +#: ../../operation/reporting/graph_viewer.php:238 +msgid "Zoom x2" +msgstr "Zoom x2" + +#: ../../operation/reporting/graph_viewer.php:239 +msgid "Zoom x3" +msgstr "Zoom x3" + +#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/servers/recon_view.php:49 +#: ../../operation/visual_console/render_view.php:173 +#: ../../operation/visual_console/public_console.php:112 +#: ../../extensions/agents_alerts.php:79 +#: ../../extensions/agents_modules.php:87 ../../general/login_page.php:46 +#: ../../general/login_page.php:199 +#: ../../enterprise/extensions/ipam/ipam_network.php:159 +#: ../../enterprise/godmode/policies/policy_queue.php:470 +#: ../../enterprise/meta/advanced/policymanager.queue.php:236 +#: ../../enterprise/dashboard/widgets/top_n.php:286 +#: ../../enterprise/dashboard/main_dashboard.php:185 +#: ../../include/functions_pandora_networkmap.php:747 +#: ../../include/ajax/module.php:782 msgid "Refresh" msgstr "Refresh" -#: ../../enterprise/dashboard/main_dashboard.php:253 -msgid "Save the actual layout design" -msgstr "Save actual layout design" +#: ../../operation/reporting/graph_viewer.php:314 +msgid "Custom graph viewer" +msgstr "Custom graph viewer" -#: ../../enterprise/dashboard/main_dashboard.php:344 -msgid "Number Cells" -msgstr "Number Cells" +#: ../../operation/reporting/graph_viewer.php:325 +#: ../../operation/search_graphs.php:33 ../../godmode/reporting/graphs.php:152 +msgid "Graph name" +msgstr "Graph name" -#: ../../enterprise/dashboard/main_dashboard.php:349 -msgid "Update cells" -msgstr "Update cells" +#: ../../operation/agentes/pandora_networkmap.php:153 +msgid "Succesfully created" +msgstr "Successfully created." -#: ../../enterprise/dashboard/main_dashboard.php:351 -msgid "Name of dashboard" -msgstr "Name of dashboard" +#: ../../operation/agentes/pandora_networkmap.php:153 +#: ../../enterprise/operation/agentes/transactional_map.php:86 +#: ../../enterprise/extensions/ipam/ipam_action.php:92 +#: ../../enterprise/extensions/ipam/ipam_action.php:100 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:287 +#: ../../enterprise/godmode/policies/policies.php:128 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 +#: ../../enterprise/godmode/policies/policy_alerts.php:148 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:87 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/modules/local_components.php:107 +#: ../../enterprise/godmode/modules/local_components.php:247 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2279 +#: ../../godmode/agentes/configurar_agente.php:244 +#: ../../godmode/agentes/configurar_agente.php:591 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +#: ../../godmode/users/configure_user.php:235 +#: ../../godmode/alerts/alert_list.php:104 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_special_days.php:149 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:432 +#: ../../godmode/modules/manage_network_components.php:162 +#: ../../godmode/modules/manage_network_components.php:256 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +msgid "Could not be created" +msgstr "Could not be created" -#: ../../enterprise/dashboard/main_dashboard.php:354 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../godmode/reporting/reporting_builder.php:557 -msgid "Private" -msgstr "Private" +#: ../../operation/agentes/pandora_networkmap.php:247 +msgid "Succesfully updated" +msgstr "Successfully updated" -#: ../../enterprise/dashboard/main_dashboard.php:359 -#: ../../enterprise/dashboard/main_dashboard.php:383 -#: ../../enterprise/dashboard/widgets/top_n.php:309 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../operation/agentes/pandora_networkmap.php:247 +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/incidents/incident.php:111 +#: ../../enterprise/operation/agentes/transactional_map.php:110 +#: ../../enterprise/extensions/ipam/ipam_massive.php:42 +#: ../../enterprise/extensions/ipam/ipam_action.php:128 +#: ../../enterprise/godmode/policies/policy_modules.php:894 +#: ../../enterprise/godmode/policies/policies.php:159 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:130 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 +#: ../../enterprise/godmode/alerts/alert_events_list.php:95 +#: ../../enterprise/godmode/alerts/alert_events.php:375 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 +#: ../../enterprise/godmode/modules/local_components.php:309 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/alerts/alert_templates.php:152 +#: ../../godmode/alerts/alert_list.php:197 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/alert_special_days.php:207 +#: ../../godmode/alerts/configure_alert_template.php:445 +#: ../../godmode/modules/manage_network_components.php:346 +#: ../../godmode/setup/gis.php:41 +#: ../../include/functions_planned_downtimes.php:122 +msgid "Could not be updated" +msgstr "Could not be updated" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Succesfully duplicate" +msgstr "Successfully duplicated" + +#: ../../operation/agentes/pandora_networkmap.php:260 +#: ../../enterprise/godmode/policies/policy_modules.php:1028 +msgid "Could not be duplicated" +msgstr "Could not be duplicated" + +#: ../../operation/agentes/pandora_networkmap.php:269 +msgid "Succesfully deleted" +msgstr "Successfully deleted" + +#: ../../operation/agentes/pandora_networkmap.php:269 +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/incidents/incident.php:67 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/events/events.php:500 ../../extensions/files_repo.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:131 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:39 +#: ../../enterprise/extensions/ipam/ipam_action.php:61 +#: ../../enterprise/godmode/policies/policy_collections.php:69 +#: ../../enterprise/godmode/policies/policy_modules.php:952 +#: ../../enterprise/godmode/policies/policies.php:175 +#: ../../enterprise/godmode/policies/policy_agents.php:91 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 +#: ../../enterprise/godmode/policies/policy_alerts.php:165 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 +#: ../../enterprise/godmode/alerts/alert_events_list.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:205 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 +#: ../../enterprise/godmode/modules/local_components.php:331 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 +#: ../../enterprise/dashboard/dashboards.php:51 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/massive/massive_delete_tags.php:152 +#: ../../godmode/massive/massive_delete_alerts.php:157 +#: ../../godmode/massive/massive_delete_action_alerts.php:106 +#: ../../godmode/users/configure_user.php:413 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:214 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_special_days.php:224 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/modules/manage_network_components.php:373 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +msgid "Could not be deleted" +msgstr "Could not be deleted" + +#: ../../operation/agentes/pandora_networkmap.php:365 +#: ../../operation/agentes/pandora_networkmap.editor.php:133 +#: ../../operation/agentes/pandora_networkmap.view.php:703 +#: ../../enterprise/meta/general/main_header.php:187 +msgid "Networkmap" +msgstr "Network map" + +#: ../../operation/agentes/pandora_networkmap.php:398 +#: ../../operation/agentes/pandora_networkmap.editor.php:183 +#: ../../operation/netflow/nf_live_view.php:288 +#: ../../operation/search_users.php:41 ../../operation/search_maps.php:31 +#: ../../operation/gis_maps/gis_map.php:89 ../../operation/search_helps.php:36 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../enterprise/operation/agentes/collection_view.php:63 +#: ../../enterprise/operation/agentes/policy_view.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:305 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:86 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:192 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:251 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:158 +#: ../../enterprise/operation/services/services.service.php:120 +#: ../../enterprise/operation/services/services.list.php:305 +#: ../../enterprise/godmode/policies/policy_collections.php:121 +#: ../../enterprise/godmode/policies/policy_collections.php:192 +#: ../../enterprise/godmode/policies/policy_modules.php:1058 +#: ../../enterprise/godmode/policies/policies.php:255 +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 +#: ../../enterprise/godmode/policies/configure_policy.php:65 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1198 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 +#: ../../enterprise/godmode/reporting/mysql_builder.php:41 +#: ../../enterprise/godmode/reporting/mysql_builder.php:138 +#: ../../enterprise/godmode/reporting/mysql_builder.php:139 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 +#: ../../enterprise/godmode/agentes/collection_manager.php:105 +#: ../../enterprise/godmode/agentes/collection_manager.php:163 +#: ../../enterprise/godmode/agentes/inventory_manager.php:233 +#: ../../enterprise/godmode/servers/list_satellite.php:35 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:54 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:67 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:325 +#: ../../enterprise/godmode/alerts/alert_events_list.php:422 +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 +#: ../../enterprise/godmode/services/services.service.php:233 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 +#: ../../enterprise/godmode/modules/configure_local_component.php:149 +#: ../../enterprise/godmode/modules/local_components.php:481 +#: ../../enterprise/godmode/setup/setup_skins.php:82 +#: ../../enterprise/godmode/setup/edit_skin.php:208 +#: ../../enterprise/meta/advanced/servers.build_table.php:59 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:157 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:517 +#: ../../enterprise/meta/include/functions_wizard_meta.php:148 +#: ../../enterprise/meta/include/functions_wizard_meta.php:359 +#: ../../enterprise/meta/include/functions_wizard_meta.php:460 +#: ../../enterprise/meta/include/functions_wizard_meta.php:991 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1411 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1511 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1625 +#: ../../enterprise/include/functions_services.php:1413 +#: ../../enterprise/include/functions_reporting.php:1927 +#: ../../enterprise/include/functions_reporting.php:2041 +#: ../../enterprise/include/functions_reporting.php:3217 +#: ../../enterprise/include/functions_reporting_pdf.php:1328 +#: ../../enterprise/include/functions_reporting_pdf.php:1464 +#: ../../enterprise/include/functions_reporting_pdf.php:2416 +#: ../../enterprise/dashboard/dashboards.php:87 +#: ../../enterprise/dashboard/main_dashboard.php:282 +#: ../../enterprise/dashboard/main_dashboard.php:312 +#: ../../enterprise/mobile/include/enterprise.class.php:78 +#: ../../godmode/reporting/reporting_builder.item_editor.php:659 +#: ../../godmode/reporting/graph_builder.main.php:101 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/reporting/reporting_builder.main.php:65 +#: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/module_manager.php:509 +#: ../../godmode/agentes/module_manager_editor_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:613 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../godmode/netflow/nf_edit.php:118 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/servers/recon_script.php:95 +#: ../../godmode/servers/recon_script.php:348 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/modificar_server.php:46 +#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/groups/configure_group.php:114 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/groups/configure_modu_group.php:69 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_template.php:742 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_network_components_form_common.php:54 +#: ../../godmode/modules/manage_nc_groups_form.php:66 +#: ../../godmode/modules/manage_nc_groups.php:193 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/events/event_filter.php:108 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/edit_tag.php:169 +#: ../../include/functions_pandora_networkmap.php:1380 +#: ../../include/functions_pandora_networkmap.php:1413 +#: ../../include/functions_pandora_networkmap.php:1538 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_events.php:2016 +#: ../../include/functions_events.php:2066 +#: ../../include/functions_reporting.php:5481 +#: ../../include/functions_reporting_html.php:530 +#: ../../include/functions_reporting_html.php:1143 +#: ../../include/functions_reporting_html.php:1571 +#: ../../include/functions_reporting_html.php:3072 +#: ../../include/functions_filemanager.php:580 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../mobile/operation/networkmaps.php:195 +msgid "Name" +msgstr "Name" + +#: ../../operation/agentes/pandora_networkmap.php:399 +#: ../../include/functions_reporting_html.php:2743 +msgid "Nodes" +msgstr "Nodes" + +#: ../../operation/agentes/pandora_networkmap.php:400 +#: ../../operation/tree.php:61 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/dashboard/widgets/groups_status.php:28 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 +#: ../../enterprise/dashboard/widgets/events_list.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:34 +#: ../../godmode/reporting/visual_console_builder.wizard.php:233 +#: ../../include/functions_networkmap.php:1657 +#: ../../include/functions_maps.php:40 ../../mobile/operation/home.php:50 +#: ../../mobile/operation/groups.php:66 +#: ../../mobile/include/functions_web.php:26 +msgid "Groups" +msgstr "Groups" + +#: ../../operation/agentes/pandora_networkmap.php:402 +#: ../../operation/agentes/pandora_networkmap.php:479 +#: ../../enterprise/godmode/policies/policy_modules.php:1188 +#: ../../enterprise/godmode/policies/policies.php:386 +#: ../../enterprise/dashboard/dashboards.php:90 +#: ../../enterprise/dashboard/dashboards.php:124 +#: ../../godmode/reporting/map_builder.php:214 +#: ../../godmode/massive/massive_copy_modules.php:224 +#: ../../godmode/alerts/alert_actions.php:342 +msgid "Copy" +msgstr "Copy" + +#: ../../operation/agentes/pandora_networkmap.php:403 +#: ../../operation/agentes/status_monitor.php:1112 +#: ../../operation/agentes/estado_agente.php:578 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/search_reports.php:52 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../enterprise/operation/agentes/transactional_map.php:281 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:143 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 +#: ../../enterprise/extensions/cron/main.php:262 +#: ../../enterprise/godmode/reporting/mysql_builder.php:86 +#: ../../enterprise/godmode/reporting/mysql_builder.php:100 +#: ../../enterprise/godmode/reporting/mysql_builder.php:110 +#: ../../enterprise/godmode/reporting/mysql_builder.php:152 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 +#: ../../enterprise/godmode/agentes/collections.editor.php:178 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 +#: ../../enterprise/godmode/alerts/alert_events_list.php:634 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 +#: ../../enterprise/meta/screens/screens.visualmap.php:63 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1905 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1999 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2477 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 +#: ../../enterprise/include/ajax/transactional.ajax.php:119 +#: ../../enterprise/include/ajax/transactional.ajax.php:206 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/agentes/modificar_agente.php:565 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/servers/servers.build_table.php:154 +#: ../../godmode/users/user_list.php:469 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/alerts/alert_special_days.php:449 +#: ../../godmode/setup/snmp_wizard.php:119 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../include/functions_pandora_networkmap.php:1438 +#: ../../include/ajax/module.php:841 ../../include/functions_groups.php:2166 +msgid "Edit" +msgstr "Edit" + +#: ../../operation/agentes/pandora_networkmap.php:404 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/snmpconsole/snmp_view.php:840 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/messages/message_list.php:128 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:200 +#: ../../operation/messages/message_list.php:216 +#: ../../operation/integria_incidents/incident.files.php:46 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../enterprise/operation/agentes/transactional_map.php:286 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:147 +#: ../../enterprise/operation/services/services.list.php:462 +#: ../../enterprise/extensions/backup/main.php:137 +#: ../../enterprise/extensions/cron/main.php:265 +#: ../../enterprise/godmode/policies/policy_plugins.php:83 +#: ../../enterprise/godmode/policies/policy_modules.php:1124 +#: ../../enterprise/godmode/policies/policy_modules.php:1148 +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:379 +#: ../../enterprise/godmode/policies/policy_queue.php:421 +#: ../../enterprise/godmode/policies/policies.php:396 +#: ../../enterprise/godmode/policies/policy_agents.php:478 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 +#: ../../enterprise/godmode/policies/policy_alerts.php:422 +#: ../../enterprise/godmode/reporting/mysql_builder.php:42 +#: ../../enterprise/godmode/reporting/mysql_builder.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 +#: ../../enterprise/godmode/reporting/graph_template_list.php:158 +#: ../../enterprise/godmode/agentes/plugins_manager.php:112 +#: ../../enterprise/godmode/agentes/plugins_manager.php:171 +#: ../../enterprise/godmode/agentes/inventory_manager.php:262 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:328 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:366 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/alerts/alert_events_list.php:568 +#: ../../enterprise/godmode/alerts/alert_events_list.php:646 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 +#: ../../enterprise/godmode/modules/local_components.php:531 +#: ../../enterprise/godmode/modules/local_components.php:543 +#: ../../enterprise/godmode/setup/setup_acl.php:153 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 +#: ../../enterprise/meta/advanced/servers.build_table.php:132 +#: ../../enterprise/meta/advanced/metasetup.visual.php:162 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/meta/advanced/policymanager.queue.php:312 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:160 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:196 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:209 +#: ../../enterprise/meta/include/functions_wizard_meta.php:294 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 +#: ../../enterprise/include/ajax/transactional.ajax.php:121 +#: ../../enterprise/include/ajax/transactional.ajax.php:209 +#: ../../enterprise/dashboard/dashboards.php:91 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/reporting/reporting_builder.list_items.php:426 +#: ../../godmode/reporting/reporting_builder.list_items.php:453 +#: ../../godmode/reporting/reporting_builder.list_items.php:472 +#: ../../godmode/reporting/reporting_builder.list_items.php:532 +#: ../../godmode/reporting/visual_console_builder.elements.php:515 +#: ../../godmode/agentes/module_manager.php:533 +#: ../../godmode/agentes/module_manager.php:745 +#: ../../godmode/agentes/module_manager.php:762 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager_editor_common.php:678 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/agent_template.php:250 +#: ../../godmode/agentes/planned_downtime.editor.php:797 +#: ../../godmode/agentes/planned_downtime.editor.php:802 +#: ../../godmode/agentes/planned_downtime.editor.php:850 +#: ../../godmode/netflow/nf_item_list.php:239 +#: ../../godmode/netflow/nf_item_list.php:250 +#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 +#: ../../godmode/servers/servers.build_table.php:167 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/snmpconsole/snmp_alert.php:1095 +#: ../../godmode/snmpconsole/snmp_alert.php:1124 +#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 +#: ../../godmode/massive/massive_delete_agents.php:140 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_alerts.php:237 +#: ../../godmode/massive/massive_delete_action_alerts.php:187 +#: ../../godmode/users/user_list.php:471 +#: ../../godmode/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_list.list.php:710 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../godmode/modules/manage_network_components.php:617 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_network_templates.php:227 +#: ../../godmode/modules/manage_nc_groups.php:221 +#: ../../godmode/modules/manage_nc_groups.php:232 +#: ../../godmode/setup/snmp_wizard.php:122 ../../godmode/setup/news.php:225 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/setup_visuals.php:656 +#: ../../godmode/setup/setup_visuals.php:687 ../../godmode/setup/links.php:137 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:168 +#: ../../include/functions_pandora_networkmap.php:744 +#: ../../include/functions_groups.php:2173 +msgid "Delete" +msgstr "Delete" + +#: ../../operation/agentes/pandora_networkmap.php:466 +msgid "Pending to generate" +msgstr "Pending to generate" + +#: ../../operation/agentes/pandora_networkmap.php:486 +#: ../../enterprise/operation/services/services.list.php:437 +msgid "Config" +msgstr "Config" + +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/messages/message_list.php:199 +#: ../../operation/users/user_edit.php:826 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../operation/events/events.build_table.php:760 +#: ../../operation/events/events.php:768 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../enterprise/operation/agentes/transactional_map.php:263 +#: ../../enterprise/operation/agentes/transactional_map.php:269 +#: ../../enterprise/operation/agentes/transactional_map.php:285 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:146 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:228 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/extensions/backup/main.php:177 +#: ../../enterprise/godmode/policies/policy_modules.php:1106 +#: ../../enterprise/godmode/policies/policy_modules.php:1113 +#: ../../enterprise/godmode/policies/policy_modules.php:1142 +#: ../../enterprise/godmode/policies/policy_queue.php:440 +#: ../../enterprise/godmode/policies/policy_queue.php:476 +#: ../../enterprise/godmode/policies/policy_queue.php:492 +#: ../../enterprise/godmode/policies/policies.php:382 +#: ../../enterprise/godmode/policies/policies.php:392 +#: ../../enterprise/godmode/policies/policies.php:410 +#: ../../enterprise/godmode/policies/policy_agents.php:227 +#: ../../enterprise/godmode/policies/policy_agents.php:326 +#: ../../enterprise/godmode/policies/policy_agents.php:470 +#: ../../enterprise/godmode/policies/policy_agents.php:523 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 +#: ../../enterprise/godmode/policies/policy_alerts.php:411 +#: ../../enterprise/godmode/reporting/mysql_builder.php:49 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 +#: ../../enterprise/godmode/reporting/graph_template_list.php:146 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 +#: ../../enterprise/godmode/agentes/inventory_manager.php:261 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:367 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 +#: ../../enterprise/godmode/alerts/alert_events_list.php:643 +#: ../../enterprise/godmode/alerts/alert_events_list.php:756 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 +#: ../../enterprise/godmode/modules/local_components.php:530 +#: ../../enterprise/godmode/setup/setup_skins.php:136 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/meta/advanced/policymanager.queue.php:330 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/include/ajax/transactional.ajax.php:120 +#: ../../enterprise/include/ajax/transactional.ajax.php:208 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/agentes/modificar_agente.php:631 +#: ../../godmode/agentes/agent_manager.php:198 +#: ../../godmode/agentes/module_manager.php:705 +#: ../../godmode/agentes/module_manager.php:713 +#: ../../godmode/agentes/module_manager.php:728 +#: ../../godmode/agentes/module_manager.php:743 +#: ../../godmode/agentes/module_manager.php:754 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager_editor_common.php:152 +#: ../../godmode/agentes/agent_template.php:250 +#: ../../godmode/agentes/planned_downtime.editor.php:847 +#: ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/servers/plugin.php:782 +#: ../../godmode/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/snmpconsole/snmp_filters.php:143 +#: ../../godmode/snmpconsole/snmp_alert.php:1094 +#: ../../godmode/snmpconsole/snmp_alert.php:1123 +#: ../../godmode/snmpconsole/snmp_alert.php:1335 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 +#: ../../godmode/massive/massive_add_action_alerts.php:179 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_agents.php:138 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/massive/massive_delete_action_alerts.php:185 +#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 +#: ../../godmode/users/configure_user.php:660 +#: ../../godmode/users/profile_list.php:390 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_list.list.php:825 +#: ../../godmode/alerts/alert_special_days.php:451 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/modules/manage_network_components.php:616 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_nc_groups.php:219 +#: ../../godmode/setup/news.php:267 ../../godmode/setup/links.php:150 +#: ../../godmode/events/event_filter.php:146 ../../godmode/tag/tag.php:273 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +msgid "Are you sure?" +msgstr "Are you sure?" + +#: ../../operation/agentes/pandora_networkmap.php:502 +msgid "There are no maps defined." +msgstr "There are no maps defined." + +#: ../../operation/agentes/pandora_networkmap.php:509 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 +msgid "Create networkmap" +msgstr "Create networkmap" + +#: ../../operation/agentes/pandora_networkmap.editor.php:165 +#: ../../operation/agentes/pandora_networkmap.view.php:705 +msgid "Not found networkmap." +msgstr "Network map not found." + +#: ../../operation/agentes/pandora_networkmap.editor.php:186 +#: ../../operation/agentes/pandora_networkmap.editor.php:199 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/agentes/status_monitor.php:291 +#: ../../operation/agentes/exportdata.php:234 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:515 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/ver_agente.php:603 +#: ../../operation/netflow/nf_live_view.php:291 +#: ../../operation/users/user_edit.php:532 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/integria_incidents/incident.list.php:61 +#: ../../operation/integria_incidents/incident.list.php:95 +#: ../../operation/integria_incidents/incident.incident.php:87 +#: ../../operation/incidents/incident.php:339 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/search_maps.php:32 ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/events/events_list.php:544 +#: ../../operation/events/sound_events.php:76 +#: ../../extensions/agents_alerts.php:74 +#: ../../extensions/agents_modules.php:82 ../../general/ui/agents_list.php:69 +#: ../../enterprise/operation/agentes/transactional_map.php:147 +#: ../../enterprise/operation/agentes/ver_agente.php:50 +#: ../../enterprise/operation/agentes/ver_agente.php:71 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:196 +#: ../../enterprise/operation/inventory/inventory.php:164 +#: ../../enterprise/operation/services/services.service.php:123 +#: ../../enterprise/operation/services/services.list.php:162 +#: ../../enterprise/operation/services/services.list.php:314 +#: ../../enterprise/operation/log/log_viewer.php:197 +#: ../../enterprise/godmode/policies/policies.php:229 +#: ../../enterprise/godmode/policies/policies.php:257 +#: ../../enterprise/godmode/policies/policy_agents.php:359 +#: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 +#: ../../enterprise/godmode/reporting/graph_template_list.php:126 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 +#: ../../enterprise/godmode/agentes/collections.php:183 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:92 +#: ../../enterprise/godmode/alerts/alert_events_list.php:361 +#: ../../enterprise/godmode/alerts/alert_events_list.php:423 +#: ../../enterprise/godmode/alerts/alert_events.php:491 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/godmode/services/services.service.php:239 +#: ../../enterprise/godmode/modules/configure_local_component.php:217 +#: ../../enterprise/godmode/modules/local_components.php:401 +#: ../../enterprise/godmode/modules/local_components.php:483 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 +#: ../../enterprise/meta/advanced/synchronizing.user.php:553 #: ../../enterprise/meta/agentsearch.php:95 #: ../../enterprise/meta/include/functions_networkmap_meta.php:91 #: ../../enterprise/meta/include/functions_networkmap_meta.php:158 #: ../../enterprise/meta/include/functions_events_meta.php:67 #: ../../enterprise/meta/include/functions_wizard_meta.php:153 #: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/meta/advanced/synchronizing.user.php:553 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 +#: ../../enterprise/include/functions_reporting_pdf.php:2311 +#: ../../enterprise/include/functions_reporting_pdf.php:2361 #: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_reporting_pdf.php:2233 -#: ../../enterprise/include/functions_reporting_pdf.php:2283 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 -#: ../../enterprise/operation/log/log_viewer.php:192 -#: ../../enterprise/operation/services/services.service.php:123 -#: ../../enterprise/operation/services/services.list.php:160 -#: ../../enterprise/operation/services/services.list.php:312 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268 -#: ../../enterprise/operation/agentes/ver_agente.php:50 -#: ../../enterprise/operation/agentes/ver_agente.php:71 -#: ../../enterprise/operation/inventory/inventory.php:162 -#: ../../enterprise/godmode/services/services.service.php:239 -#: ../../enterprise/godmode/alerts/alert_events_list.php:361 -#: ../../enterprise/godmode/alerts/alert_events_list.php:423 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 -#: ../../enterprise/godmode/agentes/collections.php:183 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 -#: ../../enterprise/godmode/modules/local_components.php:389 -#: ../../enterprise/godmode/modules/local_components.php:471 -#: ../../enterprise/godmode/modules/configure_local_component.php:209 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/graph_template_list.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1347 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:255 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policy_agents.php:334 -#: ../../mobile/operation/networkmaps.php:65 -#: ../../mobile/operation/networkmaps.php:69 -#: ../../mobile/operation/networkmaps.php:129 -#: ../../mobile/operation/networkmaps.php:130 -#: ../../mobile/operation/networkmaps.php:197 +#: ../../enterprise/dashboard/widgets/top_n.php:306 +#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../enterprise/dashboard/widgets/tree_view.php:44 +#: ../../enterprise/dashboard/dashboards.php:89 +#: ../../enterprise/dashboard/main_dashboard.php:290 +#: ../../enterprise/dashboard/main_dashboard.php:314 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/reporting/reporting_builder.item_editor.php:873 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/reporting/graph_builder.main.php:114 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/agentes/modificar_agente.php:145 +#: ../../godmode/agentes/modificar_agente.php:488 +#: ../../godmode/agentes/agent_manager.php:243 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/configurar_agente.php:338 +#: ../../godmode/agentes/planned_downtime.list.php:393 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/netflow/nf_edit.php:119 +#: ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/servers/manage_recontask_form.php:300 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/snmpconsole/snmp_alert.php:556 +#: ../../godmode/massive/massive_add_action_alerts.php:136 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_edit_agents.php:205 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/massive/massive_enable_disable_alerts.php:136 +#: ../../godmode/massive/massive_copy_modules.php:71 +#: ../../godmode/massive/massive_copy_modules.php:182 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_delete_action_alerts.php:138 +#: ../../godmode/users/user_list.php:227 +#: ../../godmode/users/configure_user.php:617 +#: ../../godmode/alerts/configure_alert_special_days.php:69 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/alert_special_days.php:246 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/configure_alert_template.php:746 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/modules/manage_network_templates_form.php:200 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_templates_form.php:300 +#: ../../godmode/modules/manage_network_components.php:479 +#: ../../godmode/modules/manage_network_components.php:568 +#: ../../godmode/modules/manage_network_components_form_common.php:101 +#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 +#: ../../godmode/setup/gis.php:63 +#: ../../godmode/events/event_edit_filter.php:224 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/event_filter.php:109 +#: ../../include/functions_pandora_networkmap.php:1370 +#: ../../include/functions_pandora_networkmap.php:1513 +#: ../../include/functions_networkmap.php:1746 +#: ../../include/functions_visual_map.php:2330 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2435 +#: ../../include/functions_events.php:3327 +#: ../../include/functions_graph.php:5381 +#: ../../include/functions_reporting_html.php:1540 +#: ../../include/functions_reporting_html.php:1575 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:315 +#: ../../include/functions_visual_map_editor.php:589 +#: ../../include/functions_groups.php:745 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 #: ../../mobile/operation/modules.php:128 #: ../../mobile/operation/modules.php:132 #: ../../mobile/operation/modules.php:203 #: ../../mobile/operation/modules.php:204 ../../mobile/operation/alerts.php:84 #: ../../mobile/operation/alerts.php:88 ../../mobile/operation/alerts.php:178 -#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/events.php:356 -#: ../../mobile/operation/events.php:360 ../../mobile/operation/events.php:496 -#: ../../mobile/operation/events.php:599 ../../mobile/operation/events.php:600 -#: ../../mobile/operation/visualmaps.php:49 -#: ../../mobile/operation/visualmaps.php:53 -#: ../../mobile/operation/visualmaps.php:141 -#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 -#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 -#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:280 -#: ../../extensions/agents_modules.php:81 -#: ../../extensions/agents_alerts.php:73 -#: ../../include/functions_graph.php:5073 -#: ../../include/functions_networkmap.php:1746 -#: ../../include/functions_groups.php:715 -#: ../../include/functions_visual_map.php:2292 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:303 -#: ../../include/functions_visual_map_editor.php:577 -#: ../../include/functions_reporting_html.php:1483 -#: ../../include/functions_reporting_html.php:1518 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:2432 -#: ../../operation/integria_incidents/incident.incident.php:87 -#: ../../operation/integria_incidents/incident.list.php:61 -#: ../../operation/integria_incidents/incident.list.php:95 -#: ../../operation/events/events.build_table.php:91 -#: ../../operation/events/events_list.php:529 -#: ../../operation/events/sound_events.php:71 -#: ../../operation/users/user_edit.php:420 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/gis_maps/gis_map.php:90 -#: ../../operation/gis_maps/index.php:36 ../../operation/gis_maps/ajax.php:309 -#: ../../operation/agentes/exportdata.php:226 -#: ../../operation/agentes/ver_agente.php:539 -#: ../../operation/agentes/group_view.php:146 -#: ../../operation/agentes/estado_agente.php:164 -#: ../../operation/agentes/estado_agente.php:467 -#: ../../operation/agentes/networkmap_list.php:136 -#: ../../operation/agentes/networkmap_list.php:170 -#: ../../operation/agentes/networkmap.php:448 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/agentes/estado_generalagente.php:246 -#: ../../operation/agentes/status_monitor.php:407 -#: ../../operation/search_maps.php:32 -#: ../../operation/netflow/nf_live_view.php:291 -#: ../../operation/incidents/incident.php:334 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../godmode/events/event_filter.php:105 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_edit_filter.php:213 -#: ../../godmode/users/configure_user.php:617 -#: ../../godmode/users/user_list.php:227 -#: ../../godmode/snmpconsole/snmp_alert.php:556 -#: ../../godmode/gis_maps/index.php:71 -#: ../../godmode/gis_maps/configure_gis_map.php:356 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/alerts/alert_special_days.php:164 -#: ../../godmode/alerts/configure_alert_template.php:711 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/agentes/agent_manager.php:243 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/agentes/modificar_agente.php:430 -#: ../../godmode/agentes/planned_downtime.editor.php:474 -#: ../../godmode/agentes/planned_downtime.editor.php:723 -#: ../../godmode/agentes/planned_downtime.list.php:391 -#: ../../godmode/agentes/configurar_agente.php:338 -#: ../../godmode/servers/manage_recontask_form.php:300 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/setup/news.php:164 -#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/gis.php:63 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/massive/massive_edit_agents.php:205 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_add_action_alerts.php:136 -#: ../../godmode/massive/massive_delete_action_alerts.php:138 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/modules/manage_network_components.php:454 -#: ../../godmode/modules/manage_network_components.php:543 -#: ../../godmode/modules/manage_network_components_form_common.php:99 -#: ../../godmode/modules/manage_network_templates_form.php:200 -#: ../../godmode/modules/manage_network_templates_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:300 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/reporting/graph_builder.main.php:107 -#: ../../godmode/reporting/reporting_builder.item_editor.php:816 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/graphs.php:145 -#: ../../godmode/reporting/reporting_builder.php:432 -#: ../../godmode/reporting/reporting_builder.php:564 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../general/ui/agents_list.php:69 +#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/agents.php:75 +#: ../../mobile/operation/agents.php:120 ../../mobile/operation/agents.php:124 +#: ../../mobile/operation/agents.php:175 ../../mobile/operation/agents.php:176 +#: ../../mobile/operation/agents.php:316 +#: ../../mobile/operation/networkmaps.php:65 +#: ../../mobile/operation/networkmaps.php:69 +#: ../../mobile/operation/networkmaps.php:129 +#: ../../mobile/operation/networkmaps.php:130 +#: ../../mobile/operation/networkmaps.php:197 +#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 +#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 +#: ../../mobile/operation/events.php:605 msgid "Group" msgstr "Group" -#: ../../enterprise/dashboard/main_dashboard.php:366 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:627 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 -#: ../../enterprise/godmode/reporting/mysql_builder.php:149 -#: ../../extensions/insert_data.php:178 ../../operation/agentes/graphs.php:246 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/reporting/visual_console_builder.data.php:127 -#: ../../godmode/reporting/reporting_builder.main.php:32 -msgid "Save" -msgstr "Save" +#: ../../operation/agentes/pandora_networkmap.editor.php:190 +#, fuzzy +msgid "Node radius" +msgstr "No admin user" -#: ../../enterprise/dashboard/main_dashboard.php:387 -msgid "Private dashboard" -msgstr "Private dashboard" +#: ../../operation/agentes/pandora_networkmap.editor.php:197 +#: ../../operation/incidents/incident.php:341 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/events/events.build_table.php:229 +#: ../../enterprise/operation/log/log_viewer.php:205 +#: ../../enterprise/meta/advanced/synchronizing.user.php:508 +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#: ../../enterprise/meta/advanced/synchronizing.component.php:310 +#: ../../enterprise/meta/advanced/synchronizing.group.php:147 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 +#: ../../enterprise/meta/advanced/synchronizing.os.php:91 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2144 +#: ../../include/functions_events.php:2259 +#: ../../include/functions_events.php:3364 +msgid "Source" +msgstr "Source" -#: ../../enterprise/dashboard/main_dashboard.php:391 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:292 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:421 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/godmode/alerts/alert_events_list.php:608 -#: ../../enterprise/godmode/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:93 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185 -#: ../../enterprise/godmode/agentes/collection_manager.php:109 -#: ../../enterprise/godmode/agentes/collection_manager.php:126 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 -#: ../../enterprise/godmode/setup/setup_acl.php:98 -#: ../../enterprise/godmode/setup/setup_acl.php:117 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:243 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:160 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:233 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../enterprise/godmode/policies/policy_plugins.php:65 -#: ../../enterprise/godmode/policies/policy_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../operation/integria_incidents/incident.files.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:35 -#: ../../operation/events/events_list.php:327 -#: ../../operation/events/events_list.php:355 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../godmode/events/event_edit_filter.php:335 -#: ../../godmode/events/event_edit_filter.php:350 -#: ../../godmode/users/configure_profile.php:364 -#: ../../godmode/snmpconsole/snmp_alert.php:1199 -#: ../../godmode/alerts/alert_list.list.php:610 -#: ../../godmode/agentes/planned_downtime.editor.php:622 -#: ../../godmode/agentes/planned_downtime.editor.php:693 -#: ../../godmode/agentes/planned_downtime.editor.php:832 -#: ../../godmode/servers/plugin.php:746 -#: ../../godmode/servers/manage_recontask_form.php:384 -#: ../../godmode/servers/recon_script.php:383 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/setup_visuals.php:572 -#: ../../godmode/setup/setup_visuals.php:608 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/modules/manage_network_templates_form.php:308 -#: ../../godmode/reporting/graph_builder.graph_editor.php:159 -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -msgid "Add" -msgstr "Add" +#: ../../operation/agentes/pandora_networkmap.editor.php:200 +#: ../../godmode/menu.php:213 ../../include/functions_groups.php:92 +msgid "Recon task" +msgstr "Recon task" -#: ../../enterprise/dashboard/main_dashboard.php:399 -#: ../../godmode/reporting/visual_console_builder.editor.php:139 -#: ../../godmode/reporting/visual_console_builder.editor.php:144 -#: ../../godmode/reporting/visual_console_builder.editor.php:149 -msgid "Action in progress" -msgstr "Action in progress" +#: ../../operation/agentes/pandora_networkmap.editor.php:201 +msgid "CIDR IP mask" +msgstr "CIDR IP mask" -#: ../../enterprise/dashboard/main_dashboard.php:400 -#: ../../godmode/reporting/visual_console_builder.editor.php:140 -msgid "Loading in progress" -msgstr "Loading in progress" +#: ../../operation/agentes/pandora_networkmap.editor.php:203 +msgid "Source from recon task" +msgstr "Source from recon task" -#: ../../enterprise/dashboard/main_dashboard.php:406 -#: ../../enterprise/dashboard/main_dashboard.php:486 -#: ../../enterprise/meta/include/functions_ui_meta.php:779 -#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 -#: ../../include/functions_ui.php:229 ../../include/functions.php:1015 -#: ../../include/functions_events.php:1161 -#: ../../include/functions_events.php:1428 -#: ../../include/ajax/double_auth.ajax.php:250 -#: ../../include/ajax/double_auth.ajax.php:345 -#: ../../include/ajax/double_auth.ajax.php:390 -#: ../../include/ajax/double_auth.ajax.php:505 -#: ../../operation/users/user_edit.php:572 -#: ../../operation/users/user_edit.php:637 -#: ../../operation/agentes/networkmap_list.php:377 -#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:813 -#: ../../godmode/massive/massive_edit_plugins.php:814 -msgid "Error" -msgstr "Error" - -#: ../../enterprise/dashboard/main_dashboard.php:407 -msgid "Error: there are cells not empty." -msgstr "Error: there are cells not empty." - -#: ../../enterprise/dashboard/main_dashboard.php:412 -msgid "Error save conf dashboard" -msgstr "Error save conf dashboard" - -#: ../../enterprise/dashboard/main_dashboard.php:480 -msgid "Add widget" -msgstr "Add widget" - -#: ../../enterprise/dashboard/main_dashboard.php:485 -msgid "Add new widget" -msgstr "Add new widget" - -#: ../../enterprise/dashboard/main_dashboard.php:487 +#: ../../operation/agentes/pandora_networkmap.editor.php:205 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." +"It is setted any recon task, the nodes get from the recontask IP mask " +"instead from the group." msgstr "" -"Error, you are trying to add a widget in a empty cell. Please save the " -"layout before to add any widget in this cell." +"If any Recon Task is defined, the nodes obtain their IPs from the " +"recontask's IP mask instead from the group." -#: ../../enterprise/dashboard/widget.php:58 -#: ../../operation/integria_incidents/incident.incident.php:82 -#: ../../operation/agentes/estado_generalagente.php:395 -msgid "Title" -msgstr "Title" - -#: ../../enterprise/dashboard/widget.php:173 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.visual.php:248 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/meta/advanced/metasetup.setup.php:230 -#: ../../enterprise/meta/event/custom_events.php:197 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/cron/main.php:316 -#: ../../enterprise/extensions/vmware/vmware_view.php:1218 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/ipam/ipam_editor.php:105 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1084 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1617 -#: ../../enterprise/operation/agentes/policy_view.php:161 -#: ../../enterprise/operation/agentes/collection_view.php:97 -#: ../../enterprise/godmode/services/services.elements.php:403 -#: ../../enterprise/godmode/services/services.service.php:365 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:85 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:257 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 -#: ../../enterprise/godmode/agentes/inventory_manager.php:204 -#: ../../enterprise/godmode/agentes/inventory_manager.php:266 -#: ../../enterprise/godmode/agentes/collections.data.php:95 -#: ../../enterprise/godmode/agentes/collections.data.php:200 -#: ../../enterprise/godmode/agentes/collections.data.php:258 -#: ../../enterprise/godmode/agentes/collections.data.php:333 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 -#: ../../enterprise/godmode/agentes/collections.editor.php:130 -#: ../../enterprise/godmode/agentes/collections.editor.php:196 -#: ../../enterprise/godmode/agentes/collection_manager.php:132 -#: ../../enterprise/godmode/agentes/collection_manager.php:218 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/edit_skin.php:261 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../enterprise/godmode/setup/setup.php:234 -#: ../../enterprise/godmode/setup/setup.php:327 -#: ../../enterprise/godmode/setup/setup_history.php:77 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 -#: ../../enterprise/godmode/modules/configure_local_component.php:465 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:299 -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../extensions/net_tools.php:328 -#: ../../include/functions_visual_map_editor.php:429 -#: ../../include/functions_events.php:1703 -#: ../../include/functions_events.php:1741 -#: ../../operation/integria_incidents/incident.incident.php:117 -#: ../../operation/events/events_list.php:619 -#: ../../operation/users/user_edit.php:388 -#: ../../operation/snmpconsole/snmp_view.php:440 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/reporting/reporting_viewer.php:206 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:384 -#: ../../godmode/users/configure_user.php:587 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/snmpconsole/snmp_alert.php:871 -#: ../../godmode/snmpconsole/snmp_alert.php:1119 -#: ../../godmode/snmpconsole/snmp_filters.php:105 -#: ../../godmode/snmpconsole/snmp_filters.php:142 -#: ../../godmode/alerts/configure_alert_special_days.php:97 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/alert_list.list.php:140 -#: ../../godmode/alerts/alert_list.list.php:148 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/agentes/agent_manager.php:453 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/planned_downtime.editor.php:618 -#: ../../godmode/agentes/planned_downtime.list.php:464 -#: ../../godmode/agentes/planned_downtime.list.php:473 -#: ../../godmode/agentes/module_manager_editor.php:475 -#: ../../godmode/agentes/agent_template.php:248 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/servers/modificar_server.php:53 -#: ../../godmode/servers/plugin.php:496 -#: ../../godmode/servers/manage_recontask_form.php:380 -#: ../../godmode/servers/recon_script.php:223 -#: ../../godmode/netflow/nf_edit_form.php:240 -#: ../../godmode/groups/configure_modu_group.php:76 -#: ../../godmode/groups/configure_group.php:204 -#: ../../godmode/update_manager/update_manager.setup.php:87 -#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/news.php:207 -#: ../../godmode/setup/links.php:120 ../../godmode/setup/os.php:54 -#: ../../godmode/setup/os.php:107 ../../godmode/setup/setup_general.php:292 -#: ../../godmode/setup/performance.php:128 -#: ../../godmode/setup/setup_auth.php:233 -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/massive/massive_edit_agents.php:447 -#: ../../godmode/massive/massive_edit_modules.php:588 -#: ../../godmode/modules/manage_nc_groups_form.php:79 -#: ../../godmode/modules/manage_network_components_form.php:262 -#: ../../godmode/modules/manage_network_templates_form.php:154 -#: ../../godmode/reporting/visual_console_builder.data.php:131 -#: ../../godmode/reporting/visual_console_builder.elements.php:503 -#: ../../godmode/reporting/graph_builder.main.php:161 -#: ../../godmode/reporting/reporting_builder.main.php:38 -#: ../../godmode/tag/edit_tag.php:219 -msgid "Update" -msgstr "Update" - -#: ../../enterprise/dashboard/widget.php:283 -msgid "Configure widget" -msgstr "Configure widget" - -#: ../../enterprise/dashboard/widget.php:288 -msgid "Delete widget" -msgstr "Delete widget" - -#: ../../enterprise/dashboard/widget.php:298 -msgid "Config widget" -msgstr "Config widget" - -#: ../../enterprise/dashboard/widget.php:308 -msgid "Please configure this widget before usage" -msgstr "Please configure this widget before usage" - -#: ../../enterprise/dashboard/widget.php:311 -msgid "Widget cannot be loaded" -msgstr "Cannot load widget." - -#: ../../enterprise/dashboard/widget.php:312 -msgid "Please, configure the widget again to recover it" -msgstr "Please configure the widget again to recover it" - -#: ../../enterprise/dashboard/dashboard_replicate.php:32 -msgid "Dashboard replicate" -msgstr "Dashboard replicate" - -#: ../../enterprise/dashboard/dashboard_replicate.php:42 -msgid "Not copyed. Error copying data. You must select a dashboard" -msgstr "Not copied, rror copying data. You have to select a dashboard first." - -#: ../../enterprise/dashboard/dashboard_replicate.php:72 -#: ../../enterprise/dashboard/dashboard_replicate.php:95 -msgid "Not copyed. Error copying data" -msgstr "Not copied. Error copying data." - -#: ../../enterprise/dashboard/dashboard_replicate.php:104 -msgid "Successfully copyed" -msgstr "Successfully copied." - -#: ../../enterprise/dashboard/dashboard_replicate.php:121 -msgid "Source user's group" -msgstr "Source user's group" - -#: ../../enterprise/dashboard/dashboard_replicate.php:144 -#: ../../enterprise/dashboard/dashboard_replicate.php:154 -#: ../../operation/agentes/status_monitor.php:445 -#: ../../operation/incidents/incident.php:233 -msgid "Show" -msgstr "Show" - -#: ../../enterprise/dashboard/dashboard_replicate.php:148 -msgid "Destination user's group" -msgstr "Destination user's group" - -#: ../../enterprise/dashboard/dashboard_replicate.php:162 -msgid "Group Dashboards" -msgstr "Group Dashboards" - -#: ../../enterprise/dashboard/dashboard_replicate.php:173 -#: ../../enterprise/dashboard/widgets/top_n.php:401 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../enterprise/meta/advanced/metasetup.setup.php:242 -#: ../../enterprise/meta/advanced/metasetup.setup.php:248 -#: ../../enterprise/meta/advanced/metasetup.setup.php:257 -#: ../../enterprise/meta/advanced/metasetup.setup.php:263 -#: ../../enterprise/meta/event/custom_events.php:211 -#: ../../enterprise/meta/event/custom_events.php:222 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 -#: ../../enterprise/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/include/functions_networkmap_enterprise.php:242 -#: ../../enterprise/include/functions_networkmap_enterprise.php:604 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1599 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1602 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1680 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1685 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 +#: ../../operation/agentes/pandora_networkmap.editor.php:207 +#: ../../operation/agentes/ver_agente.php:729 +#: ../../operation/agentes/ver_agente.php:772 +#: ../../operation/agentes/ver_agente.php:782 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:722 +#: ../../operation/users/user_edit.php:351 +#: ../../operation/users/user_edit.php:375 +#: ../../operation/users/user_edit.php:415 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:581 +#: ../../operation/users/user_edit.php:588 +#: ../../operation/users/user_edit.php:597 +#: ../../operation/users/user_edit.php:604 +#: ../../operation/integria_incidents/incident.list.php:42 +#: ../../operation/integria_incidents/incident.list.php:133 +#: ../../operation/integria_incidents/incident.list.php:134 +#: ../../operation/integria_incidents/incident.incident.php:24 +#: ../../operation/events/events_list.php:279 +#: ../../operation/events/events_list.php:881 #: ../../enterprise/operation/agentes/ver_agente.php:36 -#: ../../enterprise/godmode/alerts/alert_events_list.php:595 -#: ../../enterprise/godmode/alerts/alert_events.php:468 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:368 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:499 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:595 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../enterprise/godmode/setup/setup.php:341 -#: ../../enterprise/godmode/setup/setup.php:347 -#: ../../enterprise/godmode/setup/setup.php:355 -#: ../../enterprise/godmode/setup/setup.php:361 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:346 -#: ../../enterprise/godmode/modules/configure_local_component.php:486 -#: ../../enterprise/godmode/modules/configure_local_component.php:492 -#: ../../enterprise/godmode/modules/configure_local_component.php:500 -#: ../../enterprise/godmode/modules/configure_local_component.php:506 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:697 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:718 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:733 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:743 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:654 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:718 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:733 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:743 +#: ../../enterprise/extensions/ipam/ipam_network.php:635 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:244 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:284 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:414 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:430 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:446 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:462 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:477 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:483 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:328 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:403 +#: ../../enterprise/godmode/policies/policy_agents.php:223 +#: ../../enterprise/godmode/policies/policy_agents.php:653 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:681 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:756 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:917 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:933 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:949 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:965 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:981 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:996 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1002 +#: ../../enterprise/godmode/policies/policy_alerts.php:459 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1693 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:158 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:190 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:196 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:208 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:218 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:218 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:270 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:278 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:310 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:328 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:381 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:391 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:412 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:432 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:454 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:473 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:493 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 @@ -1019,91 +2257,114 @@ msgstr "Group Dashboards" #: ../../enterprise/godmode/reporting/reporting_builder.global.php:500 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:509 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:528 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:54 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:307 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:326 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:424 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:452 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:469 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:496 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:185 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:217 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:223 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:235 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:245 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:665 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:729 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:744 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:754 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:138 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:344 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:363 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:374 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1635 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:264 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:272 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:322 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:355 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:375 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:426 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:448 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:466 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:485 -#: ../../enterprise/godmode/policies/policy_agents.php:217 -#: ../../enterprise/godmode/policies/policy_agents.php:602 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../mobile/operation/events.php:582 ../../include/functions_html.php:315 -#: ../../include/functions_html.php:478 ../../include/functions.php:881 -#: ../../include/functions_visual_map_editor.php:248 -#: ../../include/functions_visual_map_editor.php:320 -#: ../../include/functions_visual_map_editor.php:495 -#: ../../include/functions_events.php:1695 -#: ../../include/functions_events.php:1702 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../operation/integria_incidents/incident.incident.php:24 -#: ../../operation/integria_incidents/incident.list.php:42 -#: ../../operation/integria_incidents/incident.list.php:133 -#: ../../operation/integria_incidents/incident.list.php:134 -#: ../../operation/events/events_list.php:271 -#: ../../operation/events/events_list.php:845 -#: ../../operation/users/user_edit.php:338 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:712 -#: ../../operation/agentes/ver_agente.php:665 -#: ../../operation/agentes/ver_agente.php:708 -#: ../../operation/agentes/ver_agente.php:718 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:405 -#: ../../godmode/users/configure_user.php:507 -#: ../../godmode/users/configure_user.php:675 -#: ../../godmode/users/configure_user.php:679 -#: ../../godmode/users/configure_user.php:684 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:902 -#: ../../godmode/gis_maps/configure_gis_map.php:404 -#: ../../godmode/alerts/configure_alert_template.php:577 -#: ../../godmode/alerts/alert_list.list.php:588 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:699 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:720 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:735 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:745 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:56 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:359 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:389 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:508 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:536 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:555 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:582 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:431 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:562 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:658 +#: ../../enterprise/godmode/servers/manage_export_form.php:73 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 +#: ../../enterprise/godmode/alerts/alert_events_list.php:595 +#: ../../enterprise/godmode/alerts/alert_events.php:468 +#: ../../enterprise/godmode/modules/configure_local_component.php:367 +#: ../../enterprise/godmode/modules/configure_local_component.php:507 +#: ../../enterprise/godmode/modules/configure_local_component.php:513 +#: ../../enterprise/godmode/modules/configure_local_component.php:521 +#: ../../enterprise/godmode/modules/configure_local_component.php:527 +#: ../../enterprise/godmode/setup/setup.php:341 +#: ../../enterprise/godmode/setup/setup.php:347 +#: ../../enterprise/godmode/setup/setup.php:355 +#: ../../enterprise/godmode/setup/setup.php:361 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 +#: ../../enterprise/meta/advanced/metasetup.setup.php:277 +#: ../../enterprise/meta/advanced/metasetup.setup.php:283 +#: ../../enterprise/meta/advanced/metasetup.setup.php:293 +#: ../../enterprise/meta/advanced/metasetup.setup.php:299 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 +#: ../../enterprise/meta/event/custom_events.php:211 +#: ../../enterprise/meta/event/custom_events.php:222 +#: ../../enterprise/dashboard/widgets/top_n.php:398 +#: ../../enterprise/dashboard/widgets/service_map.php:39 +#: ../../godmode/reporting/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1024 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1049 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1090 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1100 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1125 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1388 +#: ../../godmode/reporting/visual_console_builder.wizard.php:172 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/reporting/visual_console_builder.wizard.php:277 +#: ../../godmode/reporting/visual_console_builder.wizard.php:299 +#: ../../godmode/reporting/visual_console_builder.wizard.php:308 +#: ../../godmode/reporting/visual_console_builder.wizard.php:347 +#: ../../godmode/reporting/visual_console_builder.wizard.php:544 +#: ../../godmode/reporting/visual_console_builder.wizard.php:554 +#: ../../godmode/reporting/visual_console_builder.wizard.php:586 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:426 #: ../../godmode/agentes/agent_manager.php:275 -#: ../../godmode/agentes/agent_manager.php:371 -#: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/agentes/module_manager_editor_common.php:382 -#: ../../godmode/agentes/module_manager_editor_common.php:554 -#: ../../godmode/agentes/module_manager_editor_common.php:708 -#: ../../godmode/agentes/module_manager_editor_common.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:723 -#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/agent_manager.php:374 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +#: ../../godmode/agentes/module_manager_editor_common.php:408 +#: ../../godmode/agentes/module_manager_editor_common.php:589 +#: ../../godmode/agentes/module_manager_editor_common.php:749 +#: ../../godmode/agentes/module_manager_editor_common.php:755 +#: ../../godmode/agentes/module_manager_editor_common.php:764 +#: ../../godmode/agentes/module_manager_editor_common.php:770 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 @@ -1115,1192 +2376,237 @@ msgstr "Group Dashboards" #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:985 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1000 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1006 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:247 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:287 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:417 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:433 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:449 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:465 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:480 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:486 -#: ../../godmode/servers/manage_recontask_form.php:265 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 #: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../godmode/servers/manage_recontask_form.php:265 #: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/setup/os.builder.php:40 -#: ../../godmode/setup/setup_general.php:134 -#: ../../godmode/setup/setup_visuals.php:204 -#: ../../godmode/massive/massive_delete_alerts.php:242 -#: ../../godmode/massive/massive_delete_modules.php:478 -#: ../../godmode/massive/massive_delete_modules.php:552 -#: ../../godmode/massive/massive_delete_modules.php:593 -#: ../../godmode/massive/massive_delete_modules.php:594 -#: ../../godmode/massive/massive_delete_modules.php:595 -#: ../../godmode/massive/massive_delete_modules.php:596 -#: ../../godmode/massive/massive_delete_modules.php:662 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:902 +#: ../../godmode/massive/massive_add_action_alerts.php:258 #: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/massive/massive_edit_modules.php:319 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/massive/massive_edit_modules.php:556 +#: ../../godmode/massive/massive_edit_modules.php:617 +#: ../../godmode/massive/massive_edit_modules.php:675 +#: ../../godmode/massive/massive_edit_modules.php:760 +#: ../../godmode/massive/massive_edit_modules.php:761 +#: ../../godmode/massive/massive_edit_modules.php:762 +#: ../../godmode/massive/massive_edit_modules.php:763 +#: ../../godmode/massive/massive_edit_modules.php:949 +#: ../../godmode/massive/massive_add_alerts.php:193 #: ../../godmode/massive/massive_edit_agents.php:297 #: ../../godmode/massive/massive_delete_tags.php:226 #: ../../godmode/massive/massive_delete_tags.php:253 #: ../../godmode/massive/massive_delete_tags.php:289 -#: ../../godmode/massive/massive_add_action_alerts.php:258 -#: ../../godmode/massive/massive_edit_modules.php:305 -#: ../../godmode/massive/massive_edit_modules.php:505 -#: ../../godmode/massive/massive_edit_modules.php:533 -#: ../../godmode/massive/massive_edit_modules.php:594 -#: ../../godmode/massive/massive_edit_modules.php:652 -#: ../../godmode/massive/massive_edit_modules.php:731 -#: ../../godmode/massive/massive_edit_modules.php:732 -#: ../../godmode/massive/massive_edit_modules.php:733 -#: ../../godmode/massive/massive_edit_modules.php:734 -#: ../../godmode/massive/massive_edit_modules.php:911 +#: ../../godmode/massive/massive_delete_modules.php:490 +#: ../../godmode/massive/massive_delete_modules.php:564 +#: ../../godmode/massive/massive_delete_modules.php:609 +#: ../../godmode/massive/massive_delete_modules.php:610 +#: ../../godmode/massive/massive_delete_modules.php:611 +#: ../../godmode/massive/massive_delete_modules.php:612 +#: ../../godmode/massive/massive_delete_modules.php:679 +#: ../../godmode/massive/massive_delete_alerts.php:242 +#: ../../godmode/users/configure_user.php:507 +#: ../../godmode/users/configure_user.php:675 +#: ../../godmode/users/configure_user.php:679 +#: ../../godmode/users/configure_user.php:684 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/configure_alert_template.php:585 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:191 #: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../godmode/modules/manage_network_components_form.php:455 +#: ../../godmode/modules/manage_network_components_form.php:461 +#: ../../godmode/modules/manage_network_components_form.php:470 +#: ../../godmode/modules/manage_network_components_form.php:476 #: ../../godmode/modules/manage_nc_groups_form.php:71 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../godmode/modules/manage_network_components_form.php:443 -#: ../../godmode/modules/manage_network_components_form.php:449 -#: ../../godmode/modules/manage_network_components_form.php:458 -#: ../../godmode/modules/manage_network_components_form.php:464 -#: ../../godmode/reporting/graph_builder.graph_editor.php:133 -#: ../../godmode/reporting/graph_builder.graph_editor.php:177 -#: ../../godmode/reporting/graph_builder.graph_editor.php:197 -#: ../../godmode/reporting/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.wizard.php:156 -#: ../../godmode/reporting/visual_console_builder.wizard.php:253 -#: ../../godmode/reporting/visual_console_builder.wizard.php:261 -#: ../../godmode/reporting/visual_console_builder.wizard.php:283 -#: ../../godmode/reporting/visual_console_builder.wizard.php:292 -#: ../../godmode/reporting/visual_console_builder.wizard.php:331 -#: ../../godmode/reporting/visual_console_builder.wizard.php:528 -#: ../../godmode/reporting/visual_console_builder.wizard.php:538 -#: ../../godmode/reporting/visual_console_builder.wizard.php:570 -#: ../../godmode/reporting/reporting_builder.item_editor.php:955 -#: ../../godmode/reporting/reporting_builder.item_editor.php:996 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1006 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1031 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1290 +#: ../../godmode/setup/setup_general.php:143 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/setup/setup_visuals.php:260 +#: ../../godmode/events/event_edit_filter.php:421 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../include/functions_pandora_networkmap.php:263 +#: ../../include/functions_pandora_networkmap.php:737 +#: ../../include/functions_pandora_networkmap.php:1445 +#: ../../include/functions_pandora_networkmap.php:1448 +#: ../../include/functions_pandora_networkmap.php:1519 +#: ../../include/functions_pandora_networkmap.php:1524 +#: ../../include/functions.php:907 ../../include/functions_html.php:315 +#: ../../include/functions_html.php:478 +#: ../../include/functions_events.php:1696 +#: ../../include/functions_events.php:1703 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/ajax/alert_list.ajax.php:151 +#: ../../include/functions_visual_map_editor.php:248 +#: ../../include/functions_visual_map_editor.php:332 +#: ../../include/functions_visual_map_editor.php:507 +#: ../../mobile/operation/events.php:587 msgid "None" msgstr "None" -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -msgid "Replicate Dashboard" -msgstr "Replicate Dashboard" - -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/extensions/backup/main.php:177 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/operation/services/services.list.php:459 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 -#: ../../enterprise/godmode/alerts/alert_events_list.php:643 -#: ../../enterprise/godmode/alerts/alert_events_list.php:756 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/modules/local_components.php:518 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../enterprise/godmode/reporting/graph_template_list.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:757 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:352 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:360 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 -#: ../../enterprise/godmode/policies/policies.php:376 -#: ../../enterprise/godmode/policies/policies.php:386 -#: ../../enterprise/godmode/policies/policies.php:404 -#: ../../enterprise/godmode/policies/policy_queue.php:440 -#: ../../enterprise/godmode/policies/policy_queue.php:476 -#: ../../enterprise/godmode/policies/policy_queue.php:492 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_agents.php:220 -#: ../../enterprise/godmode/policies/policy_agents.php:301 -#: ../../enterprise/godmode/policies/policy_agents.php:441 -#: ../../enterprise/godmode/policies/policy_agents.php:494 -#: ../../enterprise/godmode/policies/policy_modules.php:1067 -#: ../../enterprise/godmode/policies/policy_modules.php:1074 -#: ../../enterprise/godmode/policies/policy_modules.php:1103 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../include/functions_filemanager.php:730 -#: ../../include/functions_groups.php:2143 -#: ../../include/functions_events.php:1758 -#: ../../operation/events/events.build_table.php:666 -#: ../../operation/events/events.php:754 -#: ../../operation/users/user_edit.php:675 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/messages/message_list.php:199 -#: ../../operation/snmpconsole/snmp_view.php:648 -#: ../../operation/snmpconsole/snmp_view.php:654 -#: ../../operation/snmpconsole/snmp_view.php:805 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../godmode/events/event_filter.php:142 -#: ../../godmode/users/configure_user.php:660 -#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 -#: ../../godmode/users/profile_list.php:390 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 -#: ../../godmode/snmpconsole/snmp_alert.php:1094 -#: ../../godmode/snmpconsole/snmp_alert.php:1123 -#: ../../godmode/snmpconsole/snmp_alert.php:1335 -#: ../../godmode/snmpconsole/snmp_filters.php:143 -#: ../../godmode/alerts/alert_commands.php:354 -#: ../../godmode/alerts/alert_special_days.php:220 -#: ../../godmode/alerts/alert_templates.php:341 -#: ../../godmode/alerts/alert_list.list.php:803 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/agentes/agent_manager.php:198 -#: ../../godmode/agentes/modificar_agente.php:561 -#: ../../godmode/agentes/module_manager_editor_common.php:140 -#: ../../godmode/agentes/planned_downtime.editor.php:816 -#: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager.php:708 -#: ../../godmode/agentes/module_manager.php:723 -#: ../../godmode/agentes/module_manager.php:738 -#: ../../godmode/agentes/module_manager.php:749 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/servers/plugin.php:732 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/groups/modu_group_list.php:195 -#: ../../godmode/db/db_refine.php:119 ../../godmode/db/db_event.php:92 -#: ../../godmode/db/db_audit.php:107 ../../godmode/setup/news.php:267 -#: ../../godmode/setup/links.php:150 -#: ../../godmode/massive/massive_delete_agents.php:134 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/massive/massive_delete_modules.php:499 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_add_action_alerts.php:179 -#: ../../godmode/massive/massive_operations.php:239 -#: ../../godmode/massive/massive_operations.php:248 -#: ../../godmode/massive/massive_delete_action_alerts.php:185 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/modules/manage_nc_groups.php:219 -#: ../../godmode/modules/manage_network_components.php:591 -#: ../../godmode/modules/manage_network_templates.php:200 -#: ../../godmode/modules/manage_network_templates.php:205 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/reporting/graphs.php:176 -#: ../../godmode/reporting/reporting_builder.php:701 -#: ../../godmode/tag/tag.php:273 -msgid "Are you sure?" -msgstr "Are you sure?" - -#: ../../enterprise/dashboard/widgets/network_map.php:25 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:762 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -#: ../../operation/menu.php:115 -#: ../../operation/agentes/networkmap.topology.php:155 -#: ../../operation/agentes/networkmap_list.php:80 -#: ../../operation/agentes/networkmap.php:410 -#: ../../operation/agentes/networkmap.groups.php:147 -msgid "Network map" -msgstr "Network map" - -#: ../../enterprise/dashboard/widgets/network_map.php:29 -msgid "Show a map of the monitored network" -msgstr "Show a map of the monitored network." - -#: ../../enterprise/dashboard/widgets/network_map.php:35 -#: ../../enterprise/extensions/vmware/vmware_view.php:1064 -#: ../../enterprise/extensions/vmware/vmware_view.php:1085 -#: ../../operation/gis_maps/render_view.php:145 -msgid "Map" -msgstr "Map" - -#: ../../enterprise/dashboard/widgets/network_map.php:37 -msgid "No overlap" -msgstr "No overlap" - -#: ../../enterprise/dashboard/widgets/network_map.php:40 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:582 -#: ../../enterprise/operation/services/services.list.php:168 -#: ../../enterprise/godmode/services/services.service.php:250 -#: ../../operation/agentes/networkmap.php:509 -msgid "Simple" -msgstr "Simple" - -#: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../include/functions_config.php:442 -#: ../../godmode/setup/setup_visuals.php:232 -msgid "Font size" -msgstr "Font size" - -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "8" -msgstr "8" - -#: ../../enterprise/dashboard/widgets/network_map.php:46 -msgid "9" -msgstr "9" - -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "10" -msgstr "10" - -#: ../../enterprise/dashboard/widgets/network_map.php:48 -msgid "11" -msgstr "11" - -#: ../../enterprise/dashboard/widgets/network_map.php:49 -msgid "12" -msgstr "12" - -#: ../../enterprise/dashboard/widgets/url.php:23 -msgid "Show the URL content" -msgstr "Show the URL content" - -#: ../../enterprise/dashboard/widgets/url.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1484 -#: ../../extensions/api_checker.php:192 ../../operation/gis_maps/ajax.php:293 -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1093 -msgid "URL" -msgstr "URL" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "My URL" - -#: ../../enterprise/dashboard/widgets/url.php:48 -#: ../../enterprise/dashboard/widgets/post.php:36 -#: ../../enterprise/dashboard/widgets/tactical.php:62 -#: ../../enterprise/dashboard/widgets/tactical.php:70 -msgid "Please, configure this widget before use" -msgstr "Please configure this widget before usage" - -#: ../../enterprise/dashboard/widgets/url.php:66 -msgid "Invalid URL" -msgstr "Invalid URL" - -#: ../../enterprise/dashboard/widgets/groups_status.php:24 -msgid "Groups status" -msgstr "Groups status" - -#: ../../enterprise/dashboard/widgets/groups_status.php:26 -msgid "General and quick group status report" -msgstr "General and quick group status report" - -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 -#: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/groups.php:64 ../../mobile/operation/home.php:48 -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../include/ajax/networkmap.ajax.php:57 -#: ../../operation/agentes/networkmap.php:476 ../../operation/tree.php:61 -#: ../../godmode/reporting/visual_console_builder.wizard.php:217 -msgid "Groups" -msgstr "Groups" - -#: ../../enterprise/dashboard/widgets/post.php:23 -msgid "Panel with a message" -msgstr "Panel with a message" - -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1457 -#: ../../include/functions_reports.php:595 -#: ../../include/functions_reporting.php:3643 ../../godmode/setup/news.php:181 -#: ../../godmode/setup/setup_visuals.php:567 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1051 -msgid "Text" -msgstr "Text" - -#: ../../enterprise/dashboard/widgets/post.php:26 -msgid "My Post" -msgstr "My Post" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 -msgid "Top N Events by agent." -msgstr "Top N Events by agent." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 -msgid "Top N events by agent." -msgstr "Top N events by agent." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 -msgid "Amount to show" -msgstr "Amount to show" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 -#: ../../mobile/operation/events.php:642 -#: ../../operation/events/events_list.php:558 -#: ../../godmode/events/event_edit_filter.php:268 -#: ../../godmode/admin_access_logs.php:67 -#: ../../godmode/admin_access_logs.php:68 -msgid "Max. hours old" -msgstr "Max. hours old" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 -msgid "Legend Position" -msgstr "Legend Position" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 -#: ../../godmode/setup/gis_step_2.php:244 -msgid "Bottom" -msgstr "Bottom" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 -msgid "No legend" -msgstr "No legend" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 -msgid "Please select one or more groups." -msgstr "Please select one or more groups." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 -msgid "There is not data to show." -msgstr "There is not data to show." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/meta/advanced/metasetup.setup.php:102 -#: ../../enterprise/include/functions_reporting_pdf.php:1382 -#: ../../enterprise/include/functions_reporting_pdf.php:1520 -#: ../../mobile/operation/events.php:110 -#: ../../include/functions_graph.php:1886 -#: ../../include/functions_graph.php:2530 -#: ../../include/functions_graph.php:2942 -#: ../../include/functions_graph.php:2945 -#: ../../include/functions_reporting.php:4795 -#: ../../include/functions_reporting.php:5034 ../../include/functions.php:1014 -#: ../../include/functions_reporting_html.php:532 -#: ../../include/functions_reporting_html.php:1140 -#: ../../include/functions_events.php:973 -#: ../../include/functions_events.php:1425 -#: ../../operation/events/events_rss.php:178 -#: ../../operation/events/events.php:79 -#: ../../godmode/setup/setup_general.php:65 -msgid "System" -msgstr "System" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:187 -#: ../../include/functions_graph.php:1751 -#: ../../include/functions_graph.php:1828 -#: ../../include/functions_graph.php:1899 -#: ../../include/functions_graph.php:2619 -#: ../../include/functions_graph.php:3062 -#: ../../include/functions_reporting.php:1077 -#: ../../include/functions_reporting.php:1233 -#: ../../include/functions_reporting.php:1257 -#: ../../include/functions_reporting.php:1282 -#: ../../include/functions_reporting.php:1308 -#: ../../include/functions_reporting.php:1961 -#: ../../include/functions_reporting.php:2140 -#: ../../include/functions_reporting.php:2164 -#: ../../include/functions_reporting.php:2188 -#: ../../include/functions_reporting_html.php:2094 -#: ../../include/functions_reporting_html.php:2172 -msgid "other" -msgstr "other" - -#: ../../enterprise/dashboard/widgets/tree_view.php:22 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 -msgid "Tree View" -msgstr "Tree View" - -#: ../../enterprise/dashboard/widgets/tree_view.php:24 -msgid "Show the tree view" -msgstr "Show the tree view" - -#: ../../enterprise/dashboard/widgets/tree_view.php:38 -msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." +#: ../../operation/agentes/pandora_networkmap.editor.php:209 +msgid "Show only the task with the recon script \"SNMP L2 Recon\"." msgstr "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." +"Display the task which contains the recon script called \"SNMP L2 Recon\" " +"only." -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 -msgid "Map made by user" -msgstr "Map made by user" +#: ../../operation/agentes/pandora_networkmap.editor.php:211 +msgid "Source from CIDR IP mask" +msgstr "Source from CIDR IP mask" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 -msgid "Show a map made by user" -msgstr "Show a map made by user" +#: ../../operation/agentes/pandora_networkmap.editor.php:215 +msgid "Don't show subgroups:" +msgstr "Don't show subgroups:" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:560 -#: ../../operation/agentes/networkmap.php:467 -msgid "Layout" -msgstr "Layout" +#: ../../operation/agentes/pandora_networkmap.editor.php:228 +msgid "Method generation networkmap" +msgstr "Method generation of network map" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -#: ../../mobile/operation/agent.php:241 -#: ../../mobile/operation/module_graph.php:469 -#: ../../mobile/operation/modules.php:596 -#: ../../mobile/operation/tactical.php:168 -#: ../../mobile/operation/visualmap.php:118 -#: ../../mobile/operation/events.php:787 ../../mobile/operation/agents.php:344 -#: ../../godmode/reporting/visual_console_builder.wizard.php:334 -msgid "Loading..." -msgstr "Loading..." +#: ../../operation/agentes/pandora_networkmap.editor.php:240 +msgid "Save networkmap" +msgstr "Save network map" -#: ../../enterprise/dashboard/widgets/single_graph.php:29 -msgid "Single graph" -msgstr "Single graph" +#: ../../operation/agentes/pandora_networkmap.editor.php:246 +msgid "Update networkmap" +msgstr "Update network map" -#: ../../enterprise/dashboard/widgets/single_graph.php:31 -msgid "Show a graph of an agent module" -msgstr "Show a graph of an agent module" +#: ../../operation/agentes/agent_fields.php:28 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 +#: ../../include/functions_treeview.php:440 +msgid "There was a problem loading agent" +msgstr "There was a problem loading agent" -#: ../../enterprise/dashboard/widgets/single_graph.php:46 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3237 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../enterprise/include/functions_inventory.php:233 -#: ../../enterprise/include/functions_inventory.php:505 -#: ../../enterprise/include/functions_inventory.php:561 -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2237 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:184 -#: ../../enterprise/include/functions_reporting_csv.php:233 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1442 -#: ../../enterprise/include/functions_reporting_pdf.php:743 -#: ../../enterprise/include/functions_reporting_pdf.php:801 -#: ../../enterprise/include/functions_reporting_pdf.php:829 -#: ../../enterprise/include/functions_reporting_pdf.php:895 -#: ../../enterprise/include/functions_reporting_pdf.php:1077 -#: ../../enterprise/include/functions_reporting_pdf.php:1323 -#: ../../enterprise/include/functions_reporting_pdf.php:1597 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../enterprise/include/functions_reporting_pdf.php:1880 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1648 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/log/log_viewer.php:188 -#: ../../enterprise/operation/inventory/inventory.php:204 -#: ../../enterprise/godmode/services/services.elements.php:317 -#: ../../enterprise/godmode/services/services.elements.php:326 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1828 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1978 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1985 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../mobile/operation/modules.php:427 ../../mobile/operation/home.php:86 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/events.php:505 -#: ../../mobile/operation/agents.php:69 ../../mobile/operation/agents.php:273 -#: ../../extensions/module_groups.php:41 -#: ../../extensions/agents_alerts.php:343 ../../extensions/insert_data.php:147 -#: ../../include/functions_graph.php:4862 -#: ../../include/functions_reporting.php:4733 -#: ../../include/functions_visual_map_editor.php:257 -#: ../../include/functions_reporting_html.php:320 -#: ../../include/functions_reporting_html.php:405 -#: ../../include/functions_reporting_html.php:484 -#: ../../include/functions_reporting_html.php:936 -#: ../../include/functions_reporting_html.php:1318 -#: ../../include/functions_reporting_html.php:1649 -#: ../../include/functions_reporting_html.php:1759 -#: ../../include/functions_reporting_html.php:1797 -#: ../../include/functions_reporting_html.php:2040 -#: ../../include/functions_reporting_html.php:2194 -#: ../../include/functions_reporting_html.php:2405 -#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44 -#: ../../operation/search_agents.php:50 ../../operation/gis_maps/ajax.php:216 -#: ../../operation/gis_maps/ajax.php:247 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/ver_agente.php:670 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/estado_agente.php:446 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/alerts_status.php:419 -#: ../../operation/agentes/alerts_status.php:492 -#: ../../operation/agentes/status_monitor.php:918 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_alerts.php:39 -#: ../../godmode/gis_maps/configure_gis_map.php:410 -#: ../../godmode/alerts/alert_list.list.php:372 -#: ../../godmode/alerts/alert_list.list.php:568 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/agentes/module_manager_editor_common.php:607 -#: ../../godmode/agentes/module_manager_editor_common.php:635 -#: ../../godmode/agentes/module_manager_editor_prediction.php:115 -#: ../../godmode/agentes/planned_downtime.list.php:169 -#: ../../godmode/servers/plugin.php:66 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:290 -#: ../../godmode/reporting/graph_builder.graph_editor.php:81 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.wizard.php:260 -#: ../../godmode/reporting/visual_console_builder.wizard.php:534 -#: ../../godmode/reporting/visual_console_builder.wizard.php:557 -#: ../../godmode/reporting/reporting_builder.item_editor.php:836 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1551 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1558 -msgid "Agent" -msgstr "Agent" +#: ../../operation/agentes/agent_fields.php:38 +#: ../../operation/agentes/status_monitor.php:538 +msgid "Agent custom fields" +msgstr "Agent custom fields" -#: ../../enterprise/dashboard/widgets/single_graph.php:57 -#: ../../enterprise/dashboard/widgets/single_graph.php:63 -#: ../../enterprise/dashboard/widgets/top_n.php:130 -#: ../../enterprise/dashboard/widgets/top_n.php:313 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/extensions/check_acls.php:121 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../enterprise/include/functions_inventory.php:506 -#: ../../enterprise/include/functions_inventory.php:562 -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2238 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:185 -#: ../../enterprise/include/functions_reporting_csv.php:233 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1492 -#: ../../enterprise/include/functions_reporting_pdf.php:744 -#: ../../enterprise/include/functions_reporting_pdf.php:802 -#: ../../enterprise/include/functions_reporting_pdf.php:896 -#: ../../enterprise/include/functions_reporting_pdf.php:1034 -#: ../../enterprise/include/functions_reporting_pdf.php:1078 -#: ../../enterprise/include/functions_reporting_pdf.php:1598 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../enterprise/include/functions_reporting_pdf.php:1885 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/inventory/inventory.php:167 -#: ../../enterprise/godmode/services/services.elements.php:316 -#: ../../enterprise/godmode/services/services.elements.php:342 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 -#: ../../enterprise/godmode/agentes/inventory_manager.php:149 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1979 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986 -#: ../../enterprise/godmode/policies/policy_linking.php:121 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 -#: ../../enterprise/godmode/policies/policy_alerts.php:240 -#: ../../enterprise/godmode/policies/policy_alerts.php:447 -#: ../../mobile/operation/alerts.php:268 ../../extensions/module_groups.php:43 -#: ../../extensions/agents_alerts.php:278 ../../extensions/insert_data.php:158 -#: ../../include/functions_graph.php:4978 -#: ../../include/functions_treeview.php:66 -#: ../../include/functions_visual_map_editor.php:290 -#: ../../include/functions_reporting_html.php:321 -#: ../../include/functions_reporting_html.php:406 -#: ../../include/functions_reporting_html.php:937 -#: ../../include/functions_reporting_html.php:1319 -#: ../../include/functions_reporting_html.php:1357 -#: ../../include/functions_reporting_html.php:1656 -#: ../../include/functions_reporting_html.php:1760 -#: ../../operation/search_modules.php:35 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/alerts_status.php:420 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:493 -#: ../../operation/agentes/alerts_status.php:526 -#: ../../operation/search_alerts.php:42 -#: ../../godmode/alerts/alert_list.list.php:397 -#: ../../godmode/alerts/alert_list.list.php:577 -#: ../../godmode/alerts/alert_view.php:71 -#: ../../godmode/alerts/alert_list.builder.php:71 -#: ../../godmode/agentes/module_manager_editor_common.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:636 -#: ../../godmode/agentes/module_manager_editor_prediction.php:140 -#: ../../godmode/agentes/planned_downtime.editor.php:807 -#: ../../godmode/agentes/planned_downtime.list.php:173 -#: ../../godmode/servers/plugin.php:67 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:295 -#: ../../godmode/reporting/graph_builder.graph_editor.php:82 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:259 -#: ../../godmode/reporting/visual_console_builder.wizard.php:566 -#: ../../godmode/reporting/reporting_builder.item_editor.php:890 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1354 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1552 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1559 -msgid "Module" -msgstr "Module" +#: ../../operation/agentes/agent_fields.php:45 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 +#: ../../include/functions_treeview.php:603 +msgid "Custom field" +msgstr "Custom field" -#: ../../enterprise/dashboard/widgets/single_graph.php:80 -#: ../../enterprise/dashboard/widgets/custom_graph.php:33 -#: ../../enterprise/dashboard/widgets/top_n.php:62 -#: ../../enterprise/include/functions_reporting_csv.php:120 -#: ../../enterprise/include/functions_reporting_csv.php:209 -#: ../../enterprise/include/functions_reporting_csv.php:232 -#: ../../enterprise/include/functions_reporting_csv.php:254 -#: ../../enterprise/include/functions_reporting_csv.php:311 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:80 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1174 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1204 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:105 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../include/functions_visual_map_editor.php:405 -#: ../../godmode/agentes/module_manager_editor_prediction.php:155 -#: ../../godmode/reporting/reporting_builder.list_items.php:301 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/graph_builder.main.php:135 -#: ../../godmode/reporting/visual_console_builder.wizard.php:142 -#: ../../godmode/reporting/reporting_builder.item_editor.php:654 -#: ../../godmode/reporting/reporting_builder.item_editor.php:696 -msgid "Period" -msgstr "Periodicity" +#: ../../operation/agentes/agent_fields.php:48 +#: ../../operation/agentes/custom_fields.php:87 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 +msgid "empty" +msgstr "empty" -#: ../../enterprise/dashboard/widgets/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Welcome message to Pandora FMS" +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" +msgstr "No fields defined" -#: ../../enterprise/dashboard/widgets/example.php:25 -#: ../../operation/users/webchat.php:86 -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -msgid "Message" -msgstr "Message" +#: ../../operation/agentes/custom_fields.php:59 +#: ../../godmode/agentes/fields_manager.php:95 +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Field" +msgstr "Field" -#: ../../enterprise/dashboard/widgets/example.php:26 -msgid "Welcome" -msgstr "Welcome" +#: ../../operation/agentes/custom_fields.php:61 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "Display on front" +msgstr "Display up front" -#: ../../enterprise/dashboard/widgets/example.php:37 -#: ../../general/login_help_dialog.php:39 -msgid "Welcome to Pandora FMS" -msgstr "Welcome to Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:40 +#: ../../operation/agentes/custom_fields.php:62 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 msgid "" -"This is an example of a dashboard widget. A widget may contain elements" +"The fields with display on front enabled will be displayed into the agent " +"details" msgstr "" -"This is an example of a dashboard widget. A widget may contain elements" +"The fields with up front display enabled will be shown on the agent's details" -#: ../../enterprise/dashboard/widgets/example.php:41 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." -msgstr "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." +#: ../../operation/agentes/alerts_status.functions.php:32 +#: ../../enterprise/godmode/alerts/alert_events_list.php:343 +msgid "Alert(s) validated" +msgstr "Alert(s) validated" -#: ../../enterprise/dashboard/widgets/example.php:42 -#: ../../enterprise/dashboard/widgets/example.php:44 -msgid "" -"To delete this message, click on the delete button on top right corner of " -"this element." -msgstr "" -"To delete this message, click on the delete button on top right corner of " -"this element." +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" +msgstr "Error processing alert(s)" -#: ../../enterprise/dashboard/widgets/example.php:43 -msgid "" -"To do so, just click on the title and drag and drop it to the desired place." -msgstr "" -"To do so, just click on the title and drag and drop it to the desired place." +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "All (Enabled)" -#: ../../enterprise/dashboard/widgets/example.php:45 -msgid "Thanks for using Pandora FMS" -msgstr "Thanks for using Pandora FMS." - -#: ../../enterprise/dashboard/widgets/custom_graph.php:23 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1431 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -#: ../../include/functions_visual_map_editor.php:234 -#: ../../include/functions_visual_map_editor.php:244 -#: ../../godmode/reporting/reporting_builder.item_editor.php:989 -msgid "Custom graph" -msgstr "Custom graph" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -msgid "Show a defined custom graph" -msgstr "Show a defined custom graph" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:30 -#: ../../enterprise/operation/services/services.service.php:134 -#: ../../enterprise/operation/services/services.list.php:321 -#: ../../extensions/realtime_graphs.php:72 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../include/functions_events.php:2098 ../../include/ajax/module.php:715 -#: ../../operation/search_modules.php:52 -#: ../../operation/agentes/status_monitor.php:958 -msgid "Graph" -msgstr "Graph" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../operation/reporting/graph_viewer.php:205 -#: ../../godmode/setup/setup_visuals.php:376 -#: ../../godmode/reporting/graph_builder.main.php:145 -msgid "Area" -msgstr "Area" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:37 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -#: ../../operation/reporting/graph_viewer.php:206 -#: ../../godmode/reporting/graph_builder.main.php:146 -msgid "Stacked area" -msgstr "Stacked area" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:579 -#: ../../operation/reporting/graph_viewer.php:207 -#: ../../godmode/setup/setup_visuals.php:379 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/reporting/graph_builder.main.php:147 -msgid "Line" -msgstr "Line" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -#: ../../operation/reporting/graph_viewer.php:208 -#: ../../godmode/reporting/graph_builder.main.php:148 -msgid "Stacked line" -msgstr "Stacked line" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../operation/reporting/graph_viewer.php:209 -#: ../../godmode/reporting/graph_builder.main.php:149 -msgid "Bullet chart" -msgstr "Bullet chart" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../operation/reporting/graph_viewer.php:210 -#: ../../godmode/reporting/graph_builder.main.php:150 -msgid "Gauge" -msgstr "Gauge" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../operation/reporting/graph_viewer.php:211 -msgid "Horizontal Bars" -msgstr "Horizontal Bars" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -#: ../../operation/reporting/graph_viewer.php:212 -msgid "Vertical Bars" -msgstr "Vertical Bars" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -#: ../../operation/reporting/graph_viewer.php:213 -#: ../../godmode/reporting/graph_builder.main.php:153 -msgid "Pie" -msgstr "Pie chart" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "Stacked" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:69 -msgid "You don't have access" -msgstr "You don't have access" - -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../enterprise/meta/general/main_header.php:89 -#: ../../enterprise/meta/monitoring/tactical.php:60 -#: ../../mobile/operation/tactical.php:81 ../../mobile/operation/home.php:36 -#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:295 -#: ../../operation/agentes/tactical.php:54 -msgid "Tactical view" -msgstr "Tactical view" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/extensions/vmware/vmware_view.php:978 -#: ../../enterprise/extensions/backup/main.php:68 -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:2242 -#: ../../enterprise/include/functions_reporting.php:3054 -#: ../../enterprise/include/functions_reporting.php:3356 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../enterprise/include/functions_reporting_pdf.php:1172 -#: ../../enterprise/include/functions_reporting_pdf.php:1320 -#: ../../enterprise/include/functions_reporting_pdf.php:1455 -#: ../../enterprise/include/functions_reporting_pdf.php:1602 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1959 -#: ../../enterprise/include/functions_reporting_pdf.php:2237 -#: ../../enterprise/include/functions_reporting_pdf.php:2287 -#: ../../enterprise/operation/services/services.service.php:131 -#: ../../enterprise/operation/services/services.list.php:152 -#: ../../enterprise/operation/services/services.list.php:319 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/operation/agentes/policy_view.php:307 -#: ../../enterprise/operation/agentes/collection_view.php:66 -#: ../../enterprise/godmode/alerts/alert_events_list.php:425 -#: ../../enterprise/godmode/agentes/collection_manager.php:108 -#: ../../enterprise/godmode/agentes/collection_manager.php:166 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policies.php:252 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/policies/policy_agents.php:350 -#: ../../mobile/operation/modules.php:119 -#: ../../mobile/operation/modules.php:120 -#: ../../mobile/operation/modules.php:212 -#: ../../mobile/operation/modules.php:213 -#: ../../mobile/operation/modules.php:433 -#: ../../mobile/operation/modules.php:437 -#: ../../mobile/operation/modules.php:441 -#: ../../mobile/operation/modules.php:445 -#: ../../mobile/operation/modules.php:453 -#: ../../mobile/operation/modules.php:458 -#: ../../mobile/operation/modules.php:463 -#: ../../mobile/operation/modules.php:526 -#: ../../mobile/operation/modules.php:576 -#: ../../mobile/operation/modules.php:645 ../../mobile/operation/alerts.php:75 -#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274 -#: ../../mobile/operation/events.php:337 ../../mobile/operation/events.php:338 -#: ../../mobile/operation/events.php:488 ../../mobile/operation/events.php:608 -#: ../../mobile/operation/events.php:609 ../../mobile/operation/agents.php:81 -#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112 -#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185 -#: ../../mobile/operation/agents.php:285 ../../extensions/net_tools.php:239 -#: ../../extensions/agents_alerts.php:281 -#: ../../include/functions_snmp_browser.php:435 -#: ../../include/functions_reporting.php:4730 -#: ../../include/functions_reporting_html.php:325 -#: ../../include/functions_reporting_html.php:481 -#: ../../include/functions_reporting_html.php:612 -#: ../../include/functions_reporting_html.php:1093 -#: ../../include/functions_reporting_html.php:1487 -#: ../../include/functions_reporting_html.php:1522 -#: ../../include/functions_reporting_html.php:1984 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2410 ../../include/ajax/module.php:710 -#: ../../operation/integria_incidents/incident.incident.php:98 -#: ../../operation/integria_incidents/incident.list.php:58 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/events/events.build_table.php:50 -#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64 -#: ../../operation/messages/message_list.php:121 -#: ../../operation/snmpconsole/snmp_view.php:394 -#: ../../operation/snmpconsole/snmp_view.php:495 -#: ../../operation/snmpconsole/snmp_view.php:811 -#: ../../operation/agentes/estado_agente.php:189 -#: ../../operation/agentes/estado_agente.php:475 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:424 -#: ../../operation/agentes/alerts_status.php:464 -#: ../../operation/agentes/alerts_status.php:497 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../operation/agentes/status_monitor.php:950 -#: ../../operation/servers/recon_view.php:98 -#: ../../operation/incidents/incident.php:235 -#: ../../operation/incidents/incident.php:331 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/alerts/alert_list.list.php:404 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/agent_manager.php:310 -#: ../../godmode/agentes/module_manager.php:523 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../godmode/massive/massive_delete_agents.php:119 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/massive/massive_copy_modules.php:83 -#: ../../godmode/massive/massive_copy_modules.php:196 -#: ../../godmode/massive/massive_edit_agents.php:220 -#: ../../godmode/massive/massive_edit_agents.php:343 -#: ../../godmode/massive/massive_edit_modules.php:310 -msgid "Status" -msgstr "Status" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 -#: ../../godmode/alerts/alert_templates.php:83 -msgid "and" -msgstr "and" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../include/functions_reporting.php:5602 -#: ../../include/functions_reporting_html.php:2631 -msgid "Monitor checks" -msgstr "Monitor checks" - -#: ../../enterprise/dashboard/widgets/tactical.php:39 -#: ../../include/functions_reporting.php:8352 -msgid "Server performance" -msgstr "Server performance" - -#: ../../enterprise/dashboard/widgets/tactical.php:44 -#: ../../include/functions_reporting_html.php:1855 -#: ../../include/functions_reporting_html.php:1949 -#: ../../operation/gis_maps/index.php:26 -msgid "Summary" -msgstr "Summary" - -#: ../../enterprise/dashboard/widgets/reports.php:27 -#: ../../enterprise/dashboard/widgets/reports.php:43 -#: ../../enterprise/extensions/cron/main.php:217 -#: ../../enterprise/extensions/cron/main.php:234 -#: ../../enterprise/extensions/cron/main.php:248 -#: ../../enterprise/extensions/cron/functions.php:361 -#: ../../extensions/resource_exportation.php:348 -msgid "Report" -msgstr "Report" - -#: ../../enterprise/dashboard/widgets/reports.php:29 -msgid "Show a report made by user" -msgstr "Show a report made by user" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:21 -msgid "Global health" -msgstr "Global health" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:23 -msgid "Show a list of global monitor health" -msgstr "Show a list of global monitor health" - -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/general/main_header.php:119 -#: ../../enterprise/meta/monitoring/tactical.php:293 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:722 -#: ../../mobile/include/functions_web.php:24 -#: ../../mobile/operation/home.php:42 ../../mobile/operation/events.php:559 -#: ../../include/functions_graph.php:728 -#: ../../include/functions_graph.php:3525 -#: ../../include/functions_graph.php:4194 -#: ../../include/functions_reports.php:612 -#: ../../include/functions_reports.php:614 -#: ../../include/functions_reports.php:616 -#: ../../include/functions_reporting_html.php:1072 -#: ../../operation/menu.php:261 ../../operation/events/events.php:397 -#: ../../operation/events/events.php:406 ../../operation/events/events.php:423 -#: ../../godmode/menu.php:173 -msgid "Events" -msgstr "Events" - -#: ../../enterprise/dashboard/widgets/events_list.php:28 -msgid "Latest events list" -msgstr "Latest events list" - -#: ../../enterprise/dashboard/widgets/events_list.php:31 -#: ../../enterprise/operation/services/services.list.php:153 -#: ../../enterprise/operation/services/services.list.php:170 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 -#: ../../enterprise/godmode/setup/setup_acl.php:131 -#: ../../include/functions_html.php:845 ../../include/functions_html.php:846 -#: ../../include/functions_html.php:847 ../../include/functions_html.php:848 -#: ../../include/functions_html.php:849 -#: ../../include/functions_visual_map_editor.php:292 -#: ../../include/functions_visual_map_editor.php:612 -#: ../../include/ajax/visual_console_builder.ajax.php:660 -#: ../../operation/integria_incidents/incident.list.php:33 -#: ../../operation/events/events_list.php:434 -#: ../../godmode/events/event_edit_filter.php:284 -#: ../../godmode/users/configure_user.php:689 -#: ../../godmode/agentes/planned_downtime.list.php:152 -#: ../../godmode/servers/manage_recontask_form.php:291 -#: ../../godmode/servers/manage_recontask.php:333 -#: ../../godmode/setup/setup_auth.php:107 -#: ../../godmode/massive/massive_add_action_alerts.php:146 -#: ../../godmode/reporting/visual_console_builder.wizard.php:329 -msgid "Any" -msgstr "Any" - -#: ../../enterprise/dashboard/widgets/events_list.php:34 -#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1055 -#: ../../include/functions_events.php:1434 -#: ../../operation/events/events_list.php:546 -#: ../../operation/agentes/estado_agente.php:186 -#: ../../operation/agentes/status_monitor.php:422 -#: ../../godmode/events/event_edit_filter.php:220 -#: ../../godmode/massive/massive_delete_agents.php:117 -#: ../../godmode/massive/massive_delete_modules.php:457 -#: ../../godmode/massive/massive_copy_modules.php:81 -#: ../../godmode/massive/massive_copy_modules.php:194 -#: ../../godmode/massive/massive_edit_agents.php:218 -#: ../../godmode/massive/massive_edit_modules.php:317 -msgid "Not normal" -msgstr "Not normal" - -#: ../../enterprise/dashboard/widgets/events_list.php:36 -#: ../../enterprise/meta/include/functions_events_meta.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:1174 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 -#: ../../include/functions_reporting_html.php:614 -#: ../../include/functions_events.php:40 -#: ../../operation/events/events.build_table.php:97 -#: ../../operation/events/events_list.php:543 -#: ../../godmode/events/event_filter.php:106 -#: ../../godmode/events/custom_events.php:89 -#: ../../godmode/events/custom_events.php:159 -#: ../../godmode/events/event_edit_filter.php:222 -msgid "Event type" -msgstr "Event type" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "Limit" - -#: ../../enterprise/dashboard/widgets/events_list.php:46 -#: ../../operation/events/events_list.php:555 -#: ../../godmode/events/event_filter.php:107 -#: ../../godmode/events/event_edit_filter.php:232 -msgid "Event status" -msgstr "Event status" - -#: ../../enterprise/dashboard/widgets/events_list.php:47 -#: ../../include/functions_events.php:1501 -#: ../../include/functions_events.php:1520 -msgid "All event" -msgstr "All events" - -#: ../../enterprise/dashboard/widgets/events_list.php:48 -#: ../../include/functions_events.php:1503 -#: ../../include/functions_events.php:1526 -msgid "Only validated" -msgstr "Only validated events" - -#: ../../enterprise/dashboard/widgets/events_list.php:49 -msgid "Only pending" -msgstr "Only pending" - -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/meta/include/functions_agents_meta.php:854 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 -#: ../../enterprise/meta/include/functions_html_meta.php:51 -#: ../../enterprise/meta/include/functions_wizard_meta.php:251 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/advanced/policymanager.queue.php:214 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/meta/advanced/policymanager.queue.php:298 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/include/functions_metaconsole.php:605 -#: ../../enterprise/include/functions_metaconsole.php:606 -#: ../../enterprise/include/functions_metaconsole.php:1210 -#: ../../enterprise/operation/log/log_viewer.php:189 -#: ../../enterprise/operation/log/log_viewer.php:204 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 +#: ../../operation/agentes/alerts_status.functions.php:73 +#: ../../operation/agentes/alerts_status.functions.php:79 +#: ../../operation/agentes/alerts_status.functions.php:94 +#: ../../operation/agentes/alerts_status.functions.php:111 +#: ../../operation/agentes/alerts_status.functions.php:113 +#: ../../operation/agentes/status_monitor.php:306 +#: ../../operation/agentes/status_monitor.php:323 +#: ../../operation/agentes/status_monitor.php:333 +#: ../../operation/agentes/status_monitor.php:352 +#: ../../operation/agentes/status_monitor.php:395 +#: ../../operation/agentes/status_monitor.php:397 +#: ../../operation/agentes/status_monitor.php:462 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../operation/agentes/estado_monitores.php:427 +#: ../../operation/agentes/estado_monitores.php:446 +#: ../../operation/snmpconsole/snmp_view.php:384 +#: ../../operation/snmpconsole/snmp_view.php:401 +#: ../../operation/snmpconsole/snmp_view.php:406 +#: ../../operation/snmpconsole/snmp_view.php:545 ../../operation/tree.php:130 +#: ../../operation/tree.php:155 ../../operation/gis_maps/render_view.php:145 +#: ../../operation/events/export_csv.php:54 +#: ../../operation/events/events.build_table.php:492 +#: ../../operation/events/events.build_query.php:118 +#: ../../operation/events/events_list.php:450 +#: ../../operation/events/events_list.php:454 +#: ../../operation/events/events_list.php:462 +#: ../../operation/events/events_list.php:561 +#: ../../operation/events/events_list.php:564 +#: ../../operation/events/events_rss.php:110 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../extensions/agents_modules.php:78 +#: ../../general/subselect_data_module.php:42 #: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 #: ../../enterprise/operation/inventory/inventory.php:55 #: ../../enterprise/operation/inventory/inventory.php:57 #: ../../enterprise/operation/inventory/inventory.php:120 #: ../../enterprise/operation/inventory/inventory.php:122 -#: ../../enterprise/operation/inventory/inventory.php:174 +#: ../../enterprise/operation/inventory/inventory.php:176 +#: ../../enterprise/operation/log/log_viewer.php:194 +#: ../../enterprise/operation/log/log_viewer.php:212 +#: ../../enterprise/extensions/ipam/ipam_network.php:305 +#: ../../enterprise/godmode/policies/policy_queue.php:340 +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/godmode/policies/policy_queue.php:407 +#: ../../enterprise/godmode/policies/policy_agents.php:370 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1426 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1428 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1443 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:127 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 +#: ../../enterprise/godmode/modules/local_components.php:438 +#: ../../enterprise/godmode/modules/local_components.php:448 +#: ../../enterprise/godmode/modules/local_components.php:462 #: ../../enterprise/godmode/setup/setup_acl.php:84 #: ../../enterprise/godmode/setup/setup_acl.php:89 #: ../../enterprise/godmode/setup/setup_acl.php:94 @@ -2308,2456 +2614,118 @@ msgstr "Only pending" #: ../../enterprise/godmode/setup/setup_acl.php:310 #: ../../enterprise/godmode/setup/setup_acl.php:322 #: ../../enterprise/godmode/setup/setup_acl.php:362 -#: ../../enterprise/godmode/setup/setup_acl.php:393 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/godmode/modules/local_components.php:426 -#: ../../enterprise/godmode/modules/local_components.php:436 -#: ../../enterprise/godmode/modules/local_components.php:450 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1374 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1389 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:122 -#: ../../enterprise/godmode/policies/policy_queue.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/godmode/policies/policy_queue.php:407 -#: ../../enterprise/godmode/policies/policy_agents.php:227 -#: ../../enterprise/godmode/policies/policy_agents.php:235 -#: ../../enterprise/godmode/policies/policy_agents.php:341 -#: ../../mobile/operation/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../mobile/operation/modules.php:38 -#: ../../mobile/operation/modules.php:225 -#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37 -#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/events.php:619 -#: ../../mobile/operation/events.php:629 -#: ../../mobile/operation/events.php:1072 -#: ../../mobile/operation/events.php:1091 ../../mobile/operation/agents.php:32 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../extensions/agents_modules.php:77 -#: ../../include/functions_graph.php:2483 -#: ../../include/functions_groups.php:586 -#: ../../include/functions_groups.php:2329 -#: ../../include/functions_reporting.php:1505 ../../include/functions.php:878 -#: ../../include/functions.php:1101 ../../include/functions_users.php:187 -#: ../../include/functions_users.php:192 ../../include/functions_users.php:890 -#: ../../operation/events/events.build_query.php:112 -#: ../../operation/events/events.build_table.php:398 -#: ../../operation/events/events_list.php:444 -#: ../../operation/events/events_list.php:448 -#: ../../operation/events/events_list.php:456 -#: ../../operation/events/events_list.php:547 -#: ../../operation/events/events_list.php:550 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/snmpconsole/snmp_view.php:374 -#: ../../operation/snmpconsole/snmp_view.php:391 -#: ../../operation/snmpconsole/snmp_view.php:396 -#: ../../operation/snmpconsole/snmp_view.php:535 -#: ../../operation/gis_maps/render_view.php:136 -#: ../../operation/agentes/estado_monitores.php:422 -#: ../../operation/agentes/estado_monitores.php:443 -#: ../../operation/agentes/estado_agente.php:190 -#: ../../operation/agentes/networkmap_list.php:185 -#: ../../operation/agentes/networkmap.php:474 -#: ../../operation/agentes/alerts_status.functions.php:73 -#: ../../operation/agentes/alerts_status.functions.php:79 -#: ../../operation/agentes/alerts_status.functions.php:94 -#: ../../operation/agentes/status_monitor.php:337 -#: ../../operation/agentes/status_monitor.php:394 -#: ../../operation/agentes/status_monitor.php:395 -#: ../../operation/agentes/status_monitor.php:425 -#: ../../operation/agentes/status_monitor.php:442 -#: ../../operation/agentes/status_monitor.php:454 -#: ../../operation/agentes/status_monitor.php:475 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 ../../godmode/events/event_edit_filter.php:224 -#: ../../godmode/events/event_edit_filter.php:228 -#: ../../godmode/events/event_edit_filter.php:364 -#: ../../godmode/alerts/alert_list.php:262 -#: ../../godmode/alerts/alert_list.php:316 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_templates.php:255 -#: ../../godmode/alerts/alert_list.list.php:115 -#: ../../godmode/alerts/alert_list.list.php:121 -#: ../../godmode/alerts/alert_list.list.php:130 -#: ../../godmode/alerts/alert_list.list.php:135 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/setup/gis_step_2.php:154 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_edit_modules.php:252 -#: ../../godmode/massive/massive_edit_modules.php:280 -#: ../../godmode/massive/massive_edit_modules.php:320 -#: ../../godmode/modules/manage_network_components.php:490 -#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../enterprise/godmode/setup/setup_acl.php:391 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../enterprise/meta/advanced/policymanager.queue.php:214 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +#: ../../enterprise/meta/advanced/policymanager.queue.php:298 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:531 +#: ../../enterprise/meta/include/functions_wizard_meta.php:251 +#: ../../enterprise/meta/include/functions_agents_meta.php:1053 +#: ../../enterprise/meta/include/functions_html_meta.php:51 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 +#: ../../enterprise/meta/include/functions_users_meta.php:79 +#: ../../enterprise/meta/include/functions_users_meta.php:89 +#: ../../enterprise/include/functions_metaconsole.php:610 +#: ../../enterprise/include/functions_metaconsole.php:611 +#: ../../enterprise/include/functions_metaconsole.php:1215 +#: ../../enterprise/dashboard/widgets/events_list.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:65 +#: ../../godmode/reporting/reporting_builder.item_editor.php:891 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1040 +#: ../../godmode/reporting/visual_console_builder.wizard.php:222 +#: ../../godmode/reporting/visual_console_builder.wizard.php:227 #: ../../godmode/reporting/reporting_builder.list_items.php:162 #: ../../godmode/reporting/reporting_builder.list_items.php:164 #: ../../godmode/reporting/reporting_builder.list_items.php:166 #: ../../godmode/reporting/reporting_builder.list_items.php:188 #: ../../godmode/reporting/reporting_builder.list_items.php:191 #: ../../godmode/reporting/reporting_builder.list_items.php:194 -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -#: ../../godmode/reporting/visual_console_builder.wizard.php:206 -#: ../../godmode/reporting/visual_console_builder.wizard.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:946 +#: ../../godmode/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_edit_modules.php:253 +#: ../../godmode/massive/massive_edit_modules.php:281 +#: ../../godmode/massive/massive_edit_modules.php:303 +#: ../../godmode/massive/massive_edit_modules.php:334 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_delete_modules.php:409 +#: ../../godmode/massive/massive_delete_modules.php:437 +#: ../../godmode/massive/massive_delete_modules.php:460 +#: ../../godmode/massive/massive_delete_modules.php:474 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/alerts/alert_templates.php:255 +#: ../../godmode/alerts/alert_list.php:292 +#: ../../godmode/alerts/alert_list.php:346 +#: ../../godmode/alerts/alert_list.php:359 +#: ../../godmode/alerts/alert_list.list.php:122 +#: ../../godmode/alerts/alert_list.list.php:128 +#: ../../godmode/alerts/alert_list.list.php:137 +#: ../../godmode/alerts/alert_list.list.php:142 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_components.php:515 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:235 +#: ../../godmode/events/event_edit_filter.php:239 +#: ../../godmode/events/event_edit_filter.php:380 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 ../../include/functions.php:904 +#: ../../include/functions.php:1127 ../../include/functions_events.php:3109 +#: ../../include/functions_events.php:3622 +#: ../../include/functions_modules.php:2475 +#: ../../include/functions_modules.php:2476 +#: ../../include/functions_reporting.php:1524 +#: ../../include/functions_graph.php:2761 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 +#: ../../mobile/operation/modules.php:38 +#: ../../mobile/operation/modules.php:225 +#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37 +#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/agents.php:32 +#: ../../mobile/operation/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../mobile/operation/events.php:624 ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 msgid "All" msgstr "All" -#: ../../enterprise/dashboard/widgets/events_list.php:54 -#: ../../enterprise/meta/include/functions_events_meta.php:85 -#: ../../enterprise/include/functions_reporting.php:1294 -#: ../../enterprise/include/functions_reporting.php:1785 -#: ../../enterprise/include/functions_reporting_pdf.php:1175 -#: ../../enterprise/include/functions_reporting_pdf.php:1324 -#: ../../enterprise/include/functions_reporting_pdf.php:1459 -#: ../../enterprise/include/functions_reporting_pdf.php:1848 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 -#: ../../mobile/operation/events.php:368 ../../mobile/operation/events.php:369 -#: ../../mobile/operation/events.php:484 ../../mobile/operation/events.php:627 -#: ../../mobile/operation/events.php:628 -#: ../../include/functions_reporting.php:4734 -#: ../../include/functions_reporting_html.php:485 -#: ../../include/functions_reporting_html.php:615 -#: ../../include/functions_reporting_html.php:1097 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:883 -#: ../../include/functions_events.php:2382 -#: ../../operation/events/events.build_table.php:117 -#: ../../operation/events/events_list.php:549 -#: ../../operation/snmpconsole/snmp_view.php:389 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/custom_events.php:98 -#: ../../godmode/events/custom_events.php:162 -#: ../../godmode/events/event_edit_filter.php:226 -msgid "Severity" -msgstr "Severity" - -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -#: ../../enterprise/include/functions_reporting_pdf.php:2288 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/godmode/modules/configure_local_component.php:354 -#: ../../mobile/operation/events.php:509 -#: ../../include/functions_treeview.php:164 -#: ../../include/functions_reporting_html.php:1523 -#: ../../include/functions_events.php:45 -#: ../../include/functions_events.php:2441 -#: ../../operation/events/events.build_table.php:129 -#: ../../operation/users/user_edit.php:421 -#: ../../operation/agentes/group_view.php:146 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:461 -#: ../../operation/agentes/status_monitor.php:464 ../../operation/tree.php:49 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/users/configure_user.php:618 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:531 -#: ../../godmode/modules/manage_network_components_form_common.php:184 -#: ../../godmode/tag/edit_tag.php:58 ../../godmode/tag/tag.php:106 -#: ../../general/firts_task/tags.php:25 -msgid "Tags" -msgstr "Tags" - -#: ../../enterprise/dashboard/widgets/events_list.php:183 -#: ../../enterprise/meta/monitoring/group_view.php:142 -#: ../../enterprise/meta/monitoring/group_view.php:145 -#: ../../enterprise/meta/monitoring/tactical.php:262 -#: ../../enterprise/extensions/cron/functions.php:190 -#: ../../enterprise/include/functions_reporting.php:1131 -#: ../../enterprise/include/functions_reporting.php:1220 -#: ../../enterprise/include/functions_reporting.php:1594 -#: ../../enterprise/include/functions_reporting.php:1750 -#: ../../enterprise/include/functions_reporting.php:2262 -#: ../../enterprise/include/functions_reporting.php:3073 -#: ../../enterprise/include/functions_reporting.php:3404 -#: ../../enterprise/include/functions_reporting_csv.php:614 -#: ../../enterprise/include/functions_reporting_pdf.php:323 -#: ../../enterprise/include/functions_reporting_pdf.php:661 -#: ../../enterprise/include/functions_reporting_pdf.php:679 -#: ../../enterprise/include/functions_reporting_pdf.php:1615 -#: ../../enterprise/include/functions_reporting_pdf.php:1676 -#: ../../enterprise/include/functions_reporting_pdf.php:1769 -#: ../../enterprise/include/functions_reporting_pdf.php:1979 -#: ../../enterprise/include/functions_reporting_pdf.php:2012 -#: ../../enterprise/operation/services/services.service.php:184 -#: ../../enterprise/operation/services/services.list.php:150 -#: ../../enterprise/operation/services/services.list.php:392 -#: ../../enterprise/operation/services/services.service_map.php:118 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:585 -#: ../../mobile/operation/groups.php:106 ../../mobile/operation/groups.php:108 -#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_graph.php:749 -#: ../../include/functions_graph.php:1817 -#: ../../include/functions_graph.php:3546 -#: ../../include/functions_filemanager.php:697 -#: ../../include/functions_groups.php:773 -#: ../../include/functions_groups.php:775 -#: ../../include/functions_groups.php:777 -#: ../../include/functions_groups.php:778 -#: ../../include/functions_groups.php:779 ../../include/functions_ui.php:450 -#: ../../include/functions_ui.php:451 ../../include/functions_reports.php:426 -#: ../../include/functions_reporting.php:3023 -#: ../../include/functions_reporting.php:3227 -#: ../../include/functions_reporting.php:3861 -#: ../../include/functions_reporting.php:3862 -#: ../../include/functions_reporting.php:3863 -#: ../../include/functions_reporting.php:3864 -#: ../../include/functions_reporting.php:3865 -#: ../../include/functions_reporting.php:3866 ../../include/functions.php:1004 -#: ../../include/functions_visual_map.php:1134 -#: ../../include/functions_visual_map.php:1148 -#: ../../include/functions_visual_map.php:1161 -#: ../../include/functions_visual_map.php:1174 -#: ../../include/functions_reporting_html.php:344 -#: ../../include/functions_reporting_html.php:1009 -#: ../../include/functions_reporting_html.php:1030 -#: ../../include/functions_reporting_html.php:1446 -#: ../../include/functions_reporting_html.php:1608 -#: ../../include/functions_events.php:1398 -#: ../../include/functions_events.php:2739 ../../include/ajax/module.php:775 -#: ../../include/graphs/functions_flot.php:395 -#: ../../operation/agentes/estado_monitores.php:428 -#: ../../operation/agentes/group_view.php:148 -#: ../../operation/agentes/group_view.php:150 -#: ../../operation/agentes/estado_agente.php:185 -#: ../../operation/agentes/tactical.php:152 -#: ../../operation/agentes/status_monitor.php:421 ../../operation/tree.php:134 -#: ../../operation/tree.php:159 ../../operation/tree.php:293 -#: ../../godmode/alerts/alert_list.builder.php:206 -#: ../../godmode/massive/massive_delete_agents.php:116 -#: ../../godmode/massive/massive_delete_modules.php:456 -#: ../../godmode/massive/massive_copy_modules.php:80 -#: ../../godmode/massive/massive_copy_modules.php:193 -#: ../../godmode/massive/massive_edit_agents.php:217 -#: ../../godmode/massive/massive_edit_modules.php:316 -msgid "Unknown" -msgstr "Unknown" - -#: ../../enterprise/dashboard/widgets/maps_status.php:24 -msgid "Maps status" -msgstr "Maps status" - -#: ../../enterprise/dashboard/widgets/maps_status.php:26 -msgid "General and quick visual maps report" -msgstr "General and quick visual maps report" - -#: ../../enterprise/dashboard/widgets/maps_status.php:28 -#: ../../operation/search_results.php:123 -msgid "Maps" -msgstr "Maps" - -#: ../../enterprise/dashboard/widgets/maps_status.php:73 -#: ../../enterprise/extensions/backup/main.php:114 -#: ../../enterprise/include/functions_reporting.php:1225 -#: ../../enterprise/include/functions_reporting.php:2254 -#: ../../enterprise/include/functions_reporting.php:3067 -#: ../../enterprise/include/functions_reporting.php:3409 -#: ../../enterprise/include/functions_reporting_csv.php:618 -#: ../../enterprise/include/functions_services.php:1700 -#: ../../enterprise/include/functions_reporting_pdf.php:1621 -#: ../../enterprise/include/functions_reporting_pdf.php:1774 -#: ../../enterprise/include/functions_reporting_pdf.php:1973 -#: ../../enterprise/include/functions_reporting_pdf.php:2021 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 -#: ../../include/functions_db.php:1097 -#: ../../include/functions_reporting_html.php:350 -#: ../../include/functions_reporting_html.php:1453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1184 -msgid "OK" -msgstr "OK" - -#: ../../enterprise/dashboard/widgets/maps_status.php:76 -#: ../../godmode/massive/massive_edit_agents.php:387 -msgid "Bad" -msgstr "Bad" - -#: ../../enterprise/dashboard/widgets/top_n.php:31 -#: ../../include/functions_reporting.php:810 -msgid "Top N" -msgstr "Top N" - -#: ../../enterprise/dashboard/widgets/top_n.php:34 -msgid "Show a top n of agents modules." -msgstr "Show a top n of agents modules." - -#: ../../enterprise/dashboard/widgets/top_n.php:64 -#: ../../enterprise/godmode/agentes/inventory_manager.php:176 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 -#: ../../include/functions.php:1985 ../../include/functions.php:2544 -#: ../../include/functions_netflow.php:1049 -#: ../../include/functions_netflow.php:1082 ../../include/ajax/module.php:119 -#: ../../operation/gis_maps/render_view.php:130 -#: ../../godmode/setup/performance.php:85 -msgid "1 hour" -msgstr "1 hour" - -#: ../../enterprise/dashboard/widgets/top_n.php:65 -#: ../../enterprise/godmode/agentes/inventory_manager.php:177 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 -#: ../../include/functions_netflow.php:1050 -#: ../../include/functions_netflow.php:1083 -#: ../../operation/gis_maps/render_view.php:131 -msgid "2 hours" -msgstr "2 hours" - -#: ../../enterprise/dashboard/widgets/top_n.php:66 -#: ../../include/functions_netflow.php:1051 -#: ../../include/functions_netflow.php:1084 -msgid "5 hours" -msgstr "5 hours" - -#: ../../enterprise/dashboard/widgets/top_n.php:67 -#: ../../enterprise/godmode/agentes/inventory_manager.php:179 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:121 -#: ../../godmode/setup/performance.php:86 -msgid "12 hours" -msgstr "12 hours" - -#: ../../enterprise/dashboard/widgets/top_n.php:68 -#: ../../enterprise/godmode/agentes/inventory_manager.php:180 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 -#: ../../include/functions.php:1988 ../../include/functions_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 ../../include/ajax/module.php:122 -msgid "1 day" -msgstr "1 day" - -#: ../../enterprise/dashboard/widgets/top_n.php:70 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1517 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1126 -msgid "Quantity (n)" -msgstr "Quantity (n)" - -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1500 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -#: ../../godmode/netflow/nf_item_list.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1109 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -msgid "Order" -msgstr "Order" - -#: ../../enterprise/dashboard/widgets/top_n.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:186 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1503 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:47 -#: ../../godmode/reporting/reporting_builder.item_editor.php:47 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1112 -msgid "Ascending" -msgstr "Ascending" - -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1506 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1115 -msgid "Descending" -msgstr "Descending" - -#: ../../enterprise/dashboard/widgets/top_n.php:76 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1118 -msgid "By agent name" -msgstr "By agent name" - -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1523 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1136 -msgid "Display" -msgstr "Display" - -#: ../../enterprise/dashboard/widgets/top_n.php:80 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../enterprise/godmode/modules/configure_local_component.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -#: ../../include/functions_alerts.php:550 -#: ../../include/functions_graph.php:3855 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2301 -#: ../../godmode/alerts/configure_alert_template.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:240 -#: ../../godmode/agentes/module_manager_editor_common.php:260 -#: ../../godmode/massive/massive_edit_modules.php:358 -#: ../../godmode/massive/massive_edit_modules.php:404 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../godmode/modules/manage_network_components_form_common.php:110 -#: ../../godmode/modules/manage_network_components_form_common.php:123 -msgid "Max." -msgstr "Max." - -#: ../../enterprise/dashboard/widgets/top_n.php:81 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 -#: ../../enterprise/godmode/modules/configure_local_component.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:234 -#: ../../include/functions_alerts.php:551 -#: ../../include/functions_graph.php:3855 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2300 -#: ../../godmode/alerts/configure_alert_template.php:612 -#: ../../godmode/massive/massive_edit_modules.php:349 -#: ../../godmode/massive/massive_edit_modules.php:395 -#: ../../godmode/massive/massive_edit_modules.php:483 -#: ../../godmode/modules/manage_network_components_form_common.php:107 -#: ../../godmode/modules/manage_network_components_form_common.php:120 -msgid "Min." -msgstr "Min." - -#: ../../enterprise/dashboard/widgets/top_n.php:82 -#: ../../include/functions_graph.php:3855 -msgid "Avg." -msgstr "Avg." - -#: ../../enterprise/dashboard/widgets/top_n.php:85 -#: ../../godmode/reporting/map_builder.php:209 -msgid "Items" -msgstr "Items" - -#: ../../enterprise/dashboard/widgets/top_n.php:111 -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." - -#: ../../enterprise/dashboard/widgets/top_n.php:117 -#: ../../enterprise/dashboard/widgets/top_n.php:300 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 -msgid "avg" -msgstr "avg" - -#: ../../enterprise/dashboard/widgets/top_n.php:118 -#: ../../enterprise/dashboard/widgets/top_n.php:301 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1539 -msgid "max" -msgstr "max" - -#: ../../enterprise/dashboard/widgets/top_n.php:119 -#: ../../enterprise/dashboard/widgets/top_n.php:302 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1540 -msgid "min" -msgstr "min" - -#: ../../enterprise/dashboard/widgets/top_n.php:120 -#: ../../enterprise/dashboard/widgets/top_n.php:303 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1541 -msgid "sum" -msgstr "sum" - -#: ../../enterprise/dashboard/widgets/top_n.php:131 -#: ../../enterprise/dashboard/widgets/top_n.php:340 -#: ../../enterprise/meta/advanced/policymanager.queue.php:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1987 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:123 -#: ../../include/functions_menu.php:564 -#: ../../include/functions_reporting_html.php:938 -#: ../../include/functions_reporting_html.php:1762 -#: ../../godmode/extensions.php:153 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1560 -msgid "Operation" -msgstr "Operation" - -#: ../../enterprise/dashboard/widgets/top_n.php:132 -#: ../../enterprise/extensions/ipam/ipam_list.php:68 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../enterprise/operation/agentes/policy_view.php:196 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:130 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1833 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1980 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1988 -#: ../../enterprise/godmode/policies/policy_modules.php:1021 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../mobile/operation/tactical.php:261 -#: ../../extensions/agents_alerts.php:279 -#: ../../include/functions_ui_renders.php:97 ../../include/functions.php:2263 -#: ../../include/functions_reporting_html.php:2757 -#: ../../operation/extensions.php:49 -#: ../../operation/integria_incidents/incident.list.php:102 -#: ../../operation/events/events.build_table.php:159 -#: ../../operation/snmpconsole/snmp_view.php:529 -#: ../../operation/snmpconsole/snmp_view.php:827 -#: ../../operation/agentes/networkmap_list.php:261 -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:462 -#: ../../operation/agentes/alerts_status.php:495 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/search_alerts.php:48 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/users/configure_user.php:619 -#: ../../godmode/snmpconsole/snmp_alert.php:1066 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/alerts/alert_list.list.php:585 -#: ../../godmode/alerts/alert_view.php:417 -#: ../../godmode/agentes/planned_downtime.editor.php:808 -#: ../../godmode/agentes/module_manager.php:527 -#: ../../godmode/agentes/agent_template.php:226 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/massive/massive_standby_alerts.php:163 -#: ../../godmode/massive/massive_add_action_alerts.php:155 -#: ../../godmode/massive/massive_operations.php:263 -#: ../../godmode/massive/massive_delete_action_alerts.php:164 -#: ../../godmode/massive/massive_enable_disable_alerts.php:163 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_network_components.php:545 -#: ../../godmode/modules/manage_network_templates.php:183 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1359 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1553 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1562 -#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 -msgid "Action" -msgstr "Action" - -#: ../../enterprise/dashboard/widgets/top_n.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1959 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:927 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1491 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1526 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1687 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1715 -msgid "Select an Agent first" -msgstr "Select an Agent first" - -#: ../../enterprise/dashboard/widgets/top_n.php:275 -msgid "Selection module one by one" -msgstr "Selection module one by one" - -#: ../../enterprise/dashboard/widgets/top_n.php:286 -msgid "Selection several modules" -msgstr "Selection several modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:314 -msgid "Regex for to filter modules" -msgstr "Regex for to filter modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:323 -msgid "Filter modules" -msgstr "Filter modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:335 -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/monitoring/group_view.php:96 -#: ../../enterprise/meta/monitoring/group_view.php:133 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../enterprise/include/functions_policies.php:3206 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:683 -#: ../../enterprise/operation/services/services.service_map.php:129 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:156 -#: ../../enterprise/godmode/policies/policies.php:339 -#: ../../enterprise/godmode/policies/policy_modules.php:324 -#: ../../mobile/operation/agent.php:181 ../../mobile/operation/modules.php:186 -#: ../../mobile/operation/home.php:66 ../../mobile/operation/agents.php:79 -#: ../../mobile/operation/agents.php:290 ../../mobile/operation/agents.php:291 -#: ../../extensions/agents_modules.php:194 -#: ../../include/functions_reports.php:555 -#: ../../include/functions_reports.php:557 -#: ../../include/functions_reports.php:559 -#: ../../include/functions_reports.php:561 -#: ../../include/functions_reports.php:563 -#: ../../include/functions_reports.php:565 -#: ../../include/functions_reports.php:567 -#: ../../include/functions_reporting_html.php:784 -#: ../../include/functions_reporting_html.php:2406 -#: ../../include/ajax/networkmap.ajax.php:71 -#: ../../operation/search_agents.php:63 -#: ../../operation/agentes/exportdata.php:266 -#: ../../operation/agentes/group_view.php:104 -#: ../../operation/agentes/group_view.php:141 -#: ../../operation/agentes/estado_agente.php:472 -#: ../../operation/agentes/graphs.php:124 ../../operation/tree.php:73 -#: ../../operation/search_results.php:133 -#: ../../godmode/agentes/modificar_agente.php:500 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 -#: ../../godmode/agentes/planned_downtime.editor.php:726 -#: ../../godmode/agentes/planned_downtime.editor.php:799 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../godmode/agentes/configurar_agente.php:277 -#: ../../godmode/agentes/configurar_agente.php:508 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:312 -#: ../../godmode/servers/servers.build_table.php:67 -#: ../../godmode/db/db_refine.php:95 -#: ../../godmode/massive/massive_delete_modules.php:467 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:294 -#: ../../godmode/reporting/reporting_builder.list_items.php:163 -#: ../../godmode/reporting/reporting_builder.list_items.php:189 -#: ../../godmode/reporting/graph_builder.graph_editor.php:144 -#: ../../godmode/reporting/visual_console_builder.wizard.php:251 -#: ../../godmode/reporting/reporting_builder.item_editor.php:952 -msgid "Modules" -msgstr "Modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:349 -#: ../../godmode/modules/manage_network_templates_form.php:224 -msgid "Add modules" -msgstr "Add modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:440 -msgid "Successful added modules" -msgstr "Successful added modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:444 -msgid "Unsuccessful added modules" -msgstr "Unsuccessful added modules" - -#: ../../enterprise/dashboard/widgets/top_n.php:466 -#: ../../enterprise/include/functions_reporting_pdf.php:794 -#: ../../enterprise/include/functions_reporting_pdf.php:1583 -#: ../../enterprise/include/functions_reporting_pdf.php:1931 -#: ../../include/functions_reporting.php:867 -#: ../../include/functions_reporting.php:1692 -#: ../../include/functions_reporting_html.php:1699 -#: ../../include/functions_reporting_html.php:1824 -msgid "There are no Agent/Modules defined" -msgstr "There are no Agent/Modules defined" - -#: ../../enterprise/dashboard/widgets/top_n.php:472 -#: ../../enterprise/meta/include/functions_wizard_meta.php:838 -#: ../../enterprise/meta/include/functions_wizard_meta.php:847 -#: ../../enterprise/meta/include/functions_wizard_meta.php:924 -#: ../../enterprise/meta/include/functions_wizard_meta.php:933 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1125 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1134 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1341 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1350 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1422 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1431 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1538 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1547 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1526 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1352 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983 -#: ../../include/functions_reporting.php:818 -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:727 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1139 -msgid "Max" -msgstr "Max." - -#: ../../enterprise/dashboard/widgets/top_n.php:475 -#: ../../enterprise/meta/include/functions_wizard_meta.php:836 -#: ../../enterprise/meta/include/functions_wizard_meta.php:845 -#: ../../enterprise/meta/include/functions_wizard_meta.php:922 -#: ../../enterprise/meta/include/functions_wizard_meta.php:931 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1123 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1132 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1339 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1348 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1420 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1429 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1536 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1545 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1245 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1528 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1354 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983 -#: ../../include/functions_reporting.php:821 -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:729 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1141 -msgid "Min" -msgstr "Min." - -#: ../../enterprise/dashboard/widgets/top_n.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1530 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1356 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 -#: ../../include/functions_reporting.php:826 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1143 -msgid "Avg" -msgstr "Avg." - -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:920 -msgid "Insuficient data" -msgstr "Insufficient data" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." -msgstr "Top N Events by module." - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." -msgstr "Top N events by module." - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "Alerts Fired" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -msgstr "Alerts Fired report" - -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/index.php:469 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/general/logon_ok.php:15 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -#: ../../operation/agentes/ver_agente.php:811 -#: ../../operation/netflow/nf_live_view.php:131 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_item_list.php:57 -#: ../../godmode/netflow/nf_edit.php:47 -msgid "Main" -msgstr "Main" - -#: ../../enterprise/meta/agentsearch.php:28 -#: ../../enterprise/meta/agentsearch.php:32 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 -#: ../../operation/events/events_list.php:403 -#: ../../godmode/events/event_edit_filter.php:240 -msgid "Agent search" -msgstr "Agent search" - -#: ../../enterprise/meta/agentsearch.php:68 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 -#: ../../enterprise/meta/general/main_header.php:466 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 -#: ../../enterprise/extensions/translate_string.php:265 -#: ../../enterprise/operation/log/log_viewer.php:165 -#: ../../enterprise/operation/log/log_viewer.php:230 -#: ../../enterprise/operation/services/services.list.php:141 -#: ../../enterprise/operation/services/services.list.php:180 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/inventory/inventory.php:177 -#: ../../enterprise/operation/inventory/inventory.php:217 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/agentes/collections.php:173 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:452 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../enterprise/godmode/policies/policy_agents.php:337 -#: ../../enterprise/godmode/policies/policy_agents.php:342 -#: ../../include/functions_snmp_browser.php:556 -#: ../../operation/integria_incidents/incident.list.php:76 -#: ../../operation/agentes/estado_agente.php:176 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/status_monitor.php:456 -#: ../../operation/incidents/incident.php:289 -#: ../../operation/search_results.php:160 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../godmode/alerts/alert_templates.php:256 -#: ../../godmode/alerts/alert_templates.php:260 -#: ../../godmode/agentes/modificar_agente.php:159 -#: ../../godmode/agentes/modificar_agente.php:163 -#: ../../godmode/agentes/planned_downtime.list.php:139 -#: ../../godmode/agentes/module_manager.php:37 -#: ../../godmode/modules/manage_network_components.php:499 -#: ../../godmode/reporting/reporting_builder.php:440 -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -msgid "Search" -msgstr "Search" - -#: ../../enterprise/meta/agentsearch.php:71 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 -#: ../../enterprise/meta/advanced/policymanager.queue.php:244 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 -#: ../../enterprise/godmode/alerts/alert_events_list.php:382 -#: ../../enterprise/godmode/modules/local_components.php:445 -#: ../../operation/events/events_list.php:627 -#: ../../operation/agentes/alerts_status.php:384 -#: ../../operation/agentes/status_monitor.php:525 ../../operation/tree.php:184 -#: ../../godmode/users/user_list.php:243 -#: ../../godmode/alerts/alert_templates.php:268 -#: ../../godmode/modules/manage_network_components.php:507 -#: ../../godmode/reporting/reporting_builder.list_items.php:205 -#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 -msgid "Show Options" -msgstr "Show Options" - -#: ../../enterprise/meta/agentsearch.php:79 -msgid "Search results for" -msgstr "Search results for" - -#: ../../enterprise/meta/agentsearch.php:91 -#: ../../enterprise/meta/include/functions_wizard_meta.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1620 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 -#: ../../enterprise/meta/advanced/policymanager.queue.php:255 -#: ../../enterprise/extensions/csv_import/main.php:75 -#: ../../enterprise/include/functions_reporting.php:1895 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1332 -#: ../../operation/events/events.build_table.php:45 -#: ../../operation/events/events_list.php:441 -#: ../../operation/servers/recon_view.php:173 -#: ../../godmode/agentes/agent_manager.php:267 -#: ../../godmode/agentes/module_manager.php:513 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 -msgid "Server" -msgstr "Server" - -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/godmode/modules/local_components.php:434 -#: ../../enterprise/godmode/modules/local_components.php:448 -#: ../../enterprise/godmode/modules/local_components.php:470 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -#: ../../enterprise/godmode/modules/configure_local_component.php:160 -#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:279 -#: ../../include/functions_reporting_html.php:1484 -#: ../../include/functions_events.php:2028 -#: ../../operation/search_agents.php:45 ../../operation/search_agents.php:53 -#: ../../operation/gis_maps/ajax.php:276 -#: ../../operation/agentes/estado_agente.php:457 -#: ../../operation/agentes/estado_generalagente.php:128 -#: ../../operation/tree.php:55 ../../operation/tree.php:94 -#: ../../godmode/agentes/agent_manager.php:255 -#: ../../godmode/agentes/modificar_agente.php:426 -#: ../../godmode/agentes/planned_downtime.editor.php:724 -#: ../../godmode/servers/manage_recontask_form.php:286 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_agents.php:287 -msgid "OS" -msgstr "OS" - -#: ../../enterprise/meta/agentsearch.php:94 -#: ../../enterprise/meta/include/functions_wizard_meta.php:776 -#: ../../enterprise/meta/include/functions_wizard_meta.php:894 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1058 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1570 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/extensions/ipam/ipam_list.php:63 -#: ../../enterprise/include/functions_reporting_pdf.php:2285 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:215 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../mobile/operation/modules.php:470 -#: ../../mobile/operation/modules.php:473 -#: ../../mobile/operation/modules.php:474 -#: ../../mobile/operation/modules.php:646 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:422 -#: ../../include/functions_reporting_html.php:1520 -#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 -#: ../../operation/search_agents.php:56 -#: ../../operation/agentes/estado_agente.php:462 -#: ../../operation/agentes/estado_generalagente.php:201 -#: ../../operation/agentes/status_monitor.php:941 -#: ../../operation/servers/recon_view.php:92 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../godmode/agentes/agent_manager.php:249 -#: ../../godmode/agentes/module_manager_editor_common.php:332 -#: ../../godmode/agentes/module_manager_editor_common.php:358 -#: ../../godmode/agentes/module_manager.php:519 -#: ../../godmode/servers/manage_recontask_form.php:247 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_agents.php:283 -#: ../../godmode/massive/massive_edit_modules.php:441 -#: ../../godmode/modules/manage_network_components_form_common.php:102 -msgid "Interval" -msgstr "Interval" - -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/include/functions_policies.php:3224 -#: ../../enterprise/include/functions_reporting_pdf.php:706 -#: ../../enterprise/godmode/services/services.service.php:312 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -#: ../../enterprise/godmode/policies/policies.php:343 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/agent.php:189 ../../mobile/operation/home.php:54 -#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 -#: ../../mobile/operation/agents.php:287 -#: ../../extensions/agents_alerts.php:252 -#: ../../include/functions_graph.php:732 -#: ../../include/functions_graph.php:3529 -#: ../../include/functions_graph.php:4198 -#: ../../include/functions_treeview.php:280 -#: ../../include/functions_reports.php:601 -#: ../../include/functions_reports.php:603 -#: ../../include/functions_reports.php:606 -#: ../../include/functions_reporting_html.php:1059 -#: ../../include/functions_reporting_html.php:2415 -#: ../../operation/search_agents.php:65 -#: ../../operation/agentes/ver_agente.php:823 -#: ../../operation/agentes/ver_agente.php:1016 -#: ../../operation/agentes/estado_agente.php:478 -#: ../../operation/search_results.php:93 ../../godmode/menu.php:132 -#: ../../godmode/alerts/alert_commands.php:242 -#: ../../godmode/alerts/configure_alert_special_days.php:52 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/alert_special_days.php:43 -#: ../../godmode/alerts/configure_alert_template.php:62 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -#: ../../godmode/agentes/modificar_agente.php:504 -#: ../../godmode/agentes/configurar_agente.php:287 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/massive/massive_copy_modules.php:153 -msgid "Alerts" -msgstr "Alerts" - -#: ../../enterprise/meta/agentsearch.php:99 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../enterprise/operation/agentes/policy_view.php:309 -#: ../../enterprise/operation/agentes/ver_agente.php:75 -#: ../../mobile/operation/agent.php:138 ../../mobile/operation/agents.php:85 -#: ../../mobile/operation/agents.php:300 ../../mobile/operation/agents.php:302 -#: ../../mobile/operation/agents.php:304 ../../mobile/operation/agents.php:305 -#: ../../include/functions_treeview.php:443 -#: ../../include/functions_events.php:2033 ../../include/ajax/module.php:716 -#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219 -#: ../../operation/gis_maps/ajax.php:321 -#: ../../operation/agentes/ver_agente.php:548 -#: ../../operation/agentes/estado_agente.php:481 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/search_users.php:47 ../../godmode/users/user_list.php:272 -#: ../../godmode/agentes/planned_downtime.editor.php:725 -msgid "Last contact" -msgstr "Last contact" - -#: ../../enterprise/meta/agentsearch.php:191 -msgid "There are no agents included in this group" -msgstr "There are no agents included in this group" - -#: ../../enterprise/meta/index.php:239 ../../mobile/include/user.class.php:172 -#: ../../index.php:233 ../../include/ajax/double_auth.ajax.php:489 -msgid "Invalid code" -msgstr "Invalid code" - -#: ../../enterprise/meta/index.php:250 ../../index.php:244 -msgid "The code shouldn't be empty" -msgstr "The code shouldn't be empty" - -#: ../../enterprise/meta/index.php:262 ../../index.php:256 -msgid "Expired login" -msgstr "Expired login" - -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:264 ../../index.php:270 -msgid "Login error" -msgstr "Login error" - -#: ../../enterprise/meta/index.php:499 ../../enterprise/meta/index.php:510 -#: ../../index.php:668 -msgid "Sorry! I can't find the page!" -msgstr "Sorry! I can't find the page!" - -#: ../../enterprise/meta/include/functions_agents_meta.php:970 -#: ../../enterprise/meta/include/functions_agents_meta.php:981 -msgid "Agents movement" -msgstr "Agents movement" - -#: ../../enterprise/meta/include/functions_agents_meta.php:975 -#: ../../enterprise/meta/include/functions_agents_meta.php:984 -msgid "Group management" -msgstr "Group management" - -#: ../../enterprise/meta/include/functions_groups_meta.php:77 -#, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "(Error Duplicate ID (%d) ) " - -#: ../../enterprise/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "Different parent" - -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "Different name" - -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:489 -#: ../../enterprise/meta/advanced/synchronizing.user.php:569 -#: ../../enterprise/meta/advanced/policymanager.sync.php:238 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#, php-format -msgid "Error connecting to %s" -msgstr "Error connecting to %s" - -#: ../../enterprise/meta/include/functions_meta.php:128 -msgid "No admin user" -msgstr "No admin user" - -#: ../../enterprise/meta/include/functions_meta.php:144 -#: ../../include/functions_config.php:212 -msgid "Activate Metaconsole" -msgstr "Activate Metaconsole" - -#: ../../enterprise/meta/include/functions_meta.php:154 -#: ../../enterprise/meta/advanced/metasetup.setup.php:91 -#: ../../include/functions_config.php:134 -#: ../../godmode/setup/setup_general.php:51 -msgid "Language code for Pandora" -msgstr "Pandora FMS Language settings" - -#: ../../enterprise/meta/include/functions_meta.php:164 -#: ../../enterprise/meta/advanced/metasetup.setup.php:97 -#: ../../include/functions_config.php:138 -#: ../../godmode/setup/setup_general.php:61 -msgid "Auto login (hash) password" -msgstr "Auto login (hash) password" - -#: ../../enterprise/meta/include/functions_meta.php:174 -#: ../../enterprise/meta/advanced/metasetup.setup.php:101 -#: ../../include/functions_config.php:141 -#: ../../godmode/setup/setup_general.php:64 -msgid "Time source" -msgstr "Time source" - -#: ../../enterprise/meta/include/functions_meta.php:184 -#: ../../enterprise/meta/advanced/metasetup.setup.php:108 -#: ../../include/functions_config.php:145 -#: ../../godmode/setup/setup_general.php:73 -msgid "Enforce https" -msgstr "Enforce https" - -#: ../../enterprise/meta/include/functions_meta.php:194 -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../include/functions_config.php:147 -#: ../../godmode/setup/setup_general.php:77 -msgid "Attachment store" -msgstr "Attachment directory" - -#: ../../enterprise/meta/include/functions_meta.php:204 -#: ../../enterprise/meta/advanced/metasetup.setup.php:149 -#: ../../include/functions_config.php:167 -#: ../../godmode/setup/setup_general.php:202 -msgid "Timezone setup" -msgstr "Timezone setup" - -#: ../../enterprise/meta/include/functions_meta.php:214 -#: ../../enterprise/meta/advanced/metasetup.setup.php:155 -#: ../../include/functions_config.php:189 -#: ../../godmode/setup/setup_general.php:228 -msgid "Public URL" -msgstr "Public URL" - -#: ../../enterprise/meta/include/functions_meta.php:224 -msgid "Netflow disable custom live view filters" -msgstr "Netflow disables custom live view filters." - -#: ../../enterprise/meta/include/functions_meta.php:234 -#: ../../enterprise/meta/include/functions_meta.php:244 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 -#: ../../enterprise/meta/advanced/metasetup.setup.php:209 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../include/functions_config.php:151 -#: ../../godmode/setup/setup_general.php:89 -msgid "API password" -msgstr "API password" - -#: ../../enterprise/meta/include/functions_meta.php:255 -#: ../../enterprise/meta/advanced/metasetup.setup.php:213 -#: ../../include/functions_config.php:149 -#: ../../godmode/setup/setup_general.php:80 -msgid "IP list with API access" -msgstr "IP list with API access" - -#: ../../enterprise/meta/include/functions_meta.php:272 -msgid "Customizable section" -msgstr "Customizable section" - -#: ../../enterprise/meta/include/functions_meta.php:282 -#: ../../enterprise/meta/advanced/metasetup.password.php:122 -#: ../../enterprise/godmode/setup/setup.php:289 -#: ../../include/functions_config.php:270 -msgid "Apply password policy to admin users" -msgstr "Apply password policy to admin users" - -#: ../../enterprise/meta/include/functions_meta.php:295 -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../include/functions_config.php:253 -msgid "Enable password policy" -msgstr "Enable password policy" - -#: ../../enterprise/meta/include/functions_meta.php:305 -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/godmode/setup/setup.php:257 -#: ../../include/functions_config.php:256 -msgid "Min. size password" -msgstr "Min. password size" - -#: ../../enterprise/meta/include/functions_meta.php:315 -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/godmode/setup/setup.php:261 -#: ../../include/functions_config.php:266 -msgid "Password must have numbers" -msgstr "The password must include numbers" - -#: ../../enterprise/meta/include/functions_meta.php:325 -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/godmode/setup/setup.php:266 -#: ../../include/functions_config.php:268 -msgid "Password must have symbols" -msgstr "The password must include symbols." - -#: ../../enterprise/meta/include/functions_meta.php:335 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/godmode/setup/setup.php:271 -#: ../../include/functions_config.php:258 -msgid "Password expiration" -msgstr "Password expiration" - -#: ../../enterprise/meta/include/functions_meta.php:345 -#: ../../enterprise/meta/advanced/metasetup.password.php:106 -#: ../../enterprise/godmode/setup/setup.php:275 -#: ../../include/functions_config.php:260 -msgid "Force change password on first login" -msgstr "Force password change on first login" - -#: ../../enterprise/meta/include/functions_meta.php:355 -#: ../../enterprise/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/godmode/setup/setup.php:280 -#: ../../include/functions_config.php:262 -msgid "User blocked if login fails" -msgstr "Block user if login fails" - -#: ../../enterprise/meta/include/functions_meta.php:365 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/godmode/setup/setup.php:284 -#: ../../include/functions_config.php:264 -msgid "Number of failed login attempts" -msgstr "Number of failed login attempts" - -#: ../../enterprise/meta/include/functions_meta.php:375 -#: ../../enterprise/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/godmode/setup/setup.php:294 -#: ../../include/functions_config.php:272 -msgid "Enable password history" -msgstr "Enable password history" - -#: ../../enterprise/meta/include/functions_meta.php:385 -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/godmode/setup/setup.php:299 -#: ../../include/functions_config.php:274 -msgid "Compare previous password" -msgstr "Compare to previous password" - -#: ../../enterprise/meta/include/functions_meta.php:398 -#: ../../include/functions_config.php:280 -#: ../../godmode/setup/setup_auth.php:62 -msgid "Authentication method" -msgstr "Authentication method" - -#: ../../enterprise/meta/include/functions_meta.php:408 -#: ../../include/functions_config.php:318 -#: ../../godmode/setup/setup_auth.php:68 -msgid "Fallback to local authentication" -msgstr "Fallback to local authentication" - -#: ../../enterprise/meta/include/functions_meta.php:418 -#: ../../include/functions_config.php:282 -#: ../../godmode/setup/setup_auth.php:77 -msgid "Autocreate remote users" -msgstr "Autocreate remote users" - -#: ../../enterprise/meta/include/functions_meta.php:428 -#: ../../include/functions_config.php:284 -#: ../../godmode/setup/setup_auth.php:89 -msgid "Autocreate profile" -msgstr "Autocreate profile" - -#: ../../enterprise/meta/include/functions_meta.php:438 -#: ../../include/functions_config.php:286 -#: ../../godmode/setup/setup_auth.php:97 -msgid "Autocreate profile group" -msgstr "Autocreate profile group" - -#: ../../enterprise/meta/include/functions_meta.php:448 -#: ../../include/functions_config.php:288 -#: ../../godmode/setup/setup_auth.php:106 -msgid "Autocreate profile tags" -msgstr "Autocreate profile tags" - -#: ../../enterprise/meta/include/functions_meta.php:458 -#: ../../include/functions_config.php:290 -#: ../../godmode/setup/setup_auth.php:114 -msgid "Autocreate blacklist" -msgstr "Autocreate blacklist" - -#: ../../enterprise/meta/include/functions_meta.php:468 -#: ../../include/functions_config.php:352 -#: ../../operation/users/user_edit.php:349 -#: ../../godmode/setup/setup_auth.php:201 -msgid "Double authentication" -msgstr "Double authentication" - -#: ../../enterprise/meta/include/functions_meta.php:478 -#: ../../include/functions_config.php:354 -msgid "Session timeout" -msgstr "Session timeout" - -#: ../../enterprise/meta/include/functions_meta.php:490 -#: ../../enterprise/godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:293 -msgid "Active directory server" -msgstr "Active directory server" - -#: ../../enterprise/meta/include/functions_meta.php:500 -#: ../../enterprise/godmode/setup/setup_auth.php:100 -#: ../../include/functions_config.php:295 -msgid "Active directory port" -msgstr "Active directory port" - -#: ../../enterprise/meta/include/functions_meta.php:510 -#: ../../enterprise/meta/include/functions_meta.php:582 -#: ../../enterprise/godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:297 -#: ../../include/functions_config.php:312 -#: ../../godmode/setup/setup_auth.php:161 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../enterprise/meta/include/functions_meta.php:520 -#: ../../enterprise/godmode/setup/setup_auth.php:70 -#: ../../include/functions_config.php:299 -msgid "Advance Config AD" -msgstr "Advance Config AD" - -#: ../../enterprise/meta/include/functions_meta.php:530 -#: ../../enterprise/godmode/setup/setup_auth.php:115 -#: ../../include/functions_config.php:301 -msgid "Domain" -msgstr "Domain" - -#: ../../enterprise/meta/include/functions_meta.php:540 -#: ../../enterprise/godmode/setup/setup_auth.php:86 -#: ../../include/functions_config.php:303 -msgid "Advanced Permisions AD" -msgstr "Advanced Permisions AD" - -#: ../../enterprise/meta/include/functions_meta.php:552 -#: ../../include/functions_config.php:306 -#: ../../godmode/setup/setup_auth.php:139 -msgid "LDAP server" -msgstr "LDAP server" - -#: ../../enterprise/meta/include/functions_meta.php:562 -#: ../../include/functions_config.php:308 -#: ../../godmode/setup/setup_auth.php:146 -msgid "LDAP port" -msgstr "LDAP port" - -#: ../../enterprise/meta/include/functions_meta.php:572 -#: ../../include/functions_config.php:310 -#: ../../godmode/setup/setup_auth.php:154 -msgid "LDAP version" -msgstr "LDAP version" - -#: ../../enterprise/meta/include/functions_meta.php:592 -#: ../../include/functions_config.php:314 -#: ../../godmode/setup/setup_auth.php:169 -msgid "Base DN" -msgstr "Base DN" - -#: ../../enterprise/meta/include/functions_meta.php:602 -#: ../../include/functions_config.php:316 -#: ../../godmode/setup/setup_auth.php:176 -msgid "Login attribute" -msgstr "Login attribute" - -#: ../../enterprise/meta/include/functions_meta.php:615 -msgid "Pandora FMS host" -msgstr "Pandora FMS host" - -#: ../../enterprise/meta/include/functions_meta.php:625 -#: ../../enterprise/meta/include/functions_meta.php:678 -#: ../../enterprise/meta/include/functions_meta.php:731 -#: ../../enterprise/godmode/setup/setup_auth.php:145 -#: ../../enterprise/godmode/setup/setup_auth.php:197 -#: ../../enterprise/godmode/setup/setup_auth.php:249 -#: ../../include/functions_config.php:323 -#: ../../include/functions_config.php:334 -#: ../../include/functions_config.php:344 -msgid "MySQL port" -msgstr "MySQL port" - -#: ../../enterprise/meta/include/functions_meta.php:635 -#: ../../enterprise/meta/include/functions_meta.php:688 -#: ../../enterprise/meta/include/functions_meta.php:741 -#: ../../enterprise/godmode/setup/setup_auth.php:152 -#: ../../enterprise/godmode/setup/setup_auth.php:204 -#: ../../enterprise/godmode/setup/setup_auth.php:256 -#: ../../enterprise/godmode/setup/setup_history.php:55 -#: ../../include/functions_config.php:325 -#: ../../include/functions_config.php:336 -#: ../../include/functions_config.php:346 -#: ../../include/functions_config.php:625 -msgid "Database name" -msgstr "Database name" - -#: ../../enterprise/meta/include/functions_meta.php:645 -#: ../../enterprise/meta/include/functions_meta.php:698 -#: ../../enterprise/meta/include/functions_meta.php:751 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_wizard_meta.php:398 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 -#: ../../enterprise/meta/general/login_page.php:69 -#: ../../enterprise/extensions/check_acls.php:42 -#: ../../enterprise/extensions/check_acls.php:120 -#: ../../enterprise/extensions/cron/main.php:185 -#: ../../enterprise/extensions/vmware/main.php:225 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../enterprise/godmode/setup/setup_auth.php:159 -#: ../../enterprise/godmode/setup/setup_auth.php:211 -#: ../../enterprise/godmode/setup/setup_auth.php:263 -#: ../../mobile/include/user.class.php:239 -#: ../../mobile/operation/tactical.php:262 -#: ../../extensions/users_connected.php:77 -#: ../../extensions/api_checker.php:105 ../../extensions/ssh_gateway.php:59 -#: ../../include/functions.php:2262 -#: ../../include/functions_reporting_html.php:2755 -#: ../../include/functions_events.php:36 -#: ../../include/functions_config.php:327 -#: ../../include/functions_config.php:338 -#: ../../include/functions_config.php:348 -#: ../../operation/integria_incidents/incident.tracking.php:22 -#: ../../operation/events/events.build_table.php:79 -#: ../../operation/events/events.build_table.php:474 -#: ../../operation/search_users.php:68 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 ../../general/logon_ok.php:220 -#: ../../general/logon_ok.php:417 ../../general/login_page.php:119 -msgid "User" -msgstr "User" - -#: ../../enterprise/meta/include/functions_meta.php:655 -#: ../../enterprise/meta/include/functions_meta.php:708 -#: ../../enterprise/meta/include/functions_meta.php:761 -#: ../../enterprise/meta/include/functions_wizard_meta.php:402 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 -#: ../../enterprise/meta/general/login_page.php:73 -#: ../../enterprise/extensions/vmware/main.php:230 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/godmode/setup/setup_auth.php:166 -#: ../../enterprise/godmode/setup/setup_auth.php:218 -#: ../../enterprise/godmode/setup/setup_auth.php:270 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../mobile/include/user.class.php:246 -#: ../../extensions/api_checker.php:110 ../../include/functions_config.php:329 -#: ../../include/functions_config.php:340 -#: ../../include/functions_config.php:350 -#: ../../godmode/users/configure_user.php:451 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:265 -#: ../../godmode/agentes/module_manager_editor_wmi.php:53 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 -#: ../../general/login_page.php:124 -msgid "Password" -msgstr "Password" - -#: ../../enterprise/meta/include/functions_meta.php:668 -#: ../../enterprise/godmode/setup/setup_auth.php:190 -#: ../../include/functions_config.php:332 -msgid "Babel Enterprise host" -msgstr "Babel Enterprise host" - -#: ../../enterprise/meta/include/functions_meta.php:721 -#: ../../enterprise/godmode/setup/setup_auth.php:242 -#: ../../include/functions_config.php:342 -msgid "Integria host" -msgstr "Integria host" - -#: ../../enterprise/meta/include/functions_meta.php:774 -#: ../../enterprise/meta/advanced/metasetup.visual.php:81 -#: ../../include/functions_config.php:399 -#: ../../godmode/setup/setup_visuals.php:539 -msgid "Date format string" -msgstr "Date format string" - -#: ../../enterprise/meta/include/functions_meta.php:784 -#: ../../enterprise/meta/advanced/metasetup.visual.php:95 -#: ../../include/functions_config.php:401 -#: ../../godmode/setup/setup_visuals.php:552 -msgid "Timestamp or time comparation" -msgstr "Timestamp or time comparison" - -#: ../../enterprise/meta/include/functions_meta.php:794 -#: ../../enterprise/meta/advanced/metasetup.visual.php:103 -#: ../../include/functions_config.php:403 -#: ../../godmode/setup/setup_visuals.php:296 -msgid "Graph color (min)" -msgstr "Graph colour (min)" - -#: ../../enterprise/meta/include/functions_meta.php:804 -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -#: ../../include/functions_config.php:405 -#: ../../godmode/setup/setup_visuals.php:300 -msgid "Graph color (avg)" -msgstr "Graph colour (avg)" - -#: ../../enterprise/meta/include/functions_meta.php:814 -#: ../../enterprise/meta/advanced/metasetup.visual.php:113 -#: ../../include/functions_config.php:407 -#: ../../godmode/setup/setup_visuals.php:304 -msgid "Graph color (max)" -msgstr "Graph colour (max)" - -#: ../../enterprise/meta/include/functions_meta.php:824 -#: ../../enterprise/meta/advanced/metasetup.visual.php:118 -#: ../../include/functions_config.php:423 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "Graphic resolution (1-low, 5-high)" - -#: ../../enterprise/meta/include/functions_meta.php:834 -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../include/functions_config.php:425 -#: ../../godmode/setup/setup_visuals.php:340 -msgid "Value to interface graphics" -msgstr "Value to interface graphics" - -#: ../../enterprise/meta/include/functions_meta.php:847 -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../include/functions_config.php:432 -#: ../../operation/events/events_list.php:457 -#: ../../operation/users/user_edit.php:250 -#: ../../operation/snmpconsole/snmp_view.php:378 -#: ../../godmode/events/event_edit_filter.php:263 -#: ../../godmode/users/configure_user.php:516 -#: ../../godmode/setup/setup_visuals.php:61 -msgid "Block size for pagination" -msgstr "Block size for pagination" - -#: ../../enterprise/meta/include/functions_meta.php:857 -#: ../../enterprise/meta/advanced/metasetup.visual.php:131 -#: ../../include/functions_config.php:434 -#: ../../godmode/setup/setup_visuals.php:349 -msgid "Use round corners" -msgstr "Use round corners" - -#: ../../enterprise/meta/include/functions_meta.php:867 -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../include/functions_config.php:444 -#: ../../operation/users/user_edit.php:263 -#: ../../godmode/users/configure_user.php:512 -#: ../../godmode/setup/setup_visuals.php:354 -msgid "Interactive charts" -msgstr "Interactive charts" - -#: ../../enterprise/meta/include/functions_meta.php:877 -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "Metaconsole elements" -msgstr "Metaconsole elements" - -#: ../../enterprise/meta/include/functions_meta.php:887 -#: ../../enterprise/meta/advanced/metasetup.visual.php:173 -#: ../../godmode/setup/setup_visuals.php:523 -msgid "Show only the group name" -msgstr "Show only the group's name" - -#: ../../enterprise/meta/include/functions_meta.php:927 -#: ../../enterprise/meta/advanced/metasetup.visual.php:157 -#: ../../include/functions_config.php:565 -#: ../../godmode/setup/setup_visuals.php:611 -msgid "Delete interval" -msgstr "Delete interval" - -#: ../../enterprise/meta/include/functions_meta.php:933 -#: ../../enterprise/meta/include/functions_meta.php:938 -#: ../../enterprise/meta/include/functions_meta.php:943 -#: ../../enterprise/meta/include/functions_meta.php:948 -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../enterprise/meta/include/functions_meta.php:958 -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/meta/advanced/metasetup.visual.php:221 -#: ../../enterprise/meta/advanced/metasetup.visual.php:227 -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../include/functions_config.php:573 -#: ../../include/functions_config.php:576 -#: ../../include/functions_config.php:579 -#: ../../include/functions_config.php:582 -#: ../../include/functions_config.php:585 -#: ../../include/functions_config.php:588 -#: ../../godmode/setup/setup_visuals.php:451 -#: ../../godmode/setup/setup_visuals.php:457 -#: ../../godmode/setup/setup_visuals.php:470 -#: ../../godmode/setup/setup_visuals.php:478 -#: ../../godmode/setup/setup_visuals.php:483 -#: ../../godmode/setup/setup_visuals.php:491 -msgid "Custom report front" -msgstr "Front side custom report" - -#: ../../enterprise/meta/include/functions_meta.php:938 -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../include/functions_config.php:576 -#: ../../godmode/setup/setup_visuals.php:451 -msgid "Font family" -msgstr "Font family" - -#: ../../enterprise/meta/include/functions_meta.php:943 -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../include/functions_config.php:446 -#: ../../include/functions_config.php:579 -#: ../../godmode/setup/setup_visuals.php:147 -#: ../../godmode/setup/setup_visuals.php:458 -msgid "Custom logo" -msgstr "Custom logo" - -#: ../../enterprise/meta/include/functions_meta.php:948 -#: ../../enterprise/meta/advanced/metasetup.visual.php:227 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../include/functions_config.php:582 -#: ../../godmode/setup/setup_visuals.php:478 -msgid "Header" -msgstr "Header" - -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../include/functions_config.php:585 -#: ../../godmode/setup/setup_visuals.php:483 -msgid "First page" -msgstr "First page" - -#: ../../enterprise/meta/include/functions_meta.php:958 -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../include/functions_config.php:588 -#: ../../godmode/setup/setup_visuals.php:491 -msgid "Footer" -msgstr "Footer" - -#: ../../enterprise/meta/include/functions_meta.php:963 -#: ../../enterprise/meta/advanced/metasetup.visual.php:184 -#: ../../include/functions_config.php:490 -#: ../../godmode/setup/setup_visuals.php:84 -msgid "Display data of proc modules in other format" -msgstr "Display data of proc modules in other format" - -#: ../../enterprise/meta/include/functions_meta.php:968 -#: ../../enterprise/meta/advanced/metasetup.visual.php:193 -#: ../../include/functions_config.php:492 -#: ../../godmode/setup/setup_visuals.php:94 -msgid "Display text proc modules have state is ok" -msgstr "Display text proc modules have state is ok" - -#: ../../enterprise/meta/include/functions_meta.php:973 -#: ../../enterprise/meta/advanced/metasetup.visual.php:196 -#: ../../include/functions_config.php:494 -#: ../../godmode/setup/setup_visuals.php:98 -msgid "Display text when proc modules have state critical" -msgstr "Display text when proc modules" - -#: ../../enterprise/meta/include/functions_meta.php:987 -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../include/functions_config.php:364 -#: ../../godmode/setup/performance.php:47 -msgid "Max. days before delete events" -msgstr "Max. days before delete events" - -#: ../../enterprise/meta/include/functions_meta.php:997 -#: ../../enterprise/meta/advanced/metasetup.performance.php:82 -msgid "Active events history" -msgstr "Active events history" - -#: ../../enterprise/meta/include/functions_meta.php:1007 -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../include/functions_config.php:370 -#: ../../godmode/setup/performance.php:53 -msgid "Max. days before delete audit events" -msgstr "Max. days before audited event cleanup" - -#: ../../enterprise/meta/include/functions_meta.php:1017 -#: ../../enterprise/meta/advanced/metasetup.performance.php:92 -#: ../../include/functions_config.php:382 -#: ../../godmode/setup/performance.php:94 -msgid "Default hours for event view" -msgstr "Default hours for event view" - -#: ../../enterprise/meta/include/functions_meta.php:1027 -#: ../../include/functions_config.php:388 -#: ../../godmode/setup/performance.php:104 -msgid "Use agent access graph" -msgstr "Use agent access graph" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 -#: ../../operation/agentes/networkmap_list.php:100 -#: ../../operation/agentes/networkmap.php:168 -msgid "Network map deleted successfully" -msgstr "Network map deleted successfully" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 -#: ../../operation/agentes/networkmap_list.php:101 -#: ../../operation/agentes/networkmap.php:169 -msgid "Could not delete network map" -msgstr "Couldn't delete the network map" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 -#: ../../enterprise/meta/advanced/policymanager.queue.php:228 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/operation/services/services.list.php:270 -#: ../../enterprise/operation/services/services.list.php:276 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/godmode/setup/setup_acl.php:133 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../operation/agentes/estado_monitores.php:448 -#: ../../operation/agentes/networkmap_list.php:190 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/graphs.php:169 -#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147 -#: ../../operation/incidents/incident.php:225 -#: ../../godmode/snmpconsole/snmp_alert.php:908 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -#: ../../godmode/agentes/module_manager.php:41 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/modules/manage_network_templates_form.php:242 -#: ../../godmode/modules/manage_network_templates_form.php:298 -#: ../../godmode/reporting/reporting_builder.list_items.php:173 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.item_editor.php:624 -#: ../../godmode/tag/tag.php:161 -msgid "Filter" -msgstr "Filter" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:134 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:221 -msgid "Not networkmap defined." -msgstr "No networkmap defined." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:160 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:196 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:209 -#: ../../enterprise/meta/include/functions_wizard_meta.php:294 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:261 -#: ../../enterprise/meta/advanced/policymanager.queue.php:312 -#: ../../enterprise/meta/advanced/servers.build_table.php:132 -#: ../../enterprise/meta/advanced/metasetup.visual.php:159 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 -#: ../../enterprise/extensions/cron/main.php:263 -#: ../../enterprise/extensions/backup/main.php:137 -#: ../../enterprise/include/functions_networkmap_enterprise.php:612 -#: ../../enterprise/operation/services/services.list.php:460 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:261 -#: ../../enterprise/godmode/alerts/alert_events_list.php:568 -#: ../../enterprise/godmode/alerts/alert_events_list.php:646 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 -#: ../../enterprise/godmode/agentes/inventory_manager.php:262 -#: ../../enterprise/godmode/agentes/plugins_manager.php:112 -#: ../../enterprise/godmode/agentes/plugins_manager.php:171 -#: ../../enterprise/godmode/setup/setup_acl.php:153 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/godmode/modules/local_components.php:519 -#: ../../enterprise/godmode/modules/local_components.php:531 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 -#: ../../enterprise/godmode/reporting/graph_template_list.php:158 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:364 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 -#: ../../enterprise/godmode/policies/policies.php:390 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:379 -#: ../../enterprise/godmode/policies/policy_queue.php:421 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_plugins.php:83 -#: ../../enterprise/godmode/policies/policy_agents.php:449 -#: ../../enterprise/godmode/policies/policy_modules.php:1085 -#: ../../enterprise/godmode/policies/policy_modules.php:1109 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../include/functions_groups.php:2143 -#: ../../operation/integria_incidents/incident.files.php:46 -#: ../../operation/messages/message_list.php:128 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:200 -#: ../../operation/messages/message_list.php:216 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/snmpconsole/snmp_view.php:648 -#: ../../operation/snmpconsole/snmp_view.php:654 -#: ../../operation/snmpconsole/snmp_view.php:805 -#: ../../operation/snmpconsole/snmp_view.php:830 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../operation/agentes/networkmap_list.php:138 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/agentes/networkmap_list.php:253 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 -#: ../../godmode/events/event_filter.php:144 -#: ../../godmode/events/event_filter.php:164 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/users/user_list.php:471 -#: ../../godmode/snmpconsole/snmp_alert.php:1095 -#: ../../godmode/snmpconsole/snmp_alert.php:1124 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/gis_maps/index.php:111 -#: ../../godmode/alerts/alert_commands.php:326 -#: ../../godmode/alerts/alert_special_days.php:165 -#: ../../godmode/alerts/alert_templates.php:344 -#: ../../godmode/alerts/alert_list.list.php:688 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/agentes/module_manager_editor_common.php:638 -#: ../../godmode/agentes/planned_downtime.editor.php:766 -#: ../../godmode/agentes/planned_downtime.editor.php:771 -#: ../../godmode/agentes/planned_downtime.editor.php:819 -#: ../../godmode/agentes/planned_downtime.list.php:400 -#: ../../godmode/agentes/planned_downtime.list.php:468 -#: ../../godmode/agentes/module_manager.php:528 -#: ../../godmode/agentes/module_manager.php:740 -#: ../../godmode/agentes/module_manager.php:757 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/servers/servers.build_table.php:167 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/db/db_refine.php:119 ../../godmode/setup/news.php:225 -#: ../../godmode/setup/links.php:137 ../../godmode/setup/setup_visuals.php:582 -#: ../../godmode/setup/setup_visuals.php:613 ../../godmode/setup/gis.php:64 -#: ../../godmode/massive/massive_delete_agents.php:136 -#: ../../godmode/massive/massive_delete_alerts.php:237 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/massive/massive_delete_action_alerts.php:187 -#: ../../godmode/modules/manage_nc_groups.php:221 -#: ../../godmode/modules/manage_nc_groups.php:232 -#: ../../godmode/modules/manage_network_components.php:592 -#: ../../godmode/modules/manage_network_components.php:604 -#: ../../godmode/modules/manage_network_templates.php:205 -#: ../../godmode/modules/manage_network_templates.php:218 -#: ../../godmode/modules/manage_network_templates_form.php:219 -#: ../../godmode/reporting/reporting_builder.list_items.php:426 -#: ../../godmode/reporting/reporting_builder.list_items.php:453 -#: ../../godmode/reporting/reporting_builder.list_items.php:472 -#: ../../godmode/reporting/reporting_builder.list_items.php:532 -#: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/graph_builder.graph_editor.php:124 -#: ../../godmode/reporting/visual_console_builder.elements.php:505 -#: ../../godmode/reporting/map_builder.php:215 -#: ../../godmode/reporting/graphs.php:193 -#: ../../godmode/reporting/reporting_builder.php:705 -msgid "Delete" -msgstr "Delete" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 -#: ../../enterprise/meta/screens/screens.networkmap.php:44 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:390 -msgid "Create networkmap" -msgstr "Create networkmap" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 -msgid "Networkmap list" -msgstr "Networkmap list" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:425 -msgid "Successful update the networkmap." -msgstr "Updating of the the network map successful." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:426 -msgid "Unsuccessful update the networkmap." -msgstr "Updating of the the network map unsuccessful." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:438 -msgid "Unnamed " -msgstr "Unnamed " - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:519 -#: ../../godmode/events/event_edit_filter.php:206 -msgid "Save in group" -msgstr "Save in group" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:526 -#: ../../godmode/agentes/planned_downtime.editor.php:677 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:317 -msgid "Filter by group" -msgstr "Filter by group" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -msgid "Filter by tag" -msgstr "Filter by tag" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:462 -#: ../../operation/agentes/status_monitor.php:465 -msgid "Only it is show tags in use." -msgstr "Show only tags in use" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:535 -msgid "Filter by agents" -msgstr "Filter by agents" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:545 -msgid "Filter by modules" -msgstr "Filter by modules" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:555 -#: ../../enterprise/godmode/alerts/alert_events_list.php:597 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 -#: ../../enterprise/godmode/policies/policy_modules.php:276 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../include/functions_visual_map_editor.php:450 -#: ../../operation/events/events_list.php:569 -#: ../../godmode/agentes/agent_manager.php:398 -#: ../../godmode/agentes/module_manager_editor.php:465 -#: ../../godmode/massive/massive_edit_agents.php:403 -#: ../../godmode/massive/massive_add_action_alerts.php:157 -msgid "Advanced options" -msgstr "Advanced options" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:563 -#: ../../enterprise/extensions/vmware/vmware_view.php:1198 -#: ../../operation/agentes/networkmap.php:537 -msgid "Font" -msgstr "Font" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:570 -msgid "Show modules" -msgstr "Show modules" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:576 -#: ../../operation/agentes/networkmap.php:515 -msgid "Regenerate" -msgstr "Regenerate" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:585 -msgid "Show modulegroup" -msgstr "Show module group" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:594 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:605 -#: ../../operation/agentes/networkmap.php:489 -msgid "No Overlap" -msgstr "No Overlap" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:597 -#: ../../operation/agentes/networkmap.php:557 -msgid "Distance between nodes" -msgstr "Distance between nodes" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:598 -#: ../../operation/agentes/networkmap.php:558 -msgid "Separation between elements in the map (in Non-overlap mode)" -msgstr "Separation amongst elements on the map (in no-overlap mode)" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:614 -msgid "Show children Metaconsole" -msgstr "Show children Metaconsole" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../enterprise/godmode/policies/policy_agents.php:352 -#: ../../include/functions_visual_map_editor.php:334 -msgid "Apply" -msgstr "Apply" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:660 -#: ../../operation/agentes/networkmap.php:588 -msgid "Map options" -msgstr "Map options" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:665 -msgid "There is no group selected" -msgstr "There is no group selected" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 -#: ../../enterprise/include/functions_networkmap_enterprise.php:74 -#: ../../enterprise/operation/policies/networkmap.policies.php:64 -#: ../../mobile/operation/networkmap.php:110 -#: ../../mobile/operation/networkmap.php:129 -#: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.topology.php:73 -#: ../../operation/agentes/networkmap.dinamic.php:85 -#: ../../operation/agentes/networkmap.groups.php:68 -msgid "Pandora FMS" -msgstr "Pandora FMS" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:691 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:749 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:770 -#: ../../enterprise/extensions/vmware/vmware_view.php:1228 -#: ../../enterprise/extensions/vmware/vmware_view.php:1260 -#: ../../enterprise/extensions/vmware/vmware_view.php:1276 -#: ../../enterprise/operation/policies/networkmap.policies.php:70 -#: ../../enterprise/operation/policies/networkmap.policies.php:119 -#: ../../enterprise/operation/policies/networkmap.policies.php:133 -#: ../../mobile/operation/networkmap.php:222 -#: ../../mobile/operation/networkmap.php:234 -#: ../../operation/agentes/networkmap.topology.php:80 -#: ../../operation/agentes/networkmap.topology.php:145 -#: ../../operation/agentes/networkmap.topology.php:160 -#: ../../operation/agentes/networkmap.groups.php:75 -#: ../../operation/agentes/networkmap.groups.php:134 -#: ../../operation/agentes/networkmap.groups.php:152 -msgid "Map could not be generated" -msgstr "Map could not be generated" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:693 -#: ../../enterprise/extensions/vmware/vmware_view.php:1229 -#: ../../enterprise/operation/policies/networkmap.policies.php:71 -#: ../../operation/agentes/networkmap.topology.php:81 -#: ../../operation/agentes/networkmap.groups.php:76 -#: ../../general/ui/agents_list.php:127 -msgid "No agents found" -msgstr "No agents found" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:876 -#, php-format -msgid "Cannot connect to %s Pandora to generate networkmap." -msgstr "Cannot connect to %s Pandora to generate network map." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:374 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/include/functions_servicemap.php:258 -#: ../../enterprise/include/functions_reporting.php:1219 -#: ../../enterprise/include/functions_reporting.php:3071 -#: ../../enterprise/include/functions_reporting.php:3403 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1697 -#: ../../enterprise/include/functions_reporting_pdf.php:1613 -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting_pdf.php:1977 -#: ../../enterprise/include/functions_visual_map.php:274 -#: ../../mobile/operation/agent.php:132 ../../mobile/operation/agent.php:143 -#: ../../mobile/operation/events.php:143 ../../mobile/operation/events.php:154 -#: ../../mobile/operation/events.php:162 ../../mobile/operation/events.php:235 -#: ../../mobile/operation/events.php:262 ../../mobile/operation/events.php:270 -#: ../../include/functions_db.php:156 ../../include/functions_ui.php:1989 -#: ../../include/functions_ui.php:1999 -#: ../../include/functions_treeview.php:157 -#: ../../include/functions_treeview.php:298 ../../include/functions.php:918 -#: ../../include/functions.php:924 ../../include/functions.php:927 -#: ../../include/functions_reporting_html.php:342 -#: ../../include/functions_reporting_html.php:2333 -#: ../../include/functions_reporting_html.php:2371 -#: ../../include/functions_events.php:1775 -#: ../../include/functions_events.php:1942 -#: ../../include/functions_events.php:2008 -#: ../../include/functions_events.php:2024 -#: ../../include/functions_events.php:2034 -#: ../../include/functions_events.php:2039 -#: ../../include/functions_events.php:2057 -#: ../../include/functions_events.php:2136 -#: ../../include/functions_events.php:2190 -#: ../../include/functions_events.php:2202 -#: ../../include/functions_events.php:2214 -#: ../../include/functions_events.php:2236 -#: ../../include/functions_events.php:2251 -#: ../../include/functions_events.php:2261 -#: ../../include/functions_events.php:2350 -#: ../../include/functions_events.php:2427 -#: ../../include/functions_events.php:2449 -#: ../../include/functions_events.php:2459 -#: ../../operation/snmpconsole/snmp_view.php:589 -#: ../../operation/snmpconsole/snmp_view.php:608 -#: ../../operation/agentes/estado_generalagente.php:152 -#: ../../operation/agentes/estado_generalagente.php:164 -#: ../../operation/agentes/estado_generalagente.php:177 -#: ../../operation/agentes/estado_generalagente.php:281 -#: ../../operation/agentes/estado_generalagente.php:360 -#: ../../godmode/alerts/alert_view.php:113 -#: ../../godmode/agentes/planned_downtime.list.php:475 -#: ../../godmode/modules/manage_network_components.php:558 -msgid "N/A" -msgstr "N/A" - -#: ../../enterprise/meta/include/functions_ui_meta.php:54 -#: ../../include/functions_ui.php:1295 -msgid "the Flexible Monitoring System" -msgstr "the Flexible Monitoring System" - -#: ../../enterprise/meta/include/functions_events_meta.php:55 -#: ../../include/functions_events.php:33 -#: ../../include/functions_events.php:1578 -#: ../../godmode/events/custom_events.php:68 -#: ../../godmode/events/custom_events.php:152 -msgid "Event id" -msgstr "Choose between the users who have validated an event." - -#: ../../enterprise/meta/include/functions_events_meta.php:58 -#: ../../enterprise/include/functions_reporting_pdf.php:1173 -#: ../../include/functions_reporting_html.php:613 -#: ../../include/functions_reporting_html.php:1985 -#: ../../include/functions_events.php:34 -#: ../../include/functions_events.php:890 -#: ../../include/functions_events.php:2333 -#: ../../godmode/events/custom_events.php:71 -#: ../../godmode/events/custom_events.php:153 -msgid "Event name" -msgstr "Event name" - -#: ../../enterprise/meta/include/functions_events_meta.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/include/functions_inventory.php:64 -#: ../../enterprise/include/functions_reporting_pdf.php:2232 -#: ../../mobile/operation/modules.php:426 -#: ../../mobile/operation/modules.php:644 -#: ../../include/functions_treeview.php:396 -#: ../../include/functions_reporting_html.php:1482 -#: ../../include/functions_events.php:35 -#: ../../include/functions_events.php:893 -#: ../../operation/events/events.build_table.php:67 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../godmode/agentes/agent_manager.php:154 -#: ../../godmode/agentes/modificar_agente.php:421 -msgid "Agent name" -msgstr "Agent name" - -#: ../../enterprise/meta/include/functions_events_meta.php:73 -#: ../../enterprise/include/functions_inventory.php:65 -#: ../../enterprise/include/functions_inventory.php:240 -#: ../../enterprise/include/functions_reporting_csv.php:187 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_pdf.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1326 -#: ../../enterprise/include/functions_reporting_pdf.php:1461 -#: ../../mobile/operation/modules.php:478 -#: ../../mobile/operation/modules.php:647 -#: ../../mobile/operation/events.php:468 -#: ../../include/functions_reporting.php:4736 -#: ../../include/functions_netflow.php:287 -#: ../../include/functions_reporting_html.php:487 -#: ../../include/functions_reporting_html.php:617 -#: ../../include/functions_reporting_html.php:1099 -#: ../../include/functions_reporting_html.php:1987 -#: ../../include/functions_events.php:39 -#: ../../include/functions_events.php:897 -#: ../../include/functions_events.php:2338 ../../include/ajax/events.php:465 -#: ../../operation/integria_incidents/incident.files.php:43 -#: ../../operation/events/events.build_table.php:73 -#: ../../operation/events/events.php:89 ../../operation/search_modules.php:54 -#: ../../operation/messages/message_list.php:127 -#: ../../operation/snmpconsole/snmp_view.php:521 -#: ../../operation/agentes/exportdata.php:99 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/estado_generalagente.php:400 -#: ../../operation/agentes/status_monitor.php:971 -#: ../../godmode/events/custom_events.php:86 -#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223 -msgid "Timestamp" -msgstr "Timestamp" - -#: ../../enterprise/meta/include/functions_events_meta.php:79 -#: ../../include/functions_events.php:41 -#: ../../godmode/events/custom_events.php:92 -#: ../../godmode/events/custom_events.php:160 -msgid "Agent module" -msgstr "Agent module" - -#: ../../enterprise/meta/include/functions_events_meta.php:82 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../include/functions_events.php:42 -#: ../../include/functions_events.php:976 -#: ../../operation/events/events.build_table.php:110 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/snmpconsole/snmp_view.php:372 -#: ../../operation/snmpconsole/snmp_view.php:525 -#: ../../operation/snmpconsole/snmp_view.php:819 -#: ../../operation/agentes/estado_monitores.php:424 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../godmode/agentes/configurar_agente.php:511 -msgid "Alert" -msgstr "Alert" - -#: ../../enterprise/meta/include/functions_events_meta.php:88 -#: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:1748 -#: ../../operation/events/events.build_table.php:123 -#: ../../operation/events/events.build_table.php:475 -#: ../../godmode/events/custom_events.php:101 -#: ../../godmode/events/custom_events.php:163 -msgid "Comment" -msgstr "Comment" - -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.user.php:508 -#: ../../enterprise/meta/advanced/policymanager.sync.php:295 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../include/functions_events.php:46 -#: ../../include/functions_events.php:2141 -#: ../../include/functions_events.php:2256 -#: ../../operation/events/events.build_table.php:135 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../godmode/events/custom_events.php:107 -#: ../../godmode/events/custom_events.php:165 -#: ../../godmode/agentes/agent_incidents.php:91 -#: ../../godmode/massive/massive_copy_modules.php:108 -msgid "Source" -msgstr "Source" - -#: ../../enterprise/meta/include/functions_events_meta.php:97 -#: ../../include/functions_events.php:47 -#: ../../include/functions_events.php:2246 -#: ../../godmode/events/custom_events.php:110 -#: ../../godmode/events/custom_events.php:166 -msgid "Extra id" -msgstr "Extra ID" - -#: ../../enterprise/meta/include/functions_events_meta.php:100 -#: ../../mobile/operation/events.php:472 ../../include/functions_events.php:48 -#: ../../include/functions_events.php:2348 -#: ../../operation/integria_incidents/incident.list.php:101 -#: ../../operation/events/events.build_table.php:85 -#: ../../operation/incidents/incident.php:337 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../godmode/agentes/agent_incidents.php:92 -msgid "Owner" -msgstr "Owner" - -#: ../../enterprise/meta/include/functions_events_meta.php:103 -#: ../../include/functions_events.php:49 -#: ../../operation/events/events.build_table.php:147 -#: ../../godmode/events/custom_events.php:116 -#: ../../godmode/events/custom_events.php:168 -msgid "ACK Timestamp" -msgstr "ACK Timestamp" - -#: ../../enterprise/meta/include/functions_events_meta.php:106 -#: ../../include/functions_events.php:50 -#: ../../include/functions_events.php:2185 -#: ../../include/functions_events.php:2197 -#: ../../include/functions_events.php:2209 -#: ../../include/functions_events.php:2221 -#: ../../include/functions_events.php:2226 -#: ../../include/functions_events.php:2231 -#: ../../include/functions_events.php:2235 -#: ../../operation/events/events.build_table.php:153 -#: ../../godmode/events/custom_events.php:119 -#: ../../godmode/events/custom_events.php:169 -msgid "Instructions" -msgstr "Instructions" - -#: ../../enterprise/meta/include/functions_events_meta.php:109 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:326 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 -#: ../../include/functions_events.php:51 -#: ../../godmode/events/custom_events.php:122 -#: ../../godmode/events/custom_events.php:170 -msgid "Server name" -msgstr "Server name" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -#: ../../enterprise/include/functions_reporting.php:80 -#: ../../enterprise/include/functions_reporting.php:4658 -#: ../../enterprise/include/functions_reporting.php:4682 -#: ../../enterprise/include/functions_reporting.php:4736 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 -#: ../../godmode/menu.php:143 ../../godmode/agentes/configurar_agente.php:515 -msgid "Templates" -msgstr "Templates" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../enterprise/extensions/cron/main.php:191 -#: ../../enterprise/extensions/backup/main.php:69 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/include/functions_reporting_pdf.php:1036 -#: ../../enterprise/include/functions_reporting_pdf.php:1080 -#: ../../enterprise/include/functions_reporting_pdf.php:1125 -#: ../../enterprise/operation/services/services.list.php:325 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:235 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/agentes/collections.php:185 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../extensions/module_groups.php:84 -#: ../../include/functions_filemanager.php:581 -#: ../../include/functions_treeview.php:288 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1359 -#: ../../include/functions_reporting_html.php:1395 ../../godmode/menu.php:148 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../godmode/category/category.php:111 -#: ../../godmode/alerts/alert_list.list.php:114 -#: ../../godmode/alerts/alert_list.list.php:403 -#: ../../godmode/alerts/alert_view.php:344 -#: ../../godmode/alerts/alert_list.builder.php:105 -#: ../../godmode/agentes/modificar_agente.php:435 -#: ../../godmode/agentes/planned_downtime.editor.php:729 -#: ../../godmode/agentes/fields_manager.php:97 -#: ../../godmode/groups/group_list.php:338 ../../godmode/tag/tag.php:205 -msgid "Actions" -msgstr "Actions" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -#: ../../godmode/menu.php:154 -msgid "Commands" -msgstr "Commands" - -#: ../../enterprise/meta/include/functions_components_meta.php:48 -#: ../../enterprise/meta/include/functions_components_meta.php:66 -#: ../../godmode/menu.php:43 -msgid "Component groups" -msgstr "Component groups" - -#: ../../enterprise/meta/include/functions_components_meta.php:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -#: ../../enterprise/godmode/menu.php:62 -msgid "Local components" -msgstr "Local components" - -#: ../../enterprise/meta/include/functions_components_meta.php:56 -#: ../../enterprise/meta/include/functions_components_meta.php:72 -#: ../../godmode/menu.php:98 -msgid "Network components" -msgstr "Network components" - -#: ../../enterprise/meta/include/functions_components_meta.php:60 -#: ../../enterprise/meta/include/functions_components_meta.php:75 -msgid "Plugin management" -msgstr "Plugin management" - -#: ../../enterprise/meta/include/functions_components_meta.php:81 -msgid "Create plugin" -msgstr "Create plugin" - -#: ../../enterprise/meta/include/functions_components_meta.php:84 -msgid "Edit plugin" -msgstr "Edit plugin" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:163 -#: ../../enterprise/meta/include/functions_wizard_meta.php:166 -#: ../../enterprise/meta/include/functions_wizard_meta.php:375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:378 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 -#: ../../enterprise/include/functions_reporting_pdf.php:1882 -#: ../../include/functions_treeview.php:416 -#: ../../include/functions_reporting_html.php:1653 -#: ../../include/functions_events.php:2023 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../godmode/agentes/agent_manager.php:201 -#: ../../godmode/servers/modificar_server.php:47 -msgid "IP Address" -msgstr "IP Address" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:175 -#: ../../enterprise/meta/include/functions_wizard_meta.php:392 -#: ../../enterprise/meta/include/functions_wizard_meta.php:552 -#: ../../enterprise/include/functions_metaconsole.php:1272 -#: ../../enterprise/include/functions_metaconsole.php:1295 -#: ../../enterprise/include/functions_metaconsole.php:1318 -#: ../../enterprise/include/functions_metaconsole.php:1341 -#: ../../enterprise/include/functions_metaconsole.php:1364 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:77 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:302 -msgid "Check" -msgstr "Check" - +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:831 +#: ../../enterprise/include/functions_reporting_pdf.php:703 +#: ../../enterprise/include/functions_reporting_pdf.php:1044 +#: ../../enterprise/include/functions_reporting_pdf.php:1088 +#: ../../enterprise/include/functions_reporting_pdf.php:1133 +#: ../../include/functions_reporting_html.php:1103 +#: ../../include/functions_reporting_html.php:1377 +#: ../../include/functions_reporting_html.php:1415 +#: ../../include/functions_reporting_html.php:1451 +#: ../../mobile/operation/alerts.php:38 +msgid "Fired" +msgstr "Triggered" + +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:834 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "Not triggered" + +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../operation/agentes/estado_generalagente.php:80 +#: ../../operation/agentes/estado_generalagente.php:295 +#: ../../operation/search_agents.php:90 +#: ../../enterprise/extensions/vmware/functions.php:20 +#: ../../enterprise/godmode/modules/configure_local_component.php:287 +#: ../../enterprise/godmode/setup/setup.php:99 +#: ../../enterprise/godmode/setup/edit_skin.php:248 #: ../../enterprise/meta/include/functions_wizard_meta.php:179 #: ../../enterprise/meta/include/functions_wizard_meta.php:407 #: ../../enterprise/meta/include/functions_wizard_meta.php:476 @@ -4770,275 +2738,302 @@ msgstr "Check" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364 -#: ../../enterprise/extensions/vmware/functions.php:20 -#: ../../enterprise/include/functions_reporting_pdf.php:2265 -#: ../../enterprise/godmode/setup/edit_skin.php:247 -#: ../../enterprise/godmode/setup/setup.php:99 -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../mobile/operation/agent.php:114 ../../mobile/operation/alerts.php:40 -#: ../../include/functions_groups.php:2128 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:392 -#: ../../include/functions_reporting.php:3390 -#: ../../include/functions_reporting_html.php:1499 -#: ../../operation/search_agents.php:90 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../operation/agentes/estado_generalagente.php:80 -#: ../../operation/agentes/estado_generalagente.php:295 -#: ../../godmode/alerts/configure_alert_template.php:648 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/agentes/agent_manager.php:311 -#: ../../godmode/agentes/modificar_agente.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:153 -#: ../../godmode/agentes/module_manager_editor_common.php:424 +#: ../../enterprise/include/functions_reporting_pdf.php:2343 +#: ../../godmode/agentes/modificar_agente.php:558 +#: ../../godmode/agentes/agent_manager.php:314 +#: ../../godmode/agentes/module_manager_editor_common.php:165 +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_agents.php:345 -#: ../../godmode/massive/massive_edit_modules.php:444 +#: ../../godmode/alerts/alert_view.php:516 +#: ../../godmode/alerts/configure_alert_template.php:658 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:463 +#: ../../include/functions_reporting.php:3365 +#: ../../include/functions_reporting_html.php:1556 +#: ../../include/functions_groups.php:2158 +#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:122 msgid "Disabled" msgstr "Disabled" -#: ../../enterprise/meta/include/functions_wizard_meta.php:184 -#: ../../enterprise/meta/include/functions_wizard_meta.php:412 -#: ../../enterprise/meta/include/functions_wizard_meta.php:481 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1010 -#: ../../enterprise/include/functions_reporting_csv.php:303 -#: ../../enterprise/godmode/alerts/alert_events.php:97 -#: ../../enterprise/godmode/alerts/alert_events.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 -#: ../../include/functions_reports.php:573 -#: ../../include/functions_reporting.php:4011 -#: ../../include/ajax/events.php:298 -#: ../../godmode/alerts/configure_alert_template.php:148 -#: ../../godmode/alerts/configure_alert_template.php:153 -#: ../../godmode/servers/plugin.php:276 ../../godmode/servers/plugin.php:282 -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:108 -msgid "General" -msgstr "General" +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../enterprise/operation/agentes/policy_view.php:221 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 +#: ../../godmode/alerts/alert_list.list.php:140 +#: ../../include/functions_ui.php:813 ../../mobile/operation/alerts.php:44 +msgid "Standby on" +msgstr "Standby on" -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" -msgstr "Components" +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../mobile/operation/alerts.php:45 +msgid "Standby off" +msgstr "Standby off" -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" -msgstr "Agent modules" +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../operation/agentes/status_monitor.php:967 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:523 +#: ../../operation/agentes/alerts_status.php:432 +#: ../../operation/agentes/alerts_status.php:473 +#: ../../operation/agentes/alerts_status.php:507 +#: ../../operation/agentes/alerts_status.php:541 +#: ../../operation/servers/recon_view.php:98 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:505 +#: ../../operation/snmpconsole/snmp_view.php:821 +#: ../../operation/messages/message_list.php:121 +#: ../../operation/search_agents.php:64 +#: ../../operation/integria_incidents/incident.list.php:58 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:98 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/search_modules.php:51 +#: ../../operation/events/events.build_table.php:144 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:282 +#: ../../enterprise/operation/agentes/collection_view.php:66 +#: ../../enterprise/operation/agentes/policy_view.php:47 +#: ../../enterprise/operation/agentes/policy_view.php:134 +#: ../../enterprise/operation/agentes/policy_view.php:198 +#: ../../enterprise/operation/agentes/policy_view.php:307 +#: ../../enterprise/operation/services/services.service.php:131 +#: ../../enterprise/operation/services/services.list.php:154 +#: ../../enterprise/operation/services/services.list.php:321 +#: ../../enterprise/extensions/vmware/vmware_view.php:978 +#: ../../enterprise/extensions/backup/main.php:68 +#: ../../enterprise/godmode/policies/policy_collections.php:124 +#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/godmode/policies/policy_queue.php:348 +#: ../../enterprise/godmode/policies/policies.php:254 +#: ../../enterprise/godmode/policies/policy_agents.php:379 +#: ../../enterprise/godmode/agentes/collection_manager.php:108 +#: ../../enterprise/godmode/agentes/collection_manager.php:166 +#: ../../enterprise/godmode/servers/list_satellite.php:36 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:222 +#: ../../enterprise/meta/agentsearch.php:97 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1429 +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:2273 +#: ../../enterprise/include/functions_reporting.php:3087 +#: ../../enterprise/include/functions_reporting.php:3388 +#: ../../enterprise/include/functions_reporting_pdf.php:1179 +#: ../../enterprise/include/functions_reporting_pdf.php:1327 +#: ../../enterprise/include/functions_reporting_pdf.php:1462 +#: ../../enterprise/include/functions_reporting_pdf.php:1615 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:2037 +#: ../../enterprise/include/functions_reporting_pdf.php:2315 +#: ../../enterprise/include/functions_reporting_pdf.php:2365 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../godmode/agentes/agent_manager.php:313 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../godmode/agentes/module_manager.php:528 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/massive/massive_edit_agents.php:220 +#: ../../godmode/massive/massive_edit_agents.php:343 +#: ../../godmode/massive/massive_copy_modules.php:83 +#: ../../godmode/massive/massive_copy_modules.php:196 +#: ../../godmode/massive/massive_delete_modules.php:450 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../include/functions_pandora_networkmap.php:1381 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2413 +#: ../../include/functions_events.php:3290 ../../include/ajax/module.php:731 +#: ../../include/functions_reporting.php:5480 +#: ../../include/functions_reporting_html.php:342 +#: ../../include/functions_reporting_html.php:529 +#: ../../include/functions_reporting_html.php:660 +#: ../../include/functions_reporting_html.php:1141 +#: ../../include/functions_reporting_html.php:1544 +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_reporting_html.php:2078 +#: ../../include/functions_snmp_browser.php:435 +#: ../../mobile/operation/modules.php:119 +#: ../../mobile/operation/modules.php:120 +#: ../../mobile/operation/modules.php:212 +#: ../../mobile/operation/modules.php:213 +#: ../../mobile/operation/modules.php:460 +#: ../../mobile/operation/modules.php:464 +#: ../../mobile/operation/modules.php:468 +#: ../../mobile/operation/modules.php:472 +#: ../../mobile/operation/modules.php:480 +#: ../../mobile/operation/modules.php:485 +#: ../../mobile/operation/modules.php:490 +#: ../../mobile/operation/modules.php:554 +#: ../../mobile/operation/modules.php:605 +#: ../../mobile/operation/modules.php:674 ../../mobile/operation/alerts.php:75 +#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194 +#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274 +#: ../../mobile/operation/agents.php:81 ../../mobile/operation/agents.php:111 +#: ../../mobile/operation/agents.php:112 ../../mobile/operation/agents.php:184 +#: ../../mobile/operation/agents.php:185 ../../mobile/operation/agents.php:321 +#: ../../mobile/operation/events.php:342 ../../mobile/operation/events.php:343 +#: ../../mobile/operation/events.php:493 ../../mobile/operation/events.php:613 +#: ../../mobile/operation/events.php:614 +msgid "Status" +msgstr "Status" -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" -msgstr "Add selected modules to agent" +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/status_monitor.php:339 +#: ../../operation/agentes/status_monitor.php:342 +#: ../../operation/agentes/group_view.php:164 ../../operation/tree.php:49 +#: ../../operation/users/user_edit.php:533 +#: ../../operation/events/events.build_table.php:223 +#: ../../general/firts_task/tags.php:25 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/include/functions_events_meta.php:91 +#: ../../enterprise/include/functions_reporting_pdf.php:2366 +#: ../../enterprise/dashboard/widgets/events_list.php:62 +#: ../../enterprise/dashboard/widgets/tree_view.php:35 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/massive/massive_edit_modules.php:554 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/users/configure_user.php:618 +#: ../../godmode/modules/manage_network_components_form_common.php:200 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/tag/edit_tag.php:57 ../../include/functions_treeview.php:164 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2444 +#: ../../include/functions_events.php:3359 +#: ../../include/functions_reporting_html.php:1580 +#: ../../mobile/operation/events.php:514 +msgid "Tags" +msgstr "Tags" -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" -msgstr "Undo changes" +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/agentes/status_monitor.php:343 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +msgid "Only it is show tags in use." +msgstr "Show only tags in use" -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -msgid "Latency" -msgstr "Latency" +#: ../../operation/agentes/alerts_status.functions.php:91 +#: ../../operation/agentes/status_monitor.php:348 +msgid "No tags" +msgstr "No tags" -#: ../../enterprise/meta/include/functions_wizard_meta.php:470 -msgid "Response" -msgstr "Response" +#: ../../operation/agentes/alerts_status.functions.php:97 +#: ../../operation/agentes/datos_agente.php:202 +msgid "Free text for search" +msgstr "Free text for search" -#: ../../enterprise/meta/include/functions_wizard_meta.php:472 -msgid "Check type" -msgstr "Check type" +#: ../../operation/agentes/alerts_status.functions.php:99 +msgid "Filter by agent name, module name, template name or action name" +msgstr "Filter by agent name, module name, template name or action name" -#: ../../enterprise/meta/include/functions_wizard_meta.php:489 -#: ../../enterprise/meta/include/functions_wizard_meta.php:540 -#: ../../enterprise/include/functions_enterprise.php:273 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:51 -msgid "Web checks" -msgstr "Web Checks" +#: ../../operation/agentes/alerts_status.functions.php:103 +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../enterprise/operation/agentes/policy_view.php:193 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../godmode/alerts/alert_list.list.php:138 +msgid "Standby" +msgstr "Stand by" -#: ../../enterprise/meta/include/functions_wizard_meta.php:517 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 -#: ../../include/functions_reporting.php:3608 -#: ../../godmode/tag/edit_tag.php:180 -msgid "Url" -msgstr "URL" +#: ../../operation/agentes/alerts_status.functions.php:109 +#, fuzzy +msgid "No actions" +msgstr "No colections" -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -msgid "String to check" -msgstr "String to check" +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/agentes/estado_monitores.php:452 +#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147 +#: ../../operation/incidents/incident.php:230 +#: ../../enterprise/operation/services/services.list.php:272 +#: ../../enterprise/operation/services/services.list.php:278 +#: ../../enterprise/extensions/ipam/ipam_network.php:328 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +#: ../../enterprise/godmode/policies/policies.php:239 +#: ../../enterprise/godmode/policies/policy_linking.php:68 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 +#: ../../enterprise/godmode/setup/setup_skins.php:91 +#: ../../enterprise/godmode/setup/setup_acl.php:133 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:669 +#: ../../godmode/reporting/reporting_builder.list_items.php:173 +#: ../../godmode/reporting/reporting_builder.list_items.php:196 +#: ../../godmode/agentes/module_manager.php:49 +#: ../../godmode/netflow/nf_item_list.php:148 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/snmpconsole/snmp_alert.php:908 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/tag/tag.php:161 +msgid "Filter" +msgstr "Filter" -#: ../../enterprise/meta/include/functions_wizard_meta.php:526 -msgid "Add check" -msgstr "Add check" +#: ../../operation/agentes/tactical.php:46 +#: ../../operation/agentes/group_view.php:61 +#: ../../extensions/agents_alerts.php:55 +#: ../../extensions/agents_modules.php:56 +#: ../../enterprise/operation/services/services.service.php:135 +#: ../../enterprise/operation/services/services.list.php:324 +#: ../../enterprise/extensions/ipam/ipam_list.php:188 +msgid "Last update" +msgstr "Latest update" -#: ../../enterprise/meta/include/functions_wizard_meta.php:534 -msgid "Delete check" -msgstr "Delete check" +#: ../../operation/agentes/tactical.php:55 +#: ../../operation/users/user_edit.php:308 ../../operation/menu.php:45 +#: ../../enterprise/meta/monitoring/tactical.php:60 +#: ../../enterprise/meta/general/main_header.php:93 +#: ../../enterprise/dashboard/widgets/tactical.php:27 +#: ../../enterprise/dashboard/widgets/tactical.php:29 +#: ../../mobile/operation/tactical.php:84 ../../mobile/operation/home.php:38 +msgid "Tactical view" +msgstr "Tactical view" -#: ../../enterprise/meta/include/functions_wizard_meta.php:548 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:73 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -msgid "Load basic" -msgstr "Load basic" +#: ../../operation/agentes/tactical.php:135 +msgid "Report of State" +msgstr "Status report" -#: ../../enterprise/meta/include/functions_wizard_meta.php:550 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:75 -msgid "Load a basic structure on Web Checks" -msgstr "Load a basic structure on Web Checks" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:554 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:79 -msgid "Check the correct structure of the WebCheck" -msgstr "Check the correct structure of the WebCheck" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:561 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:123 -msgid "First line must be \"task_begin\"" -msgstr "First line must be \"task_begin\"" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:562 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:124 -msgid "Webchecks configuration is empty" -msgstr "Webchecks configuration is empty" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:563 -#: ../../enterprise/meta/include/functions_wizard_meta.php:564 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:125 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 -msgid "Last line must be \"task_end\"" -msgstr "Last line must be \"task_end\"" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:565 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -#: ../../enterprise/godmode/modules/configure_local_component.php:313 -msgid "There is a line with a unknown token 'token_fail'." -msgstr "There is a line with a unknown token 'token_fail'." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:566 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 -msgid "Web checks are built correctly" -msgstr "Web checks are built correctly" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:782 -#: ../../enterprise/meta/include/functions_wizard_meta.php:900 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1361 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1442 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1575 -#: ../../enterprise/include/functions_reporting_pdf.php:2286 -#: ../../enterprise/godmode/modules/configure_local_component.php:275 -#: ../../include/functions_netflow.php:1128 -#: ../../include/functions_netflow.php:1138 -#: ../../include/functions_netflow.php:1156 -#: ../../include/functions_netflow.php:1164 -#: ../../include/functions_netflow.php:1187 -#: ../../include/functions_netflow.php:1245 -#: ../../include/functions_netflow.php:1251 -#: ../../include/functions_netflow.php:1283 -#: ../../include/functions_reporting_html.php:1521 -#: ../../godmode/agentes/module_manager_editor_common.php:319 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:152 -msgid "Unit" -msgstr "Unit" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:814 -#: ../../enterprise/meta/include/functions_wizard_meta.php:906 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1116 -msgid "Various" -msgstr "Various" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:822 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1318 -#: ../../extensions/net_tools.php:145 -msgid "SNMP Community" -msgstr "SNMP Community" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:829 -#: ../../enterprise/meta/include/functions_wizard_meta.php:914 -#: ../../extensions/api_checker.php:162 -msgid "Credentials" -msgstr "Credentials" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:835 -#: ../../enterprise/meta/include/functions_wizard_meta.php:921 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1122 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1142 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1338 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1535 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1555 -#: ../../enterprise/meta/monitoring/group_view.php:148 -#: ../../enterprise/meta/monitoring/tactical.php:260 -#: ../../enterprise/include/functions_services.php:1267 -#: ../../enterprise/include/functions_reporting_pdf.php:678 -#: ../../enterprise/include/functions_reporting_pdf.php:2281 -#: ../../enterprise/operation/services/services.service.php:127 -#: ../../enterprise/operation/services/services.service.php:179 -#: ../../enterprise/operation/services/services.list.php:148 -#: ../../enterprise/operation/services/services.list.php:317 -#: ../../enterprise/operation/services/services.list.php:386 -#: ../../enterprise/operation/services/services.service_map.php:116 -#: ../../enterprise/godmode/services/services.service.php:263 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605 -#: ../../mobile/operation/groups.php:118 ../../mobile/operation/groups.php:120 -#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 -#: ../../include/functions_graph.php:1815 -#: ../../include/functions_graph.php:2878 -#: ../../include/functions_graph.php:2879 -#: ../../include/functions_graph.php:4763 -#: ../../include/functions_groups.php:800 -#: ../../include/functions_groups.php:802 -#: ../../include/functions_groups.php:804 -#: ../../include/functions_groups.php:805 -#: ../../include/functions_groups.php:806 ../../include/functions_ui.php:235 -#: ../../include/functions_ui.php:1983 ../../include/functions.php:848 -#: ../../include/functions.php:1051 ../../include/functions.php:1054 -#: ../../include/functions.php:1089 -#: ../../include/functions_reporting_html.php:1028 -#: ../../include/functions_events.php:1474 -#: ../../operation/gis_maps/render_view.php:138 -#: ../../operation/agentes/estado_monitores.php:427 -#: ../../operation/agentes/group_view.php:153 -#: ../../operation/agentes/estado_agente.php:183 #: ../../operation/agentes/tactical.php:150 -#: ../../operation/agentes/status_monitor.php:419 -#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132 -#: ../../operation/tree.php:157 ../../operation/tree.php:288 -#: ../../godmode/servers/manage_recontask_form.php:188 -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../godmode/massive/massive_delete_agents.php:114 -#: ../../godmode/massive/massive_delete_modules.php:454 -#: ../../godmode/massive/massive_copy_modules.php:78 -#: ../../godmode/massive/massive_copy_modules.php:191 -#: ../../godmode/massive/massive_edit_agents.php:215 -#: ../../godmode/massive/massive_edit_agents.php:388 -#: ../../godmode/massive/massive_edit_modules.php:314 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 -msgid "Warning" -msgstr "Warning" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:840 -#: ../../enterprise/meta/include/functions_wizard_meta.php:849 -#: ../../enterprise/meta/include/functions_wizard_meta.php:926 -#: ../../enterprise/meta/include/functions_wizard_meta.php:935 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1565 -#: ../../enterprise/godmode/modules/configure_local_component.php:228 -#: ../../enterprise/godmode/modules/configure_local_component.php:243 -#: ../../godmode/agentes/module_manager_editor_common.php:250 -#: ../../godmode/agentes/module_manager_editor_common.php:270 -#: ../../godmode/massive/massive_edit_modules.php:377 -#: ../../godmode/massive/massive_edit_modules.php:423 -#: ../../godmode/modules/manage_network_components_form_common.php:116 -#: ../../godmode/modules/manage_network_components_form_common.php:129 -msgid "Inverse interval" -msgstr "Inverse interval" - +#: ../../operation/agentes/status_monitor.php:300 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/estado_monitores.php:428 +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:146 +#: ../../enterprise/operation/agentes/transactional_map.php:202 +#: ../../enterprise/operation/services/services.service.php:126 +#: ../../enterprise/operation/services/services.service.php:174 +#: ../../enterprise/operation/services/services.service_map.php:116 +#: ../../enterprise/operation/services/services.list.php:151 +#: ../../enterprise/operation/services/services.list.php:318 +#: ../../enterprise/operation/services/services.list.php:383 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 +#: ../../enterprise/godmode/services/services.service.php:259 +#: ../../enterprise/godmode/services/services.elements.php:401 +#: ../../enterprise/meta/monitoring/tactical.php:278 +#: ../../enterprise/meta/monitoring/group_view.php:154 #: ../../enterprise/meta/include/functions_wizard_meta.php:844 #: ../../enterprise/meta/include/functions_wizard_meta.php:930 #: ../../enterprise/meta/include/functions_wizard_meta.php:1131 @@ -5047,6419 +3042,781 @@ msgstr "Inverse interval" #: ../../enterprise/meta/include/functions_wizard_meta.php:1428 #: ../../enterprise/meta/include/functions_wizard_meta.php:1544 #: ../../enterprise/meta/include/functions_wizard_meta.php:1562 -#: ../../enterprise/meta/monitoring/group_view.php:149 -#: ../../enterprise/meta/monitoring/tactical.php:259 #: ../../enterprise/include/functions_services.php:1264 #: ../../enterprise/include/functions_services.php:1423 #: ../../enterprise/include/functions_reporting_pdf.php:677 -#: ../../enterprise/include/functions_reporting_pdf.php:2281 -#: ../../enterprise/operation/services/services.service.php:126 -#: ../../enterprise/operation/services/services.service.php:174 -#: ../../enterprise/operation/services/services.list.php:149 -#: ../../enterprise/operation/services/services.list.php:316 -#: ../../enterprise/operation/services/services.list.php:381 -#: ../../enterprise/operation/services/services.service_map.php:115 -#: ../../enterprise/godmode/services/services.elements.php:392 -#: ../../enterprise/godmode/services/services.service.php:259 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1603 -#: ../../mobile/operation/groups.php:122 ../../mobile/operation/groups.php:124 -#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 -#: ../../include/functions_graph.php:1814 -#: ../../include/functions_graph.php:2886 -#: ../../include/functions_graph.php:2887 -#: ../../include/functions_graph.php:4766 -#: ../../include/functions_groups.php:809 -#: ../../include/functions_groups.php:811 -#: ../../include/functions_groups.php:813 -#: ../../include/functions_groups.php:814 -#: ../../include/functions_groups.php:815 ../../include/functions_ui.php:1983 -#: ../../include/functions.php:851 ../../include/functions.php:1053 -#: ../../include/functions.php:1054 ../../include/functions.php:1056 -#: ../../include/functions.php:1092 -#: ../../include/functions_reporting_html.php:1026 -#: ../../include/functions_events.php:1477 -#: ../../operation/gis_maps/render_view.php:137 -#: ../../operation/agentes/estado_monitores.php:423 -#: ../../operation/agentes/group_view.php:154 -#: ../../operation/agentes/estado_agente.php:184 -#: ../../operation/agentes/tactical.php:149 -#: ../../operation/agentes/status_monitor.php:420 ../../operation/tree.php:133 -#: ../../operation/tree.php:158 ../../operation/tree.php:283 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../enterprise/dashboard/widgets/tree_view.php:55 +#: ../../enterprise/dashboard/widgets/tree_view.php:68 +#: ../../enterprise/dashboard/widgets/tree_view.php:206 +#: ../../enterprise/dashboard/widgets/service_map.php:84 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1342 #: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:329 +#: ../../godmode/massive/massive_edit_agents.php:216 #: ../../godmode/massive/massive_copy_modules.php:79 #: ../../godmode/massive/massive_copy_modules.php:192 -#: ../../godmode/massive/massive_edit_agents.php:216 -#: ../../godmode/massive/massive_edit_modules.php:315 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1244 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../include/functions.php:877 ../../include/functions.php:1079 +#: ../../include/functions.php:1080 ../../include/functions.php:1082 +#: ../../include/functions.php:1118 ../../include/functions_events.php:1478 +#: ../../include/functions_graph.php:2075 +#: ../../include/functions_graph.php:3179 +#: ../../include/functions_graph.php:3180 +#: ../../include/functions_graph.php:5074 ../../include/functions_ui.php:1988 +#: ../../include/functions_reporting_html.php:1074 +#: ../../include/functions_groups.php:839 +#: ../../include/functions_groups.php:841 +#: ../../include/functions_groups.php:843 +#: ../../include/functions_groups.php:844 +#: ../../include/functions_groups.php:845 +#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 msgid "Critical" msgstr "Critical" -#: ../../enterprise/meta/include/functions_wizard_meta.php:854 -#: ../../enterprise/meta/include/functions_wizard_meta.php:940 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1157 -msgid "Thresholds" -msgstr "Thresholds" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:946 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:95 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:951 -msgid "Web configuration" -msgstr "Web configuration" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1143 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1556 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1563 -msgid "Str: " -msgstr "Str: " - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 -msgid " Inverse interval " -msgstr " Inverse interval " - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 -msgid "Alerts in module" -msgstr "Alerts in module" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 -#: ../../include/functions_reporting_html.php:2041 -msgid "Alert description" -msgstr "Alert description" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1465 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1585 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1656 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 -msgid "Preview" -msgstr "Preview" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 -msgid "Checks" -msgstr "Checks" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 -msgid "Deleted modules" -msgstr "Deleted modules" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1851 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1951 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2629 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2840 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 -msgid "Another module already exists with the same name" -msgstr "Another module already exists with the same name" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1862 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1959 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2434 -#, php-format -msgid "Error adding module %s" -msgstr "Error in adding module %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1872 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1969 -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" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 -#: ../../enterprise/godmode/policies/policy_modules.php:653 -msgid "Successfully added module." -msgstr "Module successfully added." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:1905 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1999 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2477 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 -#: ../../enterprise/meta/screens/screens.visualmap.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 -#: ../../enterprise/extensions/cron/main.php:260 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../enterprise/include/functions_networkmap_enterprise.php:608 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303 -#: ../../enterprise/godmode/alerts/alert_events_list.php:634 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 -#: ../../enterprise/godmode/agentes/collections.editor.php:178 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 -#: ../../enterprise/godmode/reporting/mysql_builder.php:86 -#: ../../enterprise/godmode/reporting/mysql_builder.php:100 -#: ../../enterprise/godmode/reporting/mysql_builder.php:110 -#: ../../enterprise/godmode/reporting/mysql_builder.php:152 -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../include/functions_groups.php:2136 ../../include/ajax/module.php:817 -#: ../../operation/gis_maps/gis_map.php:161 -#: ../../operation/search_reports.php:52 -#: ../../operation/agentes/estado_agente.php:530 -#: ../../operation/agentes/status_monitor.php:1095 -#: ../../operation/servers/recon_view.php:110 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/users/user_list.php:469 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/gis_maps/index.php:110 -#: ../../godmode/agentes/modificar_agente.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:399 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/servers/plugin.php:731 -#: ../../godmode/servers/servers.build_table.php:154 -#: ../../godmode/reporting/reporting_builder.list_items.php:424 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1044 -#: ../../godmode/reporting/reporting_builder.php:696 -msgid "Edit" -msgstr "Edit" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 -#: ../../enterprise/extensions/csv_import/main.php:41 -#, php-format -msgid "Could not create agent %s" -msgstr "Could not create agent %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 -msgid "Agent successfully added" -msgstr "Agent successfully added" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2052 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 -#, php-format -msgid "%s Modules created" -msgstr "%s Modules created" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 -#, php-format -msgid "Could not update agent %s" -msgstr "Could not update agent %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 -msgid "Agent successfully updated" -msgstr "Agent successfully updated" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 -#, php-format -msgid "%s Modules deleted" -msgstr "%s Modules deleted" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 -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 ." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2476 -msgid "Module successfully added." -msgstr "Module successfully added." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2548 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2637 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2848 -#, php-format -msgid "Error updating module %s" -msgstr "Error in updating module %s" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2571 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2660 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 -msgid "" -"There was an error updating the alerts, the operation has been cancelled" -msgstr "" -"There was an error in updating the alerts, the operation has been cancelled." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:2593 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2682 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2893 -msgid "Successfully updated module." -msgstr "Module successfully updated." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 -msgid "Manage agent modules" -msgstr "Manage agent modules" - -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 -#: ../../operation/integria_incidents/incident.php:141 -#: ../../operation/incidents/incident_detail.php:120 -msgid "No description available" -msgstr "No description available" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../enterprise/include/functions_reporting_pdf.php:1322 -#: ../../enterprise/include/functions_reporting_pdf.php:1458 -#: ../../enterprise/include/functions_reporting_pdf.php:2280 -#: ../../enterprise/operation/agentes/policy_view.php:306 -#: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/godmode/services/services.elements.php:320 -#: ../../enterprise/godmode/modules/configure_local_component.php:176 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:77 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1145 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:97 -#: ../../enterprise/godmode/policies/policy_modules.php:1020 -#: ../../mobile/operation/networkmaps.php:77 -#: ../../mobile/operation/networkmaps.php:78 -#: ../../mobile/operation/networkmaps.php:140 -#: ../../mobile/operation/networkmaps.php:141 -#: ../../mobile/operation/networkmaps.php:196 -#: ../../mobile/operation/events.php:347 ../../mobile/operation/events.php:348 -#: ../../mobile/operation/events.php:476 ../../mobile/operation/events.php:617 -#: ../../mobile/operation/events.php:618 -#: ../../mobile/operation/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../include/functions_snmp_browser.php:410 -#: ../../include/functions_reporting.php:4732 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../include/functions_visual_map_editor.php:386 -#: ../../include/functions_reporting_html.php:483 -#: ../../include/functions_reporting_html.php:1096 -#: ../../include/functions_reporting_html.php:1515 -#: ../../include/functions_reporting_html.php:2265 -#: ../../include/functions_events.php:886 -#: ../../include/functions_events.php:2362 ../../include/ajax/module.php:703 -#: ../../operation/events/events.php:74 -#: ../../operation/events/sound_events.php:73 -#: ../../operation/search_modules.php:49 -#: ../../operation/agentes/ver_agente.php:658 -#: ../../operation/agentes/networkmap_list.php:135 -#: ../../operation/agentes/networkmap_list.php:179 -#: ../../operation/agentes/networkmap_list.php:263 -#: ../../operation/agentes/status_monitor.php:924 -#: ../../operation/netflow/nf_live_view.php:251 -#: ../../godmode/events/event_responses.editor.php:115 -#: ../../godmode/alerts/alert_templates.php:38 -#: ../../godmode/alerts/alert_templates.php:253 -#: ../../godmode/alerts/alert_templates.php:301 -#: ../../godmode/agentes/module_manager_editor_common.php:156 -#: ../../godmode/agentes/planned_downtime.editor.php:479 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/agentes/module_manager.php:117 -#: ../../godmode/agentes/module_manager.php:516 -#: ../../godmode/agentes/agent_template.php:224 -#: ../../godmode/servers/plugin.php:686 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171 -#: ../../godmode/modules/manage_network_components.php:541 -#: ../../godmode/modules/manage_network_components_form_common.php:67 -#: ../../godmode/modules/manage_network_templates_form.php:197 -#: ../../godmode/reporting/reporting_builder.list_items.php:165 -#: ../../godmode/reporting/reporting_builder.list_items.php:192 -#: ../../godmode/reporting/reporting_builder.list_items.php:285 -#: ../../godmode/reporting/visual_console_builder.wizard.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:173 -#: ../../godmode/reporting/reporting_builder.item_editor.php:593 -msgid "Type" -msgstr "Type" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 -#: ../../enterprise/godmode/alerts/alert_events.php:505 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 -#: ../../include/functions_reporting_html.php:2043 -#: ../../include/functions_events.php:2168 -#: ../../operation/integria_incidents/incident.incident.php:90 -#: ../../operation/integria_incidents/incident.list.php:97 -#: ../../operation/agentes/estado_generalagente.php:405 -#: ../../operation/incidents/incident.php:241 -#: ../../operation/incidents/incident.php:333 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../godmode/snmpconsole/snmp_alert.php:835 -#: ../../godmode/snmpconsole/snmp_alert.php:900 -#: ../../godmode/alerts/configure_alert_template.php:727 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/alerts/alert_list.list.php:120 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/agentes/agent_incidents.php:88 -msgid "Priority" -msgstr "Priority" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 -#: ../../godmode/alerts/alert_templates.php:62 -msgid "Everyday" -msgstr "Everyday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 -#: ../../enterprise/include/functions_reporting.php:1114 -#: ../../enterprise/include/functions_reporting.php:1370 -#: ../../enterprise/include/functions_reporting.php:1804 -#: ../../enterprise/include/functions_reporting_pdf.php:1659 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1267 -#: ../../include/functions_html.php:827 -#: ../../godmode/alerts/configure_alert_special_days.php:78 -#: ../../godmode/alerts/alert_special_days.php:196 -#: ../../godmode/alerts/alert_templates.php:65 -#: ../../godmode/reporting/reporting_builder.item_editor.php:751 -msgid "Monday" -msgstr "Monday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 -#: ../../enterprise/include/functions_reporting.php:1115 -#: ../../enterprise/include/functions_reporting.php:1371 -#: ../../enterprise/include/functions_reporting.php:1805 -#: ../../enterprise/include/functions_reporting_pdf.php:1660 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273 -#: ../../include/functions_html.php:828 -#: ../../godmode/alerts/configure_alert_special_days.php:79 -#: ../../godmode/alerts/alert_special_days.php:199 -#: ../../godmode/alerts/alert_templates.php:66 -#: ../../godmode/reporting/reporting_builder.item_editor.php:757 -msgid "Tuesday" -msgstr "Tuesday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 -#: ../../enterprise/include/functions_reporting.php:1116 -#: ../../enterprise/include/functions_reporting.php:1372 -#: ../../enterprise/include/functions_reporting.php:1806 -#: ../../enterprise/include/functions_reporting_pdf.php:1661 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1279 -#: ../../include/functions_html.php:829 -#: ../../godmode/alerts/configure_alert_special_days.php:80 -#: ../../godmode/alerts/alert_special_days.php:202 -#: ../../godmode/alerts/alert_templates.php:67 -#: ../../godmode/reporting/reporting_builder.item_editor.php:763 -msgid "Wednesday" -msgstr "Wednesday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 -#: ../../enterprise/include/functions_reporting.php:1117 -#: ../../enterprise/include/functions_reporting.php:1373 -#: ../../enterprise/include/functions_reporting.php:1807 -#: ../../enterprise/include/functions_reporting_pdf.php:1662 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1285 -#: ../../include/functions_html.php:830 -#: ../../godmode/alerts/configure_alert_special_days.php:81 -#: ../../godmode/alerts/alert_special_days.php:205 -#: ../../godmode/alerts/alert_templates.php:68 -#: ../../godmode/reporting/reporting_builder.item_editor.php:769 -msgid "Thursday" -msgstr "Thursday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 -#: ../../enterprise/include/functions_reporting.php:1118 -#: ../../enterprise/include/functions_reporting.php:1374 -#: ../../enterprise/include/functions_reporting.php:1808 -#: ../../enterprise/include/functions_reporting_pdf.php:1663 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 -#: ../../include/functions_html.php:831 -#: ../../godmode/alerts/configure_alert_special_days.php:82 -#: ../../godmode/alerts/alert_special_days.php:208 -#: ../../godmode/alerts/alert_templates.php:69 -#: ../../godmode/reporting/reporting_builder.item_editor.php:775 -msgid "Friday" -msgstr "Friday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 -#: ../../enterprise/include/functions_reporting.php:1119 -#: ../../enterprise/include/functions_reporting.php:1375 -#: ../../enterprise/include/functions_reporting.php:1809 -#: ../../enterprise/include/functions_reporting_pdf.php:1664 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 -#: ../../include/functions_html.php:832 -#: ../../godmode/alerts/configure_alert_special_days.php:83 -#: ../../godmode/alerts/alert_special_days.php:211 -#: ../../godmode/alerts/alert_templates.php:70 -#: ../../godmode/reporting/reporting_builder.item_editor.php:781 -msgid "Saturday" -msgstr "Saturday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 -#: ../../enterprise/include/functions_reporting.php:1120 -#: ../../enterprise/include/functions_reporting.php:1376 -#: ../../enterprise/include/functions_reporting.php:1810 -#: ../../enterprise/include/functions_reporting_pdf.php:1665 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1303 -#: ../../include/functions_html.php:826 -#: ../../godmode/alerts/configure_alert_special_days.php:84 -#: ../../godmode/alerts/alert_special_days.php:214 -#: ../../godmode/alerts/alert_templates.php:71 -#: ../../godmode/reporting/reporting_builder.item_editor.php:787 -msgid "Sunday" -msgstr "Sunday" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../enterprise/extensions/ipam/ipam_editor.php:82 -#: ../../enterprise/godmode/setup/setup_history.php:64 -#: ../../include/functions_config.php:631 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Days" -msgstr "Days" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Every" -msgstr "Every" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 -#: ../../enterprise/godmode/alerts/alert_events.php:453 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 -#: ../../godmode/snmpconsole/snmp_alert.php:813 -#: ../../godmode/alerts/configure_alert_template.php:545 -#: ../../godmode/alerts/alert_templates.php:89 -#: ../../godmode/alerts/alert_view.php:306 -msgid "Time threshold" -msgstr "Time threshold" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -#: ../../enterprise/include/functions_reporting_pdf.php:2085 -#: ../../enterprise/include/functions_reporting_pdf.php:2135 -#: ../../enterprise/include/functions_reporting_pdf.php:2171 -#: ../../enterprise/include/functions_reporting_pdf.php:2209 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:199 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../godmode/alerts/alert_list.list.php:521 -#: ../../godmode/alerts/alert_list.list.php:525 -#: ../../godmode/agentes/planned_downtime.list.php:141 -msgid "From" -msgstr "From" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -#: ../../enterprise/include/functions_reporting.php:1928 -#: ../../enterprise/include/functions_reporting.php:2039 -#: ../../enterprise/include/functions_reporting.php:3214 -#: ../../enterprise/godmode/alerts/alert_events_list.php:560 -#: ../../enterprise/godmode/alerts/alert_events_list.php:601 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -#: ../../enterprise/godmode/policies/policy_alerts.php:337 -#: ../../enterprise/godmode/policies/policy_alerts.php:469 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 -#: ../../include/functions_reporting.php:8425 -#: ../../operation/reporting/reporting_viewer.php:203 -#: ../../godmode/alerts/alert_templates.php:96 -#: ../../godmode/alerts/alert_list.list.php:522 -#: ../../godmode/alerts/alert_list.list.php:597 -#: ../../godmode/alerts/alert_list.builder.php:121 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -msgid "to" -msgstr "to" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 -#: ../../enterprise/operation/agentes/policy_view.php:146 -#: ../../enterprise/operation/agentes/policy_view.php:210 -#: ../../enterprise/operation/agentes/policy_view.php:442 -#: ../../include/functions.php:1999 -#: ../../godmode/alerts/configure_alert_template.php:874 -#: ../../godmode/alerts/alert_list.builder.php:209 -#: ../../godmode/modules/manage_network_components_form_wmi.php:58 -#: ../../godmode/modules/manage_network_components_form_plugin.php:29 -#: ../../godmode/modules/manage_network_components_form_network.php:82 -msgid "Empty" -msgstr "Empty" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/meta/monitoring/group_view.php:150 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../mobile/operation/alerts.php:253 -#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909 -#: ../../include/functions_agents.php:2074 -#: ../../include/functions_agents.php:2086 -#: ../../include/functions_reporting.php:6329 ../../include/functions.php:1007 -#: ../../include/functions_events.php:1143 -#: ../../include/functions_events.php:1410 -#: ../../operation/events/sound_events.php:74 -#: ../../operation/snmpconsole/snmp_view.php:633 -#: ../../operation/agentes/group_view.php:155 -#: ../../godmode/alerts/alert_list.list.php:620 -#: ../../godmode/alerts/alert_view.php:85 -msgid "Alert fired" -msgstr "Alert fired" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 -#: ../../enterprise/operation/agentes/policy_view.php:273 -#: ../../enterprise/godmode/alerts/alert_events_list.php:626 -#: ../../mobile/operation/alerts.php:261 -#: ../../extensions/agents_alerts.php:330 ../../include/functions_ui.php:917 -#: ../../include/functions_agents.php:2077 -#: ../../include/functions_agents.php:2089 -#: ../../include/functions_reporting.php:6274 -#: ../../operation/snmpconsole/snmp_view.php:636 -#: ../../godmode/alerts/alert_list.list.php:628 -#: ../../godmode/alerts/alert_view.php:93 -msgid "Alert not fired" -msgstr "Alert not fired" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:618 -#: ../../mobile/operation/alerts.php:253 -#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909 -#: ../../godmode/alerts/alert_list.list.php:620 -#: ../../godmode/alerts/alert_view.php:85 -msgid "times" -msgstr "amount of times alert was fired" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 -#: ../../enterprise/operation/agentes/policy_view.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:622 -#: ../../mobile/operation/alerts.php:257 -#: ../../extensions/agents_alerts.php:326 ../../include/functions_ui.php:913 -#: ../../include/functions_reporting.php:6335 -#: ../../godmode/alerts/alert_list.list.php:624 -#: ../../godmode/alerts/alert_view.php:89 -msgid "Alert disabled" -msgstr "Alert disabled" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 -#: ../../enterprise/extensions/ipam/ipam_network.php:542 -#: ../../enterprise/extensions/ipam/ipam_massive.php:79 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 -#: ../../enterprise/include/functions_reporting_pdf.php:2262 -#: ../../enterprise/godmode/setup/setup.php:98 -#: ../../include/functions_groups.php:2128 -#: ../../include/functions_reporting_html.php:1496 -#: ../../operation/agentes/estado_generalagente.php:298 -#: ../../godmode/alerts/configure_alert_template.php:648 -msgid "Enabled" -msgstr "Enabled" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 -#: ../../enterprise/operation/agentes/policy_view.php:221 -#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:815 -#: ../../operation/agentes/alerts_status.functions.php:80 -#: ../../godmode/alerts/alert_list.list.php:133 -msgid "Standby on" -msgstr "Standby on" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 -#: ../../mobile/operation/alerts.php:45 -#: ../../operation/agentes/alerts_status.functions.php:81 -#: ../../godmode/alerts/alert_list.list.php:134 -msgid "Standby off" -msgstr "Standby off" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -#: ../../include/functions_treeview.php:369 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -msgid "There was a problem loading agent" -msgstr "There was a problem loading agent" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -#: ../../mobile/operation/agent.php:134 -#: ../../include/functions_treeview.php:412 -#: ../../operation/agentes/estado_generalagente.php:269 -msgid "Other IP addresses" -msgstr "Other IP addresses" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -#: ../../include/functions_treeview.php:483 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../operation/agentes/estado_generalagente.php:160 -msgid "Agent Version" -msgstr "Agent Version" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -#: ../../include/functions_treeview.php:500 -#: ../../operation/agentes/estado_generalagente.php:311 -msgid "Position (Long, Lat)" -msgstr "Position (Long, Lat)" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -#: ../../operation/agentes/estado_generalagente.php:314 -msgid "There is no GIS data." -msgstr "There is no GIS data." - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 -#: ../../include/functions_treeview.php:509 -#: ../../operation/agentes/ver_agente.php:880 -#: ../../operation/agentes/ver_agente.php:1040 -#: ../../operation/agentes/estado_generalagente.php:330 -#: ../../godmode/agentes/agent_manager.php:389 -msgid "Url address" -msgstr "URL address" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../include/functions_treeview.php:443 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../operation/agentes/estado_generalagente.php:206 -msgid "Remote" -msgstr "Remote" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 -#: ../../enterprise/extensions/cron/main.php:258 -#: ../../enterprise/extensions/ipam/ipam_list.php:91 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 -#: ../../include/functions_ui.php:450 ../../include/functions_treeview.php:436 -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 -#: ../../operation/agentes/estado_generalagente.php:211 -#: ../../godmode/snmpconsole/snmp_alert.php:1111 -#: ../../godmode/db/db_main.php:183 -msgid "Never" -msgstr "Never" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -#: ../../include/functions_treeview.php:517 -#: ../../operation/agentes/estado_generalagente.php:339 -msgid "Timezone Offset" -msgstr "Timezone Offset" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -#: ../../include/functions_treeview.php:451 -msgid "Next agent contact" -msgstr "Next agent contact" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -#: ../../include/functions_treeview.php:532 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:355 -msgid "Custom field" -msgstr "Custom field" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -#: ../../operation/agentes/custom_fields.php:87 -#: ../../operation/agentes/agent_fields.php:48 -msgid "empty" -msgstr "empty" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 -msgid "Go to agent detail" -msgstr "Go to agent detail" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../enterprise/extensions/csv_import/main.php:88 -#: ../../include/functions_filemanager.php:636 -msgid "Go" -msgstr "Go" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 -msgid "Create new module" -msgstr "Create new module" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 -#: ../../enterprise/extensions/cron/main.php:320 -#: ../../enterprise/extensions/backup/main.php:167 -#: ../../enterprise/extensions/ipam/ipam_editor.php:108 -#: ../../enterprise/extensions/ipam/ipam_list.php:125 -#: ../../enterprise/godmode/services/services.elements.php:408 -#: ../../enterprise/godmode/services/services.service.php:360 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:89 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:276 -#: ../../enterprise/godmode/alerts/alert_events_list.php:671 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 -#: ../../enterprise/godmode/agentes/collections.php:235 -#: ../../enterprise/godmode/agentes/collections.data.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:125 -#: ../../enterprise/godmode/agentes/collections.data.php:144 -#: ../../enterprise/godmode/agentes/collections.data.php:159 -#: ../../enterprise/godmode/agentes/collections.data.php:181 -#: ../../enterprise/godmode/agentes/collections.data.php:223 -#: ../../enterprise/godmode/agentes/collections.editor.php:117 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../enterprise/godmode/setup/edit_skin.php:269 -#: ../../enterprise/godmode/modules/local_components.php:539 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 -#: ../../enterprise/godmode/modules/configure_local_component.php:469 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/policies/policies.php:424 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policy_modules.php:304 -#: ../../include/functions_filemanager.php:615 -#: ../../include/functions_filemanager.php:652 -#: ../../include/functions_visual_map_editor.php:437 -#: ../../operation/integria_incidents/incident.incident.php:126 -#: ../../operation/gis_maps/gis_map.php:180 -#: ../../operation/agentes/networkmap_list.php:252 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/events/event_edit_filter.php:388 -#: ../../godmode/users/configure_user.php:581 -#: ../../godmode/users/profile_list.php:404 -#: ../../godmode/category/edit_category.php:174 -#: ../../godmode/snmpconsole/snmp_alert.php:874 -#: ../../godmode/snmpconsole/snmp_alert.php:1221 -#: ../../godmode/snmpconsole/snmp_filters.php:108 -#: ../../godmode/snmpconsole/snmp_filters.php:156 -#: ../../godmode/gis_maps/index.php:127 -#: ../../godmode/alerts/alert_commands.php:370 -#: ../../godmode/alerts/configure_alert_special_days.php:101 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/alert_special_days.php:235 -#: ../../godmode/alerts/alert_list.php:300 -#: ../../godmode/alerts/alert_templates.php:363 -#: ../../godmode/alerts/alert_list.list.php:720 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/agentes/agent_manager.php:459 -#: ../../godmode/agentes/planned_downtime.list.php:364 -#: ../../godmode/agentes/planned_downtime.list.php:514 -#: ../../godmode/agentes/module_manager_editor.php:490 -#: ../../godmode/agentes/module_manager.php:122 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/servers/plugin.php:492 -#: ../../godmode/servers/recon_script.php:220 -#: ../../godmode/servers/manage_recontask.php:381 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../godmode/groups/configure_modu_group.php:80 -#: ../../godmode/groups/configure_group.php:208 -#: ../../godmode/setup/news.php:204 ../../godmode/setup/links.php:117 -#: ../../godmode/setup/os.php:49 ../../godmode/setup/os.php:73 -#: ../../godmode/setup/gis.php:93 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/modules/manage_nc_groups.php:244 -#: ../../godmode/modules/manage_network_components.php:620 -#: ../../godmode/modules/manage_network_templates.php:228 -#: ../../godmode/modules/manage_nc_groups_form.php:83 -#: ../../godmode/modules/manage_network_components_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:157 -#: ../../godmode/reporting/graph_builder.main.php:164 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1041 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/tag/edit_tag.php:227 -msgid "Create" -msgstr "Create" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 -#: ../../godmode/groups/configure_modu_group.php:47 -#: ../../godmode/groups/configure_group.php:68 -msgid "There was a problem loading group" -msgstr "There was a problem loading group" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 -msgid "Group name" -msgstr "Group name" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 -#: ../../include/functions_visual_map_editor.php:492 -#: ../../operation/agentes/ver_agente.php:706 -#: ../../operation/agentes/estado_generalagente.php:279 -#: ../../godmode/agentes/agent_manager.php:233 -#: ../../godmode/groups/configure_group.php:132 -#: ../../godmode/massive/massive_edit_agents.php:267 -#: ../../godmode/modules/manage_nc_groups_form.php:69 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Parent" -msgstr "Parent" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 -#: ../../include/functions_visual_map.php:2296 -#: ../../include/functions_visual_map_editor.php:60 -#: ../../include/functions_visual_map_editor.php:576 -#: ../../godmode/groups/group_list.php:335 -#: ../../godmode/groups/configure_group.php:117 -#: ../../godmode/setup/os.builder.php:39 -#: ../../godmode/modules/module_list.php:57 -#: ../../godmode/reporting/visual_console_builder.elements.php:183 -msgid "Icon" -msgstr "Icon" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 -#: ../../include/functions_treeview.php:47 -msgid "There was a problem loading module" -msgstr "There was a problem loading the module." - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 -#: ../../enterprise/include/functions_reporting_pdf.php:2279 -#: ../../mobile/operation/modules.php:420 -#: ../../mobile/operation/modules.php:643 ../../include/ajax/module.php:706 -#: ../../operation/agentes/status_monitor.php:448 -#: ../../operation/agentes/status_monitor.php:931 -#: ../../godmode/alerts/alert_list.list.php:84 -#: ../../godmode/agentes/agent_template.php:223 -#: ../../godmode/modules/manage_network_components.php:540 -#: ../../godmode/modules/manage_network_templates_form.php:196 -msgid "Module name" -msgstr "Module name" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/godmode/modules/configure_local_component.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1384 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../extensions/agents_modules.php:75 -#: ../../include/functions_graph.php:4884 -#: ../../include/functions_treeview.php:123 -#: ../../include/functions_events.php:2070 -#: ../../operation/agentes/estado_monitores.php:438 -#: ../../operation/agentes/ver_agente.php:662 -#: ../../operation/agentes/networkmap.php:459 -#: ../../operation/agentes/status_monitor.php:428 -#: ../../godmode/agentes/module_manager_editor_common.php:223 -#: ../../godmode/massive/massive_edit_modules.php:487 -#: ../../godmode/modules/manage_network_components_form_common.php:93 -#: ../../godmode/reporting/reporting_builder.item_editor.php:825 -msgid "Module group" -msgstr "Module group" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -#: ../../include/functions_graph.php:4837 -#: ../../include/functions_treeview.php:118 -#: ../../operation/agentes/status_monitor.php:440 -#: ../../godmode/agentes/module_manager_editor_common.php:225 -#: ../../godmode/massive/massive_edit_modules.php:490 -msgid "Not assigned" -msgstr "Not assigned" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 -#: ../../godmode/massive/massive_delete_modules.php:405 -#: ../../godmode/massive/massive_edit_modules.php:248 -msgid "Module type" -msgstr "Module type" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 -msgid "Go to module detail" -msgstr "Go to module detail" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -msgid "Edit module" -msgstr "Edit module" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 -#: ../../godmode/agentes/module_manager_editor_common.php:142 -msgid "Delete module" -msgstr "Delete module" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 -msgid "Create new alert" -msgstr "Create new alert" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 -msgid "There was a problem loading alert" -msgstr "A problem occurred while loading alerts" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 -#: ../../enterprise/godmode/reporting/graph_template_list.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:284 -#: ../../godmode/alerts/alert_list.list.php:56 -msgid "Template name" -msgstr "Template name" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../operation/agentes/alerts_status.functions.php:102 -#: ../../operation/agentes/alerts_status.php:410 -#: ../../operation/agentes/alerts_status.php:454 -#: ../../operation/agentes/alerts_status.php:488 -#: ../../operation/agentes/alerts_status.php:522 -#: ../../godmode/alerts/alert_list.list.php:131 -msgid "Standby" -msgstr "Stand by" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 -#: ../../enterprise/operation/agentes/policy_view.php:197 -#: ../../extensions/agents_alerts.php:280 -#: ../../include/functions_reporting_html.php:2269 -#: ../../operation/agentes/alerts_status.php:423 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:529 -#: ../../godmode/snmpconsole/snmp_alert.php:1063 -#: ../../godmode/alerts/alert_view.php:79 -msgid "Last fired" -msgstr "Last fired" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 -msgid "Stand By" -msgstr "Stand By" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/meta/advanced/metasetup.password.php:79 -#: ../../enterprise/meta/advanced/metasetup.password.php:90 -#: ../../enterprise/meta/advanced/metasetup.password.php:96 -#: ../../enterprise/meta/advanced/metasetup.password.php:107 -#: ../../enterprise/meta/advanced/metasetup.password.php:123 -#: ../../enterprise/meta/advanced/metasetup.password.php:129 -#: ../../enterprise/meta/advanced/metasetup.visual.php:132 -#: ../../enterprise/meta/advanced/metasetup.visual.php:138 -#: ../../enterprise/meta/advanced/metasetup.visual.php:176 -#: ../../enterprise/meta/advanced/metasetup.visual.php:185 -#: ../../enterprise/meta/advanced/metasetup.performance.php:83 -#: ../../enterprise/meta/advanced/metasetup.setup.php:109 -#: ../../enterprise/meta/advanced/metasetup.setup.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 -#: ../../enterprise/godmode/setup/setup.php:31 -#: ../../enterprise/godmode/setup/setup.php:40 -#: ../../enterprise/godmode/setup/setup.php:56 -#: ../../enterprise/godmode/setup/setup.php:149 -#: ../../enterprise/godmode/setup/setup.php:214 -#: ../../enterprise/godmode/setup/setup.php:253 -#: ../../enterprise/godmode/setup/setup.php:262 -#: ../../enterprise/godmode/setup/setup.php:267 -#: ../../enterprise/godmode/setup/setup.php:276 -#: ../../enterprise/godmode/setup/setup.php:290 -#: ../../enterprise/godmode/setup/setup.php:295 -#: ../../enterprise/godmode/setup/setup_auth.php:61 -#: ../../enterprise/godmode/setup/setup_auth.php:72 -#: ../../enterprise/godmode/setup/setup_auth.php:108 -#: ../../enterprise/godmode/setup/setup_history.php:46 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:325 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/snmpconsole/snmp_view.php:426 -#: ../../operation/netflow/nf_live_view.php:265 -#: ../../godmode/users/configure_user.php:513 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/agentes/agent_manager.php:381 -#: ../../godmode/agentes/agent_conf_gis.php:79 -#: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../godmode/servers/manage_recontask.php:329 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../godmode/setup/setup_general.php:70 -#: ../../godmode/setup/setup_general.php:74 -#: ../../godmode/setup/setup_general.php:94 -#: ../../godmode/setup/setup_general.php:98 -#: ../../godmode/setup/setup_general.php:179 -#: ../../godmode/setup/setup_general.php:234 -#: ../../godmode/setup/setup_general.php:242 -#: ../../godmode/setup/setup_general.php:251 -#: ../../godmode/setup/setup_general.php:272 -#: ../../godmode/setup/performance.php:98 -#: ../../godmode/setup/performance.php:105 -#: ../../godmode/setup/performance.php:112 -#: ../../godmode/setup/setup_auth.php:70 ../../godmode/setup/setup_auth.php:78 -#: ../../godmode/setup/setup_auth.php:162 -#: ../../godmode/setup/setup_auth.php:203 -#: ../../godmode/setup/setup_visuals.php:85 -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../godmode/setup/setup_visuals.php:163 -#: ../../godmode/setup/setup_visuals.php:191 -#: ../../godmode/setup/setup_visuals.php:350 -#: ../../godmode/setup/setup_visuals.php:356 -#: ../../godmode/setup/setup_visuals.php:366 -#: ../../godmode/setup/setup_visuals.php:499 -#: ../../godmode/setup/setup_visuals.php:526 -#: ../../godmode/massive/massive_edit_agents.php:277 -#: ../../godmode/massive/massive_edit_agents.php:393 -#: ../../godmode/massive/massive_edit_agents.php:400 -#: ../../godmode/massive/massive_edit_modules.php:384 -#: ../../godmode/massive/massive_edit_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:448 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:554 -#: ../../godmode/massive/massive_edit_modules.php:573 -#: ../../godmode/reporting/visual_console_builder.wizard.php:226 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/reporting/reporting_builder.php:629 -#: ../../godmode/reporting/reporting_builder.main.php:111 -msgid "Yes" -msgstr "Yes" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/meta/advanced/metasetup.password.php:80 -#: ../../enterprise/meta/advanced/metasetup.password.php:91 -#: ../../enterprise/meta/advanced/metasetup.password.php:97 -#: ../../enterprise/meta/advanced/metasetup.password.php:108 -#: ../../enterprise/meta/advanced/metasetup.password.php:124 -#: ../../enterprise/meta/advanced/metasetup.password.php:130 -#: ../../enterprise/meta/advanced/metasetup.visual.php:133 -#: ../../enterprise/meta/advanced/metasetup.visual.php:139 -#: ../../enterprise/meta/advanced/metasetup.visual.php:180 -#: ../../enterprise/meta/advanced/metasetup.visual.php:189 -#: ../../enterprise/meta/advanced/metasetup.performance.php:84 -#: ../../enterprise/meta/advanced/metasetup.setup.php:110 -#: ../../enterprise/meta/advanced/metasetup.setup.php:161 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 -#: ../../enterprise/godmode/setup/setup.php:32 -#: ../../enterprise/godmode/setup/setup.php:41 -#: ../../enterprise/godmode/setup/setup.php:57 -#: ../../enterprise/godmode/setup/setup.php:150 -#: ../../enterprise/godmode/setup/setup.php:215 -#: ../../enterprise/godmode/setup/setup.php:254 -#: ../../enterprise/godmode/setup/setup.php:263 -#: ../../enterprise/godmode/setup/setup.php:268 -#: ../../enterprise/godmode/setup/setup.php:277 -#: ../../enterprise/godmode/setup/setup.php:291 -#: ../../enterprise/godmode/setup/setup.php:296 -#: ../../enterprise/godmode/setup/setup_auth.php:64 -#: ../../enterprise/godmode/setup/setup_auth.php:75 -#: ../../enterprise/godmode/setup/setup_auth.php:109 -#: ../../enterprise/godmode/setup/setup_history.php:47 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 -#: ../../mobile/operation/events.php:181 ../../mobile/operation/events.php:188 -#: ../../include/functions_events.php:2370 -#: ../../include/functions_events.php:2377 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/snmpconsole/snmp_view.php:429 -#: ../../operation/netflow/nf_live_view.php:266 -#: ../../godmode/users/configure_user.php:513 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/agentes/agent_manager.php:384 -#: ../../godmode/agentes/agent_conf_gis.php:80 -#: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../godmode/servers/manage_recontask.php:329 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 ../../godmode/setup/news.php:264 -#: ../../godmode/setup/setup_general.php:71 -#: ../../godmode/setup/setup_general.php:75 -#: ../../godmode/setup/setup_general.php:95 -#: ../../godmode/setup/setup_general.php:99 -#: ../../godmode/setup/setup_general.php:180 -#: ../../godmode/setup/setup_general.php:237 -#: ../../godmode/setup/setup_general.php:245 -#: ../../godmode/setup/setup_general.php:252 -#: ../../godmode/setup/setup_general.php:273 -#: ../../godmode/setup/performance.php:99 -#: ../../godmode/setup/performance.php:106 -#: ../../godmode/setup/performance.php:113 -#: ../../godmode/setup/setup_auth.php:71 ../../godmode/setup/setup_auth.php:79 -#: ../../godmode/setup/setup_auth.php:163 -#: ../../godmode/setup/setup_auth.php:206 -#: ../../godmode/setup/setup_visuals.php:89 -#: ../../godmode/setup/setup_visuals.php:158 -#: ../../godmode/setup/setup_visuals.php:166 -#: ../../godmode/setup/setup_visuals.php:193 -#: ../../godmode/setup/setup_visuals.php:351 -#: ../../godmode/setup/setup_visuals.php:358 -#: ../../godmode/setup/setup_visuals.php:370 -#: ../../godmode/setup/setup_visuals.php:503 -#: ../../godmode/setup/setup_visuals.php:530 -#: ../../godmode/massive/massive_edit_agents.php:277 -#: ../../godmode/massive/massive_edit_agents.php:394 -#: ../../godmode/massive/massive_edit_agents.php:400 -#: ../../godmode/massive/massive_edit_modules.php:385 -#: ../../godmode/massive/massive_edit_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:449 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:555 -#: ../../godmode/massive/massive_edit_modules.php:573 -#: ../../godmode/reporting/visual_console_builder.wizard.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:272 -#: ../../godmode/reporting/reporting_builder.php:631 -#: ../../godmode/reporting/reporting_builder.main.php:115 -msgid "No" -msgstr "No" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 -msgid "Go to Alert detail" -msgstr "Go to Alert detail" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 -msgid "Delete alert" -msgstr "Delete alert" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 -msgid "There was a problem loading tag" -msgstr "There was a problem in loading the tag." - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 -#: ../../godmode/tag/tag.php:199 -msgid "Tag name" -msgstr "Tag name" - -#: ../../enterprise/meta/include/functions_users_meta.php:168 -#: ../../enterprise/meta/include/functions_users_meta.php:187 -#: ../../enterprise/meta/general/main_header.php:242 -#: ../../enterprise/meta/general/main_header.php:308 -#: ../../godmode/users/configure_user.php:82 -#: ../../godmode/users/configure_profile.php:41 -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 -#: ../../godmode/users/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -msgid "User management" -msgstr "User management" - -#: ../../enterprise/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -#: ../../godmode/menu.php:74 ../../godmode/users/configure_user.php:86 -#: ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/user_list.php:117 -#: ../../godmode/users/profile_list.php:49 -msgid "Profile management" -msgstr "Profile management" - -#: ../../enterprise/meta/include/functions_users_meta.php:178 -#: ../../enterprise/meta/include/functions_users_meta.php:190 -#: ../../enterprise/meta/general/main_header.php:408 -#: ../../enterprise/meta/general/main_header.php:413 -#: ../../operation/menu.php:325 ../../general/header.php:272 -#: ../../general/header.php:274 -msgid "Edit my user" -msgstr "Edit my user" - -#: ../../enterprise/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "User synchronization" - -#: ../../enterprise/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "Group synchronization" - -#: ../../enterprise/meta/screens/screens.visualmap.php:60 -msgid "Create visualmap" -msgstr "Create visual map" - -#: ../../enterprise/meta/screens/screens.visualmap.php:120 -#: ../../godmode/reporting/visual_console_builder.php:240 -msgid "Successfully created." -msgstr "Successfully created." - -#: ../../enterprise/meta/screens/screens.visualmap.php:123 -#: ../../godmode/reporting/visual_console_builder.php:253 -msgid "Could not be created." -msgstr "Could not be created." - -#: ../../enterprise/meta/screens/screens.visualmap.php:149 -#: ../../enterprise/meta/screens/screens.visualmap.php:165 -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 -#: ../../operation/agentes/estado_agente.php:527 -#: ../../operation/visual_console/render_view.php:128 -#: ../../godmode/gis_maps/index.php:72 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:508 -#: ../../godmode/agentes/configurar_agente.php:256 -#: ../../godmode/servers/manage_recontask.php:32 -#: ../../godmode/setup/setup_visuals.php:129 -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../godmode/setup/setup_visuals.php:151 -#: ../../godmode/setup/setup_visuals.php:207 -#: ../../godmode/reporting/visual_console_builder.php:665 -msgid "View" -msgstr "View" - -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -#: ../../operation/visual_console/render_view.php:125 -#: ../../godmode/reporting/visual_console_builder.php:662 -msgid "Builder" -msgstr "Builder" - -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/general/main_header.php:110 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/include/functions_reporting.php:31 -#: ../../enterprise/include/functions_reporting.php:4664 -#: ../../enterprise/include/functions_reporting.php:4686 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:68 -#: ../../operation/visual_console/render_view.php:122 -#: ../../godmode/reporting/visual_console_builder.wizard.php:311 -#: ../../godmode/reporting/visual_console_builder.php:659 -msgid "Wizard" -msgstr "Wizard" - -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -#: ../../operation/visual_console/render_view.php:112 -#: ../../godmode/reporting/visual_console_builder.php:649 -msgid "List elements" -msgstr "List elements" - -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -#: ../../operation/visual_console/render_view.php:109 -#: ../../operation/reporting/graph_viewer.php:133 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../godmode/reporting/graph_builder.php:189 -#: ../../godmode/reporting/visual_console_builder.php:646 -#: ../../godmode/reporting/reporting_builder.php:1826 -#: ../../godmode/reporting/reporting_builder.main.php:51 -msgid "Main data" -msgstr "Main data" - -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -#: ../../operation/gis_maps/render_view.php:116 -#: ../../operation/visual_console/render_view.php:104 -#: ../../godmode/reporting/visual_console_builder.php:643 -msgid "Show link to public Visual Console" -msgstr "Show link to public Visual Console" - -#: ../../enterprise/meta/screens/screens.visualmap.php:196 -#: ../../operation/visual_console/render_view.php:95 -#: ../../godmode/reporting/visual_console_builder.php:640 -msgid "Visual consoles list" -msgstr "Visual consoles list" - -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -#: ../../godmode/reporting/visual_console_builder.php:671 -msgid "New visual console" -msgstr "New visual console" - -#: ../../enterprise/meta/screens/screens.visualmap.php:216 -#: ../../enterprise/meta/screens/screens.visualmap.php:220 -#: ../../extensions/resource_exportation.php:351 ../../operation/menu.php:127 -#: ../../operation/users/user_edit.php:292 -msgid "Visual console" -msgstr "Visual console" - -#: ../../enterprise/meta/screens/screens.php:35 -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/general/main_header.php:174 -msgid "Screens" -msgstr "Screens" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 -#, php-format -msgid "Error creating/updating %s/%s tags" -msgstr "Error in creating / updating %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 -#, php-format -msgid "Created/Updated %s/%s tags" -msgstr "Created / updated %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 -msgid "Synchronizing Tags" -msgstr "Synchronizing Tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.user.php:509 -#: ../../enterprise/meta/advanced/policymanager.sync.php:296 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -msgid "This metaconsole" -msgstr "This meta-console" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 -#: ../../enterprise/meta/advanced/synchronizing.component.php:320 -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../enterprise/meta/advanced/synchronizing.group.php:157 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 -#: ../../godmode/massive/massive_copy_modules.php:168 -msgid "Targets" -msgstr "Targets" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/advanced/policymanager.sync.php:315 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -msgid "Sync" -msgstr "Sync" - -#: ../../enterprise/meta/advanced/synchronizing.php:35 -#: ../../enterprise/meta/general/main_header.php:237 -msgid "Synchronizing" -msgstr "Synchronising" - -#: ../../enterprise/meta/advanced/synchronizing.php:60 -#: ../../enterprise/meta/advanced/synchronizing.php:82 -msgid "Users synchronization" -msgstr "Users synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:64 -#: ../../enterprise/meta/advanced/synchronizing.php:85 -msgid "Groups synchronization" -msgstr "Groups synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:68 -#: ../../enterprise/meta/advanced/synchronizing.php:88 -msgid "Alerts synchronization" -msgstr "Alerts synchronisation" - -#: ../../enterprise/meta/advanced/synchronizing.php:72 -#: ../../enterprise/meta/advanced/synchronizing.php:91 -msgid "Components synchronization" -msgstr "Components synchronization" - -#: ../../enterprise/meta/advanced/synchronizing.php:76 -#: ../../enterprise/meta/advanced/synchronizing.php:94 -msgid "Tags synchronization" -msgstr "Tags synchronisation" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:60 -#: ../../enterprise/godmode/policies/policy_queue.php:59 -msgid "Operation successfully deleted from the queue" -msgstr "Operation successfully deleted from the queue." - -#: ../../enterprise/meta/advanced/policymanager.queue.php:61 -#: ../../enterprise/godmode/policies/policy_queue.php:60 -msgid "Operation cannot be deleted from the queue" -msgstr "Operation cannot be deleted from the queue." - -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/meta/advanced/policymanager.sync.php:306 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/include/functions_policies.php:3751 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:110 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../include/ajax/module.php:700 -#: ../../operation/agentes/ver_agente.php:1034 -#: ../../operation/agentes/alerts_status.php:406 -#: ../../operation/agentes/alerts_status.php:451 -#: ../../operation/agentes/status_monitor.php:916 -#: ../../godmode/alerts/alert_view.php:123 -#: ../../godmode/agentes/module_manager.php:510 -msgid "Policy" -msgstr "Policy" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -msgid "Apply (database and files)" -msgstr "Apply (database and files)" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:309 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:418 -msgid "Apply (only database)" -msgstr "Apply (only database)" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Complete" -msgstr "Complete" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Incomplete" -msgstr "Incomplete" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:257 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 -#: ../../enterprise/meta/monitoring/group_view.php:95 -#: ../../enterprise/meta/monitoring/group_view.php:132 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/include/functions_policies.php:3271 -#: ../../enterprise/include/functions_reporting.php:4026 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:664 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 -#: ../../enterprise/operation/services/services.service_map.php:124 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:150 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policies.php:254 -#: ../../enterprise/godmode/policies/policies.php:355 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/policies/policy_agents.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:316 -#: ../../mobile/include/functions_web.php:22 -#: ../../mobile/operation/groups.php:98 ../../mobile/operation/groups.php:100 -#: ../../mobile/operation/home.php:60 ../../mobile/operation/agents.php:158 -#: ../../extensions/agents_modules.php:194 -#: ../../extensions/agents_alerts.php:176 -#: ../../include/functions_groups.php:46 -#: ../../include/functions_groups.php:754 -#: ../../include/functions_groups.php:756 -#: ../../include/functions_groups.php:758 -#: ../../include/functions_groups.php:759 -#: ../../include/functions_groups.php:760 -#: ../../include/functions_reporting_html.php:784 -#: ../../include/functions_reporting_html.php:1013 -#: ../../include/ajax/networkmap.ajax.php:64 -#: ../../include/ajax/networkmap.ajax.php:92 -#: ../../operation/agentes/group_view.php:103 -#: ../../operation/agentes/group_view.php:140 -#: ../../operation/agentes/networkmap.php:475 -#: ../../operation/search_results.php:73 -#: ../../godmode/alerts/alert_list.list.php:69 -#: ../../godmode/massive/massive_delete_agents.php:123 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/massive/massive_delete_modules.php:484 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_edit_modules.php:328 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/reporting/reporting_builder.list_items.php:161 -#: ../../godmode/reporting/reporting_builder.list_items.php:186 -#: ../../godmode/reporting/graph_builder.graph_editor.php:142 -#: ../../godmode/reporting/visual_console_builder.wizard.php:240 -#: ../../godmode/reporting/reporting_builder.item_editor.php:936 -msgid "Agents" -msgstr "Agents" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -#: ../../enterprise/extensions/ipam/ipam_network.php:151 -#: ../../enterprise/extensions/ipam/ipam_network.php:167 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 -#: ../../enterprise/godmode/policies/policy_queue.php:377 -#: ../../operation/servers/recon_view.php:104 -#: ../../operation/servers/recon_view.php:158 -msgid "Progress" -msgstr "Progress" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:260 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -#: ../../enterprise/godmode/policies/policy_queue.php:378 -msgid "Finished" -msgstr "Finished" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:334 -#: ../../enterprise/godmode/policies/policy_queue.php:446 -msgid "Delete from queue" -msgstr "Delete from queue" - -#: ../../enterprise/meta/advanced/policymanager.queue.php:352 -msgid "Empty queue." -msgstr "Empty queue." - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 -#: ../../enterprise/extensions/translate_string.php:250 -#: ../../operation/users/user_edit.php:267 -#: ../../godmode/users/configure_user.php:446 -msgid "Language" -msgstr "Language" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 -#: ../../enterprise/extensions/translate_string.php:254 -#: ../../enterprise/extensions/translate_string.php:255 -#: ../../enterprise/godmode/agentes/collections.php:169 -#: ../../enterprise/godmode/agentes/collection_manager.php:44 -#: ../../enterprise/godmode/policies/policies.php:235 -#: ../../enterprise/godmode/policies/policy_collections.php:176 -#: ../../godmode/admin_access_logs.php:65 -#: ../../godmode/admin_access_logs.php:66 -msgid "Free text for search (*)" -msgstr "Free text for search (*)" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 -#: ../../enterprise/extensions/translate_string.php:271 -msgid "Please search for anything text." -msgstr "Please search for anything text." - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 -#: ../../enterprise/extensions/translate_string.php:280 -msgid "Original string" -msgstr "Original string" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 -#: ../../enterprise/extensions/translate_string.php:281 -msgid "Translation in selected language" -msgstr "Translation in selected language" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 -#: ../../enterprise/extensions/translate_string.php:282 -msgid "Customize translation" -msgstr "Customize translation" - -#: ../../enterprise/meta/advanced/agents_setup.php:37 -msgid "Propagation" -msgstr "Propagation" - -#: ../../enterprise/meta/advanced/license_meta.php:35 -#: ../../godmode/setup/license.php:37 -msgid "License updated" -msgstr "Licence updated" - -#: ../../enterprise/meta/advanced/license_meta.php:62 -msgid "Licence" -msgstr "Licence" - -#: ../../enterprise/meta/advanced/license_meta.php:69 -#: ../../godmode/setup/license.php:64 -msgid "Customer key" -msgstr "Customer key" - -#: ../../enterprise/meta/advanced/license_meta.php:72 -#: ../../godmode/setup/license.php:67 -msgid "Expires" -msgstr "Expires" - -#: ../../enterprise/meta/advanced/license_meta.php:75 -#: ../../godmode/setup/license.php:70 -msgid "Platform Limit" -msgstr "Platform Limit" - -#: ../../enterprise/meta/advanced/license_meta.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -msgid "agents" -msgstr "agents" - -#: ../../enterprise/meta/advanced/license_meta.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71 -#: ../../godmode/setup/license.php:74 -msgid "modules" -msgstr "modules" - -#: ../../enterprise/meta/advanced/license_meta.php:78 -#: ../../godmode/setup/license.php:73 -msgid "Current Platform Count" -msgstr "Current Platform Count" - -#: ../../enterprise/meta/advanced/license_meta.php:81 -#: ../../godmode/setup/license.php:76 -msgid "License Mode" -msgstr "Licence Mode" - -#: ../../enterprise/meta/advanced/license_meta.php:84 -#: ../../godmode/setup/license.php:79 -msgid "NMS" -msgstr "NMS" - -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:88 -#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83 -msgid "enabled" -msgstr "enabled" - -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:88 -#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83 -msgid "disabled" -msgstr "Disabled" - -#: ../../enterprise/meta/advanced/license_meta.php:87 -#: ../../godmode/setup/license.php:82 -msgid "Satellite" -msgstr "Satellite" - -#: ../../enterprise/meta/advanced/license_meta.php:90 -#: ../../godmode/setup/license.php:85 -msgid "Licensed to" -msgstr "Licensed to" - -#: ../../enterprise/meta/advanced/license_meta.php:96 -#: ../../enterprise/extensions/vmware/main.php:181 -#: ../../enterprise/extensions/vmware/main.php:188 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../enterprise/load_enterprise.php:402 -#: ../../mobile/operation/events.php:523 -#: ../../operation/snmpconsole/snmp_view.php:643 -#: ../../operation/snmpconsole/snmp_view.php:800 -#: ../../operation/snmpconsole/snmp_view.php:828 -#: ../../operation/agentes/alerts_status.php:428 -#: ../../operation/agentes/alerts_status.php:468 -#: ../../operation/agentes/alerts_status.php:501 -#: ../../operation/agentes/alerts_status.php:534 -#: ../../operation/agentes/alerts_status.php:579 -#: ../../godmode/setup/license.php:91 -msgid "Validate" -msgstr "Validate" - -#: ../../enterprise/meta/advanced/license_meta.php:98 -#: ../../enterprise/meta/advanced/license_meta.php:102 -#: ../../godmode/setup/license.php:93 ../../godmode/setup/license.php:97 -msgid "Request new license" -msgstr "Request new licence" - -#: ../../enterprise/meta/advanced/license_meta.php:106 -#: ../../godmode/setup/license.php:101 -msgid "To get your Pandora FMS Enterprise License:" -msgstr "To get your Pandora FMS Enterprise Licence:" - -#: ../../enterprise/meta/advanced/license_meta.php:109 -#: ../../godmode/setup/license.php:104 -#, php-format -msgid "Go to %s" -msgstr "Go to %s" - -#: ../../enterprise/meta/advanced/license_meta.php:112 -#: ../../godmode/setup/license.php:107 -msgid "Enter the auth key and the following request key:" -msgstr "Enter the auth key and the following request key:" - -#: ../../enterprise/meta/advanced/license_meta.php:118 -#: ../../godmode/setup/license.php:113 -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." - -#: ../../enterprise/meta/advanced/license_meta.php:121 -#: ../../godmode/setup/license.php:116 -msgid "Click on Generate." -msgstr "Click on Generate." - -#: ../../enterprise/meta/advanced/license_meta.php:124 -#: ../../godmode/setup/license.php:119 -msgid "" -"Click here, enter " -"the generated license key and click on Validate." -msgstr "" -"Click here, enter " -"the generated licence key and click on Validate." - -#: ../../enterprise/meta/advanced/policymanager.apply.php:135 -#: ../../enterprise/godmode/policies/policy.php:116 -#: ../../enterprise/godmode/policies/policy.php:137 -msgid "Duplicated or incompatible operation in the queue" -msgstr "Duplicated or incompatible operation in the queue" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:142 -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/godmode/policies/policy.php:110 -#: ../../enterprise/godmode/policies/policy.php:133 -msgid "Operation successfully added to the queue" -msgstr "Operation successfully added to the queue" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -msgid "Only database" -msgstr "Only database" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:150 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -#: ../../enterprise/meta/advanced/policymanager.apply.php:158 -#: ../../enterprise/godmode/policies/policy.php:113 -#: ../../enterprise/godmode/policies/policy.php:134 -msgid "Operation cannot be added to the queue" -msgstr "Operation cannot be added to the queue" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" -msgstr "Apply Policies" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:200 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -#: ../../include/ajax/networkmap.ajax.php:50 ../../operation/tree.php:80 -msgid "Policies" -msgstr "Policies" - -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:194 -#: ../../godmode/reporting/visual_console_builder.wizard.php:203 -msgid "Servers" -msgstr "Servers" - -#: ../../enterprise/meta/advanced/servers.build_table.php:33 -#: ../../godmode/servers/servers.build_table.php:37 -msgid "There are no servers configured into the database" -msgstr "There are no servers registered on the database" - -#: ../../enterprise/meta/advanced/servers.build_table.php:62 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:327 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../extensions/realtime_graphs.php:111 -#: ../../include/functions_snmp_browser.php:513 -#: ../../operation/extensions.php:48 ../../godmode/extensions.php:144 -#: ../../godmode/servers/servers.build_table.php:66 -msgid "Version" -msgstr "Version" - -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Lag" -msgstr "Lag" - -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Avg. Delay(sec)/Modules delayed" -msgstr "Avg. Delay(sec)/Modules delayed" - -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "T/Q" -msgstr "T/Q" - -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "Threads / Queued modules currently" -msgstr "Current threads/queued modules currently" - -#: ../../enterprise/meta/advanced/servers.build_table.php:67 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 -#: ../../operation/integria_incidents/incident.list.php:98 -#: ../../operation/incidents/incident.php:335 -#: ../../godmode/agentes/agent_incidents.php:90 -#: ../../godmode/servers/servers.build_table.php:71 -msgid "Updated" -msgstr "Updated" - -#: ../../enterprise/meta/advanced/servers.build_table.php:71 -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/modules/local_components.php:472 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 -#: ../../enterprise/godmode/policies/policies.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../operation/gis_maps/gis_map.php:94 -#: ../../godmode/users/user_list.php:278 -#: ../../godmode/users/profile_list.php:327 -#: ../../godmode/gis_maps/index.php:75 -#: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/alerts/alert_list.list.php:405 -#: ../../godmode/servers/plugin.php:689 -#: ../../godmode/servers/servers.build_table.php:75 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/reporting/graphs.php:153 -#: ../../godmode/reporting/reporting_builder.php:570 -#: ../../godmode/reporting/reporting_builder.php:685 -msgid "Op." -msgstr "Op." - -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:97 -msgid "This is a master server" -msgstr "This is a master server" - -#: ../../enterprise/meta/advanced/servers.build_table.php:104 -#: ../../enterprise/meta/advanced/servers.build_table.php:109 -#: ../../godmode/servers/servers.build_table.php:110 -#: ../../godmode/servers/servers.build_table.php:115 -msgid "of" -msgstr "of" - -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:168 -msgid "" -"Modules run by this server will stop working. Do you want to continue?" -msgstr "" -"Modules run by this server will stop working. Do you want to continue?" - -#: ../../enterprise/meta/advanced/servers.build_table.php:154 -#: ../../godmode/servers/servers.build_table.php:189 -msgid "Tactical server information" -msgstr "Tactical server information" - -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" -msgstr "Policy Manager" - -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" -msgstr "Apply policies" - -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" -msgstr "Policies queue" - -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" -msgstr "Policies apply" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:83 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:126 -msgid "Could not be create, duplicated server name." -msgstr "Could not be create, duplicated server name." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:109 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.setup.php:57 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -msgid "Successfully update" -msgstr "Update successful." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:110 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -msgid "Could not be update" -msgstr "Could not be updated." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:159 -#: ../../enterprise/extensions/cron/main.php:77 -#: ../../enterprise/extensions/cron/main.php:131 -#: ../../enterprise/extensions/ipam/ipam_action.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -#: ../../godmode/users/configure_user.php:234 -#: ../../godmode/users/profile_list.php:241 -#: ../../godmode/snmpconsole/snmp_alert.php:231 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/alerts/alert_commands.php:286 -#: ../../godmode/alerts/alert_special_days.php:93 -#: ../../godmode/alerts/configure_alert_template.php:428 -#: ../../godmode/alerts/alert_list.php:101 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/agentes/configurar_agente.php:595 -#: ../../godmode/setup/news.php:56 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/gis.php:45 -#: ../../godmode/modules/manage_nc_groups.php:73 -msgid "Successfully created" -msgstr "Successfully created" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:160 -#: ../../enterprise/extensions/ipam/ipam_action.php:97 -#: ../../enterprise/extensions/ipam/ipam_action.php:105 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../enterprise/godmode/policies/policies.php:128 -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -#: ../../godmode/users/configure_user.php:235 -#: ../../godmode/alerts/alert_commands.php:287 -#: ../../godmode/alerts/alert_special_days.php:94 -#: ../../godmode/alerts/configure_alert_template.php:119 -#: ../../godmode/alerts/configure_alert_template.php:429 -#: ../../godmode/alerts/alert_list.php:101 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 -#: ../../godmode/agentes/planned_downtime.editor.php:350 -#: ../../godmode/agentes/configurar_agente.php:244 -#: ../../godmode/agentes/configurar_agente.php:591 -#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:149 -#: ../../godmode/modules/manage_network_components.php:239 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2068 -msgid "Could not be created" -msgstr "Could not be created" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:170 -#: ../../operation/events/events.php:777 -msgid "Successfully delete" -msgstr "Successfully deleted" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:171 -msgid "Could not be delete" -msgstr "Could not be deleted." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:181 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/godmode/policies/policy_modules.php:356 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../include/ajax/alert_list.ajax.php:79 -#: ../../godmode/users/user_list.php:208 -#: ../../godmode/alerts/alert_list.php:201 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -msgid "Successfully enabled" -msgstr "Successfully enabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:182 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/godmode/policies/policy_modules.php:356 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../include/ajax/alert_list.ajax.php:81 -#: ../../godmode/alerts/alert_list.php:201 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -msgid "Could not be enabled" -msgstr "Could not be enabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:192 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/godmode/policies/policy_modules.php:370 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../include/ajax/alert_list.ajax.php:90 -#: ../../godmode/users/user_list.php:203 -#: ../../godmode/alerts/alert_list.php:218 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -msgid "Successfully disabled" -msgstr "Successfully disabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:193 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/godmode/policies/policy_modules.php:370 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../include/ajax/alert_list.ajax.php:92 -#: ../../godmode/alerts/alert_list.php:218 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -msgid "Could not be disabled" -msgstr "Could not be disabled" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:244 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -msgid "Pandora FMS Metaconsole item edition" -msgstr "Pandora FMS Metaconsole item edition" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:253 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "Auth token" -msgstr "Auth token" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:255 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." -msgstr "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:258 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:328 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 -msgid "Console URL" -msgstr "Console URL" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -msgid "" -"Complete path to Pandora console without last \"/\" character. Example " -msgstr "" -"Complete path to Pandora console without last \"/\" character. Example " - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:329 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 -msgid "DB Host" -msgstr "DB Host" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -msgid "DB Name" -msgstr "DB Name" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -msgid "DB User" -msgstr "DB User" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -msgid "DB Password" -msgstr "DB Password" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -msgid "Console User" -msgstr "Console User" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -msgid "Console Password" -msgstr "Console Password" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:321 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -msgid "DB" -msgstr "DB" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:322 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -msgid "API" -msgstr "API" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:323 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -msgid "Compatibility" -msgstr "Compatibility" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:324 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../include/functions_config.php:216 -msgid "Events replication" -msgstr "Event replication" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:325 -msgid "Agent cache" -msgstr "Agent cache" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -#: ../../enterprise/extensions/check_acls.php:61 -#: ../../enterprise/extensions/check_acls.php:141 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 -#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275 -#: ../../godmode/users/user_list.php:413 -msgid "Admin" -msgstr "Admin" - -#: ../../enterprise/meta/advanced/metasetup.consoles.php:409 -msgid "There aren't server added to metaconsole" -msgstr "There are no servers added to metaconsole." - -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " -msgstr "Error in creating %s component groups " - -#: ../../enterprise/meta/advanced/synchronizing.component.php:266 -#, php-format -msgid "Created %s component groups" -msgstr "Created %s component groups" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:271 -#, php-format -msgid "Error creating/updating %s/%s local components " -msgstr "Error creating/updating %s/%s local components " - -#: ../../enterprise/meta/advanced/synchronizing.component.php:274 -#, php-format -msgid "Created/Updated %s/%s local components" -msgstr "Created / updated %s/%s local components" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:279 -#, php-format -msgid "Error creating/updating %s/%s network components " -msgstr "Error in creating / updating %s/%s network components " - -#: ../../enterprise/meta/advanced/synchronizing.component.php:282 -#, php-format -msgid "Created/Updated %s/%s network components" -msgstr "Created/updated %s/%s network components" - -#: ../../enterprise/meta/advanced/synchronizing.component.php:303 -msgid "Synchronizing Components" -msgstr "Synchronizing Components" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:264 -#, php-format -msgid "Error updating user %s" -msgstr "Error in updating user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:268 -#, php-format -msgid "Updated user %s" -msgstr "Updated user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:279 -#, php-format -msgid "Error creating user %s" -msgstr "Error in creating user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:283 -#, php-format -msgid "Created user %s" -msgstr "Created user %s" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:478 -#, php-format -msgid "" -"Error creating/updating the followings elements groups/profiles/user " -"profiles (%d/%d/%d)" -msgstr "" -"Error creating/updating the following elements groups / profiles / user " -"profiles (%d/%d/%d)" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:483 -#, php-format -msgid "" -"The followings elements groups/profiles/user profiles were created/updated " -"sucessfully (%d/%d/%d)" -msgstr "" -"The following element groups / profiles / user profiles were created / " -"updated sucessfully (%d/%d/%d)" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:501 -msgid "Synchronizing Users" -msgstr "Synchronizing Users" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:511 -#: ../../include/functions_reporting.php:5643 -#: ../../operation/search_results.php:83 -#: ../../godmode/massive/massive_delete_profiles.php:104 -#: ../../godmode/massive/massive_add_profiles.php:90 -msgid "Users" -msgstr "Users" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:523 -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 -msgid "Target" -msgstr "Target" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:529 -#: ../../enterprise/meta/general/main_header.php:372 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 -#: ../../enterprise/godmode/policies/policy_alerts.php:509 -#: ../../enterprise/godmode/policies/policy_alerts.php:513 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 -#: ../../extensions/insert_data.php:163 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../godmode/gis_maps/configure_gis_map.php:578 -#: ../../godmode/alerts/configure_alert_template.php:584 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:469 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_edit_modules.php:255 -#: ../../godmode/massive/massive_edit_modules.php:296 -#: ../../general/header.php:201 -msgid "Select" -msgstr "Select" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile mode" -msgstr "Profile mode" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile synchronization mode." -msgstr "Profile synchronisation mode" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:534 -msgid "New profile" -msgstr "New profile" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:536 -msgid "" -"The selected user profile will be added to the selected users into the target" -msgstr "" -"The selected user profile will be added to the selected users into the target" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:537 -msgid "Copy profile" -msgstr "Copy profile" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:539 -msgid "" -"The target user profiles will be replaced with the source user profiles" -msgstr "" -"The target user profiles will be replaced with the source user profiles" - -#: ../../enterprise/meta/advanced/synchronizing.user.php:555 -#: ../../godmode/menu.php:67 ../../godmode/users/profile_list.php:302 -msgid "Profiles" -msgstr "Profiles" - -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" -msgstr "Consoles Setup" - -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:106 -msgid "General setup" -msgstr "General setup" - -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:109 -msgid "Passwords setup" -msgstr "Passwords setup" - -#: ../../enterprise/meta/advanced/metasetup.php:70 -#: ../../enterprise/meta/advanced/metasetup.php:112 ../../godmode/menu.php:242 -#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:112 -msgid "Authentication" -msgstr "Authentication" - -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:115 -msgid "Visual setup" -msgstr "Visual setup" - -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:118 -msgid "Performance setup" -msgstr "Performance setup" - -#: ../../enterprise/meta/advanced/metasetup.php:85 -#: ../../enterprise/meta/advanced/metasetup.php:121 ../../godmode/menu.php:313 -#: ../../godmode/setup/file_manager.php:30 -msgid "File manager" -msgstr "File manager" - -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:124 -msgid "Strings translation" -msgstr "Strings translation" - -#: ../../enterprise/meta/advanced/metasetup.php:95 -#: ../../enterprise/meta/advanced/metasetup.php:127 -msgid "Offline Update Manager" -msgstr "Offline Update Manager" - -#: ../../enterprise/meta/advanced/metasetup.php:102 -msgid "Consoles setup" -msgstr "Consoles setup" - -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#: ../../enterprise/meta/advanced/metasetup.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:51 -#, php-format -msgid "Could not be update: Error in %s" -msgstr "Could not be updated : Error in %s" - -#: ../../enterprise/meta/advanced/metasetup.password.php:73 -msgid "Passwords" -msgstr "Passwords" - -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -#: ../../enterprise/godmode/setup/setup.php:258 -msgid " Caracters" -msgstr " Characters" - -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/godmode/setup/setup.php:271 -msgid "Set 0 if never expire." -msgstr "Set to '0' to never let it expire." - -#: ../../enterprise/meta/advanced/metasetup.password.php:102 -#: ../../enterprise/godmode/setup/setup.php:272 -msgid " Days" -msgstr " Days" - -#: ../../enterprise/meta/advanced/metasetup.password.php:113 -#: ../../enterprise/godmode/setup/setup.php:281 -msgid " Minutes" -msgstr " Minutes" - -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/godmode/setup/setup.php:285 -msgid "Two attempts minimum" -msgstr "Two attempts minimum" - -#: ../../enterprise/meta/advanced/metasetup.password.php:118 -#: ../../enterprise/godmode/setup/setup.php:286 -msgid " Attempts" -msgstr " Attempts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:248 -#, php-format -msgid "Error creating %s policies" -msgstr "Error in creating %s policies" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:251 -#, php-format -msgid "Created %s policies" -msgstr "Created %s policies" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:256 -#, php-format -msgid "Error creating/updating %s/%s policy modules" -msgstr "Error in creating / updating %s/%s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:259 -#, php-format -msgid "Created/Updated %s/%s policy modules" -msgstr "Created / updated %s/%s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:264 -#, php-format -msgid "Error deleting %s policy modules" -msgstr "Error in deleting %s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:267 -#, php-format -msgid "Deleted %s policy modules" -msgstr "Deleted %s policy modules" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:272 -#, php-format -msgid "Error creating %s policy alerts" -msgstr "Error in creating %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:275 -#, php-format -msgid "Created %s policy alerts" -msgstr "Created %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:280 -#, php-format -msgid "Error deleting %s policy alerts" -msgstr "Error in deleting %s policy alerts" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:283 -#, php-format -msgid "Deleted %s policy alerts" -msgstr "Deleted %s policy alerts" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:74 -#: ../../enterprise/meta/advanced/synchronizing.group.php:75 -#: ../../enterprise/meta/advanced/synchronizing.group.php:87 -#: ../../enterprise/meta/advanced/synchronizing.group.php:88 -msgid "Open for more details" -msgstr "Open for more details" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:78 -#, php-format -msgid "Error creating %s groups" -msgstr "Error creating %s groups" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:91 -#, php-format -msgid "Error updating %s groups" -msgstr "Error updating %s groups" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:100 -#: ../../enterprise/meta/advanced/synchronizing.group.php:101 -msgid "Open for more details in creation" -msgstr "Open for more details in creation" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:106 -#: ../../enterprise/meta/advanced/synchronizing.group.php:107 -msgid "Open for more details in update" -msgstr "Open for more details in update" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:110 -#, php-format -msgid "Error creating/updating %s/%s groups" -msgstr "Error in creating / updating %s/%s groups" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:122 -#, php-format -msgid "Created/Updated %s/%s groups" -msgstr "Groups %s/%s created / updated" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:129 -msgid "None update or create group" -msgstr "None update or create group" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:140 -msgid "Synchronizing Groups" -msgstr "Synchronizing Groups" - -#: ../../enterprise/meta/advanced/servers.php:39 -#: ../../godmode/servers/modificar_server.php:98 -msgid "Server deleted successfully" -msgstr "Server deleted successfully" - -#: ../../enterprise/meta/advanced/servers.php:42 -#: ../../godmode/servers/modificar_server.php:101 -msgid "There was a problem deleting the server" -msgstr "There was a problem deleting the server" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 -#, php-format -msgid "Error creating/updating %s/%s comamnds" -msgstr "Error in creating / updating %s/%s commands." - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 -#, php-format -msgid "Created/Updated %s/%s commands" -msgstr "Created / updated %s/%s commands" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 -#, php-format -msgid "Error creating/updating %s/%s actions" -msgstr "Error in creating / updating %s/%s actions." - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 -#, php-format -msgid "Created/Updated %s/%s actions" -msgstr "Created / updated %s/%s actions" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 -#, php-format -msgid "Error creating/updating %s/%s templates" -msgstr "Error in creating / updating %s/%s templates" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 -#, php-format -msgid "Created/Updated %s/%s templates" -msgstr "Created / updated %s/%s templates" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 -msgid "Synchronizing Alerts" -msgstr "Synchronizing Alerts" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:76 -msgid "Visual" -msgstr "Visual" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -#: ../../godmode/setup/setup_visuals.php:540 -msgid "Example" -msgstr "Example" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:96 -#: ../../godmode/setup/setup_visuals.php:553 -msgid "Comparation in rollover" -msgstr "Rollover comparison" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:98 -#: ../../godmode/setup/setup_visuals.php:555 -msgid "Timestamp in rollover" -msgstr "Timestamp in rollover" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../operation/users/user_edit.php:263 -#: ../../godmode/users/configure_user.php:512 -#: ../../godmode/setup/setup_visuals.php:355 -msgid "Whether to use Javascript or static PNG graphs" -msgstr "Whether to use Javascript or static PNG graphs" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "The number of elements retrieved for each instance in some views." -msgstr "The number of elements retrieved for each instance in some views." - -#: ../../enterprise/meta/advanced/metasetup.visual.php:145 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 -#: ../../extensions/agents_modules.php:88 -#: ../../extensions/agents_alerts.php:80 ../../include/functions_html.php:711 -#: ../../include/functions.php:404 ../../include/functions.php:538 -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1158 -#: ../../include/functions_netflow.php:1166 -#: ../../include/functions_netflow.php:1190 -#: ../../godmode/snmpconsole/snmp_alert.php:832 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/setup/setup_visuals.php:599 -msgid "seconds" -msgstr "seconds" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:146 -#: ../../enterprise/extensions/vmware/functions.php:21 -#: ../../enterprise/extensions/vmware/functions.php:22 -#: ../../enterprise/extensions/vmware/functions.php:23 -#: ../../include/functions_html.php:712 ../../include/functions.php:408 -#: ../../include/functions.php:542 ../../godmode/setup/setup_visuals.php:600 -msgid "minutes" -msgstr "minutes" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:147 -#: ../../include/functions_html.php:713 ../../include/functions.php:409 -#: ../../include/functions.php:543 ../../godmode/setup/setup_visuals.php:601 -msgid "hours" -msgstr "hours" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:148 -#: ../../include/functions_html.php:714 ../../include/functions.php:405 -#: ../../include/functions.php:539 ../../godmode/db/db_main.php:82 -#: ../../godmode/db/db_main.php:88 ../../godmode/setup/setup_visuals.php:602 -msgid "days" -msgstr "days" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../include/functions_html.php:716 ../../include/functions.php:406 -#: ../../include/functions.php:540 ../../godmode/setup/setup_visuals.php:603 -msgid "months" -msgstr "months" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:150 -#: ../../include/functions_html.php:717 ../../include/functions.php:407 -#: ../../include/functions.php:541 ../../godmode/setup/setup_visuals.php:604 -msgid "years" -msgstr "years" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:151 -#: ../../godmode/setup/setup_visuals.php:605 -msgid "Add new custom value to intervals" -msgstr "Add new custom value to intervals" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:405 -msgid "Custom report front page" -msgstr "Front page for custom reports" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:407 -msgid "" -"Custom report front page. It will be applied to all reports and templates by " -"default." -msgstr "" -"It's the custom report's front page. It'll be applied to all reports and " -"templates by default." - -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../include/functions_config.php:484 -#: ../../godmode/setup/setup_visuals.php:525 -msgid "Show the group name instead the group icon." -msgstr "Show group name instead of group icon" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:219 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../godmode/setup/setup_visuals.php:460 -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 Console under " -"\"images/custom_logo\". You can upload more files (ONLY IN JPEG) using the " -"console's upload tool." - -#: ../../enterprise/meta/advanced/metasetup.performance.php:73 -#: ../../godmode/menu.php:245 ../../godmode/setup/setup.php:86 -#: ../../godmode/setup/setup.php:116 -msgid "Performance" -msgstr "Performance" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "redirected ip server in conf into source DB" -msgstr "Redirected IP-server in conf into source DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "created agent in destination DB" -msgstr "created agent in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 -msgid "created agent modules in destination DB" -msgstr "created agent modules in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 -msgid "created agent alerts in destination DB" -msgstr "created agent alerts in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 -msgid "created alerts actions in destination DB" -msgstr "created alert actions in destination DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 -msgid "disabled agent in source DB" -msgstr "disabled agents in source DB" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 -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." - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Successfully moved" -msgstr "Successfully moved" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Could not be moved" -msgstr "Could not be moved" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 -msgid "Move Agents" -msgstr "Move Agents" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 -msgid "Source Server" -msgstr "Source Server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 -msgid "Destination Server" -msgstr "Destination Server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 -msgid "Group filter" -msgstr "Group filter" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -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" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Create group if doesn’t exist in destination" -msgstr "Create group if doesn’t exist in destination" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Based on name" -msgstr "Based on name" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 -msgid "Add agents to destination server" -msgstr "Add agents to destination server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 -msgid "Remove agents to doesn't move to destination server" -msgstr "Remove agents to doesn't move to destination server" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 -msgid "Move" -msgstr "Move" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 -msgid "Please choose other server." -msgstr "Please choose other server." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../godmode/users/configure_user.php:529 -#: ../../godmode/alerts/alert_commands.php:142 -#: ../../godmode/alerts/alert_commands.php:152 -#: ../../godmode/alerts/configure_alert_template.php:735 -#: ../../godmode/modules/manage_network_components_form_common.php:57 -msgid "Basic" -msgstr "Basic" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:103 -#: ../../godmode/setup/setup_general.php:66 -msgid "Database" -msgstr "Database" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:109 -#: ../../godmode/setup/setup_general.php:74 -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?" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../godmode/setup/setup_general.php:77 -msgid "Directory where temporary data is stored." -msgstr "Directory in which temporary data is stored." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:120 -#: ../../godmode/setup/setup_general.php:182 -msgid "Africa" -msgstr "Africa" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:121 -#: ../../godmode/setup/setup_general.php:182 -msgid "America" -msgstr "America" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:122 -#: ../../godmode/setup/setup_general.php:182 -msgid "Antarctica" -msgstr "Antarctica" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:123 -#: ../../godmode/setup/setup_general.php:182 -msgid "Arctic" -msgstr "Arctic" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:124 -#: ../../godmode/setup/setup_general.php:182 -msgid "Asia" -msgstr "Asia" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:125 -#: ../../godmode/setup/setup_general.php:182 -msgid "Atlantic" -msgstr "Atlantic" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:126 -#: ../../godmode/setup/setup_general.php:182 -msgid "Australia" -msgstr "Australia" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:127 -#: ../../godmode/setup/setup_general.php:182 -msgid "Europe" -msgstr "Europe" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:128 -#: ../../godmode/setup/setup_general.php:182 -msgid "Indian" -msgstr "Indian" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:129 -#: ../../godmode/setup/setup_general.php:182 -msgid "Pacific" -msgstr "Pacific" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:130 -#: ../../godmode/setup/setup_general.php:182 -msgid "UTC" -msgstr "UTC" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -#: ../../godmode/setup/setup_general.php:207 -msgid "Change timezone" -msgstr "Change timezone" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:156 -#: ../../godmode/setup/setup_general.php:229 -msgid "" -"Set this value when your PandoraFMS across inverse proxy or for example with " -"mod_proxy of Apache." -msgstr "" -"Set this value when you need your Pandora to be accessible via a public URL " -"(for example using Apache mod_proxy settings)" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../include/functions_config.php:605 -#: ../../godmode/setup/setup_netflow.php:61 -msgid "Disable custom live view filters" -msgstr "Disable custom live view filters" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../godmode/setup/setup_netflow.php:62 -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." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:164 -msgid "Customize sections" -msgstr "Customise sections" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:186 -msgid "Disabled sections" -msgstr "Disabled sections" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -msgid "Enabled sections" -msgstr "Enabled sections" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:194 -msgid "Push selected sections to enable it" -msgstr "Push selected sections to enable it" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:198 -msgid "Pop selected sections to disable it" -msgstr "Pop selected sections to disable it" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:210 -#: ../../godmode/setup/setup_general.php:90 -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." - -#: ../../enterprise/meta/general/logon_ok.php:32 -msgid "Network traffic" -msgstr "Network traffic" - -#: ../../enterprise/meta/general/logon_ok.php:48 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 -#: ../../operation/menu.php:229 ../../operation/reporting/graph_viewer.php:160 -#: ../../operation/reporting/graph_viewer.php:277 -#: ../../operation/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../operation/reporting/reporting_viewer.php:128 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/graphs.php:71 -#: ../../godmode/reporting/reporting_builder.php:356 -#: ../../godmode/reporting/reporting_builder.php:361 -#: ../../godmode/reporting/reporting_builder.php:365 -#: ../../godmode/reporting/reporting_builder.php:1793 -#: ../../godmode/reporting/reporting_builder.php:1798 -#: ../../godmode/reporting/reporting_builder.php:1802 -#: ../../godmode/reporting/reporting_builder.php:1862 -#: ../../godmode/reporting/reporting_builder.php:1867 -#: ../../godmode/reporting/reporting_builder.php:1870 -msgid "Reporting" -msgstr "Reporting" - -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/meta/general/main_header.php:78 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/operation/services/services.list.php:38 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../operation/menu.php:31 -msgid "Monitoring" -msgstr "Monitoring" - -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1745 -msgid "Topology" -msgstr "Topology" - -#: ../../enterprise/meta/general/logon_ok.php:64 -#: ../../enterprise/meta/general/main_header.php:231 -#: ../../enterprise/meta/general/main_header.php:302 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 -#: ../../enterprise/godmode/modules/configure_local_component.php:150 -#: ../../operation/netflow/nf_live_view.php:305 -#: ../../godmode/users/configure_user.php:530 -#: ../../godmode/alerts/alert_commands.php:145 -#: ../../godmode/alerts/alert_commands.php:155 -#: ../../godmode/alerts/configure_alert_template.php:736 -#: ../../godmode/netflow/nf_edit_form.php:208 -#: ../../godmode/modules/manage_network_components_form_common.php:58 -msgid "Advanced" -msgstr "Advanced" - -#: ../../enterprise/meta/general/noaccess.php:17 -msgid "Back to login" -msgstr "Back to login" - -#: ../../enterprise/meta/general/noaccess.php:24 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../mobile/index.php:205 ../../mobile/operation/groups.php:51 -#: ../../mobile/operation/agent.php:58 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/module_graph.php:269 -#: ../../mobile/operation/modules.php:173 -#: ../../mobile/operation/tactical.php:68 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/events.php:425 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../mobile/operation/agents.php:145 ../../general/noaccess.php:18 -#: ../../general/noaccess.php:21 -msgid "You don't have access to this page" -msgstr "You don't have access to this page" - -#: ../../enterprise/meta/general/noaccess.php:28 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../general/noaccess.php:31 -msgid "No access" -msgstr "No access" - -#: ../../enterprise/meta/general/noaccess.php:33 -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 " -"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" - -#: ../../enterprise/meta/general/main_header.php:84 -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -msgid "Tree view" -msgstr "Tree view" - -#: ../../enterprise/meta/general/main_header.php:94 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" -msgstr "Group view" - -#: ../../enterprise/meta/general/main_header.php:99 -#: ../../operation/agentes/alerts_status.php:129 -msgid "Alerts view" -msgstr "Alerts view" - -#: ../../enterprise/meta/general/main_header.php:104 -msgid "Monitors view" -msgstr "Monitors view" - -#: ../../enterprise/meta/general/main_header.php:140 -msgid "Create new report" -msgstr "Create new report" - -#: ../../enterprise/meta/general/main_header.php:153 -msgid "Report templates" -msgstr "Report templates" - -#: ../../enterprise/meta/general/main_header.php:160 -#: ../../enterprise/include/functions_reporting.php:64 -msgid "Templates wizard" -msgstr "Templates wizard" - -#: ../../enterprise/meta/general/main_header.php:166 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/operation/services/services.list.php:38 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/operation/services/services.service_map.php:110 -#: ../../enterprise/godmode/menu.php:79 -#: ../../enterprise/godmode/services/services.elements.php:122 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../enterprise/godmode/services/services.service.php:198 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:159 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../general/firts_task/service_list.php:25 -msgid "Services" -msgstr "Services" - -#: ../../enterprise/meta/general/main_header.php:181 -#: ../../mobile/operation/home.php:98 -msgid "Networkmap" -msgstr "Network map" - -#: ../../enterprise/meta/general/main_header.php:188 -#: ../../enterprise/include/functions_enterprise.php:270 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../general/firts_task/map_builder.php:29 -msgid "Visual Console" -msgstr "Visual Console" - -#: ../../enterprise/meta/general/main_header.php:198 -#: ../../enterprise/include/functions_enterprise.php:267 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 -#: ../../include/functions_reports.php:635 -#: ../../include/functions_reports.php:637 -#: ../../include/functions_reports.php:639 -#: ../../include/functions_reports.php:641 -#: ../../include/functions_reports.php:643 ../../godmode/menu.php:253 -#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:125 -msgid "Netflow" -msgstr "Netflow" - -#: ../../enterprise/meta/general/main_header.php:204 -msgid "Live view" -msgstr "Live view" - -#: ../../enterprise/meta/general/main_header.php:213 -#: ../../enterprise/meta/event/custom_events.php:65 -#: ../../enterprise/meta/event/custom_events.php:80 -#: ../../godmode/events/events.php:63 ../../godmode/events/events.php:78 -#: ../../godmode/reporting/reporting_builder.list_items.php:178 -msgid "Filters" -msgstr "Filters" - -#: ../../enterprise/meta/general/main_header.php:247 -msgid "Agent management" -msgstr "Agent management" - -#: ../../enterprise/meta/general/main_header.php:252 -#: ../../enterprise/godmode/modules/local_components.php:89 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../godmode/modules/manage_nc_groups.php:40 -#: ../../godmode/modules/manage_network_components.php:41 -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/module_list.php:28 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Module management" - -#: ../../enterprise/meta/general/main_header.php:257 -msgid "Alert management" -msgstr "Alert management" - -#: ../../enterprise/meta/general/main_header.php:262 -#: ../../enterprise/godmode/menu.php:121 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -msgid "Event alerts" -msgstr "Event alerts" - -#: ../../enterprise/meta/general/main_header.php:267 -msgid "Tag management" -msgstr "Tag management" - -#: ../../enterprise/meta/general/main_header.php:272 -msgid "Policy management" -msgstr "Policy management" - -#: ../../enterprise/meta/general/main_header.php:277 -msgid "Category management" -msgstr "Category management" - -#: ../../enterprise/meta/general/main_header.php:282 -msgid "Server management" -msgstr "Server management" - -#: ../../enterprise/meta/general/main_header.php:287 -#: ../../godmode/menu.php:267 -msgid "License" -msgstr "Licence" - -#: ../../enterprise/meta/general/main_header.php:292 -msgid "Metasetup" -msgstr "Metasetup" - -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:113 ../../general/header.php:121 -msgid "All systems" -msgstr "All systems" - -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../general/header.php:113 -msgid "Down" -msgstr "Down" - -#: ../../enterprise/meta/general/main_header.php:339 -#: ../../general/header.php:117 -msgid "servers down" -msgstr "servers down" - -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:121 -msgid "Ready" -msgstr "Ready" - -#: ../../enterprise/meta/general/main_header.php:353 -#: ../../mobile/include/user.class.php:280 -#: ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 ../../mobile/operation/home.php:144 -#: ../../general/header.php:267 -msgid "Logout" -msgstr "Logout" - -#: ../../enterprise/meta/general/main_header.php:368 -#: ../../general/header.php:192 -msgid "Configure autorefresh" -msgstr "Configure autorefresh" - -#: ../../enterprise/meta/general/main_header.php:385 -#: ../../enterprise/meta/general/main_header.php:395 -#: ../../general/header.php:219 -msgid "Disabled autorefresh" -msgstr "Disable autorefresh" - -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 -msgid "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
" -msgstr "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
" - -#: ../../enterprise/meta/general/footer.php:26 -#, php-format -msgid "® Ártica soluciones Pandora FMS %s - Build %s" -msgstr "® Ártica soluciones Pandora FMS %s - Build %s" - -#: ../../enterprise/meta/general/footer.php:27 ../../general/footer.php:32 -msgid "Page generated at" -msgstr "Page generated as" - -#: ../../enterprise/meta/general/login_page.php:27 -msgid "Go to pandorafms.com" -msgstr "Go to pandorafms.com" - -#: ../../enterprise/meta/general/login_page.php:29 -msgid "Pandora Help" -msgstr "Pandora Help" - -#: ../../enterprise/meta/general/login_page.php:30 -#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 -msgid "Support" -msgstr "Support" - -#: ../../enterprise/meta/general/login_page.php:33 -msgid "Go to Pandora FMS Wiki" -msgstr "Go to Pandora FMS Wiki" - -#: ../../enterprise/meta/general/login_page.php:35 -msgid "Pandora Support" -msgstr "Pandora Support" - -#: ../../enterprise/meta/general/login_page.php:36 -#: ../../enterprise/godmode/modules/configure_local_component.php:431 -#: ../../include/functions_ui.php:1068 ../../godmode/servers/plugin.php:423 -#: ../../godmode/servers/recon_script.php:183 ../../general/login_page.php:82 -msgid "Help" -msgstr "Help" - -#: ../../enterprise/meta/general/login_page.php:76 -#: ../../mobile/include/user.class.php:250 ../../general/login_page.php:127 -msgid "Login" -msgstr "Login" - -#: ../../enterprise/meta/general/login_page.php:82 -msgid "Monitor all your systems with a single tool" -msgstr "Monitor all your systems with a single tool" - -#: ../../enterprise/meta/general/login_page.php:90 -#: ../../general/login_page.php:181 -msgid "Build" -msgstr "Build" - -#: ../../enterprise/meta/general/login_page.php:94 -#: ../../enterprise/meta/general/login_page.php:103 -#: ../../general/login_page.php:194 -msgid "Login failed" -msgstr "Login failed" - -#: ../../enterprise/meta/general/login_page.php:116 -msgid "Login off" -msgstr "Login off" - -#: ../../enterprise/meta/general/login_page.php:121 -#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:133 -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." - -#: ../../enterprise/meta/general/login_page.php:147 -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" - -#: ../../enterprise/meta/general/login_page.php:148 -msgid "" -"Mozilla Firefox or Google Chrome browsers." -msgstr "" -"Mozilla Firefox or Google Chrome browsers." - -#: ../../enterprise/meta/event/custom_events.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../operation/menu.php:267 ../../godmode/users/configure_profile.php:298 -msgid "View events" -msgstr "View events" - -#: ../../enterprise/meta/event/custom_events.php:43 -#: ../../godmode/events/event_filter.php:173 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/netflow/nf_edit_form.php:182 -#: ../../godmode/netflow/nf_edit.php:167 -msgid "Create filter" -msgstr "Create new filter" - -#: ../../enterprise/meta/event/custom_events.php:48 ../../godmode/menu.php:185 -#: ../../godmode/events/events.php:46 -msgid "Event responses" -msgstr "Event responses" - -#: ../../enterprise/meta/event/custom_events.php:53 -#: ../../enterprise/meta/event/custom_events.php:58 -#: ../../enterprise/meta/event/custom_events.php:69 -#: ../../enterprise/meta/event/custom_events.php:83 -#: ../../include/functions_events.php:2043 -#: ../../operation/agentes/ver_agente.php:891 -#: ../../operation/agentes/ver_agente.php:1028 ../../godmode/menu.php:40 -#: ../../godmode/events/events.php:51 ../../godmode/events/events.php:56 -#: ../../godmode/events/events.php:67 -#: ../../godmode/agentes/agent_manager.php:433 -#: ../../godmode/massive/massive_edit_agents.php:439 -msgid "Custom fields" -msgstr "Custom fields" - -#: ../../enterprise/meta/event/custom_events.php:73 -#: ../../include/ajax/events.php:305 ../../godmode/events/events.php:71 -msgid "Responses" -msgstr "Responses" - -#: ../../enterprise/meta/event/custom_events.php:89 -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." - -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" -msgstr "Update successful." - -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "Update unsuccessful." - -#: ../../enterprise/meta/event/custom_events.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:114 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:101 -#: ../../enterprise/godmode/policies/policy_agents.php:226 -#: ../../enterprise/godmode/policies/policy_agents.php:234 -#: ../../operation/events/events_list.php:218 -#: ../../godmode/reporting/graph_builder.graph_editor.php:138 -msgid "Filter group" -msgstr "Filter group" - -#: ../../enterprise/meta/event/custom_events.php:154 -msgid "Fields" -msgstr "Fields" - -#: ../../enterprise/meta/event/custom_events.php:169 -#: ../../godmode/events/custom_events.php:181 -msgid "Fields available" -msgstr "Fields available" - -#: ../../enterprise/meta/event/custom_events.php:171 -#: ../../godmode/events/custom_events.php:193 -msgid "Fields selected" -msgstr "Fields selected" - -#: ../../enterprise/meta/event/custom_events.php:178 -#: ../../godmode/events/custom_events.php:185 -msgid "Add fields to select" -msgstr "Add fields to select" - -#: ../../enterprise/meta/event/custom_events.php:183 -#: ../../godmode/events/custom_events.php:189 -msgid "Delete fields to select" -msgstr "Delete fields to select" - -#: ../../enterprise/meta/event/custom_events.php:191 -#: ../../godmode/events/custom_events.php:131 -msgid "Show event fields" -msgstr "Show event fields" - -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "Group View" - -#: ../../enterprise/meta/monitoring/group_view.php:46 -#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:294 -#: ../../operation/agentes/group_view.php:66 -msgid "Group view" -msgstr "Group view" - -#: ../../enterprise/meta/monitoring/group_view.php:92 -msgid "Summary by status" -msgstr "Summary by status" - -#: ../../enterprise/meta/monitoring/group_view.php:100 -msgid "% Agents Unknown" -msgstr "% Agents Unknown" - -#: ../../enterprise/meta/monitoring/group_view.php:101 -msgid "% Agents not init" -msgstr "% Agents not init" - -#: ../../enterprise/meta/monitoring/group_view.php:104 -msgid "% Monitors Critical" -msgstr "% Monitors Critical" - -#: ../../enterprise/meta/monitoring/group_view.php:105 -msgid "% Monitors Warning" -msgstr "% Monitors Warning" - -#: ../../enterprise/meta/monitoring/group_view.php:106 -msgid "% Monitors OK" -msgstr "% Monitors OK" - -#: ../../enterprise/meta/monitoring/group_view.php:107 -msgid "% Monitors Unknown" -msgstr "% Monitors Unknown" - -#: ../../enterprise/meta/monitoring/group_view.php:108 -msgid "% Monitors Not init" -msgstr "% Monitors Not init" - -#: ../../enterprise/meta/monitoring/group_view.php:140 -msgid "Group or Tag" -msgstr "Group or Tag" - -#: ../../enterprise/meta/monitoring/group_view.php:141 -#: ../../enterprise/include/functions_inventory.php:322 -#: ../../enterprise/include/functions_reporting_pdf.php:660 -#: ../../enterprise/include/functions_reporting_pdf.php:675 -#: ../../enterprise/operation/agentes/agent_inventory.php:230 -#: ../../include/functions_reporting_html.php:1007 -#: ../../include/functions_reporting_html.php:1022 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/group_view.php:147 ../../operation/tree.php:273 -#: ../../godmode/db/db_event.php:61 ../../godmode/db/db_audit.php:80 -msgid "Total" -msgstr "Total" - -#: ../../enterprise/meta/monitoring/group_view.php:143 -#: ../../enterprise/meta/monitoring/group_view.php:146 -#: ../../enterprise/meta/monitoring/tactical.php:263 -#: ../../enterprise/include/functions_reporting_pdf.php:680 -#: ../../mobile/operation/groups.php:110 ../../mobile/operation/groups.php:112 -#: ../../mobile/operation/modules.php:44 -#: ../../include/functions_graph.php:1820 -#: ../../include/functions_groups.php:782 -#: ../../include/functions_groups.php:784 -#: ../../include/functions_groups.php:786 -#: ../../include/functions_groups.php:787 -#: ../../include/functions_groups.php:788 -#: ../../include/functions_reporting_html.php:1032 -#: ../../operation/agentes/group_view.php:149 -#: ../../operation/agentes/estado_agente.php:187 -#: ../../operation/agentes/tactical.php:153 -#: ../../operation/agentes/status_monitor.php:423 ../../operation/tree.php:135 -#: ../../operation/tree.php:160 ../../operation/tree.php:298 -#: ../../godmode/massive/massive_delete_agents.php:118 -#: ../../godmode/massive/massive_delete_modules.php:458 -#: ../../godmode/massive/massive_copy_modules.php:82 -#: ../../godmode/massive/massive_copy_modules.php:195 -#: ../../godmode/massive/massive_edit_agents.php:219 -#: ../../godmode/massive/massive_edit_modules.php:318 -msgid "Not init" -msgstr "Not initialized" - -#: ../../enterprise/meta/monitoring/group_view.php:147 -#: ../../enterprise/meta/monitoring/tactical.php:261 -#: ../../enterprise/include/functions_services.php:1258 -#: ../../enterprise/include/functions_reporting_pdf.php:676 -#: ../../mobile/operation/groups.php:114 ../../mobile/operation/groups.php:116 -#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 -#: ../../include/functions_graph.php:1816 -#: ../../include/functions_graph.php:2870 -#: ../../include/functions_graph.php:2871 -#: ../../include/functions_graph.php:4760 -#: ../../include/functions_groups.php:791 -#: ../../include/functions_groups.php:793 -#: ../../include/functions_groups.php:795 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_groups.php:797 -#: ../../include/functions_groups.php:805 ../../include/functions.php:845 -#: ../../include/functions.php:1049 ../../include/functions.php:1056 -#: ../../include/functions.php:1086 -#: ../../include/functions_reporting_html.php:1024 -#: ../../include/functions_events.php:1471 -#: ../../operation/agentes/estado_monitores.php:425 -#: ../../operation/agentes/group_view.php:152 -#: ../../operation/agentes/estado_agente.php:182 #: ../../operation/agentes/tactical.php:151 -#: ../../operation/agentes/status_monitor.php:418 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/estado_monitores.php:432 +#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132 +#: ../../operation/tree.php:157 ../../operation/tree.php:288 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../enterprise/operation/agentes/transactional_map.php:207 +#: ../../enterprise/operation/services/services.service.php:127 +#: ../../enterprise/operation/services/services.service.php:179 +#: ../../enterprise/operation/services/services.service_map.php:117 +#: ../../enterprise/operation/services/services.list.php:150 +#: ../../enterprise/operation/services/services.list.php:319 +#: ../../enterprise/operation/services/services.list.php:388 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 +#: ../../enterprise/godmode/services/services.service.php:263 +#: ../../enterprise/meta/monitoring/tactical.php:279 +#: ../../enterprise/meta/monitoring/group_view.php:153 +#: ../../enterprise/meta/include/functions_wizard_meta.php:835 +#: ../../enterprise/meta/include/functions_wizard_meta.php:921 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1122 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1142 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1338 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1535 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1555 +#: ../../enterprise/include/functions_services.php:1267 +#: ../../enterprise/include/functions_reporting_pdf.php:678 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../enterprise/dashboard/widgets/tree_view.php:54 +#: ../../enterprise/dashboard/widgets/tree_view.php:67 +#: ../../enterprise/dashboard/widgets/tree_view.php:211 +#: ../../enterprise/dashboard/widgets/service_map.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1344 +#: ../../godmode/servers/manage_recontask_form.php:188 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/massive/massive_edit_agents.php:215 +#: ../../godmode/massive/massive_edit_agents.php:388 +#: ../../godmode/massive/massive_copy_modules.php:78 +#: ../../godmode/massive/massive_copy_modules.php:191 +#: ../../godmode/massive/massive_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/setup/setup_netflow.php:70 ../../include/functions.php:874 +#: ../../include/functions.php:1077 ../../include/functions.php:1080 +#: ../../include/functions.php:1115 ../../include/functions_events.php:1475 +#: ../../include/functions_graph.php:2076 +#: ../../include/functions_graph.php:3171 +#: ../../include/functions_graph.php:3172 +#: ../../include/functions_graph.php:5071 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:1988 +#: ../../include/functions_reporting_html.php:1076 +#: ../../include/functions_groups.php:830 +#: ../../include/functions_groups.php:832 +#: ../../include/functions_groups.php:834 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_groups.php:836 +#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 +msgid "Warning" +msgstr "Warning" + +#: ../../operation/agentes/tactical.php:152 +#: ../../operation/agentes/status_monitor.php:298 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/estado_monitores.php:430 #: ../../operation/netflow/nf_live_view.php:304 ../../operation/tree.php:131 #: ../../operation/tree.php:156 ../../operation/tree.php:303 +#: ../../enterprise/meta/monitoring/tactical.php:280 +#: ../../enterprise/meta/monitoring/group_view.php:152 +#: ../../enterprise/include/functions_services.php:1258 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../enterprise/dashboard/widgets/tree_view.php:53 +#: ../../enterprise/dashboard/widgets/tree_view.php:66 +#: ../../enterprise/dashboard/widgets/tree_view.php:226 #: ../../godmode/netflow/nf_edit_form.php:207 #: ../../godmode/massive/massive_delete_agents.php:113 -#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../godmode/massive/massive_edit_agents.php:214 #: ../../godmode/massive/massive_copy_modules.php:77 #: ../../godmode/massive/massive_copy_modules.php:190 -#: ../../godmode/massive/massive_edit_agents.php:214 -#: ../../godmode/massive/massive_edit_modules.php:313 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../include/functions.php:871 ../../include/functions.php:1075 +#: ../../include/functions.php:1082 ../../include/functions.php:1112 +#: ../../include/functions_events.php:1472 +#: ../../include/functions_graph.php:2077 +#: ../../include/functions_graph.php:3163 +#: ../../include/functions_graph.php:3164 +#: ../../include/functions_graph.php:5068 +#: ../../include/functions_reporting_html.php:1072 +#: ../../include/functions_groups.php:821 +#: ../../include/functions_groups.php:823 +#: ../../include/functions_groups.php:825 +#: ../../include/functions_groups.php:826 +#: ../../include/functions_groups.php:827 +#: ../../include/functions_groups.php:835 +#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 msgid "Normal" msgstr "Normal" -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" -msgstr "Tactical View" - -#: ../../enterprise/meta/monitoring/tactical.php:272 -msgid "Report of state" -msgstr "Report of state" - -#: ../../enterprise/meta/monitoring/tactical.php:301 -msgid "Report of events" -msgstr "Report of events" - -#: ../../enterprise/meta/monitoring/tactical.php:306 -msgid "Info of state in events" -msgstr "Info of state in events" - -#: ../../enterprise/meta/monitoring/tactical.php:322 -msgid "More events" -msgstr "More events" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 -#: ../../enterprise/godmode/alerts/alert_events.php:552 -#: ../../godmode/alerts/configure_alert_template.php:781 -#: ../../godmode/alerts/configure_alert_template.php:785 -msgid "Next" -msgstr "Next" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../godmode/alerts/configure_alert_template.php:774 -msgid "Finish" -msgstr "Finish" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 -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." - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 -#: ../../include/functions_events.php:1716 -msgid "New" -msgstr "New" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -msgid "Please, select a module" -msgstr "Please select a module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 -msgid "Please, select an alert" -msgstr "Please select an alert" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 -msgid "Please, select an agent" -msgstr "Please select an agent" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/operation/log/log_viewer.php:244 -#: ../../enterprise/godmode/policies/policy_modules.php:1125 -#: ../../extensions/system_info.php:495 -#: ../../operation/reporting/reporting_viewer.php:237 -#: ../../godmode/massive/massive_copy_modules.php:164 -#: ../../general/ui/agents_list.php:121 -msgid "Loading" -msgstr "Loading" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 -msgid "String" -msgstr "String" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 -#: ../../godmode/agentes/configurar_agente.php:181 -#: ../../godmode/agentes/configurar_agente.php:704 -msgid "No agent name specified" -msgstr "No agent name specified" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 -msgid "Another agent already exists with the same name" -msgstr "Another agent with the same name already exists." - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 -msgid "Can't connect to Pandora FMS instance" -msgstr "Cannot connect to Pandora FMS instance." - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 -#: ../../godmode/agentes/module_manager_editor_common.php:338 -#: ../../godmode/agentes/module_manager_editor_common.php:341 -#, php-format -msgid "Agent interval x %s" -msgstr "Agent interval x %s" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 -#: ../../operation/snmpconsole/snmp_view.php:572 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../operation/agentes/estado_agente.php:573 -#: ../../godmode/agentes/modificar_agente.php:580 -msgid "Create agent" -msgstr "Create agent" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -#: ../../godmode/menu.php:33 -msgid "Manage agents" -msgstr "Manage agents" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 -msgid "Select the agent to be edited or deleted" -msgstr "Select the agent to be edited or deleted" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 -#: ../../mobile/operation/groups.php:67 ../../mobile/operation/agent.php:100 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/module_graph.php:370 -#: ../../mobile/operation/module_graph.php:379 -#: ../../mobile/operation/modules.php:190 -#: ../../mobile/operation/tactical.php:85 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/alerts.php:158 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/events.php:563 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../mobile/operation/agents.php:162 -msgid "Back" -msgstr "Back" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -msgid "Create module" -msgstr "Create module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 -msgid "Manage modules" -msgstr "Manage modules" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 -msgid "Select the agent where the module will be created" -msgstr "Select the agent where the module will be created" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 -msgid "Create Module" -msgstr "Create Module" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 -msgid "Select the module to be edited or deleted" -msgstr "Select the module to be edited or deleted" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 -#: ../../godmode/snmpconsole/snmp_alert.php:76 -msgid "Create alert" -msgstr "Create alert" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 -#: ../../godmode/users/configure_profile.php:280 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -msgid "Manage alerts" -msgstr "Manage alerts" - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 -msgid "Select the module where the alert will be created" -msgstr "Select the module in which the alert will be created." - -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 -msgid "Select the alert to be edited or deleted" -msgstr "Select the alert to be edited or deleted" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:290 -#: ../../include/functions_reports.php:631 -#: ../../include/functions_reports.php:633 ../../godmode/menu.php:92 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/setup/setup.php:130 -msgid "Configuration" -msgstr "Configuration" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -msgid "Advanced configuration" -msgstr "Advanced configuration" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 -#: ../../include/functions_graph.php:791 -#: ../../include/functions_graph.php:3606 -msgid "Previous" -msgstr "Previous" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 -msgid "Invalid characters founded in module name" -msgstr "Invalid characters found in module name." - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -#: ../../mobile/include/functions_web.php:23 -#: ../../include/functions_reporting_html.php:2195 -#: ../../include/functions_reporting_html.php:2335 -msgid "Monitor" -msgstr "Monitor" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 -msgid "Web check" -msgstr "Web check" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" -msgstr "Module description" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 -msgid "Step by step wizard" -msgstr "Step by step wizard" - -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 -msgid "Click Create to continue" -msgstr "Click Create to continue" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 -msgid "Please, set a name" -msgstr "Please set a name" - -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 -msgid "Please, set an interval" -msgstr "Please set an interval" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" -msgstr "Edit agent" - -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 -msgid "Please, set a valid IP address" -msgstr "Please set a valid IP address." - -#: ../../enterprise/extensions/translate_string.php:165 -#: ../../enterprise/extensions/translate_string.php:326 -msgid "Translate string" -msgstr "Translate string" - -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "CSV import" - -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:298 -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -msgid "Operation view" -msgstr "Operation view" - -#: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:282 -msgid "Subnetworks calculator" -msgstr "Subnetworks calculator" - -#: ../../enterprise/extensions/ipam.php:189 -#: ../../enterprise/extensions/ipam/ipam_list.php:98 -msgid "Manage addresses" -msgstr "Manage addresses" - -#: ../../enterprise/extensions/ipam.php:197 -#: ../../godmode/massive/massive_operations.php:207 -msgid "Massive operations" -msgstr "Massive operations" - -#: ../../enterprise/extensions/ipam.php:205 -#: ../../enterprise/extensions/ipam/ipam_list.php:101 -msgid "Addresses view" -msgstr "Addresses view" - -#: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:225 -#: ../../enterprise/extensions/ipam.php:290 -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -msgid "Administration view" -msgstr "Management view" - -#: ../../enterprise/extensions/ipam.php:238 -#: ../../enterprise/extensions/ipam.php:306 -#: ../../enterprise/extensions/ipam.php:328 -#: ../../enterprise/extensions/ipam.php:329 -msgid "IPAM" -msgstr "IPAM" - -#: ../../enterprise/extensions/check_acls.php:16 -msgid "ACL users for this agent" -msgstr "ACL users for this agent" - -#: ../../enterprise/extensions/check_acls.php:44 -#: ../../enterprise/extensions/check_acls.php:124 -#: ../../godmode/users/profile_list.php:304 -msgid "System incidents reading" -msgstr "Read system incidents" - -#: ../../enterprise/extensions/check_acls.php:45 -#: ../../enterprise/extensions/check_acls.php:125 -#: ../../godmode/users/profile_list.php:305 -msgid "System incidents writing" -msgstr "Write system incidents" - -#: ../../enterprise/extensions/check_acls.php:46 -#: ../../enterprise/extensions/check_acls.php:126 -#: ../../godmode/users/profile_list.php:306 -msgid "System incidents management" -msgstr "Manage system incidents" - -#: ../../enterprise/extensions/check_acls.php:47 -#: ../../enterprise/extensions/check_acls.php:127 -#: ../../godmode/users/profile_list.php:307 -msgid "Agents reading" -msgstr "Read agents" - -#: ../../enterprise/extensions/check_acls.php:48 -#: ../../enterprise/extensions/check_acls.php:128 -#: ../../include/functions_menu.php:474 -#: ../../godmode/users/profile_list.php:308 -msgid "Agents management" -msgstr "Manage agents" - -#: ../../enterprise/extensions/check_acls.php:49 -#: ../../enterprise/extensions/check_acls.php:129 -#: ../../godmode/users/profile_list.php:309 -msgid "Agents disable" -msgstr "Disable agents" - -#: ../../enterprise/extensions/check_acls.php:50 -#: ../../enterprise/extensions/check_acls.php:130 -#: ../../godmode/users/profile_list.php:310 -msgid "Alerts editing" -msgstr "Edit alerts" - -#: ../../enterprise/extensions/check_acls.php:51 -#: ../../enterprise/extensions/check_acls.php:131 ../../godmode/menu.php:72 -#: ../../godmode/users/profile_list.php:312 -msgid "Users management" -msgstr "Manage users" - -#: ../../enterprise/extensions/check_acls.php:52 -#: ../../enterprise/extensions/check_acls.php:132 -#: ../../godmode/users/profile_list.php:313 -msgid "Database management" -msgstr "Database management" - -#: ../../enterprise/extensions/check_acls.php:53 -#: ../../enterprise/extensions/check_acls.php:133 -#: ../../godmode/users/profile_list.php:311 -msgid "Alerts management" -msgstr "Manage alerts" - -#: ../../enterprise/extensions/check_acls.php:54 -#: ../../enterprise/extensions/check_acls.php:134 -#: ../../godmode/users/profile_list.php:317 -msgid "Reports reading" -msgstr "Read reports" - -#: ../../enterprise/extensions/check_acls.php:55 -#: ../../enterprise/extensions/check_acls.php:135 -#: ../../godmode/users/profile_list.php:318 -msgid "Reports writing" -msgstr "Write reports" - -#: ../../enterprise/extensions/check_acls.php:56 -#: ../../enterprise/extensions/check_acls.php:136 -#: ../../godmode/users/profile_list.php:319 -msgid "Reports management" -msgstr "Manage reports" - -#: ../../enterprise/extensions/check_acls.php:57 -#: ../../enterprise/extensions/check_acls.php:137 -#: ../../godmode/users/profile_list.php:314 -msgid "Events reading" -msgstr "Read events" - -#: ../../enterprise/extensions/check_acls.php:58 -#: ../../enterprise/extensions/check_acls.php:138 -#: ../../godmode/users/profile_list.php:315 -msgid "Events writing" -msgstr "Write events" - -#: ../../enterprise/extensions/check_acls.php:59 -#: ../../enterprise/extensions/check_acls.php:139 -#: ../../godmode/users/profile_list.php:316 -msgid "Events management" -msgstr "Manage events" - -#: ../../enterprise/extensions/check_acls.php:60 -#: ../../enterprise/extensions/check_acls.php:140 -#: ../../godmode/users/profile_list.php:326 -msgid "Systems management" -msgstr "Systems management" - -#: ../../enterprise/extensions/check_acls.php:100 -msgid "There are no defined users" -msgstr "There are no defined users" - -#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:81 -msgid "Module tags" -msgstr "Module tags" - -#: ../../enterprise/extensions/check_acls.php:188 -msgid "ACL module tags for the modules in this agent" -msgstr "ACL module tags for the modules in this agent" - -#: ../../enterprise/extensions/check_acls.php:198 -msgid "Only admin users can see this section." -msgstr "Only admin users can see this section." - -#: ../../enterprise/extensions/check_acls.php:202 -msgid "Check ACL" -msgstr "Check ACL" - -#: ../../enterprise/extensions/cron/main.php:37 -#: ../../enterprise/extensions/cron.php:114 -msgid "Cron jobs" -msgstr "Cron jobs" - -#: ../../enterprise/extensions/cron/main.php:43 -msgid "Add new job" -msgstr "Add new job" - -#: ../../enterprise/extensions/cron/main.php:77 -#: ../../enterprise/extensions/cron/main.php:131 -msgid "Path doesn't exist or is not writable" -msgstr "Path doesn't exist or is not writable." - -#: ../../enterprise/extensions/cron/main.php:109 -#: ../../enterprise/extensions/cron/main.php:124 -msgid "Edit job" -msgstr "Edit job" - -#: ../../enterprise/extensions/cron/main.php:150 -msgid "Cron extension is not running" -msgstr "Cron extension is not running" - -#: ../../enterprise/extensions/cron/main.php:151 -msgid "Cron extension has never run or it's not configured well" -msgstr "Cron extension has never run or it's not configured well." - -#: ../../enterprise/extensions/cron/main.php:153 -msgid "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service" +#: ../../operation/agentes/tactical.php:153 +#: ../../operation/agentes/pandora_networkmap.view.php:245 +#: ../../operation/agentes/status_monitor.php:301 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/estado_monitores.php:433 +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 +#: ../../enterprise/operation/agentes/transactional_map.php:213 +#: ../../enterprise/operation/agentes/transactional_map.php:250 +#: ../../enterprise/operation/services/services.service.php:184 +#: ../../enterprise/operation/services/services.service_map.php:119 +#: ../../enterprise/operation/services/services.list.php:152 +#: ../../enterprise/operation/services/services.list.php:394 +#: ../../enterprise/extensions/cron/functions.php:190 +#: ../../enterprise/meta/monitoring/tactical.php:281 +#: ../../enterprise/meta/monitoring/group_view.php:146 +#: ../../enterprise/meta/monitoring/group_view.php:150 +#: ../../enterprise/include/functions_reporting_csv.php:819 +#: ../../enterprise/include/functions_reporting_csv.php:848 +#: ../../enterprise/include/functions_reporting.php:1162 +#: ../../enterprise/include/functions_reporting.php:1251 +#: ../../enterprise/include/functions_reporting.php:1625 +#: ../../enterprise/include/functions_reporting.php:1781 +#: ../../enterprise/include/functions_reporting.php:2293 +#: ../../enterprise/include/functions_reporting.php:3105 +#: ../../enterprise/include/functions_reporting.php:3436 +#: ../../enterprise/include/functions_reporting_pdf.php:323 +#: ../../enterprise/include/functions_reporting_pdf.php:661 +#: ../../enterprise/include/functions_reporting_pdf.php:679 +#: ../../enterprise/include/functions_reporting_pdf.php:1631 +#: ../../enterprise/include/functions_reporting_pdf.php:1660 +#: ../../enterprise/include/functions_reporting_pdf.php:1724 +#: ../../enterprise/include/functions_reporting_pdf.php:1817 +#: ../../enterprise/include/functions_reporting_pdf.php:2057 +#: ../../enterprise/include/functions_reporting_pdf.php:2092 +#: ../../enterprise/dashboard/widgets/events_list.php:185 +#: ../../enterprise/dashboard/widgets/tree_view.php:56 +#: ../../enterprise/dashboard/widgets/tree_view.php:69 +#: ../../enterprise/dashboard/widgets/tree_view.php:216 +#: ../../enterprise/dashboard/widgets/service_map.php:87 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:330 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../include/functions_visual_map.php:1159 +#: ../../include/functions_visual_map.php:1177 +#: ../../include/functions_visual_map.php:1190 +#: ../../include/functions_visual_map.php:1203 +#: ../../include/functions_alerts.php:574 +#: ../../include/functions_reports.php:426 ../../include/functions.php:1030 +#: ../../include/graphs/functions_flot.php:427 +#: ../../include/functions_maps.php:46 ../../include/functions_events.php:1399 +#: ../../include/functions_events.php:2742 ../../include/ajax/module.php:799 +#: ../../include/functions_reporting.php:2997 +#: ../../include/functions_reporting.php:3203 +#: ../../include/functions_reporting.php:4546 +#: ../../include/functions_reporting.php:4547 +#: ../../include/functions_reporting.php:4548 +#: ../../include/functions_reporting.php:4549 +#: ../../include/functions_reporting.php:4550 +#: ../../include/functions_reporting.php:4551 +#: ../../include/functions_graph.php:774 +#: ../../include/functions_graph.php:2078 +#: ../../include/functions_graph.php:3842 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 +#: ../../include/functions_reporting_html.php:363 +#: ../../include/functions_reporting_html.php:390 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1078 +#: ../../include/functions_reporting_html.php:1503 +#: ../../include/functions_reporting_html.php:1665 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_groups.php:803 +#: ../../include/functions_groups.php:805 +#: ../../include/functions_groups.php:807 +#: ../../include/functions_groups.php:808 +#: ../../include/functions_groups.php:809 +#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 +msgid "Unknown" +msgstr "Unknown" + +#: ../../operation/agentes/tactical.php:154 +#: ../../operation/agentes/status_monitor.php:303 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../operation/agentes/group_view.php:167 ../../operation/tree.php:135 +#: ../../operation/tree.php:160 ../../operation/tree.php:298 +#: ../../enterprise/meta/monitoring/tactical.php:282 +#: ../../enterprise/meta/monitoring/group_view.php:147 +#: ../../enterprise/meta/monitoring/group_view.php:151 +#: ../../enterprise/include/functions_reporting_pdf.php:680 +#: ../../enterprise/dashboard/widgets/tree_view.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:70 +#: ../../enterprise/dashboard/widgets/tree_view.php:221 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_edit_modules.php:301 +#: ../../godmode/massive/massive_edit_modules.php:332 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../include/functions_graph.php:2081 +#: ../../include/functions_reporting_html.php:1080 +#: ../../include/functions_groups.php:812 +#: ../../include/functions_groups.php:814 +#: ../../include/functions_groups.php:816 +#: ../../include/functions_groups.php:817 +#: ../../include/functions_groups.php:818 +#: ../../mobile/operation/modules.php:44 +msgid "Not init" +msgstr "Not initialized" + +#: ../../operation/agentes/tactical.php:193 +#: ../../include/functions_events.php:866 +msgid "Latest events" +msgstr "Latest events" + +#: ../../operation/agentes/tactical.php:208 +#: ../../operation/events/event_statistics.php:37 +#: ../../include/functions_events.php:1011 +msgid "Event graph" +msgstr "Event graph" + +#: ../../operation/agentes/tactical.php:214 +#: ../../operation/events/event_statistics.php:61 +#: ../../include/functions_events.php:1016 +msgid "Event graph by agent" +msgstr "Event graph by agent" + +#: ../../operation/agentes/graphs.php:86 +msgid "Other modules" +msgstr "Other modules" + +#: ../../operation/agentes/graphs.php:91 +msgid "Modules network no proc" +msgstr "Modules network no proc" + +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/exportdata.php:274 +#: ../../operation/agentes/estado_agente.php:520 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 ../../operation/tree.php:73 +#: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 +#: ../../extensions/agents_modules.php:195 +#: ../../enterprise/operation/services/services.service_map.php:130 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:309 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:430 +#: ../../enterprise/godmode/policies/policy_modules.php:347 +#: ../../enterprise/godmode/policies/policies.php:341 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:788 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 +#: ../../enterprise/meta/monitoring/group_view.php:99 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 +#: ../../enterprise/meta/advanced/servers.build_table.php:63 +#: ../../enterprise/meta/agentsearch.php:96 +#: ../../enterprise/meta/include/functions_wizard_meta.php:305 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 +#: ../../enterprise/include/functions_policies.php:3208 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:683 +#: ../../enterprise/dashboard/widgets/top_n.php:332 +#: ../../enterprise/dashboard/widgets/tree_view.php:37 +#: ../../enterprise/dashboard/widgets/service_map.php:98 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1017 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 +#: ../../godmode/reporting/visual_console_builder.wizard.php:267 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/agentes/modificar_agente.php:570 +#: ../../godmode/agentes/configurar_agente.php:277 +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:757 +#: ../../godmode/agentes/planned_downtime.editor.php:830 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 +#: ../../godmode/servers/servers.build_table.php:68 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_edit_modules.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/db/db_refine.php:95 ../../include/functions_reports.php:555 +#: ../../include/functions_reports.php:557 +#: ../../include/functions_reports.php:559 +#: ../../include/functions_reports.php:561 +#: ../../include/functions_reports.php:563 +#: ../../include/functions_reports.php:565 +#: ../../include/functions_reports.php:567 +#: ../../include/functions_reporting_html.php:832 +#: ../../include/functions_reporting_html.php:2500 +#: ../../mobile/operation/modules.php:186 ../../mobile/operation/agents.php:79 +#: ../../mobile/operation/agents.php:326 ../../mobile/operation/agents.php:327 +#: ../../mobile/operation/home.php:64 ../../mobile/operation/agent.php:205 +msgid "Modules" +msgstr "Modules" + +#: ../../operation/agentes/graphs.php:132 +#: ../../operation/agentes/stat_win.php:309 +#: ../../operation/agentes/exportdata.php:309 +#: ../../operation/agentes/interface_traffic_graph_win.php:225 +#: ../../mobile/operation/module_graph.php:454 +msgid "Begin date" +msgstr "Begin date" + +#: ../../operation/agentes/graphs.php:140 +#: ../../operation/agentes/stat_win.php:340 +msgid "Show events" +msgstr "Show events" + +#: ../../operation/agentes/graphs.php:142 +#: ../../operation/agentes/stat_win.php:357 +msgid "Show alerts" +msgstr "Show alerts" + +#: ../../operation/agentes/graphs.php:143 +msgid "the combined graph does not show the alerts into this graph" +msgstr "the combined graph does not show the alerts into this graph" + +#: ../../operation/agentes/graphs.php:145 +msgid "Show as one combined graph" +msgstr "Show as a single combined graph" + +#: ../../operation/agentes/graphs.php:147 +msgid "one combined graph" +msgstr "single combined graph" + +#: ../../operation/agentes/graphs.php:150 +msgid "several graphs for each module" +msgstr "Several graphs per module" + +#: ../../operation/agentes/graphs.php:157 +msgid "Save as custom graph" +msgstr "Save as a custom graph" + +#: ../../operation/agentes/graphs.php:163 +msgid "Filter graphs" +msgstr "Filter graphs" + +#: ../../operation/agentes/graphs.php:163 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../enterprise/godmode/policies/policy_queue.php:277 +#: ../../enterprise/godmode/policies/policy_queue.php:364 +#: ../../godmode/snmpconsole/snmp_alert.php:913 +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Toggle filter(s)" +msgstr "Toggle filter(s)" + +#: ../../operation/agentes/graphs.php:210 +#, fuzzy +msgid "There was an error loading the graph" +msgstr "There was an error sending the data" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "Name the custom graph" + +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:178 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:149 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:628 +#: ../../enterprise/include/ajax/transactional.ajax.php:83 +#: ../../enterprise/dashboard/main_dashboard.php:297 +#: ../../godmode/reporting/visual_console_builder.data.php:160 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../godmode/setup/snmp_wizard.php:104 +msgid "Save" +msgstr "Save" + +#: ../../operation/agentes/graphs.php:243 +msgid "Save custom graph" +msgstr "Save custom graph" + +#: ../../operation/agentes/graphs.php:264 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "Custom graph create from the tab graphs in the agent." + +#: ../../operation/agentes/ehorus.php:30 +#, fuzzy +msgid "Missing agent id" +msgstr "Massive agents edition" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" msgstr "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service." -#: ../../enterprise/extensions/cron/main.php:155 -msgid "Please, add the following line to your crontab file" -msgstr "Please add the following line to your crontab file" +#: ../../operation/agentes/ehorus.php:80 +#, fuzzy +msgid "There was an error retrieving an authorization token" +msgstr "There was an error retrieving the visual map information" -#: ../../enterprise/extensions/cron/main.php:161 -msgid "Last execution" -msgstr "Last execution" +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +#, fuzzy +msgid "There was an error processing the response" +msgstr "There was an error checking the code" -#: ../../enterprise/extensions/cron/main.php:168 -msgid "Cron extension is running" -msgstr "Cron extension is running" +#: ../../operation/agentes/ehorus.php:116 +#, fuzzy +msgid "There was an error retrieving the agent data" +msgstr "There was an error sending the data" -#: ../../enterprise/extensions/cron/main.php:177 -msgid "Scheduled jobs" -msgstr "Scheduled jobs" - -#: ../../enterprise/extensions/cron/main.php:186 -#: ../../enterprise/extensions/cron/main.php:284 -msgid "Task" -msgstr "Task" - -#: ../../enterprise/extensions/cron/main.php:187 -#: ../../enterprise/extensions/cron/main.php:292 -#: ../../enterprise/extensions/vmware/main.php:252 -msgid "Scheduled" -msgstr "Scheduled" - -#: ../../enterprise/extensions/cron/main.php:188 -msgid "First_execution" -msgstr "First_execution" - -#: ../../enterprise/extensions/cron/main.php:189 -msgid "" -"Maybe the first run is not exactly equal to this value because the cron " -"configuration is diferent." +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" msgstr "" -"Maybe the first run is not exactly equal to this value because the cron " -"configuration is different." -#: ../../enterprise/extensions/cron/main.php:190 -msgid "Last run" -msgstr "Last run" +#: ../../operation/agentes/ehorus.php:136 +#, fuzzy +msgid "Launch" +msgstr "Latency" -#: ../../enterprise/extensions/cron/main.php:201 -msgid "Force run" -msgstr "Force run" - -#: ../../enterprise/extensions/cron/main.php:218 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:71 -#: ../../operation/search_users.php:44 ../../godmode/tag/edit_tag.php:190 -#: ../../godmode/tag/tag.php:203 -msgid "Email" -msgstr "E-mail" - -#: ../../enterprise/extensions/cron/main.php:222 -#: ../../enterprise/extensions/cron/functions.php:44 -#: ../../godmode/servers/manage_recontask_form.php:233 -msgid "Custom script" -msgstr "Custom script" - -#: ../../enterprise/extensions/cron/main.php:235 -#: ../../enterprise/extensions/cron/main.php:249 -msgid "Path" -msgstr "Path" - -#: ../../enterprise/extensions/cron/main.php:295 -msgid "First execution" -msgstr "First execution" - -#: ../../enterprise/extensions/cron/main.php:297 -#: ../../enterprise/operation/log/log_viewer.php:210 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../operation/netflow/nf_live_view.php:237 -#: ../../godmode/agentes/planned_downtime.editor.php:504 -#: ../../godmode/agentes/planned_downtime.editor.php:515 -msgid "Date format in Pandora is year/month/day" -msgstr "Date format for Pandora FMS is YY/MM/DD" - -#: ../../enterprise/extensions/cron/main.php:299 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../operation/netflow/nf_live_view.php:239 -#: ../../godmode/alerts/configure_alert_template.php:536 -#: ../../godmode/alerts/configure_alert_template.php:540 -#: ../../godmode/agentes/planned_downtime.editor.php:506 -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../godmode/agentes/planned_downtime.editor.php:585 -#: ../../godmode/agentes/planned_downtime.editor.php:593 -#: ../../godmode/reporting/reporting_builder.item_editor.php:796 -#: ../../godmode/reporting/reporting_builder.item_editor.php:805 -msgid "Time format in Pandora is hours(24h):minutes:seconds" -msgstr "Watch format in Pandora FMS is hours (24h):minutes:seconds" - -#: ../../enterprise/extensions/cron/main.php:300 -#: ../../include/functions_events.php:1814 -#: ../../godmode/events/event_responses.editor.php:111 -msgid "Parameters" -msgstr "Parameters" - -#: ../../enterprise/extensions/cron/main.php:336 -#: ../../enterprise/operation/log/log_viewer.php:300 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:672 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2163 -#: ../../extensions/insert_data.php:194 -#: ../../operation/agentes/estado_monitores.php:376 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/stat_win.php:489 -#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391 -#: ../../operation/reporting/graph_viewer.php:247 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../godmode/alerts/configure_alert_template.php:1033 -#: ../../godmode/agentes/planned_downtime.editor.php:1137 -#: ../../godmode/setup/news.php:297 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1730 -msgid "Choose time" -msgstr "Choose time" - -#: ../../enterprise/extensions/cron/main.php:337 -#: ../../enterprise/operation/log/log_viewer.php:301 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:673 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2164 -#: ../../extensions/insert_data.php:195 -#: ../../operation/agentes/estado_monitores.php:377 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/stat_win.php:490 -#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392 -#: ../../operation/reporting/graph_viewer.php:248 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../godmode/alerts/configure_alert_template.php:1034 -#: ../../godmode/agentes/planned_downtime.editor.php:1138 -#: ../../godmode/setup/news.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1731 -msgid "Time" -msgstr "Time" - -#: ../../enterprise/extensions/cron/main.php:338 -#: ../../enterprise/operation/log/log_viewer.php:302 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:674 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2165 -#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:839 -#: ../../operation/agentes/estado_monitores.php:378 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/stat_win.php:491 -#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393 -#: ../../operation/reporting/graph_viewer.php:249 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../godmode/alerts/configure_alert_template.php:1035 -#: ../../godmode/agentes/planned_downtime.editor.php:1139 -#: ../../godmode/setup/news.php:299 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1732 -msgid "Hour" -msgstr "Hour" - -#: ../../enterprise/extensions/cron/main.php:339 -#: ../../enterprise/operation/log/log_viewer.php:303 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:675 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2166 -#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:840 -#: ../../operation/agentes/estado_monitores.php:379 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/stat_win.php:492 -#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394 -#: ../../operation/reporting/graph_viewer.php:250 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../godmode/alerts/configure_alert_template.php:1036 -#: ../../godmode/agentes/planned_downtime.editor.php:1140 -#: ../../godmode/setup/news.php:300 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1733 -msgid "Minute" -msgstr "Minute" - -#: ../../enterprise/extensions/cron/main.php:340 -#: ../../enterprise/operation/log/log_viewer.php:304 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:676 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2167 -#: ../../extensions/insert_data.php:198 -#: ../../operation/agentes/estado_monitores.php:380 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/stat_win.php:493 -#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395 -#: ../../operation/reporting/graph_viewer.php:251 -#: ../../operation/reporting/reporting_viewer.php:261 -#: ../../operation/reporting/reporting_viewer.php:281 -#: ../../godmode/alerts/configure_alert_template.php:1037 -#: ../../godmode/agentes/planned_downtime.editor.php:1141 -#: ../../godmode/setup/news.php:301 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1734 -msgid "Second" -msgstr "Second" - -#: ../../enterprise/extensions/cron/main.php:341 -#: ../../enterprise/operation/log/log_viewer.php:305 -#: ../../enterprise/operation/log/log_viewer.php:317 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:677 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2168 -#: ../../extensions/insert_data.php:199 ../../include/functions.php:410 -#: ../../include/functions.php:544 -#: ../../operation/agentes/estado_monitores.php:381 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/stat_win.php:494 -#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396 -#: ../../operation/reporting/graph_viewer.php:252 -#: ../../operation/reporting/reporting_viewer.php:262 -#: ../../operation/reporting/reporting_viewer.php:282 -#: ../../godmode/alerts/configure_alert_template.php:1038 -#: ../../godmode/agentes/planned_downtime.editor.php:1142 -#: ../../godmode/setup/news.php:302 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1735 -msgid "Now" -msgstr "Now" - -#: ../../enterprise/extensions/cron/main.php:342 -#: ../../enterprise/operation/log/log_viewer.php:306 -#: ../../enterprise/operation/log/log_viewer.php:318 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:678 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2169 -#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 -#: ../../extensions/insert_data.php:200 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:638 -#: ../../include/functions_filemanager.php:654 -#: ../../include/functions_snmp_browser.php:441 -#: ../../operation/agentes/estado_monitores.php:382 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/stat_win.php:495 -#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397 -#: ../../operation/reporting/graph_viewer.php:253 -#: ../../operation/reporting/reporting_viewer.php:263 -#: ../../operation/reporting/reporting_viewer.php:283 -#: ../../godmode/alerts/configure_alert_template.php:1039 -#: ../../godmode/agentes/planned_downtime.editor.php:1143 -#: ../../godmode/setup/news.php:303 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1736 -msgid "Close" -msgstr "Close" - -#: ../../enterprise/extensions/cron/functions.php:17 -#: ../../enterprise/extensions/cron/functions.php:27 -#: ../../enterprise/extensions/cron/functions.php:48 -#: ../../enterprise/extensions/cron/functions.php:80 -#: ../../enterprise/extensions/cron/functions.php:95 -#: ../../enterprise/extensions/cron/functions.php:136 -msgid "Report to build" -msgstr "Report to build" - -#: ../../enterprise/extensions/cron/functions.php:23 -msgid "Send to emails (separated by comma)" -msgstr "Send to e-mail addresses (separated by a comma)" - -#: ../../enterprise/extensions/cron/functions.php:33 -#: ../../enterprise/extensions/cron/functions.php:38 -#: ../../enterprise/extensions/cron/functions.php:54 -#: ../../enterprise/extensions/cron/functions.php:96 -#: ../../enterprise/extensions/cron/functions.php:137 -msgid "Save to disk into path" -msgstr "Save to disk in path" - -#: ../../enterprise/extensions/cron/functions.php:81 -msgid "Send to email" -msgstr "Send to e-mail" - -#: ../../enterprise/extensions/cron/functions.php:82 -msgid "Send custom report by email" -msgstr "Send custom report by e-mail" - -#: ../../enterprise/extensions/cron/functions.php:97 -#: ../../enterprise/extensions/cron/functions.php:138 -msgid "Save custom report to disk" -msgstr "Save custom report to disk" - -#: ../../enterprise/extensions/cron/functions.php:110 -#: ../../enterprise/extensions/cron/functions.php:123 -msgid "Backup Pandora database" -msgstr "Backup Pandora database" - -#: ../../enterprise/extensions/cron/functions.php:153 -msgid "Not scheduled" -msgstr "Not scheduled" - -#: ../../enterprise/extensions/cron/functions.php:154 -#: ../../enterprise/extensions/vmware/functions.php:24 -msgid "Hourly" -msgstr "Hourly" - -#: ../../enterprise/extensions/cron/functions.php:155 -#: ../../enterprise/extensions/vmware/functions.php:25 -#: ../../godmode/agentes/module_manager_editor_prediction.php:159 -msgid "Daily" -msgstr "Daily" - -#: ../../enterprise/extensions/cron/functions.php:156 -#: ../../enterprise/extensions/vmware/functions.php:26 -#: ../../godmode/agentes/module_manager_editor_prediction.php:157 -#: ../../godmode/agentes/planned_downtime.editor.php:527 -msgid "Weekly" -msgstr "Weekly" - -#: ../../enterprise/extensions/cron/functions.php:157 -#: ../../enterprise/extensions/vmware/functions.php:27 -#: ../../godmode/agentes/module_manager_editor_prediction.php:158 -#: ../../godmode/agentes/planned_downtime.editor.php:528 -msgid "Monthly" -msgstr "Monthly" - -#: ../../enterprise/extensions/cron/functions.php:158 -#: ../../enterprise/extensions/vmware/functions.php:28 -msgid "Yearly" -msgstr "Annually" - -#: ../../enterprise/extensions/cron/functions.php:188 -#: ../../enterprise/godmode/setup/setup_acl.php:72 -#: ../../enterprise/godmode/setup/setup_acl.php:316 -#: ../../include/functions_html.php:645 ../../include/functions_html.php:646 -#: ../../include/functions_html.php:750 ../../include/functions_html.php:751 -msgid "Custom" -msgstr "Custom" - -#: ../../enterprise/extensions/cron/functions.php:362 -msgid "This is the automatic generated report" -msgstr "This is the automatically generated report" - -#: ../../enterprise/extensions/cron/functions.php:365 -msgid "Open the attached file to view it" -msgstr "Open the attached file to view it" - -#: ../../enterprise/extensions/cron/functions.php:367 -#: ../../mobile/include/functions_web.php:82 -#: ../../mobile/include/ui.class.php:258 -msgid "Generated at" -msgstr "Generated at" - -#: ../../enterprise/extensions/cron/functions.php:371 -msgid "Please do not answer or reply to this email" -msgstr "Please do not answer or reply to this e-mail" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:160 -msgid "Power Status: " -msgstr "Power Status: " - -#: ../../enterprise/extensions/vmware/vmware_manager.php:202 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666 -msgid "Status: " -msgstr "Status : " - -#: ../../enterprise/extensions/vmware/vmware_manager.php:206 -msgid "Change Status" -msgstr "Change Status" - -#: ../../enterprise/extensions/vmware/main.php:30 -msgid "WMware Plugin Settings" -msgstr "WMware Plugin Settings" - -#: ../../enterprise/extensions/vmware/main.php:75 -#: ../../extensions/files_repo/functions_files_repo.php:274 -msgid "There was an error updating the file" -msgstr "There was an error updating the file." - -#: ../../enterprise/extensions/vmware/main.php:125 -msgid "There was an error updating the execution data of the plugin" -msgstr "There was an error updating the execution data of the plugin" - -#: ../../enterprise/extensions/vmware/main.php:132 -msgid "There was an error activating the execution of the plugin" -msgstr "There was an error activating the execution of the plugin" - -#: ../../enterprise/extensions/vmware/main.php:179 -msgid "Config Path" -msgstr "Config Path" - -#: ../../enterprise/extensions/vmware/main.php:186 -msgid "Plugin Path" -msgstr "Plugin Path" - -#: ../../enterprise/extensions/vmware/main.php:208 -msgid "Config parameters" -msgstr "Config parameters" - -#: ../../enterprise/extensions/vmware/main.php:215 -msgid "V-Center IP" -msgstr "V-Center IP" - -#: ../../enterprise/extensions/vmware/main.php:220 -msgid "Datacenter Name" -msgstr "Datacenter Name" - -#: ../../enterprise/extensions/vmware/main.php:242 -msgid "Plugin execution" -msgstr "Plugin execution" - -#: ../../enterprise/extensions/vmware/main.php:243 -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" +#: ../../operation/agentes/ehorus.php:142 +msgid "The connection was lost and the authorization token was expired" 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" -#: ../../enterprise/extensions/vmware/main.php:275 -#: ../../enterprise/godmode/agentes/collections.php:217 -msgid "Apply changes" -msgstr "Apply changes" +#: ../../operation/agentes/ehorus.php:144 +msgid "Reload the page to request a new authorization token" +msgstr "" -#: ../../enterprise/extensions/vmware/vmware_view.php:620 -#: ../../enterprise/extensions/vmware/vmware_view.php:1016 -msgid "Top 5 VMs CPU Usage" -msgstr "Top 5 VMs CPU Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:111 +msgid "Success be updated." +msgstr "Updating successful." -#: ../../enterprise/extensions/vmware/vmware_view.php:627 -#: ../../enterprise/extensions/vmware/vmware_view.php:1023 -msgid "Top 5 VMs Memory Usage" -msgstr "Top 5 VMs Memory Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:114 +#: ../../enterprise/extensions/ipam/ipam_action.php:190 +msgid "Could not be updated." +msgstr "Could not be updated." -#: ../../enterprise/extensions/vmware/vmware_view.php:636 -#: ../../enterprise/extensions/vmware/vmware_view.php:1032 -msgid "Top 5 VMs Disk Usage" -msgstr "Top 5 VMs Disc Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:227 +msgid "Name: " +msgstr "Name : " -#: ../../enterprise/extensions/vmware/vmware_view.php:643 -#: ../../enterprise/extensions/vmware/vmware_view.php:1039 -msgid "Top 5 VMs Network Usage" -msgstr "Top 5 VMs Network Usage" +#: ../../operation/agentes/pandora_networkmap.view.php:258 +#: ../../operation/agentes/status_monitor.php:1031 +msgid "(Adopt) " +msgstr "(Adopted) " -#: ../../enterprise/extensions/vmware/vmware_view.php:686 -msgid "Host ESX" -msgstr "Host ESX" +#: ../../operation/agentes/pandora_networkmap.view.php:268 +#: ../../operation/agentes/status_monitor.php:1041 +msgid "(Unlinked) (Adopt) " +msgstr "(Unlinked) (Adopted) " -#: ../../enterprise/extensions/vmware/vmware_view.php:905 -#: ../../enterprise/include/functions_services.php:1591 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/operation/agentes/policy_view.php:371 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642 -#: ../../mobile/operation/modules.php:438 -#: ../../mobile/operation/modules.php:455 -#: ../../include/functions_modules.php:1846 -#: ../../include/functions_modules.php:1854 -#: ../../include/class/Tree.class.php:1476 -#: ../../operation/search_modules.php:108 -#: ../../operation/search_modules.php:125 -#: ../../operation/agentes/status_monitor.php:1123 -#: ../../operation/agentes/status_monitor.php:1140 -msgid "NORMAL" -msgstr "NORMAL" +#: ../../operation/agentes/pandora_networkmap.view.php:272 +#: ../../operation/agentes/status_monitor.php:1045 +msgid "(Unlinked) " +msgstr "(Unlinked) " +#: ../../operation/agentes/pandora_networkmap.view.php:277 +msgid "Policy: " +msgstr "Policy : " + +#: ../../operation/agentes/pandora_networkmap.view.php:285 +#: ../../operation/agentes/pandora_networkmap.view.php:307 +#: ../../operation/agentes/status_monitor.php:1152 +#: ../../operation/agentes/status_monitor.php:1156 +#: ../../operation/agentes/status_monitor.php:1189 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/search_modules.php:112 +#: ../../operation/search_modules.php:132 +#: ../../enterprise/operation/agentes/policy_view.php:363 +#: ../../enterprise/operation/agentes/policy_view.php:382 #: ../../enterprise/extensions/vmware/vmware_view.php:909 #: ../../enterprise/include/functions_services.php:1595 #: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/operation/agentes/policy_view.php:363 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:625 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647 -#: ../../mobile/operation/modules.php:442 -#: ../../mobile/operation/modules.php:460 -#: ../../include/functions_modules.php:1838 -#: ../../include/functions_modules.php:1858 -#: ../../include/class/Tree.class.php:1450 -#: ../../operation/search_modules.php:112 -#: ../../operation/search_modules.php:132 -#: ../../operation/agentes/status_monitor.php:1127 -#: ../../operation/agentes/status_monitor.php:1145 +#: ../../include/functions_modules.php:1853 +#: ../../include/functions_modules.php:1873 +#: ../../include/class/Tree.class.php:1462 +#: ../../mobile/operation/modules.php:469 +#: ../../mobile/operation/modules.php:487 msgid "CRITICAL" msgstr "CRITICAL" +#: ../../operation/agentes/pandora_networkmap.view.php:289 +#: ../../operation/agentes/pandora_networkmap.view.php:312 +#: ../../operation/agentes/status_monitor.php:1162 +#: ../../operation/agentes/status_monitor.php:1166 +#: ../../operation/agentes/status_monitor.php:1201 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/search_modules.php:116 +#: ../../operation/search_modules.php:139 +#: ../../enterprise/operation/agentes/policy_view.php:367 +#: ../../enterprise/operation/agentes/policy_view.php:386 #: ../../enterprise/extensions/vmware/vmware_view.php:914 #: ../../enterprise/include/functions_services.php:1599 #: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:367 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652 -#: ../../mobile/operation/modules.php:446 -#: ../../mobile/operation/modules.php:465 -#: ../../include/functions_modules.php:1842 -#: ../../include/functions_modules.php:1862 -#: ../../include/class/Tree.class.php:1457 -#: ../../operation/search_modules.php:116 -#: ../../operation/search_modules.php:139 -#: ../../operation/agentes/status_monitor.php:1131 -#: ../../operation/agentes/status_monitor.php:1150 +#: ../../include/functions_modules.php:1857 +#: ../../include/functions_modules.php:1877 +#: ../../include/class/Tree.class.php:1469 +#: ../../mobile/operation/modules.php:473 +#: ../../mobile/operation/modules.php:492 msgid "WARNING" msgstr "WARNING" +#: ../../operation/agentes/pandora_networkmap.view.php:293 +#: ../../operation/agentes/pandora_networkmap.view.php:302 +#: ../../operation/agentes/status_monitor.php:1142 +#: ../../operation/agentes/status_monitor.php:1146 +#: ../../operation/agentes/status_monitor.php:1177 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/search_modules.php:108 +#: ../../operation/search_modules.php:125 +#: ../../enterprise/operation/agentes/policy_view.php:371 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/extensions/vmware/vmware_view.php:905 +#: ../../enterprise/include/functions_services.php:1591 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../include/functions_modules.php:1861 +#: ../../include/functions_modules.php:1869 +#: ../../include/class/Tree.class.php:1488 +#: ../../mobile/operation/modules.php:465 +#: ../../mobile/operation/modules.php:482 +msgid "NORMAL" +msgstr "NORMAL" + +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 #: ../../enterprise/extensions/vmware/vmware_view.php:918 #: ../../enterprise/include/functions_services.php:1606 #: ../../enterprise/include/functions_services.php:1614 #: ../../enterprise/include/functions_services.php:1619 #: ../../enterprise/include/functions_services.php:1623 #: ../../enterprise/include/functions_services.php:1627 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 -#: ../../mobile/operation/modules.php:454 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:464 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1861 -#: ../../include/class/Tree.class.php:1462 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../operation/agentes/status_monitor.php:1139 -#: ../../operation/agentes/status_monitor.php:1144 -#: ../../operation/agentes/status_monitor.php:1149 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/functions_modules.php:1876 +#: ../../include/class/Tree.class.php:1474 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 msgid "UNKNOWN" msgstr "UNKNOWN" -#: ../../enterprise/extensions/vmware/vmware_view.php:929 -msgid "CPU Usage" -msgstr "CPU Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:939 -msgid "Memory Usage" -msgstr "Memory Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:949 -msgid "Disk I/O Rate" -msgstr "Disc I/O Rate" - -#: ../../enterprise/extensions/vmware/vmware_view.php:959 -msgid "Network Usage" -msgstr "Network Usage" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1070 -#: ../../enterprise/extensions/vmware/vmware_view.php:1089 -#: ../../enterprise/operation/menu.php:89 -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:299 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1076 -msgid "ESX Detail" -msgstr "ESX Detail" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1094 -msgid "ESX details" -msgstr "ESX details" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1105 -msgid "VMware view" -msgstr "VMware view" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1188 -msgid "Show Datastores" -msgstr "Show Datastores" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1191 -msgid "Show ESX" -msgstr "Show ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1194 -msgid "Show VM" -msgstr "Show VM" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1212 -#: ../../operation/agentes/networkmap.php:530 -msgid "Zoom" -msgstr "Zoom" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1223 -msgid "View options" -msgstr "View options" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1270 -msgid "VMware map" -msgstr "VMware map" - -#: ../../enterprise/extensions/vmware/functions.php:153 -#: ../../enterprise/extensions/vmware/functions.php:181 -msgid "The file does not exists" -msgstr "The file does not exists" - -#: ../../enterprise/extensions/vmware/functions.php:157 -msgid "The file is not readable by HTTP Server" -msgstr "The file is not readable by HTTP Server" - -#: ../../enterprise/extensions/vmware/functions.php:158 -#: ../../enterprise/extensions/vmware/functions.php:163 -msgid "Please check that the web server has write rights on the file" -msgstr "Please check that the web server has write rights on the file" - -#: ../../enterprise/extensions/vmware/functions.php:162 -msgid "The file is not writable by HTTP Server" -msgstr "The file is not writable by HTTP Server" - -#: ../../enterprise/extensions/backup/main.php:53 -msgid "Pandora database backup utility" -msgstr "Pandora database backup utility" - -#: ../../enterprise/extensions/backup/main.php:57 -#: ../../enterprise/operation/log/log_viewer.php:150 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 -#: ../../operation/netflow/nf_live_view.php:111 -#: ../../godmode/netflow/nf_edit.php:43 -#: ../../godmode/setup/setup_general.php:177 -msgid "Not supported in Windows systems" -msgstr "Not supported for Windows systems" - -#: ../../enterprise/extensions/backup/main.php:66 -#: ../../enterprise/include/functions_inventory.php:507 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:211 -#: ../../enterprise/include/functions_reporting_pdf.php:943 -#: ../../enterprise/include/functions_reporting_pdf.php:949 -#: ../../enterprise/include/functions_reporting_pdf.php:961 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:221 -#: ../../mobile/operation/tactical.php:263 -#: ../../extensions/users_connected.php:79 -#: ../../extensions/insert_data.php:166 -#: ../../include/functions_reporting.php:2217 -#: ../../include/functions_reporting.php:2230 ../../include/functions.php:2264 -#: ../../include/functions_reporting_html.php:1194 -#: ../../include/functions_reporting_html.php:1198 -#: ../../include/functions_reporting_html.php:1210 -#: ../../include/functions_reporting_html.php:2758 -#: ../../operation/integria_incidents/incident.tracking.php:23 -#: ../../operation/events/events.build_table.php:473 -#: ../../operation/netflow/nf_live_view.php:231 -#: ../../operation/reporting/graph_viewer.php:183 -#: ../../godmode/alerts/configure_alert_special_days.php:63 -#: ../../godmode/alerts/alert_special_days.php:161 -#: ../../godmode/admin_access_logs.php:190 -#: ../../godmode/reporting/reporting_builder.item_editor.php:971 -#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 -msgid "Date" -msgstr "Date" - -#: ../../enterprise/extensions/backup/main.php:67 -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../include/functions_filemanager.php:580 -#: ../../include/functions_visual_map_editor.php:107 -#: ../../include/functions_visual_map_editor.php:149 -#: ../../include/functions_visual_map_editor.php:411 -#: ../../include/functions_visual_map_editor.php:475 -#: ../../operation/integria_incidents/incident.files.php:45 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../godmode/events/event_responses.editor.php:97 -msgid "Size" -msgstr "Size" - -#: ../../enterprise/extensions/backup/main.php:94 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../godmode/agentes/planned_downtime.list.php:444 -msgid "Running" -msgstr "Running" - -#: ../../enterprise/extensions/backup/main.php:119 -msgid "Lost" -msgstr "Lost" - -#: ../../enterprise/extensions/backup/main.php:126 -#: ../../extensions/files_repo/files_repo_list.php:94 -#: ../../extensions/system_info.php:466 -msgid "Download" -msgstr "Download" - -#: ../../enterprise/extensions/backup/main.php:145 -msgid "Backups list" -msgstr "Backups list" - -#: ../../enterprise/extensions/backup/main.php:150 -msgid "Create backup" -msgstr "Create backup" - -#: ../../enterprise/extensions/csv_import_group/main.php:40 -#, php-format -msgid "Created group %s" -msgstr "Created group %s" - -#: ../../enterprise/extensions/csv_import_group/main.php:41 -#, php-format -msgid "Could not create group %s" -msgstr "Could not create group %s" - -#: ../../enterprise/extensions/csv_import_group/main.php:46 -#: ../../enterprise/extensions/csv_import/main.php:46 -msgid "File processed" -msgstr "File processed" - -#: ../../enterprise/extensions/csv_import_group/main.php:56 -#: ../../enterprise/extensions/csv_import/main.php:56 -msgid "CSV format" -msgstr "CSV format" - -#: ../../enterprise/extensions/csv_import_group/main.php:57 -#: ../../enterprise/extensions/csv_import/main.php:57 -msgid "The CSV file must have the fields in the following order" -msgstr "The CSV file must have the fields in the following order" - -#: ../../enterprise/extensions/csv_import_group/main.php:72 -#: ../../enterprise/extensions/csv_import/main.php:72 -msgid "Upload file" -msgstr "Upload file" - -#: ../../enterprise/extensions/csv_import_group/main.php:75 -#: ../../enterprise/extensions/csv_import/main.php:79 -msgid "Separator" -msgstr "Separator" - -#: ../../enterprise/extensions/csv_import_group/main.php:79 -#: ../../enterprise/extensions/csv_import/main.php:83 -msgid "Upload CSV file" -msgstr "Upload CSV file" - -#: ../../enterprise/extensions/ipam/ipam_network.php:104 -msgid "No addresses found on this network" -msgstr "No addresses found on this network" - -#: ../../enterprise/extensions/ipam/ipam_network.php:121 -msgid "Subnet" -msgstr "Subnet" - -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/extensions/ipam/ipam_list.php:85 -#: ../../enterprise/operation/services/services.list.php:166 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../godmode/servers/manage_recontask_form.php:250 -#: ../../godmode/servers/manage_recontask.php:340 -msgid "Manual" -msgstr "Manual" - -#: ../../enterprise/extensions/ipam/ipam_network.php:140 -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 -#: ../../enterprise/extensions/ipam/ipam_list.php:62 -#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 -#: ../../godmode/events/event_responses.editor.php:93 -msgid "Location" -msgstr "Location" - -#: ../../enterprise/extensions/ipam/ipam_network.php:154 -#: ../../enterprise/operation/services/services.list.php:446 -#: ../../enterprise/godmode/agentes/inventory_manager.php:270 -#: ../../include/functions_groups.php:741 -#: ../../include/functions_groups.php:934 ../../include/functions_ui.php:823 -#: ../../include/ajax/module.php:757 -#: ../../operation/agentes/group_view.php:145 -#: ../../operation/agentes/group_view.php:195 -#: ../../operation/agentes/estado_generalagente.php:616 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -msgid "Force" -msgstr "Force" - -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -#: ../../operation/menu.php:271 ../../operation/menu.php:359 -#: ../../operation/integria_incidents/incident_statistics.php:29 -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/snmpconsole/snmp_view.php:69 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/incidents/incident_statistics.php:30 -msgid "Statistics" -msgstr "Statistics" - -#: ../../enterprise/extensions/ipam/ipam_network.php:219 -msgid "Total IPs" -msgstr "Total IPs" - -#: ../../enterprise/extensions/ipam/ipam_network.php:225 -#: ../../enterprise/extensions/ipam/ipam_network.php:550 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -msgid "Alive" -msgstr "Alive" - -#: ../../enterprise/extensions/ipam/ipam_network.php:227 -#: ../../enterprise/extensions/ipam/ipam_network.php:553 -msgid "Not alive" -msgstr "Not alive" - -#: ../../enterprise/extensions/ipam/ipam_network.php:231 -#: ../../enterprise/extensions/ipam/ipam_network.php:540 -#: ../../enterprise/extensions/ipam/ipam_massive.php:77 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 -msgid "Managed" -msgstr "Managed" - -#: ../../enterprise/extensions/ipam/ipam_network.php:233 -msgid "Not managed" -msgstr "Unmanaged" - -#: ../../enterprise/extensions/ipam/ipam_network.php:237 -#: ../../enterprise/extensions/ipam/ipam_network.php:306 -#: ../../enterprise/extensions/ipam/ipam_network.php:541 -#: ../../enterprise/extensions/ipam/ipam_massive.php:78 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 -msgid "Reserved" -msgstr "Reserved" - -#: ../../enterprise/extensions/ipam/ipam_network.php:239 -msgid "Not Reserved" -msgstr "Not Reserved" - -#: ../../enterprise/extensions/ipam/ipam_network.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:420 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../godmode/reporting/reporting_builder.list_items.php:306 -#: ../../godmode/reporting/reporting_builder.list_items.php:501 -msgid "Sort" -msgstr "Sort" - -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -#: ../../enterprise/include/functions_reporting_pdf.php:2235 -#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:90 -#: ../../include/functions_visual_map_editor.php:613 -#: ../../include/functions_reporting_html.php:1281 -#: ../../include/functions_reporting_html.php:1485 -#: ../../godmode/admin_access_logs.php:69 -#: ../../godmode/admin_access_logs.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:545 -msgid "IP" -msgstr "IP" - -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -msgid "DESC" -msgstr "DESC" - -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -msgid "ASC" -msgstr "ASC" - -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -#: ../../enterprise/extensions/ipam/ipam_network.php:536 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -msgid "Hostname" -msgstr "Hostname" - -#: ../../enterprise/extensions/ipam/ipam_network.php:274 -msgid "A -> Z" -msgstr "A -> Z" - -#: ../../enterprise/extensions/ipam/ipam_network.php:275 -msgid "Z -> A" -msgstr "Z -> A" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Last check" -msgstr "Last check" - -#: ../../enterprise/extensions/ipam/ipam_network.php:276 -msgid "Newer -> Older" -msgstr "Newer -> Older" - -#: ../../enterprise/extensions/ipam/ipam_network.php:277 -msgid "Older -> Newer" -msgstr "Older -> Newer" - -#: ../../enterprise/extensions/ipam/ipam_network.php:281 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1770 -#: ../../mobile/operation/modules.php:254 -#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/events.php:637 -#: ../../mobile/operation/agents.php:194 -#: ../../operation/events/events_list.php:401 -#: ../../operation/snmpconsole/snmp_view.php:403 -#: ../../godmode/events/event_edit_filter.php:236 -#: ../../godmode/snmpconsole/snmp_alert.php:893 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1307 -msgid "Free search" -msgstr "Free search" - -#: ../../enterprise/extensions/ipam/ipam_network.php:284 -msgid "Exact address match" -msgstr "Exact address match" - -#: ../../enterprise/extensions/ipam/ipam_network.php:288 -msgid "Big" -msgstr "Big" - -#: ../../enterprise/extensions/ipam/ipam_network.php:289 -msgid "Tiny" -msgstr "Tiny" - -#: ../../enterprise/extensions/ipam/ipam_network.php:290 -msgid "Icons style" -msgstr "Icons style" - -#: ../../enterprise/extensions/ipam/ipam_network.php:297 -msgid "Show not alive hosts" -msgstr "Show not alive hosts" - -#: ../../enterprise/extensions/ipam/ipam_network.php:300 -msgid "Show only managed addresses" -msgstr "Show only managed addresses" - -#: ../../enterprise/extensions/ipam/ipam_network.php:303 -msgid "Reserved addresses" -msgstr "Reserved addresses" - -#: ../../enterprise/extensions/ipam/ipam_network.php:307 -msgid "Unreserved" -msgstr "Unreserved" - -#: ../../enterprise/extensions/ipam/ipam_network.php:332 -msgid "Filter options" -msgstr "Filter options" - -#: ../../enterprise/extensions/ipam/ipam_network.php:472 -msgid "Edit address" -msgstr "Edit address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "Disabled address" -msgstr "Disabled address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:477 -msgid "This address will not be updated by the server" -msgstr "This address will not be updated by the server" - -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -#: ../../operation/agentes/ver_agente.php:674 -msgid "Address" -msgstr "Address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../mobile/operation/events.php:513 ../../include/functions.php:2266 -#: ../../include/functions_reporting_html.php:2760 -#: ../../include/ajax/events.php:301 ../../operation/users/user_edit.php:364 -#: ../../godmode/users/configure_user.php:482 -#: ../../godmode/servers/manage_recontask_form.php:354 -#: ../../godmode/admin_access_logs.php:192 ../../general/logon_ok.php:225 -#: ../../general/logon_ok.php:422 -msgid "Comments" -msgstr "Comments" - -#: ../../enterprise/extensions/ipam/ipam_network.php:574 -#: ../../enterprise/extensions/ipam/ipam_network.php:609 -#: ../../enterprise/extensions/ipam/ipam_network.php:632 -msgid "Change to automatic mode" -msgstr "Change to automatic mode" - -#: ../../enterprise/extensions/ipam/ipam_network.php:575 -#: ../../enterprise/extensions/ipam/ipam_network.php:610 -#: ../../enterprise/extensions/ipam/ipam_network.php:633 -msgid "Change to manual mode" -msgstr "Change to manual mode" - -#: ../../enterprise/extensions/ipam/ipam_network.php:649 -msgid "Add comments" -msgstr "Add comments" - -#: ../../enterprise/extensions/ipam/ipam_network.php:666 -msgid "Update agent address" -msgstr "Update agent address" - -#: ../../enterprise/extensions/ipam/ipam_network.php:783 -msgid "Please, uncheck auto option to set manual agent." -msgstr "Please, uncheck auto option to set manual agent." - -#: ../../enterprise/extensions/ipam/ipam_action.php:66 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -#: ../../enterprise/godmode/alerts/alert_events_list.php:161 -#: ../../enterprise/godmode/alerts/alert_events_list.php:205 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/godmode/modules/local_components.php:319 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 -#: ../../enterprise/godmode/policies/policies.php:175 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_agents.php:91 -#: ../../enterprise/godmode/policies/policy_modules.php:920 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:486 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/snmpconsole/snmp_view.php:96 -#: ../../operation/gis_maps/gis_map.php:75 -#: ../../operation/incidents/incident.php:62 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../godmode/users/configure_user.php:413 -#: ../../godmode/alerts/alert_commands.php:313 -#: ../../godmode/alerts/alert_special_days.php:152 -#: ../../godmode/alerts/alert_list.php:142 -#: ../../godmode/alerts/alert_list.php:184 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/alerts/alert_actions.php:333 ../../godmode/setup/news.php:98 -#: ../../godmode/setup/gis.php:55 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/massive/massive_delete_action_alerts.php:106 -#: ../../godmode/modules/manage_network_components.php:352 -#: ../../godmode/reporting/reporting_builder.php:414 -msgid "Could not be deleted" -msgstr "Could not be deleted" - -#: ../../enterprise/extensions/ipam/ipam_action.php:69 -#: ../../enterprise/godmode/alerts/alert_events_list.php:160 -#: ../../enterprise/godmode/alerts/alert_events_list.php:204 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/godmode/modules/local_components.php:318 -#: ../../enterprise/godmode/reporting/graph_template_list.php:86 -#: ../../enterprise/godmode/reporting/graph_template_list.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:485 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/snmpconsole/snmp_view.php:95 -#: ../../operation/gis_maps/gis_map.php:74 -#: ../../operation/incidents/incident.php:61 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/reporting/graph_viewer.php:34 -#: ../../operation/reporting/graph_viewer.php:41 -#: ../../godmode/events/event_filter.php:52 -#: ../../godmode/events/event_filter.php:73 -#: ../../godmode/users/configure_user.php:412 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/snmpconsole/snmp_alert.php:459 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/alerts/alert_commands.php:312 -#: ../../godmode/alerts/alert_special_days.php:151 -#: ../../godmode/alerts/alert_list.php:142 -#: ../../godmode/alerts/alert_list.php:184 -#: ../../godmode/alerts/alert_templates.php:224 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/agentes/planned_downtime.list.php:105 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/setup/news.php:97 ../../godmode/setup/links.php:69 -#: ../../godmode/setup/gis.php:57 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_modules.php:236 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/massive/massive_delete_action_alerts.php:105 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:351 -#: ../../godmode/reporting/map_builder.php:87 -#: ../../godmode/reporting/graphs.php:79 ../../godmode/reporting/graphs.php:87 -#: ../../godmode/reporting/graphs.php:129 -#: ../../godmode/reporting/reporting_builder.php:413 -msgid "Successfully deleted" -msgstr "Successfully deleted" - -#: ../../enterprise/extensions/ipam/ipam_action.php:84 -#: ../../enterprise/extensions/ipam/ipam_action.php:120 -msgid "Incorrect format in Subnet field" -msgstr "Wrong format in Subnet field" - -#: ../../enterprise/extensions/ipam/ipam_action.php:88 -#: ../../enterprise/extensions/ipam/ipam_action.php:125 -msgid "The location is not filled, please add a location." -msgstr "The location is not filled, please add a location." - -#: ../../enterprise/extensions/ipam/ipam_action.php:133 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/modules/local_components.php:297 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 -#: ../../enterprise/godmode/policies/policies.php:159 -#: ../../enterprise/godmode/policies/policy_modules.php:862 -#: ../../include/functions_planned_downtimes.php:122 -#: ../../operation/snmpconsole/snmp_view.php:115 -#: ../../operation/incidents/incident.php:106 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/alert_special_days.php:135 -#: ../../godmode/alerts/configure_alert_template.php:442 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/agentes/planned_downtime.editor.php:353 -#: ../../godmode/setup/gis.php:41 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../godmode/modules/manage_network_components.php:325 -msgid "Could not be updated" -msgstr "Could not be updated" - -#: ../../enterprise/extensions/ipam/ipam_action.php:136 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/policies/policy_modules.php:861 -#: ../../include/functions_planned_downtimes.php:125 -#: ../../operation/snmpconsole/snmp_view.php:114 -#: ../../operation/incidents/incident.php:105 -#: ../../godmode/events/event_edit_filter.php:158 -#: ../../godmode/users/profile_list.php:223 -#: ../../godmode/snmpconsole/snmp_alert.php:299 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/alert_special_days.php:134 -#: ../../godmode/alerts/configure_alert_template.php:441 -#: ../../godmode/alerts/alert_templates.php:151 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/agentes/planned_downtime.editor.php:362 -#: ../../godmode/agentes/configurar_agente.php:769 -#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/news.php:87 -#: ../../godmode/setup/links.php:58 ../../godmode/setup/gis.php:39 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../godmode/modules/manage_nc_groups.php:98 -msgid "Successfully updated" -msgstr "Successfully updated" - -#: ../../enterprise/extensions/ipam/ipam_action.php:195 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 -msgid "Could not be updated." -msgstr "Could not be updated." - -#: ../../enterprise/extensions/ipam/ipam_action.php:199 -msgid "Successfully updated." -msgstr "Successfully updated." - -#: ../../enterprise/extensions/ipam/ipam_action.php:203 -#: ../../include/functions_reporting.php:1414 -msgid "No changes found." -msgstr "No changes found." - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 -msgid "Export to Excel" -msgstr "Export to Excel" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 -msgid "Assign next free IP" -msgstr "Assign next free IP" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 -msgid "Next available IP" -msgstr "Next available IP" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:34 -msgid "Network not found" -msgstr "Network not found" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:58 -#: ../../operation/incidents/incident.php:257 -msgid "All users" -msgstr "All users" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -#: ../../enterprise/extensions/ipam/ipam_list.php:60 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../operation/servers/recon_view.php:95 -#: ../../godmode/servers/manage_recontask_form.php:241 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Network" -msgstr "Network" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -msgid "Format: IP/Mask" -msgstr "Format: IP/Mask" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -msgid "Examples" -msgstr "Examples" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 -msgid "For example: Central Data Center" -msgstr "For example: Central Data Centre" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "Scan interval" -msgstr "Scan interval" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "0 for manually scan" -msgstr "0 for manually scan" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -msgid "Operator users" -msgstr "Operator users" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/operation/agentes/transactional_map.php:149 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../enterprise/include/functions_services.php:1619 +#: ../../enterprise/include/functions_services.php:1623 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/functions_modules.php:1876 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +msgid "Last status" +msgstr "Last status" + +#: ../../operation/agentes/pandora_networkmap.view.php:326 +#: ../../enterprise/extensions/vmware/vmware_manager.php:202 +msgid "Status: " +msgstr "Status : " + +#: ../../operation/agentes/pandora_networkmap.view.php:370 +msgid "Data: " +msgstr "Data : " + +#: ../../operation/agentes/pandora_networkmap.view.php:373 +#: ../../operation/agentes/estado_generalagente.php:553 +msgid "Last contact: " +msgstr "Last contact : " + +#: ../../operation/agentes/pandora_networkmap.view.php:733 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_browser.php:86 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +msgid "Normal screen" +msgstr "Normal screen" + +#: ../../operation/agentes/pandora_networkmap.view.php:743 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_browser.php:90 +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/events/events.php:320 +#: ../../extensions/agents_alerts.php:118 +#: ../../extensions/agents_modules.php:130 +msgid "Full screen" +msgstr "Full screen" + +#: ../../operation/agentes/pandora_networkmap.view.php:749 +#, fuzzy +msgid "List of networkmap" +msgstr "List of networkmap Enterprise" + +#: ../../operation/agentes/pandora_networkmap.view.php:755 +#, fuzzy, php-format +msgid "Networkmap - %s" +msgstr "Network maps" + +#: ../../operation/agentes/gis_view.php:55 +#: ../../godmode/agentes/agent_conf_gis.php:40 msgid "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." +"There is no default map. Please go to the setup for to set a default map." msgstr "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." +"There is no default map. Please go to the setup in order to select one." -#: ../../enterprise/extensions/ipam/ipam_massive.php:68 -msgid "Addresses" -msgstr "Addresses" - -#: ../../enterprise/extensions/ipam/ipam_list.php:45 -msgid "No networks found" -msgstr "No networks found" - -#: ../../enterprise/extensions/ipam/ipam_list.php:65 -msgid "IPs" -msgstr "IPs" - -#: ../../enterprise/extensions/ipam/ipam_list.php:66 -#: ../../enterprise/operation/services/services.service.php:135 -#: ../../enterprise/operation/services/services.list.php:322 -#: ../../extensions/agents_modules.php:56 -#: ../../extensions/agents_alerts.php:55 -#: ../../operation/agentes/group_view.php:58 -#: ../../operation/agentes/tactical.php:46 -msgid "Last update" -msgstr "Latest update" - -#: ../../enterprise/extensions/ipam/ipam_list.php:107 -msgid "Edit network" -msgstr "Edit network" - -#: ../../enterprise/extensions/ipam/ipam_list.php:111 -msgid "Delete network" -msgstr "Delete network" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:43 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:44 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:52 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:53 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:54 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:55 -msgid "Example:" -msgstr "Example:" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Bit mask" -msgstr "Bit mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 -msgid "Net mask" -msgstr "Net mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 -msgid "Mask format" -msgstr "Mask format" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 -msgid "Mask" -msgstr "Mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 -msgid "Calculate" -msgstr "Calculate" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 -msgid "Address field is empty" -msgstr "Address field is empty" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 -msgid "Mask field is empty" -msgstr "Mask field is empty" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 -msgid "Incorrect address format" -msgstr "Incorrect address format" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:98 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:102 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:113 -msgid "Incorrect mask format" -msgstr "Incorrect mask format" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 -msgid "Network mask" -msgstr "Network mask" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 -msgid "Network wildcard" -msgstr "Network wildcard" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 -msgid "Network address" -msgstr "Network address" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 -msgid "Broadcast address" -msgstr "Broadcast address" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 -msgid "First valid IP" -msgstr "First valid IP" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 -msgid "Last valid IP" -msgstr "Last valid IP" - -#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 -msgid "Hosts/Net" -msgstr "Hosts/Net" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 -msgid "There is not an available IP." -msgstr "There is not an available IP." - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 -msgid "Next available IP Address is:" -msgstr "Next available IP Address is:" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 -msgid "Reserve this IP now" -msgstr "Reserve this IP now" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 -msgid "Manage this IP now" -msgstr "Manage this IP now" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 -msgid "Operating system" -msgstr "Operating system" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 -msgid "This agent has other IPs" -msgstr "This agent has other IPs" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 -msgid "Generate events" -msgstr "Generate events" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -#: ../../include/ajax/events.php:299 -#: ../../operation/integria_incidents/incident.list.php:99 -msgid "Details" -msgstr "Details" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 -#: ../../extensions/system_info.php:475 -msgid "Created" -msgstr "Created" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 -msgid "Edited" -msgstr "Edited" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 -#: ../../operation/integria_incidents/incident.php:70 -msgid "Tracking" -msgstr "Tracking" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 -msgid "Ping" -msgstr "Ping" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 -#: ../../include/ajax/events.php:157 -#, php-format -msgid "Executing command: %s" -msgstr "Executing command : %s" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 -#: ../../include/ajax/events.php:164 -msgid "Execute again" -msgstr "Execute again" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 -msgid "Ping to host" -msgstr "Ping to host" - -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "Backup" - -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "VMware" - -#: ../../enterprise/extensions/resource_exportation/functions.php:19 -#: ../../extensions/resource_exportation.php:350 -#: ../../extensions/resource_exportation.php:353 -#: ../../operation/agentes/exportdata.php:332 -msgid "Export" -msgstr "Export" - -#: ../../enterprise/extensions/csv_import/main.php:40 -#, php-format -msgid "Created agent %s" -msgstr "Created agent %s" - -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "CSV import group" - -#: ../../enterprise/extensions/resource_registration/functions.php:37 -#, php-format -msgid "Error create '%s' policy, the name exist and there aren't free name." -msgstr "" -"Error create '%s' policy, the name exists and there aren't free names." - -#: ../../enterprise/extensions/resource_registration/functions.php:44 -#, php-format +#: ../../operation/agentes/gis_view.php:86 +#: ../../godmode/agentes/agent_conf_gis.php:50 msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." +"There is no GIS data for this agent, so it's positioned in default position " +"of map." msgstr "" -"Warning on creating '%s' policy, the name exists and the policy has the name " -"%s." +"There is no GIS data for this agent, so it'll be found in its default " +"position on the map." -#: ../../enterprise/extensions/resource_registration/functions.php:51 -msgid "Error the policy haven't name." -msgstr "Error. The policy doesn't have a name." +#: ../../operation/agentes/gis_view.php:91 +msgid "Last position in " +msgstr "Last position in " -#: ../../enterprise/extensions/resource_registration/functions.php:65 +#: ../../operation/agentes/gis_view.php:98 +msgid "Period to show data as path" +msgstr "Period to show data as path" + +#: ../../operation/agentes/gis_view.php:102 +msgid "Refresh path" +msgstr "Refresh path" + +#: ../../operation/agentes/gis_view.php:105 +msgid "Positional data from the last" +msgstr "Positional data from the last" + +#: ../../operation/agentes/gis_view.php:144 +msgid "This agent doesn't have any GIS data." +msgstr "This agent doesn't have any GIS data." + +#: ../../operation/agentes/gis_view.php:172 #, php-format -msgid "Success create '%s' policy." -msgstr "Success in creating '%s' policy." - -#: ../../enterprise/extensions/resource_registration/functions.php:66 -#, php-format -msgid "Error create '%s' policy." -msgstr "Error in creating '%s' policy." - -#: ../../enterprise/extensions/resource_registration/functions.php:102 -#, php-format -msgid "Success add '%s' agent." -msgstr "Success in adding '%s' agent." - -#: ../../enterprise/extensions/resource_registration/functions.php:103 -#, php-format -msgid "Error add '%s' agent." -msgstr "Error in adding '%s' agent." - -#: ../../enterprise/extensions/resource_registration/functions.php:125 -#, php-format -msgid "Success add '%s' collection." -msgstr "Success in adding '%s' collection." - -#: ../../enterprise/extensions/resource_registration/functions.php:126 -#, php-format -msgid "Error add '%s' collection." -msgstr "Error in adding '%s' collection." - -#: ../../enterprise/extensions/resource_registration/functions.php:137 -msgid "Error add the module, haven't type." -msgstr "Error on adding the module, it doesn't have a type." - -#: ../../enterprise/extensions/resource_registration/functions.php:209 -#: ../../enterprise/extensions/resource_registration/functions.php:239 -#: ../../enterprise/extensions/resource_registration/functions.php:296 -#: ../../enterprise/extensions/resource_registration/functions.php:328 -msgid "Error add the module, error in tag component." -msgstr "Error on adding the module, error in tag component." - -#: ../../enterprise/extensions/resource_registration/functions.php:368 -#, php-format -msgid "Success add '%s' module." -msgstr "Success in adding '%s' module." - -#: ../../enterprise/extensions/resource_registration/functions.php:369 -#, php-format -msgid "Error add '%s' module." -msgstr "Error on adding '%s' module." - -#: ../../enterprise/extensions/resource_registration/functions.php:379 -#, php-format -msgid "Error add the alert, the template '%s' don't exist." -msgstr "Error on adding the alert, the template '%s' doesn't exist." - -#: ../../enterprise/extensions/resource_registration/functions.php:387 -#, php-format -msgid "Error add the alert, the module '%s' don't exist." -msgstr "Error on adding the alert, the module '%s' doesn't exist." - -#: ../../enterprise/extensions/resource_registration/functions.php:399 -#, php-format -msgid "Success add '%s' alert." -msgstr "Success in adding '%s' alert." - -#: ../../enterprise/extensions/resource_registration/functions.php:400 -#, php-format -msgid "Error add '%s' alert." -msgstr "Error on adding '%s' alert." - -#: ../../enterprise/extensions/resource_registration/functions.php:416 -#, php-format -msgid "Error add the alert, the action '%s' don't exist." -msgstr "Error on adding the alert, the action '%s' doesn't exist." - -#: ../../enterprise/extensions/resource_registration/functions.php:428 -#, php-format -msgid "Success add '%s' action." -msgstr "Success in adding '%s' action." - -#: ../../enterprise/extensions/resource_registration/functions.php:429 -#: ../../extensions/resource_registration.php:328 -#: ../../extensions/resource_registration.php:349 -#: ../../extensions/resource_registration.php:359 -#, php-format -msgid "Error add '%s' action." -msgstr "Error adding '%s' action" - -#: ../../enterprise/include/functions_alert_event.php:925 -msgid "Module alert" -msgstr "Module alert" - -#: ../../enterprise/include/functions_inventory.php:54 -#: ../../enterprise/include/functions_inventory.php:493 -msgid "No changes found" -msgstr "No changes found." - -#: ../../enterprise/include/functions_inventory.php:80 -msgid "Get CSV file" -msgstr "Get CSV file" - -#: ../../enterprise/include/functions_inventory.php:165 -#: ../../operation/tree.php:264 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 -msgid "No data found" -msgstr "No data found" - -#: ../../enterprise/include/functions_inventory.php:510 -#: ../../enterprise/include/functions_inventory.php:573 -#: ../../enterprise/include/functions_reporting_pdf.php:466 -#: ../../include/functions_reporting_html.php:692 -msgid "Added" -msgstr "Added" - -#: ../../enterprise/include/functions_inventory.php:516 -#: ../../enterprise/include/functions_inventory.php:581 -#: ../../enterprise/include/functions_reporting_pdf.php:482 -#: ../../include/functions_filemanager.php:383 -#: ../../include/functions_reporting_html.php:701 -msgid "Deleted" -msgstr "Deleted" - -#: ../../enterprise/include/functions_update_manager.php:141 -#: ../../enterprise/include/functions_update_manager.php:239 -#: ../../include/functions_update_manager.php:320 -#: ../../include/functions_update_manager.php:323 -msgid "Could not connect to internet" -msgstr "Could not obtain an internet connection" - -#: ../../enterprise/include/functions_update_manager.php:144 -#: ../../include/functions_update_manager.php:328 -#: ../../include/functions_update_manager.php:331 -msgid "Server not found." -msgstr "Server not found." - -#: ../../enterprise/include/functions_update_manager.php:147 -#: ../../enterprise/include/functions_update_manager.php:249 -#, php-format -msgid "There is a error: %s" -msgstr "There is an error: %s" - -#: ../../enterprise/include/functions_update_manager.php:161 -#, php-format -msgid "There are %s updates, and the first to update is:" -msgstr "There are %s updates, and the first to update is:" - -#: ../../enterprise/include/functions_update_manager.php:166 -msgid "Version number:" -msgstr "Version number:" - -#: ../../enterprise/include/functions_update_manager.php:167 -#: ../../enterprise/include/functions_networkmap_enterprise.php:607 -msgid "Show details" -msgstr "Show details" - -#: ../../enterprise/include/functions_update_manager.php:174 -#: ../../include/functions_update_manager.php:350 -msgid "Update to the last version" -msgstr "Update to the latest version" - -#: ../../enterprise/include/functions_update_manager.php:189 -#: ../../include/functions_update_manager.php:353 -msgid "There is no update available." -msgstr "There are no updates available" - -#: ../../enterprise/include/functions_update_manager.php:244 -#: ../../include/ajax/update_manager.ajax.php:390 -msgid "Fail to update to the last package." -msgstr "Failed to update to the latest package." - -#: ../../enterprise/include/functions_update_manager.php:259 -#: ../../include/ajax/update_manager.ajax.php:398 -msgid "Starting to update to the last package." -msgstr "Starting to update to the latest package." - -#: ../../enterprise/include/functions_update_manager.php:290 -#: ../../include/ajax/update_manager.ajax.php:73 -msgid "There was an error extracting the file '" -msgstr "There was an error extracting the file '" - -#: ../../enterprise/include/functions_update_manager.php:307 -#: ../../include/ajax/update_manager.ajax.php:89 -msgid "The package was not extracted." -msgstr "The package couldn't be extracted" - -#: ../../enterprise/include/functions_update_manager.php:351 -#: ../../include/ajax/update_manager.ajax.php:469 -msgid "progress" -msgstr "progress" - -#: ../../enterprise/include/functions_update_manager.php:429 -#: ../../enterprise/include/functions_update_manager.php:433 -#: ../../enterprise/include/functions_update_manager.php:460 -#: ../../include/functions_update_manager.php:125 -#: ../../include/functions_update_manager.php:129 -#: ../../include/functions_update_manager.php:155 -#: ../../include/ajax/update_manager.ajax.php:168 -#: ../../include/ajax/update_manager.ajax.php:172 -#: ../../include/ajax/update_manager.ajax.php:199 -msgid "Some of your files might not be recovered." -msgstr "Some of your files may be unrecoverable." - -#: ../../enterprise/include/functions_update_manager.php:438 -#: ../../enterprise/include/functions_update_manager.php:454 -#: ../../include/functions_update_manager.php:133 -#: ../../include/functions_update_manager.php:149 -#: ../../include/ajax/update_manager.ajax.php:176 -#: ../../include/ajax/update_manager.ajax.php:193 -msgid "Some of your old files might not be recovered." -msgstr "Some of your old files may be unrecoverable." - -#: ../../enterprise/include/functions_update_manager.php:475 -#: ../../include/functions_update_manager.php:170 -#: ../../include/ajax/update_manager.ajax.php:214 -msgid "An error ocurred while reading a file." -msgstr "An error ocurred while reading a file." - -#: ../../enterprise/include/functions_update_manager.php:482 -#: ../../include/functions_update_manager.php:177 -#: ../../include/ajax/update_manager.ajax.php:221 -msgid "The package does not exist" -msgstr "The package does not exist." - -#: ../../enterprise/include/functions_update_manager.php:488 -#: ../../include/functions_update_manager.php:183 -#: ../../include/ajax/update_manager.ajax.php:499 -msgid "The package is installed." -msgstr "The package is installed." - -#: ../../enterprise/include/functions_login.php:22 -msgid "You must change password" -msgstr "You have to change the password" - -#: ../../enterprise/include/functions_login.php:47 -msgid "OLD PASS: " -msgstr "OLD PASS: " - -#: ../../enterprise/include/functions_login.php:49 -msgid "NEW PASS: " -msgstr "NEW PASS: " - -#: ../../enterprise/include/functions_login.php:51 -msgid "CONFIRM: " -msgstr "CONFIRM: " - -#: ../../enterprise/include/functions_login.php:58 -msgid "Change" -msgstr "Change" - -#: ../../enterprise/include/functions_login.php:103 -msgid "User has been blocked. Try again in " -msgstr "User has been blocked. Please try again in " - -#: ../../enterprise/include/functions_login.php:103 -msgid " minutes" -msgstr " minutes" - -#: ../../enterprise/include/functions_login.php:227 -msgid "Password must be different from the " -msgstr "Password must be different from the " - -#: ../../enterprise/include/functions_login.php:227 -msgid " previous changes." -msgstr " previous changes." - -#: ../../enterprise/include/functions_login.php:241 -msgid "Password must be different" -msgstr "Password must be different" - -#: ../../enterprise/include/functions_login.php:251 -msgid "Password too short" -msgstr "Password too short" - -#: ../../enterprise/include/functions_login.php:262 -msgid "Password must contain numbers" -msgstr "Password has to contain numbers." - -#: ../../enterprise/include/functions_login.php:274 -msgid "Password must contain symbols" -msgstr "Password has to contain symbols." - -#: ../../enterprise/include/functions_login.php:294 -msgid "Invalid old password" -msgstr "Invalid old password" - -#: ../../enterprise/include/functions_login.php:318 -msgid "User pass successfully updated" -msgstr "User pass successfully updated" - -#: ../../enterprise/include/functions_login.php:319 -msgid "Error updating user pass (no change?)" -msgstr "Error updating user pass (no change ?)" - -#: ../../enterprise/include/functions_login.php:327 -msgid "Password confirm does not match" -msgstr "Password confirm does not match" - -#: ../../enterprise/include/functions_login.php:335 -msgid "Password empty" -msgstr "Password empty" - -#: ../../enterprise/include/functions_setup.php:27 -#: ../../enterprise/include/functions_setup.php:55 -#: ../../enterprise/godmode/menu.php:149 ../../godmode/extensions.php:145 -msgid "Enterprise" -msgstr "Enterprise" - -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -#: ../../enterprise/godmode/menu.php:89 -#: ../../operation/agentes/datos_agente.php:172 -msgid "History database" -msgstr "Historical database" - -#: ../../enterprise/include/functions_setup.php:37 -#: ../../enterprise/include/functions_setup.php:68 -msgid "Log collector" -msgstr "Log collector" - -#: ../../enterprise/include/functions_setup.php:80 -msgid "Auto provisioning into Metaconsole" -msgstr "Auto provisioning into Metaconsole" - -#: ../../enterprise/include/functions_setup.php:90 -msgid "URL Metaconsole Api" -msgstr "URL Metaconsole Api" - -#: ../../enterprise/include/functions_setup.php:95 -msgid "Api pass" -msgstr "Api pass" - -#: ../../enterprise/include/functions_setup.php:99 -msgid "Meta user" -msgstr "Meta user" - -#: ../../enterprise/include/functions_setup.php:103 -msgid "Meta pass" -msgstr "Meta pass" - -#: ../../enterprise/include/functions_setup.php:107 -msgid "Metaconsole APi Online" -msgstr "Metaconsole APi Online" - -#: ../../enterprise/include/functions_setup.php:109 -#: ../../enterprise/include/functions_setup.php:139 -msgid "Please click in the dot to re-check" -msgstr "Please click in the dot to re-check" - -#: ../../enterprise/include/functions_setup.php:115 -msgid "Pandora user" -msgstr "Pandora user" - -#: ../../enterprise/include/functions_setup.php:116 -msgid "Normally the admin user" -msgstr "Normally the admin user" - -#: ../../enterprise/include/functions_setup.php:120 -msgid "Pandora pass" -msgstr "Pandora pass" - -#: ../../enterprise/include/functions_setup.php:124 -msgid "Public url console" -msgstr "Public url console" - -#: ../../enterprise/include/functions_setup.php:125 -msgid "Without the index.php such as http://domain/pandora_url" -msgstr "Without the index.php such as http://domain/pandora_url" - -#: ../../enterprise/include/functions_setup.php:131 -msgid "Register your node in metaconsole" -msgstr "Register your node in metaconsole" - -#: ../../enterprise/include/functions_setup.php:133 -msgid "Register the node" -msgstr "Register the node" - -#: ../../enterprise/include/functions_setup.php:138 -msgid "Status your node in metaconsole" -msgstr "Status your node in metaconsole" - -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "Metaconsole" - -#: ../../enterprise/include/functions_groups.php:75 -#: ../../enterprise/operation/agentes/ver_agente.php:190 -#: ../../enterprise/godmode/agentes/collections.php:181 -#: ../../operation/agentes/ver_agente.php:1022 -#: ../../godmode/agentes/configurar_agente.php:496 -msgid "Collection" -msgstr "Collection" - -#: ../../enterprise/include/functions_massive.php:15 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:290 -#: ../../include/functions_visual_map.php:1280 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:975 -#: ../../godmode/reporting/visual_console_builder.php:464 -msgid "No modules selected" -msgstr "No modules selected" - -#: ../../enterprise/include/functions_backup.php:135 -msgid "No description" -msgstr "No description" - -#: ../../enterprise/include/functions_backup.php:241 -#: ../../enterprise/include/functions_backup.php:323 -msgid "Restoring a backup" -msgstr "Restoring a backup" - -#: ../../enterprise/include/functions_backup.php:243 -#: ../../enterprise/include/functions_backup.php:325 -msgid "Restoring a Pandora database backup must be done manually" -msgstr "Restoring the Pandora database backup must be done manually." - -#: ../../enterprise/include/functions_backup.php:244 -#: ../../enterprise/include/functions_backup.php:326 -msgid "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loosing" -msgstr "" -"It's a complex operation that needs human intervation to avoid system " -"failures and data loss." - -#: ../../enterprise/include/functions_backup.php:245 -#: ../../enterprise/include/functions_backup.php:327 -msgid "To restore the selected backup, please follow these steps" -msgstr "To restore the selected backup, please follow these steps" - -#: ../../enterprise/include/functions_backup.php:251 -#: ../../enterprise/include/functions_backup.php:333 -msgid "Open a root shell in your system located at " -msgstr "Open a root shell in your system located at " - -#: ../../enterprise/include/functions_backup.php:255 -msgid "Connect to MySQL database using the following command" -msgstr "Please connect to MySQL database using the following command" - -#: ../../enterprise/include/functions_backup.php:262 -msgid "Create a new database" -msgstr "Create a new database" - -#: ../../enterprise/include/functions_backup.php:275 -msgid "Restore the backup" -msgstr "Restore the backup" - -#: ../../enterprise/include/functions_backup.php:283 -#: ../../enterprise/include/functions_backup.php:348 -msgid "Modify console configuration to use this new database" -msgstr "Please modify console configuration to use this new database." - -#: ../../enterprise/include/functions_backup.php:284 -#: ../../enterprise/include/functions_backup.php:349 -msgid "Open configuration file" -msgstr "Open configuration file" - -#: ../../enterprise/include/functions_backup.php:288 -#: ../../enterprise/include/functions_backup.php:300 -#: ../../enterprise/include/functions_backup.php:353 -#: ../../enterprise/include/functions_backup.php:365 -msgid "Find" -msgstr "Find" - -#: ../../enterprise/include/functions_backup.php:290 -#: ../../enterprise/include/functions_backup.php:303 -#: ../../enterprise/include/functions_backup.php:355 -#: ../../enterprise/include/functions_backup.php:368 -msgid "and replace with" -msgstr "and replace it with" - -#: ../../enterprise/include/functions_backup.php:297 -#: ../../enterprise/include/functions_backup.php:362 -msgid "Modify servers configuration to use this new database" -msgstr "Modify server configuration to use this new database." - -#: ../../enterprise/include/functions_backup.php:298 -#: ../../enterprise/include/functions_backup.php:363 -msgid "Find servers configuration file and replace the following lines" -msgstr "" -"Please find the server configuration file and replace the following lines" - -#: ../../enterprise/include/functions_backup.php:310 -#: ../../enterprise/include/functions_backup.php:375 -msgid "Restart the servers and login again into the console" -msgstr "Please restart the servers and login to the console again." - -#: ../../enterprise/include/functions_backup.php:340 -msgid "Run import command using the following command" -msgstr "Please run the import command using the following command" - -#: ../../enterprise/include/functions_backup.php:344 -msgid "Into your destination database." -msgstr "Into your destination database." - -#: ../../enterprise/include/functions_policies.php:456 -#: ../../enterprise/include/functions_policies.php:471 -#: ../../include/functions_alerts.php:382 -msgid "copy" -msgstr "copy" - -#: ../../enterprise/include/functions_policies.php:3029 -msgid "Policy linkation" -msgstr "Policy linking" - -#: ../../enterprise/include/functions_policies.php:3034 -msgid "Module linked" -msgstr "Module linked" - -#: ../../enterprise/include/functions_policies.php:3036 -#: ../../enterprise/include/functions_policies.php:3046 -msgid "Unlink from policy" -msgstr "Unlink from policy" - -#: ../../enterprise/include/functions_policies.php:3039 -msgid "Module unlinked" -msgstr "Module unlinked" - -#: ../../enterprise/include/functions_policies.php:3041 -#: ../../enterprise/include/functions_policies.php:3051 -msgid "Relink to policy" -msgstr "Relink to policy" - -#: ../../enterprise/include/functions_policies.php:3044 -msgid "Module pending to link" -msgstr "Module pending to link" - -#: ../../enterprise/include/functions_policies.php:3044 -#: ../../godmode/agentes/module_manager_editor.php:344 -msgid "Module will be linked in the next application" -msgstr "Module will be linked upon next use" - -#: ../../enterprise/include/functions_policies.php:3049 -msgid "Module pending to unlink" -msgstr "Module pending to unlink" - -#: ../../enterprise/include/functions_policies.php:3049 -#: ../../godmode/agentes/module_manager_editor.php:352 -msgid "Module will be unlinked in the next application" -msgstr "Module will be unlinked upon next use" - -#: ../../enterprise/include/functions_policies.php:3197 -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../operation/gis_maps/render_view.php:107 -#: ../../operation/agentes/estado_agente.php:132 ../../godmode/menu.php:220 -#: ../../godmode/menu.php:227 ../../godmode/agentes/configurar_agente.php:268 -#: ../../godmode/agentes/configurar_agente.php:493 -msgid "Setup" -msgstr "Setup" - -#: ../../enterprise/include/functions_policies.php:3215 -#: ../../enterprise/godmode/menu.php:53 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 -msgid "Inventory modules" -msgstr "Inventory modules" - -#: ../../enterprise/include/functions_policies.php:3234 -#: ../../enterprise/godmode/policies/policies.php:347 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -msgid "External alerts" -msgstr "External alerts" - -#: ../../enterprise/include/functions_policies.php:3244 -#: ../../enterprise/godmode/policies/policy_linking.php:122 -#: ../../enterprise/godmode/policies/policies.php:331 -msgid "Linking" -msgstr "Linking" - -#: ../../enterprise/include/functions_policies.php:3253 -#: ../../enterprise/godmode/menu.php:43 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/policies/policies.php:335 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../general/firts_task/collections.php:25 -msgid "Collections" -msgstr "Collections" - -#: ../../enterprise/include/functions_policies.php:3262 -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/godmode/policies/policies.php:351 -msgid "Queue" -msgstr "Queue" - -#: ../../enterprise/include/functions_policies.php:3280 -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../godmode/agentes/configurar_agente.php:504 -msgid "Agent plugins" -msgstr "Agent plugins" - -#: ../../enterprise/include/functions_policies.php:3743 -msgid "Create a new policy map" -msgstr "Create a new policy map" - -#: ../../enterprise/include/functions_reporting.php:34 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:88 -msgid "Wizard SLA" -msgstr "SLA-Wizard" - -#: ../../enterprise/include/functions_reporting.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 -msgid "Global" -msgstr "Global" - -#: ../../enterprise/include/functions_reporting.php:40 -msgid "Advance options" -msgstr "Advanced options" - -#: ../../enterprise/include/functions_reporting.php:58 -msgid "Templates list" -msgstr "Templates list" - -#: ../../enterprise/include/functions_reporting.php:84 -msgid "Templates Wizard" -msgstr "Templates Wizard" - -#: ../../enterprise/include/functions_reporting.php:580 -#: ../../enterprise/include/functions_reporting_csv.php:112 -#: ../../include/functions_reports.php:591 -#: ../../include/functions_reporting.php:3754 -msgid "Availability" -msgstr "Availability" - -#: ../../enterprise/include/functions_reporting.php:581 -msgid "Availability item created from wizard." -msgstr "Availability item created from wizard." - -#: ../../enterprise/include/functions_reporting.php:1128 -#: ../../enterprise/include/functions_reporting.php:1603 -#: ../../enterprise/include/functions_reporting.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1673 -msgid "Inside limits" -msgstr "Inside limits" - -#: ../../enterprise/include/functions_reporting.php:1129 -#: ../../enterprise/include/functions_reporting.php:1608 -#: ../../enterprise/include/functions_reporting.php:1748 -#: ../../enterprise/include/functions_reporting_pdf.php:1674 -msgid "On the edge" -msgstr "On the edge" - -#: ../../enterprise/include/functions_reporting.php:1130 -#: ../../enterprise/include/functions_reporting.php:1612 -#: ../../enterprise/include/functions_reporting.php:1749 -#: ../../enterprise/include/functions_reporting_pdf.php:1675 -#: ../../include/functions_graph.php:1906 -#: ../../include/functions_graph.php:1953 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -msgid "Out of limits" -msgstr "Out of limits" - -#: ../../enterprise/include/functions_reporting.php:1153 -#: ../../enterprise/include/functions_reporting_pdf.php:1699 -msgid "January" -msgstr "January" - -#: ../../enterprise/include/functions_reporting.php:1156 -#: ../../enterprise/include/functions_reporting_pdf.php:1702 -msgid "February" -msgstr "February" - -#: ../../enterprise/include/functions_reporting.php:1159 -#: ../../enterprise/include/functions_reporting_pdf.php:1705 -msgid "March" -msgstr "March" - -#: ../../enterprise/include/functions_reporting.php:1162 -#: ../../enterprise/include/functions_reporting_pdf.php:1708 -msgid "April" -msgstr "April" - -#: ../../enterprise/include/functions_reporting.php:1165 -#: ../../enterprise/include/functions_reporting_pdf.php:1711 -msgid "May" -msgstr "May" - -#: ../../enterprise/include/functions_reporting.php:1168 -#: ../../enterprise/include/functions_reporting_pdf.php:1714 -msgid "June" -msgstr "June" - -#: ../../enterprise/include/functions_reporting.php:1171 -#: ../../enterprise/include/functions_reporting_pdf.php:1717 -msgid "July" -msgstr "July" - -#: ../../enterprise/include/functions_reporting.php:1174 -#: ../../enterprise/include/functions_reporting_pdf.php:1720 -msgid "August" -msgstr "August" - -#: ../../enterprise/include/functions_reporting.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1723 -msgid "September" -msgstr "September" - -#: ../../enterprise/include/functions_reporting.php:1180 -#: ../../enterprise/include/functions_reporting_pdf.php:1726 -msgid "October" -msgstr "October" - -#: ../../enterprise/include/functions_reporting.php:1183 -#: ../../enterprise/include/functions_reporting_pdf.php:1729 -msgid "November" -msgstr "November" - -#: ../../enterprise/include/functions_reporting.php:1186 -#: ../../enterprise/include/functions_reporting_pdf.php:1732 -msgid "December" -msgstr "December" - -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2239 -#: ../../enterprise/include/functions_reporting_pdf.php:1599 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../include/functions_reporting_html.php:322 -msgid "Max/Min Values" -msgstr "Max/Min Values" - -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:2240 -#: ../../enterprise/include/functions_reporting.php:3052 -#: ../../enterprise/include/functions_reporting.php:3354 -#: ../../enterprise/include/functions_reporting_pdf.php:1600 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1957 -#: ../../include/functions_reporting_html.php:323 -msgid "SLA Limit" -msgstr "SLA Limit" - -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:1293 -#: ../../enterprise/include/functions_reporting.php:1784 -#: ../../enterprise/include/functions_reporting.php:2241 -#: ../../enterprise/include/functions_reporting.php:3053 -#: ../../enterprise/include/functions_reporting.php:3355 -#: ../../enterprise/include/functions_reporting_pdf.php:1601 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1846 -#: ../../enterprise/include/functions_reporting_pdf.php:1958 -#: ../../include/functions_reporting_html.php:324 -msgid "SLA Compliance" -msgstr "SLA Compliance" - -#: ../../enterprise/include/functions_reporting.php:1215 -#: ../../enterprise/include/functions_reporting.php:2258 -#: ../../enterprise/include/functions_reporting.php:3079 -#: ../../enterprise/include/functions_reporting.php:3413 -#: ../../enterprise/include/functions_reporting_csv.php:621 -#: ../../enterprise/include/functions_reporting_pdf.php:1627 -#: ../../enterprise/include/functions_reporting_pdf.php:1764 -#: ../../enterprise/include/functions_reporting_pdf.php:1985 -#: ../../include/functions_reporting_html.php:356 -#: ../../include/functions_config.php:493 -#: ../../include/functions_config.php:1356 -msgid "Fail" -msgstr "Fail" - -#: ../../enterprise/include/functions_reporting.php:1237 -#: ../../enterprise/include/functions_reporting.php:1792 -#: ../../enterprise/include/functions_reporting_pdf.php:1782 -msgid "SLA Compliance per days" -msgstr "SLA Compliance per days" - -#: ../../enterprise/include/functions_reporting.php:1290 -#: ../../enterprise/include/functions_reporting_pdf.php:1840 -msgid "Summary of SLA Failures" -msgstr "Summary of SLA Failures" - -#: ../../enterprise/include/functions_reporting.php:1292 -#: ../../enterprise/include/functions_reporting.php:1783 -#: ../../enterprise/include/functions_reporting_pdf.php:1844 -msgid "Day" -msgstr "Day" - -#: ../../enterprise/include/functions_reporting.php:1332 -#: ../../enterprise/include/functions_reporting.php:1685 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 -#: ../../include/functions_reports.php:539 -msgid "Monthly S.L.A." -msgstr "Monthly SLA" - -#: ../../enterprise/include/functions_reporting.php:1394 -#: ../../enterprise/include/functions_reporting.php:1739 -#: ../../enterprise/include/functions_reporting.php:3143 -#: ../../enterprise/include/functions_reporting.php:3149 -#: ../../include/functions_reporting.php:492 -msgid "There are no SLAs defined" -msgstr "There are no SLAs defined" - -#: ../../enterprise/include/functions_reporting.php:1526 -#: ../../include/functions_reporting.php:617 -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." - -#: ../../enterprise/include/functions_reporting.php:1786 -msgid "Summary of SLA Fails" -msgstr "Summary of SLA Failures" - -#: ../../enterprise/include/functions_reporting.php:1893 -#: ../../enterprise/include/functions_reporting.php:2008 -#: ../../enterprise/include/functions_reporting.php:3183 -#: ../../enterprise/include/functions_reporting_pdf.php:2336 -#: ../../include/functions_reporting_html.php:2976 -msgid "This SLA has been affected by the following planned downtimes" -msgstr "This SLA has been affected by the following planned downtimes" - -#: ../../enterprise/include/functions_reporting.php:1898 -#: ../../enterprise/include/functions_reporting.php:2012 -#: ../../enterprise/include/functions_reporting.php:3187 -#: ../../enterprise/include/functions_reporting_pdf.php:2340 -#: ../../include/functions_reporting_html.php:2980 -#: ../../godmode/agentes/planned_downtime.editor.php:487 -#: ../../godmode/agentes/planned_downtime.list.php:393 -msgid "Execution" -msgstr "Execution" - -#: ../../enterprise/include/functions_reporting.php:1899 -#: ../../enterprise/include/functions_reporting.php:2013 -#: ../../enterprise/include/functions_reporting.php:3188 -#: ../../enterprise/include/functions_reporting_pdf.php:2341 -#: ../../include/functions_reporting_html.php:2981 -msgid "Dates" -msgstr "Dates" - -#: ../../enterprise/include/functions_reporting.php:1934 -#: ../../enterprise/include/functions_reporting.php:2045 -#: ../../enterprise/include/functions_reporting.php:3220 -#: ../../include/functions_reporting.php:8434 -msgid "Weekly:" -msgstr "Weekly:" - -#: ../../enterprise/include/functions_reporting.php:1937 -#: ../../enterprise/include/functions_reporting.php:2048 -#: ../../enterprise/include/functions_reporting.php:3223 -#: ../../enterprise/godmode/alerts/alert_events.php:431 -#: ../../include/functions_reporting.php:8437 ../../include/functions.php:885 -#: ../../godmode/alerts/configure_alert_template.php:517 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/agentes/planned_downtime.editor.php:538 -msgid "Mon" -msgstr "Mon" - -#: ../../enterprise/include/functions_reporting.php:1941 -#: ../../enterprise/include/functions_reporting.php:2052 -#: ../../enterprise/include/functions_reporting.php:3227 -#: ../../enterprise/godmode/alerts/alert_events.php:433 -#: ../../include/functions_reporting.php:8441 ../../include/functions.php:887 -#: ../../godmode/alerts/configure_alert_template.php:519 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:541 -msgid "Tue" -msgstr "Tue" - -#: ../../enterprise/include/functions_reporting.php:1945 -#: ../../enterprise/include/functions_reporting.php:2056 -#: ../../enterprise/include/functions_reporting.php:3231 -#: ../../enterprise/godmode/alerts/alert_events.php:435 -#: ../../include/functions_reporting.php:8445 ../../include/functions.php:889 -#: ../../godmode/alerts/configure_alert_template.php:521 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:544 -msgid "Wed" -msgstr "Wed" - -#: ../../enterprise/include/functions_reporting.php:1949 -#: ../../enterprise/include/functions_reporting.php:2060 -#: ../../enterprise/include/functions_reporting.php:3235 -#: ../../enterprise/godmode/alerts/alert_events.php:437 -#: ../../include/functions_reporting.php:8449 ../../include/functions.php:891 -#: ../../godmode/alerts/configure_alert_template.php:523 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:547 -msgid "Thu" -msgstr "Thu" - -#: ../../enterprise/include/functions_reporting.php:1953 -#: ../../enterprise/include/functions_reporting.php:2064 -#: ../../enterprise/include/functions_reporting.php:3239 -#: ../../enterprise/godmode/alerts/alert_events.php:439 -#: ../../include/functions_reporting.php:8453 ../../include/functions.php:893 -#: ../../godmode/alerts/configure_alert_template.php:525 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:550 -msgid "Fri" -msgstr "Fri" - -#: ../../enterprise/include/functions_reporting.php:1957 -#: ../../enterprise/include/functions_reporting.php:2068 -#: ../../enterprise/include/functions_reporting.php:3243 -#: ../../enterprise/godmode/alerts/alert_events.php:441 -#: ../../include/functions_reporting.php:8457 ../../include/functions.php:895 -#: ../../godmode/alerts/configure_alert_template.php:527 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:553 -msgid "Sat" -msgstr "Sat" - -#: ../../enterprise/include/functions_reporting.php:1961 -#: ../../enterprise/include/functions_reporting.php:2072 -#: ../../enterprise/include/functions_reporting.php:3247 -#: ../../enterprise/godmode/alerts/alert_events.php:443 -#: ../../include/functions_reporting.php:8461 ../../include/functions.php:897 -#: ../../godmode/alerts/configure_alert_template.php:529 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:556 -msgid "Sun" -msgstr "Sun" - -#: ../../enterprise/include/functions_reporting.php:1968 -#: ../../enterprise/include/functions_reporting.php:2079 -#: ../../enterprise/include/functions_reporting.php:3254 -#: ../../include/functions_reporting.php:8468 -msgid "Monthly:" -msgstr "Monthly:" - -#: ../../enterprise/include/functions_reporting.php:1969 -#: ../../enterprise/include/functions_reporting.php:2080 -#: ../../enterprise/include/functions_reporting.php:3255 -#: ../../include/functions_reporting.php:8469 -msgid "From day" -msgstr "From (date):" - -#: ../../enterprise/include/functions_reporting.php:1970 -#: ../../enterprise/include/functions_reporting.php:2081 -#: ../../enterprise/include/functions_reporting.php:3256 -#: ../../include/functions_reporting.php:8470 -msgid "To day" -msgstr "To day" - -#: ../../enterprise/include/functions_reporting.php:2107 -#: ../../enterprise/include/functions_reporting.php:3282 -#: ../../enterprise/include/functions_reporting_pdf.php:2380 -#: ../../include/functions_reporting_html.php:3022 -msgid "This item is affected by a malformed planned downtime" -msgstr "This item is affected by a erroneous planned downtime" - -#: ../../enterprise/include/functions_reporting.php:2108 -#: ../../enterprise/include/functions_reporting.php:3283 -#: ../../enterprise/include/functions_reporting_pdf.php:2381 -#: ../../include/functions_reporting_html.php:3023 -msgid "Go to the planned downtimes section to solve this" -msgstr "Go to the planned downtimes section to solve this" - -#: ../../enterprise/include/functions_reporting.php:2644 -#: ../../enterprise/include/functions_reporting.php:3107 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114 -#: ../../include/functions_reports.php:543 -msgid "Services S.L.A." -msgstr "SLA services" - -#: ../../enterprise/include/functions_reporting.php:2666 -msgid "There are no SLAs defined." -msgstr "There are no SLAs defined." - -#: ../../enterprise/include/functions_reporting.php:2780 -#: ../../enterprise/include/functions_reporting.php:3398 -#: ../../enterprise/include/functions_services.php:1216 -#: ../../enterprise/include/functions_services.php:1218 -#: ../../enterprise/include/functions_services.php:1239 -#: ../../enterprise/include/functions_services.php:1240 -#: ../../enterprise/include/functions_services.php:1242 -#: ../../enterprise/include/functions_services.php:1276 -#: ../../enterprise/include/functions_services.php:1278 -msgid "Nonexistent" -msgstr "Nonexistent" - -#: ../../enterprise/include/functions_reporting.php:3051 -#: ../../enterprise/include/functions_reporting.php:3353 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../enterprise/include/functions_reporting_pdf.php:1956 -#: ../../enterprise/include/functions_visual_map.php:416 -#: ../../enterprise/include/functions_visual_map_editor.php:17 -#: ../../enterprise/include/functions_visual_map_editor.php:24 -#: ../../enterprise/include/functions_visual_map_editor.php:47 -#: ../../enterprise/godmode/services/services.elements.php:318 -#: ../../enterprise/godmode/services/services.elements.php:359 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 -msgid "Service" -msgstr "Service" - -#: ../../enterprise/include/functions_reporting.php:3935 -#: ../../enterprise/include/functions_reporting.php:4318 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "Graph agents(%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:4690 -#: ../../enterprise/include/functions_reporting.php:4740 -msgid "Template editor" -msgstr "Template editor" - -#: ../../enterprise/include/functions_reporting.php:4694 -#: ../../enterprise/include/functions_reporting.php:4744 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../godmode/reporting/reporting_builder.php:1832 -msgid "Item editor" -msgstr "Item editor" - -#: ../../enterprise/include/functions_reporting.php:4754 -msgid "Get PDF file" -msgstr "Get PDF file" - -#: ../../enterprise/include/functions_enterprise.php:276 -msgid "Tree view by tags" -msgstr "Tree view by tags" - -#: ../../enterprise/include/functions_dashboard.php:369 -#, php-format -msgid "Copy of %s" -msgstr "Copy of %s" - -#: ../../enterprise/include/functions_reporting_csv.php:135 -#: ../../include/functions_reporting.php:1372 -msgid "Inventory Changes" -msgstr "Inventory Changes" - -#: ../../enterprise/include/functions_reporting_csv.php:147 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../include/functions_reports.php:620 -#: ../../include/functions_reports.php:621 -#: ../../include/functions_reports.php:623 -#: ../../include/functions_reporting.php:1435 -#: ../../operation/agentes/ver_agente.php:1019 -#: ../../godmode/agentes/configurar_agente.php:500 -msgid "Inventory" -msgstr "Inventory" - -#: ../../enterprise/include/functions_reporting_csv.php:159 -#: ../../include/functions_reports.php:549 -msgid "Prediction date" -msgstr "Prediction date" - -#: ../../enterprise/include/functions_reporting_csv.php:175 -#: ../../include/functions_reporting.php:3253 -msgid "Projection Graph" -msgstr "Projection Graph" - -#: ../../enterprise/include/functions_reporting_csv.php:186 -#: ../../enterprise/include/functions_reporting_csv.php:234 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_services.php:1428 -#: ../../enterprise/include/functions_reporting_pdf.php:944 -#: ../../enterprise/include/functions_reporting_pdf.php:950 +msgid "%s Km" +msgstr "%s Km" + +#: ../../operation/agentes/gis_view.php:178 +#: ../../godmode/setup/gis_step_2.php:300 +msgid "Longitude" +msgstr "Longitude" + +#: ../../operation/agentes/gis_view.php:179 +#: ../../godmode/setup/gis_step_2.php:296 +msgid "Latitude" +msgstr "Latitude" + +#: ../../operation/agentes/gis_view.php:180 +#: ../../godmode/setup/gis_step_2.php:304 +msgid "Altitude" +msgstr "Altitude" + +#: ../../operation/agentes/gis_view.php:182 +#: ../../enterprise/include/functions_reporting_pdf.php:2250 +#: ../../enterprise/include/functions_reporting_pdf.php:2288 +#: ../../godmode/agentes/planned_downtime.list.php:145 +msgid "To" +msgstr "To" + +#: ../../operation/agentes/gis_view.php:184 +msgid "Distance" +msgstr "Distance" + +#: ../../operation/agentes/gis_view.php:185 +msgid "# of Packages" +msgstr "# of packages" + +#: ../../operation/agentes/gis_view.php:186 +#: ../../operation/gis_maps/ajax.php:222 +msgid "Manual placement" +msgstr "Manual placement" + +#: ../../operation/agentes/gis_view.php:189 +msgid "positional data" +msgstr "positional data" + +#: ../../operation/agentes/gis_view.php:194 +#: ../../operation/agentes/group_view.php:165 ../../operation/tree.php:273 +#: ../../enterprise/operation/agentes/agent_inventory.php:230 +#: ../../enterprise/meta/monitoring/group_view.php:145 +#: ../../enterprise/include/functions_inventory.php:322 +#: ../../enterprise/include/functions_reporting_pdf.php:660 +#: ../../enterprise/include/functions_reporting_pdf.php:675 +#: ../../enterprise/dashboard/widgets/tree_view.php:196 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +#: ../../include/functions_reporting_html.php:1055 +#: ../../include/functions_reporting_html.php:1070 +msgid "Total" +msgstr "Total" + +#: ../../operation/agentes/gis_view.php:194 +#: ../../operation/agentes/status_monitor.php:979 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/search_modules.php:53 ../../extensions/insert_data.php:164 +#: ../../extensions/insert_data.php:165 #: ../../enterprise/operation/agentes/policy_view.php:308 #: ../../enterprise/godmode/agentes/collections.data.php:62 #: ../../enterprise/godmode/agentes/collections.data.php:101 @@ -11471,5505 +3828,278 @@ msgstr "Projection Graph" #: ../../enterprise/godmode/agentes/collections.data.php:233 #: ../../enterprise/godmode/agentes/collections.data.php:252 #: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:578 -#: ../../mobile/operation/modules.php:648 ../../extensions/insert_data.php:164 -#: ../../extensions/insert_data.php:165 ../../include/functions_graph.php:3025 -#: ../../include/functions_reporting.php:2217 -#: ../../include/functions_reporting.php:2231 +#: ../../enterprise/include/functions_reporting_csv.php:223 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_services.php:1428 +#: ../../enterprise/include/functions_reporting_pdf.php:946 +#: ../../enterprise/include/functions_reporting_pdf.php:952 +#: ../../enterprise/include/functions_reporting_pdf.php:953 +#: ../../enterprise/include/functions_reporting_pdf.php:956 +#: ../../include/ajax/module.php:735 +#: ../../include/functions_reporting.php:2210 +#: ../../include/functions_reporting.php:2244 #: ../../include/functions_netflow.php:310 -#: ../../include/functions_reporting_html.php:1194 -#: ../../include/functions_reporting_html.php:1198 -#: ../../include/ajax/module.php:714 ../../operation/search_modules.php:53 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:964 +#: ../../include/functions_graph.php:3318 +#: ../../include/functions_reporting_html.php:1244 +#: ../../include/functions_reporting_html.php:1247 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1251 +#: ../../mobile/operation/modules.php:551 +#: ../../mobile/operation/modules.php:607 +#: ../../mobile/operation/modules.php:677 msgid "Data" msgstr "Data" -#: ../../enterprise/include/functions_reporting_csv.php:200 -msgid "Serialized data " -msgstr "Serialized data " - -#: ../../enterprise/include/functions_reporting_csv.php:224 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../include/functions_reports.php:577 -#: ../../include/functions_reporting.php:1598 -msgid "Exception" -msgstr "Exception" - -#: ../../enterprise/include/functions_reporting_csv.php:246 -#: ../../include/functions_reporting.php:829 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#, php-format -msgid "Top %d" -msgstr "Top %d" - -#: ../../enterprise/include/functions_reporting_csv.php:267 -#: ../../include/functions_reporting.php:2022 -msgid "Group Report" -msgstr "Group Report" - -#: ../../enterprise/include/functions_reporting_csv.php:275 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "Report type" -msgstr "Report type" - -#: ../../enterprise/include/functions_reporting_csv.php:276 -#: ../../mobile/operation/groups.php:99 -#: ../../include/functions_reporting.php:5598 -#: ../../include/functions_reporting_html.php:2629 -#: ../../operation/tree.php:271 ../../godmode/db/db_main.php:99 -msgid "Total agents" -msgstr "Total amount of agents" - -#: ../../enterprise/include/functions_reporting_csv.php:277 -msgid "Uknown agents" -msgstr "Uknown agents" - -#: ../../enterprise/include/functions_reporting_csv.php:278 -#: ../../operation/tree.php:272 -msgid "Total modules" -msgstr "Total modules" - -#: ../../enterprise/include/functions_reporting_csv.php:279 -#: ../../mobile/operation/groups.php:115 ../../operation/tree.php:302 -msgid "Normal modules" -msgstr "Modules in normal status" - -#: ../../enterprise/include/functions_reporting_csv.php:280 -#: ../../mobile/operation/groups.php:123 ../../operation/tree.php:282 -msgid "Critical modules" -msgstr "Modules in critical status" - -#: ../../enterprise/include/functions_reporting_csv.php:281 -#: ../../mobile/operation/groups.php:119 ../../operation/tree.php:287 -msgid "Warning modules" -msgstr "Modules in warning status" - -#: ../../enterprise/include/functions_reporting_csv.php:282 -#: ../../mobile/operation/groups.php:107 ../../operation/tree.php:292 -msgid "Unknown modules" -msgstr "Unknown modules" - -#: ../../enterprise/include/functions_reporting_csv.php:283 -#: ../../mobile/operation/groups.php:111 ../../operation/tree.php:297 -msgid "Not init modules" -msgstr "Modules in uninitialised status" - -#: ../../enterprise/include/functions_reporting_csv.php:284 -#: ../../include/functions_reporting.php:5439 -msgid "Defined alerts" -msgstr "Triggered alerts" - -#: ../../enterprise/include/functions_reporting_csv.php:285 -#: ../../include/functions_graph.php:1745 -#: ../../include/functions_reporting.php:5443 -#: ../../include/functions_reporting.php:5464 ../../operation/tree.php:276 -#: ../../operation/tree.php:277 ../../operation/tree.php:278 -msgid "Fired alerts" -msgstr "Triggered alerts" - -#: ../../enterprise/include/functions_reporting_csv.php:286 -msgid "Last 8 hours events" -msgstr "Last 8 hours events" - -#: ../../enterprise/include/functions_reporting_csv.php:289 -#: ../../include/functions_reports.php:575 -msgid "Group report" -msgstr "Group report" - -#: ../../enterprise/include/functions_reporting_csv.php:330 -#: ../../enterprise/include/functions_reporting_csv.php:341 -#: ../../include/functions_reports.php:531 -#: ../../include/functions_reporting.php:3500 -msgid "MTTR" -msgstr "MTTR" - -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_pdf.php:745 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../enterprise/operation/services/services.service.php:128 -#: ../../enterprise/operation/services/services.list.php:318 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1542 -#: ../../include/functions_graph.php:4981 -#: ../../include/functions_snmp_browser.php:406 -#: ../../include/functions_reporting_html.php:407 -#: ../../include/functions_reporting_html.php:939 -#: ../../include/functions_reporting_html.php:1764 -#: ../../include/functions_reporting_html.php:2267 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../godmode/alerts/configure_alert_template.php:594 -#: ../../godmode/agentes/module_manager_editor_common.php:580 -#: ../../godmode/setup/setup_visuals.php:565 -#: ../../godmode/massive/massive_edit_modules.php:482 -#: ../../godmode/reporting/visual_console_builder.wizard.php:194 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1163 -msgid "Value" -msgstr "Value" - -#: ../../enterprise/include/functions_reporting_csv.php:353 -#: ../../enterprise/include/functions_reporting_csv.php:364 -#: ../../include/functions_reports.php:529 -#: ../../include/functions_reporting.php:3503 -msgid "MTBF" -msgstr "MTBF" - -#: ../../enterprise/include/functions_reporting_csv.php:376 -#: ../../enterprise/include/functions_reporting_csv.php:387 -#: ../../include/functions_reports.php:527 -#: ../../include/functions_reporting.php:3506 -msgid "TTO" -msgstr "TTO" - -#: ../../enterprise/include/functions_reporting_csv.php:399 -#: ../../enterprise/include/functions_reporting_csv.php:410 -#: ../../include/functions_reports.php:525 -#: ../../include/functions_reporting.php:3509 -msgid "TTRT" -msgstr "TTRT" - -#: ../../enterprise/include/functions_reporting_csv.php:420 -#: ../../enterprise/godmode/reporting/mysql_builder.php:142 -#: ../../include/functions_reporting.php:3663 -msgid "SQL" -msgstr "SQL" - -#: ../../enterprise/include/functions_reporting_csv.php:431 -msgid "Illegal query or any other error" -msgstr "Illegal query or any other error" - -#: ../../enterprise/include/functions_reporting_csv.php:450 -#: ../../enterprise/include/functions_reporting_csv.php:461 -#: ../../include/functions_reports.php:566 -#: ../../include/functions_reporting.php:3497 -#: ../../include/functions_reporting.php:4224 -msgid "Summatory" -msgstr "Summatory" - -#: ../../enterprise/include/functions_reporting_csv.php:473 -#: ../../enterprise/include/functions_reporting_csv.php:484 -#: ../../enterprise/godmode/modules/configure_local_component.php:268 -#: ../../include/functions_graph.php:692 -#: ../../include/functions_graph.php:3521 -#: ../../include/functions_reports.php:560 -#: ../../include/functions_reporting.php:3491 -#: ../../godmode/agentes/module_manager_editor_common.php:372 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -msgid "Min. Value" -msgstr "Min. Value" - -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:507 -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -#: ../../include/functions_graph.php:690 -#: ../../include/functions_graph.php:3520 -#: ../../include/functions_reports.php:558 -#: ../../include/functions_reporting.php:3488 -#: ../../godmode/agentes/module_manager_editor_common.php:376 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -msgid "Max. Value" -msgstr "Max. Value" - -#: ../../enterprise/include/functions_reporting_csv.php:519 -#: ../../enterprise/include/functions_reporting_csv.php:530 -#: ../../include/functions_reporting.php:3494 -msgid "AVG. Value" -msgstr "AVG. Value" - -#: ../../enterprise/include/functions_reporting_csv.php:542 -#: ../../enterprise/include/functions_reporting_csv.php:553 -#: ../../include/functions_reporting.php:2991 -msgid "Monitor Report" -msgstr "Monitor Report" - -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "% OK" -msgstr "% OK" - -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "% Wrong" -msgstr "% Wrong" - -#: ../../enterprise/include/functions_reporting_csv.php:564 -msgid "Simple Graph" -msgstr "Simple Graph" - -#: ../../enterprise/include/functions_reporting_csv.php:586 -#: ../../enterprise/godmode/services/services.service.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:111 -#: ../../include/functions_reports.php:536 -#: ../../include/functions_reporting.php:459 -msgid "S.L.A." -msgstr "S.L.A." - -#: ../../enterprise/include/functions_reporting_csv.php:595 -msgid "% Limit" -msgstr "% Limit" - -#: ../../enterprise/include/functions_reporting_csv.php:635 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 -#: ../../operation/search_reports.php:38 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../godmode/reporting/reporting_builder.php:535 -msgid "Report name" -msgstr "Report name" - -#: ../../enterprise/include/functions_reporting_csv.php:637 -#: ../../enterprise/include/functions_reporting_pdf.php:2079 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -msgid "Generated" -msgstr "Generated" - -#: ../../enterprise/include/functions_reporting_csv.php:661 -#: ../../include/functions.php:215 -msgid "." -msgstr "." - -#: ../../enterprise/include/functions_services.php:23 -msgid "Service does not exist." -msgstr "Service does not exist." - -#: ../../enterprise/include/functions_services.php:30 -msgid "Module store the service does not exist." -msgstr "Module for storing the service does not exist." - -#: ../../enterprise/include/functions_services.php:35 -msgid "Module store SLA service does not exist." -msgstr "Module for storing SLA service does not exist." - -#: ../../enterprise/include/functions_services.php:41 -msgid "Agent store the service does not exist." -msgstr "Agent for storing the service does not exist." - -#: ../../enterprise/include/functions_services.php:47 -msgid "Agent store SLA service does not exist." -msgstr "Agent to store the SLA service does not exist." - -#: ../../enterprise/include/functions_services.php:57 -msgid "Alert critical SLA service does not exist." -msgstr "Alert for critical SLA service does not exist." - -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "Alert warning service does not exist." - -#: ../../enterprise/include/functions_services.php:79 -msgid "Alert critical service does not exist." -msgstr "Alert for critical service does not exist." - -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "Alert for unknown service does not exist." - -#: ../../enterprise/include/functions_services.php:328 -#, php-format -msgid "Module automatic create for the service %s" -msgstr "Automatic module creation for the service %s" - -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "Critical (Alert)" - -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "Unknown" - -#: ../../enterprise/include/functions_services.php:1391 -msgid "There are no service elements defined" -msgstr "There are no service elements defined." - -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "Weight Critical" - -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "Weight Warning" - -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "Weight Unknown" - -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "Weight Ok" - -#: ../../enterprise/include/functions_services.php:1446 -#: ../../enterprise/include/functions_services.php:1461 -#: ../../enterprise/include/functions_services.php:1496 -msgid "Nonexistent. This element should be deleted" -msgstr "Nonexistent. This element should be deleted" - -#: ../../enterprise/include/functions_services.php:1569 -#: ../../include/functions_ui.php:3646 -msgid "Snapshot view" -msgstr "Command Snapshot view" - -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 -#: ../../mobile/operation/modules.php:454 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:464 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1861 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../operation/agentes/status_monitor.php:1139 -#: ../../operation/agentes/status_monitor.php:1144 -#: ../../operation/agentes/status_monitor.php:1149 -msgid "Last status" -msgstr "Last status" - -#: ../../enterprise/include/functions_services.php:1647 -#: ../../enterprise/godmode/services/services.elements.php:133 -msgid "Edit service elements" -msgstr "Edit service elements" - -#: ../../enterprise/include/functions_services.php:1661 -msgid "Delete service element" -msgstr "Delete service element" - -#: ../../enterprise/include/functions_services.php:1703 -msgid "FAIL" -msgstr "FAIL" - -#: ../../enterprise/include/functions_reporting_pdf.php:51 -#: ../../enterprise/include/functions_netflow_pdf.php:45 -msgid "Automated Pandora FMS report for user defined report" -msgstr "Automated Pandora FMS report for user defined report" - -#: ../../enterprise/include/functions_reporting_pdf.php:601 -#: ../../include/functions_reporting_html.php:848 -#, php-format -msgid "%s in %s : NORMAL" -msgstr "%s in %s : NORMAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:609 -#: ../../include/functions_reporting_html.php:856 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "%s in %s : CRITICAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:617 -#: ../../include/functions_reporting_html.php:864 -#, php-format -msgid "%s in %s : WARNING" -msgstr "%s in %s : WARNING" - -#: ../../enterprise/include/functions_reporting_pdf.php:625 -#: ../../include/functions_reporting_html.php:872 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "%s in %s : UNKNOWN" - -#: ../../enterprise/include/functions_reporting_pdf.php:633 -#: ../../include/functions_reporting_html.php:880 -#, php-format -msgid "%s in %s : ALERTS FIRED" -msgstr "%s in %s: ALERTS TRIGGERED" - -#: ../../enterprise/include/functions_reporting_pdf.php:702 -#: ../../include/functions_reporting_html.php:1053 -#: ../../godmode/servers/manage_recontask_form.php:250 -msgid "Defined" -msgstr "Defined" - -#: ../../enterprise/include/functions_reporting_pdf.php:703 -#: ../../enterprise/include/functions_reporting_pdf.php:1037 -#: ../../enterprise/include/functions_reporting_pdf.php:1081 -#: ../../enterprise/include/functions_reporting_pdf.php:1126 -#: ../../mobile/operation/alerts.php:38 -#: ../../include/functions_reporting_html.php:1055 -#: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:1360 -#: ../../include/functions_reporting_html.php:1396 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:821 -#: ../../operation/agentes/alerts_status.functions.php:74 -msgid "Fired" -msgstr "Triggered" - -#: ../../enterprise/include/functions_reporting_pdf.php:718 -#: ../../include/functions_reporting_html.php:1068 -#, php-format -msgid "Last %s" -msgstr "Last %s" - -#: ../../enterprise/include/functions_reporting_pdf.php:773 -#: ../../enterprise/include/functions_reporting_pdf.php:865 -#: ../../enterprise/include/functions_reporting_pdf.php:921 -#: ../../enterprise/include/functions_reporting_pdf.php:1914 -#: ../../include/functions_reporting_html.php:447 -#: ../../include/functions_reporting_html.php:980 -#: ../../include/functions_reporting_html.php:1715 -#: ../../include/functions_reporting_html.php:1843 -msgid "Min Value" -msgstr "Min Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:774 -#: ../../enterprise/include/functions_reporting_pdf.php:866 -#: ../../enterprise/include/functions_reporting_pdf.php:922 -#: ../../enterprise/include/functions_reporting_pdf.php:1915 -#: ../../include/functions_reporting_html.php:448 -#: ../../include/functions_reporting_html.php:981 -#: ../../include/functions_reporting_html.php:1716 -#: ../../include/functions_reporting_html.php:1844 -msgid "Average Value" -msgstr "Average Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:775 -#: ../../enterprise/include/functions_reporting_pdf.php:867 -#: ../../enterprise/include/functions_reporting_pdf.php:923 -#: ../../enterprise/include/functions_reporting_pdf.php:1916 -#: ../../include/functions_reporting_html.php:449 -#: ../../include/functions_reporting_html.php:982 -#: ../../include/functions_reporting_html.php:1718 -#: ../../include/functions_reporting_html.php:1846 -msgid "Max Value" -msgstr "Max Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:1035 -#: ../../enterprise/include/functions_reporting_pdf.php:1079 -#: ../../enterprise/include/functions_reporting_pdf.php:1124 -#: ../../enterprise/operation/agentes/policy_view.php:195 -#: ../../enterprise/godmode/policies/policy_alerts.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:438 -#: ../../mobile/operation/alerts.php:270 -#: ../../extensions/agents_alerts.php:343 -#: ../../include/functions_treeview.php:287 -#: ../../include/functions_reporting_html.php:1320 -#: ../../include/functions_reporting_html.php:1358 -#: ../../include/functions_reporting_html.php:1394 -#: ../../operation/agentes/alerts_status.php:421 -#: ../../operation/agentes/alerts_status.php:461 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:527 -#: ../../operation/servers/recon_view.php:101 -#: ../../operation/search_alerts.php:45 -#: ../../godmode/alerts/alert_list.list.php:400 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../godmode/alerts/alert_list.builder.php:83 -msgid "Template" -msgstr "Template" - -#: ../../enterprise/include/functions_reporting_pdf.php:1176 -#: ../../enterprise/include/functions_reporting_pdf.php:1456 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 -#: ../../include/functions_reporting_html.php:616 -#: ../../include/functions_reporting_html.php:1094 -#: ../../operation/snmpconsole/snmp_view.php:508 -msgid "Count" -msgstr "Count" - -#: ../../enterprise/include/functions_reporting_pdf.php:1197 -#: ../../enterprise/include/functions_reporting_pdf.php:1345 -#: ../../enterprise/include/functions_reporting_pdf.php:1480 -#: ../../mobile/operation/events.php:242 -#: ../../include/functions_reporting.php:4765 -#: ../../include/functions_reporting.php:4879 -#: ../../include/functions_reporting.php:5008 -#: ../../include/functions_reporting_html.php:502 -#: ../../include/functions_reporting_html.php:635 -#: ../../include/functions_reporting_html.php:1114 -#: ../../include/functions_events.php:913 -#: ../../include/functions_events.php:2397 ../../include/ajax/events.php:446 -#: ../../operation/events/events.build_table.php:203 -msgid "New event" -msgstr "New event" - -#: ../../enterprise/include/functions_reporting_pdf.php:1201 -#: ../../enterprise/include/functions_reporting_pdf.php:1349 -#: ../../enterprise/include/functions_reporting_pdf.php:1484 -#: ../../mobile/operation/events.php:246 -#: ../../include/functions_reporting.php:4769 -#: ../../include/functions_reporting.php:4883 -#: ../../include/functions_reporting.php:5012 -#: ../../include/functions_reporting_html.php:506 -#: ../../include/functions_reporting_html.php:639 -#: ../../include/functions_reporting_html.php:1118 -#: ../../include/functions_events.php:917 -#: ../../include/functions_events.php:2401 ../../include/ajax/events.php:450 -#: ../../operation/events/events.build_table.php:207 -#: ../../operation/events/events.php:591 ../../operation/events/events.php:620 -#: ../../operation/events/events.php:621 ../../operation/events/events.php:841 -#: ../../operation/events/events.php:846 ../../operation/events/events.php:847 -msgid "Event validated" -msgstr "Event validated" - -#: ../../enterprise/include/functions_reporting_pdf.php:1205 -#: ../../enterprise/include/functions_reporting_pdf.php:1353 -#: ../../enterprise/include/functions_reporting_pdf.php:1488 -#: ../../mobile/operation/events.php:250 -#: ../../include/functions_reporting.php:4773 -#: ../../include/functions_reporting.php:4887 -#: ../../include/functions_reporting.php:5016 -#: ../../include/functions_reporting_html.php:510 -#: ../../include/functions_reporting_html.php:643 -#: ../../include/functions_reporting_html.php:1122 -#: ../../include/functions_events.php:921 -#: ../../include/functions_events.php:2405 ../../include/ajax/events.php:454 -#: ../../operation/events/events.build_table.php:211 -#: ../../operation/events/events.php:653 ../../operation/events/events.php:691 -#: ../../operation/events/events.php:692 ../../operation/events/events.php:851 -#: ../../operation/events/events.php:865 ../../operation/events/events.php:866 -msgid "Event in process" -msgstr "Event in process" - -#: ../../enterprise/include/functions_reporting_pdf.php:1325 -#: ../../enterprise/include/functions_reporting_pdf.php:1460 -#: ../../include/functions_reporting.php:4735 -#: ../../include/functions_reporting_html.php:486 -#: ../../include/functions_reporting_html.php:1098 -msgid "Val. by" -msgstr "Value" - -#: ../../enterprise/include/functions_reporting_pdf.php:1377 -#: ../../include/functions_reporting.php:4792 -#: ../../include/functions_reporting_html.php:529 -#: ../../include/functions_events.php:2650 -msgid "Pandora System" -msgstr "Pandora System" - -#: ../../enterprise/include/functions_reporting_pdf.php:1400 -#: ../../include/functions_reporting_html.php:553 -msgid "Events by agent" -msgstr "Events per agent" - -#: ../../enterprise/include/functions_reporting_pdf.php:1411 -#: ../../include/functions_reporting_html.php:565 -msgid "Events by user validator" -msgstr "Events according to validating user" - -#: ../../enterprise/include/functions_reporting_pdf.php:1422 -#: ../../enterprise/include/functions_reporting_pdf.php:1554 -#: ../../include/functions_reporting_html.php:1171 -#: ../../include/functions_reporting_html.php:2721 -msgid "Events by severity" -msgstr "Events by severity" - -#: ../../enterprise/include/functions_reporting_pdf.php:1433 -#: ../../include/functions_reporting_html.php:589 -msgid "Events validated vs unvalidated" -msgstr "Validated vs. unvalidated events" - -#: ../../enterprise/include/functions_reporting_pdf.php:1543 -#: ../../include/functions_reporting_html.php:1159 -msgid "Events validated by user" -msgstr "Events validated by user" - -#: ../../enterprise/include/functions_reporting_pdf.php:1565 -#: ../../include/functions_reporting_html.php:1183 -#: ../../operation/events/event_statistics.php:65 -msgid "Amount events validated" -msgstr "Amount of events validated" - -#: ../../enterprise/include/functions_reporting_pdf.php:1887 -#: ../../include/functions_reporting_html.php:1658 -msgid "# Checks" -msgstr "# of checks" - -#: ../../enterprise/include/functions_reporting_pdf.php:1888 -#: ../../include/functions_reporting_html.php:1659 -msgid "# Failed" -msgstr "# Failed" - -#: ../../enterprise/include/functions_reporting_pdf.php:1889 -#: ../../include/functions_reporting_html.php:1660 -msgid "% Fail" -msgstr "Fail %" - -#: ../../enterprise/include/functions_reporting_pdf.php:1890 -#: ../../include/functions_reporting_html.php:1661 -msgid "Poling time" -msgstr "Poling time" - -#: ../../enterprise/include/functions_reporting_pdf.php:1891 -#: ../../include/functions_reporting_html.php:1662 -msgid "Time unavailable" -msgstr "Time unavailable" - -#: ../../enterprise/include/functions_reporting_pdf.php:1892 -#: ../../include/functions_reporting_html.php:1663 -msgid "% Ok" -msgstr "% Ok" - -#: ../../enterprise/include/functions_reporting_pdf.php:2024 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1560 -#: ../../include/functions_reporting_html.php:1459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1185 -msgid "Not OK" -msgstr "Not OK" - -#: ../../enterprise/include/functions_reporting_pdf.php:2082 -msgid "Report date" -msgstr "Report date" - -#: ../../enterprise/include/functions_reporting_pdf.php:2086 -#: ../../enterprise/include/functions_reporting_pdf.php:2172 -#: ../../enterprise/include/functions_reporting_pdf.php:2210 -#: ../../operation/agentes/gis_view.php:182 -#: ../../godmode/agentes/planned_downtime.list.php:143 -msgid "To" -msgstr "To" - -#: ../../enterprise/include/functions_reporting_pdf.php:2089 -#: ../../operation/reporting/reporting_viewer.php:202 -msgid "Items period before" -msgstr "Items period before" - -#: ../../enterprise/include/functions_reporting_pdf.php:2108 -#: ../../enterprise/include/functions_netflow_pdf.php:56 -msgid "Contents" -msgstr "Contents" - -#: ../../enterprise/include/functions_reporting_pdf.php:2178 -#: ../../enterprise/include/functions_reporting_pdf.php:2216 -#: ../../include/functions_treeview.php:215 -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:2543 -#: ../../operation/agentes/ver_agente.php:1013 -msgid "Last data" -msgstr "Last data" - -#: ../../enterprise/include/functions_reporting_pdf.php:2234 -msgid "SO" -msgstr "SO" - -#: ../../enterprise/include/functions_reporting_pdf.php:2275 -msgid "There are no modules." -msgstr "There are no modules." - -#: ../../enterprise/include/functions_reporting_pdf.php:2282 -#: ../../enterprise/godmode/alerts/alert_events_list.php:563 -#: ../../enterprise/godmode/alerts/alert_events_list.php:604 -#: ../../include/functions_reporting_html.php:1517 -#: ../../include/functions_reporting_html.php:2268 -#: ../../godmode/alerts/alert_list.list.php:528 -#: ../../godmode/alerts/alert_list.list.php:603 -#: ../../godmode/alerts/configure_alert_action.php:142 -#: ../../godmode/alerts/alert_view.php:391 -#: ../../godmode/alerts/alert_list.builder.php:132 -msgid "Threshold" -msgstr "Threshold" - -#: ../../enterprise/include/functions_visual_map.php:179 -#: ../../enterprise/include/functions_visual_map.php:232 -msgid "Crit:" -msgstr "Crit:" - -#: ../../enterprise/include/functions_visual_map.php:181 -#: ../../enterprise/include/functions_visual_map.php:234 -msgid "Warn:" -msgstr "Warn:" - -#: ../../enterprise/include/functions_visual_map.php:183 -#: ../../enterprise/include/functions_visual_map.php:236 -msgid "Ok:" -msgstr "Ok:" - -#: ../../enterprise/include/functions_visual_map.php:185 -#: ../../enterprise/include/functions_visual_map.php:238 -msgid "Value:" -msgstr "Value :" - -#: ../../enterprise/include/functions_visual_map.php:535 -msgid "None of the services was added" -msgstr "None of the services was added" - -#: ../../enterprise/include/functions_visual_map.php:538 -#, php-format -msgid "%d services couldn't be added" -msgstr "%d services couldn't be added" - -#: ../../enterprise/include/functions_visual_map.php:542 -#: ../../include/functions_ui.php:232 -msgid "Success" -msgstr "Success" - -#: ../../enterprise/include/functions_visual_map.php:546 -msgid "There was an error retrieving the visual map information" -msgstr "There was an error retrieving the visual map information" - -#: ../../enterprise/include/functions_visual_map.php:550 -msgid "No services selected" -msgstr "No services selected" - -#: ../../enterprise/include/functions_license.php:37 -msgid "Client" -msgstr "Client" - -#: ../../enterprise/include/functions_license.php:37 -msgid "Trial" -msgstr "Trial" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:605 -#, php-format -msgid "Edit node %s" -msgstr "Edit node %s" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:606 -msgid "Holding Area" -msgstr "Holding Area" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:609 -msgid "Set as children" -msgstr "Define as children element" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:610 -msgid "Set parent" -msgstr "Define as parent element" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:611 -#: ../../enterprise/include/functions_networkmap_enterprise.php:617 -msgid "Abort the action of set relationship" -msgstr "Abort the action of set relationship" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:613 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1641 -msgid "Add node" -msgstr "Add node" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:614 -msgid "Set center" -msgstr "Set centre" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:616 -msgid "Refresh Holding area" -msgstr "Refresh Holding Area" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1072 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1552 -msgid "Circle" -msgstr "Circle" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1073 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1553 -msgid "Square" -msgstr "Square" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1074 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1554 -msgid "Rhombus" -msgstr "Rhomb" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1079 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1550 -msgid "Shape" -msgstr "Shape" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1080 -msgid "Radius" -msgstr "Radius" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1081 -msgid "Color" -msgstr "Colour" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1083 -msgid "Network map linked" -msgstr "Network map linked" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1154 -msgid "Show modules:" -msgstr "Show modules:" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1229 -msgid "Copy of " -msgstr "Copy of " - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1451 -msgid "Open Minimap" -msgstr "Open Minimap" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1541 -msgid "Edit node" -msgstr "Edit node" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1564 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1704 -msgid "name fictional node" -msgstr "Name fictional node" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1565 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1705 -msgid "Networkmap to link" -msgstr "Networkmap to link" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1571 -msgid "Update fictional node" -msgstr "Update fictional node" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1574 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1575 -msgid "Node options" -msgstr "Node Options" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1584 -msgid "Node source" -msgstr "Node Source" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1586 -msgid "Interface source" -msgstr "Interface Source" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1587 -msgid "Interface Target" -msgstr "Interface Target" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1589 -msgid "Node target" -msgstr "Node Target" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -msgid "E." -msgstr "E." - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1627 -msgid "There are not relations" -msgstr "There are no relations." - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1635 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1636 -msgid "Relations" -msgstr "Relations" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1660 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1665 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1666 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1689 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1694 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1715 -msgid "Add agent node" -msgstr "Add Agent Node" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1693 -msgid "Add agent node (filter by group)" -msgstr "Add Agent Node (filter by group)" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1711 -msgid "Add fictional node" -msgstr "Add Fictional Node" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1714 -msgid "Add fictional point" -msgstr "Add fictional point" - -#: ../../enterprise/include/functions_metaconsole.php:784 -msgid "Group does not exist. Agent " -msgstr "Group does not exist. Agent " - -#: ../../enterprise/include/functions_metaconsole.php:790 -msgid "Created group in destination DB" -msgstr "Created group in destination DB" - -#: ../../enterprise/include/functions_metaconsole.php:794 -msgid "Error creating group. Agent " -msgstr "Error creating group. Agent " - -#: ../../enterprise/include/functions_metaconsole.php:800 -msgid "Group already exists in destination DB" -msgstr "Group already exists in destination DB" - -#: ../../enterprise/include/functions_collection.php:42 -#, php-format -msgid "Fail create the directory: %s" -msgstr "Failure in creating the directory: %s" - -#: ../../enterprise/include/functions_collection.php:69 -msgid "No files in collection" -msgstr "No files in collection" - -#: ../../enterprise/include/functions_collection.php:77 -msgid "File of collection is bigger than the limit (" -msgstr "File of collection is bigger than the limit (" - -#: ../../enterprise/include/functions_collection.php:129 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/godmode/agentes/collections.editor.php:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:345 -#: ../../enterprise/godmode/agentes/collections.editor.php:370 -#: ../../operation/integria_incidents/incident.php:66 -msgid "Files" -msgstr "Files" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:249 -msgid "Error accesing to API, auth error." -msgstr "Error accesing to API, auth error." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:253 -msgid "Error accesing to API." -msgstr "Error accesing to API." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:257 -msgid "Error could not resolve the host." -msgstr "Error could not resolve the host." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:268 -msgid "Database credentials not found" -msgstr "Database credentials not found" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:272 -msgid "Error connecting to the specified host" -msgstr "Error on connecting to the specified host" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:276 -msgid "Connected to the host, but cannot found the specified database" -msgstr "Connected to host, but cannot find the specified database." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:287 -#: ../../enterprise/include/ajax/metaconsole.ajax.php:311 -msgid "Server connection failed" -msgstr "Server connection failed" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:291 +#: ../../operation/agentes/estado_generalagente.php:42 +msgid "The agent has not assigned server. Maybe agent does not run fine." +msgstr "" +"The agent has not assigned a server. Maybe the agent does not run fine." + +#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../operation/agentes/estado_agente.php:570 +#: ../../godmode/agentes/modificar_agente.php:540 +#: ../../godmode/agentes/agent_manager.php:396 +#: ../../godmode/agentes/module_manager.php:589 +#: ../../godmode/agentes/module_manager_editor_common.php:544 +#: ../../godmode/agentes/planned_downtime.list.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/massive/massive_edit_agents.php:397 +#: ../../include/ajax/module.php:849 ../../include/class/Tree.class.php:1784 +#: ../../mobile/operation/agent.php:125 +msgid "Quiet" +msgstr "Quiet" + +#: ../../operation/agentes/estado_generalagente.php:120 msgid "" -"\"Translate string\" extension is missed in the server. This extension is " -"mandatory to be configured on metaconsole." +"Agent statuses are re-calculated by the server, they are not shown in real " +"time." msgstr "" -"\"Translate string\" extension is missing in the server. This extension is " -"mandatory to be configured on metaconsole." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:295 -msgid "" -"Server name doesnt match. Check the node server name and configure the same " -"one on metasetup" -msgstr "" -"Server name doesn't match. Check the node server name and configure the same " -"one on metasetup." - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:306 -msgid "Last event replication" -msgstr "Last event replication" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:320 -msgid "Agent cache activated" -msgstr "Agent cache activated" - -#: ../../enterprise/include/ajax/metaconsole.ajax.php:324 -msgid "Agent cache failed" -msgstr "Agent cache failed" - -#: ../../enterprise/include/functions_local_components.php:138 -#: ../../enterprise/godmode/agentes/collections.data.php:163 -msgid "Empty name" -msgstr "Empty name" - -#: ../../enterprise/include/functions_local_components.php:142 -msgid "Empty configuration" -msgstr "Empty configuration" - -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "Empty OS" - -#: ../../enterprise/include/functions_local_components.php:276 -#: ../../include/functions_alerts.php:951 -#: ../../include/functions_network_components.php:503 -msgid "Copy of" -msgstr "Copy of" - -#: ../../enterprise/include/functions_netflow_pdf.php:160 -#: ../../enterprise/operation/log/log_viewer.php:207 -msgid "Start date" -msgstr "Start date" - -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../enterprise/operation/log/log_viewer.php:215 -#: ../../operation/agentes/exportdata.php:310 -msgid "End date" -msgstr "End date" - -#: ../../enterprise/include/functions_log.php:303 -#: ../../enterprise/include/functions_log.php:318 -msgid "Lines" -msgstr "Lines" - -#: ../../enterprise/operation/menu.php:101 -msgid "Network console" -msgstr "Network console" - -#: ../../enterprise/operation/menu.php:112 -msgid "Custom SQL" -msgstr "Custom SQL" - -#: ../../enterprise/operation/menu.php:120 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../include/functions_menu.php:506 -msgid "SNMP trap editor" -msgstr "SNMP trap editor" - -#: ../../enterprise/operation/menu.php:129 -#: ../../enterprise/operation/log/log_viewer.php:145 -msgid "Log viewer" -msgstr "Log viewer" - -#: ../../enterprise/operation/log/log_viewer.php:231 -#: ../../enterprise/operation/reporting/custom_reporting.php:52 -#: ../../include/graphs/functions_flot.php:221 -#: ../../godmode/agentes/planned_downtime.list.php:506 -#: ../../godmode/modules/manage_network_templates.php:207 -msgid "Export to CSV" -msgstr "Export to CSV" - -#: ../../enterprise/operation/log/log_viewer.php:340 -msgid "The start date cannot be greater than the end date" -msgstr "The start date cannot be greater than the end date" - -#: ../../enterprise/operation/log/log_viewer.php:418 -#: ../../enterprise/operation/agentes/agent_inventory.php:242 -#: ../../enterprise/operation/inventory/inventory.php:251 -#: ../../include/functions_reporting.php:1476 -#: ../../godmode/reporting/reporting_builder.php:725 -msgid "No data found." -msgstr "No data found." - -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../enterprise/operation/services/services.service_map.php:44 -#: ../../enterprise/godmode/services/services.service.php:126 -#: ../../enterprise/godmode/services/services.service.php:153 -msgid "Not found" -msgstr "Not found" - -#: ../../enterprise/operation/services/services.service.php:54 -#: ../../enterprise/operation/services/services.service_map.php:63 -#: ../../enterprise/godmode/services/services.elements.php:96 -#: ../../enterprise/godmode/services/services.service.php:170 -msgid "Config Service" -msgstr "Config Service" - -#: ../../enterprise/operation/services/services.service.php:59 -#: ../../enterprise/operation/services/services.service_map.php:69 -#: ../../enterprise/godmode/services/services.elements.php:102 -#: ../../enterprise/godmode/services/services.service.php:175 -msgid "Config Elements" -msgstr "Config Elements" - -#: ../../enterprise/operation/services/services.service.php:67 -#: ../../enterprise/operation/services/services.service_map.php:77 -#: ../../enterprise/godmode/services/services.elements.php:110 -#: ../../enterprise/godmode/services/services.service.php:182 -msgid "View Service" -msgstr "View Service" - -#: ../../enterprise/operation/services/services.service.php:73 -#: ../../enterprise/operation/services/services.service_map.php:83 -#: ../../enterprise/godmode/services/services.elements.php:117 -#: ../../enterprise/godmode/services/services.service.php:188 -msgid "Service map" -msgstr "Service map" - -#: ../../enterprise/operation/services/services.service.php:80 -#: ../../enterprise/operation/services/services.service_map.php:90 -#: ../../enterprise/operation/services/services.service_map.php:95 -msgid "Service Map" -msgstr "Service Map" - -#: ../../enterprise/operation/services/services.service.php:93 -msgid "No Services" -msgstr "No Services" - -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../enterprise/operation/services/services.list.php:320 -#: ../../include/functions_reports.php:535 -#: ../../include/functions_reports.php:538 -#: ../../include/functions_reports.php:542 -msgid "SLA" -msgstr "SLA" - -#: ../../enterprise/operation/services/services.service.php:168 -#: ../../enterprise/operation/services/services.list.php:147 -#: ../../enterprise/operation/services/services.list.php:376 -#: ../../enterprise/operation/services/services.service_map.php:117 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 -#: ../../enterprise/load_enterprise.php:681 -#: ../../include/functions_config.php:491 -#: ../../include/functions_config.php:1353 -#: ../../operation/gis_maps/render_view.php:139 -#: ../../godmode/massive/massive_edit_agents.php:386 -msgid "Ok" -msgstr "Ok" - -#: ../../enterprise/operation/services/services.service.php:197 -#: ../../enterprise/operation/services/services.list.php:413 -msgid "SLA graph" -msgstr "SLA graph" - -#: ../../enterprise/operation/services/services.service.php:207 -msgid "List of elements" -msgstr "List of elements" - -#: ../../enterprise/operation/services/services.list.php:50 -msgid "Service deleted successfully" -msgstr "Service deleted successfully" - -#: ../../enterprise/operation/services/services.list.php:51 -msgid "Error deleting service" -msgstr "Error deleting service" - -#: ../../enterprise/operation/services/services.list.php:56 -msgid "Service forced successfully" -msgstr "Forcing of the service successful." - -#: ../../enterprise/operation/services/services.list.php:57 -msgid "Error service forced" -msgstr "Error in forcing the service." - -#: ../../enterprise/operation/services/services.list.php:167 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../include/ajax/events.php:480 -msgid "Auto" -msgstr "Auto" - -#: ../../enterprise/operation/services/services.list.php:169 -#: ../../enterprise/godmode/services/services.service.php:242 -#: ../../godmode/alerts/alert_view.php:423 -#: ../../godmode/servers/manage_recontask_form.php:236 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_modules.php:514 -msgid "Mode" -msgstr "Mode" - -#: ../../enterprise/operation/services/services.list.php:265 -#: ../../enterprise/operation/services/services.list.php:272 -msgid "No services defined." -msgstr "No services defined." - -#: ../../enterprise/operation/services/services.list.php:435 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 -msgid "Config" -msgstr "Config" - -#: ../../enterprise/operation/services/services.list.php:484 -#: ../../enterprise/godmode/services/services.service.php:54 -msgid "Create Service" -msgstr "Create Service" - -#: ../../enterprise/operation/services/services.service_map.php:106 -#: ../../extensions/module_groups.php:296 -#: ../../extensions/agents_modules.php:358 -#: ../../include/functions_reporting_html.php:897 -#: ../../operation/snmpconsole/snmp_view.php:833 -#: ../../godmode/snmpconsole/snmp_alert.php:1225 -msgid "Legend" -msgstr "Graph Key" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -msgid "Succesfully created" -msgstr "Successfully created." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -msgid "Succesfully updated" -msgstr "Successfully updated" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -msgid "Succesfully duplicate" -msgstr "Successfully duplicated" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -#: ../../enterprise/godmode/policies/policy_modules.php:996 -msgid "Could not be duplicated" -msgstr "Could not be duplicated" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -msgid "Succesfully deleted" -msgstr "Successfully deleted" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1074 -msgid "Networkmap enterprise" -msgstr "Enterprise network map" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 -#: ../../include/functions_reporting_html.php:2649 -msgid "Nodes" -msgstr "Nodes" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 -#: ../../enterprise/godmode/policies/policies.php:380 -#: ../../enterprise/godmode/policies/policy_modules.php:1149 -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/massive/massive_copy_modules.php:224 -#: ../../godmode/reporting/map_builder.php:214 -msgid "Copy" -msgstr "Copy" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:346 -msgid "Pending to generate" -msgstr "Pending to generate" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382 -msgid "There are no maps defined." -msgstr "There are no maps defined." - -#: ../../enterprise/operation/agentes/agent_inventory.php:56 -msgid "This agent has not modules inventory" -msgstr "This agent has not modules inventory" - -#: ../../enterprise/operation/agentes/agent_inventory.php:160 -#: ../../enterprise/operation/agentes/agent_inventory.php:161 -msgid "Diff view" -msgstr "Diff view" - -#: ../../enterprise/operation/agentes/policy_view.php:37 -msgid "This agent has no policy assigned" -msgstr "This agent has no assigned policy." - -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/godmode/policies/policy_agents.php:350 -#: ../../mobile/operation/agents.php:285 -#: ../../include/functions_events.php:883 -#: ../../operation/agentes/alerts_status.php:411 -#: ../../operation/agentes/alerts_status.php:454 -#: ../../operation/agentes/alerts_status.php:488 -#: ../../operation/agentes/alerts_status.php:522 -#: ../../godmode/agentes/module_manager.php:513 -msgid "S." -msgstr "S." - -#: ../../enterprise/operation/agentes/policy_view.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:353 -msgid "Last application" -msgstr "Last application" - -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../include/functions_events.php:880 -msgid "V." -msgstr "V." - -#: ../../enterprise/operation/agentes/policy_view.php:62 -#: ../../enterprise/godmode/policies/policy_agents.php:459 -msgid "Policy applied" -msgstr "Policy applied" - -#: ../../enterprise/operation/agentes/policy_view.php:65 -msgid "Policy outdate" -msgstr "Policy outdated" - -#: ../../enterprise/operation/agentes/policy_view.php:130 -#: ../../enterprise/operation/agentes/policy_view.php:137 -msgid "Toggle the collection table" -msgstr "Toggle the collection table" - -#: ../../enterprise/operation/agentes/policy_view.php:132 -#: ../../enterprise/operation/agentes/collection_view.php:64 -#: ../../enterprise/godmode/agentes/collection_manager.php:164 -msgid "Dir" -msgstr "Dir" - -#: ../../enterprise/operation/agentes/policy_view.php:133 -msgid "Descripttion" -msgstr "Description" - -#: ../../enterprise/operation/agentes/policy_view.php:138 -msgid "Show Collection" -msgstr "Show Collection" - -#: ../../enterprise/operation/agentes/policy_view.php:154 -#: ../../enterprise/operation/agentes/collection_view.php:90 -#: ../../enterprise/godmode/agentes/collection_manager.php:121 -#: ../../enterprise/godmode/agentes/collection_manager.php:205 -msgid "Show files" -msgstr "Show files" - -#: ../../enterprise/operation/agentes/policy_view.php:164 -#: ../../enterprise/operation/agentes/collection_view.php:101 -#: ../../enterprise/godmode/policies/policy_collections.php:161 -#: ../../enterprise/godmode/policies/policy_collections.php:213 -msgid "Outdate" -msgstr "Outdated" - -#: ../../enterprise/operation/agentes/policy_view.php:192 -#: ../../enterprise/operation/agentes/policy_view.php:201 -msgid "Toggle the alert table" -msgstr "Toggle the alert table" - -#: ../../enterprise/operation/agentes/policy_view.php:202 -msgid "Show Alert" -msgstr "Show Alert" - -#: ../../enterprise/operation/agentes/policy_view.php:303 -#: ../../enterprise/operation/agentes/policy_view.php:312 -msgid "Toggle the module table" -msgstr "Toggle the module table" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "Relationship" -msgstr "Relationship" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -#: ../../enterprise/godmode/policies/policy_agents.php:349 -msgid "R." -msgstr "R." - -#: ../../enterprise/operation/agentes/policy_view.php:313 -msgid "Show Modules" -msgstr "Show Modules" - -#: ../../enterprise/operation/agentes/policy_view.php:333 -msgid "(Un-adopted)" -msgstr "(Un-adopted)" - -#: ../../enterprise/operation/agentes/policy_view.php:337 -msgid "(Adopted)" -msgstr "(Adopted)" - -#: ../../enterprise/operation/agentes/policy_view.php:343 -msgid "(Un-adopted) (Unlinked)" -msgstr "(Un-adopted) (Unlinked)" - -#: ../../enterprise/operation/agentes/policy_view.php:347 -msgid "(Adopted) (Unlinked)" -msgstr "(Adopted) (Unlinked)" - -#: ../../enterprise/operation/agentes/policy_view.php:355 -#: ../../godmode/agentes/module_manager.php:657 -msgid "Non initialized module" -msgstr "Non initialised module" - -#: ../../enterprise/operation/agentes/collection_view.php:47 -#: ../../enterprise/godmode/agentes/collection_manager.php:37 -msgid "This agent have not a remote configuration, please set it." -msgstr "This agent has no remote configuration, please set it." - -#: ../../enterprise/operation/agentes/collection_view.php:54 -msgid "No collection assigned to this agent" -msgstr "No collection assigned to this agent" - -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../include/ajax/module.php:700 -#: ../../operation/agentes/alerts_status.php:407 -#: ../../operation/agentes/alerts_status.php:451 -#: ../../operation/agentes/status_monitor.php:916 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../godmode/agentes/module_manager.php:510 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -msgid "P." -msgstr "P." - -#: ../../enterprise/operation/agentes/collection_view.php:105 -#: ../../enterprise/operation/agentes/collection_view.php:106 -#: ../../enterprise/godmode/agentes/collections.php:222 -#: ../../enterprise/godmode/agentes/collections.php:223 -#: ../../enterprise/godmode/agentes/collections.data.php:344 -#: ../../enterprise/godmode/agentes/collections.data.php:345 -#: ../../enterprise/godmode/agentes/collection_manager.php:144 -#: ../../enterprise/godmode/agentes/collection_manager.php:145 -#: ../../enterprise/godmode/agentes/collection_manager.php:230 -#: ../../enterprise/godmode/agentes/collection_manager.php:231 -msgid "The collection directory does not exist." -msgstr "The collection directory does not exist." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.popup.php:64 -msgid "Details of node:" -msgstr "Details of node :" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1076 -msgid "Not found networkmap." -msgstr "Network map not found." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 -msgid "Source data" -msgstr "Source data" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 -#: ../../include/functions_groups.php:92 ../../godmode/menu.php:201 -msgid "Recon task" -msgstr "Recon task" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:270 -msgid "CIDR IP mask" -msgstr "CIDR IP mask" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:274 -msgid "Generate networkmap with parents relationships" -msgstr "Generate networkmap with parents relationships" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:276 -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." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:286 -msgid "Source from recon task" -msgstr "Source from recon task" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:288 -msgid "" -"It is setted any recon task, the nodes get from the recontask IP mask " -"instead from the group." -msgstr "" -"If any Recon Task is defined, the nodes obtain their IPs from the " -"recontask's IP mask instead from the group." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:292 -msgid "Show only the task with the recon script \"SNMP L2 Recon\"." -msgstr "" -"Display the task which contains the recon script called \"SNMP L2 Recon\" " -"only." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:295 -msgid "Source from CIDR IP mask" -msgstr "Source from CIDR IP mask" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:299 -#: ../../operation/agentes/networkmap.php:543 -msgid "Don't show subgroups:" -msgstr "Don't show subgroups:" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:303 -msgid "Start empty networkmap" -msgstr "Start empty networkmap" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:306 -msgid "The networkmap has been generated already." -msgstr "The network map has already been generated." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:319 -msgid "Size of networkmap (Width x Height)" -msgstr "Size of network map (Width x Height)" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:321 -msgid "x" -msgstr "x" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:332 -msgid "Method generation networkmap" -msgstr "Method generation of network map" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:336 -msgid "Refresh network map state" -msgstr "Refresh network map state" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:340 -msgid "Resize the networkmap" -msgstr "Resize the networkmap" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:342 -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." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:344 -#: ../../include/functions_visual_map_editor.php:315 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 -#: ../../godmode/reporting/visual_console_builder.wizard.php:150 -msgid "Process" -msgstr "Process" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:360 -msgid "Save networkmap" -msgstr "Save network map" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:366 -msgid "Update networkmap" -msgstr "Update network map" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:405 -msgid "Networkmap resized." -msgstr "Network map resized." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:412 -msgid "Error process map" -msgstr "Error in processing map" - -#: ../../enterprise/operation/agentes/ver_agente.php:70 -#: ../../operation/agentes/ver_agente.php:538 -msgid "Main IP" -msgstr "Main IP" - -#: ../../enterprise/operation/agentes/ver_agente.php:76 -#: ../../include/functions_events.php:2038 -#: ../../operation/agentes/ver_agente.php:549 -msgid "Last remote contact" -msgstr "Last remote contact" - -#: ../../enterprise/operation/agentes/ver_agente.php:113 -#: ../../operation/agentes/ver_agente.php:589 -msgid "Monitors down" -msgstr "Monitors down" - -#: ../../enterprise/operation/agentes/ver_agente.php:152 -#: ../../mobile/operation/groups.php:126 ../../mobile/operation/groups.php:127 -#: ../../mobile/operation/groups.php:128 -#: ../../include/functions_groups.php:818 -#: ../../include/functions_groups.php:820 -#: ../../include/functions_groups.php:822 -#: ../../include/functions_groups.php:823 -#: ../../include/functions_groups.php:824 -#: ../../include/functions_reporting_html.php:2090 -#: ../../include/functions_reporting_html.php:2099 -#: ../../operation/agentes/ver_agente.php:625 -#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 -msgid "Alerts fired" -msgstr "Alerts fired" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342 -msgid "Success be updated." -msgstr "Updating successful." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:567 -msgid "Name: " -msgstr "Name : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:598 -#: ../../operation/agentes/status_monitor.php:1015 -msgid "(Adopt) " -msgstr "(Adopted) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 -#: ../../operation/agentes/status_monitor.php:1025 -msgid "(Unlinked) (Adopt) " -msgstr "(Unlinked) (Adopted) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 -#: ../../operation/agentes/status_monitor.php:1029 -msgid "(Unlinked) " -msgstr "(Unlinked) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617 -msgid "Policy: " -msgstr "Policy : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:712 -msgid "Data: " -msgstr "Data : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:715 -#: ../../operation/agentes/estado_generalagente.php:550 -msgid "Last contact: " -msgstr "Last contact : " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1104 -#: ../../operation/snmpconsole/snmp_view.php:75 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_browser.php:86 -#: ../../operation/agentes/networkmap.php:301 -msgid "Normal screen" -msgstr "Normal screen" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1113 -#: ../../extensions/agents_modules.php:129 -#: ../../extensions/agents_alerts.php:117 -#: ../../operation/events/events.php:315 -#: ../../operation/snmpconsole/snmp_view.php:79 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_browser.php:90 -#: ../../operation/agentes/networkmap.php:314 -msgid "Full screen" -msgstr "Full screen" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1119 -msgid "List of networkmap Enterprise" -msgstr "List of networkmap Enterprise" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1123 -#, php-format -msgid "Networkmap enterprise - %s" -msgstr "Enterprise network map - %s" - -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 -msgid "Unsucessful get module inventory data." -msgstr "Getting module inventory data was unsuccessful." - -#: ../../enterprise/operation/inventory/inventory.php:225 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1350 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 -#: ../../godmode/reporting/reporting_builder.item_editor.php:982 -msgid "Last" -msgstr "Last" - -#: ../../enterprise/operation/inventory/inventory.php:264 -msgid "Export this list to CSV" -msgstr "Export this list to CSV" - -#: ../../enterprise/operation/reporting/custom_reporting.php:17 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -msgid "PDF" -msgstr "PDF" - -#: ../../enterprise/operation/reporting/custom_reporting.php:19 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 -msgid "JSON" -msgstr "JSON" - -#: ../../enterprise/operation/reporting/custom_reporting.php:21 -#: ../../extensions/insert_data.php:169 -#: ../../operation/agentes/exportdata.php:322 -msgid "CSV" -msgstr "CSV" - -#: ../../enterprise/operation/reporting/custom_reporting.php:22 -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 ones." - -#: ../../enterprise/operation/reporting/custom_reporting.php:43 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:339 -msgid "Export to PDF" -msgstr "Export to PDF" - -#: ../../enterprise/operation/reporting/custom_reporting.php:47 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:341 -msgid "Export to JSON" -msgstr "Export to JSON" - -#: ../../enterprise/operation/reporting/custom_reporting.php:55 -#: ../../enterprise/operation/reporting/custom_reporting.php:78 -msgid "Send by email" -msgstr "Send by e-mail" - -#: ../../enterprise/operation/reporting/custom_reporting.php:63 -msgid "ID Report" -msgstr "Report ID" - -#: ../../enterprise/operation/reporting/custom_reporting.php:102 -msgid "Send by email " -msgstr "Send by e-mail " - -#: ../../enterprise/godmode/menu.php:17 -#: ../../enterprise/godmode/massive/massive_operations.php:67 -msgid "Policies operations" -msgstr "Policies operations" - -#: ../../enterprise/godmode/menu.php:26 -#: ../../enterprise/godmode/massive/massive_operations.php:47 -msgid "SNMP operations" -msgstr "SNMP operations" - -#: ../../enterprise/godmode/menu.php:35 -#: ../../enterprise/godmode/massive/massive_operations.php:27 -msgid "Satellite operations" -msgstr "Satellite Operations" - -#: ../../enterprise/godmode/menu.php:45 ../../enterprise/godmode/menu.php:136 -msgid "Duplicate config" -msgstr "Duplicate config" - -#: ../../enterprise/godmode/menu.php:70 -msgid "Manage policies" -msgstr "Manage policies" - -#: ../../enterprise/godmode/menu.php:96 -msgid "Enterprise ACL Setup" -msgstr "Enterprise ACL Setup" - -#: ../../enterprise/godmode/menu.php:103 -msgid "Skins" -msgstr "Skins" - -#: ../../enterprise/godmode/menu.php:112 -#: ../../enterprise/godmode/servers/manage_export.php:41 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -msgid "Export targets" -msgstr "Export targets" - -#: ../../enterprise/godmode/menu.php:130 -msgid "Log Collector" -msgstr "Log Collector" - -#: ../../enterprise/godmode/menu.php:143 -msgid "Password policy" -msgstr "Password policy" - -#: ../../enterprise/godmode/services/services.elements.php:70 -#: ../../enterprise/godmode/services/services.service.php:255 -msgid "" -"This values are by default because the service is auto calculate mode." -msgstr "" -"This values are by default because the service is auto calculate mode." - -#: ../../enterprise/godmode/services/services.elements.php:82 -msgid "Invalid service" -msgstr "Invalid service" - -#: ../../enterprise/godmode/services/services.elements.php:123 -#: ../../enterprise/godmode/services/services.elements.php:128 -#: ../../operation/search_maps.php:33 -msgid "Elements" -msgstr "Elements" - -#: ../../enterprise/godmode/services/services.elements.php:147 -msgid "Error empty module" -msgstr "Error empty module" - -#: ../../enterprise/godmode/services/services.elements.php:156 -msgid "Error empty agent" -msgstr "Error empty agent" - -#: ../../enterprise/godmode/services/services.elements.php:165 -msgid "Error empty service" -msgstr "Error empty service" - -#: ../../enterprise/godmode/services/services.elements.php:187 -msgid "Service element created successfully" -msgstr "Service element created successfully" - -#: ../../enterprise/godmode/services/services.elements.php:188 -msgid "Error creating service element" -msgstr "Error creating service item" - -#: ../../enterprise/godmode/services/services.elements.php:253 -msgid "Service element updated successfully" -msgstr "Service item updated successfully" - -#: ../../enterprise/godmode/services/services.elements.php:254 -msgid "Error updating service element" -msgstr "Error updating service item" - -#: ../../enterprise/godmode/services/services.elements.php:261 -msgid "Service element deleted successfully" -msgstr "Service item deleted successfully" - -#: ../../enterprise/godmode/services/services.elements.php:262 -msgid "Error deleting service element" -msgstr "Error deleting service item" - -#: ../../enterprise/godmode/services/services.elements.php:300 -msgid "Edit element service" -msgstr "Edit element service" - -#: ../../enterprise/godmode/services/services.elements.php:303 -msgid "Create element service" -msgstr "Create element service" - -#: ../../enterprise/godmode/services/services.elements.php:353 -msgid "First select an agent" -msgstr "First select an agent" - -#: ../../enterprise/godmode/services/services.elements.php:371 -msgid "Critical weight" -msgstr "Critical weight" - -#: ../../enterprise/godmode/services/services.elements.php:376 -msgid "Warning weight" -msgstr "Warning weight" - -#: ../../enterprise/godmode/services/services.elements.php:381 -msgid "Unknown weight" -msgstr "Unknown weight" - -#: ../../enterprise/godmode/services/services.elements.php:386 -msgid "Ok weight" -msgstr "Ok weight" - -#: ../../enterprise/godmode/services/services.elements.php:394 -msgid "" -"Only the critical elements are relevant to calculate the service status" -msgstr "" -"Only the critical elements are relevant to calculate the service status" - -#: ../../enterprise/godmode/services/services.service.php:62 -msgid "Service created successfully" -msgstr "Service created successfully" - -#: ../../enterprise/godmode/services/services.service.php:63 -msgid "Error creating service" -msgstr "Error creating service" - -#: ../../enterprise/godmode/services/services.service.php:85 -msgid "No name and description specified for the service" -msgstr "No name and description specified for the service" - -#: ../../enterprise/godmode/services/services.service.php:90 -msgid "No name specified for the service" -msgstr "No name specified for the service" - -#: ../../enterprise/godmode/services/services.service.php:95 -msgid "No description specified for the service" -msgstr "No description specified for the service" - -#: ../../enterprise/godmode/services/services.service.php:109 -msgid "Error updating service" -msgstr "Error updating service" - -#: ../../enterprise/godmode/services/services.service.php:113 -msgid "Service updated successfully" -msgstr "Service updated successfully" - -#: ../../enterprise/godmode/services/services.service.php:130 -msgid "New Service" -msgstr "New Service" - -#: ../../enterprise/godmode/services/services.service.php:218 -msgid "No Services or concrete action" -msgstr "No Services or concrete action" - -#: ../../enterprise/godmode/services/services.service.php:229 -msgid "General Data" -msgstr "General Data" - -#: ../../enterprise/godmode/services/services.service.php:245 -msgid "You should set the weights manually" -msgstr "You should set the weights manually" - -#: ../../enterprise/godmode/services/services.service.php:248 -msgid "The weights have default values" -msgstr "The weights have default values" - -#: ../../enterprise/godmode/services/services.service.php:251 -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" - -#: ../../enterprise/godmode/services/services.service.php:271 -msgid "Agent to store data" -msgstr "Agent to store data" - -#: ../../enterprise/godmode/services/services.service.php:294 -msgid "S.L.A. interval" -msgstr "S.L.A. interval" - -#: ../../enterprise/godmode/services/services.service.php:299 -msgid "S.L.A. limit" -msgstr "S.L.A. limit" - -#: ../../enterprise/godmode/services/services.service.php:301 -msgid "Please set limit between 0 to 100." -msgstr "Please set limit between 0 to 100." - -#: ../../enterprise/godmode/services/services.service.php:309 -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 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." - -#: ../../enterprise/godmode/services/services.service.php:322 -msgid "Warning Service alert" -msgstr "Warning Service alert" - -#: ../../enterprise/godmode/services/services.service.php:333 -msgid "Critical Service alert" -msgstr "Critical Service alert" - -#: ../../enterprise/godmode/services/services.service.php:351 -msgid "SLA critical service alert" -msgstr "SLA critical service alert" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:230 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 -#: ../../extensions/realtime_graphs.php:108 -#: ../../include/functions_snmp_browser.php:401 -msgid "OID" -msgstr "OID" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231 -msgid "Custom OID" -msgstr "Custom OID" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:55 -msgid "Error parsing MIB" -msgstr "Error parsing MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:128 -msgid "Successfully added trap custom values" -msgstr "Success in adding trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:131 -msgid "Error adding trap custom values" -msgstr "Error in adding trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:158 -msgid "No change in data" -msgstr "No change in data" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:161 -msgid "Successfully updated trap custom values" -msgstr "Updating trap custom values successful." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:164 -msgid "Error updating trap custom values" -msgstr "Error in updating trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 -msgid "Successfully deleted trap custom values" -msgstr "Deletion of trap custom values successful." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:178 -msgid "Error deleting trap custom values" -msgstr "Error in deleting trap custom values." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187 -#, php-format -msgid "Uploaded %s/%s traps" -msgstr "Uploaded %s/%s traps" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:191 -#, php-format -msgid "Fail uploaded %s/%s traps" -msgstr "Failure in uploading %s/%s traps" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:196 -msgid "Fail uploaded file" -msgstr "Failure in uploading file" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:200 -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." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:208 -msgid "Load MIB" -msgstr "Load MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:210 -msgid "Upload MIB" -msgstr "Upload MIB" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -#: ../../enterprise/godmode/alerts/alert_events.php:45 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -msgid "List event alerts" -msgstr "List event alerts" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:59 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 -#: ../../enterprise/godmode/alerts/alert_events.php:50 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 -msgid "Builder event alert" -msgstr "Builder event alert" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:186 -#: ../../enterprise/godmode/policies/policy_agents.php:144 -#: ../../operation/incidents/incident_detail.php:67 -#: ../../godmode/alerts/alert_list.php:167 -#: ../../godmode/massive/massive_add_alerts.php:112 -#: ../../godmode/massive/massive_add_tags.php:88 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -msgid "Successfully added" -msgstr "Successfully added" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:187 -#: ../../enterprise/godmode/policies/policy_agents.php:145 -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 -#: ../../operation/incidents/incident_detail.php:68 -#: ../../godmode/alerts/alert_list.php:167 -#: ../../godmode/massive/massive_add_alerts.php:113 -#: ../../godmode/massive/massive_add_tags.php:89 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -#: ../../godmode/massive/massive_add_action_alerts.php:85 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "Could not be added" -msgstr "Could not be added" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:255 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -#: ../../godmode/alerts/alert_list.php:235 -#: ../../godmode/massive/massive_standby_alerts.php:96 -msgid "Successfully set standby" -msgstr "Succesfully set to standby mode" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -#: ../../godmode/alerts/alert_list.php:235 -#: ../../godmode/massive/massive_standby_alerts.php:96 -msgid "Could not be set standby" -msgstr "Could not be set to standby mode" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:272 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -#: ../../godmode/alerts/alert_list.php:252 -#: ../../godmode/massive/massive_standby_alerts.php:78 -msgid "Successfully set off standby" -msgstr "Successfully turned off standby" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:273 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -#: ../../godmode/alerts/alert_list.php:252 -#: ../../godmode/massive/massive_standby_alerts.php:78 -msgid "Could not be set off standby" -msgstr "Standby mode could not be deactivated" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -#: ../../godmode/servers/modificar_server.php:76 -#: ../../godmode/servers/modificar_server.php:88 -msgid "Successfully action" -msgstr "Action successfully processed" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Error processing action" -msgstr "Error processing action" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -#: ../../operation/agentes/alerts_status.functions.php:32 -msgid "Alert(s) validated" -msgstr "Alert(s) validated" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Error validating alert(s)" -msgstr "Error validating alert(s)" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -msgid "Ac." -msgstr "Ac." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -msgid "Val." -msgstr "Val." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:305 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../godmode/alerts/alert_list.list.php:405 -#: ../../godmode/massive/massive_copy_modules.php:133 -msgid "Operations" -msgstr "Operations" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:486 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 -msgid "Move up" -msgstr "Move up" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:498 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 -msgid "Move down" -msgstr "Move down" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:536 -msgid "No associated actions" -msgstr "No associated actions" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:551 -#: ../../enterprise/godmode/policies/policy_alerts.php:328 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 -#: ../../include/functions_alerts.php:558 -#: ../../godmode/alerts/alert_list.list.php:513 -#: ../../godmode/alerts/alert_view.php:195 -msgid "Always" -msgstr "Always" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:553 -#: ../../enterprise/godmode/policies/policy_alerts.php:330 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 -#: ../../godmode/alerts/alert_list.list.php:515 -msgid "On" -msgstr "On" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:557 -#: ../../enterprise/godmode/policies/policy_alerts.php:334 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 -#: ../../godmode/alerts/alert_list.list.php:519 -msgid "Until" -msgstr "Until" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:582 -#: ../../enterprise/godmode/alerts/alert_events_list.php:584 -#: ../../enterprise/godmode/policies/policy_alerts.php:588 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 -#: ../../godmode/snmpconsole/snmp_alert.php:1121 -#: ../../godmode/alerts/alert_list.list.php:681 -#: ../../godmode/alerts/alert_list.list.php:685 -#: ../../godmode/alerts/alert_list.list.php:819 -msgid "Add action" -msgstr "Add action" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:599 -#: ../../enterprise/godmode/policies/policy_alerts.php:465 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 -#: ../../godmode/alerts/alert_list.list.php:593 -#: ../../godmode/alerts/alert_list.builder.php:119 -#: ../../godmode/massive/massive_add_action_alerts.php:159 -msgid "Number of alerts match from" -msgstr "Number of alerts match from" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:640 -msgid "View associated rules" -msgstr "View associated rules" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:657 -msgid "There are no defined events alerts" -msgstr "There are no defined events alerts" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:707 -#: ../../enterprise/godmode/agentes/plugins_manager.php:111 -#: ../../enterprise/godmode/agentes/plugins_manager.php:160 -#: ../../enterprise/godmode/policies/policy_alerts.php:548 -#: ../../include/functions.php:2534 ../../godmode/extensions.php:285 -#: ../../godmode/users/user_list.php:464 -#: ../../godmode/alerts/alert_list.list.php:129 -#: ../../godmode/alerts/alert_list.list.php:762 -msgid "Disable" -msgstr "Disable" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:715 -#: ../../enterprise/godmode/agentes/plugins_manager.php:111 -#: ../../enterprise/godmode/agentes/plugins_manager.php:147 -#: ../../enterprise/godmode/policies/policy_alerts.php:556 -#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467 -#: ../../godmode/alerts/alert_list.list.php:128 -#: ../../godmode/alerts/alert_list.list.php:771 -msgid "Enable" -msgstr "Enable" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:724 -#: ../../enterprise/godmode/policies/policy_alerts.php:565 -#: ../../godmode/alerts/alert_list.list.php:780 -msgid "Set off standby" -msgstr "Turn off standby" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:733 -#: ../../enterprise/godmode/policies/policy_alerts.php:574 -#: ../../godmode/alerts/alert_list.list.php:789 -msgid "Set standby" -msgstr "Set standby" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -#: ../../enterprise/godmode/alerts/alert_events.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -msgid "List event rules" -msgstr "List event rules" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -msgid "Configure event rule" -msgstr "Configure event rule" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -msgid "User comment" -msgstr "User comment" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "This field will be processed with regexp" -msgstr "This field will be processed with regexp" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../operation/events/events.php:73 -msgid "Event" -msgstr "Event" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 -msgid "Window" -msgstr "Window" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -#: ../../include/class/Tree.class.php:1554 -msgid "Module alerts" -msgstr "Module alerts" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 -#: ../../mobile/operation/modules.php:151 -#: ../../mobile/operation/modules.php:152 -#: ../../mobile/operation/modules.php:244 -#: ../../mobile/operation/modules.php:245 -#: ../../operation/agentes/group_view.php:228 -msgid "Tag" -msgstr "Tag" - -#: ../../enterprise/godmode/alerts/alert_events.php:71 -msgid "Configure event alert" -msgstr "Configure event alert" - -#: ../../enterprise/godmode/alerts/alert_events.php:96 -#: ../../enterprise/godmode/alerts/alert_events.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:116 -#: ../../enterprise/godmode/alerts/alert_events.php:121 -#: ../../enterprise/godmode/alerts/alert_events.php:136 -#: ../../enterprise/godmode/alerts/alert_events.php:141 -#: ../../enterprise/godmode/setup/setup_history.php:67 -#: ../../include/functions_config.php:633 -#: ../../godmode/alerts/configure_alert_template.php:147 -#: ../../godmode/alerts/configure_alert_template.php:152 -#: ../../godmode/alerts/configure_alert_template.php:167 -#: ../../godmode/alerts/configure_alert_template.php:172 -#: ../../godmode/alerts/configure_alert_template.php:187 -#: ../../godmode/alerts/configure_alert_template.php:192 -msgid "Step" -msgstr "Step" - -#: ../../enterprise/godmode/alerts/alert_events.php:117 -#: ../../enterprise/godmode/alerts/alert_events.php:122 -#: ../../godmode/alerts/configure_alert_template.php:168 -#: ../../godmode/alerts/configure_alert_template.php:173 -msgid "Conditions" -msgstr "Conditions" - -#: ../../enterprise/godmode/alerts/alert_events.php:137 -#: ../../enterprise/godmode/alerts/alert_events.php:142 -#: ../../godmode/alerts/configure_alert_template.php:188 -#: ../../godmode/alerts/configure_alert_template.php:193 -msgid "Advanced fields" -msgstr "Advanced fields" - -#: ../../enterprise/godmode/alerts/alert_events.php:347 -msgid "Could not be created, please fill alert name" -msgstr "Could not be created, please fill alert name." - -#: ../../enterprise/godmode/alerts/alert_events.php:430 -#: ../../godmode/alerts/configure_alert_template.php:516 -msgid "Days of week" -msgstr "Days of week" - -#: ../../enterprise/godmode/alerts/alert_events.php:446 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1311 -#: ../../godmode/alerts/configure_alert_template.php:535 -#: ../../godmode/reporting/reporting_builder.item_editor.php:795 -msgid "Time from" -msgstr "Set initial time" - -#: ../../enterprise/godmode/alerts/alert_events.php:449 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1319 -#: ../../godmode/alerts/configure_alert_template.php:539 -#: ../../godmode/reporting/reporting_builder.item_editor.php:804 -msgid "Time to" -msgstr "Set end time" - -#: ../../enterprise/godmode/alerts/alert_events.php:457 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 -#: ../../godmode/snmpconsole/snmp_alert.php:805 -#: ../../godmode/alerts/configure_alert_template.php:549 -msgid "Min. number of alerts" -msgstr "Min. number of alerts" - -#: ../../enterprise/godmode/alerts/alert_events.php:460 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 -#: ../../godmode/snmpconsole/snmp_alert.php:808 -#: ../../godmode/alerts/configure_alert_template.php:552 -msgid "Max. number of alerts" -msgstr "Max. number of alerts" - -#: ../../enterprise/godmode/alerts/alert_events.php:463 -msgid "Rule evaluation mode" -msgstr "Rule evaluation mode" - -#: ../../enterprise/godmode/alerts/alert_events.php:467 -msgid "Group by" -msgstr "Group by" - -#: ../../enterprise/godmode/alerts/alert_events.php:474 -#: ../../godmode/alerts/alert_commands.php:105 -#: ../../godmode/alerts/alert_commands.php:109 -#: ../../godmode/alerts/alert_commands.php:120 -#: ../../godmode/alerts/alert_commands.php:128 -#: ../../godmode/alerts/configure_alert_template.php:668 -#: ../../godmode/alerts/alert_view.php:471 -#: ../../godmode/alerts/alert_view.php:548 -#, php-format -msgid "Field %s" -msgstr "Field %s" - -#: ../../enterprise/godmode/alerts/alert_events.php:517 -#: ../../godmode/alerts/configure_alert_action.php:101 -#: ../../godmode/alerts/alert_list.builder.php:129 -msgid "Create Action" -msgstr "Create Action" - -#: ../../enterprise/godmode/alerts/alert_events.php:523 -msgid "Please Read" -msgstr "Please read" - -#: ../../enterprise/godmode/alerts/alert_events.php:524 -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 alert " -"list of events." - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -msgid "Event rules" -msgstr "Event rules" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 -msgid "Error creating rule" -msgstr "Error creating rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 -msgid "Successfully created rule" -msgstr "Successfully created rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 -msgid "Error updating rule" -msgstr "Error updating rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 -msgid "Successfully updating rule" -msgstr "Successfully updating rule" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 -msgid "Error updating rule operators" -msgstr "Error updating rule operators" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 -msgid "Successfully update rule operators" -msgstr "Updating rule operators successful." - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -msgid "(Agent)" -msgstr "(Agent)" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 -msgid "Operator" -msgstr "Operator" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 -msgid "Logic expression for these rules:" -msgstr "Logic expression for these rules:" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 -msgid "Update operators" -msgstr "Update operators" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 -msgid "There are no defined alert event rules" -msgstr "There are no defined alert event rules" - -#: ../../enterprise/godmode/agentes/collections.php:48 -msgid "Success: recreate file" -msgstr "Success in recreating file" - -#: ../../enterprise/godmode/agentes/collections.php:51 -msgid "Error: recreate file " -msgstr "Error: recreate file " - -#: ../../enterprise/godmode/agentes/collections.php:64 -#: ../../enterprise/godmode/agentes/collections.php:82 -#: ../../enterprise/godmode/agentes/collections.php:153 -msgid "Collections Management" -msgstr "Collections Management" - -#: ../../enterprise/godmode/agentes/collections.php:116 -msgid "Manager collection" -msgstr "Manager collection" - -#: ../../enterprise/godmode/agentes/collections.php:124 -#: ../../enterprise/godmode/agentes/collections.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:91 -msgid "Successful create collection package." -msgstr "Successful in creating collection package." - -#: ../../enterprise/godmode/agentes/collections.php:140 -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -msgid "Can not create collection package." -msgstr "Cannot create collection package." - -#: ../../enterprise/godmode/agentes/collections.php:160 -msgid "Error: The main directory of collections does not exist." -msgstr "Error: The main directory of collections does not exist." - -#: ../../enterprise/godmode/agentes/collections.php:182 -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "Short Name" - -#: ../../enterprise/godmode/agentes/collections.php:204 -msgid "Are you sure to delete?" -msgstr "Are you sure you want to delete ?" - -#: ../../enterprise/godmode/agentes/collections.php:205 -msgid "Delete collection" -msgstr "Delete collection" - -#: ../../enterprise/godmode/agentes/collections.php:211 -msgid "Re-Apply changes" -msgstr "Reapply changes" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26 -msgid "Synthetic arithmetic" -msgstr "Synthetic arithmetic" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29 -msgid "Synthetic average" -msgstr "Synthetic average" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:99 -msgid "Fixed value" -msgstr "Fixed value" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104 -msgid "Add module to operation as add" -msgstr "Add module to operation as add" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:105 -msgid "Add module to operations as deduct" -msgstr "Add module to operations as deduct" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:106 -msgid "Add module to operations as multiplicate " -msgstr "Add module to operations as multiplicate " - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107 -msgid "Add module to operations as divide" -msgstr "Add module to operations as divide" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 -msgid "Remove selected modules" -msgstr "Remove selected modules" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113 -msgid "Add module to average operation" -msgstr "Add module to average operation" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114 -msgid "Remove selected modules from operations stack" -msgstr "Remove selected modules from operations stack" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129 -msgid "Move down selected modules" -msgstr "Move down selected modules" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:130 -msgid "Move up selected modules" -msgstr "Move up selected modules" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:158 -msgid "Select Service" -msgstr "Select Service" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:169 -msgid "Netflow filter" -msgstr "Netflow filter" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:178 -msgid "Select filter" -msgstr "Select filter" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:29 -msgid "Web server module" -msgstr "Web server module" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:85 -msgid "Requests" -msgstr "Requests" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 -msgid "Agent browser id" -msgstr "Agent browser id" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:102 -msgid "HTTP auth (login)" -msgstr "HTTP auth (login)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:106 -msgid "HTTP auth (pass)" -msgstr "HTTP auth (pass)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:113 -msgid "HTTP auth (server)" -msgstr "HTTP auth (server)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:117 -msgid "HTTP auth (realm)" -msgstr "HTTP auth (realm)" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:57 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 -msgid "Successfully added inventory module" -msgstr "Inventory module added successfully" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:60 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 -msgid "Error adding inventory module" -msgstr "Error adding inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -msgid "Successfully deleted inventory module" -msgstr "Successfully deleted inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -msgid "Error deleting inventory module" -msgstr "Error deleting inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:80 -msgid "Successfully forced inventory module" -msgstr "Successfully forced inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:83 -msgid "Error forcing inventory module" -msgstr "Error forcing inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "Successfully updated inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "Error updating inventory module" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 -msgid "Inventory module error" -msgstr "Inventory module error" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:178 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../include/ajax/module.php:120 -msgid "6 hours" -msgstr "6 hours" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:181 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 -#: ../../include/functions_netflow.php:1054 -#: ../../include/functions_netflow.php:1087 -#: ../../godmode/setup/performance.php:88 -msgid "2 days" -msgstr "2 days" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 -msgid "7 days" -msgstr "7 days" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:183 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 -#: ../../include/functions.php:1990 ../../include/functions_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 ../../include/ajax/module.php:124 -msgid "15 days" -msgstr "15 days" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -#: ../../include/functions.php:1991 ../../include/functions_netflow.php:1091 -#: ../../include/ajax/module.php:125 -msgid "1 month" -msgstr "1 month" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:262 -#: ../../godmode/agentes/module_manager_editor_wmi.php:51 -#: ../../godmode/massive/massive_edit_modules.php:495 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -msgid "Username" -msgstr "Username" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:195 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 -msgid "Update all" -msgstr "Update all" - -#: ../../enterprise/godmode/agentes/collections.data.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:123 -#: ../../enterprise/godmode/agentes/collections.data.php:142 -#: ../../enterprise/godmode/agentes/collections.data.php:157 -#: ../../enterprise/godmode/agentes/collections.data.php:179 -#: ../../enterprise/godmode/agentes/collections.data.php:221 -msgid "Manager configuration > New" -msgstr "Manager configuration > New" - -#: ../../enterprise/godmode/agentes/collections.data.php:94 -#: ../../enterprise/godmode/agentes/collections.data.php:198 -#: ../../enterprise/godmode/agentes/collections.data.php:267 -#: ../../enterprise/godmode/agentes/collections.data.php:281 -#: ../../enterprise/godmode/agentes/collections.data.php:287 -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -msgid "Manager configuration > Edit " -msgstr "Manager configuration > Edit " - -#: ../../enterprise/godmode/agentes/collections.data.php:130 -msgid "" -"Unable to create the collection. Another collection with the same short name." -msgstr "" -"Unable to create the collection. Another collection with the same short name." - -#: ../../enterprise/godmode/agentes/collections.data.php:148 -#: ../../enterprise/godmode/agentes/collections.data.php:163 -msgid "Unable to create the collection" -msgstr "Unable to create the collection" - -#: ../../enterprise/godmode/agentes/collections.data.php:148 -msgid "Invalid characters in short name" -msgstr "Invalid characters in short name" - -#: ../../enterprise/godmode/agentes/collections.data.php:185 -#: ../../enterprise/godmode/agentes/collections.data.php:229 -msgid "Unable to create the collection." -msgstr "Unable to create the collection." - -#: ../../enterprise/godmode/agentes/collections.data.php:206 -#: ../../enterprise/godmode/agentes/collections.data.php:293 -msgid "Correct create collection" -msgstr "Correct create collection" - -#: ../../enterprise/godmode/agentes/collections.data.php:271 -msgid "Unable to edit the collection, empty name." -msgstr "Unable to edit the collection, empty name." - -#: ../../enterprise/godmode/agentes/collections.data.php:284 -msgid "Unable to edit the collection." -msgstr "Unable to edit the collection." - -#: ../../enterprise/godmode/agentes/collections.data.php:306 -msgid "Error: The collection directory does not exist." -msgstr "Error: The collection directory does not exist." - -#: ../../enterprise/godmode/agentes/collections.data.php:316 -#: ../../godmode/setup/os.builder.php:34 -#: ../../godmode/reporting/visual_console_builder.data.php:99 -msgid "Name:" -msgstr "Name:" - -#: ../../enterprise/godmode/agentes/collections.data.php:323 -msgid "Recreate file" -msgstr "Create file again" - -#: ../../enterprise/godmode/agentes/collections.data.php:339 -#: ../../enterprise/godmode/agentes/collections.data.php:340 -#: ../../enterprise/godmode/agentes/collection_manager.php:138 -#: ../../enterprise/godmode/agentes/collection_manager.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:224 -#: ../../enterprise/godmode/agentes/collection_manager.php:225 -msgid "Need to regenerate" -msgstr "Need to regenerate" - -#: ../../enterprise/godmode/agentes/collections.data.php:356 -#: ../../godmode/reporting/visual_console_builder.data.php:104 -msgid "Group:" -msgstr "Group:" - -#: ../../enterprise/godmode/agentes/collections.data.php:367 -msgid "Short name:" -msgstr "Short name:" - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." -msgstr "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "Short name must contain only alphanumeric characters, - or _ ." -msgstr "Short name must contain only alphanumeric characters, - or _ ." - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "Empty for default short name fc_X where X is the collection id." -msgstr "Empty for default short name fc_X where X is the collection id." - -#: ../../enterprise/godmode/agentes/collections.data.php:377 -#: ../../operation/snmpconsole/snmp_view.php:702 -msgid "Description:" -msgstr "Description:" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:41 -msgid "Plug-in deleted succesfully" -msgstr "Plug-in deleted succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:41 -msgid "Plug-in cannot be deleted" -msgstr "Plug-in cannot be deleted" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:49 -#: ../../enterprise/godmode/policies/policy_plugins.php:50 -msgid "Plug-in added succesfully" -msgstr "Plug-in added succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:49 -#: ../../enterprise/godmode/policies/policy_plugins.php:51 -msgid "Plug-in cannot be added" -msgstr "Plug-in cannot be added" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:64 -msgid "Plug-in disabled succesfully" -msgstr "Plug-in disabled succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:64 -msgid "Plug-in cannot be disabled" -msgstr "Plug-in cannot be disabled" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:79 -msgid "Plug-in enabled succesfully" -msgstr "Plug-in enabled succesfully" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:79 -msgid "Plug-in cannot be enabled" -msgstr "Plug-in cannot be enabled" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:90 -#: ../../enterprise/godmode/policies/policy_plugins.php:61 -msgid "New plug-in" -msgstr "New plug-in" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:109 -#: ../../enterprise/godmode/policies/policy_plugins.php:82 -#: ../../godmode/menu.php:206 -msgid "Plugins" -msgstr "Plugins" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 -msgid "The changes on this field are linked with the configuration data." -msgstr "The changes on this field are linked with the configuration data." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 -msgid "Using local component" -msgstr "Using local component" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 -#: ../../godmode/agentes/module_manager_editor_common.php:74 -#: ../../godmode/agentes/module_manager_editor_common.php:83 -msgid "Manual setup" -msgstr "Manual setup" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 -#: ../../godmode/agentes/module_manager_editor_common.php:79 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:337 -msgid "No component was found" -msgstr "No component was found" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 -msgid "Show configuration data" -msgstr "Show configuration data" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 -msgid "Hide configuration data" -msgstr "Hide configuration data" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 -msgid "Data configuration" -msgstr "Data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -msgid "Load a basic structure on data configuration" -msgstr "Load a basic structure on data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:303 -msgid "Check the correct structure of the data configuration" -msgstr "Check the correct structure of the data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -#: ../../enterprise/godmode/modules/configure_local_component.php:306 -msgid "First line must be \"module_begin\"" -msgstr "First line must be \"module_begin\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -#: ../../enterprise/godmode/modules/configure_local_component.php:307 -msgid "Data configuration is empty" -msgstr "Data configuration is empty" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -#: ../../enterprise/godmode/modules/configure_local_component.php:308 -#: ../../enterprise/godmode/modules/configure_local_component.php:312 -msgid "Last line must be \"module_end\"" -msgstr "Last line must be \"module_end\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:309 -msgid "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" -msgstr "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -#: ../../enterprise/godmode/modules/configure_local_component.php:310 -msgid "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" -msgstr "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:311 -msgid "Type is wrong. Please set a correct type" -msgstr "Type is wrong. Please set a correct type" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -#: ../../enterprise/godmode/modules/configure_local_component.php:314 -msgid "Error in the syntax, please check the data configuration." -msgstr "Error in the syntax, please check the data configuration." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -#: ../../enterprise/godmode/modules/configure_local_component.php:315 -msgid "Data configuration are built correctly" -msgstr "Data configuration are built correctly" - -#: ../../enterprise/godmode/agentes/module_manager.php:16 -msgid "Create a new web Server module" -msgstr "Create a new webserver module" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 -msgid "Data Copy" -msgstr "Data Copy" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 -msgid "No selected agents to copy" -msgstr "No selected agents to copy" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 -msgid "No source agent selected" -msgstr "No source agent selected" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -msgid "Making copy of configuration file for" -msgstr "Making copy of configuration file for" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -msgid "Error copying md5 file " -msgstr "Error copying md5 file " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -msgid " md5 file" -msgstr " md5 file" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid "Copied " -msgstr "Copied " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -msgid "Error copying " -msgstr "Error copying " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid " config file" -msgstr " config file" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 -msgid "Remote configuration management" -msgstr "Remote configuration management" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 -msgid "Source group" -msgstr "Source group" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 -#: ../../operation/agentes/exportdata.php:235 -#: ../../godmode/db/db_refine.php:83 -msgid "Source agent" -msgstr "Source agent" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 -msgid "To agent(s):" -msgstr "To agent(s):" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -msgid "Replicate configuration" -msgstr "Replicate configuration" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 -msgid "Error: The conf file of agent is not readble." -msgstr "Error: The conf file of agent is not readble." - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 -msgid "Error: The conf file of agent is not writable." -msgstr "Error: The conf file of agent is not writable." - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 -#: ../../enterprise/godmode/policies/policy_modules.php:262 -msgid "Add module" -msgstr "Add module" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 -msgid "No module was found" -msgstr "No module was found" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 -msgid "Delete remote conf agent files in Pandora" -msgstr "Delete remote conf agent files in Pandora" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 -#: ../../godmode/agentes/agent_manager.php:333 -msgid "Delete remote configuration file" -msgstr "Delete remote configuration file" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../godmode/agentes/agent_manager.php:336 -msgid "" -"Delete this conf file implies that for restore you must reactive remote " -"config in the local agent." -msgstr "" -"Deleting this conf file means you will have to reactivate remote " -"configuration on the local agent in order to restore it." - -#: ../../enterprise/godmode/agentes/collections.editor.php:63 -msgid "Files in " -msgstr "Files in " - -#: ../../enterprise/godmode/agentes/collections.editor.php:111 -#: ../../enterprise/godmode/agentes/collections.editor.php:172 -#: ../../include/functions_filemanager.php:747 -msgid "Edit file" -msgstr "Edit file" - -#: ../../enterprise/godmode/agentes/collections.editor.php:112 -#: ../../enterprise/godmode/agentes/collections.editor.php:173 -msgid "Back to file explorer" -msgstr "Back to file explorer" - -#: ../../enterprise/godmode/agentes/collections.editor.php:148 -#: ../../enterprise/godmode/agentes/collections.editor.php:311 -#: ../../include/functions_filemanager.php:346 -msgid "Security error." -msgstr "Security error." - -#: ../../enterprise/godmode/agentes/collections.editor.php:193 -msgid "Compatibility mode" -msgstr "Compatibility mode" - -#: ../../enterprise/godmode/agentes/collections.editor.php:236 -msgid "Correct update file." -msgstr "Correct update file." - -#: ../../enterprise/godmode/agentes/collections.editor.php:237 -msgid "Incorrect update file." -msgstr "Incorrect update file." - -#: ../../enterprise/godmode/agentes/collections.editor.php:371 -msgid "Please, first save a new collection before to upload files." -msgstr "Please save a new collection first before uploading files." - -#: ../../enterprise/godmode/agentes/collection_manager.php:76 -msgid "Succesful add the collection" -msgstr "Success in adding the collection." - -#: ../../enterprise/godmode/agentes/collection_manager.php:77 -msgid "Unsuccesful add the collection" -msgstr "Adding the collection was unsuccessful." - -#: ../../enterprise/godmode/agentes/collection_manager.php:167 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 -#: ../../enterprise/godmode/policies/policy_collections.php:125 -#: ../../operation/events/events_list.php:329 -#: ../../operation/events/events_list.php:357 -#: ../../godmode/events/event_edit_filter.php:343 -#: ../../godmode/events/event_edit_filter.php:358 -msgid "Remove" -msgstr "Remove" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129 -msgid "Error: The conf file of server is not readble." -msgstr "Error: The conf file of server is not readble." - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134 -msgid "Error: The conf file of server is not writable." -msgstr "Error: The conf file of server is not writable." - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159 -msgid "Delete remote conf server files in Pandora" -msgstr "Delete remote conf server files in Pandora" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 -msgid "" -"Delete this conf file implies that Pandora will send back local config to " -"console" -msgstr "" -"Delete this conf file implies that Pandora will send back local config to " -"console" - -#: ../../enterprise/godmode/servers/manage_export.php:61 -msgid "Error updating export target" -msgstr "Error updating export target" - -#: ../../enterprise/godmode/servers/manage_export.php:64 -msgid "Successfully updated export target" -msgstr "Successfully updated export target" - -#: ../../enterprise/godmode/servers/manage_export.php:73 -msgid "Error deleting export target" -msgstr "Error deleting export target" - -#: ../../enterprise/godmode/servers/manage_export.php:76 -msgid "Successfully deleted export target" -msgstr "Successfully deleted export target" - -#: ../../enterprise/godmode/servers/manage_export.php:98 -msgid "" -"Can't be created export target: User and password must be filled with FTP " -"mode" -msgstr "" -"Can't be created export target: User and password must be filled with FTP " -"mode" - -#: ../../enterprise/godmode/servers/manage_export.php:121 -msgid "There are no defined export targets" -msgstr "There are no defined export targets" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:76 -msgid "Preffix" -msgstr "Preffix" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -msgid "Transfer mode" -msgstr "Transfer mode" - -#: ../../enterprise/godmode/servers/manage_export_form.php:71 -#: ../../include/functions_servers.php:398 -msgid "Export server" -msgstr "Export server" - -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../enterprise/godmode/setup/setup_history.php:52 -#: ../../include/functions_config.php:623 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696 -#: ../../godmode/agentes/module_manager_editor_network.php:70 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -msgid "Port" -msgstr "Port" - -#: ../../enterprise/godmode/servers/manage_export_form.php:109 -msgid "Target directory" -msgstr "Target directory" - -#: ../../enterprise/godmode/servers/manage_export_form.php:113 -msgid "Extra options" -msgstr "Extra options" - -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:352 -#: ../../mobile/operation/agents.php:287 -#: ../../godmode/reporting/visual_console_builder.elements.php:86 -msgid "A." -msgstr "A." - -#: ../../enterprise/godmode/admin_access_logs.php:42 -msgid "Show extended info" -msgstr "Show extended info" - -#: ../../enterprise/godmode/admin_access_logs.php:61 -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." - -#: ../../enterprise/godmode/admin_access_logs.php:71 -msgid "Security check is ok." -msgstr "Security check is ok." - -#: ../../enterprise/godmode/admin_access_logs.php:78 -msgid "Security check is fail." -msgstr "Security check failed" - -#: ../../enterprise/godmode/admin_access_logs.php:115 -msgid "Extended info:" -msgstr "Extended info:" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:44 -msgid "Log storage directory" -msgstr "Log storage directory" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:45 -msgid "Directory where log data will be stored." -msgstr "Directory where the log data will be stored." - -#: ../../enterprise/godmode/setup/setup_log_collector.php:47 -#: ../../include/functions_config.php:615 -msgid "Log max lifetime" -msgstr "Max. log lifespan" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:48 -msgid "Sets the maximum lifetime for log data in days." -msgstr "Sets the maximum lifetime for log data in days." - -#: ../../enterprise/godmode/setup/edit_skin.php:42 -#: ../../enterprise/godmode/setup/setup_skins.php:36 -msgid "Skins configuration" -msgstr "Skins configuration" - -#: ../../enterprise/godmode/setup/edit_skin.php:45 -msgid "Successfully updated skin" -msgstr "Updating skin successful" - -#: ../../enterprise/godmode/setup/edit_skin.php:48 -#: ../../enterprise/godmode/setup/edit_skin.php:60 -msgid "Error updating skin" -msgstr "Error in updating skin" - -#: ../../enterprise/godmode/setup/edit_skin.php:170 -msgid "Error creating skin" -msgstr "Error on creating skin." - -#: ../../enterprise/godmode/setup/edit_skin.php:175 -msgid "Successfully created skin" -msgstr "Creation of skin successful." - -#: ../../enterprise/godmode/setup/edit_skin.php:215 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Relative path" - -#: ../../enterprise/godmode/setup/edit_skin.php:216 -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 only can have " -"alphanumeric characters." - -#: ../../enterprise/godmode/setup/edit_skin.php:238 -msgid "Group/s" -msgstr "Group/s" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "Metaconsole setup" - -#: ../../enterprise/godmode/setup/setup_skins.php:71 -msgid "Error deleting skin" -msgstr "Error deleting skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:74 -msgid "Successfully deleted skin" -msgstr "Successfully deleted skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:117 -msgid "Skin name" -msgstr "Skin name" - -#: ../../enterprise/godmode/setup/setup_skins.php:143 -msgid "There are no defined skins" -msgstr "There are no defined skins" - -#: ../../enterprise/godmode/setup/setup_skins.php:148 -msgid "Create skin" -msgstr "Create skin" - -#: ../../enterprise/godmode/setup/setup_acl.php:40 -msgid "Enterprise ACL setup" -msgstr "Enterprise ACL setup" - -#: ../../enterprise/godmode/setup/setup_acl.php:73 -#: ../../enterprise/godmode/setup/setup_acl.php:105 -msgid "Add new ACL element to profile" -msgstr "Add new ACL element to profile" - -#: ../../enterprise/godmode/setup/setup_acl.php:78 -#: ../../enterprise/godmode/setup/setup_acl.php:150 -msgid "Section" -msgstr "Section" - -#: ../../enterprise/godmode/setup/setup_acl.php:83 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 -#: ../../extensions/api_checker.php:143 ../../include/functions_graph.php:2220 -#: ../../include/functions_graph.php:2361 -#: ../../include/functions_graph.php:2399 -#: ../../include/functions_graph.php:2437 -#: ../../include/functions_graph.php:2490 -#: ../../include/functions_graph.php:2543 -#: ../../include/functions_graph.php:2594 -#: ../../include/functions_graph.php:2764 -#: ../../include/functions_graph.php:2901 -#: ../../include/functions_graph.php:2957 -#: ../../include/functions_graph.php:3896 -#: ../../operation/integria_incidents/incident_statistics.php:58 -#: ../../operation/users/user_edit.php:297 -#: ../../operation/snmpconsole/snmp_view.php:419 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:730 -#: ../../operation/snmpconsole/snmp_statistics.php:172 -#: ../../operation/snmpconsole/snmp_statistics.php:219 -#: ../../operation/gis_maps/render_view.php:140 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../godmode/groups/configure_group.php:176 -msgid "Other" -msgstr "Other" - -#: ../../enterprise/godmode/setup/setup_acl.php:83 -#: ../../enterprise/godmode/setup/setup_acl.php:239 -msgid "Mobile" -msgstr "Mobile" - -#: ../../enterprise/godmode/setup/setup_acl.php:87 -#: ../../enterprise/godmode/setup/setup_acl.php:151 -msgid "Section 2" -msgstr "Section 2" - -#: ../../enterprise/godmode/setup/setup_acl.php:92 -#: ../../enterprise/godmode/setup/setup_acl.php:152 -msgid "Section 3" -msgstr "Section 3" - -#: ../../enterprise/godmode/setup/setup_acl.php:104 -msgid "Hidden" -msgstr "Hidden" - -#: ../../enterprise/godmode/setup/setup_acl.php:110 -msgid "Page" -msgstr "Page" - -#: ../../enterprise/godmode/setup/setup_acl.php:129 -msgid "Filter by profile" -msgstr "Filter by profile" - -#: ../../enterprise/godmode/setup/setup_acl.php:149 -#: ../../operation/users/user_edit.php:419 -#: ../../godmode/users/configure_user.php:616 -#: ../../godmode/users/configure_profile.php:242 -#: ../../godmode/massive/massive_delete_profiles.php:102 -#: ../../godmode/massive/massive_add_profiles.php:88 -msgid "Profile name" -msgstr "Profile name" - -#: ../../enterprise/godmode/setup/setup_acl.php:294 -#: ../../enterprise/godmode/setup/setup_acl.php:307 -#: ../../include/functions_graph.php:2415 -#: ../../include/functions_graph.php:2430 -msgid "Invalid" -msgstr "Invalid" - -#: ../../enterprise/godmode/setup/setup.php:30 -#: ../../include/functions_config.php:208 -msgid "Forward SNMP traps to agent (if exist)" -msgstr "Forward SNMP traps to an agent (if it exists)" - -#: ../../enterprise/godmode/setup/setup.php:38 -#: ../../include/functions_config.php:210 -msgid "Use Enterprise ACL System" -msgstr "Use Enterprise ACL System" - -#: ../../enterprise/godmode/setup/setup.php:38 -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." - -#: ../../enterprise/godmode/setup/setup.php:47 -#: ../../include/functions_config.php:214 -msgid "Size of collection" -msgstr "Collection size" - -#: ../../enterprise/godmode/setup/setup.php:48 -msgid " Bytes" -msgstr " Bytes" - -#: ../../enterprise/godmode/setup/setup.php:63 -#: ../../include/functions_config.php:219 -msgid "Replication interval" -msgstr "Replication interval" - -#: ../../enterprise/godmode/setup/setup.php:64 -msgid "Seconds" -msgstr "Seconds" - -#: ../../enterprise/godmode/setup/setup.php:70 -#: ../../include/functions_config.php:221 -msgid "Replication limit" -msgstr "Replication limit" - -#: ../../enterprise/godmode/setup/setup.php:72 -msgid "" -"Limit the number of events that are replicated metaconsole each specified " -"range." -msgstr "" -"Limit the number of events that are replicated metaconsole each specified " -"range." - -#: ../../enterprise/godmode/setup/setup.php:78 -msgid "Last replication at" -msgstr "Last replication at" - -#: ../../enterprise/godmode/setup/setup.php:80 -msgid "No replication yet" -msgstr "No replication yet" - -#: ../../enterprise/godmode/setup/setup.php:89 -#: ../../include/functions_config.php:223 -msgid "Replication mode" -msgstr "Replication mode" - -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "Only validated events" -msgstr "Only validated events" - -#: ../../enterprise/godmode/setup/setup.php:90 -#: ../../operation/events/events_list.php:561 -#: ../../godmode/events/event_edit_filter.php:286 -msgid "All events" -msgstr "All events" - -#: ../../enterprise/godmode/setup/setup.php:96 -#: ../../include/functions_config.php:240 -msgid "Metaconsole agent cache" -msgstr "Metaconsole agent cache" - -#: ../../enterprise/godmode/setup/setup.php:105 -msgid "Metaconsole DB engine" -msgstr "Metaconsole DB engine" - -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "MySQL" -msgstr "MySQL" - -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "Oracle" -msgstr "Oracle" - -#: ../../enterprise/godmode/setup/setup.php:112 -msgid "Metaconsole DB host" -msgstr "Metaconsole DB host" - -#: ../../enterprise/godmode/setup/setup.php:119 -msgid "Metaconsole DB name" -msgstr "Metaconsole DB name" - -#: ../../enterprise/godmode/setup/setup.php:126 -msgid "Metaconsole DB user" -msgstr "Metaconsole DB user" - -#: ../../enterprise/godmode/setup/setup.php:133 -msgid "Metaconsole DB password" -msgstr "Metaconsole DB password" - -#: ../../enterprise/godmode/setup/setup.php:140 -msgid "Metaconsole DB port" -msgstr "Metaconsole DB port" - -#: ../../enterprise/godmode/setup/setup.php:147 -#: ../../include/functions_config.php:225 -msgid "Show events list in local console (read only)" -msgstr "Show event list in the local console (read only)" - -#: ../../enterprise/godmode/setup/setup.php:156 -#: ../../include/functions_config.php:246 -msgid "Inventory changes blacklist" -msgstr "Inventory change blacklist" - -#: ../../enterprise/godmode/setup/setup.php:156 -msgid "" -"The inventory modules included in the changes blacklist will not generate " -"events when change." -msgstr "" -"The inventory modules included in the changes blacklist will not generate " -"events if changed." - -#: ../../enterprise/godmode/setup/setup.php:187 -msgid "Out of black list" -msgstr "Out of black list" - -#: ../../enterprise/godmode/setup/setup.php:189 -msgid "In black list" -msgstr "Into black list" - -#: ../../enterprise/godmode/setup/setup.php:195 -msgid "Push selected modules into blacklist" -msgstr "Push selected modules into blacklist." - -#: ../../enterprise/godmode/setup/setup.php:199 -msgid "Pop selected modules out of blacklist" -msgstr "Push selected modules out of blacklist." - -#: ../../enterprise/godmode/setup/setup.php:212 -#: ../../include/functions_config.php:242 -msgid "Activate Log Collector" -msgstr "Activate Log Collector" - -#: ../../enterprise/godmode/setup/setup.php:225 -msgid "Enterprise options" -msgstr "Enterprise Options" - -#: ../../enterprise/godmode/setup/setup.php:318 -msgid "Enterprise password policy" -msgstr "Enterprise password policy" - -#: ../../enterprise/godmode/setup/setup.php:319 -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." - -#: ../../enterprise/godmode/setup/setup_auth.php:31 -msgid "Active directory" -msgstr "Active directory" - -#: ../../enterprise/godmode/setup/setup_auth.php:32 -msgid "Remote Pandora FMS" -msgstr "Remote Pandora FMS" - -#: ../../enterprise/godmode/setup/setup_auth.php:33 -msgid "Remote Babel Enterprise" -msgstr "Remote Babel Enterprise" - -#: ../../enterprise/godmode/setup/setup_auth.php:34 -msgid "Remote Integria" -msgstr "Remote Integria" - -#: ../../enterprise/godmode/setup/setup_auth.php:60 -msgid "Autosync users" -msgstr "Autosync users" - -#: ../../enterprise/godmode/setup/setup_auth.php:71 -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." - -#: ../../enterprise/godmode/setup/setup_auth.php:138 -#: ../../include/functions_config.php:321 -msgid "MySQL host" -msgstr "MySQL host" - -#: ../../enterprise/godmode/setup/setup_history.php:45 -#: ../../include/functions_config.php:619 -msgid "Enable history database" -msgstr "Enable historic database" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -#: ../../include/functions_config.php:621 -msgid "Host" -msgstr "Host" - -#: ../../enterprise/godmode/setup/setup_history.php:58 -#: ../../include/functions_config.php:627 -msgid "Database user" -msgstr "Database user" - -#: ../../enterprise/godmode/setup/setup_history.php:61 -#: ../../include/functions_config.php:629 -msgid "Database password" -msgstr "Database password" - -#: ../../enterprise/godmode/setup/setup_history.php:64 -msgid "Number of days before data is transfered to history database." -msgstr "Number of days before the data is transfered to history database." - -#: ../../enterprise/godmode/setup/setup_history.php:67 -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.)" - -#: ../../enterprise/godmode/setup/setup_history.php:70 -#: ../../include/functions_config.php:635 -msgid "Delay" -msgstr "Delay" - -#: ../../enterprise/godmode/setup/setup_history.php:70 -msgid "Time interval between data transfer." -msgstr "Time interval between data transfer." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Success: remove the alerts." -msgstr "Removal of the alerts successful." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Failed: remove the alerts for this modules, please check." -msgstr "Failure in removing the alerts for these modules, please check." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 -#: ../../enterprise/godmode/policies/policy_alerts.php:507 -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../godmode/massive/massive_add_alerts.php:174 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -msgid "Alert template" -msgstr "Alert template" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 -#: ../../include/functions_alerts.php:548 -msgid "Regular expression" -msgstr "Regular expression" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 -msgid "Modules agents in policy" -msgstr "Module agents in policy" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 -#: ../../godmode/massive/massive_delete_modules.php:435 -#: ../../godmode/massive/massive_edit_modules.php:278 -msgid "Agent group" -msgstr "Agent group" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:433 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 -#: ../../enterprise/godmode/policies/policy_agents.php:243 -#: ../../enterprise/godmode/policies/policy_agents.php:251 -msgid "Filter agent" -msgstr "Filter agent" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 -msgid "Filter module" -msgstr "Filter Module" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 -#: ../../godmode/massive/massive_delete_alerts.php:226 -#: ../../godmode/massive/massive_delete_modules.php:487 -#: ../../godmode/massive/massive_add_alerts.php:167 -#: ../../godmode/massive/massive_edit_modules.php:332 -msgid "When select agents" -msgstr "When selecting agents" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 -#: ../../godmode/massive/massive_delete_alerts.php:228 -#: ../../godmode/massive/massive_delete_modules.php:489 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_edit_modules.php:335 -msgid "Show common modules" -msgstr "Show common modules" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 -#: ../../godmode/massive/massive_delete_alerts.php:228 -#: ../../godmode/massive/massive_delete_modules.php:489 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_edit_modules.php:336 -msgid "Show all modules" -msgstr "Show all modules" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../enterprise/godmode/modules/configure_local_component.php:218 -#: ../../include/functions_alerts.php:554 -#: ../../include/functions_treeview.php:98 -#: ../../godmode/agentes/module_manager_editor_common.php:232 -#: ../../godmode/massive/massive_edit_modules.php:345 -#: ../../godmode/modules/manage_network_components_form_common.php:106 -msgid "Warning status" -msgstr "Warning status" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../enterprise/godmode/modules/configure_local_component.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:240 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -#: ../../godmode/agentes/module_manager_editor_common.php:245 -#: ../../godmode/agentes/module_manager_editor_common.php:265 -#: ../../godmode/massive/massive_edit_modules.php:367 -#: ../../godmode/massive/massive_edit_modules.php:413 -#: ../../godmode/modules/manage_network_components_form_common.php:113 -#: ../../godmode/modules/manage_network_components_form_common.php:126 -msgid "Str." -msgstr "Str." - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../enterprise/godmode/modules/configure_local_component.php:233 -#: ../../include/functions_alerts.php:555 -#: ../../include/functions_treeview.php:110 -#: ../../godmode/agentes/module_manager_editor_common.php:253 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/modules/manage_network_components_form_common.php:119 -msgid "Critical status" -msgstr "Critical status" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 -msgid "Updated modules on database" -msgstr "Updated modules in the database" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 -msgid "Agent configuration files updated" -msgstr "Agent configuration files updated." - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 -msgid "Successful update the tags" -msgstr "Successful update the tags" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 -msgid "Unsuccessful update the tags" -msgstr "Unsuccessful update the tags" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 -msgid "Tags unused" -msgstr "Tags unused" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 -msgid "Tags used" -msgstr "Tags used" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 -msgid "Modules unused" -msgstr "Modules unused" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 -msgid "Modules used" -msgstr "Modules used" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Success: create the alerts." -msgstr "Creating of the alerts successful." - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Failed: create the alerts for this modules, please check." -msgstr "Failure in creating the alerts for these modules, please check." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -#: ../../operation/snmpconsole/snmp_view.php:414 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:715 -#: ../../godmode/snmpconsole/snmp_alert.php:28 -msgid "Cold start (0)" -msgstr "Cold start (0)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -#: ../../operation/snmpconsole/snmp_view.php:415 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../godmode/snmpconsole/snmp_alert.php:29 -msgid "Warm start (1)" -msgstr "Warm start (1)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -#: ../../operation/snmpconsole/snmp_view.php:416 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:721 -#: ../../godmode/snmpconsole/snmp_alert.php:30 -msgid "Link down (2)" -msgstr "Link down (2)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -#: ../../operation/snmpconsole/snmp_view.php:417 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:724 -#: ../../godmode/snmpconsole/snmp_alert.php:31 -msgid "Link up (3)" -msgstr "Link up (3)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -#: ../../operation/snmpconsole/snmp_view.php:418 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:727 -#: ../../godmode/snmpconsole/snmp_alert.php:32 -msgid "Authentication failure (4)" -msgstr "Authentication failure (4)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 -#: ../../godmode/snmpconsole/snmp_alert.php:484 -#, php-format -msgid "Successfully deleted alerts (%s / %s)" -msgstr "Successfully deleted alerts (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#: ../../godmode/snmpconsole/snmp_alert.php:488 -#, php-format -msgid "Unsuccessfully deleted alerts (%s / %s)" -msgstr "Unsuccessfully deleted alerts (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 -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." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 -#: ../../operation/snmpconsole/snmp_view.php:410 -#: ../../godmode/snmpconsole/snmp_alert.php:563 -#: ../../godmode/snmpconsole/snmp_alert.php:897 -msgid "Trap type" -msgstr "Trap type" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 -msgid "SNMP Alerts to be deleted" -msgstr "SNMP alerts to be deleted" - -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" -msgstr "Bulk alerts policy add" - -#: ../../enterprise/godmode/massive/massive_operations.php:79 -msgid "Bulk alerts policy delete" -msgstr "Bulk alerts policy delete" - -#: ../../enterprise/godmode/massive/massive_operations.php:80 -msgid "Bulk tags module policy edit" -msgstr "Bulk tags module policy edit" - -#: ../../enterprise/godmode/massive/massive_operations.php:81 -msgid "Bulk modules policy tags edit" -msgstr "Bulk modules policy tags edit" - -#: ../../enterprise/godmode/massive/massive_operations.php:89 -msgid "Bulk alert SNMP delete" -msgstr "Bulk alert SNMP delete" - -#: ../../enterprise/godmode/massive/massive_operations.php:90 -msgid "Bulk alert SNMP edit" -msgstr "Bulk alert SNMP edit" - -#: ../../enterprise/godmode/massive/massive_operations.php:98 -msgid "Bulk Satellite modules edit" -msgstr "Bulk Satellite modules edit" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 -#: ../../godmode/massive/massive_edit_agents.php:278 -#: ../../godmode/massive/massive_edit_agents.php:281 -#: ../../godmode/massive/massive_edit_agents.php:285 -#: ../../godmode/massive/massive_edit_agents.php:289 -#: ../../godmode/massive/massive_edit_agents.php:300 -#: ../../godmode/massive/massive_edit_agents.php:338 -#: ../../godmode/massive/massive_edit_agents.php:344 -#: ../../godmode/massive/massive_edit_agents.php:383 -#: ../../godmode/massive/massive_edit_agents.php:392 -#: ../../godmode/massive/massive_edit_agents.php:399 -#: ../../godmode/massive/massive_edit_modules.php:383 -#: ../../godmode/massive/massive_edit_modules.php:428 -#: ../../godmode/massive/massive_edit_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:447 -#: ../../godmode/massive/massive_edit_modules.php:465 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/massive/massive_edit_modules.php:493 -#: ../../godmode/massive/massive_edit_modules.php:506 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:535 -#: ../../godmode/massive/massive_edit_modules.php:541 -#: ../../godmode/massive/massive_edit_modules.php:553 -#: ../../godmode/massive/massive_edit_modules.php:572 -msgid "No change" -msgstr "No change" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 -#, php-format -msgid "Successfully updated alerts (%s / %s)" -msgstr "Successfully updated alerts (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 -#, php-format -msgid "Unsuccessfully updated alerts (%s / %s)" -msgstr "Updating of alerts unsuccessful (%s / %s)." - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 -msgid "SNMP Alerts to be edit" -msgstr "SNMP Alerts to be edited" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -#: ../../godmode/snmpconsole/snmp_alert.php:542 -msgid "Custom Value/OID" -msgstr "Custom Value/OID" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 -#: ../../operation/snmpconsole/snmp_view.php:499 -#: ../../godmode/snmpconsole/snmp_alert.php:551 -#: ../../godmode/snmpconsole/snmp_alert.php:1047 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 -msgid "SNMP Agent" -msgstr "SNMP Agent" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -#: ../../godmode/snmpconsole/snmp_alert.php:568 -msgid "Single value" -msgstr "Single value" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -#: ../../godmode/snmpconsole/snmp_alert.php:827 -msgid "Other value" -msgstr "Other value" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 -#: ../../include/functions_visual_map_editor.php:464 -#: ../../godmode/snmpconsole/snmp_alert.php:860 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -msgid "Position" -msgstr "Position" - -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "Local component management" - -#: ../../enterprise/godmode/modules/local_components.php:106 -#: ../../godmode/alerts/configure_alert_template.php:118 -#: ../../godmode/modules/manage_network_components.php:147 -#, php-format -msgid "Successfully created from %s" -msgstr "Successfully created from %s" - -#: ../../enterprise/godmode/modules/local_components.php:245 -#: ../../godmode/servers/recon_script.php:320 -#: ../../godmode/modules/manage_network_components.php:244 -msgid "Created successfully" -msgstr "Created successfully" - -#: ../../enterprise/godmode/modules/local_components.php:303 -#: ../../godmode/servers/recon_script.php:274 -#: ../../godmode/modules/manage_network_components.php:331 -msgid "Updated successfully" -msgstr "Updated successfully" - -#: ../../enterprise/godmode/modules/local_components.php:343 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 -#: ../../godmode/modules/manage_nc_groups.php:154 -#: ../../godmode/modules/manage_network_components.php:378 -#: ../../godmode/modules/manage_network_templates.php:76 -msgid "Successfully multiple deleted" -msgstr "Multi-deletion successful" - -#: ../../enterprise/godmode/modules/local_components.php:344 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 -#: ../../godmode/modules/manage_nc_groups.php:155 -#: ../../godmode/modules/manage_network_components.php:379 -#: ../../godmode/modules/manage_network_templates.php:77 -msgid "Not deleted. Error deleting multiple data" -msgstr "Not deleted. Error deleting multiple data" - -#: ../../enterprise/godmode/modules/local_components.php:428 -#: ../../godmode/modules/manage_network_components.php:491 -msgid "Free Search" -msgstr "Free Search" - -#: ../../enterprise/godmode/modules/local_components.php:429 -msgid "Search by name, description or data, list matches." -msgstr "Search by name, description or data, list matches." - -#: ../../enterprise/godmode/modules/local_components.php:513 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:356 -#: ../../enterprise/godmode/policies/policy_modules.php:1071 -#: ../../godmode/alerts/alert_templates.php:338 -#: ../../godmode/agentes/module_manager.php:702 -#: ../../godmode/modules/manage_network_components.php:588 -msgid "Duplicate" -msgstr "Duplicate" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 -msgid "Successfully created inventory module" -msgstr "Inventory module successfully created." - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 -msgid "Error creating inventory module" -msgstr "Error in creating inventory module." - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 -msgid "Interpreter" -msgstr "Interpreter" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 -msgid "No inventory modules defined" -msgstr "No inventory modules defined" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 -msgid "Local module" -msgstr "Local Module" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 -msgid "Remote/Local" -msgstr "Remote / Local" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Left blank for the LOCAL inventory modules" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 -msgid "Block Mode" -msgstr "Block Mode" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Format" -msgstr "Format" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 -msgid "separate fields with " -msgstr "separate fields with " - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 -#: ../../include/ajax/double_auth.ajax.php:151 -#: ../../include/ajax/double_auth.ajax.php:287 -msgid "Code" -msgstr "Code" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 -msgid "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" -msgstr "" -"Here is placed the script for the REMOTE inventory modules Local inventory " -"modules don't use this field" - -#: ../../enterprise/godmode/modules/configure_local_component.php:127 -msgid "Update Local Component" -msgstr "Update Local Component" - -#: ../../enterprise/godmode/modules/configure_local_component.php:130 -msgid "Create Local Component" -msgstr "Create Local Component" - -#: ../../enterprise/godmode/modules/configure_local_component.php:147 -#: ../../godmode/alerts/configure_alert_template.php:732 -#: ../../godmode/modules/manage_network_components_form_common.php:56 -msgid "Wizard level" -msgstr "Wizard level" - +"Agent statuses are recalculated by the server and aren't shown in real time." + +#: ../../operation/agentes/estado_generalagente.php:128 +#: ../../operation/agentes/estado_agente.php:505 ../../operation/tree.php:55 +#: ../../operation/tree.php:94 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 ../../operation/gis_maps/ajax.php:276 +#: ../../enterprise/extensions/ipam/ipam_network.php:538 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 #: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../godmode/agentes/module_manager_editor_common.php:404 -#: ../../godmode/massive/massive_edit_modules.php:550 -#: ../../godmode/modules/manage_network_components_form_common.php:155 -msgid "Throw unknown events" -msgstr "Discard unknown events" +#: ../../enterprise/godmode/modules/local_components.php:446 +#: ../../enterprise/godmode/modules/local_components.php:460 +#: ../../enterprise/godmode/modules/local_components.php:482 +#: ../../enterprise/meta/agentsearch.php:93 +#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../godmode/agentes/modificar_agente.php:484 +#: ../../godmode/agentes/agent_manager.php:255 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/servers/manage_recontask_form.php:286 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_agents.php:287 +#: ../../include/functions_events.php:2031 +#: ../../include/functions_reporting_html.php:1541 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:315 +msgid "OS" +msgstr "OS" + +#: ../../operation/agentes/estado_generalagente.php:148 +#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 +msgid "IP address" +msgstr "IP address" + +#: ../../operation/agentes/estado_generalagente.php:152 +#: ../../operation/agentes/estado_generalagente.php:164 +#: ../../operation/agentes/estado_generalagente.php:177 +#: ../../operation/agentes/estado_generalagente.php:281 +#: ../../operation/agentes/estado_generalagente.php:360 +#: ../../operation/snmpconsole/snmp_view.php:599 +#: ../../operation/snmpconsole/snmp_view.php:618 +#: ../../enterprise/extensions/ipam/ipam_network.php:559 +#: ../../enterprise/extensions/ipam/ipam_network.php:594 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124 +#: ../../enterprise/include/functions_visual_map.php:274 +#: ../../enterprise/include/functions_servicemap.php:263 +#: ../../enterprise/include/functions_services.php:1012 +#: ../../enterprise/include/functions_services.php:1219 +#: ../../enterprise/include/functions_services.php:1697 +#: ../../enterprise/include/functions_reporting.php:1250 +#: ../../enterprise/include/functions_reporting.php:3103 +#: ../../enterprise/include/functions_reporting.php:3435 +#: ../../enterprise/include/functions_reporting_pdf.php:1629 +#: ../../enterprise/include/functions_reporting_pdf.php:1658 +#: ../../enterprise/include/functions_reporting_pdf.php:1816 +#: ../../enterprise/include/functions_reporting_pdf.php:2055 +#: ../../godmode/agentes/planned_downtime.list.php:477 +#: ../../godmode/alerts/alert_view.php:113 +#: ../../godmode/modules/manage_network_components.php:583 +#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:339 ../../include/functions_db.php:156 +#: ../../include/functions.php:944 ../../include/functions.php:950 +#: ../../include/functions.php:953 ../../include/functions_events.php:1776 +#: ../../include/functions_events.php:1944 +#: ../../include/functions_events.php:2011 +#: ../../include/functions_events.php:2027 +#: ../../include/functions_events.php:2037 +#: ../../include/functions_events.php:2042 +#: ../../include/functions_events.php:2060 +#: ../../include/functions_events.php:2139 +#: ../../include/functions_events.php:2193 +#: ../../include/functions_events.php:2205 +#: ../../include/functions_events.php:2217 +#: ../../include/functions_events.php:2239 +#: ../../include/functions_events.php:2254 +#: ../../include/functions_events.php:2264 +#: ../../include/functions_events.php:2353 +#: ../../include/functions_events.php:2430 +#: ../../include/functions_events.php:2452 +#: ../../include/functions_events.php:2462 ../../include/functions_ui.php:1994 +#: ../../include/functions_ui.php:2004 +#: ../../include/functions_reporting_html.php:361 +#: ../../include/functions_reporting_html.php:388 +#: ../../include/functions_reporting_html.php:2427 +#: ../../include/functions_reporting_html.php:2465 +#: ../../mobile/operation/agent.php:149 ../../mobile/operation/agent.php:160 +#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 +#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 +#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 +msgid "N/A" +msgstr "N/A" + +#: ../../operation/agentes/estado_generalagente.php:160 +#: ../../operation/gis_maps/ajax.php:315 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 +#: ../../include/functions_treeview.php:554 +msgid "Agent Version" +msgstr "Agent Version" + +#: ../../operation/agentes/estado_generalagente.php:197 +msgid "Agent contact" +msgstr "Agent contact" + +#: ../../operation/agentes/estado_generalagente.php:201 +#: ../../operation/agentes/status_monitor.php:962 +#: ../../operation/agentes/estado_agente.php:510 +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 +#: ../../operation/search_modules.php:50 +#: ../../enterprise/extensions/ipam/ipam_network.php:125 +#: ../../enterprise/extensions/ipam/ipam_list.php:162 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 +#: ../../enterprise/godmode/agentes/inventory_manager.php:174 +#: ../../enterprise/godmode/agentes/inventory_manager.php:236 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:80 +#: ../../enterprise/godmode/modules/configure_local_component.php:223 +#: ../../enterprise/meta/agentsearch.php:94 +#: ../../enterprise/meta/include/functions_wizard_meta.php:776 +#: ../../enterprise/meta/include/functions_wizard_meta.php:894 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1058 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1570 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 +#: ../../enterprise/include/functions_reporting_pdf.php:2363 +#: ../../godmode/agentes/agent_manager.php:249 +#: ../../godmode/agentes/module_manager.php:524 +#: ../../godmode/agentes/module_manager_editor_common.php:358 +#: ../../godmode/agentes/module_manager_editor_common.php:384 +#: ../../godmode/servers/manage_recontask_form.php:247 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_modules.php:464 +#: ../../godmode/massive/massive_edit_agents.php:283 +#: ../../godmode/modules/manage_network_components_form_common.php:104 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:493 +#: ../../include/functions_reporting_html.php:1577 +#: ../../mobile/operation/modules.php:497 +#: ../../mobile/operation/modules.php:500 +#: ../../mobile/operation/modules.php:501 +#: ../../mobile/operation/modules.php:675 +msgid "Interval" +msgstr "Interval" + +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/agentes/estado_agente.php:529 +#: ../../operation/agentes/ver_agente.php:612 +#: ../../operation/search_users.php:47 ../../operation/search_agents.php:66 +#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 +#: ../../enterprise/operation/agentes/policy_view.php:309 +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../enterprise/meta/agentsearch.php:99 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +#: ../../godmode/users/user_list.php:272 +#: ../../include/functions_treeview.php:514 +#: ../../include/functions_events.php:2036 ../../include/ajax/module.php:737 +#: ../../mobile/operation/agents.php:85 ../../mobile/operation/agents.php:336 +#: ../../mobile/operation/agents.php:338 ../../mobile/operation/agents.php:340 +#: ../../mobile/operation/agents.php:341 ../../mobile/operation/agent.php:155 +msgid "Last contact" +msgstr "Last contact" + +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/agentes/estado_agente.php:499 +#: ../../operation/gis_maps/ajax.php:332 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../include/functions_treeview.php:514 +msgid "Remote" +msgstr "Remote" + +#: ../../operation/agentes/estado_generalagente.php:211 +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 +#: ../../enterprise/extensions/ipam/ipam_list.php:223 +#: ../../enterprise/extensions/cron/main.php:260 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 +#: ../../godmode/snmpconsole/snmp_alert.php:1111 +#: ../../godmode/db/db_main.php:183 ../../include/functions_treeview.php:507 +#: ../../include/functions_ui.php:449 +msgid "Never" +msgstr "Never" + +#: ../../operation/agentes/estado_generalagente.php:219 +msgid "Next contact" +msgstr "Next contact" + +#: ../../operation/agentes/estado_generalagente.php:242 +msgid "Agent info" +msgstr "Agent info" + +#: ../../operation/agentes/estado_generalagente.php:257 +#: ../../include/functions_treeview.php:626 +msgid "Agent access rate (24h)" +msgstr "Agent access rate (24h)" + +#: ../../operation/agentes/estado_generalagente.php:269 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 +#: ../../include/functions_treeview.php:483 +#: ../../mobile/operation/agent.php:151 +msgid "Other IP addresses" +msgstr "Other IP addresses" + +#: ../../operation/agentes/estado_generalagente.php:279 +#: ../../operation/agentes/ver_agente.php:770 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/agentes/agent_manager.php:233 +#: ../../godmode/groups/configure_group.php:132 +#: ../../godmode/massive/massive_edit_agents.php:267 +#: ../../godmode/modules/manage_nc_groups_form.php:69 +#: ../../include/functions_visual_map_editor.php:504 +msgid "Parent" +msgstr "Parent" -#: ../../enterprise/godmode/modules/configure_local_component.php:246 -#: ../../godmode/agentes/module_manager_editor_common.php:274 -#: ../../godmode/massive/massive_edit_modules.php:512 -#: ../../godmode/modules/manage_network_components_form_common.php:132 -msgid "FF threshold" -msgstr "FF threshold" - -#: ../../enterprise/godmode/modules/configure_local_component.php:248 -#: ../../godmode/agentes/module_manager_editor_common.php:277 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:515 -#: ../../godmode/modules/manage_network_components_form_common.php:134 -msgid "All state changing" -msgstr "Change all statuses" - -#: ../../enterprise/godmode/modules/configure_local_component.php:251 -#: ../../godmode/agentes/module_manager_editor_common.php:280 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:516 -#: ../../godmode/modules/manage_network_components_form_common.php:137 -msgid "Each state changing" -msgstr "Change each status" - -#: ../../enterprise/godmode/modules/configure_local_component.php:252 -#: ../../godmode/agentes/module_manager_editor_common.php:281 -#: ../../godmode/massive/massive_edit_modules.php:517 -#: ../../godmode/modules/manage_network_components_form_common.php:138 -msgid "To normal" -msgstr "To 'normal'" - -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:283 -#: ../../godmode/massive/massive_edit_modules.php:518 -#: ../../godmode/modules/manage_network_components_form_common.php:140 -msgid "To warning" -msgstr "To 'warning'" - -#: ../../enterprise/godmode/modules/configure_local_component.php:256 -#: ../../godmode/agentes/module_manager_editor_common.php:285 -#: ../../godmode/massive/massive_edit_modules.php:519 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -msgid "To critical" -msgstr "To 'critical'" - -#: ../../enterprise/godmode/modules/configure_local_component.php:260 -#: ../../include/functions_reporting.php:2210 -#: ../../godmode/agentes/module_manager_editor_common.php:287 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -msgid "Historical data" -msgstr "Historical data" - -#: ../../enterprise/godmode/modules/configure_local_component.php:263 -#: ../../godmode/agentes/module_manager_editor_common.php:415 -#: ../../godmode/massive/massive_edit_modules.php:523 -msgid "FF timeout" -msgstr "FlipFlop timeout" - -#: ../../enterprise/godmode/modules/configure_local_component.php:265 -#: ../../godmode/agentes/module_manager_editor_common.php:421 -#: ../../godmode/massive/massive_edit_modules.php:524 -msgid "" -"Timeout in secs from start of flip flop counting. If this value is exceeded, " -"FF counter is reset. Set to 0 for no timeout." -msgstr "" -"Timeout in seconds to the start of flip flop counting. If this value is " -"exceeded, the FF counter is reset. Please set it to '0' for no timeout." - -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../godmode/agentes/module_manager_editor_common.php:424 -msgid "This value can be set only in the async modules." -msgstr "This value can only be set in conjunction with asynchronous modules." - -#: ../../enterprise/godmode/modules/configure_local_component.php:268 -#: ../../godmode/modules/manage_network_components_form_common.php:149 -msgid "Any value below this number is discarted" -msgstr "Any value below this number is discarded" - -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -#: ../../godmode/modules/manage_network_components_form_common.php:151 -msgid "Any value over this number is discarted" -msgstr "Any value over this number is discarded" - -#: ../../enterprise/godmode/modules/configure_local_component.php:280 -#: ../../godmode/agentes/module_manager_editor_common.php:365 -#: ../../godmode/massive/massive_edit_modules.php:452 -#: ../../godmode/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -msgid "Post process" -msgstr "Post process" - -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../godmode/agentes/module_manager_editor_common.php:525 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -msgid "Critical instructions" -msgstr "Critical instructions" - -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -#: ../../godmode/agentes/module_manager_editor_common.php:526 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -msgid "Instructions when the status is critical" -msgstr "Instructions when status is critical" - -#: ../../enterprise/godmode/modules/configure_local_component.php:329 -#: ../../godmode/agentes/module_manager_editor_common.php:530 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -msgid "Warning instructions" -msgstr "Warning instructions" - -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -msgid "Instructions when the status is warning" -msgstr "Instructions when warning status is active" - -#: ../../enterprise/godmode/modules/configure_local_component.php:335 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -msgid "Unknown instructions" -msgstr "Unknown instructions" - -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -msgid "Instructions when the status is unknown" -msgstr "Instructions when status is unknown" - -#: ../../enterprise/godmode/modules/configure_local_component.php:345 -#: ../../godmode/agentes/module_manager_editor_common.php:552 -#: ../../godmode/massive/massive_edit_modules.php:534 -#: ../../godmode/modules/manage_network_components_form_common.php:174 -msgid "Category" -msgstr "Category" - -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -#: ../../godmode/agentes/module_manager_editor_common.php:431 -#: ../../godmode/modules/manage_network_components_form_common.php:196 -msgid "Tags available" -msgstr "Tags available" - -#: ../../enterprise/godmode/modules/configure_local_component.php:373 -#: ../../godmode/agentes/module_manager_editor_common.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:203 -msgid "Add tags to module" -msgstr "Add tags to module" - -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../godmode/agentes/module_manager_editor_common.php:494 -#: ../../godmode/modules/manage_network_components_form_common.php:204 -msgid "Delete tags to module" -msgstr "Delete tags from module" - -#: ../../enterprise/godmode/modules/configure_local_component.php:377 -#: ../../godmode/agentes/module_manager_editor_common.php:496 -#: ../../godmode/modules/manage_network_components_form_common.php:206 -msgid "Tags selected" -msgstr "Tags selected" - -#: ../../enterprise/godmode/modules/configure_local_component.php:389 -msgid "Macros" -msgstr "Macros" - -#: ../../enterprise/godmode/modules/configure_local_component.php:425 -#: ../../godmode/servers/plugin.php:401 -#: ../../godmode/servers/recon_script.php:161 -msgid "Default value" -msgstr "Default value" - -#: ../../enterprise/godmode/modules/configure_local_component.php:441 -#: ../../godmode/servers/plugin.php:441 -#: ../../godmode/servers/recon_script.php:199 -msgid "Add macro" -msgstr "Add macro" - -#: ../../enterprise/godmode/modules/configure_local_component.php:449 -#: ../../godmode/servers/plugin.php:456 -#: ../../godmode/servers/recon_script.php:206 -msgid "Delete macro" -msgstr "Delete macro" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 -msgid "Edit template" -msgstr "Edit template" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:32 -#: ../../enterprise/godmode/reporting/graph_template_list.php:43 -#: ../../enterprise/godmode/reporting/graph_template_list.php:53 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 -#: ../../godmode/reporting/graphs.php:39 ../../godmode/reporting/graphs.php:49 -msgid "Graph list" -msgstr "Graph list" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:70 -msgid "Graph template management" -msgstr "Graph template management" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:87 -#: ../../enterprise/godmode/reporting/graph_template_list.php:107 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 -#: ../../operation/reporting/graph_viewer.php:36 -#: ../../operation/reporting/graph_viewer.php:43 -#: ../../godmode/events/event_filter.php:53 -#: ../../godmode/events/event_filter.php:74 -#: ../../godmode/agentes/planned_downtime.list.php:106 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../godmode/reporting/graphs.php:81 ../../godmode/reporting/graphs.php:91 -#: ../../godmode/reporting/graphs.php:130 -msgid "Not deleted. Error deleting data" -msgstr "Could not be deleted. Error deleting data." - -#: ../../enterprise/godmode/reporting/graph_template_list.php:163 -msgid "There are no defined graph templates" -msgstr "There are no defined graph templates" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:379 -msgid "Create template" -msgstr "Create template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 -#: ../../godmode/reporting/reporting_builder.list_items.php:287 -#: ../../godmode/reporting/reporting_builder.list_items.php:292 -#: ../../godmode/reporting/reporting_builder.list_items.php:298 -msgid "Ascendent" -msgstr "Ascendent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/reporting/reporting_builder.list_items.php:293 -#: ../../godmode/reporting/reporting_builder.list_items.php:299 -msgid "Descent" -msgstr "Descendent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 -#: ../../godmode/netflow/nf_item_list.php:206 -#: ../../godmode/netflow/nf_item_list.php:209 -msgid "Move to up" -msgstr "Move up" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 -#: ../../godmode/netflow/nf_item_list.php:203 -#: ../../godmode/netflow/nf_item_list.php:210 -msgid "Move to down" -msgstr "Move down" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 -msgid "Advance Options" -msgstr "Advance Options" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 -msgid "Cleanup sucessfully" -msgstr "Cleanup sucessful." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 -msgid "Cleanup error" -msgstr "Cleanup error" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "Sucessfully applied" -msgstr "Sucessfully applied." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "reports" -msgstr "Reports" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "items" -msgstr "Items" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 -msgid "Could not be applied" -msgstr "Could not be applied." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 -#: ../../godmode/massive/massive_operations.php:215 -msgid "" -"In order to perform massive operations, PHP needs a correct configuration in " -"timeout parameters. Please, open your PHP configuration file (php.ini) for " -"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout " -"parameters to a correct value:
max_execution_time = 0 and " -"max_input_time = -1" -msgstr "" -"In order to perform massive operations PHP needs to be have timeout " -"parameters set correctly. Please open the PHP configuration file (php.ini) " -"for example: sudo vi /etc/php5/apache2/php.ini;
And set the " -"timeout parameters to the correct value:
max_execution_time = 0 " -"and max_input_time = -1" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 -msgid "Create template report wizard" -msgstr "Create template report wizard" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 -msgid "Clean up template" -msgstr "Clean up template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 -msgid "Create report per agent" -msgstr "Create report per agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 -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" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 -msgid "Target group" -msgstr "Target group" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 -msgid "Filter by" -msgstr "Filter by" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 -msgid "Filter tag" -msgstr "Filter tag" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:452 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -msgid "Select all" -msgstr "Select all" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:451 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -msgid "Agents available" -msgstr "Agents available" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:454 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -msgid "Agents to apply" -msgstr "Agents to apply" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 -msgid "Add agents to template" -msgstr "Add agents to template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 -msgid "Undo agents to template" -msgstr "Undo agents to template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:429 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 -msgid "Apply template" -msgstr "Apply template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -msgid "Please set template distinct than " -msgstr "Please set template distinct from " - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:776 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 -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 ?" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 -#: ../../operation/reporting/reporting_viewer.php:86 -#: ../../godmode/reporting/reporting_builder.php:1829 -msgid "List items" -msgstr "List items" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 -msgid "List templates" -msgstr "List templates" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 -#: ../../enterprise/godmode/policies/policies.php:180 -#: ../../include/functions_agents.php:676 -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -msgid "Successfully copied" -msgstr "Successfully copied" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 -#: ../../enterprise/godmode/policies/policies.php:181 -#: ../../godmode/alerts/alert_actions.php:141 -msgid "Could not be copied" -msgstr "Could not be copied" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../operation/search_reports.php:40 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../godmode/reporting/reporting_builder.php:537 -msgid "HTML" -msgstr "HTML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -#: ../../operation/search_reports.php:41 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../godmode/reporting/reporting_builder.php:538 -msgid "XML" -msgstr "XML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:335 -#: ../../godmode/reporting/reporting_builder.php:607 -msgid "HTML view" -msgstr "HTML view" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:337 -#: ../../godmode/reporting/reporting_builder.php:608 -msgid "Export to XML" -msgstr "Export to XML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:375 -msgid "You haven't created templates yet." -msgstr "You haven't created templates yet." - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:386 -msgid "Generate a dynamic report\"" -msgstr "Generate a dynamic report\"" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:438 -#: ../../include/ajax/module.php:147 -#: ../../operation/agentes/datos_agente.php:189 -msgid "Timestamp from:" -msgstr "Timestamp from:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 -#: ../../include/ajax/module.php:155 -#: ../../operation/agentes/datos_agente.php:195 -msgid "Timestamp to:" -msgstr "Timestamp to:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 -msgid "Add agents" -msgstr "Add agents" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 -msgid "Undo agents" -msgstr "Undo agents" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 -msgid "Generate" -msgstr "Generate" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:28 -#: ../../enterprise/godmode/reporting/mysql_builder.php:122 -msgid "Custom Mysql template builder" -msgstr "Custom MySQL template builder" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:59 -msgid "Create custom SQL" -msgstr "Create custom SQL" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:70 -msgid ": Create new custom" -msgstr "Create new custom :" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:90 -msgid "Create new custom" -msgstr "Create new custom" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Successfully operation" -msgstr "Operation successful." - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Could not be operation" -msgstr "Cannot not be an operation." - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 -#: ../../include/functions_reports.php:587 -msgid "Top n" -msgstr "Top n" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -msgid "Only table" -msgstr "Only table" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -msgid "Table & Graph" -msgstr "Chart & graph" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -#: ../../godmode/reporting/reporting_builder.item_editor.php:43 -msgid "Only graph" -msgstr "Only graph" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164 -msgid "Elements to apply" -msgstr "Elements to apply" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1188 -#: ../../godmode/reporting/reporting_builder.item_editor.php:668 -msgid "Last value" -msgstr "Last value" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1189 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2940 -#: ../../godmode/reporting/reporting_builder.item_editor.php:669 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2738 -msgid "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" -msgstr "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 -msgid "Sum" -msgstr "Sum" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 -#: ../../include/functions_reporting.php:4234 -msgid "Rate" -msgstr "Rate" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -#: ../../operation/events/events.build_table.php:662 -#: ../../operation/agentes/networkmap_list.php:257 -#: ../../godmode/snmpconsole/snmp_alert.php:1213 -#: ../../godmode/agentes/agent_manager.php:210 -msgid "Delete selected" -msgstr "Delete selected items" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1496 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 -msgid "Group by agent" -msgstr "Group by agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1546 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1172 -msgid "Condition" -msgstr "Condition" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 -#: ../../include/functions_reporting.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1177 -msgid "Everything" -msgstr "Everything" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1554 -msgid ">=" -msgstr ">=" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1556 -msgid "<" -msgstr "<" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1567 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1207 -msgid "Show graph" -msgstr "Show graph" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:200 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1228 -msgid "Show resume" -msgstr "Show summary" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1228 -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." - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 -msgid "Graph template editor" -msgstr "Graph template editor" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/graph_builder.graph_editor.php:152 -msgid "Weight" -msgstr "Weight" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1893 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2330 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2425 -msgid "Exact match" -msgstr "Exact match" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 -msgid "Decrease Weight" -msgstr "Decrease Weight" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 -msgid "Increase Weight" -msgstr "Increase Weight" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 -#: ../../include/functions_visual_map_editor.php:428 -#: ../../include/functions_visual_map_editor.php:436 -msgid "Cancel" -msgstr "Cancel" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:181 -msgid "Order:" -msgstr "Order:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 -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:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:216 -msgid "Show address instead module name" -msgstr "Show address instead module name" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1216 -msgid "Show the main address of agent." -msgstr "Show the agent's main address." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:230 -#: ../../mobile/operation/module_graph.php:420 -#: ../../operation/agentes/stat_win.php:367 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1150 -msgid "Time compare (Overlapped)" -msgstr "Time comparison (overlapped)" - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "Advance Reporting" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:131 -msgid "Available" -msgstr "Available" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/graphs/export_data.php:76 -msgid "Selected" -msgstr "Selected" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:140 -msgid "Push the selected services into the list" -msgstr "Push the selected services into the list" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:145 -msgid "Remove the services from the list" -msgstr "Remove the services from the list" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:199 -msgid "Icon preview" -msgstr "Icon preview" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:256 -msgid "Are you sure? All the visual map services will be recreated" -msgstr "Are you sure? All the visual map services will be recreated" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:275 -msgid "The services list is empty" -msgstr "The services list is empty" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "Wizard template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115 -#: ../../godmode/reporting/reporting_builder.php:1878 -msgid "Successfull action" -msgstr "Succesful action" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115 -#: ../../godmode/servers/modificar_server.php:73 -#: ../../godmode/servers/modificar_server.php:85 -#: ../../godmode/reporting/reporting_builder.php:1878 -msgid "Unsuccessfull action" -msgstr "Unsuccesful action" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1136 -#: ../../godmode/reporting/reporting_builder.item_editor.php:584 -msgid "Item Editor" -msgstr "Item Editor" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1223 -#: ../../godmode/reporting/reporting_builder.item_editor.php:714 -msgid "Projection period" -msgstr "Projected period" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1237 -#: ../../godmode/reporting/reporting_builder.item_editor.php:724 -msgid "Data range" -msgstr "Data range" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:216 -#: ../../godmode/reporting/reporting_builder.item_editor.php:735 -msgid "Only display wrong SLAs" -msgstr "Only display wrong SLAs" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:744 -msgid "Working time" -msgstr "Work time" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1338 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1079 -msgid "Select server" -msgstr "Select server" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 -msgid "" -"Case insensitive regular expression for agent name. For example: Network.* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Case insensitive regular expression for agent name, e.g. Network.* will " -"match with the following agent names : network_agent1, NetworK CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1409 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1939 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2110 -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 " -"has to be fulfilled with the literally string of the module name, if not you " -"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " -"usage in matchine 1." -msgstr "" -"Case insensitive regular expression or string for module name, e.g. if you " -"use this field with \"Module exact match\" enabled then this field has to be " -"filled out with the literal string of the module name, if not you can use a " -"regular expression, e.g. *usage.* will match: cpu_usage, vram usage in " -"machine 1." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 -msgid "Module exact match" -msgstr "Module exact match" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1876 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1941 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2039 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2114 -msgid "Check it if you want to match module name literally" -msgstr "Check if you want to literally match module name." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1462 -msgid "Query SQL" -msgstr "SQL query" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1088 -msgid "Serialized header" -msgstr "Serialised header" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1088 -msgid "The separator character is |" -msgstr "The separation character is |" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1472 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1058 -msgid "Custom SQL template" -msgstr "Custom SQL template" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1477 -msgid "SQL preview" -msgstr "SQL preview" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 -msgid "Field separator" -msgstr "Field separator" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 -msgid "Separator for different fields in the serialized text chain" -msgstr "Separator for different fields in the serialised text string" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -msgid "Line separator" -msgstr "Line break" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -msgid "" -"Separator in different lines (composed by fields) of the serialized text " -"chain" -msgstr "" -"Separator in different lines (composed by fields) of the serialised text " -"chain" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1538 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 -msgid "Only average" -msgstr "Only average" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1215 -msgid "Show address instead module name." -msgstr "Show address instead of module name." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1596 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 -msgid "Event filter" -msgstr "Event filter" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1599 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1240 -msgid "No Validated" -msgstr "Not validated" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601 -#: ../../include/functions_graph.php:2607 -#: ../../include/functions_events.php:880 -#: ../../include/functions_events.php:1716 -#: ../../include/functions_events.php:1722 -#: ../../include/functions_events.php:1726 -#: ../../include/functions_events.php:1731 -#: ../../include/functions_events.php:2918 -#: ../../include/functions_events.php:2926 -#: ../../operation/snmpconsole/snmp_view.php:398 -#: ../../operation/snmpconsole/snmp_view.php:562 -#: ../../operation/snmpconsole/snmp_view.php:813 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 -msgid "Validated" -msgstr "Validated" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1253 -msgid "Event graphs" -msgstr "Event graphs" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 -msgid "By agent" -msgstr "By agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1263 -msgid "By user validator" -msgstr "By user validation" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1619 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1269 -msgid "By criticity" -msgstr "By priority" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1621 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1275 -msgid "Validated vs unvalidated" -msgstr "Validated vs unvalidated" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1628 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 -msgid "Show in two columns" -msgstr "Show in two columns" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -msgid "SLA items sorted by fulfillment value" -msgstr "SLA items sorted by fulfillment value" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1639 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1294 -msgid "Show in landscape" -msgstr "Show in landscape" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1652 -msgid "Modules to match" -msgstr "Modules to match" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 -msgid "Select the modules to match when create a report for agents" -msgstr "Select the modules to match when creating a report for agents." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735 -msgid "Modules to match (Free text)" -msgstr "Modules to match (Free text)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1737 -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." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1751 -msgid "Create a graph for each agent" -msgstr "Create a graph for each agent" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1753 -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 big graph with all modules from all agents." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1791 -#: ../../godmode/netflow/nf_item_list.php:260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1322 -msgid "Create item" -msgstr "Create item" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1796 -#: ../../include/functions_visual_map_editor.php:587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1325 -msgid "Update item" -msgstr "Update item" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 -msgid "SLA Min. (value)" -msgstr "SLA Min. (value)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1831 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1357 -msgid "SLA Max. (value)" -msgstr "SLA Max. (value)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1358 -msgid "SLA Limit (%)" -msgstr "SLA Limit (%)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1841 -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." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1890 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2057 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2333 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2428 -msgid "Not literally" -msgstr "Not literally" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1934 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104 -msgid "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2001 -msgid "Please save the template to start adding items into the list." -msgstr "Please save the template to start adding items to the list." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:198 -msgid "SLA min value" -msgstr "SLA min value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 -msgid "SLA min Value" -msgstr "SLA min value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:202 -msgid "SLA max value" -msgstr "SLA max value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 -msgid "SLA max Value" -msgstr "SLA max value" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:206 -msgid "SLA Limit %" -msgstr "SLA limit %" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 -msgid "SLA Limit Value" -msgstr "SLA limit value" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 -#: ../../godmode/events/event_edit_filter.php:151 -#: ../../godmode/netflow/nf_edit_form.php:110 -#: ../../godmode/modules/manage_nc_groups.php:83 -msgid "Not updated. Blank name" -msgstr "Couldn't update. Blank name." - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 -msgid "Template updated successfully" -msgstr "Template updated successfully." - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 -msgid "Error updating template" -msgstr "Error updating template" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 -#: ../../include/functions_visual_map_editor.php:84 -#: ../../include/functions_visual_map_editor.php:353 -#: ../../godmode/events/event_responses.editor.php:104 -#: ../../godmode/setup/gis_step_2.php:257 -#: ../../godmode/reporting/graph_builder.main.php:125 -#: ../../godmode/reporting/visual_console_builder.wizard.php:134 -msgid "Width" -msgstr "Width" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 -#: ../../godmode/events/event_responses.editor.php:106 -#: ../../godmode/setup/gis_step_2.php:259 -#: ../../godmode/reporting/graph_builder.main.php:129 -#: ../../godmode/reporting/visual_console_builder.wizard.php:137 -msgid "Height" -msgstr "Height" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 -msgid "3 hours" -msgstr "3 hours" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 -msgid "4 days" -msgstr "4 days" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 -#: ../../include/functions_netflow.php:1057 -#: ../../godmode/setup/performance.php:90 -msgid "Last week" -msgstr "Last week" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -#: ../../include/functions_netflow.php:1058 -#: ../../godmode/setup/performance.php:92 -msgid "Last month" -msgstr "Last month" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 -#: ../../include/functions_netflow.php:1059 -msgid "2 months" -msgstr "2 months" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 -#: ../../include/functions_netflow.php:1061 ../../include/ajax/module.php:127 -msgid "6 months" -msgstr "6 months" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -#: ../../include/functions.php:1994 ../../include/ajax/module.php:128 -msgid "1 year" -msgstr "1 year" - -#: ../../enterprise/godmode/policies/policy_linking.php:26 -msgid "Linking modules" -msgstr "Linking modules" - -#: ../../enterprise/godmode/policies/policy_linking.php:32 -#: ../../enterprise/godmode/policies/policies.php:191 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_agents.php:80 -#: ../../enterprise/godmode/policies/policy_modules.php:420 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../godmode/agentes/module_manager_editor.php:340 -msgid "This policy is applying and cannot be modified" -msgstr "This policy is being applied and cannot be modified" - -#: ../../enterprise/godmode/policies/policy_linking.php:53 -msgid "Error: Update linking modules to policy" -msgstr "Error : Update linking modules to policy" - -#: ../../enterprise/godmode/policies/policy_linking.php:56 -msgid "Success: Update linking modules to policy" -msgstr "Success : Update linking modules to policy" - -#: ../../enterprise/godmode/policies/policy_linking.php:66 -msgid "Free text for filter (*)" -msgstr "Free text for filter (*)" - -#: ../../enterprise/godmode/policies/policy_linking.php:67 -msgid "Free text for filter" -msgstr "Free text for filter" - -#: ../../enterprise/godmode/policies/policy_linking.php:110 -msgid "List of modules unlinked" -msgstr "List of unlinked modules" - -#: ../../enterprise/godmode/policies/policy_linking.php:137 -#: ../../godmode/setup/links.php:109 -msgid "Link" -msgstr "Link" - -#: ../../enterprise/godmode/policies/policy_linking.php:143 -msgid "There are no defined modules unlinked" -msgstr "There are no defined modules unlinked" - -#: ../../enterprise/godmode/policies/policies.php:114 -msgid "Policy name already exists" -msgstr "Policy name already exists" - -#: ../../enterprise/godmode/policies/policies.php:170 -msgid "Policies Management" -msgstr "Policies Management" - -#: ../../enterprise/godmode/policies/policies.php:186 -msgid "All policy agents added to delete queue" -msgstr "All policy agents added to delete queue." - -#: ../../enterprise/godmode/policies/policies.php:187 -msgid "Policy agents cannot be added to the delete queue" -msgstr "Policy agents cannot be added to the delete queue." - -#: ../../enterprise/godmode/policies/policies.php:233 -#: ../../operation/agentes/estado_agente.php:171 -#: ../../godmode/agentes/modificar_agente.php:155 -msgid "Recursion" -msgstr "Recursion" - -#: ../../enterprise/godmode/policies/policies.php:237 -msgid "a" -msgstr "a" - -#: ../../enterprise/godmode/policies/policies.php:310 -msgid "Policy updated" -msgstr "Policy updated." - -#: ../../enterprise/godmode/policies/policies.php:314 -msgid "Pending update policy only database" -msgstr "Pending update policy only database" - -#: ../../enterprise/godmode/policies/policies.php:318 -msgid "Pending update policy" -msgstr "Pending update policy" - -#: ../../enterprise/godmode/policies/policies.php:395 -msgid "A policy with agents cannot be deleted. Purge it first" -msgstr "A policy with agents cannot be deleted. Please purge it first." - -#: ../../enterprise/godmode/policies/policies.php:401 -msgid "Deleting all policy agents" -msgstr "Deleting all policy agents" - -#: ../../enterprise/godmode/policies/policies.php:404 -msgid "All the policy agents will be deleted" -msgstr "All the policy agents will be deleted." - -#: ../../enterprise/godmode/policies/policies.php:408 -msgid "Delete all agents" -msgstr "Delete all agents" - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "Add policy" - -#: ../../enterprise/godmode/policies/policy_collections.php:68 -msgid "" -"Successfully added to delete the collection. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to deletion of the collection. It will be deleted in the " -"next policy application." - -#: ../../enterprise/godmode/policies/policy_collections.php:73 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -#: ../../enterprise/godmode/policies/policy_agents.php:95 -#: ../../enterprise/godmode/policies/policy_modules.php:924 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -msgid "Successfully reverted deletion" -msgstr "Reverting deletion successful." - -#: ../../enterprise/godmode/policies/policy_collections.php:74 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:925 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -msgid "Could not be reverted" -msgstr "Could not be reverted." - -#: ../../enterprise/godmode/policies/policy_queue.php:101 -msgid "Operations successfully deleted from the queue" -msgstr "Operations successfully deleted from the queue." - -#: ../../enterprise/godmode/policies/policy_queue.php:102 -msgid "Operations cannot be deleted from the queue" -msgstr "Operations cannot be deleted from the queue." - -#: ../../enterprise/godmode/policies/policy_queue.php:160 -msgid "Update pending" -msgstr "Update pending" - -#: ../../enterprise/godmode/policies/policy_queue.php:162 -msgid "Update pending agents" -msgstr "Update pending agents" - -#: ../../enterprise/godmode/policies/policy_queue.php:176 -#: ../../enterprise/godmode/policies/policy_agents.php:428 -msgid "Add to apply queue" -msgstr "Add to apply queue" - -#: ../../enterprise/godmode/policies/policy_queue.php:180 -msgid "Add to apply queue only for database" -msgstr "Add to apply queue only for database" - -#: ../../enterprise/godmode/policies/policy_queue.php:186 -msgid "Link pending modules" -msgstr "Link pending modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:192 -msgid "Will be linked in the next policy application" -msgstr "Will be linked in the next policy application" - -#: ../../enterprise/godmode/policies/policy_queue.php:195 -msgid "Unlink pending modules" -msgstr "Unlink pending modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:201 -msgid "Will be unlinked in the next policy application" -msgstr "Will be unlinked in the next policy application." - -#: ../../enterprise/godmode/policies/policy_queue.php:206 -msgid "Delete pending" -msgstr "Delete pending" - -#: ../../enterprise/godmode/policies/policy_queue.php:208 -msgid "Delete pending agents" -msgstr "Delete pending agents" - -#: ../../enterprise/godmode/policies/policy_queue.php:214 -#: ../../enterprise/godmode/policies/policy_queue.php:223 -#: ../../enterprise/godmode/policies/policy_queue.php:232 -#: ../../enterprise/godmode/policies/policy_queue.php:241 -#: ../../enterprise/godmode/policies/policy_queue.php:250 -#: ../../enterprise/godmode/policies/policy_queue.php:259 -#: ../../enterprise/godmode/policies/policy_queue.php:268 -msgid "Will be deleted in the next policy application" -msgstr "Will be deleted in the next policy application" - -#: ../../enterprise/godmode/policies/policy_queue.php:217 -msgid "Delete pending modules" -msgstr "Delete pending modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:226 -msgid "Delete pending inventory modules" -msgstr "Delete pending inventory modules" - -#: ../../enterprise/godmode/policies/policy_queue.php:235 -msgid "Delete pending alerts" -msgstr "Delete pending alerts" - -#: ../../enterprise/godmode/policies/policy_queue.php:244 -msgid "Delete pending external alerts" -msgstr "Delete pending external alerts" - -#: ../../enterprise/godmode/policies/policy_queue.php:253 -msgid "Delete pending file collections" -msgstr "Delete pending file collections" - -#: ../../enterprise/godmode/policies/policy_queue.php:262 -msgid "Delete pending plugins" -msgstr "Delete pending plugins" - -#: ../../enterprise/godmode/policies/policy_queue.php:274 -msgid "Advices" -msgstr "Advices" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -msgid "Queue summary" -msgstr "Queue summary" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -#: ../../enterprise/godmode/policies/policy_queue.php:364 -#: ../../operation/snmpconsole/snmp_view.php:444 -#: ../../operation/agentes/alerts_status.php:390 -#: ../../operation/agentes/graphs.php:173 -#: ../../godmode/users/user_list.php:249 -#: ../../godmode/snmpconsole/snmp_alert.php:913 -#: ../../godmode/alerts/alert_list.list.php:156 -msgid "Toggle filter(s)" -msgstr "Toggle filter(s)" - -#: ../../enterprise/godmode/policies/policy_queue.php:364 -msgid "Queue filter" -msgstr "Queue filter" - -#: ../../enterprise/godmode/policies/policy_queue.php:459 -msgid "Empty queue" -msgstr "Empty queue" - -#: ../../enterprise/godmode/policies/policy_queue.php:476 -msgid "This operation could take a long time" -msgstr "This operation could take a long time." - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "Delete all" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 -msgid "Module is not selected" -msgstr "Module is not selected" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 -#: ../../enterprise/godmode/policies/policy_modules.php:905 -#: ../../enterprise/godmode/policies/policy_modules.php:919 -msgid "" -"Successfully added to delete pending modules. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to modules pending for deletion. They will be deleted in " -"the next policy application." - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 -msgid "Select inventory module" -msgstr "Select inventory module" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 -msgid "There are no defined inventory modules" -msgstr "There are no defined inventory modules" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_agents.php:445 -#: ../../enterprise/godmode/policies/policy_modules.php:1080 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -msgid "Undo deletion" -msgstr "Undo deletion" - -#: ../../enterprise/godmode/policies/policy_plugins.php:33 -msgid "" -"Successfully added to delete pending plugins. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to plugins pending deletion. It will be deleted in the " -"next policy application." - -#: ../../enterprise/godmode/policies/policy_plugins.php:34 -msgid "Cannot be added to delete pending plugins." -msgstr "Cannot be added to plugins pending deletion." - -#: ../../enterprise/godmode/policies/policy_plugins.php:111 -msgid "There are no defined plugins" -msgstr "There are no defined plugins" - -#: ../../enterprise/godmode/policies/policy_agents.php:90 -msgid "" -"Successfully added to delete pending agents. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to agents pending for deletion. They will be deleted in " -"the next policy application." - -#: ../../enterprise/godmode/policies/policy_agents.php:121 -msgid "Successfully added to delete queue" -msgstr "Successfully added to delete queue." - -#: ../../enterprise/godmode/policies/policy_agents.php:122 -msgid "Could not be added to delete queue" -msgstr "Could not be added to the delete queue." - -#: ../../enterprise/godmode/policies/policy_agents.php:157 -msgid "Successfully deleted from delete pending agents" -msgstr "Successfully deleted from agents pending deletion." - -#: ../../enterprise/godmode/policies/policy_agents.php:158 -msgid "Could not be deleted from delete pending agents" -msgstr "Could not be deleted from agents pending deletion" - -#: ../../enterprise/godmode/policies/policy_agents.php:260 -msgid "Agents in Policy" -msgstr "Agents in Policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:297 -msgid "Add agents to policy" -msgstr "Add agents to policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:303 -msgid "Delete agents from policy" -msgstr "Delete agents from policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:339 -msgid "Applied" -msgstr "Applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:340 -msgid "Not applied" -msgstr "Not applied" - -#: ../../enterprise/godmode/policies/policy_agents.php:349 #: ../../operation/agentes/estado_generalagente.php:293 -#: ../../godmode/agentes/agent_manager.php:317 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../godmode/agentes/agent_manager.php:320 #: ../../godmode/agentes/configurar_agente.php:416 #: ../../godmode/agentes/configurar_agente.php:526 #: ../../godmode/servers/servers.build_table.php:160 @@ -16977,1089 +4107,4782 @@ msgstr "Not applied" msgid "Remote configuration" msgstr "Remote configuration" -#: ../../enterprise/godmode/policies/policy_agents.php:351 -msgid "Unlinked modules" -msgstr "Unlinked modules" - -#: ../../enterprise/godmode/policies/policy_agents.php:351 -msgid "U." -msgstr "U." - -#: ../../enterprise/godmode/policies/policy_agents.php:354 -msgid "Add to delete queue" -msgstr "Add to delete queue" - -#: ../../enterprise/godmode/policies/policy_agents.php:354 -#: ../../godmode/agentes/module_manager.php:528 -msgid "D." -msgstr "D." - -#: ../../enterprise/godmode/policies/policy_agents.php:399 -#: ../../godmode/agentes/agent_manager.php:188 -msgid "This agent can be remotely configured" -msgstr "This agent can be configured remotely" - -#: ../../enterprise/godmode/policies/policy_agents.php:404 -msgid "This agent can not be remotely configured" -msgstr "This agent can not be remotely configured." - -#: ../../enterprise/godmode/policies/policy_agents.php:463 -msgid "Need apply" -msgstr "Need apply" - -#: ../../enterprise/godmode/policies/policy_agents.php:471 -msgid "Applying policy" -msgstr "Applying policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:477 -msgid "Deleting from policy" -msgstr "Deleting from policy" - -#: ../../enterprise/godmode/policies/policy_agents.php:491 -#: ../../include/functions_visual_map.php:1203 -#: ../../include/functions_visual_map.php:1428 -#: ../../godmode/massive/massive_delete_agents.php:33 -#: ../../godmode/massive/massive_delete_alerts.php:83 -#: ../../godmode/massive/massive_delete_modules.php:61 -#: ../../godmode/massive/massive_add_alerts.php:73 -#: ../../godmode/massive/massive_add_tags.php:33 -#: ../../godmode/massive/massive_edit_agents.php:90 -#: ../../godmode/massive/massive_delete_tags.php:97 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -msgid "No agents selected" -msgstr "No agents selected" - -#: ../../enterprise/godmode/policies/policy_modules.php:22 -#: ../../enterprise/godmode/policies/policy_modules.php:1200 -#: ../../godmode/agentes/module_manager_editor_common.php:386 -msgid "Not needed" -msgstr "Not needed" - -#: ../../enterprise/godmode/policies/policy_modules.php:213 -msgid "" -"If you change this description, you must change into the text of Data " -"configuration." -msgstr "" -"If you change this description, you must change to the text of Data " -"configuration." - -#: ../../enterprise/godmode/policies/policy_modules.php:286 -msgid "Module macros" -msgstr "Module macros" - -#: ../../enterprise/godmode/policies/policy_modules.php:382 -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." - -#: ../../enterprise/godmode/policies/policy_modules.php:410 -#, php-format -msgid "Successfully added module(s) (%s/%s) to policy %s" -msgstr "Successfully added module(s) (%s/%s) to policy %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:412 -#, php-format -msgid "Could not be added module(s) (%s/%s) to policy %s" -msgstr "module(s) could not be added (%s/%s) to policy %s." - -#: ../../enterprise/godmode/policies/policy_modules.php:654 -msgid "Could not be added module." -msgstr "Module could not be added." - -#: ../../enterprise/godmode/policies/policy_modules.php:875 -msgid "" -"The module type in Data configuration is empty, take from combo box of form." -msgstr "" -"The module type in Data configuration is empty, take it from the combo box " -"of form." - -#: ../../enterprise/godmode/policies/policy_modules.php:878 -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." - -#: ../../enterprise/godmode/policies/policy_modules.php:909 -msgid "Could not be added to deleted all modules." -msgstr "Could not be added to deleted all modules." - -#: ../../enterprise/godmode/policies/policy_modules.php:966 -#: ../../godmode/agentes/configurar_agente.php:1414 -#, php-format -msgid "copy of %s" -msgstr "copy of %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:978 -#: ../../godmode/agentes/configurar_agente.php:1424 -#, php-format -msgid "copy of %s (%d)" -msgstr "copy of %s (%d)" - -#: ../../enterprise/godmode/policies/policy_modules.php:995 -msgid "Successfully duplicate the module." -msgstr "Duplication of the module successful." - -#: ../../enterprise/godmode/policies/policy_modules.php:1048 -msgid "Local component" -msgstr "Local component" - -#: ../../enterprise/godmode/policies/policy_modules.php:1057 -#: ../../enterprise/godmode/policies/policy_modules.php:1058 -#: ../../godmode/agentes/module_manager.php:690 -msgid "Enable module" -msgstr "Enable module" - -#: ../../enterprise/godmode/policies/policy_modules.php:1063 -#: ../../enterprise/godmode/policies/policy_modules.php:1064 -#: ../../godmode/agentes/module_manager.php:695 -msgid "Disable module" -msgstr "Disable module" - -#: ../../enterprise/godmode/policies/policy_modules.php:1114 -msgid "There are no defined modules" -msgstr "There are no defined modules" - -#: ../../enterprise/godmode/policies/policy_modules.php:1131 -#: ../../godmode/massive/massive_copy_modules.php:136 -msgid "Copy modules" -msgstr "Copy modules" - -#: ../../enterprise/godmode/policies/policy_modules.php:1132 -msgid "Copy selected modules to policy: " -msgstr "Copy selected modules to policy : " - -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -#: ../../godmode/agentes/module_manager_editor.php:515 -msgid "No module name provided" -msgstr "No module name provided" - -#: ../../enterprise/godmode/policies/policy_modules.php:1173 -#: ../../godmode/agentes/module_manager_editor.php:516 -msgid "No target IP provided" -msgstr "No target IP provided" - -#: ../../enterprise/godmode/policies/policy_modules.php:1174 -#: ../../godmode/agentes/module_manager_editor.php:517 -msgid "No SNMP OID provided" -msgstr "No SNMP OID provided" - -#: ../../enterprise/godmode/policies/policy_modules.php:1267 -msgid "Variable" -msgstr "Variable" - -#: ../../enterprise/godmode/policies/policy_modules.php:1307 -msgid "Are you sure to copy modules into policy?\\n" -msgstr "Are you sure to copy modules into policy ? \\n" - -#: ../../enterprise/godmode/policies/policy_modules.php:1327 -msgid "Please select any module to copy" -msgstr "Please select any module to copy" - -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 -msgid "Created successfuly" -msgstr "Successfully created" - -#: ../../enterprise/godmode/policies/policy_alerts.php:164 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 -msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next " -"policy application." -msgstr "" -"Successfully added to alerts pending deletion. It will be deleted in the " -"next policy application." - -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 -msgid "Added action successfuly" -msgstr "Action successfully added" - -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 -msgid "Deleted action successfuly" -msgstr "Action successfully deleted" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "Policy module" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -msgid "Duplicated alert" -msgstr "Duplicated alert" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 -msgid "Modules in policy agents" -msgstr "Modules in policy agents" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 -msgid "Alert Template" -msgstr "Alert Template" - -#: ../../enterprise/load_enterprise.php:315 -msgid "Invalid licence." -msgstr "Invalid licence." - -#: ../../enterprise/load_enterprise.php:316 -msgid "Please contact Artica at info@artica.es for a valid licence." -msgstr "Please contact Artica at info@artica.es for a valid licence." - -#: ../../enterprise/load_enterprise.php:318 -msgid "Or disable Pandora FMS enterprise" -msgstr "Or disable Pandora FMS enterprise" - -#: ../../enterprise/load_enterprise.php:405 -#: ../../enterprise/load_enterprise.php:619 -msgid "Request new licence" -msgstr "Request new licence" - -#: ../../enterprise/load_enterprise.php:480 -#, php-format -msgid "" -"License out of limits

" -"This license allows %d agents and you have %d agents configured." -msgstr "" -"Licence out of limits

" -"This licence allows %d agents and you have %d agents configured." - -#: ../../enterprise/load_enterprise.php:485 -#, php-format -msgid "" -"License out of limits

" -"This license allows %d modules and you have %d modules configured." -msgstr "" -"License out of limits

" -"This license allows %d modules and you have %d modules configured." - -#: ../../enterprise/load_enterprise.php:492 -msgid "" -"This license has expired. " -"

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

You cannot get any updates until you've renewed the licence." - -#: ../../enterprise/load_enterprise.php:503 -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 Artica at " -"info@artica.es for a valid licence :" - -#: ../../enterprise/load_enterprise.php:507 -msgid "Please contact Artica at info@artica.es to renew the license." -msgstr "Please contact Artica at info@artica.es to renew the licence." - -#: ../../enterprise/load_enterprise.php:616 -msgid "Renew" -msgstr "Renew" - -#: ../../enterprise/load_enterprise.php:702 -msgid "Activate license" -msgstr "Activate license" - -#: ../../enterprise/load_enterprise.php:703 -msgid "Your request key is:" -msgstr "Your request key is:" - -#: ../../enterprise/load_enterprise.php:705 -#, php-format -msgid "" -"You can activate it manually here or " -"automatically filling the form below:" -msgstr "" -"You can activate it manually here or " -"automatically filling the form below:" - -#: ../../enterprise/load_enterprise.php:710 -msgid "Auth Key:" -msgstr "Auth Key:" - -#: ../../enterprise/load_enterprise.php:717 -#: ../../enterprise/load_enterprise.php:733 -msgid "Online validation" -msgstr "Online validation" - -#: ../../enterprise/load_enterprise.php:726 -msgid "ERROR:" -msgstr "ERROR:" - -#: ../../enterprise/load_enterprise.php:726 -msgid "When connecting to Artica server." -msgstr "When connecting to Artica server." - -#: ../../mobile/index.php:206 ../../mobile/operation/groups.php:52 -#: ../../mobile/operation/agent.php:59 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/module_graph.php:270 -#: ../../mobile/operation/modules.php:174 -#: ../../mobile/operation/tactical.php:69 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/events.php:426 -#: ../../mobile/operation/visualmaps.php:84 -#: ../../mobile/operation/agents.php:146 -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 should need help.

. Please remember " -"that any attempts to access this page will be recorded on the Pandora FMS " -"System Database." - -#: ../../mobile/include/user.class.php:153 -#: ../../mobile/include/user.class.php:171 -#: ../../mobile/include/user.class.php:178 -msgid "Double authentication failed" -msgstr "Double authentication failed" - -#: ../../mobile/include/user.class.php:154 -msgid "Secret code not found" -msgstr "Secret code not found" - -#: ../../mobile/include/user.class.php:155 -msgid "Please contact the administrator to reset your double authentication" -msgstr "Please contact the administrator to reset your double authentication" - -#: ../../mobile/include/user.class.php:179 -msgid "There was an error checking the code" -msgstr "There was an error checking the code" - -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" -msgstr "Login Failed" - -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." -msgstr "User not found in database or wrong password." - -#: ../../mobile/include/user.class.php:220 -msgid "Login out" -msgstr "Logout" - -#: ../../mobile/include/user.class.php:238 -msgid "user" -msgstr "User" - -#: ../../mobile/include/user.class.php:245 -msgid "password" -msgstr "Password" - -#: ../../mobile/include/user.class.php:295 -#: ../../mobile/include/user.class.php:296 ../../general/login_page.php:143 -msgid "Authenticator code" -msgstr "Authentication code" - -#: ../../mobile/include/user.class.php:300 ../../general/login_page.php:149 -msgid "Check code" -msgstr "Check code" - -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 ../../general/footer.php:30 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Build %s" - -#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 -msgid "Pandora FMS mobile" -msgstr "Pandora FMS : Mobile" - -#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:154 -msgid "Home" -msgstr "Home" - -#: ../../mobile/include/ui.class.php:630 -msgid "Not found header." -msgstr "Header not found." - -#: ../../mobile/include/ui.class.php:633 -msgid "Not found content." -msgstr "Content not found." - -#: ../../mobile/include/ui.class.php:636 -msgid "Not found footer." -msgstr "Footer not found." - -#: ../../mobile/include/ui.class.php:639 -msgid "Incorrect form." -msgstr "Incorrect form." - -#: ../../mobile/include/ui.class.php:642 -msgid "Incorrect grid." -msgstr "Wrong grid." - -#: ../../mobile/include/ui.class.php:645 -msgid "Incorrect collapsible." -msgstr "Wrong collapsible." - -#: ../../mobile/operation/groups.php:102 ../../mobile/operation/groups.php:103 -#: ../../mobile/operation/groups.php:104 -#: ../../include/functions_groups.php:764 -#: ../../include/functions_groups.php:766 -#: ../../include/functions_groups.php:768 -#: ../../include/functions_groups.php:769 -#: ../../include/functions_groups.php:770 -#: ../../include/functions_reporting_html.php:2586 -msgid "Agents unknown" -msgstr "Unknown agents" - -#: ../../mobile/operation/agent.php:104 -msgid "PandoraFMS: Agents" -msgstr "PandoraFMS : Agents" - -#: ../../mobile/operation/agent.php:109 -msgid "No agent found" -msgstr "No agent found." - -#: ../../mobile/operation/agent.php:117 ../../include/ajax/module.php:825 -#: ../../include/class/Tree.class.php:1772 -#: ../../operation/agentes/estado_agente.php:522 -#: ../../operation/agentes/estado_generalagente.php:83 -#: ../../godmode/agentes/agent_manager.php:393 -#: ../../godmode/agentes/modificar_agente.php:470 -#: ../../godmode/agentes/module_manager_editor_common.php:518 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/planned_downtime.list.php:425 -#: ../../godmode/agentes/module_manager.php:584 -#: ../../godmode/massive/massive_edit_agents.php:397 -#: ../../godmode/massive/massive_edit_modules.php:570 -msgid "Quiet" -msgstr "Quiet" - -#: ../../mobile/operation/agent.php:131 ../../extensions/net_tools.php:131 -#: ../../operation/agentes/estado_generalagente.php:148 -msgid "IP address" -msgstr "IP address" - -#: ../../mobile/operation/agent.php:161 -msgid "Modules by status" -msgstr "Modules by status" - -#: ../../mobile/operation/agent.php:169 -#: ../../include/functions_treeview.php:563 -#: ../../operation/agentes/estado_generalagente.php:596 +#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../enterprise/extensions/ipam/ipam_network.php:542 +#: ../../enterprise/extensions/ipam/ipam_massive.php:79 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 +#: ../../enterprise/godmode/setup/setup.php:98 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/include/functions_reporting_pdf.php:2340 +#: ../../godmode/alerts/configure_alert_template.php:658 +#: ../../include/functions_reporting_html.php:1553 +#: ../../include/functions_groups.php:2158 +msgid "Enabled" +msgstr "Enabled" + +#: ../../operation/agentes/estado_generalagente.php:311 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 +#: ../../include/functions_treeview.php:571 +msgid "Position (Long, Lat)" +msgstr "Position (Long, Lat)" + +#: ../../operation/agentes/estado_generalagente.php:314 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 +msgid "There is no GIS data." +msgstr "There is no GIS data." + +#: ../../operation/agentes/estado_generalagente.php:330 +#: ../../operation/agentes/ver_agente.php:946 +#: ../../operation/agentes/ver_agente.php:1152 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 +#: ../../godmode/agentes/agent_manager.php:392 +#: ../../include/functions_treeview.php:580 +msgid "Url address" +msgstr "URL address" + +#: ../../operation/agentes/estado_generalagente.php:339 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 +#: ../../include/functions_treeview.php:588 +msgid "Timezone Offset" +msgstr "Timezone Offset" + +#: ../../operation/agentes/estado_generalagente.php:389 +msgid "Active incident on this agent" +msgstr "Active incident on this agent" + +#: ../../operation/agentes/estado_generalagente.php:393 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../godmode/setup/news.php:222 +msgid "Author" +msgstr "Author" + +#: ../../operation/agentes/estado_generalagente.php:398 +#: ../../operation/integria_incidents/incident.incident.php:82 +#: ../../enterprise/dashboard/widget.php:60 +msgid "Title" +msgstr "Title" + +#: ../../operation/agentes/estado_generalagente.php:403 +#: ../../operation/agentes/status_monitor.php:986 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/snmpconsole/snmp_view.php:531 +#: ../../operation/messages/message_list.php:127 +#: ../../operation/integria_incidents/incident.files.php:43 +#: ../../operation/search_modules.php:54 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/events/events.php:89 +#: ../../enterprise/meta/include/functions_events_meta.php:73 +#: ../../enterprise/include/functions_reporting_csv.php:224 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_inventory.php:65 +#: ../../enterprise/include/functions_inventory.php:240 +#: ../../enterprise/include/functions_reporting_pdf.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1333 +#: ../../enterprise/include/functions_reporting_pdf.php:1468 +#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:898 +#: ../../include/functions_events.php:2341 +#: ../../include/functions_events.php:3312 ../../include/ajax/events.php:466 +#: ../../include/functions_reporting.php:5486 +#: ../../include/functions_netflow.php:287 +#: ../../include/functions_reporting_html.php:535 +#: ../../include/functions_reporting_html.php:665 +#: ../../include/functions_reporting_html.php:1147 +#: ../../include/functions_reporting_html.php:2081 +#: ../../mobile/operation/modules.php:505 +#: ../../mobile/operation/modules.php:676 +#: ../../mobile/operation/events.php:473 +msgid "Timestamp" +msgstr "Timestamp" + +#: ../../operation/agentes/estado_generalagente.php:408 +#: ../../operation/integria_incidents/incident.list.php:97 +#: ../../operation/integria_incidents/incident.incident.php:90 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 +#: ../../enterprise/godmode/alerts/alert_events.php:505 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../godmode/snmpconsole/snmp_alert.php:835 +#: ../../godmode/snmpconsole/snmp_alert.php:900 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/configure_alert_template.php:762 +#: ../../include/functions_events.php:2171 +#: ../../include/functions_reporting_html.php:2137 +msgid "Priority" +msgstr "Priority" + +#: ../../operation/agentes/estado_generalagente.php:449 +#: ../../include/functions_treeview.php:708 +msgid "Interface information" +msgstr "Interface information" + +#: ../../operation/agentes/estado_generalagente.php:478 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:523 +#: ../../include/functions_treeview.php:686 +msgid "Interface traffic" +msgstr "Interface traffic" + +#: ../../operation/agentes/estado_generalagente.php:539 +msgid "Events info (24hr.)" +msgstr "Event info (24hrs.)" + +#: ../../operation/agentes/estado_generalagente.php:599 +#: ../../include/functions_treeview.php:634 +#: ../../mobile/operation/agent.php:188 msgid "Events (24h)" msgstr "Events (24h)" -#: ../../mobile/operation/agent.php:205 -#, php-format -msgid "Last %s Events" -msgstr "Last %s events" +#: ../../operation/agentes/estado_generalagente.php:618 +msgid "Refresh data" +msgstr "Refresh data" -#: ../../mobile/operation/networkmaps.php:112 -#: ../../mobile/operation/home.php:72 -msgid "Networkmaps" -msgstr "Network maps" +#: ../../operation/agentes/estado_generalagente.php:620 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../enterprise/operation/services/services.list.php:448 +#: ../../enterprise/extensions/ipam/ipam_network.php:154 +#: ../../enterprise/godmode/agentes/inventory_manager.php:270 +#: ../../include/ajax/module.php:779 ../../include/functions_ui.php:821 +#: ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 +msgid "Force" +msgstr "Force" -#: ../../mobile/operation/networkmaps.php:120 -#, php-format -msgid "Filter Networkmaps by %s" -msgstr "Filter Network maps by %s" +#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:59 +msgid "Monitor detail" +msgstr "Monitor detail" -#: ../../mobile/operation/networkmaps.php:150 -#: ../../mobile/operation/modules.php:261 -#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/events.php:654 -#: ../../mobile/operation/agents.php:201 -msgid "Apply Filter" -msgstr "Apply Filter" +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" +msgstr "Monitor view" -#: ../../mobile/operation/networkmaps.php:202 -#: ../../mobile/operation/networkmap.php:164 -msgid "No networkmaps" -msgstr "No network maps" +#: ../../operation/agentes/status_monitor.php:302 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../operation/events/events_list.php:560 +#: ../../enterprise/dashboard/widgets/events_list.php:34 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:331 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/events/event_edit_filter.php:231 +#: ../../include/functions.php:1081 ../../include/functions_events.php:1435 +#: ../../mobile/operation/modules.php:43 +msgid "Not normal" +msgstr "Not normal" -#: ../../mobile/operation/networkmaps.php:216 -#: ../../mobile/operation/modules.php:677 -#: ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/events.php:1060 -#: ../../mobile/operation/agents.php:426 -msgid "(Default)" -msgstr "(Default)" +#: ../../operation/agentes/status_monitor.php:305 +msgid "Monitor status" +msgstr "Monitor status" -#: ../../mobile/operation/networkmaps.php:222 -#: ../../mobile/operation/modules.php:684 -#: ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/events.php:1086 -#: ../../mobile/operation/agents.php:432 -#, php-format -msgid "Group: %s" -msgstr "Group : %s" +#: ../../operation/agentes/status_monitor.php:310 +#: ../../operation/agentes/ver_agente.php:726 +#: ../../operation/agentes/estado_monitores.php:443 +#: ../../extensions/agents_modules.php:76 +#: ../../enterprise/operation/agentes/ver_agente.php:33 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 +#: ../../enterprise/godmode/modules/configure_local_component.php:211 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 +#: ../../godmode/reporting/reporting_builder.item_editor.php:886 +#: ../../godmode/agentes/module_manager_editor_common.php:167 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/modules/manage_network_components_form_common.php:95 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_events.php:2073 +#: ../../include/functions_graph.php:5192 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +msgid "Module group" +msgstr "Module group" -#: ../../mobile/operation/networkmaps.php:229 -#: ../../mobile/operation/events.php:1098 -#, php-format -msgid "Type: %s" -msgstr "Type: %s" +#: ../../operation/agentes/status_monitor.php:311 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 +#: ../../godmode/agentes/module_manager_editor_common.php:169 +#: ../../godmode/massive/massive_edit_modules.php:513 +#: ../../include/functions_treeview.php:118 +#: ../../include/functions_graph.php:5145 +msgid "Not assigned" +msgstr "Not assigned" -#: ../../mobile/operation/module_graph.php:366 -#: ../../mobile/operation/module_graph.php:375 -#, php-format -msgid "PandoraFMS: %s" -msgstr "PandoraFMS : %s" +#: ../../operation/agentes/status_monitor.php:326 +#: ../../operation/incidents/incident.php:238 +msgid "Show" +msgstr "Show" -#: ../../mobile/operation/module_graph.php:389 -#, php-format -msgid "Options for %s : %s" -msgstr "Options for %s : %s" +#: ../../operation/agentes/status_monitor.php:331 +#: ../../operation/agentes/status_monitor.php:954 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 +#: ../../enterprise/include/functions_reporting_pdf.php:2357 +#: ../../godmode/agentes/agent_template.php:227 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/modules/manage_network_components.php:565 +#: ../../include/ajax/module.php:727 ../../mobile/operation/modules.php:447 +#: ../../mobile/operation/modules.php:672 +msgid "Module name" +msgstr "Module name" -#: ../../mobile/operation/module_graph.php:396 -msgid "Show Alerts" -msgstr "Show Alerts" +#: ../../operation/agentes/status_monitor.php:335 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../operation/search_results.php:160 +#: ../../operation/integria_incidents/incident.list.php:76 +#: ../../operation/incidents/incident.php:294 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../enterprise/operation/agentes/agent_inventory.php:90 +#: ../../enterprise/operation/agentes/agent_inventory.php:95 +#: ../../enterprise/operation/inventory/inventory.php:179 +#: ../../enterprise/operation/inventory/inventory.php:219 +#: ../../enterprise/operation/services/services.list.php:143 +#: ../../enterprise/operation/services/services.list.php:182 +#: ../../enterprise/operation/log/log_viewer.php:170 +#: ../../enterprise/operation/log/log_viewer.php:238 +#: ../../enterprise/extensions/translate_string.php:265 +#: ../../enterprise/godmode/policies/policy_collections.php:182 +#: ../../enterprise/godmode/policies/policy_agents.php:366 +#: ../../enterprise/godmode/policies/policy_agents.php:371 +#: ../../enterprise/godmode/agentes/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:50 +#: ../../enterprise/godmode/alerts/alert_events_list.php:364 +#: ../../enterprise/godmode/alerts/alert_events_list.php:368 +#: ../../enterprise/godmode/modules/local_components.php:450 +#: ../../enterprise/godmode/modules/local_components.php:464 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 +#: ../../enterprise/meta/general/main_header.php:491 +#: ../../enterprise/meta/agentsearch.php:68 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/agentes/modificar_agente.php:169 +#: ../../godmode/agentes/modificar_agente.php:173 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/modules/manage_network_components.php:524 +#: ../../include/functions_snmp_browser.php:556 +msgid "Search" +msgstr "Search" -#: ../../mobile/operation/module_graph.php:404 -msgid "Show Events" -msgstr "Show Events" +#: ../../operation/agentes/status_monitor.php:379 +#: ../../godmode/agentes/module_manager_editor_data.php:17 +msgid "Data server module" +msgstr "Data server module" -#: ../../mobile/operation/module_graph.php:412 -#: ../../operation/agentes/stat_win.php:373 -msgid "Time compare (Separated)" -msgstr "Time comparison (separated)" +#: ../../operation/agentes/status_monitor.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:64 +msgid "Network server module" +msgstr "Network server module" -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:379 -msgid "Show unknown graph" -msgstr "Show unknown graph" +#: ../../operation/agentes/status_monitor.php:383 +#: ../../godmode/agentes/module_manager_editor_plugin.php:47 +msgid "Plugin server module" +msgstr "Plug-in server module" -#: ../../mobile/operation/module_graph.php:436 -msgid "Avg Only" -msgstr "Avg Only" +#: ../../operation/agentes/status_monitor.php:385 +#: ../../godmode/agentes/module_manager_editor_wmi.php:32 +msgid "WMI server module" +msgstr "WMI server module" -#: ../../mobile/operation/module_graph.php:441 -msgid "Time range (hours)" -msgstr "Time range (hours)" +#: ../../operation/agentes/status_monitor.php:387 +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +msgid "Prediction server module" +msgstr "Prediction server module" -#: ../../mobile/operation/module_graph.php:454 -#: ../../operation/agentes/exportdata.php:301 -#: ../../operation/agentes/interface_traffic_graph_win.php:216 -#: ../../operation/agentes/stat_win.php:298 -#: ../../operation/agentes/graphs.php:133 -msgid "Begin date" -msgstr "Begin date" +#: ../../operation/agentes/status_monitor.php:389 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:32 +msgid "Web server module" +msgstr "Web server module" -#: ../../mobile/operation/module_graph.php:461 -msgid "Update graph" -msgstr "Update graph" +#: ../../operation/agentes/status_monitor.php:393 +#: ../../operation/agentes/status_monitor.php:958 +#, fuzzy +msgid "Server type" +msgstr "Severity" -#: ../../mobile/operation/module_graph.php:470 -msgid "Error get the graph" -msgstr "Error retrieving the graph" +#: ../../operation/agentes/status_monitor.php:397 +#: ../../godmode/agentes/modificar_agente.php:158 +msgid "Only enabled" +msgstr "Only enabled" -#: ../../mobile/operation/modules.php:194 -#, php-format -msgid "Filter Modules by %s" -msgstr "Filter Modules by %s" +#: ../../operation/agentes/status_monitor.php:397 +#: ../../godmode/agentes/modificar_agente.php:157 +msgid "Only disabled" +msgstr "Only disabled" -#: ../../mobile/operation/modules.php:434 -#: ../../include/functions_modules.php:1834 +#: ../../operation/agentes/status_monitor.php:399 +#, fuzzy +msgid "Show monitors..." +msgstr "No Monitors" + +#: ../../operation/agentes/status_monitor.php:409 +#, fuzzy +msgid "Data type" +msgstr "Data table" + +#: ../../operation/agentes/status_monitor.php:528 +msgid "Advanced Options" +msgstr "Advanced Options" + +#: ../../operation/agentes/status_monitor.php:532 +#: ../../operation/agentes/alerts_status.php:390 ../../operation/tree.php:184 +#: ../../operation/events/events_list.php:642 +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/modules/local_components.php:457 +#: ../../enterprise/meta/advanced/policymanager.queue.php:244 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 +#: ../../enterprise/meta/agentsearch.php:71 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 +#: ../../godmode/reporting/reporting_builder.list_items.php:205 +#: ../../godmode/users/user_list.php:243 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/modules/manage_network_components.php:532 +#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 +msgid "Show Options" +msgstr "Show Options" + +#: ../../operation/agentes/status_monitor.php:942 +#: ../../operation/agentes/ver_agente.php:1146 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/policy_view.php:48 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:201 +#: ../../enterprise/extensions/resource_exportation/functions.php:17 +#: ../../enterprise/godmode/policies/policy_queue.php:331 +#: ../../enterprise/godmode/policies/policy_queue.php:374 +#: ../../enterprise/godmode/agentes/plugins_manager.php:110 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/inventory_manager.php:231 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 +#: ../../enterprise/meta/advanced/policymanager.sync.php:306 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/include/functions_policies.php:3785 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../godmode/alerts/alert_view.php:123 ../../include/ajax/module.php:721 +msgid "Policy" +msgstr "Policy" + +#: ../../operation/agentes/status_monitor.php:942 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/inventory_manager.php:232 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/ajax/module.php:721 +msgid "P." +msgstr "P." + +#: ../../operation/agentes/status_monitor.php:948 +#, fuzzy +msgid "Data Type" +msgstr "Data : " + +#: ../../operation/agentes/status_monitor.php:973 +#: ../../operation/search_modules.php:52 +#: ../../extensions/realtime_graphs.php:72 +#: ../../enterprise/operation/services/services.service.php:134 +#: ../../enterprise/operation/services/services.list.php:323 +#: ../../enterprise/dashboard/widgets/custom_graph.php:33 +#: ../../include/functions_pandora_networkmap.php:1382 +#: ../../include/functions_events.php:2101 ../../include/ajax/module.php:736 +#: ../../include/functions_visual_map_editor.php:56 +msgid "Graph" +msgstr "Graph" + +#: ../../operation/agentes/status_monitor.php:976 +#: ../../godmode/agentes/module_manager.php:529 +#: ../../include/ajax/module.php:734 +msgid "Warn" +msgstr "Warn" + +#: ../../operation/agentes/status_monitor.php:1137 #: ../../operation/search_modules.php:104 -#: ../../operation/agentes/status_monitor.php:1119 +#: ../../include/functions_modules.php:1849 +#: ../../mobile/operation/modules.php:461 msgid "NOT INIT" msgstr "Non- initialized" -#: ../../mobile/operation/modules.php:473 -msgid "Interval." -msgstr "Interval" +#: ../../operation/agentes/status_monitor.php:1355 +#: ../../operation/agentes/status_monitor.php:1361 +#: ../../enterprise/include/functions_services.php:1569 +#: ../../include/functions_ui.php:3657 +msgid "Snapshot view" +msgstr "Command Snapshot view" -#: ../../mobile/operation/modules.php:479 -msgid "Last update." -msgstr "Last update" +#: ../../operation/agentes/status_monitor.php:1435 +msgid "This group doesn't have any monitor" +msgstr "This group doesn't have any monitor" -#: ../../mobile/operation/modules.php:558 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" -msgstr "No modules" +#: ../../operation/agentes/status_monitor.php:1522 +#: ../../operation/agentes/estado_monitores.php:347 +#: ../../operation/tree.php:357 +#: ../../enterprise/dashboard/widgets/tree_view.php:282 +msgid "Module: " +msgstr "Module: " -#: ../../mobile/operation/modules.php:692 +#: ../../operation/agentes/stat_win.php:44 +#: ../../operation/agentes/interface_traffic_graph_win.php:48 +msgid "There was a problem connecting with the node" +msgstr "There was a problem connecting with the node" + +#: ../../operation/agentes/stat_win.php:112 +msgid "There was a problem locating the source of the graph" +msgstr "There was a problem locating the graph source" + +#: ../../operation/agentes/stat_win.php:263 +#: ../../operation/agentes/interface_traffic_graph_win.php:200 +msgid "Pandora FMS Graph configuration menu" +msgstr "Pandora FMS' graph configuration menu" + +#: ../../operation/agentes/stat_win.php:265 +#: ../../operation/agentes/interface_traffic_graph_win.php:202 +msgid "Please, make your changes and apply with the Reload button" +msgstr "" +"Please establish your changes and apply the with the Reload button" + +#: ../../operation/agentes/stat_win.php:292 +#: ../../operation/agentes/interface_traffic_graph_win.php:219 +msgid "Refresh time" +msgstr "Refresh time" + +#: ../../operation/agentes/stat_win.php:300 +msgid "Avg. Only" +msgstr "Avg. Only" + +#: ../../operation/agentes/stat_win.php:315 +msgid "Begin time" +msgstr "Start time" + +#: ../../operation/agentes/stat_win.php:321 +#: ../../operation/agentes/interface_traffic_graph_win.php:244 +msgid "Zoom factor" +msgstr "Zoom factor" + +#: ../../operation/agentes/stat_win.php:351 +msgid "" +"Show events is disabled because this Pandora node is set the event " +"replication." +msgstr "" +"'Show events' is disabled because this Pandora node is set to event " +"replication." + +#: ../../operation/agentes/stat_win.php:363 +msgid "Show event graph" +msgstr "Show event graph" + +#: ../../operation/agentes/stat_win.php:372 +#: ../../operation/agentes/interface_traffic_graph_win.php:238 +msgid "Show percentil 95º" +msgstr "Show percentil 95º" + +#: ../../operation/agentes/stat_win.php:378 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:245 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1244 +#: ../../mobile/operation/module_graph.php:420 +msgid "Time compare (Overlapped)" +msgstr "Time comparison (overlapped)" + +#: ../../operation/agentes/stat_win.php:384 +#: ../../mobile/operation/module_graph.php:412 +msgid "Time compare (Separated)" +msgstr "Time comparison (separated)" + +#: ../../operation/agentes/stat_win.php:390 +#: ../../mobile/operation/module_graph.php:428 +msgid "Show unknown graph" +msgstr "Show unknown graph" + +#: ../../operation/agentes/stat_win.php:415 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +msgstr "Reload" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "Current data at" + +#: ../../operation/agentes/networkmap.dinamic.php:130 +#: ../../enterprise/operation/policies/networkmap.policies.php:64 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:683 +#: ../../enterprise/include/class/NetworkmapEnterprise.class.php:227 +#: ../../include/functions_pandora_networkmap.php:99 +#: ../../mobile/operation/networkmap.php:110 +#: ../../mobile/operation/networkmap.php:129 +#: ../../mobile/operation/networkmap.php:146 +msgid "Pandora FMS" +msgstr "Pandora FMS" + +#: ../../operation/agentes/exportdata.excel.php:67 +#: ../../operation/agentes/exportdata.csv.php:68 +#: ../../operation/agentes/exportdata.php:82 +msgid "Invalid time specified" +msgstr "Invalid time specified" + +#: ../../operation/agentes/exportdata.excel.php:164 +#: ../../operation/agentes/exportdata.csv.php:181 +#: ../../operation/agentes/exportdata.php:217 +msgid "No modules specified" +msgstr "No modules specified" + +#: ../../operation/agentes/status_events.php:31 +#: ../../operation/agentes/status_events.php:32 +msgid "Latest events for this agent" +msgstr "Latest events for this agent" + +#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:406 +msgid "Export data" +msgstr "Export data" + +#: ../../operation/agentes/exportdata.php:243 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 +#: ../../godmode/db/db_refine.php:83 +msgid "Source agent" +msgstr "Source agent" + +#: ../../operation/agentes/exportdata.php:275 +msgid "No modules of type string. You can not calculate their average" +msgstr "No string type modules. You cannot calculate their average." + +#: ../../operation/agentes/exportdata.php:318 +#: ../../enterprise/operation/log/log_viewer.php:223 +#: ../../enterprise/include/functions_netflow_pdf.php:163 +msgid "End date" +msgstr "End date" + +#: ../../operation/agentes/exportdata.php:326 +msgid "Export type" +msgstr "Export type" + +#: ../../operation/agentes/exportdata.php:329 +#: ../../include/functions_netflow.php:1031 +msgid "Data table" +msgstr "Data table" + +#: ../../operation/agentes/exportdata.php:330 +#: ../../extensions/insert_data.php:169 +#: ../../enterprise/operation/reporting/custom_reporting.php:21 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 +msgid "CSV" +msgstr "CSV" + +#: ../../operation/agentes/exportdata.php:331 +msgid "MS Excel" +msgstr "MS Excel" + +#: ../../operation/agentes/exportdata.php:332 +msgid "Average per hour/day" +msgstr "Average per hour/day" + +#: ../../operation/agentes/exportdata.php:340 +#: ../../extensions/resource_exportation.php:350 +#: ../../extensions/resource_exportation.php:353 +#: ../../enterprise/extensions/resource_exportation/functions.php:19 +msgid "Export" +msgstr "Export" + +#: ../../operation/agentes/datos_agente.php:165 +msgid "Received data from" +msgstr "Received data from" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "Main database" +msgstr "Main database" + +#: ../../operation/agentes/datos_agente.php:172 +#: ../../enterprise/godmode/menu__.php:89 +#: ../../enterprise/godmode/menu.php:102 +#: ../../enterprise/include/functions_setup.php:33 +#: ../../enterprise/include/functions_setup.php:63 +msgid "History database" +msgstr "Historical database" + +#: ../../operation/agentes/datos_agente.php:173 +msgid "" +"Switch between the main database and the history database to retrieve module " +"data" +msgstr "" +"Switch between the main database and the historical database in order to " +"retrieve module data." + +#: ../../operation/agentes/datos_agente.php:185 +#: ../../include/ajax/module.php:135 +msgid "Choose a time from now" +msgstr "Choose a time from now" + +#: ../../operation/agentes/datos_agente.php:188 +#: ../../include/ajax/module.php:147 +msgid "Specify time range" +msgstr "Specify time range" + +#: ../../operation/agentes/datos_agente.php:189 +#: ../../operation/events/events_list.php:486 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449 +#: ../../include/ajax/module.php:148 +msgid "Timestamp from:" +msgstr "Timestamp from:" + +#: ../../operation/agentes/datos_agente.php:195 +#: ../../operation/events/events_list.php:489 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 +#: ../../include/ajax/module.php:156 +msgid "Timestamp to:" +msgstr "Timestamp to:" + +#: ../../operation/agentes/datos_agente.php:286 +#: ../../godmode/agentes/module_manager.php:487 +#: ../../include/ajax/module.php:331 +msgid "No available data to show" +msgstr "No available data to show" + +#: ../../operation/agentes/estado_agente.php:135 +#: ../../operation/gis_maps/render_view.php:116 +#: ../../enterprise/godmode/policies/configure_policy.php:38 +#: ../../enterprise/include/functions_policies.php:3199 +#: ../../godmode/agentes/configurar_agente.php:268 +#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:232 +#: ../../godmode/menu.php:239 +msgid "Setup" +msgstr "Setup" + +#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:54 +#: ../../godmode/agentes/agent_manager.php:165 +msgid "Agent detail" +msgstr "Agent detail" + +#: ../../operation/agentes/estado_agente.php:156 +msgid "Sucessfully deleted agent" +msgstr "Agent sucessfully deleted" + +#: ../../operation/agentes/estado_agente.php:158 +msgid "There was an error message deleting the agent" +msgstr "An error message appeared when deleting the agent" + +#: ../../operation/agentes/estado_agente.php:175 +#: ../../enterprise/godmode/policies/policies.php:233 +#: ../../godmode/agentes/modificar_agente.php:165 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +msgid "Recursion" +msgstr "Recursion" + +#: ../../operation/agentes/estado_agente.php:526 +#: ../../operation/agentes/ver_agente.php:889 +#: ../../operation/agentes/ver_agente.php:1128 +#: ../../operation/search_results.php:93 ../../operation/search_agents.php:65 +#: ../../extensions/agents_alerts.php:253 +#: ../../enterprise/godmode/policies/policies.php:349 +#: ../../enterprise/godmode/policies/policy_alerts.php:32 +#: ../../enterprise/godmode/alerts/alert_events_list.php:67 +#: ../../enterprise/godmode/alerts/alert_events_list.php:114 +#: ../../enterprise/godmode/alerts/alert_events_list.php:129 +#: ../../enterprise/godmode/alerts/alert_events_list.php:144 +#: ../../enterprise/godmode/alerts/alert_events.php:71 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +#: ../../enterprise/godmode/services/services.service.php:312 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 +#: ../../enterprise/meta/agentsearch.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 +#: ../../enterprise/include/functions_policies.php:3256 +#: ../../enterprise/include/functions_reporting_pdf.php:706 +#: ../../godmode/agentes/modificar_agente.php:574 +#: ../../godmode/agentes/configurar_agente.php:287 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:161 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/alerts/configure_alert_special_days.php:55 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../godmode/alerts/alert_list.php:330 +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../godmode/alerts/alert_special_days.php:44 +#: ../../godmode/alerts/configure_alert_action.php:56 +#: ../../godmode/alerts/configure_alert_action.php:65 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/menu.php:141 ../../include/functions_treeview.php:321 +#: ../../include/functions_reports.php:601 +#: ../../include/functions_reports.php:603 +#: ../../include/functions_reports.php:606 +#: ../../include/functions_graph.php:748 +#: ../../include/functions_graph.php:3825 +#: ../../include/functions_graph.php:4503 +#: ../../include/functions_reporting_html.php:1107 +#: ../../include/functions_reporting_html.php:2509 +#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:323 ../../mobile/operation/agent.php:219 +#: ../../mobile/include/functions_web.php:25 +msgid "Alerts" +msgstr "Alerts" + +#: ../../operation/agentes/estado_agente.php:575 +#: ../../operation/visual_console/render_view.php:130 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/operation/agentes/transactional_map.php:276 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 +#: ../../enterprise/meta/screens/screens.visualmap.php:149 +#: ../../enterprise/meta/screens/screens.visualmap.php:165 +#: ../../godmode/reporting/visual_console_builder.php:686 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:578 +#: ../../godmode/agentes/configurar_agente.php:256 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/setup/setup_visuals.php:142 +#: ../../godmode/setup/setup_visuals.php:162 +#: ../../godmode/setup/setup_visuals.php:181 +#: ../../godmode/setup/setup_visuals.php:192 +#: ../../godmode/setup/setup_visuals.php:263 +msgid "View" +msgstr "View" + +#: ../../operation/agentes/estado_agente.php:591 +#, fuzzy +msgid "Remote config" +msgstr "Remote configuration" + +#: ../../operation/agentes/estado_agente.php:633 +#: ../../operation/agentes/estado_agente.php:653 +#: ../../operation/snmpconsole/snmp_view.php:582 +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 +#: ../../godmode/agentes/modificar_agente.php:650 +msgid "Create agent" +msgstr "Create agent" + +#: ../../operation/agentes/estado_agente.php:649 +#: ../../operation/agentes/group_view.php:430 +#: ../../godmode/agentes/modificar_agente.php:642 +msgid "There are no defined agents" +msgstr "There are no defined agents" + +#: ../../operation/agentes/group_view.php:70 +#: ../../operation/users/user_edit.php:307 ../../operation/menu.php:48 +#: ../../enterprise/meta/monitoring/group_view.php:46 +msgid "Group view" +msgstr "Group view" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "Summary of the status groups" + +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../operation/search_results.php:73 +#: ../../extensions/agents_alerts.php:177 +#: ../../extensions/agents_modules.php:195 +#: ../../enterprise/operation/services/services.service_map.php:125 +#: ../../enterprise/godmode/policies/policy_queue.php:375 +#: ../../enterprise/godmode/policies/policies.php:256 +#: ../../enterprise/godmode/policies/policies.php:361 +#: ../../enterprise/godmode/policies/policy_agents.php:283 +#: ../../enterprise/godmode/policies/policy_agents.php:341 +#: ../../enterprise/godmode/policies/policy.php:50 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 +#: ../../enterprise/meta/monitoring/group_view.php:98 +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 +#: ../../enterprise/meta/advanced/policymanager.queue.php:257 +#: ../../enterprise/include/functions_reporting.php:4058 +#: ../../enterprise/include/functions_policies.php:3303 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../enterprise/dashboard/widgets/service_map.php:93 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/reporting_builder.item_editor.php:997 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 +#: ../../godmode/reporting/visual_console_builder.wizard.php:256 +#: ../../godmode/reporting/reporting_builder.list_items.php:161 +#: ../../godmode/reporting/reporting_builder.list_items.php:186 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_agents.php:127 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../godmode/massive/massive_edit_modules.php:342 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../include/functions_pandora_networkmap.php:1522 +#: ../../include/functions_reporting_html.php:832 +#: ../../include/functions_reporting_html.php:1061 +#: ../../include/functions_groups.php:46 +#: ../../include/functions_groups.php:784 +#: ../../include/functions_groups.php:786 +#: ../../include/functions_groups.php:788 +#: ../../include/functions_groups.php:789 +#: ../../include/functions_groups.php:790 +#: ../../mobile/operation/agents.php:158 ../../mobile/operation/home.php:58 +#: ../../mobile/include/functions_web.php:22 +msgid "Agents" +msgstr "Agents" + +#: ../../operation/agentes/group_view.php:170 +msgid "Not Init" +msgstr "Uninitialised" + +#: ../../operation/agentes/group_view.php:174 +#: ../../operation/snmpconsole/snmp_view.php:643 +#: ../../operation/events/sound_events.php:79 +#: ../../extensions/agents_alerts.php:323 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/godmode/alerts/alert_events_list.php:617 +#: ../../enterprise/meta/monitoring/group_view.php:155 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../include/functions_agents.php:2092 +#: ../../include/functions_agents.php:2104 ../../include/functions.php:1033 +#: ../../include/functions_events.php:1144 +#: ../../include/functions_events.php:1411 +#: ../../include/functions_reporting.php:7107 +#: ../../include/functions_ui.php:908 ../../mobile/operation/alerts.php:253 +msgid "Alert fired" +msgstr "Alert fired" + +#: ../../operation/agentes/group_view.php:249 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "Tag" + +#: ../../operation/agentes/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "In" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "Out" + +#: ../../operation/agentes/ver_agente.php:602 +#: ../../enterprise/operation/agentes/ver_agente.php:70 +msgid "Main IP" +msgstr "Main IP" + +#: ../../operation/agentes/ver_agente.php:613 +#: ../../enterprise/operation/agentes/ver_agente.php:76 +#: ../../include/functions_events.php:2041 +msgid "Last remote contact" +msgstr "Last remote contact" + +#: ../../operation/agentes/ver_agente.php:653 +#: ../../enterprise/operation/agentes/ver_agente.php:113 +msgid "Monitors down" +msgstr "Monitors down" + +#: ../../operation/agentes/ver_agente.php:689 +#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 +#: ../../enterprise/operation/agentes/ver_agente.php:152 +#: ../../include/functions_reporting_html.php:2184 +#: ../../include/functions_reporting_html.php:2193 +#: ../../include/functions_groups.php:848 +#: ../../include/functions_groups.php:850 +#: ../../include/functions_groups.php:852 +#: ../../include/functions_groups.php:853 +#: ../../include/functions_groups.php:854 +#: ../../mobile/operation/groups.php:161 +msgid "Alerts fired" +msgstr "Alerts fired" + +#: ../../operation/agentes/ver_agente.php:722 +#: ../../operation/netflow/nf_live_view.php:251 +#: ../../operation/search_modules.php:49 ../../operation/events/events.php:74 +#: ../../operation/events/sound_events.php:78 +#: ../../enterprise/operation/agentes/policy_view.php:306 +#: ../../enterprise/operation/agentes/ver_agente.php:30 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:159 +#: ../../enterprise/godmode/policies/policy_modules.php:1059 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 +#: ../../enterprise/godmode/services/services.elements.php:329 +#: ../../enterprise/godmode/modules/configure_local_component.php:184 +#: ../../enterprise/meta/advanced/servers.build_table.php:61 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 +#: ../../enterprise/include/functions_services.php:1412 +#: ../../enterprise/include/functions_reporting_pdf.php:1329 +#: ../../enterprise/include/functions_reporting_pdf.php:1465 +#: ../../enterprise/include/functions_reporting_pdf.php:2358 +#: ../../godmode/reporting/reporting_builder.item_editor.php:631 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:189 +#: ../../godmode/reporting/reporting_builder.list_items.php:165 +#: ../../godmode/reporting/reporting_builder.list_items.php:192 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +#: ../../godmode/agentes/module_manager.php:118 +#: ../../godmode/agentes/module_manager.php:521 +#: ../../godmode/agentes/module_manager_editor_common.php:173 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/agent_template.php:228 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components.php:566 +#: ../../godmode/modules/manage_network_components_form_common.php:69 +#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../include/functions_events.php:887 +#: ../../include/functions_events.php:2365 ../../include/ajax/module.php:724 +#: ../../include/functions_reporting.php:5482 +#: ../../include/functions_reporting_html.php:531 +#: ../../include/functions_reporting_html.php:1144 +#: ../../include/functions_reporting_html.php:1572 +#: ../../include/functions_reporting_html.php:2359 +#: ../../include/functions_visual_map_editor.php:379 +#: ../../include/functions_visual_map_editor.php:398 +#: ../../include/functions_snmp_browser.php:410 +#: ../../mobile/operation/visualmaps.php:61 +#: ../../mobile/operation/visualmaps.php:62 +#: ../../mobile/operation/networkmaps.php:77 +#: ../../mobile/operation/networkmaps.php:78 +#: ../../mobile/operation/networkmaps.php:140 +#: ../../mobile/operation/networkmaps.php:141 +#: ../../mobile/operation/networkmaps.php:196 +#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 +#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 +#: ../../mobile/operation/events.php:623 +msgid "Type" +msgstr "Type" + +#: ../../operation/agentes/ver_agente.php:738 +#: ../../enterprise/extensions/ipam/ipam_network.php:535 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:84 +msgid "Address" +msgstr "Address" + +#: ../../operation/agentes/ver_agente.php:779 +msgid "Sons" +msgstr "Sons" + +#: ../../operation/agentes/ver_agente.php:863 +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/search_agents.php:109 +msgid "Manage" +msgstr "Manage" + +#: ../../operation/agentes/ver_agente.php:877 +#: ../../operation/netflow/nf_live_view.php:131 +#: ../../enterprise/meta/monitoring/tactical.php:35 +#: ../../enterprise/meta/monitoring/group_view.php:32 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 +#: ../../enterprise/meta/advanced/synchronizing.php:33 +#: ../../enterprise/meta/advanced/agents_setup.php:35 +#: ../../enterprise/meta/advanced/policymanager.php:35 +#: ../../enterprise/meta/general/logon_ok.php:15 +#: ../../enterprise/meta/agentsearch.php:26 +#: ../../enterprise/meta/index.php:496 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../godmode/netflow/nf_edit_form.php:65 +msgid "Main" +msgstr "Main" + +#: ../../operation/agentes/ver_agente.php:919 +#: ../../godmode/agentes/configurar_agente.php:349 +msgid "GIS data" +msgstr "GIS data" + +#: ../../operation/agentes/ver_agente.php:933 +#: ../../operation/integria_incidents/incident.php:43 +#: ../../operation/integria_incidents/incident.php:54 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/menu.php:361 ../../general/firts_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:393 +#: ../../godmode/agentes/configurar_agente.php:523 +msgid "Incidents" +msgstr "Incidents" + +#: ../../operation/agentes/ver_agente.php:957 +#: ../../operation/agentes/ver_agente.php:1140 +#: ../../enterprise/meta/event/custom_events.php:53 +#: ../../enterprise/meta/event/custom_events.php:58 +#: ../../enterprise/meta/event/custom_events.php:69 +#: ../../enterprise/meta/event/custom_events.php:83 +#: ../../godmode/agentes/agent_manager.php:443 +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 ../../godmode/menu.php:36 +#: ../../include/functions_events.php:2046 +msgid "Custom fields" +msgstr "Custom fields" + +#: ../../operation/agentes/ver_agente.php:969 +#: ../../operation/agentes/ver_agente.php:1143 +#: ../../operation/search_results.php:103 +#: ../../include/functions_reports.php:498 +#: ../../include/functions_reports.php:500 +#: ../../include/functions_reports.php:504 +#: ../../include/functions_reports.php:506 +#: ../../include/functions_reports.php:510 +#: ../../include/functions_reports.php:512 +#: ../../include/functions_reports.php:514 +#: ../../include/functions_reports.php:518 +#: ../../include/functions_groups.php:106 +#: ../../include/functions_groups.php:163 +msgid "Graphs" +msgstr "Graphs" + +#: ../../operation/agentes/ver_agente.php:987 +msgid "Log Viewer" +msgstr "Log Viewer" + +#: ../../operation/agentes/ver_agente.php:1000 +#: ../../operation/agentes/ver_agente.php:1155 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +#: ../../godmode/menu.php:270 +#, fuzzy +msgid "eHorus" +msgstr "Hours" + +#: ../../operation/agentes/ver_agente.php:1007 +#, fuzzy +msgid "Terminal" +msgstr "Trial" + +#: ../../operation/agentes/ver_agente.php:1012 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 +#: ../../enterprise/dashboard/widgets/top_n.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1230 +msgid "Display" +msgstr "Display" + +#: ../../operation/agentes/ver_agente.php:1017 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:299 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:777 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +msgid "Processes" +msgstr "Processes" + +#: ../../operation/agentes/ver_agente.php:1022 +#: ../../general/firts_task/service_list.php:25 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.service_map.php:111 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/operation/menu.php:31 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:298 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 +#: ../../enterprise/godmode/menu__.php:79 +#: ../../enterprise/godmode/services/services.service.php:198 +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:122 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/godmode/menu.php:92 +#: ../../enterprise/meta/general/main_header.php:172 +#: ../../enterprise/include/functions_groups.php:61 +#: ../../enterprise/dashboard/widgets/service_map.php:79 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +msgid "Services" +msgstr "Services" + +#: ../../operation/agentes/ver_agente.php:1027 +#: ../../operation/integria_incidents/incident.php:66 +#: ../../enterprise/godmode/agentes/collections.data.php:104 +#: ../../enterprise/godmode/agentes/collections.data.php:214 +#: ../../enterprise/godmode/agentes/collections.data.php:254 +#: ../../enterprise/godmode/agentes/collections.editor.php:46 +#: ../../enterprise/godmode/agentes/collections.editor.php:350 +#: ../../enterprise/godmode/agentes/collections.editor.php:375 +#: ../../enterprise/include/functions_collection.php:129 +msgid "Files" +msgstr "Files" + +#: ../../operation/agentes/ver_agente.php:1125 +#: ../../enterprise/include/functions_reporting_pdf.php:2256 +#: ../../enterprise/include/functions_reporting_pdf.php:2294 +#: ../../include/functions_treeview.php:256 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:2637 +msgid "Last data" +msgstr "Last data" + +#: ../../operation/agentes/ver_agente.php:1131 +#: ../../enterprise/operation/agentes/ver_agente.php:174 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 +#: ../../enterprise/operation/inventory/inventory.php:112 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/godmode/agentes/configurar_agente.php:33 +#: ../../enterprise/include/functions_reporting_csv.php:179 +#: ../../godmode/agentes/configurar_agente.php:500 +#: ../../include/functions_reports.php:620 +#: ../../include/functions_reports.php:621 +#: ../../include/functions_reports.php:623 +#: ../../include/functions_reporting.php:1452 +msgid "Inventory" +msgstr "Inventory" + +#: ../../operation/agentes/ver_agente.php:1134 +#: ../../enterprise/operation/agentes/ver_agente.php:190 +#: ../../enterprise/godmode/agentes/collections.php:181 +#: ../../enterprise/include/functions_groups.php:75 +#: ../../godmode/agentes/configurar_agente.php:496 +msgid "Collection" +msgstr "Collection" + +#: ../../operation/agentes/ver_agente.php:1137 +#: ../../godmode/agentes/configurar_agente.php:519 +msgid "Gis" +msgstr "Gis" + +#: ../../operation/agentes/ver_agente.php:1149 +#: ../../operation/integria_incidents/incident.list.php:94 +#: ../../operation/incidents/incident.php:337 +#: ../../operation/incidents/incident_detail.php:244 +#: ../../godmode/agentes/agent_incidents.php:87 +#: ../../godmode/servers/manage_recontask_form.php:306 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Incident" +msgstr "Incident" + +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "Full list of alerts" + +#: ../../operation/agentes/alerts_status.php:132 +#: ../../operation/users/user_edit.php:309 ../../operation/menu.php:62 +msgid "Alert detail" +msgstr "Alert details" + +#: ../../operation/agentes/alerts_status.php:135 +#: ../../enterprise/meta/general/main_header.php:103 +msgid "Alerts view" +msgstr "Alerts view" + +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "Insufficient permissions to validate alerts" + +#: ../../operation/agentes/alerts_status.php:396 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Alert control filter" +msgstr "Alert control filter" + +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../enterprise/operation/agentes/policy_view.php:47 +#: ../../enterprise/operation/agentes/policy_view.php:134 +#: ../../enterprise/operation/agentes/policy_view.php:193 +#: ../../enterprise/operation/agentes/policy_view.php:198 +#: ../../enterprise/godmode/policies/policy_agents.php:379 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../include/functions_events.php:884 +#: ../../mobile/operation/agents.php:321 +msgid "S." +msgstr "S." + +#: ../../operation/agentes/alerts_status.php:422 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:718 +msgid "Force execution" +msgstr "Force execution" + +#: ../../operation/agentes/alerts_status.php:423 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:718 +msgid "F." +msgstr "F." + +#: ../../operation/agentes/alerts_status.php:431 +#: ../../operation/agentes/alerts_status.php:472 +#: ../../operation/agentes/alerts_status.php:506 +#: ../../operation/agentes/alerts_status.php:540 +#: ../../extensions/agents_alerts.php:281 +#: ../../enterprise/operation/agentes/policy_view.php:197 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 +#: ../../godmode/snmpconsole/snmp_alert.php:1063 +#: ../../godmode/alerts/alert_view.php:79 +#: ../../include/functions_treeview.php:371 +#: ../../include/functions_reporting_html.php:2363 +msgid "Last fired" +msgstr "Last fired" + +#: ../../operation/agentes/alerts_status.php:436 +#: ../../operation/agentes/alerts_status.php:477 +#: ../../operation/agentes/alerts_status.php:511 +#: ../../operation/agentes/alerts_status.php:545 +#: ../../operation/agentes/alerts_status.php:590 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:810 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../enterprise/extensions/vmware/main.php:181 +#: ../../enterprise/extensions/vmware/main.php:188 +#: ../../enterprise/load_enterprise.php:1 +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +#: ../../enterprise/godmode/alerts/alert_events_list.php:676 +#: ../../enterprise/meta/advanced/license_meta.php:103 +#: ../../godmode/setup/license.php:98 ../../mobile/operation/events.php:528 +msgid "Validate" +msgstr "Validate" + +#: ../../operation/agentes/alerts_status.php:599 +msgid "No alerts found" +msgstr "No alerts found" + +#: ../../operation/agentes/estado_monitores.php:35 +msgid "Tag's information" +msgstr "Tag's information" + +#: ../../operation/agentes/estado_monitores.php:81 +msgid "Relationship information" +msgstr "Relationship information" + +#: ../../operation/agentes/estado_monitores.php:127 +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." + +#: ../../operation/agentes/estado_monitores.php:128 +msgid "Full list of monitors" +msgstr "Full list of monitors" + +#: ../../operation/agentes/estado_monitores.php:153 +msgid "List of modules" +msgstr "List of modules" + +#: ../../operation/agentes/estado_monitores.php:425 +msgid "Status:" +msgstr "Status:" + +#: ../../operation/agentes/estado_monitores.php:429 +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:535 +#: ../../operation/snmpconsole/snmp_view.php:829 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/events/events_rss.php:185 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../godmode/agentes/configurar_agente.php:511 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:977 +#: ../../include/functions_events.php:3343 +msgid "Alert" +msgstr "Alert" + +#: ../../operation/agentes/estado_monitores.php:431 +msgid "Not Normal" +msgstr "Abnormal" + +#: ../../operation/agentes/estado_monitores.php:439 +msgid "Free text for search (*):" +msgstr "Free text for search (*):" + +#: ../../operation/agentes/estado_monitores.php:440 +msgid "Search by module name, list matches." +msgstr "Search by module name, list matches." + +#: ../../operation/agentes/estado_monitores.php:453 +msgid "Reset" +msgstr "Reset" + +#: ../../operation/netflow/nf_live_view.php:107 +#: ../../operation/netflow/nf_live_view.php:132 +#: ../../operation/netflow/nf_live_view.php:136 +msgid "Netflow live view" +msgstr "Netflow live view" + +#: ../../operation/netflow/nf_live_view.php:111 +#: ../../enterprise/operation/log/log_viewer.php:155 +#: ../../enterprise/extensions/backup/main.php:57 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 +#: ../../godmode/netflow/nf_edit.php:43 +#: ../../godmode/setup/setup_general.php:186 +msgid "Not supported in Windows systems" +msgstr "Not supported for Windows systems" + +#: ../../operation/netflow/nf_live_view.php:120 #, php-format -msgid "Module group: %s" -msgstr "Module group : %s" +msgid "nfdump binary (%s) not found!" +msgstr "nfdump binary (%s) not found!" -#: ../../mobile/operation/modules.php:696 -#: ../../mobile/operation/alerts.php:320 -#: ../../mobile/operation/events.php:1102 -#: ../../mobile/operation/agents.php:436 +#: ../../operation/netflow/nf_live_view.php:125 +msgid "Make sure nfdump version 1.6.8 or newer is installed!" +msgstr "Make sure that nfdump version 1.6.8 or newer is installed !" + +#: ../../operation/netflow/nf_live_view.php:148 +msgid "Error creating filter" +msgstr "Error creating filter" + +#: ../../operation/netflow/nf_live_view.php:151 +msgid "Filter created successfully" +msgstr "Filter created successfully" + +#: ../../operation/netflow/nf_live_view.php:166 +msgid "Filter updated successfully" +msgstr "Filter updated successfully" + +#: ../../operation/netflow/nf_live_view.php:167 +msgid "Error updating filter" +msgstr "Error updating filter" + +#: ../../operation/netflow/nf_live_view.php:189 +msgid "Draw live filter" +msgstr "Draw live filter" + +#: ../../operation/netflow/nf_live_view.php:221 +msgid "Connection" +msgstr "Connection" + +#: ../../operation/netflow/nf_live_view.php:237 +#: ../../enterprise/operation/log/log_viewer.php:218 +#: ../../enterprise/operation/log/log_viewer.php:226 +#: ../../enterprise/extensions/cron/main.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:510 +#: ../../godmode/agentes/planned_downtime.editor.php:521 +msgid "Date format in Pandora is year/month/day" +msgstr "Date format for Pandora FMS is YY/MM/DD" + +#: ../../operation/netflow/nf_live_view.php:239 +#: ../../enterprise/operation/log/log_viewer.php:220 +#: ../../enterprise/operation/log/log_viewer.php:228 +#: ../../enterprise/extensions/cron/main.php:302 +#: ../../godmode/reporting/reporting_builder.item_editor.php:853 +#: ../../godmode/reporting/reporting_builder.item_editor.php:862 +#: ../../godmode/agentes/planned_downtime.editor.php:512 +#: ../../godmode/agentes/planned_downtime.editor.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:591 +#: ../../godmode/agentes/planned_downtime.editor.php:599 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../godmode/alerts/configure_alert_template.php:544 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "Watch format in Pandora FMS is hours (24h):minutes:seconds" + +#: ../../operation/netflow/nf_live_view.php:245 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:97 +#: ../../godmode/reporting/reporting_builder.item_editor.php:740 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1158 +#: ../../include/functions_netflow.php:1166 +#: ../../include/functions_netflow.php:1190 +msgid "Resolution" +msgstr "Resolution" + +#: ../../operation/netflow/nf_live_view.php:245 +msgid "The interval will be divided in chunks the length of the resolution." +msgstr "The interval will be divided in chunks the length of the resolution." + +#: ../../operation/netflow/nf_live_view.php:254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1225 +#: ../../godmode/netflow/nf_item_list.php:150 +msgid "Max. values" +msgstr "Max. values" + +#: ../../operation/netflow/nf_live_view.php:264 +#: ../../godmode/setup/setup_netflow.php:70 +msgid "IP address resolution can take a lot of time" +msgstr "This process can take a long time" + +#: ../../operation/netflow/nf_live_view.php:265 +#: ../../operation/snmpconsole/snmp_view.php:436 +#: ../../operation/users/user_edit.php:274 +#: ../../general/login_identification_wizard.php:188 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 +#: ../../enterprise/godmode/setup/setup.php:31 +#: ../../enterprise/godmode/setup/setup.php:40 +#: ../../enterprise/godmode/setup/setup.php:56 +#: ../../enterprise/godmode/setup/setup.php:149 +#: ../../enterprise/godmode/setup/setup.php:214 +#: ../../enterprise/godmode/setup/setup.php:253 +#: ../../enterprise/godmode/setup/setup.php:262 +#: ../../enterprise/godmode/setup/setup.php:267 +#: ../../enterprise/godmode/setup/setup.php:276 +#: ../../enterprise/godmode/setup/setup.php:290 +#: ../../enterprise/godmode/setup/setup.php:295 +#: ../../enterprise/godmode/setup/setup_history.php:46 +#: ../../enterprise/godmode/setup/setup_history.php:50 +#: ../../enterprise/godmode/setup/setup_auth.php:166 +#: ../../enterprise/godmode/setup/setup_auth.php:297 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/advanced/metasetup.visual.php:135 +#: ../../enterprise/meta/advanced/metasetup.visual.php:141 +#: ../../enterprise/meta/advanced/metasetup.visual.php:179 +#: ../../enterprise/meta/advanced/metasetup.visual.php:188 +#: ../../enterprise/meta/advanced/metasetup.setup.php:137 +#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.password.php:79 +#: ../../enterprise/meta/advanced/metasetup.password.php:90 +#: ../../enterprise/meta/advanced/metasetup.password.php:96 +#: ../../enterprise/meta/advanced/metasetup.password.php:107 +#: ../../enterprise/meta/advanced/metasetup.password.php:123 +#: ../../enterprise/meta/advanced/metasetup.password.php:129 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/reporting/visual_console_builder.wizard.php:242 +#: ../../godmode/reporting/visual_console_builder.wizard.php:285 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/agentes/agent_manager.php:384 +#: ../../godmode/agentes/agent_conf_gis.php:79 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/massive/massive_edit_modules.php:407 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/massive/massive_edit_modules.php:596 +#: ../../godmode/massive/massive_edit_agents.php:277 +#: ../../godmode/massive/massive_edit_agents.php:393 +#: ../../godmode/massive/massive_edit_agents.php:400 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_general.php:71 +#: ../../godmode/setup/setup_general.php:75 +#: ../../godmode/setup/setup_general.php:79 +#: ../../godmode/setup/setup_general.php:103 +#: ../../godmode/setup/setup_general.php:107 +#: ../../godmode/setup/setup_general.php:188 +#: ../../godmode/setup/setup_general.php:243 +#: ../../godmode/setup/setup_general.php:251 +#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:281 +#: ../../godmode/setup/setup_general.php:290 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 +#: ../../godmode/setup/setup_auth.php:90 +#: ../../godmode/setup/setup_auth.php:126 +#: ../../godmode/setup/setup_visuals.php:85 +#: ../../godmode/setup/setup_visuals.php:105 +#: ../../godmode/setup/setup_visuals.php:197 +#: ../../godmode/setup/setup_visuals.php:211 +#: ../../godmode/setup/setup_visuals.php:219 +#: ../../godmode/setup/setup_visuals.php:247 +#: ../../godmode/setup/setup_visuals.php:416 +#: ../../godmode/setup/setup_visuals.php:422 +#: ../../godmode/setup/setup_visuals.php:432 +#: ../../godmode/setup/setup_visuals.php:452 +#: ../../godmode/setup/setup_visuals.php:573 +#: ../../godmode/setup/setup_visuals.php:600 +#: ../../godmode/setup/performance.php:110 +#: ../../godmode/setup/performance.php:117 +#: ../../godmode/setup/performance.php:124 +msgid "Yes" +msgstr "Yes" + +#: ../../operation/netflow/nf_live_view.php:266 +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../operation/users/user_edit.php:274 +#: ../../general/login_identification_wizard.php:185 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 +#: ../../enterprise/godmode/setup/setup.php:32 +#: ../../enterprise/godmode/setup/setup.php:41 +#: ../../enterprise/godmode/setup/setup.php:57 +#: ../../enterprise/godmode/setup/setup.php:150 +#: ../../enterprise/godmode/setup/setup.php:215 +#: ../../enterprise/godmode/setup/setup.php:254 +#: ../../enterprise/godmode/setup/setup.php:263 +#: ../../enterprise/godmode/setup/setup.php:268 +#: ../../enterprise/godmode/setup/setup.php:277 +#: ../../enterprise/godmode/setup/setup.php:291 +#: ../../enterprise/godmode/setup/setup.php:296 +#: ../../enterprise/godmode/setup/setup_history.php:47 +#: ../../enterprise/godmode/setup/setup_history.php:51 +#: ../../enterprise/godmode/setup/setup_auth.php:169 +#: ../../enterprise/godmode/setup/setup_auth.php:298 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/advanced/metasetup.performance.php:84 +#: ../../enterprise/meta/advanced/metasetup.visual.php:136 +#: ../../enterprise/meta/advanced/metasetup.visual.php:142 +#: ../../enterprise/meta/advanced/metasetup.visual.php:183 +#: ../../enterprise/meta/advanced/metasetup.visual.php:192 +#: ../../enterprise/meta/advanced/metasetup.setup.php:138 +#: ../../enterprise/meta/advanced/metasetup.setup.php:189 +#: ../../enterprise/meta/advanced/metasetup.password.php:80 +#: ../../enterprise/meta/advanced/metasetup.password.php:91 +#: ../../enterprise/meta/advanced/metasetup.password.php:97 +#: ../../enterprise/meta/advanced/metasetup.password.php:108 +#: ../../enterprise/meta/advanced/metasetup.password.php:124 +#: ../../enterprise/meta/advanced/metasetup.password.php:130 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/reporting/visual_console_builder.wizard.php:247 +#: ../../godmode/reporting/visual_console_builder.wizard.php:288 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/agentes/agent_manager.php:387 +#: ../../godmode/agentes/agent_conf_gis.php:80 +#: ../../godmode/servers/manage_recontask_form.php:305 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/massive/massive_edit_modules.php:408 +#: ../../godmode/massive/massive_edit_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:472 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:578 +#: ../../godmode/massive/massive_edit_modules.php:596 +#: ../../godmode/massive/massive_edit_agents.php:277 +#: ../../godmode/massive/massive_edit_agents.php:394 +#: ../../godmode/massive/massive_edit_agents.php:400 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../godmode/setup/setup_ehorus.php:56 ../../godmode/setup/news.php:264 +#: ../../godmode/setup/setup_general.php:72 +#: ../../godmode/setup/setup_general.php:76 +#: ../../godmode/setup/setup_general.php:80 +#: ../../godmode/setup/setup_general.php:104 +#: ../../godmode/setup/setup_general.php:108 +#: ../../godmode/setup/setup_general.php:189 +#: ../../godmode/setup/setup_general.php:246 +#: ../../godmode/setup/setup_general.php:254 +#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:282 +#: ../../godmode/setup/setup_general.php:291 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 +#: ../../godmode/setup/setup_auth.php:91 +#: ../../godmode/setup/setup_auth.php:129 +#: ../../godmode/setup/setup_visuals.php:89 +#: ../../godmode/setup/setup_visuals.php:109 +#: ../../godmode/setup/setup_visuals.php:205 +#: ../../godmode/setup/setup_visuals.php:214 +#: ../../godmode/setup/setup_visuals.php:222 +#: ../../godmode/setup/setup_visuals.php:249 +#: ../../godmode/setup/setup_visuals.php:417 +#: ../../godmode/setup/setup_visuals.php:424 +#: ../../godmode/setup/setup_visuals.php:436 +#: ../../godmode/setup/setup_visuals.php:454 +#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:604 +#: ../../godmode/setup/performance.php:111 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/performance.php:125 +#: ../../include/functions_events.php:2373 +#: ../../include/functions_events.php:2380 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 +msgid "No" +msgstr "No" + +#: ../../operation/netflow/nf_live_view.php:267 +msgid "IP address resolution" +msgstr "IP Address Resolution" + +#: ../../operation/netflow/nf_live_view.php:267 +#: ../../godmode/setup/setup_netflow.php:69 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Resolves IP addresses in order to obtain the hostname" + +#: ../../operation/netflow/nf_live_view.php:305 +#: ../../enterprise/godmode/modules/configure_local_component.php:158 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 +#: ../../enterprise/meta/general/logon_ok.php:64 +#: ../../enterprise/meta/general/main_header.php:237 +#: ../../enterprise/meta/general/main_header.php:308 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/users/configure_user.php:530 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:688 +#: ../../godmode/alerts/configure_alert_template.php:702 +#: ../../godmode/alerts/configure_alert_template.php:771 +#: ../../godmode/modules/manage_network_components_form_common.php:60 +msgid "Advanced" +msgstr "Advanced" + +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/events/events_list.php:194 +#: ../../operation/events/events_list.php:278 +#: ../../operation/events/events_list.php:280 +#: ../../operation/events/events_list.php:605 +msgid "Load filter" +msgstr "Load filter" + +#: ../../operation/netflow/nf_live_view.php:317 +msgid "Select a filter" +msgstr "Select a filter" + +#: ../../operation/netflow/nf_live_view.php:331 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "Dst Ip" +msgstr "DST IP" + +#: ../../operation/netflow/nf_live_view.php:331 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "" +"Destination IP. A comma separated list of destination ip. If we leave the " +"field blank, will show all ip. Example filter by ip:" +"
25.46.157.214,160.253.135.249" +msgstr "" +"Destination IP: a list of destined IPs separated by commas. Leaving this " +"field blank will show all IPs. Example: filter by IP number: " +"
25.46.157.214,160.253.135.249" + +#: ../../operation/netflow/nf_live_view.php:340 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "Src Ip" +msgstr "SRC IP" + +#: ../../operation/netflow/nf_live_view.php:340 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "" +"Source IP. A comma separated list of source ip. If we leave the field blank, " +"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249" +msgstr "" +"Source IP: a list of source IPs separated by commas. Leaving this field " +"blank will show all IPs. Example: filter by IP number:" +"
25.46.157.214,160.253.135.249" + +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Port" +msgstr "DST port" + +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../godmode/netflow/nf_edit_form.php:216 +msgid "" +"Destination port. A comma separated list of destination ports. If we leave " +"the field blank, will show all ports. Example filter by ports 80 and 22:" +"
80,22" +msgstr "" +"Destination port: a list of possible destination ports, separated by commas. " +"If we leave this field blank, all ports will be shown. Example: filtering by " +"ports 80 and 22:
80,22" + +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Port" +msgstr "SRC Port" + +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../godmode/netflow/nf_edit_form.php:219 +msgid "" +"Source port. A comma separated list of source ports. If we leave the field " +"blank, will show all ports. Example filter by ports 80 and 22:
80,22" +msgstr "" +"Source Port: a list of possible source ports, separated by commas. If we " +"leave this field blank, all ports will be shown. Example: filter by ports 80 " +"and 22:
80,22" + +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../godmode/netflow/nf_edit_form.php:225 +msgid "Aggregate by" +msgstr "Aggregate by" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../include/functions_netflow.php:1657 +msgid "Protocol" +msgstr "Protocol" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Ip Address" +msgstr "SRC IP address" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Ip Address" +msgstr "DST IP address" + +#: ../../operation/netflow/nf_live_view.php:384 +#: ../../godmode/netflow/nf_edit_form.php:230 +msgid "Output format" +msgstr "Output format" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../include/functions_netflow.php:1637 +#: ../../include/functions_config.php:441 +#: ../../include/functions_config.php:1473 +msgid "Bytes" +msgstr "Bytes" + +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Bytes per second" +msgstr "Bytes per second" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes" +msgstr "Kilobytes" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes" +msgstr "Megabytes" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes per second" +msgstr "Kilobytes per second" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes per second" +msgstr "Megabytes per second" + +#: ../../operation/netflow/nf_live_view.php:396 +msgid "Draw" +msgstr "Draw" + +#: ../../operation/netflow/nf_live_view.php:400 +msgid "Save as new filter" +msgstr "Save as a new filter" + +#: ../../operation/netflow/nf_live_view.php:401 +msgid "Update current filter" +msgstr "Update current filter" + +#: ../../operation/netflow/nf_live_view.php:415 +msgid "No filter selected" +msgstr "No filter selected" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "Recon View" + +#: ../../operation/servers/recon_view.php:89 +#: ../../godmode/servers/manage_recontask_form.php:217 +msgid "Task name" +msgstr "Task name" + +#: ../../operation/servers/recon_view.php:95 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +#: ../../enterprise/extensions/ipam/ipam_list.php:148 +#: ../../godmode/servers/manage_recontask_form.php:241 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Network" +msgstr "Network" + +#: ../../operation/servers/recon_view.php:104 +#: ../../operation/servers/recon_view.php:158 +#: ../../enterprise/extensions/ipam/ipam_network.php:151 +#: ../../enterprise/extensions/ipam/ipam_network.php:167 +#: ../../enterprise/godmode/policies/policy_queue.php:377 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 +msgid "Progress" +msgstr "Progress" + +#: ../../operation/servers/recon_view.php:107 +#: ../../operation/incidents/incident_detail.php:261 +#: ../../enterprise/operation/agentes/transactional_map.php:151 +msgid "Updated at" +msgstr "Updated at" + +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +msgid "Done" +msgstr "Done" + +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "Pending" + +#: ../../operation/servers/recon_view.php:145 +#: ../../godmode/servers/manage_recontask.php:311 +msgid "Network recon task" +msgstr "Network recon task" + +#: ../../operation/servers/recon_view.php:173 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/events/events_list.php:447 +#: ../../enterprise/extensions/csv_import/main.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 +#: ../../enterprise/meta/advanced/policymanager.queue.php:255 +#: ../../enterprise/meta/agentsearch.php:91 +#: ../../enterprise/meta/include/functions_wizard_meta.php:133 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1620 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 +#: ../../enterprise/include/functions_reporting.php:1926 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1170 +#: ../../godmode/agentes/agent_manager.php:267 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../include/functions_events.php:3285 +msgid "Server" +msgstr "Server" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "has no recon tasks assigned" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 +#: ../../operation/menu.php:89 +msgid "MIB uploader" +msgstr "MIB uploader" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 +msgid "" +"MIB files will be installed on the system. Please note that a MIB may depend " +"on other MIB. To customize trap definitions use the SNMP trap editor." +msgstr "" +"MIB files will be installed on the system. Please note that an MIB file " +"might depend on another MIB. In order to customize trap definitions, use the " +"SNMP trap editor." + +#: ../../operation/snmpconsole/snmp_view.php:71 +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/integria_incidents/incident_statistics.php:29 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/events/event_statistics.php:32 ../../operation/menu.php:278 +#: ../../operation/menu.php:372 +#: ../../enterprise/extensions/ipam/ipam_network.php:171 +msgid "Statistics" +msgstr "Statistics" + +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/events/events.php:396 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +#: ../../godmode/category/category.php:58 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../include/functions_html.php:653 ../../include/functions_html.php:654 +#: ../../include/functions_html.php:779 ../../include/functions_html.php:780 +msgid "List" +msgstr "list" + +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/snmpconsole/snmp_filters.php:42 +#: ../../godmode/snmpconsole/snmp_alert.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +#: ../../godmode/snmpconsole/snmp_alert.php:80 +msgid "SNMP Console" +msgstr "SNMP Console" + +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../enterprise/operation/agentes/transactional_map.php:115 +#: ../../enterprise/extensions/ipam/ipam_massive.php:41 +#: ../../enterprise/extensions/ipam/ipam_action.php:131 +#: ../../enterprise/godmode/policies/policy_modules.php:893 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 +#: ../../enterprise/godmode/alerts/alert_events_list.php:94 +#: ../../enterprise/godmode/alerts/alert_events.php:374 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 +#: ../../godmode/agentes/configurar_agente.php:772 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +#: ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/snmpconsole/snmp_alert.php:299 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/alerts/alert_list.php:197 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/alert_special_days.php:206 +#: ../../godmode/alerts/configure_alert_template.php:444 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/setup/news.php:87 ../../godmode/setup/gis.php:39 +#: ../../godmode/setup/links.php:58 +#: ../../godmode/events/event_edit_filter.php:171 +#: ../../include/functions_planned_downtimes.php:125 +msgid "Successfully updated" +msgstr "Successfully updated" + +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../operation/users/user_edit.php:263 +#: ../../operation/events/events_list.php:463 +#: ../../enterprise/meta/advanced/metasetup.visual.php:129 +#: ../../enterprise/meta/include/functions_meta.php:1061 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/setup/setup_visuals.php:61 +#: ../../godmode/events/event_edit_filter.php:274 +#: ../../include/functions_config.php:451 +msgid "Block size for pagination" +msgstr "Block size for pagination" + +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/users/user_edit.php:272 +#: ../../operation/users/user_edit.php:274 +#: ../../operation/users/user_edit.php:282 +#: ../../operation/users/user_edit.php:304 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../operation/events/events_list.php:469 +#: ../../extensions/agents_alerts.php:312 +#: ../../enterprise/operation/agentes/policy_view.php:253 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 +#: ../../enterprise/godmode/policies/policy_alerts.php:304 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../enterprise/meta/advanced/metasetup.visual.php:218 +#: ../../enterprise/meta/advanced/metasetup.visual.php:223 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 +#: ../../enterprise/dashboard/main_dashboard.php:65 +#: ../../godmode/agentes/module_manager_editor_common.php:373 +#: ../../godmode/massive/massive_edit_agents.php:385 +#: ../../godmode/users/configure_user.php:448 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/alerts/alert_special_days.php:275 +#: ../../godmode/alerts/alert_special_days.php:287 +#: ../../godmode/setup/gis_step_2.php:367 +#: ../../godmode/setup/gis_step_2.php:451 +#: ../../godmode/setup/setup_visuals.php:159 +#: ../../godmode/setup/setup_visuals.php:528 +#: ../../godmode/setup/setup_visuals.php:540 +#: ../../godmode/events/event_edit_filter.php:276 +#: ../../include/functions_ui.php:895 +msgid "Default" +msgstr "Default" + +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../operation/events/events.build_table.php:211 +#: ../../operation/events/events_list.php:563 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/meta/include/functions_events_meta.php:85 +#: ../../enterprise/include/functions_reporting.php:1325 +#: ../../enterprise/include/functions_reporting.php:1816 +#: ../../enterprise/include/functions_reporting_pdf.php:1182 +#: ../../enterprise/include/functions_reporting_pdf.php:1331 +#: ../../enterprise/include/functions_reporting_pdf.php:1466 +#: ../../enterprise/include/functions_reporting_pdf.php:1896 +#: ../../enterprise/dashboard/widgets/events_list.php:54 +#: ../../godmode/events/event_edit_filter.php:237 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../godmode/events/event_filter.php:112 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:884 +#: ../../include/functions_events.php:2385 +#: ../../include/functions_events.php:3349 +#: ../../include/functions_reporting.php:5484 +#: ../../include/functions_reporting_html.php:533 +#: ../../include/functions_reporting_html.php:663 +#: ../../include/functions_reporting_html.php:1145 +#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374 +#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632 +#: ../../mobile/operation/events.php:633 +msgid "Severity" +msgstr "Severity" + +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:568 +#: ../../operation/snmpconsole/snmp_view.php:826 +#: ../../include/functions_events.php:2924 +#: ../../include/functions_events.php:2929 +msgid "Not validated" +msgstr "Unvalidated" + +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:572 +#: ../../operation/snmpconsole/snmp_view.php:823 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1340 +#: ../../include/functions_events.php:881 +#: ../../include/functions_events.php:1717 +#: ../../include/functions_events.php:1723 +#: ../../include/functions_events.php:1727 +#: ../../include/functions_events.php:1732 +#: ../../include/functions_events.php:2921 +#: ../../include/functions_events.php:2929 +#: ../../include/functions_graph.php:2894 +msgid "Validated" +msgstr "Validated" + +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../operation/events/events_list.php:406 +#: ../../enterprise/extensions/ipam/ipam_network.php:281 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1838 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1415 +#: ../../godmode/snmpconsole/snmp_alert.php:893 +#: ../../godmode/events/event_edit_filter.php:247 +#: ../../mobile/operation/modules.php:254 +#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/events.php:642 +msgid "Free search" +msgstr "Free search" + +#: ../../operation/snmpconsole/snmp_view.php:414 +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" + +#: ../../operation/snmpconsole/snmp_view.php:420 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 +#: ../../godmode/snmpconsole/snmp_alert.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:897 +msgid "Trap type" +msgstr "Trap type" + +#: ../../operation/snmpconsole/snmp_view.php:421 +msgid "Search by trap type" +msgstr "Search by trap type" + +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:725 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +msgid "Cold start (0)" +msgstr "Cold start (0)" + +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:728 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +msgid "Warm start (1)" +msgstr "Warm start (1)" + +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:731 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +msgid "Link down (2)" +msgstr "Link down (2)" + +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:734 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +msgid "Link up (3)" +msgstr "Link up (3)" + +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:737 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +msgid "Authentication failure (4)" +msgstr "Authentication failure (4)" + +#: ../../operation/snmpconsole/snmp_view.php:429 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:740 +#: ../../operation/snmpconsole/snmp_statistics.php:172 +#: ../../operation/snmpconsole/snmp_statistics.php:219 +#: ../../operation/users/user_edit.php:310 +#: ../../operation/integria_incidents/incident_statistics.php:58 +#: ../../operation/gis_maps/render_view.php:149 +#: ../../extensions/api_checker.php:152 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../godmode/groups/configure_group.php:176 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../include/functions_graph.php:2483 +#: ../../include/functions_graph.php:2633 +#: ../../include/functions_graph.php:2674 +#: ../../include/functions_graph.php:2715 +#: ../../include/functions_graph.php:2771 +#: ../../include/functions_graph.php:2827 +#: ../../include/functions_graph.php:2881 +#: ../../include/functions_graph.php:3054 +#: ../../include/functions_graph.php:3194 +#: ../../include/functions_graph.php:3250 +#: ../../include/functions_graph.php:4201 +msgid "Other" +msgstr "Other" + +#: ../../operation/snmpconsole/snmp_view.php:435 +msgid "Group by Enterprise String/IP" +msgstr "Group by Enterprise String/IP" + +#: ../../operation/snmpconsole/snmp_view.php:467 +#: ../../operation/snmpconsole/snmp_statistics.php:116 +msgid "There are no SNMP traps in database" +msgstr "There are no SNMP traps on the database" + +#: ../../operation/snmpconsole/snmp_view.php:509 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:551 +#: ../../godmode/snmpconsole/snmp_alert.php:1047 +msgid "SNMP Agent" +msgstr "SNMP Agent" + +#: ../../operation/snmpconsole/snmp_view.php:513 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:536 +#: ../../godmode/snmpconsole/snmp_alert.php:1051 +msgid "Enterprise String" +msgstr "Enterprise String" + +#: ../../operation/snmpconsole/snmp_view.php:518 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 +#: ../../enterprise/include/functions_reporting_pdf.php:1183 +#: ../../enterprise/include/functions_reporting_pdf.php:1463 +#: ../../include/functions_reporting_html.php:664 +#: ../../include/functions_reporting_html.php:1142 +msgid "Count" +msgstr "Count" + +#: ../../operation/snmpconsole/snmp_view.php:523 +msgid "Trap subtype" +msgstr "Trap subtype" + +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/search_users.php:38 ../../operation/users/user_edit.php:209 +#: ../../godmode/users/user_list.php:266 +#: ../../godmode/users/configure_user.php:438 +#: ../../include/functions_reporting_html.php:2080 +msgid "User ID" +msgstr "User ID" + +#: ../../operation/snmpconsole/snmp_view.php:588 +#: ../../operation/snmpconsole/snmp_statistics.php:156 +msgid "View agent details" +msgstr "View agent details" + +#: ../../operation/snmpconsole/snmp_view.php:646 +#: ../../extensions/agents_alerts.php:331 +#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../enterprise/godmode/alerts/alert_events_list.php:626 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 +#: ../../godmode/alerts/alert_list.list.php:650 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../include/functions_agents.php:2095 +#: ../../include/functions_agents.php:2107 +#: ../../include/functions_reporting.php:7052 +#: ../../include/functions_ui.php:916 ../../mobile/operation/alerts.php:261 +msgid "Alert not fired" +msgstr "Alert not fired" + +#: ../../operation/snmpconsole/snmp_view.php:668 +#: ../../operation/events/events.build_table.php:686 +#: ../../include/functions_events.php:3816 +msgid "Show more" +msgstr "Show more" + +#: ../../operation/snmpconsole/snmp_view.php:680 +msgid "Variable bindings:" +msgstr "Variable bindings:" + +#: ../../operation/snmpconsole/snmp_view.php:693 +msgid "See more details" +msgstr "View more details" + +#: ../../operation/snmpconsole/snmp_view.php:706 +msgid "Enterprise String:" +msgstr "Enterprise String:" + +#: ../../operation/snmpconsole/snmp_view.php:712 +#: ../../enterprise/godmode/agentes/collections.data.php:377 +msgid "Description:" +msgstr "Description:" + +#: ../../operation/snmpconsole/snmp_view.php:744 +msgid "Trap type:" +msgstr "Trap type:" + +#: ../../operation/snmpconsole/snmp_view.php:772 +msgid "Count:" +msgstr "Count:" + +#: ../../operation/snmpconsole/snmp_view.php:776 +msgid "First trap:" +msgstr "First trap:" + +#: ../../operation/snmpconsole/snmp_view.php:780 +msgid "Last trap:" +msgstr "Last trap:" + +#: ../../operation/snmpconsole/snmp_view.php:800 +msgid "No matching traps found" +msgstr "No matching traps found" + +#: ../../operation/snmpconsole/snmp_view.php:843 +#: ../../extensions/agents_modules.php:359 +#: ../../extensions/module_groups.php:296 +#: ../../enterprise/operation/services/services.service_map.php:106 +#: ../../enterprise/dashboard/widgets/service_map.php:49 +#: ../../enterprise/dashboard/widgets/service_map.php:74 +#: ../../godmode/snmpconsole/snmp_alert.php:1225 +#: ../../include/functions_reporting_html.php:945 +msgid "Legend" +msgstr "Graph Key" + +#: ../../operation/snmpconsole/snmp_browser.php:92 +msgid "SNMP Browser" +msgstr "SNMP Browser" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +msgid "Traps received by source" +msgstr "Traps received by source" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../enterprise/include/functions_reporting_csv.php:292 +#: ../../include/functions_reporting.php:845 #, php-format -msgid "Status: %s" -msgstr "Status : %s" +msgid "Top %d" +msgstr "Top %d" -#: ../../mobile/operation/modules.php:700 -#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:440 -#, php-format -msgid "Free Search: %s" -msgstr "Free Search : %s" - -#: ../../mobile/operation/modules.php:705 -#, php-format -msgid "Tag: %s" -msgstr "Tag: %s" - -#: ../../mobile/operation/tactical.php:146 -msgid "Last activity" -msgstr "Last activity" - -#: ../../mobile/operation/tactical.php:264 -#: ../../include/functions_reporting_html.php:2759 #: ../../operation/snmpconsole/snmp_statistics.php:140 -#: ../../godmode/admin_access_logs.php:191 ../../general/logon_ok.php:224 -#: ../../general/logon_ok.php:421 +#: ../../general/logon_ok.php:224 ../../general/logon_ok.php:421 +#: ../../godmode/admin_access_logs.php:191 +#: ../../include/functions_reporting_html.php:2853 +#: ../../mobile/operation/tactical.php:311 msgid "Source IP" msgstr "Source IP" -#: ../../mobile/operation/home.php:78 ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -msgstr "Visual consoles" +#: ../../operation/snmpconsole/snmp_statistics.php:141 +#: ../../operation/snmpconsole/snmp_statistics.php:199 +msgid "Number" +msgstr "Number" -#: ../../mobile/operation/home.php:92 -#: ../../include/functions_visual_map.php:2271 -#: ../../include/functions_visual_map_editor.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -msgid "Module graph" -msgstr "Module graph" +#: ../../operation/snmpconsole/snmp_statistics.php:185 +msgid "Traps received by Enterprise String" +msgstr "Traps received by the Enterprise String" -#: ../../mobile/operation/home.php:104 -msgid "Visualmap" -msgstr "Visual map" +#: ../../operation/snmpconsole/snmp_statistics.php:198 +msgid "Trap Enterprise String" +msgstr "Trap Enterprise String" -#: ../../mobile/operation/home.php:161 ../../operation/search_results.php:63 +#: ../../operation/messages/message_edit.php:35 +#: ../../operation/messages/message_list.php:32 +msgid "Received messages" +msgstr "Received messages" + +#: ../../operation/messages/message_edit.php:39 +#: ../../operation/messages/message_list.php:36 +msgid "Sent messages" +msgstr "Sent messages" + +#: ../../operation/messages/message_edit.php:43 +#: ../../operation/messages/message_list.php:40 +#: ../../operation/messages/message_list.php:221 +msgid "Create message" +msgstr "Create message" + +#: ../../operation/messages/message_edit.php:46 +#: ../../operation/messages/message_list.php:43 ../../operation/menu.php:380 +#: ../../godmode/menu.php:450 +msgid "Messages" +msgstr "Messages" + +#: ../../operation/messages/message_edit.php:60 +msgid "This message does not exist in the system" +msgstr "This message doesn't exist on the system." + +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +#: ../../operation/messages/message_list.php:125 +msgid "Sender" +msgstr "Sender" + +#: ../../operation/messages/message_edit.php:80 +msgid "at" +msgstr "at" + +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +#: ../../operation/messages/message_list.php:123 +msgid "Destination" +msgstr "Destination" + +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +#: ../../operation/messages/message_list.php:126 +#: ../../godmode/update_manager/update_manager.messages.php:136 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +msgid "Subject" +msgstr "Subject" + +#: ../../operation/messages/message_edit.php:92 +#: ../../operation/messages/message_edit.php:210 +#: ../../operation/users/webchat.php:86 +#: ../../enterprise/dashboard/widgets/example.php:25 +msgid "Message" +msgstr "Message" + +#: ../../operation/messages/message_edit.php:104 +msgid "wrote" +msgstr "wrote" + +#: ../../operation/messages/message_edit.php:119 +msgid "Reply" +msgstr "Reply" + +#: ../../operation/messages/message_edit.php:136 +#, php-format +msgid "Message successfully sent to user %s" +msgstr "Message successfully sent to user %s" + +#: ../../operation/messages/message_edit.php:137 +#, php-format +msgid "Error sending message to user %s" +msgstr "Error sending message to user %s" + +#: ../../operation/messages/message_edit.php:145 +msgid "Message successfully sent" +msgstr "Message successfully sent" + +#: ../../operation/messages/message_edit.php:146 +#, php-format +msgid "Error sending message to group %s" +msgstr "Error sending message to group %s" + +#: ../../operation/messages/message_edit.php:203 +msgid "Select user" +msgstr "Select user" + +#: ../../operation/messages/message_edit.php:204 +msgid "OR" +msgstr "OR" + +#: ../../operation/messages/message_edit.php:205 +msgid "Select group" +msgstr "Select group" + +#: ../../operation/messages/message_edit.php:217 +#: ../../operation/users/webchat.php:90 +msgid "Send message" +msgstr "Send message" + +#: ../../operation/messages/message_list.php:74 +msgid "Not deleted. Error deleting messages" +msgstr "Not deleted: error deleting the message(s)." + +#: ../../operation/messages/message_list.php:80 +#: ../../operation/messages/message_list.php:88 +msgid "You have" +msgstr "You have" + +#: ../../operation/messages/message_list.php:81 +msgid "sent message(s)" +msgstr "message(s) sent" + +#: ../../operation/messages/message_list.php:89 +msgid "unread message(s)" +msgstr "unread message(s)" + +#: ../../operation/messages/message_list.php:97 +msgid "There are no messages." +msgstr "There are no messages." + +#: ../../operation/messages/message_list.php:136 +msgid "Click to read" +msgstr "Click to read" + +#: ../../operation/messages/message_list.php:141 +msgid "Mark as unread" +msgstr "Mark as unread" + +#: ../../operation/messages/message_list.php:148 +#: ../../operation/messages/message_list.php:153 +msgid "Message unread - click to read" +msgstr "Message unread - click to read" + +#: ../../operation/messages/message_list.php:180 +msgid "No Subject" +msgstr "No Subject" + +#: ../../operation/search_users.php:44 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../enterprise/operation/reporting/custom_reporting.php:24 +#: ../../enterprise/operation/reporting/custom_reporting.php:77 +#: ../../enterprise/extensions/cron/main.php:220 ../../godmode/tag/tag.php:203 +#: ../../godmode/tag/edit_tag.php:195 +msgid "Email" +msgstr "E-mail" + +#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 +msgid "Profile" +msgstr "Profile" + +#: ../../operation/search_users.php:63 +#: ../../enterprise/extensions/check_acls.php:61 +#: ../../enterprise/extensions/check_acls.php:141 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 +#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 +msgid "Admin" +msgstr "Admin" + +#: ../../operation/search_users.php:64 ../../godmode/users/user_list.php:414 +#: ../../godmode/users/configure_user.php:465 +msgid "Administrator" +msgstr "Administrator" + +#: ../../operation/search_users.php:68 +#: ../../operation/integria_incidents/incident.tracking.php:22 +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:568 +#: ../../extensions/ssh_gateway.php:59 ../../extensions/users_connected.php:77 +#: ../../extensions/api_checker.php:114 ../../general/logon_ok.php:220 +#: ../../general/logon_ok.php:417 ../../general/login_page.php:135 +#: ../../general/login_page.php:160 +#: ../../enterprise/extensions/vmware/main.php:225 +#: ../../enterprise/extensions/check_acls.php:42 +#: ../../enterprise/extensions/check_acls.php:120 +#: ../../enterprise/extensions/cron/main.php:187 +#: ../../enterprise/godmode/servers/manage_export_form.php:97 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 +#: ../../enterprise/godmode/setup/setup_auth.php:70 +#: ../../enterprise/godmode/setup/setup_auth.php:102 +#: ../../enterprise/godmode/setup/setup_auth.php:134 +#: ../../enterprise/meta/general/login_page.php:70 +#: ../../enterprise/meta/general/login_page.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:64 +#: ../../enterprise/meta/include/functions_wizard_meta.php:398 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 +#: ../../enterprise/meta/include/functions_meta.php:849 +#: ../../enterprise/meta/include/functions_meta.php:902 +#: ../../enterprise/meta/include/functions_meta.php:955 +#: ../../godmode/admin_access_logs.php:63 +#: ../../godmode/admin_access_logs.php:188 +#: ../../godmode/setup/setup_ehorus.php:73 +#: ../../godmode/events/custom_events.php:77 +#: ../../godmode/events/custom_events.php:155 ../../include/functions.php:2305 +#: ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3317 +#: ../../include/functions_events.php:3698 +#: ../../include/functions_reporting_html.php:2849 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 +msgid "User" +msgstr "User" + +#: ../../operation/search_users.php:69 +#: ../../godmode/users/configure_user.php:470 +msgid "Standard User" +msgstr "Standard User" + +#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 +msgid "The user doesn't have any assigned profile/group" +msgstr "The user doesn't have any assigned profile/group" + +#: ../../operation/tree.php:67 ../../extensions/module_groups.php:325 +#: ../../enterprise/dashboard/widgets/tree_view.php:36 +#: ../../godmode/menu.php:49 +msgid "Module groups" +msgstr "Module groups" + +#: ../../operation/tree.php:80 +#: ../../enterprise/operation/agentes/ver_agente.php:208 +#: ../../enterprise/meta/advanced/policymanager.apply.php:200 +#: ../../enterprise/include/functions_groups.php:32 +#: ../../enterprise/dashboard/widgets/tree_view.php:39 +#: ../../include/functions_networkmap.php:1660 +#: ../../include/functions_maps.php:37 +msgid "Policies" +msgstr "Policies" + +#: ../../operation/tree.php:87 ../../operation/menu.php:51 +#: ../../enterprise/meta/general/main_header.php:88 +msgid "Tree view" +msgstr "Tree view" + +#: ../../operation/tree.php:88 +#, php-format +msgid "Sort the agents by %s" +msgstr "Sort the agents by %s" + +#: ../../operation/tree.php:91 +msgid "tags" +msgstr "tags" + +#: ../../operation/tree.php:97 +msgid "groups" +msgstr "groups" + +#: ../../operation/tree.php:100 +msgid "module groups" +msgstr "module groups" + +#: ../../operation/tree.php:103 +#: ../../enterprise/meta/advanced/license_meta.php:76 +#: ../../enterprise/meta/advanced/license_meta.php:79 +#: ../../enterprise/meta/advanced/license_meta.php:82 +#: ../../enterprise/meta/advanced/license_meta.php:85 +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "modules" +msgstr "modules" + +#: ../../operation/tree.php:107 +msgid "policies" +msgstr "policies" + +#: ../../operation/tree.php:138 +msgid "Agent status" +msgstr "Agent status" + +#: ../../operation/tree.php:140 +msgid "Search agent" +msgstr "Search agent" + +#: ../../operation/tree.php:163 +#: ../../include/functions_reporting_html.php:2015 +msgid "Module status" +msgstr "Module status" + +#: ../../operation/tree.php:165 +msgid "Search module" +msgstr "Search module" + +#: ../../operation/tree.php:189 +msgid "Tree search" +msgstr "Tree search" + +#: ../../operation/tree.php:264 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 +#: ../../enterprise/include/functions_inventory.php:165 +#: ../../enterprise/dashboard/widgets/tree_view.php:187 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +msgid "No data found" +msgstr "No data found" + +#: ../../operation/tree.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:331 +#: ../../enterprise/dashboard/widgets/tree_view.php:194 +#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:6357 +#: ../../include/functions_reporting_html.php:2723 +#: ../../mobile/operation/groups.php:125 +msgid "Total agents" +msgstr "Total amount of agents" + +#: ../../operation/tree.php:272 +#: ../../enterprise/include/functions_reporting_csv.php:333 +#: ../../enterprise/dashboard/widgets/tree_view.php:195 +msgid "Total modules" +msgstr "Total modules" + +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 +#: ../../enterprise/include/functions_reporting_csv.php:340 +#: ../../enterprise/dashboard/widgets/tree_view.php:199 +#: ../../enterprise/dashboard/widgets/tree_view.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:201 +#: ../../include/functions_reporting.php:6202 +#: ../../include/functions_reporting.php:6223 +#: ../../include/functions_graph.php:2000 +msgid "Fired alerts" +msgstr "Triggered alerts" + +#: ../../operation/tree.php:281 +#: ../../enterprise/dashboard/widgets/tree_view.php:204 +msgid "Critical agents" +msgstr "Critical agents" + +#: ../../operation/tree.php:282 +#: ../../enterprise/include/functions_reporting_csv.php:335 +#: ../../enterprise/dashboard/widgets/tree_view.php:205 +#: ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "Modules in critical status" + +#: ../../operation/tree.php:286 +#: ../../enterprise/dashboard/widgets/tree_view.php:209 +msgid "Warning agents" +msgstr "Agents in 'Warning' status" + +#: ../../operation/tree.php:287 +#: ../../enterprise/include/functions_reporting_csv.php:336 +#: ../../enterprise/dashboard/widgets/tree_view.php:210 +#: ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "Modules in warning status" + +#: ../../operation/tree.php:291 +#: ../../enterprise/dashboard/widgets/tree_view.php:214 +msgid "Unknown agents" +msgstr "Agents in 'Unknown' status" + +#: ../../operation/tree.php:292 +#: ../../enterprise/include/functions_reporting_csv.php:337 +#: ../../enterprise/dashboard/widgets/tree_view.php:215 +#: ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "Unknown modules" + +#: ../../operation/tree.php:296 +#: ../../enterprise/dashboard/widgets/tree_view.php:219 +msgid "Not init agents" +msgstr "Uninitialised agents" + +#: ../../operation/tree.php:297 +#: ../../enterprise/include/functions_reporting_csv.php:338 +#: ../../enterprise/dashboard/widgets/tree_view.php:220 +#: ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "Modules in uninitialised status" + +#: ../../operation/tree.php:301 +#: ../../enterprise/dashboard/widgets/tree_view.php:224 +msgid "Normal agents" +msgstr "Agents in 'Normal' status" + +#: ../../operation/tree.php:302 +#: ../../enterprise/include/functions_reporting_csv.php:334 +#: ../../enterprise/dashboard/widgets/tree_view.php:225 +#: ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "Modules in normal status" + +#: ../../operation/search_results.php:63 ../../mobile/operation/home.php:135 msgid "Global search" msgstr "Global search" -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -msgstr "All (Enabled)" +#: ../../operation/search_results.php:83 +#: ../../enterprise/meta/advanced/synchronizing.user.php:511 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../godmode/massive/massive_add_profiles.php:90 +#: ../../include/functions_reporting.php:6421 +msgid "Users" +msgstr "Users" -#: ../../mobile/operation/alerts.php:39 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:824 -#: ../../operation/agentes/alerts_status.functions.php:75 -msgid "Not fired" -msgstr "Not triggered" +#: ../../operation/search_results.php:113 +#: ../../enterprise/meta/general/main_header.php:136 +#: ../../enterprise/meta/general/main_header.php:151 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../include/functions_groups.php:120 +msgid "Reports" +msgstr "Reports" -#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 -#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 -#: ../../godmode/alerts/alert_view.php:106 -msgid "Stand by" -msgstr "Stand by" +#: ../../operation/search_results.php:123 +#: ../../enterprise/dashboard/widgets/maps_status.php:29 +msgid "Maps" +msgstr "Maps" -#: ../../mobile/operation/alerts.php:162 +#: ../../operation/search_results.php:143 +msgid "Helps" +msgstr "Help" + +#: ../../operation/users/webchat.php:71 +msgid "Webchat" +msgstr "Webchat" + +#: ../../operation/users/webchat.php:82 +msgid "Users Online" +msgstr "Users Online" + +#: ../../operation/users/webchat.php:157 +msgid "Connection established...get last 24h messages..." +msgstr "Connection established - retrieving messages from the past 24hs." + +#: ../../operation/users/webchat.php:168 +msgid "Error in connection." +msgstr "Error in connection." + +#: ../../operation/users/webchat.php:249 +msgid "Error sendding message." +msgstr "Error sending message." + +#: ../../operation/users/webchat.php:277 +msgid "Error login." +msgstr "Login error." + +#: ../../operation/users/user_edit.php:86 +#: ../../godmode/users/configure_user.php:90 +msgid "User detail editor" +msgstr "User detail editor" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:162 +msgid "Password successfully updated" +msgstr "Password successfully updated" + +#: ../../operation/users/user_edit.php:156 +#: ../../operation/users/user_edit.php:163 #, php-format -msgid "Filter Alerts by %s" -msgstr "Filter Alerts by %s" +msgid "Error updating passwords: %s" +msgstr "Error updating passwords: %s" -#: ../../mobile/operation/alerts.php:272 -msgid "Last Fired" -msgstr "Last Fired" +#: ../../operation/users/user_edit.php:168 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" +msgstr "" +"The passwords didn't match or another problem occurred during password " +"update." -#: ../../mobile/operation/alerts.php:282 -msgid "No alerts" -msgstr "No alerts" +#: ../../operation/users/user_edit.php:179 +#: ../../operation/users/user_edit.php:189 +#: ../../godmode/users/configure_user.php:300 +#: ../../godmode/users/configure_user.php:310 +#: ../../godmode/users/configure_user.php:338 +#: ../../godmode/users/configure_user.php:344 +#: ../../godmode/users/configure_user.php:372 +msgid "User info successfully updated" +msgstr "User info successfully updated" -#: ../../mobile/operation/alerts.php:312 +#: ../../operation/users/user_edit.php:180 +#: ../../operation/users/user_edit.php:190 +msgid "Error updating user info" +msgstr "Error updating user info" + +#: ../../operation/users/user_edit.php:200 +msgid "Edit my User" +msgstr "Edit my User" + +#: ../../operation/users/user_edit.php:211 +#: ../../godmode/users/configure_user.php:442 +msgid "Full (display) name" +msgstr "Full (display) name" + +#: ../../operation/users/user_edit.php:233 +#: ../../godmode/users/user_list.php:407 +#: ../../godmode/users/configure_user.php:474 +msgid "E-mail" +msgstr "E-mail" + +#: ../../operation/users/user_edit.php:235 +#: ../../godmode/users/configure_user.php:478 +msgid "Phone number" +msgstr "Phone number" + +#: ../../operation/users/user_edit.php:244 +msgid "New Password" +msgstr "New Password" + +#: ../../operation/users/user_edit.php:246 +#: ../../godmode/users/configure_user.php:454 +msgid "Password confirmation" +msgstr "Password confirmation" + +#: ../../operation/users/user_edit.php:254 +msgid "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" + +#: ../../operation/users/user_edit.php:263 +msgid "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:276 +#: ../../enterprise/meta/advanced/metasetup.visual.php:140 +#: ../../enterprise/meta/include/functions_meta.php:1081 +#: ../../godmode/users/configure_user.php:512 +#: ../../godmode/setup/setup_visuals.php:420 +#: ../../include/functions_config.php:463 +msgid "Interactive charts" +msgstr "Interactive charts" + +#: ../../operation/users/user_edit.php:276 +#: ../../enterprise/meta/advanced/metasetup.visual.php:140 +#: ../../godmode/users/configure_user.php:512 +#: ../../godmode/setup/setup_visuals.php:421 +msgid "Whether to use Javascript or static PNG graphs" +msgstr "Whether to use Javascript or static PNG graphs" + +#: ../../operation/users/user_edit.php:280 +#: ../../enterprise/extensions/translate_string.php:250 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 +#: ../../godmode/users/configure_user.php:446 +msgid "Language" +msgstr "Language" + +#: ../../operation/users/user_edit.php:299 +msgid "Shortcut bar" +msgstr "Shortcut bar" + +#: ../../operation/users/user_edit.php:299 +msgid "" +"This will activate a shortcut bar with alerts, events, messages... " +"information" +msgstr "" +"This will activate a shortcut bar with alerts, events, messages... " +"information" + +#: ../../operation/users/user_edit.php:302 +msgid "Home screen" +msgstr "Home screen" + +#: ../../operation/users/user_edit.php:302 +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" + +#: ../../operation/users/user_edit.php:305 ../../operation/menu.php:128 +#: ../../extensions/resource_exportation.php:351 +#: ../../enterprise/meta/screens/screens.visualmap.php:216 +#: ../../enterprise/meta/screens/screens.visualmap.php:220 +msgid "Visual console" +msgstr "Visual console" + +#: ../../operation/users/user_edit.php:306 +#: ../../operation/events/events.php:325 ../../godmode/events/events.php:37 +msgid "Event list" +msgstr "Event list" + +#: ../../operation/users/user_edit.php:312 +#: ../../enterprise/operation/menu.php:89 +#: ../../enterprise/extensions/vmware/vmware_view.php:1070 +#: ../../enterprise/extensions/vmware/vmware_view.php:1089 +#: ../../enterprise/mobile/operation/dashboard.php:227 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "Dashboard" + +#: ../../operation/users/user_edit.php:350 +#: ../../godmode/groups/configure_group.php:181 +#: ../../godmode/users/configure_user.php:506 +msgid "Skin" +msgstr "Skin" + +#: ../../operation/users/user_edit.php:362 +#: ../../enterprise/meta/include/functions_meta.php:672 +#: ../../godmode/setup/setup_auth.php:124 +#: ../../include/functions_config.php:359 +msgid "Double authentication" +msgstr "Double authentication" + +#: ../../operation/users/user_edit.php:367 +msgid "Show information" +msgstr "Show information" + +#: ../../operation/users/user_edit.php:373 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 +msgid "Event filter" +msgstr "Event filter" + +#: ../../operation/users/user_edit.php:378 +msgid "Newsletter Subscribed" +msgstr "" + +#: ../../operation/users/user_edit.php:380 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "" + +#: ../../operation/users/user_edit.php:383 +#: ../../general/login_identification_wizard.php:167 +msgid "Subscribe to our newsletter" +msgstr "" + +#: ../../operation/users/user_edit.php:386 +msgid "Newsletter Reminder" +msgstr "" + +#: ../../operation/users/user_edit.php:442 +#, fuzzy +msgid "Autorefresh" +msgstr "Autorefresh time" + +#: ../../operation/users/user_edit.php:442 +msgid "This will activate autorefresh in selected pages" +msgstr "" + +#: ../../operation/users/user_edit.php:449 +#, fuzzy +msgid "Full list of pages" +msgstr "Full list of alerts" + +#: ../../operation/users/user_edit.php:451 +#, fuzzy +msgid "List of pages with autorefresh" +msgstr "Disable autorefresh" + +#: ../../operation/users/user_edit.php:457 +#, fuzzy +msgid "Push selected pages into autorefresh list" +msgstr "Push the selected services into the list" + +#: ../../operation/users/user_edit.php:461 +#, fuzzy +msgid "Pop selected pages out of autorefresh list" +msgstr "Push selected modules out of blacklist." + +#: ../../operation/users/user_edit.php:476 ../../general/logon_ok.php:225 +#: ../../general/logon_ok.php:422 +#: ../../enterprise/extensions/ipam/ipam_network.php:543 +#: ../../enterprise/extensions/ipam/ipam_network.php:654 +#: ../../enterprise/extensions/ipam/ipam_massive.php:69 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 +#: ../../godmode/servers/manage_recontask_form.php:354 +#: ../../godmode/users/configure_user.php:482 +#: ../../godmode/admin_access_logs.php:192 ../../include/functions.php:2309 +#: ../../include/ajax/events.php:302 +#: ../../include/functions_reporting_html.php:2854 +#: ../../mobile/operation/events.php:518 +msgid "Comments" +msgstr "Comments" + +#: ../../operation/users/user_edit.php:497 +msgid "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" + +#: ../../operation/users/user_edit.php:507 +#: ../../operation/users/user_edit.php:514 +#: ../../godmode/users/configure_user.php:597 +#: ../../godmode/users/configure_user.php:606 +msgid "Profiles/Groups assigned to this user" +msgstr "Profiles/Groups assigned to this user" + +#: ../../operation/users/user_edit.php:531 +#: ../../enterprise/godmode/setup/setup_acl.php:149 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/users/configure_profile.php:242 +#: ../../godmode/users/configure_user.php:616 +msgid "Profile name" +msgstr "Profile name" + +#: ../../operation/users/user_edit.php:568 +msgid "This user doesn't have any assigned profile/group." +msgstr "This user doesn't have any profile/group assigned" + +#: ../../operation/users/user_edit.php:720 +#: ../../operation/users/user_edit.php:785 +#: ../../operation/users/user_edit.php:856 ../../general/logon_failed.php:21 +#: ../../include/ajax/double_auth.ajax.php:247 +#: ../../include/ajax/double_auth.ajax.php:342 +#: ../../include/ajax/double_auth.ajax.php:387 +#: ../../include/ajax/double_auth.ajax.php:501 +msgid "Authentication error" +msgstr "Authentication error" + +#: ../../operation/users/user_edit.php:723 +#: ../../operation/users/user_edit.php:788 +#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 +#: ../../enterprise/meta/include/functions_ui_meta.php:779 +#: ../../enterprise/dashboard/main_dashboard.php:337 +#: ../../enterprise/dashboard/main_dashboard.php:414 +#: ../../godmode/massive/massive_edit_plugins.php:813 +#: ../../godmode/massive/massive_edit_plugins.php:814 +#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 +#: ../../include/functions.php:1041 ../../include/functions_events.php:1162 +#: ../../include/functions_events.php:1429 +#: ../../include/ajax/double_auth.ajax.php:250 +#: ../../include/ajax/double_auth.ajax.php:345 +#: ../../include/ajax/double_auth.ajax.php:390 +#: ../../include/ajax/double_auth.ajax.php:505 +#: ../../include/functions_ui.php:228 +msgid "Error" +msgstr "Error" + +#: ../../operation/users/user_edit.php:727 +#: ../../operation/users/user_edit.php:792 +#: ../../include/ajax/double_auth.ajax.php:254 +#: ../../include/ajax/double_auth.ajax.php:349 +#: ../../include/ajax/double_auth.ajax.php:394 +#: ../../include/ajax/double_auth.ajax.php:509 +msgid "There was an error loading the data" +msgstr "There was an error sending the data" + +#: ../../operation/users/user_edit.php:737 +msgid "Double autentication information" +msgstr "Double autentication information" + +#: ../../operation/users/user_edit.php:800 +#: ../../operation/users/user_edit.php:876 +msgid "Double autentication activation" +msgstr "Double autentication activation" + +#: ../../operation/users/user_edit.php:826 +msgid "The double authentication will be deactivated" +msgstr "Double authentication will be deactivated" + +#: ../../operation/users/user_edit.php:827 +msgid "Deactivate" +msgstr "Deactivate" + +#: ../../operation/users/user_edit.php:859 +msgid "The double autentication was deactivated successfully" +msgstr "Double authentication was deactivated successfully" + +#: ../../operation/users/user_edit.php:862 +#: ../../operation/users/user_edit.php:866 +msgid "There was an error deactivating the double autentication" +msgstr "There was an error deactivating the double autentication" + +#: ../../operation/integria_incidents/incident.php:47 +msgid "New Incident" +msgstr "New Incident" + +#: ../../operation/integria_incidents/incident.php:58 +#: ../../operation/incidents/incident_detail.php:233 +msgid "Incident details" +msgstr "Incident details" + +#: ../../operation/integria_incidents/incident.php:62 +#: ../../operation/integria_incidents/incident.list.php:132 +msgid "Workunits" +msgstr "Workunits" + +#: ../../operation/integria_incidents/incident.php:70 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 +msgid "Tracking" +msgstr "Tracking" + +#: ../../operation/integria_incidents/incident.php:75 +#: ../../operation/incidents/incident.php:33 +msgid "Incident management" +msgstr "Incident management" + +#: ../../operation/integria_incidents/incident.php:98 +msgid "Incident updated" +msgstr "Incident updated" + +#: ../../operation/integria_incidents/incident.php:101 +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." + +#: ../../operation/integria_incidents/incident.php:125 +#: ../../operation/incidents/incident.php:146 +msgid "Incident created" +msgstr "Incident created" + +#: ../../operation/integria_incidents/incident.php:128 +msgid "There was a problem creating incident" +msgstr "There was a problem creating the incident." + +#: ../../operation/integria_incidents/incident.php:141 +#: ../../operation/incidents/incident_detail.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 +msgid "No description available" +msgstr "No description available" + +#: ../../operation/integria_incidents/incident.php:155 +#: ../../operation/incidents/incident_detail.php:173 +msgid "File uploaded" +msgstr "File uploaded" + +#: ../../operation/integria_incidents/incident.php:158 +msgid "There was a problem uploading file" +msgstr "There was a problem uploading the file" + +#: ../../operation/integria_incidents/incident.php:164 +msgid "File is too big" +msgstr "The file is too big." + +#: ../../operation/integria_incidents/incident.php:167 +msgid "File was partially uploaded. Please try again" +msgstr "The file was partially uploaded. Please try again." + +#: ../../operation/integria_incidents/incident.php:170 +#: ../../include/functions.php:2199 +msgid "No file was uploaded" +msgstr "No file was uploaded" + +#: ../../operation/integria_incidents/incident.php:173 +msgid "Generic upload error" +msgstr "Generic upload error" + +#: ../../operation/integria_incidents/incident.php:192 +msgid "File deleted" +msgstr "File deleted" + +#: ../../operation/integria_incidents/incident.php:195 +msgid "You user doesn't have enough rights to delete this file" +msgstr "You user doesn't have enough rights to delete this file" + +#: ../../operation/integria_incidents/incident.php:210 +msgid "Incident deleted" +msgstr "Incident deleted" + +#: ../../operation/integria_incidents/incident.php:213 +msgid "There was a problem deteling incident" +msgstr "There was a problem deleting the incident" + +#: ../../operation/integria_incidents/incident.php:237 +msgid "Workunit added" +msgstr "Workunit added" + +#: ../../operation/integria_incidents/incident.php:240 +msgid "There was a problem adding workunit" +msgstr "There was a problem adding the workunit" + +#: ../../operation/integria_incidents/incident.php:339 +msgid "" +"There is a error in the message from your Integria or there is not " +"connection." +msgstr "" +"There is a error in the message from your Integria or there is no connection." + +#: ../../operation/integria_incidents/incident.list.php:33 +#: ../../operation/events/events_list.php:440 +#: ../../enterprise/operation/services/services.list.php:155 +#: ../../enterprise/operation/services/services.list.php:172 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 +#: ../../enterprise/godmode/setup/setup_auth.php:241 +#: ../../enterprise/godmode/setup/setup_auth.php:270 +#: ../../enterprise/godmode/setup/setup_acl.php:131 +#: ../../enterprise/dashboard/widgets/events_list.php:31 +#: ../../godmode/reporting/visual_console_builder.wizard.php:345 +#: ../../godmode/agentes/planned_downtime.list.php:154 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/servers/manage_recontask.php:336 +#: ../../godmode/massive/massive_add_action_alerts.php:146 +#: ../../godmode/users/configure_user.php:689 +#: ../../godmode/events/event_edit_filter.php:295 +#: ../../include/functions_html.php:860 ../../include/functions_html.php:861 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:863 +#: ../../include/functions_html.php:864 +#: ../../include/ajax/visual_console_builder.ajax.php:675 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_visual_map_editor.php:624 +msgid "Any" +msgstr "Any" + +#: ../../operation/integria_incidents/incident.list.php:34 +msgid "Not closed" +msgstr "Not closed" + +#: ../../operation/integria_incidents/incident.list.php:55 +msgid "Search string" +msgstr "Search string" + +#: ../../operation/integria_incidents/incident.list.php:93 +#: ../../operation/incidents/incident.php:335 +#: ../../operation/events/events.build_table.php:133 +#: ../../extensions/api_checker.php:137 +#: ../../godmode/agentes/agent_manager.php:162 +#: ../../godmode/agentes/agent_incidents.php:85 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/module_manager_editor_common.php:149 +#: ../../godmode/groups/group_list.php:334 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 +#: ../../include/functions_events.php:3281 +msgid "ID" +msgstr "ID" + +#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/incidents/incident.php:340 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 +#: ../../enterprise/meta/advanced/servers.build_table.php:67 +#: ../../godmode/agentes/agent_incidents.php:90 +#: ../../godmode/servers/servers.build_table.php:72 +msgid "Updated" +msgstr "Updated" + +#: ../../operation/integria_incidents/incident.list.php:98 +msgid "Started" +msgstr "Started" + +#: ../../operation/integria_incidents/incident.list.php:99 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 +#: ../../include/ajax/events.php:300 +msgid "Details" +msgstr "Details" + +#: ../../operation/integria_incidents/incident.list.php:100 +#: ../../operation/integria_incidents/incident.incident.php:84 +#: ../../operation/incidents/incident_detail.php:327 +msgid "Creator" +msgstr "Creator" + +#: ../../operation/integria_incidents/incident.list.php:101 +#: ../../operation/incidents/incident.php:342 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/events/events.build_table.php:179 +#: ../../enterprise/meta/include/functions_events_meta.php:100 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2351 +#: ../../include/functions_events.php:3322 +#: ../../mobile/operation/events.php:477 +msgid "Owner" +msgstr "Owner" + +#: ../../operation/integria_incidents/incident.list.php:132 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Hours" +msgstr "Hours" + +#: ../../operation/integria_incidents/incident.list.php:135 +msgid "Delete incident" +msgstr "Delete incident" + +#: ../../operation/integria_incidents/incident.list.php:135 +msgid "View incident details" +msgstr "View incident details" + +#: ../../operation/integria_incidents/incident.incident.php:93 +msgid "Assigned user" +msgstr "Assigned user" + +#: ../../operation/integria_incidents/incident.incident.php:111 +msgid "Resolution epilog" +msgstr "Resolution epilog" + +#: ../../operation/integria_incidents/incident.incident.php:126 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:227 +#: ../../enterprise/extensions/backup/main.php:167 +#: ../../enterprise/extensions/ipam/ipam_editor.php:121 +#: ../../enterprise/extensions/ipam/ipam_list.php:257 +#: ../../enterprise/extensions/cron/main.php:323 +#: ../../enterprise/godmode/policies/policy_modules.php:327 +#: ../../enterprise/godmode/policies/policies.php:430 +#: ../../enterprise/godmode/policies/configure_policy.php:90 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 +#: ../../enterprise/godmode/agentes/collections.php:235 +#: ../../enterprise/godmode/agentes/collections.data.php:56 +#: ../../enterprise/godmode/agentes/collections.data.php:125 +#: ../../enterprise/godmode/agentes/collections.data.php:144 +#: ../../enterprise/godmode/agentes/collections.data.php:159 +#: ../../enterprise/godmode/agentes/collections.data.php:181 +#: ../../enterprise/godmode/agentes/collections.data.php:223 +#: ../../enterprise/godmode/agentes/collections.editor.php:117 +#: ../../enterprise/godmode/servers/manage_export.php:125 +#: ../../enterprise/godmode/servers/manage_export.php:157 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:329 +#: ../../enterprise/godmode/alerts/alert_events_list.php:671 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 +#: ../../enterprise/godmode/services/services.service.php:361 +#: ../../enterprise/godmode/services/services.elements.php:417 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/modules/configure_local_component.php:490 +#: ../../enterprise/godmode/modules/local_components.php:551 +#: ../../enterprise/godmode/setup/edit_skin.php:270 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1135 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/agentes/agent_manager.php:468 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/module_manager.php:123 +#: ../../godmode/agentes/module_manager_editor.php:498 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/manage_recontask.php:389 +#: ../../godmode/groups/configure_group.php:208 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/snmpconsole/snmp_filters.php:108 +#: ../../godmode/snmpconsole/snmp_filters.php:156 +#: ../../godmode/snmpconsole/snmp_alert.php:874 +#: ../../godmode/snmpconsole/snmp_alert.php:1221 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/users/configure_user.php:581 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/alerts/configure_alert_special_days.php:106 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/alerts/alert_list.php:330 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/alert_list.list.php:742 +#: ../../godmode/alerts/alert_special_days.php:464 +#: ../../godmode/alerts/alert_special_days.php:482 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_components.php:645 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/modules/manage_network_components_form.php:279 +#: ../../godmode/modules/manage_nc_groups_form.php:83 +#: ../../godmode/modules/manage_nc_groups.php:244 +#: ../../godmode/setup/news.php:204 ../../godmode/setup/os.php:52 +#: ../../godmode/setup/os.php:76 ../../godmode/setup/gis.php:93 +#: ../../godmode/setup/links.php:117 +#: ../../godmode/events/event_edit_filter.php:404 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/tag/edit_tag.php:232 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:449 +msgid "Create" +msgstr "Create" + +#: ../../operation/integria_incidents/incident.workunits.php:27 +msgid "Time used" +msgstr "Time used" + +#: ../../operation/integria_incidents/incident.workunits.php:28 +msgid "Have cost" +msgstr "Have cost" + +#: ../../operation/integria_incidents/incident.workunits.php:29 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Public" +msgstr "Public" + +#: ../../operation/integria_incidents/incident.workunits.php:35 +#: ../../operation/integria_incidents/incident.files.php:29 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../operation/events/events_list.php:333 +#: ../../operation/events/events_list.php:360 +#: ../../extensions/files_repo/files_repo_form.php:94 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:160 +#: ../../enterprise/godmode/policies/policy_collections.php:196 +#: ../../enterprise/godmode/policies/policy_plugins.php:65 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_alerts.php:474 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:161 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:279 +#: ../../enterprise/godmode/agentes/plugins_manager.php:93 +#: ../../enterprise/godmode/agentes/collection_manager.php:109 +#: ../../enterprise/godmode/agentes/collection_manager.php:126 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:208 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:78 +#: ../../enterprise/godmode/servers/manage_export_form.php:122 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:380 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 +#: ../../enterprise/godmode/alerts/alert_events_list.php:608 +#: ../../enterprise/godmode/setup/setup_acl.php:98 +#: ../../enterprise/godmode/setup/setup_acl.php:117 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 +#: ../../enterprise/meta/advanced/metasetup.visual.php:157 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:430 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 +#: ../../enterprise/dashboard/main_dashboard.php:322 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/reporting/visual_console_builder.wizard.php:340 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/manage_recontask_form.php:384 +#: ../../godmode/snmpconsole/snmp_alert.php:1199 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/alerts/alert_list.list.php:632 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/setup/news.php:275 ../../godmode/setup/setup_visuals.php:646 +#: ../../godmode/setup/setup_visuals.php:682 ../../godmode/setup/links.php:158 +#: ../../godmode/events/event_edit_filter.php:351 +#: ../../godmode/events/event_edit_filter.php:366 +msgid "Add" +msgstr "Add" + +#: ../../operation/integria_incidents/incident.workunits.php:42 +msgid "Add workunit" +msgstr "Add workunit" + +#: ../../operation/integria_incidents/incident.workunits.php:60 +msgid "said" +msgstr "said" + +#: ../../operation/integria_incidents/incident.files.php:23 +#: ../../extensions/files_repo/files_repo_form.php:84 +#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 +#: ../../godmode/extensions.php:143 +msgid "File" +msgstr "File" + +#: ../../operation/integria_incidents/incident.files.php:35 +msgid "Add a file" +msgstr "Add a file" + +#: ../../operation/integria_incidents/incident.files.php:42 +#: ../../operation/incidents/incident_detail.php:453 +#: ../../operation/incidents/incident_detail.php:505 +msgid "Filename" +msgstr "Filename" + +#: ../../operation/integria_incidents/incident.files.php:45 +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../enterprise/extensions/backup/main.php:67 +#: ../../godmode/events/event_responses.editor.php:97 +#: ../../include/functions_filemanager.php:582 +#: ../../include/functions_visual_map_editor.php:107 +#: ../../include/functions_visual_map_editor.php:149 +#: ../../include/functions_visual_map_editor.php:423 +#: ../../include/functions_visual_map_editor.php:487 +msgid "Size" +msgstr "Size" + +#: ../../operation/integria_incidents/incident.files.php:66 +msgid "Delete file" +msgstr "Delete file" + +#: ../../operation/integria_incidents/incident_statistics.php:52 +msgid "Opened tickets" +msgstr "Opened tickets" + +#: ../../operation/integria_incidents/incident_statistics.php:53 +msgid "Closed tickets" +msgstr "Closed tickets" + +#: ../../operation/integria_incidents/incident_statistics.php:56 +#: ../../operation/incidents/incident_statistics.php:33 +msgid "Incidents by status" +msgstr "Incidents by status" + +#: ../../operation/incidents/incident.php:72 +msgid "Successfully reclaimed ownership" +msgstr "Successfully reclaimed ownership" + +#: ../../operation/incidents/incident.php:73 +msgid "Could not reclame ownership" +msgstr "Could not reclame ownership" + +#: ../../operation/incidents/incident.php:143 +msgid "Error creating incident" +msgstr "Error creating the incident" + +#: ../../operation/incidents/incident.php:233 +msgid "Incidents:" +msgstr "Incidents:" + +#: ../../operation/incidents/incident.php:234 +msgid "All incidents" +msgstr "All incidents" + +#: ../../operation/incidents/incident.php:256 +msgid "Priorities:" +msgstr "Priorities:" + +#: ../../operation/incidents/incident.php:257 +msgid "All priorities" +msgstr "All priorities" + +#: ../../operation/incidents/incident.php:261 +msgid "Users:" +msgstr "Users:" + +#: ../../operation/incidents/incident.php:262 +#: ../../enterprise/extensions/ipam/ipam_editor.php:60 +msgid "All users" +msgstr "All users" + +#: ../../operation/incidents/incident.php:277 +msgid "Agents:" +msgstr "Agents:" + +#: ../../operation/incidents/incident.php:279 +#: ../../godmode/db/db_purge.php:167 +msgid "All agents" +msgstr "All agents" + +#: ../../operation/incidents/incident.php:284 +msgid "Groups:" +msgstr "Groups:" + +#: ../../operation/incidents/incident.php:290 +msgid "Free text:" +msgstr "Free text:" + +#: ../../operation/incidents/incident.php:291 +msgid "Search by incident name or description, list matches." +msgstr "Search by incident name or description, list matches." + +#: ../../operation/incidents/incident.php:399 +msgid "Delete incidents" +msgstr "Delete incidents" + +#: ../../operation/incidents/incident.php:403 +msgid "Become owner" +msgstr "Become owner" + +#: ../../operation/incidents/incident.php:411 +#: ../../operation/incidents/incident_detail.php:238 +msgid "Create incident" +msgstr "Create incident" + +#: ../../operation/incidents/incident_statistics.php:36 +msgid "Incidents by priority" +msgstr "Incidents by priority" + +#: ../../operation/incidents/incident_statistics.php:39 +msgid "Incidents by group" +msgstr "Incidents by group" + +#: ../../operation/incidents/incident_statistics.php:42 +msgid "Incidents by user" +msgstr "Incidents by user" + +#: ../../operation/incidents/incident_statistics.php:45 +msgid "Incidents by source" +msgstr "Incidents by source" + +#: ../../operation/incidents/incident_detail.php:67 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +#: ../../enterprise/godmode/alerts/alert_events_list.php:186 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_tags.php:88 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/alerts/alert_list.php:170 +msgid "Successfully added" +msgstr "Successfully added" + +#: ../../operation/incidents/incident_detail.php:68 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +#: ../../enterprise/godmode/alerts/alert_events_list.php:187 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_action_alerts.php:85 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_action_alerts.php:105 +#: ../../godmode/massive/massive_add_tags.php:89 +#: ../../godmode/massive/massive_add_alerts.php:113 +#: ../../godmode/alerts/alert_list.php:170 +msgid "Could not be added" +msgstr "Could not be added" + +#: ../../operation/incidents/incident_detail.php:160 +msgid "File could not be saved due to database error" +msgstr "The file couldn't be saved due to a database error." + +#: ../../operation/incidents/incident_detail.php:174 +msgid "File could not be uploaded" +msgstr "The file could not be uploaded." + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "Opened at" + +#: ../../operation/incidents/incident_detail.php:376 +msgid "Update incident" +msgstr "Update incident" + +#: ../../operation/incidents/incident_detail.php:382 +msgid "Submit" +msgstr "Submit" + +#: ../../operation/incidents/incident_detail.php:396 +#: ../../operation/incidents/incident_detail.php:400 +msgid "Add note" +msgstr "Add note" + +#: ../../operation/incidents/incident_detail.php:432 +msgid "Notes attached to incident" +msgstr "Notes attached to the incident" + +#: ../../operation/incidents/incident_detail.php:481 +msgid "Attached files" +msgstr "Attached files" + +#: ../../operation/incidents/incident_detail.php:499 +#: ../../operation/incidents/incident_detail.php:503 +msgid "Add attachment" +msgstr "Add attachment" + +#: ../../operation/incidents/incident_detail.php:507 +#: ../../extensions/extension_uploader.php:85 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/resource_registration.php:876 +#: ../../enterprise/include/functions_policies.php:4106 +#: ../../godmode/alerts/alert_special_days.php:260 +msgid "Upload" +msgstr "Upload" + +#: ../../operation/search_main.php:52 +msgid "Agents found" +msgstr "Agents found" + +#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 +#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 +#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 +#: ../../operation/search_main.php:80 #, php-format -msgid "Standby: %s" -msgstr "Standby : %s" +msgid "%s Found" +msgstr "%s Found" -#: ../../mobile/operation/events.php:107 -#: ../../operation/events/events.build_table.php:61 -msgid "Event Name" -msgstr "Event Name" +#: ../../operation/search_main.php:55 +msgid "Modules found" +msgstr "Modules found" -#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378 -#: ../../mobile/operation/events.php:585 ../../mobile/operation/events.php:586 -msgid "Preset Filters" -msgstr "Preset Filters" +#: ../../operation/search_main.php:66 +msgid "Users found" +msgstr "Users found" -#: ../../mobile/operation/events.php:438 -msgid "ERROR: Event detail" -msgstr "ERROR : Event details" +#: ../../operation/search_main.php:69 +msgid "Graphs found" +msgstr "Graphs found" -#: ../../mobile/operation/events.php:440 -msgid "Error connecting to DB pandora." -msgstr "Error on connecting to Pandora DB." +#: ../../operation/search_main.php:72 +msgid "Reports found" +msgstr "Reports found" -#: ../../mobile/operation/events.php:453 -msgid "Event detail" -msgstr "Event details" +#: ../../operation/search_main.php:75 +msgid "Maps found" +msgstr "Maps found" -#: ../../mobile/operation/events.php:464 -#: ../../include/functions_events.php:2328 -#: ../../operation/events/events.build_table.php:55 +#: ../../operation/search_main.php:78 +msgid "Helps found" +msgstr "Help found" + +#: ../../operation/search_main.php:88 +#, php-format +msgid "Show %s of %s. View all matches" +msgstr "Show %s of %s. Show all matching entities." + +#: ../../operation/search_maps.php:33 +#: ../../enterprise/godmode/services/services.elements.php:123 +#: ../../enterprise/godmode/services/services.elements.php:128 +msgid "Elements" +msgstr "Elements" + +#: ../../operation/gis_maps/render_view.php:125 +#: ../../operation/visual_console/render_view.php:105 +#: ../../enterprise/meta/screens/screens.visualmap.php:188 +#: ../../godmode/reporting/visual_console_builder.php:664 +msgid "Show link to public Visual Console" +msgstr "Show link to public Visual Console" + +#: ../../operation/gis_maps/render_view.php:132 +#: ../../include/functions.php:2578 +msgid "5 seconds" +msgstr "5 seconds" + +#: ../../operation/gis_maps/render_view.php:133 +#: ../../include/functions.php:2579 +msgid "10 seconds" +msgstr "10 seconds" + +#: ../../operation/gis_maps/render_view.php:134 +#: ../../include/functions.php:2581 +msgid "30 seconds" +msgstr "30 seconds" + +#: ../../operation/gis_maps/render_view.php:135 +#: ../../extensions/agents_alerts.php:82 +#: ../../extensions/agents_modules.php:90 ../../include/functions.php:2582 +msgid "1 minute" +msgstr "1 minute" + +#: ../../operation/gis_maps/render_view.php:136 +#: ../../extensions/agents_alerts.php:83 +#: ../../extensions/agents_modules.php:91 ../../include/functions.php:2583 +msgid "2 minutes" +msgstr "2 minutes" + +#: ../../operation/gis_maps/render_view.php:137 +#: ../../extensions/agents_alerts.php:84 +#: ../../extensions/agents_modules.php:92 ../../include/functions.php:2584 +#: ../../include/ajax/module.php:118 +msgid "5 minutes" +msgstr "5 minutes" + +#: ../../operation/gis_maps/render_view.php:138 +#: ../../extensions/agents_alerts.php:85 +#: ../../extensions/agents_modules.php:93 +msgid "10 minutes" +msgstr "10 minutes" + +#: ../../operation/gis_maps/render_view.php:139 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 +#: ../../enterprise/godmode/agentes/inventory_manager.php:176 +#: ../../enterprise/dashboard/widgets/top_n.php:61 +#: ../../godmode/setup/performance.php:97 ../../include/functions.php:2022 +#: ../../include/functions.php:2587 ../../include/ajax/module.php:120 +#: ../../include/functions_netflow.php:1049 +#: ../../include/functions_netflow.php:1082 +msgid "1 hour" +msgstr "1 hour" + +#: ../../operation/gis_maps/render_view.php:140 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 +#: ../../enterprise/godmode/agentes/inventory_manager.php:177 +#: ../../enterprise/dashboard/widgets/top_n.php:62 +#: ../../include/functions_netflow.php:1050 +#: ../../include/functions_netflow.php:1083 +msgid "2 hours" +msgstr "2 hours" + +#: ../../operation/gis_maps/render_view.php:142 +msgid "Refresh: " +msgstr "Refresh: " + +#: ../../operation/gis_maps/render_view.php:148 +#: ../../enterprise/operation/agentes/transactional_map.php:197 +#: ../../enterprise/operation/services/services.service.php:168 +#: ../../enterprise/operation/services/services.service_map.php:118 +#: ../../enterprise/operation/services/services.list.php:149 +#: ../../enterprise/operation/services/services.list.php:378 +#: ../../enterprise/load_enterprise.php:1 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 +#: ../../enterprise/dashboard/widgets/service_map.php:86 +#: ../../godmode/massive/massive_edit_agents.php:386 +#: ../../include/functions_config.php:521 +#: ../../include/functions_config.php:1526 +msgid "Ok" +msgstr "Ok" + +#: ../../operation/gis_maps/render_view.php:151 +msgid "Show agents by state: " +msgstr "Show agents according to status: " + +#: ../../operation/gis_maps/render_view.php:154 +#: ../../enterprise/extensions/vmware/vmware_view.php:1064 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/dashboard/widgets/network_map.php:38 +msgid "Map" +msgstr "Map" + +#: ../../operation/gis_maps/gis_map.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:214 +msgid "GIS Maps list" +msgstr "List of GIS maps" + +#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:185 +msgid "GIS Maps" +msgstr "GIS Maps" + +#: ../../operation/gis_maps/gis_map.php:94 +#: ../../enterprise/godmode/policies/policies.php:258 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../enterprise/godmode/modules/local_components.php:484 +#: ../../enterprise/meta/advanced/servers.build_table.php:71 +#: ../../godmode/reporting/reporting_builder.php:567 +#: ../../godmode/reporting/reporting_builder.php:687 +#: ../../godmode/reporting/graphs.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/servers/plugin.php:739 +#: ../../godmode/servers/servers.build_table.php:76 +#: ../../godmode/users/user_list.php:278 +#: ../../godmode/users/profile_list.php:327 +#: ../../godmode/alerts/alert_templates.php:302 +#: ../../godmode/alerts/alert_list.list.php:412 +msgid "Op." +msgstr "Op." + +#: ../../operation/gis_maps/gis_map.php:175 +msgid "No maps found" +msgstr "No maps found" + +#: ../../operation/gis_maps/gis_map.php:194 +msgid "Caution: Do you want delete the map?" +msgstr "Caution: Do you want delete the map?" + +#: ../../operation/gis_maps/gis_map.php:201 +msgid "Do you want to set default the map?" +msgstr "Do you wish to set this map as default?" + +#: ../../operation/gis_maps/gis_map.php:209 +msgid "There was error on setup the default map." +msgstr "There was an error setting up the default map" + +#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 +msgid "Position (Lat, Long, Alt)" +msgstr "Position (Lat, Long, Alt)" + +#: ../../operation/gis_maps/ajax.php:218 +msgid "Start contact" +msgstr "Start contact" + +#: ../../operation/gis_maps/ajax.php:220 +msgid "Num reports" +msgstr "Num reports" + +#: ../../operation/gis_maps/ajax.php:258 +msgid "Default position of map." +msgstr "Default map position" + +#: ../../operation/gis_maps/ajax.php:269 +#: ../../enterprise/meta/include/functions_wizard_meta.php:163 +#: ../../enterprise/meta/include/functions_wizard_meta.php:166 +#: ../../enterprise/meta/include/functions_wizard_meta.php:375 +#: ../../enterprise/meta/include/functions_wizard_meta.php:378 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1936 +#: ../../godmode/agentes/agent_manager.php:201 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../include/functions_treeview.php:487 +#: ../../include/functions_events.php:2026 +#: ../../include/functions_reporting_html.php:1716 +msgid "IP Address" +msgstr "IP Address" + +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1536 +#: ../../enterprise/dashboard/widgets/url.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1187 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +msgid "URL" +msgstr "URL" + +#: ../../operation/events/events.build_table.php:37 +#, fuzzy +msgid "More detail" +msgstr "Module details" + +#: ../../operation/events/events.build_table.php:85 +#: ../../operation/events/events.build_table.php:89 +#, fuzzy +msgid "The Agent: " +msgstr "Agents:" + +#: ../../operation/events/events.build_table.php:86 +#: ../../operation/events/events.build_table.php:90 +#, fuzzy +msgid " has " +msgstr " Days" + +#: ../../operation/events/events.build_table.php:87 +#: ../../operation/events/events.build_table.php:91 +#, fuzzy +msgid " events." +msgstr "No events" + +#: ../../operation/events/events.build_table.php:118 +#: ../../operation/events/events.build_table.php:773 +#: ../../include/functions_events.php:851 +#: ../../include/functions_events.php:855 +#: ../../include/functions_reporting.php:1208 +#: ../../include/functions_reporting.php:1370 +#: ../../include/functions_reporting_html.php:3032 +#: ../../mobile/operation/events.php:790 +msgid "No events" +msgstr "No events" + +#: ../../operation/events/events.build_table.php:149 +#: ../../include/functions_events.php:2331 +#: ../../include/functions_events.php:3295 +#: ../../mobile/operation/events.php:469 msgid "Event ID" msgstr "Event ID" -#: ../../mobile/operation/events.php:480 -#: ../../include/functions_events.php:2367 -#: ../../operation/events/events_list.php:560 -#: ../../godmode/events/event_edit_filter.php:288 +#: ../../operation/events/events.build_table.php:155 +#: ../../include/functions_events.php:3300 +#: ../../mobile/operation/events.php:108 +msgid "Event Name" +msgstr "Event Name" + +#: ../../operation/events/events.build_table.php:161 +#: ../../enterprise/meta/include/functions_events_meta.php:61 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 +#: ../../enterprise/include/functions_inventory.php:64 +#: ../../enterprise/include/functions_reporting_pdf.php:2310 +#: ../../godmode/agentes/modificar_agente.php:476 +#: ../../godmode/agentes/agent_manager.php:154 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../include/functions_treeview.php:467 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:894 +#: ../../include/functions_events.php:3306 +#: ../../include/functions_reporting_html.php:1539 +#: ../../mobile/operation/modules.php:453 +#: ../../mobile/operation/modules.php:673 +msgid "Agent name" +msgstr "Agent name" + +#: ../../operation/events/events.build_table.php:191 +#: ../../operation/events/events_list.php:557 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 +#: ../../enterprise/meta/include/functions_events_meta.php:76 +#: ../../enterprise/include/functions_reporting_pdf.php:1181 +#: ../../enterprise/dashboard/widgets/events_list.php:36 +#: ../../godmode/events/event_edit_filter.php:233 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../godmode/events/event_filter.php:110 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3332 +#: ../../include/functions_reporting_html.php:662 +msgid "Event type" +msgstr "Event type" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3338 +msgid "Agent Module" +msgstr "Agent Module" + +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:569 +#: ../../enterprise/meta/include/functions_events_meta.php:88 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1749 +#: ../../include/functions_events.php:3354 +#: ../../include/functions_events.php:3699 +msgid "Comment" +msgstr "Comment" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3369 +msgid "Extra ID" +msgstr "Extra ID" + +#: ../../operation/events/events.build_table.php:241 +#: ../../enterprise/meta/include/functions_events_meta.php:103 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3374 +msgid "ACK Timestamp" +msgstr "ACK Timestamp" + +#: ../../operation/events/events.build_table.php:247 +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2188 +#: ../../include/functions_events.php:2200 +#: ../../include/functions_events.php:2212 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_events.php:2229 +#: ../../include/functions_events.php:2234 +#: ../../include/functions_events.php:2238 +#: ../../include/functions_events.php:3379 +msgid "Instructions" +msgstr "Instructions" + +#: ../../operation/events/events.build_table.php:297 +#: ../../enterprise/include/functions_reporting_pdf.php:1204 +#: ../../enterprise/include/functions_reporting_pdf.php:1352 +#: ../../enterprise/include/functions_reporting_pdf.php:1487 +#: ../../include/functions_events.php:914 +#: ../../include/functions_events.php:2400 +#: ../../include/functions_events.php:3427 ../../include/ajax/events.php:447 +#: ../../include/functions_reporting.php:5515 +#: ../../include/functions_reporting.php:5629 +#: ../../include/functions_reporting.php:5758 +#: ../../include/functions_reporting_html.php:550 +#: ../../include/functions_reporting_html.php:683 +#: ../../include/functions_reporting_html.php:1162 +#: ../../mobile/operation/events.php:247 +msgid "New event" +msgstr "New event" + +#: ../../operation/events/events.build_table.php:301 +#: ../../operation/events/events.php:605 ../../operation/events/events.php:634 +#: ../../operation/events/events.php:635 ../../operation/events/events.php:855 +#: ../../operation/events/events.php:860 ../../operation/events/events.php:861 +#: ../../enterprise/include/functions_reporting_pdf.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1356 +#: ../../enterprise/include/functions_reporting_pdf.php:1491 +#: ../../include/functions_events.php:918 +#: ../../include/functions_events.php:2404 +#: ../../include/functions_events.php:3431 ../../include/ajax/events.php:451 +#: ../../include/functions_reporting.php:5519 +#: ../../include/functions_reporting.php:5633 +#: ../../include/functions_reporting.php:5762 +#: ../../include/functions_reporting_html.php:554 +#: ../../include/functions_reporting_html.php:687 +#: ../../include/functions_reporting_html.php:1166 +#: ../../mobile/operation/events.php:251 +msgid "Event validated" +msgstr "Event validated" + +#: ../../operation/events/events.build_table.php:305 +#: ../../operation/events/events.php:667 ../../operation/events/events.php:705 +#: ../../operation/events/events.php:706 ../../operation/events/events.php:865 +#: ../../operation/events/events.php:879 ../../operation/events/events.php:880 +#: ../../enterprise/include/functions_reporting_pdf.php:1212 +#: ../../enterprise/include/functions_reporting_pdf.php:1360 +#: ../../enterprise/include/functions_reporting_pdf.php:1495 +#: ../../include/functions_events.php:922 +#: ../../include/functions_events.php:2408 +#: ../../include/functions_events.php:3435 ../../include/ajax/events.php:455 +#: ../../include/functions_reporting.php:5523 +#: ../../include/functions_reporting.php:5637 +#: ../../include/functions_reporting.php:5766 +#: ../../include/functions_reporting_html.php:558 +#: ../../include/functions_reporting_html.php:691 +#: ../../include/functions_reporting_html.php:1170 +#: ../../mobile/operation/events.php:255 +msgid "Event in process" +msgstr "Event in process" + +#: ../../operation/events/events.build_table.php:663 +#: ../../include/functions_events.php:3793 +msgid "Validate event" +msgstr "Validate event" + +#: ../../operation/events/events.build_table.php:673 +#: ../../include/functions_events.php:1757 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_events.php:3803 +msgid "Delete event" +msgstr "Delete event" + +#: ../../operation/events/events.build_table.php:678 +#: ../../operation/events/events.php:696 ../../operation/events/events.php:700 +#: ../../operation/events/events.php:870 ../../operation/events/events.php:874 +#: ../../include/functions_events.php:3808 +msgid "Is not allowed delete events in process" +msgstr "You cannot delete events in process." + +#: ../../operation/events/events.build_table.php:740 +msgid "Validate selected" +msgstr "Validate selected" + +#: ../../operation/events/events.build_table.php:756 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../godmode/snmpconsole/snmp_alert.php:1213 +msgid "Delete selected" +msgstr "Delete selected items" + +#: ../../operation/events/events_list.php:188 +#: ../../operation/events/events_list.php:612 +msgid "No filter loaded" +msgstr "No filter loaded" + +#: ../../operation/events/events_list.php:190 +#: ../../operation/events/events_list.php:617 +msgid "Filter loaded" +msgstr "Filter loaded" + +#: ../../operation/events/events_list.php:192 +#: ../../operation/events/events_list.php:255 +#: ../../operation/events/events_list.php:601 +msgid "Save filter" +msgstr "Save filter" + +#: ../../operation/events/events_list.php:215 +msgid "New filter" +msgstr "New filter" + +#: ../../operation/events/events_list.php:216 +#: ../../operation/events/events_list.php:247 +#: ../../godmode/netflow/nf_edit_form.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +msgid "Update filter" +msgstr "Update filter" + +#: ../../operation/events/events_list.php:222 +#: ../../godmode/events/event_edit_filter.php:213 +msgid "Filter name" +msgstr "Filter name" + +#: ../../operation/events/events_list.php:225 +msgid "Save in Group" +msgstr "Save in Group" + +#: ../../operation/events/events_list.php:227 +#: ../../enterprise/godmode/policies/policy_agents.php:233 +#: ../../enterprise/godmode/policies/policy_agents.php:250 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 +#: ../../enterprise/meta/event/custom_events.php:149 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +msgid "Filter group" +msgstr "Filter group" + +#: ../../operation/events/events_list.php:242 +msgid "Overwrite filter" +msgstr "Overwrite filter" + +#: ../../operation/events/events_list.php:335 +#: ../../operation/events/events_list.php:362 +#: ../../enterprise/godmode/policies/policy_collections.php:125 +#: ../../enterprise/godmode/agentes/collection_manager.php:167 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 +#: ../../godmode/alerts/alert_special_days.php:452 +#: ../../godmode/events/event_edit_filter.php:359 +#: ../../godmode/events/event_edit_filter.php:374 +msgid "Remove" +msgstr "Remove" + +#: ../../operation/events/events_list.php:408 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 +#: ../../enterprise/meta/agentsearch.php:28 +#: ../../enterprise/meta/agentsearch.php:32 +#: ../../godmode/events/event_edit_filter.php:251 +msgid "Agent search" +msgstr "Agent search" + +#: ../../operation/events/events_list.php:430 +#: ../../godmode/events/event_edit_filter.php:283 +msgid "User ack." +msgstr "User ack." + +#: ../../operation/events/events_list.php:442 +#: ../../godmode/events/event_edit_filter.php:387 +msgid "Module search" +msgstr "Module search" + +#: ../../operation/events/events_list.php:461 +#: ../../godmode/events/event_edit_filter.php:377 +msgid "Alert events" +msgstr "Alert events" + +#: ../../operation/events/events_list.php:462 +#: ../../godmode/events/event_edit_filter.php:381 +msgid "Filter alert events" +msgstr "Filter alert events" + +#: ../../operation/events/events_list.php:462 +#: ../../godmode/events/event_edit_filter.php:382 +msgid "Only alert events" +msgstr "Only alert events" + +#: ../../operation/events/events_list.php:474 +#: ../../godmode/events/event_edit_filter.php:303 +msgid "Date from" +msgstr "From (date)" + +#: ../../operation/events/events_list.php:480 +#: ../../godmode/events/event_edit_filter.php:306 +msgid "Date to" +msgstr "To (date)" + +#: ../../operation/events/events_list.php:500 +#: ../../operation/events/events_list.php:514 +#: ../../godmode/events/event_edit_filter.php:348 +msgid "Events with following tags" +msgstr "Events with following tags" + +#: ../../operation/events/events_list.php:506 +#: ../../operation/events/events_list.php:520 +#: ../../godmode/events/event_edit_filter.php:363 +msgid "Events without following tags" +msgstr "Events without follow-up tags" + +#: ../../operation/events/events_list.php:569 +#: ../../enterprise/dashboard/widgets/events_list.php:46 +#: ../../godmode/events/event_edit_filter.php:243 +#: ../../godmode/events/event_filter.php:111 +msgid "Event status" +msgstr "Event status" + +#: ../../operation/events/events_list.php:572 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 +#: ../../enterprise/dashboard/widgets/events_list.php:38 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +#: ../../godmode/events/event_edit_filter.php:279 +#: ../../mobile/operation/events.php:647 +msgid "Max. hours old" +msgstr "Max. hours old" + +#: ../../operation/events/events_list.php:574 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:419 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:435 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:451 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:467 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:922 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:938 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:954 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:970 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:986 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:926 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:942 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:958 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:974 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:990 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:422 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:438 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:454 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:470 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 +#: ../../godmode/events/event_edit_filter.php:299 +#: ../../include/functions_events.php:2370 +#: ../../mobile/operation/events.php:485 msgid "Repeated" msgstr "Duplicate" -#: ../../mobile/operation/events.php:492 -#: ../../include/functions_events.php:2416 -msgid "Acknowledged by" -msgstr "Acknowledged by" +#: ../../operation/events/events_list.php:575 +#: ../../enterprise/godmode/setup/setup.php:90 +#: ../../godmode/events/event_edit_filter.php:297 +msgid "All events" +msgstr "All events" -#: ../../mobile/operation/events.php:501 -#: ../../include/functions_visual_map_editor.php:573 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -msgid "Module Graph" -msgstr "Module Graph" +#: ../../operation/events/events_list.php:576 +#: ../../godmode/events/event_edit_filter.php:298 +msgid "Group events" +msgstr "Group events" -#: ../../mobile/operation/events.php:536 -msgid "Sucessful validate" -msgstr "Validation successful." +#: ../../operation/events/events_list.php:577 +#, fuzzy +msgid "Group agents" +msgstr "Group by agent" -#: ../../mobile/operation/events.php:538 -msgid "Fail validate" -msgstr "Validation failed." +#: ../../operation/events/events_list.php:584 +#: ../../enterprise/godmode/policies/policy_modules.php:299 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 +#: ../../enterprise/godmode/alerts/alert_events_list.php:597 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:556 +#: ../../godmode/agentes/agent_manager.php:401 +#: ../../godmode/agentes/module_manager_editor.php:473 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:403 +#: ../../include/functions_visual_map_editor.php:462 +msgid "Advanced options" +msgstr "Advanced options" -#: ../../mobile/operation/events.php:570 -#, php-format -msgid "Filter Events by %s" -msgstr "Filter events by %s" +#: ../../operation/events/events_list.php:607 +msgid "Show events graph" +msgstr "Show the events graph" -#: ../../mobile/operation/events.php:780 -#: ../../include/functions_reporting.php:1192 -#: ../../include/functions_reporting.php:1353 -#: ../../include/functions_reporting_html.php:2938 -#: ../../include/functions_events.php:850 -#: ../../include/functions_events.php:854 -#: ../../operation/events/events.build_table.php:679 -msgid "No events" -msgstr "No events" +#: ../../operation/events/events_list.php:644 +msgid "Event control filter" +msgstr "Event control filter" -#: ../../mobile/operation/events.php:1066 -#, php-format -msgid "Filter: %s" -msgstr "Filter : %s" +#: ../../operation/events/events_list.php:648 +msgid "Error creating filter." +msgstr "Error creating filter." -#: ../../mobile/operation/events.php:1079 -#, php-format -msgid "Severity: %s" -msgstr "Severity : %s" +#: ../../operation/events/events_list.php:649 +msgid "Error creating filter is duplicated." +msgstr "Cannot create filter: duplicate filter" -#: ../../mobile/operation/events.php:1106 -#, php-format -msgid "Free search: %s" -msgstr "Free search : %s" +#: ../../operation/events/events_list.php:650 +msgid "Filter created." +msgstr "Filter created." -#: ../../mobile/operation/events.php:1110 -#, php-format -msgid "Hours: %s" -msgstr "Hours : %s" +#: ../../operation/events/events_list.php:652 +msgid "Filter updated." +msgstr "Filter updated." -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "No maps defined" +#: ../../operation/events/events_list.php:653 +msgid "Error updating filter." +msgstr "Error updating filter." -#: ../../mobile/operation/agents.php:166 -#, php-format -msgid "Filter Agents by %s" -msgstr "Filter Agents by %s" +#: ../../operation/events/events_list.php:1081 +msgid "Filter name cannot be left blank" +msgstr "The filter's name cannot be left blank" -#: ../../mobile/operation/agents.php:333 -msgid "No agents" -msgstr "No agents" +#: ../../operation/events/events_list.php:1150 +#: ../../operation/events/events_list.php:1236 +msgid "none" +msgstr "none" -#: ../../extensions/resource_registration.php:40 -#, php-format -msgid "Success add '%s' item in report '%s'." -msgstr "Successfully added '%s' item into '%s' report" +#: ../../operation/events/events_list.php:1558 +msgid "Events generated -by agent-" +msgstr "Events generated -by agent-" -#: ../../extensions/resource_registration.php:41 -#, php-format -msgid "Error create '%s' item in report '%s'." -msgstr "Error creating item '%s' on report '%s'" +#: ../../operation/events/events.php:73 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +msgid "Event" +msgstr "Event" -#: ../../extensions/resource_registration.php:68 -#, php-format -msgid "Error create '%s' report, the name exist and there aren't free name." +#: ../../operation/events/events.php:79 +#: ../../operation/events/events_rss.php:178 +#: ../../enterprise/meta/advanced/metasetup.setup.php:130 +#: ../../enterprise/include/functions_reporting_pdf.php:1389 +#: ../../enterprise/include/functions_reporting_pdf.php:1527 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 +#: ../../godmode/setup/setup_general.php:66 ../../include/functions.php:1040 +#: ../../include/functions_events.php:974 +#: ../../include/functions_events.php:1426 +#: ../../include/functions_reporting.php:5545 +#: ../../include/functions_reporting.php:5784 +#: ../../include/functions_graph.php:2147 +#: ../../include/functions_graph.php:2811 +#: ../../include/functions_graph.php:3235 +#: ../../include/functions_graph.php:3238 +#: ../../include/functions_reporting_html.php:580 +#: ../../include/functions_reporting_html.php:1188 +#: ../../mobile/operation/events.php:111 +msgid "System" +msgstr "System" + +#: ../../operation/events/events.php:187 +msgid "" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" msgstr "" -"Error creating '%s' report, the name already exists and no other names are " -"available." +"Event viewer is disabled due to event replication. For more information, " +"please contact the administrator." -#: ../../extensions/resource_registration.php:75 +#: ../../operation/events/events.php:330 +msgid "History event list" +msgstr "History event list" + +#: ../../operation/events/events.php:335 +msgid "RSS Events" +msgstr "RSS Events" + +#: ../../operation/events/events.php:340 +msgid "Marquee display" +msgstr "Marquee display" + +#: ../../operation/events/events.php:345 +msgid "Export to CSV file" +msgstr "Export to CSV file" + +#: ../../operation/events/events.php:349 ../../operation/events/events.php:388 +msgid "Sound events" +msgstr "Sound events" + +#: ../../operation/events/events.php:356 +#: ../../godmode/users/configure_profile.php:283 +#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 +msgid "Manage events" +msgstr "Manage events" + +#: ../../operation/events/events.php:392 +msgid "History" +msgstr "History" + +#: ../../operation/events/events.php:411 ../../operation/events/events.php:420 +#: ../../operation/events/events.php:437 ../../operation/menu.php:268 +#: ../../enterprise/extensions/ipam/ipam_network.php:539 +#: ../../enterprise/extensions/ipam/ipam_massive.php:76 +#: ../../enterprise/meta/monitoring/tactical.php:312 +#: ../../enterprise/meta/general/logon_ok.php:43 +#: ../../enterprise/meta/general/main_header.php:123 +#: ../../enterprise/include/functions_reporting_pdf.php:722 +#: ../../enterprise/dashboard/widgets/events_list.php:26 +#: ../../godmode/menu.php:193 ../../include/functions_reports.php:612 +#: ../../include/functions_reports.php:614 +#: ../../include/functions_reports.php:616 +#: ../../include/functions_graph.php:744 +#: ../../include/functions_graph.php:3821 +#: ../../include/functions_graph.php:4499 +#: ../../include/functions_reporting_html.php:1120 +#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +msgid "Events" +msgstr "Events" + +#: ../../operation/events/events.php:430 ../../operation/menu.php:319 +msgid "Sound Alerts" +msgstr "Sound Alerts" + +#: ../../operation/events/events.php:437 +msgid "Main event view" +msgstr "Main event view" + +#: ../../operation/events/events.php:455 +msgid "No events selected" +msgstr "No events selected" + +#: ../../operation/events/events.php:481 +msgid "Successfully validated" +msgstr "Successfully validated" + +#: ../../operation/events/events.php:482 ../../operation/events/events.php:759 +#: ../../operation/events/events.php:911 +msgid "Could not be validated" +msgstr "Could not be validated" + +#: ../../operation/events/events.php:486 +msgid "Successfully set in process" +msgstr "Set in process successfully" + +#: ../../operation/events/events.php:487 +msgid "Could not be set in process" +msgstr "Could not be set in process" + +#: ../../operation/events/events.php:791 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:175 +msgid "Successfully delete" +msgstr "Successfully deleted" + +#: ../../operation/events/events.php:794 +msgid "Error deleting event" +msgstr "Error deleting event" + +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "Event graph by user" + +#: ../../operation/events/event_statistics.php:65 +#: ../../enterprise/include/functions_reporting_pdf.php:1572 +#: ../../include/functions_reporting_html.php:1231 +msgid "Amount events validated" +msgstr "Amount of events validated" + +#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:307 +msgid "Sound Events" +msgstr "Sound Events" + +#: ../../operation/events/sound_events.php:67 +msgid "Sound console" +msgstr "Sound console" + +#: ../../operation/events/sound_events.php:80 +#: ../../include/functions_reporting.php:6266 +msgid "Monitor critical" +msgstr "Monitor in critical status" + +#: ../../operation/events/sound_events.php:81 +#: ../../include/functions_reporting.php:6270 +msgid "Monitor warning" +msgstr "Monitor in warning status" + +#: ../../operation/events/events_rss.php:32 +msgid "Your IP is not into the IP list with API access." +msgstr "Your IP is not on the list of IPs with API access." + +#: ../../operation/events/events_rss.php:46 +msgid "The URL of your feed has bad hash." +msgstr "Your feed's URL has a bad hash" + +#: ../../operation/events/events_rss.php:185 ../../operation/menu.php:98 +msgid "SNMP" +msgstr "SNMP" + +#: ../../operation/menu.php:31 ../../operation/menu.php:106 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/meta/general/logon_ok.php:56 +#: ../../enterprise/meta/general/main_header.php:82 +msgid "Monitoring" +msgstr "Monitoring" + +#: ../../operation/menu.php:37 +msgid "Views" +msgstr "Views" + +#: ../../operation/menu.php:70 +msgid "Netflow Live View" +msgstr "Netflow Live View" + +#: ../../operation/menu.php:84 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "SNMP console" + +#: ../../operation/menu.php:85 +msgid "SNMP browser" +msgstr "SNMP browser" + +#: ../../operation/menu.php:92 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "SNMP filters" + +#: ../../operation/menu.php:93 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "SNMP trap generator" + +#: ../../operation/menu.php:117 +#: ../../enterprise/operation/policies/networkmap.policies.php:128 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:762 +#: ../../enterprise/dashboard/widgets/network_map.php:26 +msgid "Network map" +msgstr "Network map" + +#: ../../operation/menu.php:190 +msgid "List of Gis maps" +msgstr "List of Gis maps" + +#: ../../operation/menu.php:224 +msgid "Topology maps" +msgstr "Topology maps" + +#: ../../operation/menu.php:274 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 +#: ../../enterprise/meta/event/custom_events.php:38 +#: ../../godmode/users/configure_profile.php:275 +msgid "View events" +msgstr "View events" + +#: ../../operation/menu.php:288 +msgid "RSS" +msgstr "RSS" + +#: ../../operation/menu.php:293 +msgid "Marquee" +msgstr "Marquee" + +#: ../../operation/menu.php:299 +msgid "CSV File" +msgstr "CSV File" + +#: ../../operation/menu.php:329 +msgid "Workspace" +msgstr "Workspace" + +#: ../../operation/menu.php:336 ../../general/header.php:285 +#: ../../general/header.php:287 +#: ../../enterprise/meta/general/main_header.php:433 +#: ../../enterprise/meta/general/main_header.php:438 +#: ../../enterprise/meta/include/functions_users_meta.php:178 +#: ../../enterprise/meta/include/functions_users_meta.php:190 +msgid "Edit my user" +msgstr "Edit my user" + +#: ../../operation/menu.php:342 +msgid "WebChat" +msgstr "WebChat" + +#: ../../operation/menu.php:371 +msgid "List of Incidents" +msgstr "List of Incidents" + +#: ../../operation/menu.php:386 +msgid "Messages List" +msgstr "Message list" + +#: ../../operation/menu.php:387 +msgid "New message" +msgstr "New message" + +#: ../../operation/menu.php:412 +msgid "Scheduled downtime" +msgstr "Scheduled downtime" + +#: ../../operation/menu.php:417 +msgid "Recon view" +msgstr "Recon view" + +#: ../../operation/menu.php:492 +msgid "Tools" +msgstr "Tools" + +#: ../../operation/visual_console/render_view.php:96 +#: ../../enterprise/meta/screens/screens.visualmap.php:196 +#: ../../godmode/reporting/visual_console_builder.php:661 +msgid "Visual consoles list" +msgstr "Visual consoles list" + +#: ../../operation/visual_console/render_view.php:113 +#: ../../enterprise/meta/screens/screens.visualmap.php:177 +#: ../../godmode/reporting/visual_console_builder.php:670 +msgid "List elements" +msgstr "List elements" + +#: ../../operation/visual_console/render_view.php:118 +#: ../../godmode/reporting/visual_console_builder.php:675 +msgid "Services wizard" +msgstr "Services wizard" + +#: ../../operation/visual_console/render_view.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:70 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 +#: ../../enterprise/meta/general/logon_ok.php:38 +#: ../../enterprise/meta/general/main_header.php:114 +#: ../../enterprise/meta/screens/screens.visualmap.php:173 +#: ../../enterprise/include/functions_reporting.php:32 +#: ../../enterprise/include/functions_reporting.php:4788 +#: ../../enterprise/include/functions_reporting.php:4810 +#: ../../godmode/reporting/visual_console_builder.php:680 +#: ../../godmode/reporting/visual_console_builder.wizard.php:327 +msgid "Wizard" +msgstr "Wizard" + +#: ../../operation/visual_console/render_view.php:126 +#: ../../enterprise/meta/screens/screens.visualmap.php:169 +#: ../../godmode/reporting/visual_console_builder.php:683 +msgid "Builder" +msgstr "Builder" + +#: ../../operation/visual_console/render_view.php:230 +#: ../../operation/visual_console/public_console.php:153 +msgid "Until refresh" +msgstr "Until refresh" + +#: ../../operation/visual_console/public_console.php:130 +#: ../../general/header.php:147 +msgid "QR code of the page" +msgstr "Page QR Code" + +#: ../../operation/search_helps.php:22 +msgid "Zero results found." +msgstr "Zero results found." + +#: ../../operation/search_helps.php:23 #, php-format msgid "" -"Warning create '%s' report, the name exist, the report have a name %s." +"You can find more help in the Pandora's wiki" msgstr "" -"Warning creating report '%s': the name already exists and the report has a " -"name '%s'." +"You can find more help on the Pandora wiki" -#: ../../extensions/resource_registration.php:82 -msgid "Error the report haven't name." -msgstr "Error. The report is unnamed" - -#: ../../extensions/resource_registration.php:88 -msgid "Error the report haven't group." -msgstr "Error. The report is not in any available group." - -#: ../../extensions/resource_registration.php:98 -#, php-format -msgid "Success create '%s' report." -msgstr "successfully created '%s' report" - -#: ../../extensions/resource_registration.php:99 -#, php-format -msgid "Error create '%s' report." -msgstr "Error creating '%s' report" - -#: ../../extensions/resource_registration.php:327 -#: ../../extensions/resource_registration.php:348 -#: ../../extensions/resource_registration.php:358 -#, php-format -msgid "Success add '%s' content." -msgstr "Success adding the '%s' content" - -#: ../../extensions/resource_registration.php:335 -#, php-format -msgid "Success add '%s' SLA." -msgstr "Success adding the '%s' SLA" - -#: ../../extensions/resource_registration.php:336 -#, php-format -msgid "Error add '%s' SLA." -msgstr "Error adding the '%s' SLA" - -#: ../../extensions/resource_registration.php:377 -#, php-format -msgid "Error create '%s' visual map, lost tag name." -msgstr "Error creating the '%s' visual map. Tag name is missing." - -#: ../../extensions/resource_registration.php:413 -#, 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" - -#: ../../extensions/resource_registration.php:420 -#, 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." - -#: ../../extensions/resource_registration.php:428 -#, php-format -msgid "Success create '%s' visual map." -msgstr "Success creating the '%s' visual map" - -#: ../../extensions/resource_registration.php:429 -#, php-format -msgid "Error create '%s' visual map." -msgstr "'Error creating the '%s' visual map" - -#: ../../extensions/resource_registration.php:535 -#, php-format -msgid "Success create item type '%d' visual map." -msgstr "Success creating item type '%d' on the visual map." - -#: ../../extensions/resource_registration.php:536 -#, php-format -msgid "Error create item type '%d' visual map." -msgstr "Error creating the '%d' visual map" - -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 -#, php-format -msgid "Success create item for agent '%s' visual map." -msgstr "Success creating the '%s' agent item on the visual map" - -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 -#, php-format -msgid "Error create item for agent '%s' visual map." -msgstr "Error creating the '%s' agent item on the visual map" - -#: ../../extensions/resource_registration.php:776 -#, php-format -msgid "Success create '%s' component." -msgstr "Success creating '%s' component." - -#: ../../extensions/resource_registration.php:777 -#, php-format -msgid "Error create '%s' component." -msgstr "Error creating '%s' component" - -#: ../../extensions/resource_registration.php:833 -#: ../../extensions/resource_registration.php:873 -msgid "Resource registration" -msgstr "Resource registration" - -#: ../../extensions/resource_registration.php:836 -msgid "Error, please install the PHP libXML in the system." -msgstr "Error: please install PHP libXML on the system" - -#: ../../extensions/resource_registration.php:842 -#, 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. Here you can " -"upload a resource template in Pandora FMS 3.x format (.ptr files). Please " -"refer to our documentation for more information on how to obtain and use " -"Pandora FMS' resources.

You can get more resurces in our Public Resource Library" - -#: ../../extensions/resource_registration.php:856 -msgid "Group filter: " -msgstr "Group filter: " - -#: ../../extensions/resource_registration.php:860 -#: ../../extensions/extension_uploader.php:85 -#: ../../extensions/plugin_registration.php:43 -#: ../../operation/incidents/incident_detail.php:507 -msgid "Upload" -msgstr "Upload" - -#: ../../extensions/extension_uploader.php:28 -msgid "Uploader extension" -msgstr "Upload extension" - -#: ../../extensions/extension_uploader.php:64 -msgid "Success to upload extension" -msgstr "Successfully uploaded extension" - -#: ../../extensions/extension_uploader.php:65 -msgid "Fail to upload extension" -msgstr "Failed to upload extension" - -#: ../../extensions/extension_uploader.php:73 -msgid "Upload extension" -msgstr "Upload extension" - -#: ../../extensions/extension_uploader.php:75 -msgid "Upload the extension as a zip file." -msgstr "Upload the extension as a zip file." - -#: ../../extensions/extension_uploader.php:77 -msgid "Upload enterprise extension" -msgstr "Upload enterprise extension" - -#: ../../extensions/extension_uploader.php:90 -msgid "Extension uploader" -msgstr "Extension uploader" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Unreliable petition" -msgstr "Unreliable petition" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Please contact the administrator" -msgstr "Please contact the administrator." - -#: ../../extensions/files_repo/files_repo_form.php:73 -msgid "Only 200 characters are permitted" -msgstr "200 characters max." - -#: ../../extensions/files_repo/files_repo_form.php:84 -#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525 -#: ../../operation/integria_incidents/incident.files.php:23 -#: ../../godmode/extensions.php:143 -msgid "File" -msgstr "File" - -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -#: ../../extensions/files_repo/files_repo_list.php:89 -msgid "Public link" -msgstr "Public link" - -#: ../../extensions/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:579 -msgid "Last modification" -msgstr "Previous modification" - -#: ../../extensions/files_repo/files_repo_list.php:86 -msgid "Copy to clipboard" -msgstr "Copy to clipboard" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "No items" - -#: ../../extensions/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1465 -msgid "Attachment directory is not writable by HTTP Server" -msgstr "Attachment directory is not writable by HTTP Server" - -#: ../../extensions/files_repo/functions_files_repo.php:30 -#: ../../extensions/files_repo/functions_files_repo.php:41 -#, php-format -msgid "Please check that the web server has write rights on the %s directory" -msgstr "" -"Please check if the web server has writing permissions on the %s directory " -"or not." - -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" -msgstr "The file could not be copied." - -#: ../../extensions/files_repo/functions_files_repo.php:233 -msgid "There was an error creating the file" -msgstr "There was an error creating the file." - -#: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174 -msgid "Cannot find file" -msgstr "Cannot find file" - -#: ../../extensions/pandora_logs.php:39 -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" - -#: ../../extensions/pandora_logs.php:40 -msgid "The preview file is imposible." -msgstr "File preview not available" - -#: ../../extensions/pandora_logs.php:44 -msgid "File is too large (> 500KB)" -msgstr "File is too large (> 500KB)" - -#: ../../extensions/pandora_logs.php:72 -msgid "System logfile viewer" -msgstr "System logfile viewer" - -#: ../../extensions/pandora_logs.php:74 -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" - -#: ../../extensions/pandora_logs.php:83 -msgid "System logfiles" -msgstr "System logfiles" +#: ../../operation/search_helps.php:37 +msgid "Matches" +msgstr "Matches" #: ../../extensions/net_tools.php:96 msgid "The agent hasn't got IP" msgstr "The agent doesn't have an IP yet." +#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 +#: ../../enterprise/godmode/policies/policy_queue.php:342 +#: ../../enterprise/godmode/policies/policy_queue.php:376 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 +#: ../../enterprise/meta/advanced/policymanager.queue.php:216 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/include/functions_reporting_pdf.php:804 +#: ../../enterprise/include/functions_reporting_pdf.php:897 +#: ../../enterprise/dashboard/widgets/top_n.php:128 +#: ../../enterprise/dashboard/widgets/top_n.php:337 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1669 +#: ../../godmode/extensions.php:153 ../../include/functions_menu.php:574 +#: ../../include/functions_reporting_html.php:986 +#: ../../include/functions_reporting_html.php:1856 +msgid "Operation" +msgstr "Operation" + #: ../../extensions/net_tools.php:120 msgid "" "You can set the command path in the menu Administration -> Extensions -" @@ -18088,9 +8911,13 @@ msgstr "Basic TCP Port Scan" msgid "DiG/Whois Lookup" msgstr "Look up DiG/Whois" -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1793 -#: ../../operation/extensions.php:64 -#: ../../operation/agentes/networkmap_list.php:266 +#: ../../extensions/net_tools.php:145 +#: ../../enterprise/meta/include/functions_wizard_meta.php:822 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1318 +msgid "SNMP Community" +msgstr "SNMP Community" + +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1794 msgid "Execute" msgstr "Execute" @@ -18151,284 +8978,127 @@ msgstr "Device info" msgid "Interface" msgstr "Interface" -#: ../../extensions/net_tools.php:259 ../../extensions/net_tools.php:333 +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:342 msgid "Config Network Tools" msgstr "Config Network Tools" -#: ../../extensions/net_tools.php:280 ../../extensions/net_tools.php:281 +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 msgid "Set the paths." msgstr "Set paths" -#: ../../extensions/net_tools.php:300 +#: ../../extensions/net_tools.php:309 msgid "Traceroute path" msgstr "Traceroute path" -#: ../../extensions/net_tools.php:301 +#: ../../extensions/net_tools.php:310 msgid "If it is empty, Pandora searchs the traceroute system." msgstr "If empty, Pandora will search the traceroute system" -#: ../../extensions/net_tools.php:304 +#: ../../extensions/net_tools.php:313 msgid "Ping path" msgstr "Ping path" -#: ../../extensions/net_tools.php:305 +#: ../../extensions/net_tools.php:314 msgid "If it is empty, Pandora searchs the ping system." msgstr "If empty, Pandora will search the ping system" -#: ../../extensions/net_tools.php:308 +#: ../../extensions/net_tools.php:317 msgid "Nmap path" msgstr "Nmap path" -#: ../../extensions/net_tools.php:309 +#: ../../extensions/net_tools.php:318 msgid "If it is empty, Pandora searchs the nmap system." msgstr "If empty, Pandora will search the nmap system." -#: ../../extensions/net_tools.php:312 +#: ../../extensions/net_tools.php:321 msgid "Dig path" msgstr "Dig path" -#: ../../extensions/net_tools.php:313 +#: ../../extensions/net_tools.php:322 msgid "If it is empty, Pandora searchs the dig system." msgstr "If empty, Pandora will search the dig system" -#: ../../extensions/net_tools.php:316 +#: ../../extensions/net_tools.php:325 msgid "Snmpget path" msgstr "Snmpget path" -#: ../../extensions/net_tools.php:317 +#: ../../extensions/net_tools.php:326 msgid "If it is empty, Pandora searchs the snmpget system." msgstr "If empty, Pandora will search the snmpget system" -#: ../../extensions/dbmanager.php:107 -msgid "Database interface" -msgstr "Database interface" +#: ../../extensions/net_tools.php:331 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 +#: ../../enterprise/dashboard/main_dashboard.php:161 +#: ../../enterprise/dashboard/main_dashboard.php:236 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/update_manager/update_manager.php:35 +msgid "Options" +msgstr "Options" -#: ../../extensions/dbmanager.php:122 -msgid "Execute SQL" -msgstr "Run SQL query" +#: ../../extensions/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" +msgstr "200 characters max." -#: ../../extensions/dbmanager.php:166 -msgid "DB interface" -msgstr "DB interface" +#: ../../extensions/files_repo/files_repo_form.php:87 +#: ../../extensions/files_repo/files_repo_form.php:93 +#: ../../extensions/files_repo/files_repo_list.php:89 +msgid "Public link" +msgstr "Public link" -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" -msgstr "Number of alerts fired" +#: ../../extensions/files_repo/files_repo_list.php:61 +#: ../../include/functions_filemanager.php:581 +msgid "Last modification" +msgstr "Previous modification" -#: ../../extensions/module_groups.php:168 -msgid "Combined table of agent group and module group" -msgstr "Agent group and module group combined table" +#: ../../extensions/files_repo/files_repo_list.php:86 +msgid "Copy to clipboard" +msgstr "Copy to clipboard" -#: ../../extensions/module_groups.php:171 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" +#: ../../extensions/files_repo/files_repo_list.php:94 +#: ../../extensions/system_info.php:467 +#: ../../enterprise/extensions/backup/main.php:126 +msgid "Download" +msgstr "Download" + +#: ../../extensions/files_repo/files_repo_list.php:115 +msgid "No items" +msgstr "No items" + +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Unreliable petition" +msgstr "Unreliable petition" + +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Please contact the administrator" +msgstr "Please contact the administrator." + +#: ../../extensions/files_repo/functions_files_repo.php:29 +#: ../../extensions/files_repo/functions_files_repo.php:40 +#: ../../include/functions_config.php:1692 +msgid "Attachment directory is not writable by HTTP Server" +msgstr "Attachment directory is not writable by HTTP Server" + +#: ../../extensions/files_repo/functions_files_repo.php:30 +#: ../../extensions/files_repo/functions_files_repo.php:41 +#, php-format +msgid "Please check that the web server has write rights on the %s directory" msgstr "" -"This table shows module groups in the columns, and agent groups in the rows. " -"Cells show all modules." +"Please check if the web server has writing permissions on the %s directory " +"or not." -#: ../../extensions/module_groups.php:297 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Cell is orange when the module and agent groups have at least one alarm " -"fired." +#: ../../extensions/files_repo/functions_files_repo.php:229 +msgid "The file could not be copied" +msgstr "The file could not be copied." -#: ../../extensions/module_groups.php:298 -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 is red when the module and agent groups have at least one module in " -"critical status although others may be in any status." +#: ../../extensions/files_repo/functions_files_repo.php:233 +msgid "There was an error creating the file" +msgstr "There was an error creating the file." -#: ../../extensions/module_groups.php:299 -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 is yellow when module and agent groups have at least one module in " -"warning status, although others may be in green or grey status." - -#: ../../extensions/module_groups.php:300 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Cell is green when the module and agent groups have all modules in normal " -"status." - -#: ../../extensions/module_groups.php:301 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Cell is 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:302 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Cell is blue if the module and agent groups all have modules in non-" -"initialised status." - -#: ../../extensions/module_groups.php:307 -msgid "There are no defined groups or module groups" -msgstr "There are no agent or module groups defined." - -#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:53 -msgid "Module groups" -msgstr "Module groups" - -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:126 -msgid "Users connected" -msgstr "Connected users" - -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "No other users connected" - -#: ../../extensions/plugin_registration.php:26 -#: ../../extensions/plugin_registration.php:33 -msgid "Plugin registration" -msgstr "Plug-in registration" - -#: ../../extensions/plugin_registration.php:30 -msgid "Plugin Registration" -msgstr "Plugin Registration" - -#: ../../extensions/plugin_registration.php:35 -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 " - -#: ../../extensions/plugin_registration.php:84 -msgid "Cannot load INI file" -msgstr "Cannot load INI file" - -#: ../../extensions/plugin_registration.php:107 -msgid "Plugin exec not found. Aborting!" -msgstr "Exec plugin not found. Aborting!" - -#: ../../extensions/plugin_registration.php:120 -msgid "Plugin already registered. Aborting!" -msgstr "Plug-in already registered. Aborting!" - -#: ../../extensions/plugin_registration.php:291 -msgid "Plug-in Remote Registered unsuccessfull" -msgstr "Remote plug-in registry unsuccessful" - -#: ../../extensions/plugin_registration.php:293 -msgid "Please check the syntax of file \"plugin_definition.ini\"" -msgstr "Please check syntax for \"plugin_definition.ini\" file" - -#: ../../extensions/plugin_registration.php:413 -msgid "Module plugin registered" -msgstr "Module plug-in registered" - -#: ../../extensions/plugin_registration.php:418 -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:287 -#: ../../godmode/modules/manage_network_components_form_plugin.php:22 -msgid "Plugin" -msgstr "Plugin" - -#: ../../extensions/plugin_registration.php:418 -msgid "Registered successfully" -msgstr "Registered successfully" - -#: ../../extensions/plugin_registration.php:428 -msgid "Register plugin" -msgstr "Register Plugin" - -#: ../../extensions/api_checker.php:83 ../../extensions/api_checker.php:219 -msgid "API checker" -msgstr "API checker" - -#: ../../extensions/api_checker.php:95 -msgid "Pandora Console URL" -msgstr "Pandora Console URL" - -#: ../../extensions/api_checker.php:100 -msgid "API Pass" -msgstr "API Pass" - -#: ../../extensions/api_checker.php:118 -msgid "Action (get or set)" -msgstr "Action (get or set)" - -#: ../../extensions/api_checker.php:128 -#: ../../operation/integria_incidents/incident.list.php:93 -#: ../../operation/events/events.build_table.php:39 -#: ../../operation/incidents/incident.php:330 -#: ../../godmode/alerts/alert_commands.php:324 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/agentes/agent_manager.php:162 -#: ../../godmode/agentes/module_manager_editor_common.php:137 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/groups/group_list.php:334 -#: ../../godmode/groups/modu_group_list.php:181 -#: ../../godmode/setup/os.list.php:33 ../../godmode/modules/module_list.php:58 -msgid "ID" -msgstr "ID" - -#: ../../extensions/api_checker.php:133 -msgid "ID 2" -msgstr "ID 2" - -#: ../../extensions/api_checker.php:138 -msgid "Return Type" -msgstr "Return Type" - -#: ../../extensions/api_checker.php:148 -msgid "Other Mode" -msgstr "Alternate mode" - -#: ../../extensions/api_checker.php:156 -msgid "Raw URL" -msgstr "Raw URL" - -#: ../../extensions/api_checker.php:167 -msgid "Call parameters" -msgstr "Call parameters" - -#: ../../extensions/api_checker.php:172 ../../extensions/api_checker.php:185 -msgid "Call" -msgstr "Call" - -#: ../../extensions/api_checker.php:179 -msgid "Custom URL" -msgstr "Custom URL" - -#: ../../extensions/api_checker.php:191 ../../extensions/api_checker.php:198 -#: ../../include/functions_db.php:1084 -msgid "Result" -msgstr "Result" - -#: ../../extensions/api_checker.php:194 ../../extensions/api_checker.php:211 -msgid "Show URL" -msgstr "Show URL" - -#: ../../extensions/api_checker.php:207 -msgid "Hide URL" -msgstr "Hide URL" +#: ../../extensions/files_repo/functions_files_repo.php:274 +#: ../../enterprise/extensions/vmware/main.php:75 +msgid "There was an error updating the file" +msgstr "There was an error updating the file." #: ../../extensions/ssh_gateway.php:52 msgid "You need to specify a user and a host address" @@ -18456,96 +9126,74 @@ msgstr "Port (use 0 as default)" msgid "Connect mode" msgstr "Connect mode" -#: ../../extensions/agents_modules.php:59 -#: ../../extensions/agents_alerts.php:58 -#: ../../operation/agentes/group_view.php:62 -#: ../../operation/agentes/tactical.php:50 -msgid "Updated at realtime" -msgstr "Updated in real time" - +#: ../../extensions/agents_alerts.php:81 #: ../../extensions/agents_modules.php:89 -#: ../../extensions/agents_alerts.php:81 ../../include/functions.php:2539 -#: ../../operation/gis_maps/render_view.php:126 -msgid "1 minute" -msgstr "1 minute" +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 +#: ../../enterprise/meta/advanced/metasetup.visual.php:148 +#: ../../godmode/snmpconsole/snmp_alert.php:832 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/setup/setup_visuals.php:673 ../../include/functions.php:430 +#: ../../include/functions.php:564 ../../include/functions_html.php:721 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1158 +#: ../../include/functions_netflow.php:1166 +#: ../../include/functions_netflow.php:1190 +msgid "seconds" +msgstr "seconds" -#: ../../extensions/agents_modules.php:90 -#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2540 -#: ../../operation/gis_maps/render_view.php:127 -msgid "2 minutes" -msgstr "2 minutes" +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "Agents / Alerts" -#: ../../extensions/agents_modules.php:91 -#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2541 -#: ../../include/ajax/module.php:117 -#: ../../operation/gis_maps/render_view.php:128 -msgid "5 minutes" -msgstr "5 minutes" +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "There are no agents with alerts." -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:129 -msgid "10 minutes" -msgstr "10 minutes" +#: ../../extensions/agents_alerts.php:177 +#: ../../godmode/massive/massive_add_action_alerts.php:148 +#: ../../godmode/massive/massive_delete_action_alerts.php:157 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +msgid "Alert templates" +msgstr "Alert templates" -#: ../../extensions/agents_modules.php:119 -#: ../../include/functions_reports.php:580 -msgid "Agents/Modules" -msgstr "Agents/Modules" +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "Previous templates" -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1555 -msgid "There are no agents with modules" -msgstr "There are no agents with modules" +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "More templates" -#: ../../extensions/agents_modules.php:211 -msgid "Previous modules" -msgstr "Previous modules" +#: ../../extensions/agents_alerts.php:323 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/godmode/alerts/alert_events_list.php:618 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:908 +#: ../../mobile/operation/alerts.php:253 +msgid "times" +msgstr "amount of times alert was fired" -#: ../../extensions/agents_modules.php:249 -msgid "More modules" -msgstr "More modules" +#: ../../extensions/agents_alerts.php:327 +#: ../../enterprise/operation/agentes/policy_view.php:269 +#: ../../enterprise/godmode/alerts/alert_events_list.php:622 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 +#: ../../godmode/alerts/alert_list.list.php:646 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../include/functions_reporting.php:7113 +#: ../../include/functions_ui.php:912 ../../mobile/operation/alerts.php:257 +msgid "Alert disabled" +msgstr "Alert disabled" -#: ../../extensions/agents_modules.php:359 -#: ../../include/functions_reporting_html.php:898 -msgid "Orange cell when the module has fired alerts" -msgstr "Cell turns orange when there are alerts for that module" - -#: ../../extensions/agents_modules.php:360 -#: ../../include/functions_reporting_html.php:899 -msgid "Red cell when the module has a critical status" -msgstr "Cell turns red when a module is in 'critical' status" - -#: ../../extensions/agents_modules.php:361 -#: ../../include/functions_reporting_html.php:900 -msgid "Yellow cell when the module has a warning status" -msgstr "Cell turns yellow when a module is in 'warning' status" - -#: ../../extensions/agents_modules.php:362 -#: ../../include/functions_reporting_html.php:901 -msgid "Green cell when the module has a normal status" -msgstr "Cell turns green when a module is in 'normal' status" - -#: ../../extensions/agents_modules.php:363 -#: ../../include/functions_reporting_html.php:902 -msgid "Grey cell when the module has an unknown status" -msgstr "Cell turns grey when the module is in 'unknown' status" - -#: ../../extensions/agents_modules.php:405 -msgid "Agents/Modules view" -msgstr "Agent/Module view" - -#: ../../extensions/vnc_view.php:25 -msgid "VNC Display (:0 by default)" -msgstr "VNC Display (:0 as default value)" - -#: ../../extensions/vnc_view.php:28 -msgid "Send" -msgstr "Send" - -#: ../../extensions/vnc_view.php:42 -msgid "VNC view" -msgstr "VNC mode" +#: ../../extensions/agents_alerts.php:347 +msgid "Agents/Alerts view" +msgstr "Agent/Alert view" #: ../../extensions/realtime_graphs.php:29 #: ../../extensions/realtime_graphs.php:136 @@ -18593,24 +9241,47 @@ msgid "Clear graph" msgstr "Clear graph" #: ../../extensions/realtime_graphs.php:94 -#: ../../include/functions_snmp_browser.php:506 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:252 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:689 +#: ../../godmode/agentes/module_manager_editor_network.php:67 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:693 -#: ../../godmode/agentes/module_manager_editor_network.php:61 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:255 -#: ../../godmode/agentes/module_manager_editor_wmi.php:42 -#: ../../godmode/massive/massive_edit_modules.php:460 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/massive/massive_edit_modules.php:483 +#: ../../include/functions_snmp_browser.php:506 msgid "Target IP" msgstr "Target IP" #: ../../extensions/realtime_graphs.php:97 -#: ../../include/functions_snmp_browser.php:508 #: ../../godmode/snmpconsole/snmp_trap_generator.php:69 +#: ../../include/functions_snmp_browser.php:508 msgid "Community" msgstr "Community" +#: ../../extensions/realtime_graphs.php:108 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:282 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 +#: ../../godmode/setup/snmp_wizard.php:41 +#: ../../include/functions_snmp_browser.php:401 +msgid "OID" +msgstr "OID" + +#: ../../extensions/realtime_graphs.php:111 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 +#: ../../enterprise/godmode/servers/list_satellite.php:37 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/extensions.php:144 +#: ../../include/functions_snmp_browser.php:513 +msgid "Version" +msgstr "Version" + #: ../../extensions/realtime_graphs.php:112 -#: ../../godmode/agentes/module_manager_editor_network.php:120 +#: ../../godmode/agentes/module_manager_editor_network.php:131 msgid "SNMP walk" msgstr "SNMP walk" @@ -18619,93 +9290,238 @@ msgstr "SNMP walk" msgid "Use this OID" msgstr "Use this OID" -#: ../../extensions/system_info.php:179 -msgid "Cannot read file" -msgstr "Cannot read file" +#: ../../extensions/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" +msgstr "Connected users" -#: ../../extensions/system_info.php:388 -msgid "No options selected" -msgstr "No options selected" +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" +msgstr "No other users connected" -#: ../../extensions/system_info.php:391 -msgid "There was an error with the zip file" -msgstr "There was an error with the zip file" +#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +#: ../../enterprise/include/functions_reporting_pdf.php:2313 +#: ../../godmode/reporting/visual_console_builder.elements.php:555 +#: ../../godmode/admin_access_logs.php:69 +#: ../../godmode/admin_access_logs.php:70 +#: ../../include/functions_reporting_html.php:1336 +#: ../../include/functions_reporting_html.php:1542 +#: ../../include/functions_visual_map_editor.php:625 +msgid "IP" +msgstr "IP" -#: ../../extensions/system_info.php:414 ../../extensions/system_info.php:807 -msgid "System Info" -msgstr "System Info" +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:334 +msgid "Resource exportation" +msgstr "Resource exporting" -#: ../../extensions/system_info.php:417 +#: ../../extensions/resource_exportation.php:337 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" +"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 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" +"This extension makes exporting resource templates easier. You can export " +"resource templates in Pandora FMS 3.x format (.ptr) " -#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430 -#: ../../extensions/system_info.php:503 -msgid "Pandora Diagnostic info" -msgstr "Pandora Diagnostics info" +#: ../../extensions/resource_exportation.php:348 +#: ../../enterprise/extensions/cron/main.php:219 +#: ../../enterprise/extensions/cron/main.php:236 +#: ../../enterprise/extensions/cron/main.php:250 +#: ../../enterprise/extensions/cron/functions.php:361 +#: ../../enterprise/dashboard/widgets/reports.php:27 +#: ../../enterprise/dashboard/widgets/reports.php:43 +msgid "Report" +msgstr "Report" -#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 -#: ../../extensions/system_info.php:509 -msgid "System info" -msgstr "System info" +#: ../../extensions/insert_data.php:54 +msgid "Insert data" +msgstr "Insert data" -#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 -#: ../../extensions/system_info.php:513 -msgid "Log Info" -msgstr "Log info" +#: ../../extensions/insert_data.php:83 +msgid "You haven't privileges for insert data in the agent." +msgstr "You don't have the necessary privileges to add data to the agent" -#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 -msgid "Number lines of log" -msgstr "Number of log lines" +#: ../../extensions/insert_data.php:119 +#, php-format +msgid "Can't save agent (%s), module (%s) data xml." +msgstr "Can't save (%s) agent, module (%s) xml data" -#: ../../extensions/system_info.php:494 -msgid "Generate file" -msgstr "Generate file" +#: ../../extensions/insert_data.php:126 +#, php-format +msgid "Save agent (%s), module (%s) data xml." +msgstr "(%s) Agent saved, module (%s) xml data" -#: ../../extensions/system_info.php:547 -msgid "At least one option must be selected" -msgstr "At least one option must be selected" +#: ../../extensions/insert_data.php:135 +#, php-format +msgid "" +"Please check that the directory \"%s\" is writeable by the apache user.

The CSV file format is date;value<newline>date;value<" +"newline>... The date in CSV is in format Y/m/d H:i:s." +msgstr "" +"Please check if the directory \"%s\" is can be written on by the apache " +"user.

The CSV file format is date;value<newline>date;" +"value<newline>... The date in CSV has a Y/m/d H:i:s format." -#: ../../extensions/agents_alerts.php:108 -msgid "Agents/Alerts" -msgstr "Agents / Alerts" +#: ../../extensions/insert_data.php:163 ../../general/header.php:204 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/policies/policy_alerts.php:509 +#: ../../enterprise/godmode/policies/policy_alerts.php:513 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 +#: ../../enterprise/godmode/alerts/alert_events.php:513 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 +#: ../../enterprise/meta/advanced/synchronizing.user.php:529 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/massive/massive_edit_modules.php:256 +#: ../../godmode/massive/massive_edit_modules.php:310 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/alerts/configure_alert_template.php:592 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +msgid "Select" +msgstr "Select" -#: ../../extensions/agents_alerts.php:155 -msgid "There are no agents with alerts" -msgstr "There are no agents with alerts." +#: ../../extensions/insert_data.php:241 +msgid "Insert Data" +msgstr "Insert Data" -#: ../../extensions/agents_alerts.php:176 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/massive/massive_add_action_alerts.php:148 -#: ../../godmode/massive/massive_delete_action_alerts.php:157 -msgid "Alert templates" -msgstr "Alert templates" +#: ../../extensions/extension_uploader.php:28 +msgid "Uploader extension" +msgstr "Upload extension" -#: ../../extensions/agents_alerts.php:183 -msgid "Previous templates" -msgstr "Previous templates" +#: ../../extensions/extension_uploader.php:64 +msgid "Success to upload extension" +msgstr "Successfully uploaded extension" -#: ../../extensions/agents_alerts.php:221 -msgid "More templates" -msgstr "More templates" +#: ../../extensions/extension_uploader.php:65 +msgid "Fail to upload extension" +msgstr "Failed to upload extension" -#: ../../extensions/agents_alerts.php:346 -msgid "Agents/Alerts view" -msgstr "Agent/Alert view" +#: ../../extensions/extension_uploader.php:73 +msgid "Upload extension" +msgstr "Upload extension" -#: ../../extensions/matrix_events.php:29 -msgid "Matrix events" -msgstr "Matrix Events" +#: ../../extensions/extension_uploader.php:75 +msgid "Upload the extension as a zip file." +msgstr "Upload the extension as a zip file." + +#: ../../extensions/extension_uploader.php:77 +msgid "Upload enterprise extension" +msgstr "Upload enterprise extension" + +#: ../../extensions/extension_uploader.php:90 +msgid "Extension uploader" +msgstr "Extension uploader" + +#: ../../extensions/plugin_registration.php:26 +#: ../../extensions/plugin_registration.php:33 +msgid "Plugin registration" +msgstr "Plug-in registration" + +#: ../../extensions/plugin_registration.php:30 +msgid "Plugin Registration" +msgstr "Plugin Registration" + +#: ../../extensions/plugin_registration.php:35 +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 " + +#: ../../extensions/plugin_registration.php:84 +msgid "Cannot load INI file" +msgstr "Cannot load INI file" + +#: ../../extensions/plugin_registration.php:107 +msgid "Plugin exec not found. Aborting!" +msgstr "Exec plugin not found. Aborting!" + +#: ../../extensions/plugin_registration.php:120 +msgid "Plugin already registered. Aborting!" +msgstr "Plug-in already registered. Aborting!" + +#: ../../extensions/plugin_registration.php:291 +msgid "Plug-in Remote Registered unsuccessfull" +msgstr "Remote plug-in registry unsuccessful" + +#: ../../extensions/plugin_registration.php:293 +msgid "Please check the syntax of file \"plugin_definition.ini\"" +msgstr "Please check syntax for \"plugin_definition.ini\" file" + +#: ../../extensions/plugin_registration.php:417 +msgid "Module plugin registered" +msgstr "Module plug-in registered" + +#: ../../extensions/plugin_registration.php:422 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 +#: ../../godmode/massive/massive_edit_plugins.php:287 +#: ../../godmode/modules/manage_network_components_form_plugin.php:22 +msgid "Plugin" +msgstr "Plugin" + +#: ../../extensions/plugin_registration.php:422 +msgid "Registered successfully" +msgstr "Registered successfully" + +#: ../../extensions/plugin_registration.php:432 +msgid "Register plugin" +msgstr "Register Plugin" + +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "Extension not installed." + +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +#: ../../enterprise/extensions/ipam.php:213 +#: ../../enterprise/extensions/ipam.php:226 +#: ../../enterprise/extensions/ipam.php:292 +msgid "Administration view" +msgstr "Management view" + +#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 +#: ../../enterprise/extensions/ipam.php:159 +#: ../../enterprise/extensions/ipam.php:300 +msgid "Operation view" +msgstr "Operation view" + +#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 +msgid "Files repository manager" +msgstr "File repository manager" + +#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190 +#: ../../include/functions.php:2193 +msgid "The file exceeds the maximum size" +msgstr "Maximum filesize exceeded" + +#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 +msgid "Files repository" +msgstr "File repository" #: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 msgid "DB Status" @@ -18820,10 +9636,8 @@ msgstr "" "Unsuccessful: field %s in table %s must have its default value set to %s" #: ../../extensions/db_status.php:318 -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 "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" #: ../../extensions/db_status.php:322 #, php-format @@ -18834,8 +9648,7 @@ msgstr "" "Unsuccessful: field %s in table %s must be set as defined in the SQL file." #: ../../extensions/db_status.php:325 -msgid "" -"Please check the SQL file for to know the kind of extra config 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." @@ -18844,5306 +9657,13868 @@ msgstr "" msgid "Successful all the tables have the correct fields" msgstr "Successful: all tables have the correct fields" -#: ../../extensions/files_repo.php:91 -msgid "Extension not installed" -msgstr "Extension not installed." +#: ../../extensions/agents_modules.php:120 +#: ../../include/functions_reports.php:580 +#: ../../include/graphs/functions_pchart.php:1137 +msgid "Agents/Modules" +msgstr "Agents/Modules" -#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 -msgid "Files repository manager" -msgstr "File repository manager" +#: ../../extensions/agents_modules.php:187 +#: ../../include/functions_reporting.php:1546 +msgid "There are no agents with modules" +msgstr "There are no agents with modules" -#: ../../extensions/files_repo.php:133 ../../include/functions.php:2147 -#: ../../include/functions.php:2150 -msgid "The file exceeds the maximum size" -msgstr "Maximum filesize exceeded" +#: ../../extensions/agents_modules.php:212 +msgid "Previous modules" +msgstr "Previous modules" -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" -msgstr "File repository" +#: ../../extensions/agents_modules.php:250 +msgid "More modules" +msgstr "More modules" -#: ../../extensions/resource_exportation.php:55 -#: ../../extensions/resource_exportation.php:334 -msgid "Resource exportation" -msgstr "Resource exporting" +#: ../../extensions/agents_modules.php:360 +#: ../../include/functions_reporting_html.php:946 +msgid "Orange cell when the module has fired alerts" +msgstr "Cell turns orange when there are alerts for that module" -#: ../../extensions/resource_exportation.php:337 +#: ../../extensions/agents_modules.php:361 +#: ../../include/functions_reporting_html.php:947 +msgid "Red cell when the module has a critical status" +msgstr "Cell turns red when a module is in 'critical' status" + +#: ../../extensions/agents_modules.php:362 +#: ../../include/functions_reporting_html.php:948 +msgid "Yellow cell when the module has a warning status" +msgstr "Cell turns yellow when a module is in 'warning' status" + +#: ../../extensions/agents_modules.php:363 +#: ../../include/functions_reporting_html.php:949 +msgid "Green cell when the module has a normal status" +msgstr "Cell turns green when a module is in 'normal' status" + +#: ../../extensions/agents_modules.php:364 +#: ../../include/functions_reporting_html.php:950 +msgid "Grey cell when the module has an unknown status" +msgstr "Cell turns grey when the module is in 'unknown' status" + +#: ../../extensions/agents_modules.php:406 +msgid "Agents/Modules view" +msgstr "Agent/Module view" + +#: ../../extensions/api_checker.php:92 ../../extensions/api_checker.php:228 +msgid "API checker" +msgstr "API checker" + +#: ../../extensions/api_checker.php:104 +msgid "Pandora Console URL" +msgstr "Pandora Console URL" + +#: ../../extensions/api_checker.php:109 +msgid "API Pass" +msgstr "API Pass" + +#: ../../extensions/api_checker.php:119 ../../general/login_page.php:141 +#: ../../general/login_page.php:165 +#: ../../enterprise/extensions/vmware/main.php:230 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:262 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 +#: ../../enterprise/godmode/agentes/inventory_manager.php:191 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:55 +#: ../../enterprise/godmode/servers/manage_export_form.php:101 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:326 +#: ../../enterprise/godmode/setup/setup_auth.php:76 +#: ../../enterprise/godmode/setup/setup_auth.php:108 +#: ../../enterprise/godmode/setup/setup_auth.php:140 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/meta/general/login_page.php:95 +#: ../../enterprise/meta/include/functions_wizard_meta.php:402 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 +#: ../../enterprise/meta/include/functions_meta.php:859 +#: ../../enterprise/meta/include/functions_meta.php:912 +#: ../../enterprise/meta/include/functions_meta.php:965 +#: ../../enterprise/include/functions_setup.php:30 +#: ../../enterprise/include/functions_setup.php:59 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/massive/massive_edit_modules.php:520 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 +#: ../../mobile/include/user.class.php:252 +msgid "Password" +msgstr "Password" + +#: ../../extensions/api_checker.php:127 +msgid "Action (get or set)" +msgstr "Action (get or set)" + +#: ../../extensions/api_checker.php:142 +msgid "ID 2" +msgstr "ID 2" + +#: ../../extensions/api_checker.php:147 +msgid "Return Type" +msgstr "Return Type" + +#: ../../extensions/api_checker.php:157 +msgid "Other Mode" +msgstr "Alternate mode" + +#: ../../extensions/api_checker.php:165 +msgid "Raw URL" +msgstr "Raw URL" + +#: ../../extensions/api_checker.php:171 +#: ../../enterprise/meta/include/functions_wizard_meta.php:829 +#: ../../enterprise/meta/include/functions_wizard_meta.php:914 +msgid "Credentials" +msgstr "Credentials" + +#: ../../extensions/api_checker.php:176 +msgid "Call parameters" +msgstr "Call parameters" + +#: ../../extensions/api_checker.php:181 ../../extensions/api_checker.php:194 +msgid "Call" +msgstr "Call" + +#: ../../extensions/api_checker.php:188 +msgid "Custom URL" +msgstr "Custom URL" + +#: ../../extensions/api_checker.php:200 ../../extensions/api_checker.php:207 +#: ../../include/functions_db.php:1513 +msgid "Result" +msgstr "Result" + +#: ../../extensions/api_checker.php:203 ../../extensions/api_checker.php:220 +msgid "Show URL" +msgstr "Show URL" + +#: ../../extensions/api_checker.php:216 +msgid "Hide URL" +msgstr "Hide URL" + +#: ../../extensions/matrix_events.php:29 +msgid "Matrix events" +msgstr "Matrix Events" + +#: ../../extensions/system_info.php:174 ../../extensions/pandora_logs.php:33 +msgid "Cannot find file" +msgstr "Cannot find file" + +#: ../../extensions/system_info.php:179 +msgid "Cannot read file" +msgstr "Cannot read file" + +#: ../../extensions/system_info.php:388 +msgid "No options selected" +msgstr "No options selected" + +#: ../../extensions/system_info.php:391 +msgid "There was an error with the zip file" +msgstr "There was an error with the zip file" + +#: ../../extensions/system_info.php:415 ../../extensions/system_info.php:808 +msgid "System Info" +msgstr "System Info" + +#: ../../extensions/system_info.php:418 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). " +"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 makes exporting resource templates easier. You can export " -"resource templates in Pandora FMS 3.x format (.ptr) " +"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" -#: ../../extensions/insert_data.php:54 -msgid "Insert data" -msgstr "Insert data" +#: ../../extensions/system_info.php:428 ../../extensions/system_info.php:431 +#: ../../extensions/system_info.php:504 +msgid "Pandora Diagnostic info" +msgstr "Pandora Diagnostics info" -#: ../../extensions/insert_data.php:83 -msgid "You haven't privileges for insert data in the agent." -msgstr "You don't have the necessary privileges to add data to the agent" +#: ../../extensions/system_info.php:435 ../../extensions/system_info.php:438 +#: ../../extensions/system_info.php:510 +msgid "System info" +msgstr "System info" -#: ../../extensions/insert_data.php:119 +#: ../../extensions/system_info.php:443 ../../extensions/system_info.php:446 +#: ../../extensions/system_info.php:514 +msgid "Log Info" +msgstr "Log info" + +#: ../../extensions/system_info.php:449 ../../extensions/system_info.php:450 +msgid "Number lines of log" +msgstr "Number of log lines" + +#: ../../extensions/system_info.php:476 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 +msgid "Created" +msgstr "Created" + +#: ../../extensions/system_info.php:481 ../../extensions/system_info.php:527 +#: ../../enterprise/extensions/ipam/ipam_network.php:140 +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +#: ../../enterprise/extensions/ipam/ipam_list.php:161 +#: ../../godmode/events/event_responses.editor.php:93 +msgid "Location" +msgstr "Location" + +#: ../../extensions/system_info.php:495 +msgid "Generate file" +msgstr "Generate file" + +#: ../../extensions/system_info.php:548 +msgid "At least one option must be selected" +msgstr "At least one option must be selected" + +#: ../../extensions/resource_registration.php:40 #, php-format -msgid "Can't save agent (%s), module (%s) data xml." -msgstr "Can't save (%s) agent, module (%s) xml data" +msgid "Success add '%s' item in report '%s'." +msgstr "Successfully added '%s' item into '%s' report" -#: ../../extensions/insert_data.php:126 +#: ../../extensions/resource_registration.php:41 #, php-format -msgid "Save agent (%s), module (%s) data xml." -msgstr "(%s) Agent saved, module (%s) xml data" +msgid "Error create '%s' item in report '%s'." +msgstr "Error creating item '%s' on report '%s'" -#: ../../extensions/insert_data.php:135 +#: ../../extensions/resource_registration.php:68 +#, 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." + +#: ../../extensions/resource_registration.php:75 +#, 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'." + +#: ../../extensions/resource_registration.php:82 +msgid "Error the report haven't name." +msgstr "Error. The report is unnamed" + +#: ../../extensions/resource_registration.php:88 +msgid "Error the report haven't group." +msgstr "Error. The report is not in any available group." + +#: ../../extensions/resource_registration.php:98 +#, php-format +msgid "Success create '%s' report." +msgstr "successfully created '%s' report" + +#: ../../extensions/resource_registration.php:99 +#, php-format +msgid "Error create '%s' report." +msgstr "Error creating '%s' report" + +#: ../../extensions/resource_registration.php:327 +#: ../../extensions/resource_registration.php:348 +#: ../../extensions/resource_registration.php:358 +#, php-format +msgid "Success add '%s' content." +msgstr "Success adding the '%s' content" + +#: ../../extensions/resource_registration.php:328 +#: ../../extensions/resource_registration.php:349 +#: ../../extensions/resource_registration.php:359 +#: ../../enterprise/extensions/resource_registration/functions.php:478 +#, php-format +msgid "Error add '%s' action." +msgstr "Error adding '%s' action" + +#: ../../extensions/resource_registration.php:335 +#, php-format +msgid "Success add '%s' SLA." +msgstr "Success adding the '%s' SLA" + +#: ../../extensions/resource_registration.php:336 +#, php-format +msgid "Error add '%s' SLA." +msgstr "Error adding the '%s' SLA" + +#: ../../extensions/resource_registration.php:377 +#, php-format +msgid "Error create '%s' visual map, lost tag name." +msgstr "Error creating the '%s' visual map. Tag name is missing." + +#: ../../extensions/resource_registration.php:413 #, php-format msgid "" -"Please check that the directory \"%s\" is writeable by the apache user.

The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV is in " -"format Y/m/d H:i:s." +"Error create '%s' visual map, the name exist and there aren't free name." msgstr "" -"Please check if the directory \"%s\" is can be written on by the apache " -"user.

The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV has a " -"Y/m/d H:i:s format." +"Error creating the '%s' visual map, the name is already taken and there are " +"no names available" -#: ../../extensions/insert_data.php:241 -msgid "Insert Data" -msgstr "Insert Data" - -#: ../../include/functions_tags.php:585 -msgid "Click here to open a popup window with URL tag" -msgstr "Click here to open a popup window with URL tag" - -#: ../../include/functions_alerts.php:549 -msgid "Max and min" -msgstr "Max and min" - -#: ../../include/functions_alerts.php:552 -msgid "Equal to" -msgstr "Equal to" - -#: ../../include/functions_alerts.php:553 -msgid "Not equal to" -msgstr "Not equal to" - -#: ../../include/functions_alerts.php:556 -msgid "Unknown status" -msgstr "Unknown status" - -#: ../../include/functions_alerts.php:557 -msgid "On Change" -msgstr "On Change" - -#: ../../include/functions_api.php:77 -msgid "No set or get or help operation." -msgstr "No 'set' or 'get' or 'help' operation." - -#: ../../include/functions_api.php:81 -msgid "This operation does not exist." -msgstr "This operation doesn't exist" - -#: ../../include/functions_api.php:85 -msgid "Id does not exist in BD." -msgstr "Id does not exist in BD." - -#: ../../include/functions_api.php:906 -msgid "Does not exist agent with this name." -msgstr "There are no agents with this name." - -#: ../../include/functions_api.php:908 -msgid "Does not exist module with this name." -msgstr "There are no modules with this name." - -#: ../../include/functions_api.php:1275 -msgid "Correct Delete" -msgstr "Correct Delete" - -#: ../../include/functions_api.php:1788 -msgid "Error in creation network module. Agent name doesn't exist." -msgstr "Error in creation of network module. Agent name doesn't exist." - -#: ../../include/functions_api.php:1794 -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." - -#: ../../include/functions_api.php:1849 -msgid "Error in creation network module." -msgstr "Error creating network module." - -#: ../../include/functions_api.php:1882 -msgid "Error updating network module. Module name cannot be left blank." -msgstr "" -"Error when updating the network module. The module's name cannot be left " -"blank." - -#: ../../include/functions_api.php:1890 -msgid "Error updating network module. Id_module doesn't exist." -msgstr "Error updating the network module. 'Id_module' doesn't exist." - -#: ../../include/functions_api.php:1905 -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." - -#: ../../include/functions_api.php:1912 -msgid "Error updating network module. Id_agent doesn't exist." -msgstr "Error updating network module. Id_agent doesn't exist." - -#: ../../include/functions_api.php:1962 -msgid "Network module updated." -msgstr "Network module updated." - -#: ../../include/functions_api.php:1991 -msgid "Error in creation plugin module. Id_plugin cannot be left blank." -msgstr "Error creating the plugin module. 'id_plugin' cannot be left blank." - -#: ../../include/functions_api.php:1998 -msgid "Error in creation plugin module. Agent name doesn't exist." -msgstr "Error in creation of plugin module. Agent name doesn't exist." - -#: ../../include/functions_api.php:2058 -msgid "Error in creation plugin module." -msgstr "Error creating the plugin module." - -#: ../../include/functions_api.php:2089 -msgid "Error updating plugin module. Id_module cannot be left blank." -msgstr "Error updating the plugin module. 'Id_module' cannot be left blank." - -#: ../../include/functions_api.php:2096 -msgid "Error updating plugin module. Id_module doesn't exist." -msgstr "Error on updating plugin module. 'Id_module' doesn't exist." - -#: ../../include/functions_api.php:2108 -msgid "Error updating plugin module. Id_module exists in the new agent." -msgstr "" -"Error on updating plugin module. 'Id_module' exists in the new agent." - -#: ../../include/functions_api.php:2115 -msgid "Error updating plugin module. Id_agent doesn't exist." -msgstr "Error updating plugin module. Id_agent doesn't exist." - -#: ../../include/functions_api.php:2174 -msgid "Plugin module updated." -msgstr "Plugin module successfully updated" - -#: ../../include/functions_api.php:2203 -msgid "Error in creation data module. Module_name cannot be left blank." -msgstr "Error creating the data module. 'Module_name' cannot be left blank." - -#: ../../include/functions_api.php:2210 -msgid "Error in creation data module. Agent name doesn't exist." -msgstr "Error in creation of data module. Agent name doesn't exist." - -#: ../../include/functions_api.php:2261 ../../include/functions_api.php:2323 -msgid "Error in creation data module." -msgstr "Error creating the data module." - -#: ../../include/functions_api.php:2293 -msgid "Error in creation synthetic module. Module_name cannot be left blank." -msgstr "Error creating synthetic module. 'Module_name' cannot be left blank." - -#: ../../include/functions_api.php:2300 -msgid "Error in creation synthetic module. Agent name doesn't exist." -msgstr "Error in creation synthetic module. Agent name doesn't exist." - -#: ../../include/functions_api.php:2382 -msgid "Synthetic module created ID: " -msgstr "Synthetic module ID created: " - -#: ../../include/functions_api.php:2414 -msgid "Error updating data module. Id_module cannot be left blank." -msgstr "Error updating the data module. 'Id_module' cannot be left blank." - -#: ../../include/functions_api.php:2421 -msgid "Error updating data module. Id_module doesn't exist." -msgstr "Error on updating the data module. 'Id_module' doesn't exist." - -#: ../../include/functions_api.php:2433 -msgid "Error updating data module. Id_module exists in the new agent." -msgstr "Error updating data module. 'Id_module' exists in the new agent." - -#: ../../include/functions_api.php:2440 -msgid "Error updating data module. Id_agent doesn't exist." -msgstr "Error updating data module. Id_agent doesn't exist." - -#: ../../include/functions_api.php:2486 -msgid "Data module updated." -msgstr "Data module updated." - -#: ../../include/functions_api.php:2523 -msgid "Error in creation SNMP module. Module_name cannot be left blank." -msgstr "Error creating the SNMP module. 'Module_name' cannot be left blank." - -#: ../../include/functions_api.php:2528 -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." - -#: ../../include/functions_api.php:2535 -msgid "Error in creation SNMP module. Agent name doesn't exist." -msgstr "Error in creation of SNMP module. Agent name doesn't exist." - -#: ../../include/functions_api.php:2550 ../../include/functions_api.php:2713 -#: ../../include/functions_api.php:5164 -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' doesn't exist. Please " -"set it to 'AES' or 'DES'. " - -#: ../../include/functions_api.php:2555 ../../include/functions_api.php:2722 -#: ../../include/functions_api.php:5169 -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 doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#: ../../include/functions_api.php:2560 ../../include/functions_api.php:2728 -#: ../../include/functions_api.php:5174 -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 doesn't exist. Set it to " -"'MD5' or 'SHA'. " - -#: ../../include/functions_api.php:2644 -msgid "Error in creation SNMP module." -msgstr "Error creating the SNMP module." - -#: ../../include/functions_api.php:2677 -msgid "Error updating SNMP module. Id_module cannot be left blank." -msgstr "Error updating the SNMP module. 'Id_module' cannot be left blank." - -#: ../../include/functions_api.php:2684 -msgid "Error updating SNMP module. Id_module doesn't exist." -msgstr "Error on updating SNMP module. 'Id_module' doesn't exist." - -#: ../../include/functions_api.php:2696 -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." - -#: ../../include/functions_api.php:2703 -msgid "Error updating snmp module. Id_agent doesn't exist." -msgstr "Error updating snmp module. Id_agent doesn't exist." - -#: ../../include/functions_api.php:2813 -msgid "SNMP module updated." -msgstr "SNMP module updated." - -#: ../../include/functions_api.php:2841 -msgid "" -"Error creating network component. Network component name cannot be left " -"blank." -msgstr "" -"Error creating a network component. The Network component's name cannot be " -"left blank." - -#: ../../include/functions_api.php:2846 -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." - -#: ../../include/functions_api.php:2851 -msgid "" -"Error creating network component. Network component group cannot be left " -"blank." -msgstr "" -"Error creating the network component. The network component's group cannot " -"be left blank." - -#: ../../include/functions_api.php:2887 -msgid "" -"Error creating network component. This network component already exists." -msgstr "" -"Error creating the network component. This network component already exists." - -#: ../../include/functions_api.php:2926 -msgid "" -"Error creating plugin component. Plugin component name cannot be left blank." -msgstr "" -"Error creating the plugin component. The plugin component's name cannot be " -"left blank." - -#: ../../include/functions_api.php:2931 -msgid "Error creating plugin component. Incorrect value for Id plugin." -msgstr "" -"Error creating the plugin component. Incorrect value for the plugin's ID." - -#: ../../include/functions_api.php:2936 -msgid "" -"Error creating plugin component. Plugin component group cannot be left blank." -msgstr "" -"Error creating plugin component. The plugin component's group cannot be left " -"blank." - -#: ../../include/functions_api.php:2976 -msgid "" -"Error creating plugin component. This plugin component already exists." -msgstr "" -"Error creating the plugin component. This plugin component already exists." - -#: ../../include/functions_api.php:3014 -msgid "" -"Error creating SNMP component. SNMP component name cannot be left blank." -msgstr "" -"Error creating the SNMP component. The SNMP component's name cannot be left " -"blank." - -#: ../../include/functions_api.php:3019 -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." - -#: ../../include/functions_api.php:3024 -msgid "" -"Error creating SNMP component. Snmp component group cannot be left blank." -msgstr "" -"Error creating the SNMP component. The SNMP component's group cannot be left " -"blank." - -#: ../../include/functions_api.php:3036 -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' doesn't exist. Please set " -"it to 'AES' or 'DES'. " - -#: ../../include/functions_api.php:3045 -msgid "" -"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" -"Error on creating SNMP component. 'snmp3_sec_level' doesn't exist. Please " -"set it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#: ../../include/functions_api.php:3051 -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' doesn't exist. Please " -"set it to 'MD5' or 'SHA'. " - -#: ../../include/functions_api.php:3126 -msgid "Error creating SNMP component. This SNMP component already exists." -msgstr "" -"Error creating the SNMP component. This SNMP component already exists." - -#: ../../include/functions_api.php:3163 -msgid "" -"Error creating local component. Local component name cannot be left blank." -msgstr "" -"Error creating a local component. The local component's name cannot be left " -"blank." - -#: ../../include/functions_api.php:3169 -msgid "" -"Error creating local component. Local component group cannot be left blank." -msgstr "" -"Error creating the local component. The local component's group cannot be " -"left blank." - -#: ../../include/functions_api.php:3193 -msgid "Error creating local component." -msgstr "Error creating local component." - -#: ../../include/functions_api.php:3199 -msgid "Error creating local component. This local component already exists." -msgstr "" -"Error creating the local component. This local component already exists." - -#: ../../include/functions_api.php:3232 -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." - -#: ../../include/functions_api.php:3240 -msgid "" -"Error getting module value from all agents. Module name doesn't exist." -msgstr "" -"Error on getting module value from all agents. Module name doesn't exist." - -#: ../../include/functions_api.php:3285 -msgid "Error creating alert template. Template name cannot be left blank." -msgstr "" -"Error creating the alert template. The template's name cannot be left blank." - -#: ../../include/functions_api.php:3357 -msgid "Error creating alert template." -msgstr "Error creating the alert template." - -#: ../../include/functions_api.php:3388 -msgid "Error updating alert template. Id_template cannot be left blank." -msgstr "Error updating alert template. 'Id_template' cannot be left blank." - -#: ../../include/functions_api.php:3396 -msgid "Error updating alert template. Id_template doesn't exist." -msgstr "Error on updating alert template. 'Id_template' doesn't exist." - -#: ../../include/functions_api.php:3422 -msgid "Error updating alert template." -msgstr "Error updating the alert template." - -#: ../../include/functions_api.php:3427 -msgid "Correct updating of alert template" -msgstr "Alert template sucessfully updated." - -#: ../../include/functions_api.php:3451 -msgid "Error deleting alert template. Id_template cannot be left blank." -msgstr "" -"Error deleting the alert template. 'Id_template' cannot be left blank." - -#: ../../include/functions_api.php:3460 -msgid "Error deleting alert template." -msgstr "Error deleting the alert template." - -#: ../../include/functions_api.php:3464 -msgid "Correct deleting of alert template." -msgstr "The alert template was successfully deleted." - -#: ../../include/functions_api.php:3501 -msgid "Error getting all alert templates." -msgstr "Error retrieving all alert templates" - -#: ../../include/functions_api.php:3533 -msgid "Error getting alert template. Id_template doesn't exist." -msgstr "Error on getting alert template. 'Id_template' doesn't exist." - -#: ../../include/functions_api.php:3550 -msgid "Error getting alert template." -msgstr "Error retrieving the alert template." - -#: ../../include/functions_api.php:3589 -msgid "Error getting module groups." -msgstr "Error retrieving module groups." - -#: ../../include/functions_api.php:3628 -msgid "Error getting plugins." -msgstr "Error retrieving plugins." - -#: ../../include/functions_api.php:3651 -msgid "Error creating module from network component. Agent doesn't exist." -msgstr "" -"Error on creating module from network component. Agent doesn't exist." - -#: ../../include/functions_api.php:3658 -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." - -#: ../../include/functions_api.php:3676 -msgid "Error creating module from network component. Error creating module." -msgstr "" -"Error creating the module from a network component. Error creating the " -"module." - -#: ../../include/functions_api.php:3703 -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." - -#: ../../include/functions_api.php:3709 -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." - -#: ../../include/functions_api.php:3715 -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." - -#: ../../include/functions_api.php:3723 -msgid "Error assigning module to template. Id_template doensn't exists." -msgstr "" -"Error assigning the module to a template. 'Id_template' doesn't exist." - -#: ../../include/functions_api.php:3733 -msgid "Error assigning module to template. Id_agent doesn't exist." -msgstr "Error on assigning module to template. 'Id_agent' doesn't exist." - -#: ../../include/functions_api.php:3740 -msgid "Error assigning module to template. Id_module doesn't exist." -msgstr "Error assigning module to template. 'Id_module' doesn't exist." - -#: ../../include/functions_api.php:3748 -msgid "Error assigning module to template." -msgstr "Error assigning the module to a template." - -#: ../../include/functions_api.php:3774 -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." - -#: ../../include/functions_api.php:3781 -msgid "Error deleting module template. Id_module_template doesn't exist." -msgstr "" -"Error on deleting module template. 'Id_module_template' doesn't exist." - -#: ../../include/functions_api.php:3789 ../../include/functions_api.php:3848 -msgid "Error deleting module template." -msgstr "Error deleting the module template." - -#: ../../include/functions_api.php:3792 ../../include/functions_api.php:3851 -msgid "Correct deleting of module template." -msgstr "Module template sucessfully deleted." - -#: ../../include/functions_api.php:3928 -msgid "Error validate all alerts. Failed " -msgstr "Error on validating all alerts. Failed " - -#: ../../include/functions_api.php:3931 -msgid "Correct validating of all alerts." -msgstr "All alerts successfully validated." - -#: ../../include/functions_api.php:3958 -msgid "Error validating all alert policies." -msgstr "Error when validating all alert policies." - -#: ../../include/functions_api.php:4016 -msgid "Error validate all policy alerts. Failed " -msgstr "Error validating all the policy alerts. Failed. " - -#: ../../include/functions_api.php:4019 -msgid "Correct validating of all policy alerts." -msgstr "All policy alerts successfully validated." - -#: ../../include/functions_api.php:4042 -msgid "Error stopping downtime. Id_downtime cannot be left blank." -msgstr "Error stopping the downtime. 'Id_downtime' cannot be left blank." - -#: ../../include/functions_api.php:4058 -msgid "Downtime stopped." -msgstr "Downtime stopped." - -#: ../../include/functions_api.php:4373 -msgid "" -"the selected modules do not exist or do not belong to the intended agents: " -msgstr "" -"and this modules are doesn't exist or not applicable to this agents: " - -#: ../../include/functions_api.php:4375 -msgid "and this agents are generate problems: " -msgstr "& these agents generate issues: " - -#: ../../include/functions_api.php:4377 -msgid "and this agents with ids are don't exist: " -msgstr "and this agents with ids aren't exists: " - -#: ../../include/functions_api.php:4404 -msgid "Error adding agent to policy. Id_policy cannot be left blank." -msgstr "" -"Error when adding the agent to the policy. 'Id_policy' cannot be left blank." - -#: ../../include/functions_api.php:4409 -msgid "Error adding agent to policy. Id_agent cannot be left blank." -msgstr "" -"Error when adding the agent to the policy. 'Id_agent' cannot be left blank." - -#: ../../include/functions_api.php:4417 -msgid "Error adding agent to policy. Id_agent doesn't exist." -msgstr "Error on adding agent to policy. 'Id_agent' doesn't exist." - -#: ../../include/functions_api.php:4425 -msgid "Error adding agent to policy." -msgstr "Error when adding the agent to the policy." - -#: ../../include/functions_api.php:4433 -msgid "Error adding agent to policy. The agent is already in the policy." -msgstr "" -"Error when adding the agent to the policy. The agent is already in the " -"policy." - -#: ../../include/functions_api.php:4468 -msgid "Error adding data module to policy. Id_policy cannot be left blank." -msgstr "" -"Error when adding the data module to the policy. 'Id_policy' cannot be left " -"blank." - -#: ../../include/functions_api.php:4473 -msgid "Error adding data module to policy. Module_name cannot be left blank." -msgstr "" -"Error when adding the data module to the policy. 'Module_name' cannot be " -"left blank." - -#: ../../include/functions_api.php:4481 -msgid "Error adding data module to policy." -msgstr "Error when adding the data module to the policy." - -#: ../../include/functions_api.php:4517 -msgid "" -"Error adding data module to policy. The module is already in the policy." -msgstr "" -"Error when adding the data module to the policy. The module is already in " -"the policy." - -#: ../../include/functions_api.php:4557 -msgid "Error updating data module in policy. Id_policy cannot be left blank." -msgstr "" -"Error updating the data module in the policy. 'Id_policy' cannot be left " -"blank." - -#: ../../include/functions_api.php:4562 -msgid "" -"Error updating data module in policy. Id_policy_module cannot be left blank." -msgstr "" -"Error updating data module in policy. 'id_policy_module' cannot be left " -"blank." - -#: ../../include/functions_api.php:4570 -msgid "Error updating data module in policy. Module doesn't exist." -msgstr "Error on updating data module in policy. Module doesn't exist." - -#: ../../include/functions_api.php:4576 -msgid "" -"Error updating data module in policy. Module type is not network type." -msgstr "" -"Error updating the data module in the policy. The module type doesn't match " -"the network type." - -#: ../../include/functions_api.php:4605 -msgid "Data policy module updated." -msgstr "Data policy module updated." - -#: ../../include/functions_api.php:4634 -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." - -#: ../../include/functions_api.php:4640 -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." - -#: ../../include/functions_api.php:4646 -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." - -#: ../../include/functions_api.php:4656 -msgid "Error adding network module to policy." -msgstr "Error adding the network module to the policy." - -#: ../../include/functions_api.php:4694 -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." - -#: ../../include/functions_api.php:4732 -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." - -#: ../../include/functions_api.php:4738 -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." - -#: ../../include/functions_api.php:4747 -msgid "Error updating network module in policy. Module doesn't exist." -msgstr "Error on updating network module in policy. Module doesn't exist." - -#: ../../include/functions_api.php:4753 -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." - -#: ../../include/functions_api.php:4779 -msgid "Network policy module updated." -msgstr "Network policy module updated." - -#: ../../include/functions_api.php:4806 -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." - -#: ../../include/functions_api.php:4811 -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." - -#: ../../include/functions_api.php:4816 -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." - -#: ../../include/functions_api.php:4824 -msgid "Error adding plugin module to policy." -msgstr "Error adding the plugin module to the policy." - -#: ../../include/functions_api.php:4867 -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." - -#: ../../include/functions_api.php:4906 -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" - -#: ../../include/functions_api.php:4912 -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." - -#: ../../include/functions_api.php:4921 -msgid "Error updating plugin module in policy. Module doesn't exist." -msgstr "Error on updating plugin module in policy. Module doesn't exist." - -#: ../../include/functions_api.php:4927 -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." - -#: ../../include/functions_api.php:4959 -msgid "Plugin policy module updated." -msgstr "Plugin policy module updated." - -#: ../../include/functions_api.php:5134 -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." - -#: ../../include/functions_api.php:5139 -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." - -#: ../../include/functions_api.php:5147 -msgid "Error adding SNMP module to policy." -msgstr "Error adding the SNMP module to the policy." - -#: ../../include/functions_api.php:5152 -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." - -#: ../../include/functions_api.php:5246 -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." - -#: ../../include/functions_api.php:5285 -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." - -#: ../../include/functions_api.php:5290 -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." - -#: ../../include/functions_api.php:5298 -msgid "Error updating SNMP module in policy. Module doesn't exist." -msgstr "Error on updating SNMP module in policy. Module doesn't exist." - -#: ../../include/functions_api.php:5303 -msgid "Error updating SNMP module in policy. Module type is not SNMP type." -msgstr "" -"Error on updating SNMP module in policy. Module type is not SNMP type." - -#: ../../include/functions_api.php:5313 -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' doesn't exist. Please set it " -"to 'AES' or 'DES'. " - -#: ../../include/functions_api.php:5323 -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' doesn't exist. Please set " -"it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " - -#: ../../include/functions_api.php:5330 -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' doesn't exist. Please set " -"it to 'MD5' or 'SHA'. " - -#: ../../include/functions_api.php:5370 -msgid "SNMP policy module updated." -msgstr "The SNMP policy module has been updated." - -#: ../../include/functions_api.php:5393 -msgid "Error applying policy. Id_policy cannot be left blank." -msgstr "Error applying the policy. 'Id_policy' cannot be left blank." - -#: ../../include/functions_api.php:5406 ../../include/functions_api.php:5431 -msgid "Error applying policy." -msgstr "Error applying policy" - -#: ../../include/functions_api.php:5418 -msgid "Error applying policy. This policy is already pending to apply." -msgstr "" -"Error applying the policy. This policy is already pending on being applied." - -#: ../../include/functions_api.php:5476 -msgid "Error applying all policies." -msgstr "Error applying all policies." - -#: ../../include/functions_api.php:5528 -msgid "Error in group creation. Group_name cannot be left blank." -msgstr "Error with group creation. 'Group_name' cannot be left blank." - -#: ../../include/functions_api.php:5534 -msgid "Error in group creation. Icon_name cannot be left blank." -msgstr "Error creating group. 'Icon_name' cannot be left blank." - -#: ../../include/functions_api.php:5547 ../../include/functions_api.php:5684 -msgid "Error in group creation. Id_parent_group doesn't exist." -msgstr "Error on group creation. 'Id_parent_group' doesn't exist." - -#: ../../include/functions_api.php:5575 -msgid "Error in group creation." -msgstr "Error creating group." - -#: ../../include/functions_api.php:5672 -msgid "Error in netflow filter creation. Filter name cannot be left blank." -msgstr "Error creating NetFlow filter. The filter name cannot be left blank." - -#: ../../include/functions_api.php:5677 -msgid "Error in netflow filter creation. Group id cannot be left blank." -msgstr "Error creating the NetFlow filter. Group ID cannot be left blank." - -#: ../../include/functions_api.php:5690 -msgid "Error in netflow filter creation. Filter cannot be left blank." -msgstr "Error creating NetFlow filter. Filter cannot be left blank." - -#: ../../include/functions_api.php:5695 -msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." -msgstr "Error creating NetFlow filter. 'Aggregate_by' cannot be left blank" - -#: ../../include/functions_api.php:5700 -msgid "Error in netflow filter creation. Output_format cannot be left blank." -msgstr "Error creating NetFlow filter. 'Output_format' cannot be left blank." - -#: ../../include/functions_api.php:5718 -msgid "Error in netflow filter creation." -msgstr "Error creating NetFlow filter." - -#: ../../include/functions_api.php:5857 -msgid "Create user." -msgstr "Create user." - -#: ../../include/functions_api.php:5896 -msgid "Error updating user. Id_user cannot be left blank." -msgstr "User update error. 'Id_user' cannot be left blank." - -#: ../../include/functions_api.php:5904 -msgid "Error updating user. Id_user doesn't exist." -msgstr "Error on updating user. 'Id_user' doesn't exist." - -#: ../../include/functions_api.php:5920 -msgid "Error updating user. Password info incorrect." -msgstr "User update error. Password info is incorrect." - -#: ../../include/functions_api.php:5928 -msgid "Updated user." -msgstr "User updated." - -#: ../../include/functions_api.php:5959 -msgid "Error enable/disable user. Id_user cannot be left blank." -msgstr "Error enabling/disabling user. 'Id_user' cannot be left blank." - -#: ../../include/functions_api.php:5966 -msgid "Error enable/disable user. Enable/disable value cannot be left blank." -msgstr "" -"Error enabling/disabling user. Enable/disable value cannot be left blank." - -#: ../../include/functions_api.php:5972 -msgid "Error enable/disable user. The user doesn't exist." -msgstr "Error enable/disable user. The user doesn't exist." - -#: ../../include/functions_api.php:5981 -msgid "Error in user enabling/disabling." -msgstr "Error enabling/disabling user." - -#: ../../include/functions_api.php:5986 -msgid "Enabled user." -msgstr "User enabled" - -#: ../../include/functions_api.php:5990 -msgid "Disabled user." -msgstr "User disabled." - -#: ../../include/functions_api.php:6845 -#: ../../godmode/agentes/configurar_agente.php:1500 -msgid "Save by Pandora Console" -msgstr "Save from Pandora Console" - -#: ../../include/functions_api.php:6846 -#: ../../godmode/agentes/configurar_agente.php:1515 -msgid "Update by Pandora Console" -msgstr "Update from Pandora Console" - -#: ../../include/functions_api.php:6847 -#: ../../godmode/agentes/configurar_agente.php:1528 -msgid "Insert by Pandora Console" -msgstr "Insert from Pandora Console" - -#: ../../include/functions_api.php:7456 -msgid "Delete user." -msgstr "Delete user." - -#: ../../include/functions_api.php:7485 -msgid "Add user profile." -msgstr "Add user profile." - -#: ../../include/functions_api.php:7518 -msgid "Delete user profile." -msgstr "Delete user profile." - -#: ../../include/functions_api.php:7616 -msgid "Correct module disable" -msgstr "Module successfully disabled." - -#: ../../include/functions_api.php:7619 -msgid "Error disabling module" -msgstr "Error on disabling module." - -#: ../../include/functions_api.php:7645 -msgid "Correct module enable" -msgstr "Module successfully enabled." - -#: ../../include/functions_api.php:7648 -msgid "Error enabling module" -msgstr "Error: could not enable module." - -#: ../../include/functions_api.php:8187 -msgid "Error adding event comment." -msgstr "Error adding an event comment." - -#: ../../include/functions_api.php:8426 -msgid "Error enable/disable agent. Id_agent cannot be left blank." -msgstr "Error enabling/disabling agent. 'Id_agent' cannot be left blank." - -#: ../../include/functions_api.php:8433 -msgid "" -"Error enable/disable agent. Enable/disable value cannot be left blank." -msgstr "" -"Error enabling/disabling agent. Enable/disable value cannot be left blank." - -#: ../../include/functions_api.php:8439 -msgid "Error enable/disable agent. The agent doesn't exist." -msgstr "Error enable/disable agent. The agent doesn't exist." - -#: ../../include/functions_api.php:8450 -msgid "Error in agent enabling/disabling." -msgstr "Error enabling/disabling agent" - -#: ../../include/functions_api.php:8456 -msgid "Enabled agent." -msgstr "Agent enabled." - -#: ../../include/functions_api.php:8461 -msgid "Disabled agent." -msgstr "Agent disabled." - -#: ../../include/functions_api.php:8557 -msgid "Error getting special_days." -msgstr "Error obtaining special_days" - -#: ../../include/functions_api.php:8592 -msgid "Error creating special day. Specified day already exists." -msgstr "Error creating the special day. The specified day already exists." - -#: ../../include/functions_api.php:8597 -msgid "Error creating special day. Invalid date format." -msgstr "Error creating the special day. Invalid date format." - -#: ../../include/functions_api.php:8609 -msgid "Error in creation special day." -msgstr "Error when creating the special day." - -#: ../../include/functions_api.php:8642 -msgid "Error updating special day. Id cannot be left blank." -msgstr "Error updating the special day. The ID cannot be left blank." - -#: ../../include/functions_api.php:8649 -msgid "Error updating special day. Id doesn't exist." -msgstr "Error on updating special day. ID doesn't exist." - -#: ../../include/functions_api.php:8654 -msgid "Error updating special day. Invalid date format." -msgstr "Error updating the special day. Invalid date format." - -#: ../../include/functions_api.php:8688 -msgid "Error deleting special day. Id cannot be left blank." -msgstr "Error deleting the special day. The ID cannot be left blank." - -#: ../../include/functions_api.php:8695 -msgid "Error deleting special day. Id doesn't exist." -msgstr "Error on deleting the special day. ID doesn't exist." - -#: ../../include/functions_api.php:8702 -msgid "Error in deletion special day." -msgstr "Error deleting the special day." - -#: ../../include/functions_graph.php:691 -#: ../../include/functions_graph.php:3520 -#: ../../include/functions_reports.php:556 -msgid "Avg. Value" -msgstr "Avg. Value" - -#: ../../include/functions_graph.php:693 -msgid "Units. Value" -msgstr "Unit Value" - -#: ../../include/functions_graph.php:757 +#: ../../extensions/resource_registration.php:420 #, php-format -msgid "Percentile %dº" -msgstr "Percentile %dº" - -#: ../../include/functions_graph.php:1178 -#, php-format -msgid "projection for %s" -msgstr "Projection for %s" - -#: ../../include/functions_graph.php:1745 -msgid "Not fired alerts" -msgstr "Non-triggered alerts" - -#: ../../include/functions_graph.php:2184 -msgid "Today" -msgstr "Today" - -#: ../../include/functions_graph.php:2185 -msgid "Week" -msgstr "Week" - -#: ../../include/functions_graph.php:2186 ../../include/functions_html.php:842 -msgid "Month" -msgstr "Month" - -#: ../../include/functions_graph.php:2187 -#: ../../include/functions_graph.php:2188 -msgid "Months" -msgstr "Month" - -#: ../../include/functions_graph.php:2210 -msgid "History db" -msgstr "History db" - -#: ../../include/functions_graph.php:2388 -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -msgid "Informative" -msgstr "Informative" - -#: ../../include/functions_graph.php:2389 -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -msgid "Low" -msgstr "Low" - -#: ../../include/functions_graph.php:2390 -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -msgid "Medium" -msgstr "Medium" - -#: ../../include/functions_graph.php:2391 -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -msgid "Serious" -msgstr "Serious" - -#: ../../include/functions_graph.php:2392 -#: ../../include/functions_incidents.php:33 -#: ../../include/functions_incidents.php:66 -msgid "Very serious" -msgstr "Very serious" - -#: ../../include/functions_graph.php:2393 -#: ../../include/functions_graph.php:2862 -#: ../../include/functions_graph.php:2863 -#: ../../include/functions_graph.php:4754 -#: ../../include/functions_incidents.php:34 -#: ../../include/functions_incidents.php:69 ../../include/functions.php:839 -#: ../../include/functions.php:1047 ../../include/functions.php:1080 -#: ../../include/functions_events.php:1465 -msgid "Maintenance" -msgstr "Maintenance" - -#: ../../include/functions_graph.php:2412 -#: ../../include/functions_graph.php:2424 -msgid "Open incident" -msgstr "Open incident" - -#: ../../include/functions_graph.php:2413 -#: ../../include/functions_graph.php:2426 -msgid "Closed incident" -msgstr "Closed incident" - -#: ../../include/functions_graph.php:2414 -#: ../../include/functions_graph.php:2428 -msgid "Outdated" -msgstr "Outdated" - -#: ../../include/functions_graph.php:2741 -#: ../../include/functions_graph.php:2792 -#: ../../include/functions_events.php:1146 -msgid "SYSTEM" -msgstr "SYSTEM" - -#: ../../include/functions_graph.php:2825 -#: ../../godmode/setup/performance.php:123 -msgid "Others" -msgstr "Others" - -#: ../../include/functions_graph.php:2866 -#: ../../include/functions_graph.php:2867 -#: ../../include/functions_graph.php:4757 ../../include/functions.php:842 -#: ../../include/functions.php:1048 ../../include/functions.php:1083 -#: ../../include/functions_events.php:1468 -msgid "Informational" -msgstr "Informative" - -#: ../../include/functions_graph.php:2874 -#: ../../include/functions_graph.php:2875 -#: ../../include/functions_graph.php:4769 ../../include/functions.php:854 -#: ../../include/functions.php:1050 ../../include/functions.php:1095 -msgid "Minor" -msgstr "Minor" - -#: ../../include/functions_graph.php:2882 -#: ../../include/functions_graph.php:2883 -#: ../../include/functions_graph.php:4772 ../../include/functions.php:857 -#: ../../include/functions.php:1052 ../../include/functions.php:1098 -msgid "Major" -msgstr "Major" - -#: ../../include/functions_graph.php:3521 -msgid "Units" -msgstr "Units" - -#: ../../include/functions_graph.php:4736 -#: ../../include/ajax/visual_console_builder.ajax.php:177 -msgid "No data to show" -msgstr "No data to show" - -#: ../../include/functions_graph.php:5106 -msgid "Main node" -msgstr "Main node" - -#: ../../include/functions_menu.php:465 -msgid "Configure user" -msgstr "Configure user" - -#: ../../include/functions_menu.php:466 -msgid "Configure profile" -msgstr "Configure profile" - -#: ../../include/functions_menu.php:468 -#: ../../godmode/servers/manage_recontask_form.php:181 -#: ../../godmode/servers/manage_recontask.php:43 -msgid "Manage recontask" -msgstr "Manage recon task" - -#: ../../include/functions_menu.php:470 -msgid "Module templates management" -msgstr "Module templates management" - -#: ../../include/functions_menu.php:471 -msgid "Inventory modules management" -msgstr "Inventory modules management" - -#: ../../include/functions_menu.php:472 -msgid "Tags management" -msgstr "Tags management" - -#: ../../include/functions_menu.php:476 -msgid "View agent" -msgstr "View agent" - -#: ../../include/functions_menu.php:478 -#: ../../godmode/alerts/configure_alert_template.php:63 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -msgid "Configure alert template" -msgstr "Configure alert template" - -#: ../../include/functions_menu.php:480 -msgid "Manage network map" -msgstr "Manage network map" - -#: ../../include/functions_menu.php:482 -msgid "View reporting" -msgstr "View reporting" - -#: ../../include/functions_menu.php:483 -#: ../../godmode/users/configure_profile.php:340 -msgid "View visual console" -msgstr "View visual console" - -#: ../../include/functions_menu.php:484 -msgid "Manage custom graphs" -msgstr "Manage custom graphs" - -#: ../../include/functions_menu.php:485 -msgid "Copy dashboard" -msgstr "Copy dashboard" - -#: ../../include/functions_menu.php:488 -msgid "Manage GIS Maps" -msgstr "Manage GIS Maps" - -#: ../../include/functions_menu.php:490 -msgid "Incidents statistics" -msgstr "Incident statistics" - -#: ../../include/functions_menu.php:491 -msgid "Manage messages" -msgstr "Manage messages" - -#: ../../include/functions_menu.php:493 -msgid "Manage groups" -msgstr "Manage groups" - -#: ../../include/functions_menu.php:494 -msgid "Manage module groups" -msgstr "Manage module groups" - -#: ../../include/functions_menu.php:495 -msgid "Manage custom field" -msgstr "Manage custom fields" - -#: ../../include/functions_menu.php:497 -msgid "Manage alert actions" -msgstr "Manage alert actions" - -#: ../../include/functions_menu.php:498 -msgid "Manage commands" -msgstr "Manage commands" - -#: ../../include/functions_menu.php:499 -msgid "Manage event alerts" -msgstr "Manage event alerts" - -#: ../../include/functions_menu.php:501 -msgid "Manage export targets" -msgstr "Manage export targets" - -#: ../../include/functions_menu.php:503 -msgid "Manage services" -msgstr "Manage services" - -#: ../../include/functions_menu.php:504 ../../godmode/menu.php:165 -msgid "SNMP alerts" -msgstr "SNMP alerts" - -#: ../../include/functions_menu.php:505 ../../operation/menu.php:92 -msgid "SNMP filters" -msgstr "SNMP filters" - -#: ../../include/functions_menu.php:507 ../../operation/menu.php:93 -msgid "SNMP trap generator" -msgstr "SNMP trap generator" - -#: ../../include/functions_menu.php:509 -msgid "Manage incident" -msgstr "Manage incidents" - -#: ../../include/functions_menu.php:511 -#: ../../godmode/users/configure_profile.php:348 -msgid "Manage visual console" -msgstr "Manage visual console" - -#: ../../include/functions_menu.php:561 -msgid "Administration" -msgstr "Administration" - -#: ../../include/functions_filemanager.php:170 -#: ../../include/functions_filemanager.php:240 -#: ../../include/functions_filemanager.php:298 -#: ../../include/functions_filemanager.php:380 -msgid "Security error" -msgstr "Security error" - -#: ../../include/functions_filemanager.php:183 -msgid "Upload error" -msgstr "Upload error" - -#: ../../include/functions_filemanager.php:191 -#: ../../include/functions_filemanager.php:259 -#: ../../include/functions_filemanager.php:324 -msgid "Upload correct" -msgstr "Upload correct" - -#: ../../include/functions_filemanager.php:204 msgid "" -"File size seems to be too large. Please check your php.ini configuration or " -"contact with the administrator" +"Warning create '%s' visual map, the name exist, the report have a name %s." msgstr "" -"The file seems to be too large. Please check your php.ini configuration file " -"or contact your administrator." +"Warning creating the '%s' visual map: the name already exists and the report " +"already has '%s' as a name." -#: ../../include/functions_filemanager.php:252 -msgid "Error creating file" -msgstr "Error creating file" - -#: ../../include/functions_filemanager.php:265 -#: ../../include/functions_filemanager.php:360 -msgid "Error creating file with empty name" -msgstr "Error creating a file with no name." - -#: ../../include/functions_filemanager.php:310 -msgid "Attach error" -msgstr "Attachment error" - -#: ../../include/functions_filemanager.php:355 -msgid "Directory created" -msgstr "Directory created" - -#: ../../include/functions_filemanager.php:548 +#: ../../extensions/resource_registration.php:428 #, php-format -msgid "Directory %s doesn't exist!" -msgstr "Directory %s doesn't exist!" +msgid "Success create '%s' visual map." +msgstr "Success creating the '%s' visual map" -#: ../../include/functions_filemanager.php:559 -#: ../../godmode/servers/plugin.php:175 -#: ../../godmode/setup/file_manager.php:63 +#: ../../extensions/resource_registration.php:429 #, php-format -msgid "Index of %s" -msgstr "Index of %s" +msgid "Error create '%s' visual map." +msgstr "'Error creating the '%s' visual map" -#: ../../include/functions_filemanager.php:563 -msgid "Index of images" -msgstr "Image index" - -#: ../../include/functions_filemanager.php:601 -msgid "Parent directory" -msgstr "Parent directory" - -#: ../../include/functions_filemanager.php:630 -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:634 -msgid "Decompress" -msgstr "Decompress" - -#: ../../include/functions_filemanager.php:677 -msgid "Directory" -msgstr "Directory" - -#: ../../include/functions_filemanager.php:680 -#: ../../include/functions_visual_map_editor.php:178 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:118 -msgid "Image" -msgstr "Image" - -#: ../../include/functions_filemanager.php:683 -msgid "Compressed file" -msgstr "Compressed file" - -#: ../../include/functions_filemanager.php:686 -#: ../../include/functions_filemanager.php:692 -msgid "Text file" -msgstr "Text file" - -#: ../../include/functions_filemanager.php:773 -msgid "Create directory" -msgstr "Create directory" - -#: ../../include/functions_filemanager.php:778 -msgid "Create text" -msgstr "Create text" - -#: ../../include/functions_filemanager.php:783 -msgid "Upload file/s" -msgstr "Upload file(s)" - -#: ../../include/functions_filemanager.php:790 -msgid "The directory is read-only" -msgstr "This directory is read-only" - -#: ../../include/auth/mysql.php:246 -msgid "" -"Problems with configuration permissions. Please contact with Administrator" -msgstr "" -"Problems with configuration permissions. Please contact with Administrator" - -#: ../../include/auth/mysql.php:252 -msgid "Your permissions have changed. Please, login again." -msgstr "Your permissions have changed. Please, login again." - -#: ../../include/auth/mysql.php:265 -msgid "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" -msgstr "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" - -#: ../../include/auth/mysql.php:281 -msgid "Fail the group synchronizing" -msgstr "Fail the group synchronizing" - -#: ../../include/auth/mysql.php:287 -msgid "Fail the tag synchronizing" -msgstr "Fail the tag synchronizing" - -#: ../../include/auth/mysql.php:300 -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" - -#: ../../include/auth/mysql.php:312 -msgid "User not found in database or incorrect password" -msgstr "User not found in database or incorrect password" - -#: ../../include/auth/mysql.php:544 -msgid "Could not changes password on remote pandora" -msgstr "Could not change password for remote pandora" - -#: ../../include/auth/mysql.php:581 -msgid "Your installation of PHP does not support LDAP" -msgstr "Your PHP environment doesn't support LDAP" - -#: ../../include/functions_html.php:658 ../../include/functions_html.php:659 -#: ../../include/functions_html.php:765 ../../include/functions_html.php:766 -#: ../../operation/events/events.php:391 -#: ../../operation/snmpconsole/snmp_view.php:71 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../operation/agentes/networkmap.php:289 -#: ../../godmode/category/category.php:58 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/agentes/planned_downtime.editor.php:36 -msgid "List" -msgstr "list" - -#: ../../include/functions_html.php:715 -msgid "weeks" -msgstr "weeks" - -#: ../../include/functions_html.php:841 -msgid "Month day" -msgstr "Day of the month" - -#: ../../include/functions_html.php:843 -msgid "Week day" -msgstr "Day of the week" - -#: ../../include/functions_html.php:2113 -msgid "Type at least two characters to search the module." -msgstr "Type at least two characters to search the module." - -#: ../../include/functions_db.php:75 +#: ../../extensions/resource_registration.php:535 #, php-format -msgid "Error connecting to database %s at %s." -msgstr "Error on connecting to database %s at %s." +msgid "Success create item type '%d' visual map." +msgstr "Success creating item type '%d' on the visual map." -#: ../../include/functions_db.php:1067 ../../godmode/menu.php:301 -#: ../../godmode/db/db_refine.php:33 -msgid "Database debug" -msgstr "Database debug" +#: ../../extensions/resource_registration.php:536 +#, php-format +msgid "Error create item type '%d' visual map." +msgstr "Error creating the '%d' visual map" -#: ../../include/functions_db.php:1083 -msgid "SQL sentence" -msgstr "SQL sentence" +#: ../../extensions/resource_registration.php:554 +#: ../../extensions/resource_registration.php:569 +#, php-format +msgid "Success create item for agent '%s' visual map." +msgstr "Success creating the '%s' agent item on the visual map" -#: ../../include/functions_db.php:1085 -msgid "Rows" -msgstr "Rows" +#: ../../extensions/resource_registration.php:555 +#: ../../extensions/resource_registration.php:570 +#, php-format +msgid "Error create item for agent '%s' visual map." +msgstr "Error creating the '%s' agent item on the visual map" -#: ../../include/functions_db.php:1086 -msgid "Saved" -msgstr "Saved" +#: ../../extensions/resource_registration.php:792 +#, php-format +msgid "Success create '%s' component." +msgstr "Success creating '%s' component." -#: ../../include/functions_db.php:1087 -msgid "Time (ms)" -msgstr "Time (ms)" +#: ../../extensions/resource_registration.php:793 +#, php-format +msgid "Error create '%s' component." +msgstr "Error creating '%s' component" -#: ../../include/functions_update_manager.php:198 -msgid "There is a unknown error." -msgstr "There is a unknown error." +#: ../../extensions/resource_registration.php:849 +#: ../../extensions/resource_registration.php:889 +msgid "Resource registration" +msgstr "Resource registration" -#: ../../include/functions_update_manager.php:393 -msgid "Failed extracting the package to temp directory." -msgstr "Failed to extract the package to the temp directory." +#: ../../extensions/resource_registration.php:852 +#: ../../enterprise/include/functions_policies.php:4086 +msgid "Error, please install the PHP libXML in the system." +msgstr "Error: please install PHP libXML on the system" -#: ../../include/functions_update_manager.php:420 -msgid "Failed the copying of the files." -msgstr "Failed to copy the files." +#: ../../extensions/resource_registration.php:858 +#, 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. Here you can " +"upload a resource template in Pandora FMS 3.x format (.ptr files). Please " +"refer to our documentation for more information on how to obtain and use " +"Pandora FMS' resources.

You can get more resurces in our Public Resource Library" -#: ../../include/functions_update_manager.php:436 -msgid "Package extracted successfully." -msgstr "Package extracted successfully." +#: ../../extensions/resource_registration.php:872 +#: ../../enterprise/include/functions_policies.php:4102 +msgid "Group filter: " +msgstr "Group filter: " -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" -msgstr "Agent hierarchy" +#: ../../extensions/dbmanager.php:107 +msgid "Database interface" +msgstr "Database interface" -#: ../../include/functions_servers.php:363 -msgid "Data server" -msgstr "Data server" +#: ../../extensions/dbmanager.php:122 +msgid "Execute SQL" +msgstr "Run SQL query" -#: ../../include/functions_servers.php:368 -msgid "Network server" -msgstr "Network server" +#: ../../extensions/dbmanager.php:166 +msgid "DB interface" +msgstr "DB interface" -#: ../../include/functions_servers.php:373 -msgid "SNMP Trap server" -msgstr "SNMP Trap server" +#: ../../extensions/pandora_logs.php:39 +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" + +#: ../../extensions/pandora_logs.php:40 +msgid "The preview file is imposible." +msgstr "File preview not available" + +#: ../../extensions/pandora_logs.php:44 +msgid "File is too large (> 500KB)" +msgstr "File is too large (> 500KB)" + +#: ../../extensions/pandora_logs.php:72 +msgid "System logfile viewer" +msgstr "System logfile viewer" + +#: ../../extensions/pandora_logs.php:74 +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" + +#: ../../extensions/pandora_logs.php:83 +msgid "System logfiles" +msgstr "System logfiles" + +#: ../../extensions/vnc_view.php:25 +msgid "VNC Display (:0 by default)" +msgstr "VNC Display (:0 as default value)" + +#: ../../extensions/vnc_view.php:28 +msgid "Send" +msgstr "Send" + +#: ../../extensions/vnc_view.php:42 +msgid "VNC view" +msgstr "VNC mode" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +msgstr "Number of alerts fired" + +#: ../../extensions/module_groups.php:46 +#: ../../enterprise/godmode/policies/policy_alerts.php:507 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_delete_alerts.php:206 +msgid "Alert template" +msgstr "Alert template" + +#: ../../extensions/module_groups.php:84 +#: ../../enterprise/operation/agentes/transactional_map.php:152 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:90 +#: ../../enterprise/operation/services/services.list.php:327 +#: ../../enterprise/extensions/backup/main.php:69 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 +#: ../../enterprise/extensions/cron/main.php:193 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 +#: ../../enterprise/godmode/policies/policy_alerts.php:241 +#: ../../enterprise/godmode/agentes/collections.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:237 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +#: ../../enterprise/godmode/setup/setup_skins.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 +#: ../../enterprise/meta/include/functions_alerts_meta.php:111 +#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 +#: ../../enterprise/include/functions_reporting_pdf.php:1043 +#: ../../enterprise/include/functions_reporting_pdf.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1132 +#: ../../godmode/agentes/modificar_agente.php:493 +#: ../../godmode/agentes/fields_manager.php:97 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/groups/group_list.php:338 +#: ../../godmode/category/category.php:111 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/alerts/alert_list.builder.php:83 +#: ../../godmode/events/event_responses.list.php:57 ../../godmode/menu.php:157 +#: ../../godmode/tag/tag.php:205 ../../include/functions_treeview.php:329 +#: ../../include/functions_reporting_html.php:1376 +#: ../../include/functions_reporting_html.php:1414 +#: ../../include/functions_reporting_html.php:1450 +#: ../../include/functions_filemanager.php:583 +msgid "Actions" +msgstr "Actions" + +#: ../../extensions/module_groups.php:168 +msgid "Combined table of agent group and module group" +msgstr "Agent group and module group combined table" + +#: ../../extensions/module_groups.php:171 +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 the columns, and agent groups in the rows. " +"Cells show all modules." + +#: ../../extensions/module_groups.php:297 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" +"Cell is orange when the module and agent groups have at least one alarm " +"fired." + +#: ../../extensions/module_groups.php:298 +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 is red when the module and agent groups have at least one module in " +"critical status although others may be in any status." + +#: ../../extensions/module_groups.php:299 +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 is yellow when module and agent groups have at least one module in " +"warning status, although others may be in green or grey status." + +#: ../../extensions/module_groups.php:300 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Cell is green when the module and agent groups have all modules in normal " +"status." + +#: ../../extensions/module_groups.php:301 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Cell is 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:302 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Cell is blue if the module and agent groups all have modules in non-" +"initialised status." + +#: ../../extensions/module_groups.php:307 +msgid "There are no defined groups or module groups" +msgstr "There are no agent or module groups defined." + +#: ../../general/login_help_dialog.php:39 +#: ../../enterprise/dashboard/widgets/example.php:37 +msgid "Welcome to Pandora FMS" +msgstr "Welcome to Pandora FMS" + +#: ../../general/login_help_dialog.php:42 +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'll " +"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!" + +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" +msgstr "Online help" + +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" +msgstr "Enterprise Edition" + +#: ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84 +#: ../../enterprise/meta/general/login_page.php:30 +msgid "Support" +msgstr "Support" + +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "Forums" + +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" +msgstr "Documentation" + +#: ../../general/login_help_dialog.php:86 +msgid "Click here to don't show again this message" +msgstr "Don't show this message again" + +#: ../../general/logon_ok.php:32 +msgid "Welcome to Pandora FMS Web Console" +msgstr "Welcome to Pandora FMS Web Console" + +#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 +msgid "Pandora FMS Overview" +msgstr "Pandora FMS Overview" + +#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377 +msgid "News board" +msgstr "News board" + +#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382 +msgid "ago" +msgstr "ago" + +#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389 +msgid "by" +msgstr "by" + +#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 +msgid "This is your last activity in Pandora FMS console" +msgstr "This is your last activity performed on the Pandora FMS console" + +#: ../../general/ui/agents_list.php:127 +#: ../../enterprise/operation/policies/networkmap.policies.php:71 +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:694 +msgid "No agents found" +msgstr "No agents found" + +#: ../../general/firts_task/transactional_list.php:21 +#, fuzzy +msgid "There are no transactions defined yet." +msgstr "There are no collections defined yet." + +#: ../../general/firts_task/transactional_list.php:25 +#, fuzzy +msgid "Transactions" +msgstr "Instructions" + +#: ../../general/firts_task/transactional_list.php:28 +#: ../../general/firts_task/transactional_list.php:31 +#, fuzzy +msgid "Create Transactions" +msgstr "Create Action" + +#: ../../general/firts_task/transactional_list.php:29 +#, fuzzy +msgid "Text." +msgstr "Text" + +#: ../../general/firts_task/collections.php:21 +msgid "There are no collections defined yet." +msgstr "There are no collections defined yet." + +#: ../../general/firts_task/collections.php:25 +#: ../../enterprise/godmode/policies/policy_collections.php:29 +#: ../../enterprise/godmode/policies/policy_collections.php:173 +#: ../../enterprise/godmode/policies/policies.php:337 +#: ../../enterprise/godmode/agentes/collections.data.php:42 +#: ../../enterprise/godmode/agentes/collections.editor.php:50 +#: ../../enterprise/godmode/menu__.php:43 ../../enterprise/godmode/menu.php:56 +#: ../../enterprise/include/functions_policies.php:3285 +msgid "Collections" +msgstr "Collections" + +#: ../../general/firts_task/collections.php:28 +#: ../../general/firts_task/collections.php:37 +msgid "Create Collections" +msgstr "Create Collections" + +#: ../../general/firts_task/collections.php:29 +msgid "" +"A file collection is a group of files (e.g. scripts or executables) which " +"are \n" +"\t\tautomatically copied to a specific directory of the agent (under Windows " +"or UNIX). The file collections allow to be propagated\n" +"\t\t along with the policies in order to be used by a group of agents, using " +"a 'package' of scripts and modules which use them.\n" +"\t\tFirst we learn how to use the file collections in the agent's view, how " +"to conduct it manually, agent by agent, without using collections,\n" +"\t\t and how to do the same thing by using policies.Our first task is to " +"arrange a compilation of files. In order to do this, please go to the " +"agent's \n" +"\t\t administrator. Subsequently, we're going to see a 'sub option' called " +"'Collections'. Please click on it in order to create a new collection as we " +"can see on \n" +"\t\t the picture below. " +msgstr "" +"A file collection is a group of files (e.g. scripts or executables) which " +"are \n" +"\t\tautomatically copied to a specific directory of the agent (under Windows " +"or UNIX). File collections can be propagated\n" +"\t\t along with policies in order to be used by a group of agents, using a " +"'package' of scripts and modules.\n" +"\t\tFirst we learn how to use file collections in the agent's view, then, " +"how to conduct it manually, agent by agent, without using collections,\n" +"\t\t and how to do the same thing by using policies.Our first task is to " +"arrange a compilation of files. In order to do this, please go to the " +"agent \n" +"\t\t manager. Subsequently, we're going to see a 'sub option' called " +"'Collections'. Please click on it in order to create a new collection as we " +"can see on \n" +"\t\t the picture below. " + +#: ../../general/firts_task/service_list.php:21 +msgid "There are no services defined yet." +msgstr "There are no services defined yet." + +#: ../../general/firts_task/service_list.php:28 +#: ../../general/firts_task/service_list.php:36 +msgid "Create Services" +msgstr "Create Services" + +#: ../../general/firts_task/service_list.php:29 +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." + +#: ../../general/firts_task/custom_fields.php:23 +#: ../../general/firts_task/fields_manager.php:21 +msgid "There are no custom fields defined yet." +msgstr "There are no custom fields defined yet." + +#: ../../general/firts_task/custom_fields.php:28 +msgid "Custom Fields" +msgstr "Custom Fields" + +#: ../../general/firts_task/custom_fields.php:31 +#: ../../general/firts_task/custom_fields.php:35 +msgid "Create Custom Fields" +msgstr "Create Custom Fields" + +#: ../../general/firts_task/custom_fields.php:32 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t You're able to create custom fields by klicking on 'Administration' -> " +"'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Custom fields are an easy way to customize an agent's information.\n" +"\t\t It's possible to create custom fields by clicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " + +#: ../../general/firts_task/map_builder.php:24 +#: ../../godmode/reporting/map_builder.php:255 +msgid "There are no visual console defined yet." +msgstr "There are no visual consoles defined yet" + +#: ../../general/firts_task/map_builder.php:29 +#: ../../enterprise/meta/general/main_header.php:194 +#: ../../enterprise/include/functions_enterprise.php:292 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "Visual Console" + +#: ../../general/firts_task/map_builder.php:32 +#: ../../general/firts_task/map_builder.php:40 +msgid "Create Visual Console" +msgstr "Create Visual Console" + +#: ../../general/firts_task/map_builder.php:33 +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 his or her own monitoring map.\n" +"\t\t\tThe new visual console editor is much more practical, although the " +"prior visual console editor had its advantages. \n" +"\t\t\tOn 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-" +"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'. " + +#: ../../general/firts_task/custom_graphs.php:23 +msgid "There are no custom graphs defined yet." +msgstr "There are no custom graphs defined yet." + +#: ../../general/firts_task/custom_graphs.php:28 +msgid "Custom Graphs" +msgstr "Custom Graphs" + +#: ../../general/firts_task/custom_graphs.php:31 +#: ../../general/firts_task/custom_graphs.php:36 +msgid "Create Custom Graph" +msgstr "Create Custom Graph" + +#: ../../general/firts_task/custom_graphs.php:32 +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's automated graphs and the " +"graphs the user customizes by using one or more modules to do so." + +#: ../../general/firts_task/network_map.php:23 +msgid "There are no network map defined yet." +msgstr "There are no network maps defined yet" + +#: ../../general/firts_task/network_map.php:30 +msgid "Network Map" +msgstr "Network Map" + +#: ../../general/firts_task/network_map.php:33 +#: ../../general/firts_task/network_map.php:49 +msgid "Create Network Map" +msgstr "Create Network Map" + +#: ../../general/firts_task/network_map.php:34 +msgid "" +"There is also an open-source version of the network map. \n" +"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes " +"and relationships, agents, modules and groups available to the user. \n" +"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" +"\t\t\t" +msgstr "" +"There is also an open-source version of the network map. \n" +"\t\t\t\t\t\t\t\tThis functionality allows graphically displaying the nodes " +"and relations, agents, modules and groups available to the user. \n" +"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" +"\t\t\t" + +#: ../../general/firts_task/network_map.php:38 +msgid "Topology Map" +msgstr "Topology Map" + +#: ../../general/firts_task/network_map.php:39 +msgid "Group Map" +msgstr "Group Map" + +#: ../../general/firts_task/network_map.php:40 +msgid "Radial Map (User without strict user)" +msgstr "Radial Map (User without strict user)" + +#: ../../general/firts_task/network_map.php:41 +msgid "Dinamic Map" +msgstr "Dynamic Map" + +#: ../../general/firts_task/network_map.php:42 +msgid "Policy Map (Only Enterprise version)" +msgstr "Policy Map (Only Enterprise version)" + +#: ../../general/firts_task/planned_downtime.php:21 +msgid "There are no planned downtime defined yet." +msgstr "There are no planned downtime defined yet." + +#: ../../general/firts_task/planned_downtime.php:25 +#: ../../godmode/agentes/planned_downtime.list.php:54 +#: ../../godmode/agentes/planned_downtime.editor.php:43 +msgid "Planned Downtime" +msgstr "Planned Downtime" + +#: ../../general/firts_task/planned_downtime.php:28 +#: ../../general/firts_task/planned_downtime.php:34 +msgid "Create Planned Downtime" +msgstr "Create Planned Downtime" + +#: ../../general/firts_task/planned_downtime.php:29 +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 down time by deactivating the agent.\n" +"\t\t\t\t\t\tIf an agent is deactivated, it doesn't gather information. " +"During down time, down-time intervals aren't taken into \n" +"\t\t\t\t\t\taccount for most metrics or report types, because agents don't " +"contain any data within those intervals. " + +#: ../../general/firts_task/fields_manager.php:25 +msgid "Fields Manager" +msgstr "Field Manager" + +#: ../../general/firts_task/fields_manager.php:28 +msgid "Create Fields Manager" +msgstr "Create field manager" + +#: ../../general/firts_task/fields_manager.php:29 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Custom fields are an easy way to customize an agent's information\n" +"\t\t\t\tA user is able to create custom fields by clicking on " +"'Administration' -> 'Manage monitoring' -> 'Manage custom fields'. " + +#: ../../general/firts_task/fields_manager.php:32 +msgid "Create Fields " +msgstr "Create Fields " + +#: ../../general/firts_task/tags.php:21 +msgid "There are no tags defined yet." +msgstr "There are no tags defined yet." + +#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 +msgid "Create Tags" +msgstr "Create Tags" + +#: ../../general/firts_task/tags.php:29 +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 by 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\tA user's access can therefore be restricted to modules with " +"certain tags. " + +#: ../../general/firts_task/recon_view.php:21 +msgid "There are no recon task defined yet." +msgstr "There are no recon task defined yet." -#: ../../include/functions_servers.php:378 -#: ../../godmode/servers/manage_recontask_form.php:221 #: ../../general/firts_task/recon_view.php:25 +#: ../../enterprise/extensions/ipam/ipam_editor.php:80 +#: ../../godmode/servers/manage_recontask_form.php:221 +#: ../../include/functions_servers.php:378 msgid "Recon server" msgstr "Recon server" -#: ../../include/functions_servers.php:383 -msgid "Plugin server" -msgstr "Plug-in server" +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" +msgstr "Create Recon Task" -#: ../../include/functions_servers.php:388 -msgid "Prediction server" -msgstr "Prediction server" - -#: ../../include/functions_servers.php:393 -msgid "WMI server" -msgstr "WMI server" - -#: ../../include/functions_servers.php:403 -msgid "Inventory server" -msgstr "Inventory server" - -#: ../../include/functions_servers.php:408 -msgid "Web server" -msgstr "Web server" - -#: ../../include/functions_servers.php:413 -msgid "Event server" -msgstr "Event server" - -#: ../../include/functions_servers.php:418 -msgid "Enterprise ICMP server" -msgstr "Enterprise ICMP server" - -#: ../../include/functions_servers.php:423 -msgid "Enterprise SNMP server" -msgstr "Enterprise SNMP server" - -#: ../../include/functions_servers.php:428 -msgid "Enterprise Satellite server" -msgstr "Enterprise Satellite server" - -#: ../../include/functions_networkmap.php:1719 -msgid "Create a new topology map" -msgstr "Create a new topology map" - -#: ../../include/functions_networkmap.php:1720 -msgid "Create a new group map" -msgstr "Create a new group map" - -#: ../../include/functions_networkmap.php:1721 -msgid "Create a new dynamic map" -msgstr "Create a new dynamic map" - -#: ../../include/functions_networkmap.php:1723 -msgid "Create a new radial dynamic map" -msgstr "" - -#: ../../include/functions_networkmap.php:1747 -msgid "Dynamic" -msgstr "Dynamic" - -#: ../../include/functions_networkmap.php:1749 -msgid "Radial dynamic" -msgstr "Radial dynamic" - -#: ../../include/functions_clippy.php:128 ../../general/header.php:166 -#: ../../general/header.php:167 -msgid "Pandora FMS assistant" -msgstr "Pandora FMS assistant" - -#: ../../include/functions_clippy.php:163 -#: ../../include/functions_clippy.php:168 -msgid "End wizard" -msgstr "End wizard" - -#: ../../include/functions_clippy.php:195 -msgid "Next →" -msgstr "Next →" - -#: ../../include/functions_clippy.php:196 -msgid "← Back" -msgstr "← Back" - -#: ../../include/functions_clippy.php:208 -msgid "Do you want to exit the help tour?" -msgstr "Do you wish to stop the help tour?" - -#: ../../include/functions_groups.php:63 -msgid "Alert Actions" -msgstr "Alert Actions" - -#: ../../include/functions_groups.php:78 -msgid "Alert Templates" -msgstr "Alert Templates" - -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -#: ../../include/functions_reports.php:498 -#: ../../include/functions_reports.php:500 -#: ../../include/functions_reports.php:504 -#: ../../include/functions_reports.php:506 -#: ../../include/functions_reports.php:510 -#: ../../include/functions_reports.php:512 -#: ../../include/functions_reports.php:514 -#: ../../include/functions_reports.php:518 -#: ../../operation/agentes/ver_agente.php:903 -#: ../../operation/agentes/ver_agente.php:1031 -#: ../../operation/search_results.php:103 -msgid "Graphs" -msgstr "Graphs" - -#: ../../include/functions_groups.php:135 -msgid "Layout visual console" -msgstr "Visual console layout" - -#: ../../include/functions_groups.php:149 -msgid "Plannet down time" -msgstr "Planned downtime" - -#: ../../include/functions_groups.php:176 -msgid "GIS maps" -msgstr "GIS maps" - -#: ../../include/functions_groups.php:190 -msgid "GIS connections" -msgstr "GIS connections" - -#: ../../include/functions_groups.php:204 -msgid "GIS map layers" -msgstr "GIS map layers" - -#: ../../include/functions_groups.php:217 -msgid "Network maps" -msgstr "Network maps" - -#: ../../include/functions_groups.php:2119 -msgid "Show branch children" -msgstr "Show branch son" - -#: ../../include/functions_groups.php:2148 +#: ../../general/firts_task/recon_view.php:29 msgid "" -"You can not delete the last group in Pandora. A common installation must has " -"almost one group." +"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 "" -"You cannot delete the last group in Pandora. A common installation must have " -"at least one group." +"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 it 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 other customized \n" +"\t\ttype. You can define your own customized recon script." -#: ../../include/functions_ui.php:226 -msgid "Information" -msgstr "Information" +#: ../../general/firts_task/snmp_filters.php:21 +msgid "There are no SNMP filter defined yet." +msgstr "There are no SNMP filter defined yet." -#: ../../include/functions_ui.php:368 -msgid "Request successfully processed" -msgstr "Request successfully processed" +#: ../../general/firts_task/snmp_filters.php:25 +msgid "SNMP Filter" +msgstr "SNMP Filter" -#: ../../include/functions_ui.php:371 -msgid "Error processing request" -msgstr "Error processing request" +#: ../../general/firts_task/snmp_filters.php:28 +#: ../../general/firts_task/snmp_filters.php:35 +msgid "Create SNMP Filter" +msgstr "Create SNMP Filter" -#: ../../include/functions_ui.php:509 +#: ../../general/firts_task/snmp_filters.php:29 msgid "" -"Is possible that this view uses part of information which your user has not " -"access" +"Some systems receive a high number of traps. \n" +"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " +"Pandora FMS versions 3.2 and above, \n" +"\t\t\t\tit's possible to filter the traps that the server obtains in order " +"to avoid straining the application unnecessarily.\n" +"\t\t\t\tIn order to define different filters, please go to 'Administration' -" +"> 'Manage SNMP Console' and 'SNMP Filters'. \n" +"\t\t\t\tOne trap which is going to run in conjunction with any of them - " +"just the ones for the server are going to get ruled out automatically. " msgstr "" -"It's possible that this view uses a part of the information to which your " -"user doesn't have access." +"Some systems receive a high number of traps. \n" +"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. On " +"Pandora FMS versions 3.2 and above, \n" +"\t\t\t\tit's possible to filter the traps that the server retrieves in order " +"to avoid straining the application unnecessarily.\n" +"\t\t\t\tIn order to define different filters, please go to 'Administration' -" +"> 'Manage SNMP Console' and 'SNMP Filters'. \n" +"\t\t\t\tOne trap is going to run in conjunction with any of them - just the " +"ones for the server are going to get ruled out automatically. " -#: ../../include/functions_ui.php:991 -#: ../../godmode/alerts/configure_alert_template.php:805 -#: ../../godmode/alerts/alert_view.php:152 -msgid "The alert would fire when the value is " -msgstr "" -"The alert is triggered when the value is equal to " +#: ../../general/firts_task/incidents.php:23 +msgid "There are no incidents defined yet." +msgstr "There are no incidents defined yet." -#: ../../include/functions_ui.php:995 -#: ../../godmode/alerts/configure_alert_template.php:806 -#: ../../godmode/alerts/alert_view.php:156 -msgid "The alert would fire when the value is not " -msgstr "" -"The alert is triggered when the value is different to " +#: ../../general/firts_task/incidents.php:31 +#: ../../general/firts_task/incidents.php:40 +msgid "Create Incidents" +msgstr "Create Incidents" -#: ../../include/functions_ui.php:1000 -#: ../../godmode/alerts/configure_alert_template.php:803 -#: ../../godmode/alerts/alert_view.php:144 +#: ../../general/firts_task/incidents.php:32 msgid "" -"The alert would fire when the value matches " +"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 "" -"The alert is triggered when the value matches " +"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 subsystems within the system's monitoring process.\n" +"\t\t\tFor it, the Pandora FMS team has designed an incident manager from " +"which any user is able to open incidents, \n" +"\t\t\tthat explain what's happened on the network, and update them with " +"comments and files, at any time, in case there is a need to do so.\n" +"\t\t\tThis system allows users to work as a team, along with different roles " +"and work-flow systems which allow an incident to be \n" +"\t\t\tmoved from one group to another, and members from different groups and " +"different people could work on the same incident, sharing information and " +"files.\n" +"\t\t" -#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:147 +#: ../../general/login_identification_wizard.php:142 +msgid "The Pandora FMS community wizard" +msgstr "" + +#: ../../general/login_identification_wizard.php:147 +msgid "Stay up to date with the Pandora FMS community" +msgstr "" + +#: ../../general/login_identification_wizard.php:151 msgid "" -"The alert would fire when the value doesn't match " +"When you subscribe to the Pandora FMS Update Manager service, you accept " +"that we register your Pandora instance as an identifier on the database " +"owned by 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 Update " +"Manager options" msgstr "" -"The alert is triggered when the value doesn't match " -#: ../../include/functions_ui.php:1009 -#: ../../godmode/alerts/configure_alert_template.php:807 -#: ../../godmode/alerts/alert_view.php:161 +#: ../../general/login_identification_wizard.php:152 msgid "" -"The alert would fire when the value is between and " -"" +"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 "" -"The alert is triggered when the value is between " -"and " -#: ../../include/functions_ui.php:1012 -#: ../../godmode/alerts/configure_alert_template.php:808 -#: ../../godmode/alerts/alert_view.php:164 +#: ../../general/login_identification_wizard.php:157 +#: ../../enterprise/godmode/alerts/alert_events.php:548 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../godmode/alerts/configure_alert_template.php:809 +msgid "Finish" +msgstr "Finish" + +#: ../../general/login_identification_wizard.php:161 +#, fuzzy +msgid "Return" +msgstr "Return Type" + +#: ../../general/login_identification_wizard.php:165 +#, fuzzy +msgid "Join the Pandora FMS community" +msgstr "Go to the Pandora FMS Website" + +#: ../../general/login_identification_wizard.php:172 +#, fuzzy +msgid "Required" +msgstr "Reserved" + +#: ../../general/login_identification_wizard.php:180 +#: ../../general/login_required.php:64 +#, fuzzy +msgid "Pandora FMS instance identification wizard" +msgstr "Pandora FMS Metaconsole item edition" + +#: ../../general/login_identification_wizard.php:182 +msgid "Do you want to continue without any registration" +msgstr "" + +#: ../../general/login_page.php:35 +msgid "Go to Pandora FMS Website" +msgstr "Go to the Pandora FMS Website" + +#: ../../general/login_page.php:40 +msgid "Go to Login" +msgstr "Go to Login" + +#: ../../general/login_page.php:82 +msgid "Docs" +msgstr "" + +#: ../../general/login_page.php:145 +#, fuzzy +msgid "Login as admin" +msgstr "Login failed" + +#: ../../general/login_page.php:152 +#: ../../enterprise/meta/general/login_page.php:85 +msgid "Login with SAML" +msgstr "" + +#: ../../general/login_page.php:168 +#: ../../enterprise/meta/general/login_page.php:79 +#: ../../enterprise/meta/general/login_page.php:98 +#: ../../mobile/include/user.class.php:256 +msgid "Login" +msgstr "Login" + +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "Logged out" + +#: ../../general/login_page.php:176 +#: ../../enterprise/meta/general/login_page.php:144 +#: ../../mobile/include/user.class.php:221 msgid "" -"The alert would fire when the value is not between " -"and " +"Your session is over. Please close your browser window to close this Pandora " +"session." msgstr "" -"The alert is triggered when the value isn't between " -"and " +"Your session has ended. Please close your browser window to close this " +"Pandora FMS session." -#: ../../include/functions_ui.php:1016 -msgid "The alert would fire when the value is over " +#: ../../general/login_page.php:186 ../../mobile/include/user.class.php:301 +#: ../../mobile/include/user.class.php:302 +msgid "Authenticator code" +msgstr "Authentication code" + +#: ../../general/login_page.php:192 ../../mobile/include/user.class.php:306 +msgid "Check code" +msgstr "Check code" + +#: ../../general/login_page.php:200 +msgid "View details" +msgstr "View details" + +#: ../../general/login_page.php:224 +#: ../../enterprise/meta/general/login_page.php:113 +msgid "Build" +msgstr "Build" + +#: ../../general/login_page.php:237 +#: ../../enterprise/meta/general/login_page.php:117 +#: ../../enterprise/meta/general/login_page.php:126 +msgid "Login failed" +msgstr "Login failed" + +#: ../../general/login_page.php:261 +msgid "" +"Pandora FMS frontend is built on advanced, modern technologies and does not " +"support old browsers." msgstr "" -"The alert will be triggered when the value is over " +"Pandora FMS' frontend is built with advanced, modern technologies and " +"doesn't support older browsers." -#: ../../include/functions_ui.php:1021 -msgid "The alert would fire when the value is under " +#: ../../general/login_page.php:262 +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 "" -"The alert will be triggered when the value is under " +"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" -#: ../../include/functions_ui.php:1026 -#: ../../godmode/alerts/configure_alert_template.php:811 -#: ../../godmode/alerts/alert_view.php:186 -msgid "The alert would fire when the module is in warning status" -msgstr "The alert is triggered when the module is in warning status" +#: ../../general/login_page.php:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "Why is it recommendable to upgrade your browser?" -#: ../../include/functions_ui.php:1031 -#: ../../godmode/alerts/configure_alert_template.php:812 -#: ../../godmode/alerts/alert_view.php:189 -msgid "The alert would fire when the module is in critical status" -msgstr "The alert is triggered when the module is in critical status" +#: ../../general/login_page.php:330 +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." -#: ../../include/functions_ui.php:1609 ../../include/functions_ui.php:1643 +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "Continue despite this warning" + +#: ../../general/login_required.php:67 +msgid "" +"Please fill the following information in order to configure your Pandora FMS " +"instance successfully" +msgstr "" + +#: ../../general/login_required.php:81 +#: ../../enterprise/meta/advanced/metasetup.setup.php:119 +#: ../../enterprise/meta/include/functions_meta.php:358 +#: ../../godmode/setup/setup_general.php:52 +#: ../../include/functions_config.php:129 +msgid "Language code for Pandora" +msgstr "Pandora FMS Language settings" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:148 +#: ../../godmode/setup/setup_general.php:191 +msgid "Africa" +msgstr "Africa" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../godmode/setup/setup_general.php:191 +msgid "America" +msgstr "America" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../godmode/setup/setup_general.php:191 +msgid "Antarctica" +msgstr "Antarctica" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:151 +#: ../../godmode/setup/setup_general.php:191 +msgid "Arctic" +msgstr "Arctic" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../godmode/setup/setup_general.php:191 +msgid "Asia" +msgstr "Asia" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../godmode/setup/setup_general.php:191 +msgid "Atlantic" +msgstr "Atlantic" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../godmode/setup/setup_general.php:191 +msgid "Australia" +msgstr "Australia" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:155 +#: ../../godmode/setup/setup_general.php:191 +msgid "Europe" +msgstr "Europe" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../godmode/setup/setup_general.php:191 +msgid "Indian" +msgstr "Indian" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:157 +#: ../../godmode/setup/setup_general.php:191 +msgid "Pacific" +msgstr "Pacific" + +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:158 +#: ../../godmode/setup/setup_general.php:191 +msgid "UTC" +msgstr "UTC" + +#: ../../general/login_required.php:106 +#: ../../enterprise/meta/advanced/metasetup.setup.php:177 +#: ../../enterprise/meta/include/functions_meta.php:408 +#: ../../godmode/setup/setup_general.php:211 +#: ../../include/functions_config.php:166 +msgid "Timezone setup" +msgstr "Timezone setup" + +#: ../../general/login_required.php:107 +#: ../../godmode/setup/setup_general.php:212 +msgid "" +"Must have the same time zone as the system or database to avoid mismatches " +"of time." +msgstr "" +"Pandora FMS must be set to the same timezone as your system or database as " +"to avoid incoherences." + +#: ../../general/login_required.php:111 +#, fuzzy +msgid "E-mail for receiving alerts" +msgstr "Error processing alert(s)" + +#: ../../general/login_required.php:119 +#, fuzzy +msgid "Register" +msgstr "Register Plugin" + +#: ../../general/login_required.php:122 +#, fuzzy +msgid "All fields required" +msgstr "No fields defined" + +#: ../../general/logon_failed.php:33 +msgid "" +"Either, your password or your login are incorrect. Please check your CAPS " +"LOCK key, username and password are case SeNSiTiVe.

All actions, " +"included failed login attempts are logged in Pandora FMS System logs, and " +"these can be reviewed by each user, please report to admin any incident or " +"malfunction." +msgstr "" +"Username or password are incorrect. Please check that your CAPS LOCK key is " +"disabled, username and password are case sensitive

All actions, " +"included failed login attempts are registered in Pandora FMS System logs and " +"can be reviewed by all users. Please report any incident or malfunction to " +"an admin" + +#: ../../general/alert_enterprise.php:93 +#, fuzzy +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 authorised users only, please contact " +"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 System Database" + +#: ../../general/alert_enterprise.php:104 +#, fuzzy +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 new 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." + +#: ../../general/alert_enterprise.php:107 +msgid "" +"OpenSource version updates are automated packages generated each week. " +"These updates come WITHOUT ANY warranty or support. If your system is " +"corrupted or a feature stops working properly, you will need to recover a " +"backup by yourself." +msgstr "" + +#: ../../general/alert_enterprise.php:110 +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 "" + +#: ../../general/alert_enterprise.php:118 +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 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." + +#: ../../general/alert_enterprise.php:121 +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." + +#: ../../general/alert_enterprise.php:124 +#, fuzzy +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 remote server " +"address from the Update Manager plugin setup." + +#: ../../general/alert_enterprise.php:131 +msgid "" +"The community version doesn't have the ability to define your own library of " +"local modules, or distribute it to remote agents. You need to make those " +"changes individually on each agent which is possible by using external tools " +"and time and effort. Nor can it distribute local plugins, or have access to " +"the library of enterprise plugins to monitor applications such as VMWare, " +"RHEV or Informix between others. The Enterprise version will have all this, " +"plus the ability to distribute and manage your own local modules on your " +"systems, individually or through policies.\n" +"

pandorafms.com" +msgstr "" + +#: ../../general/alert_enterprise.php:138 +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 "" + +#: ../../general/alert_enterprise.php:141 +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 "" + +#: ../../general/alert_enterprise.php:144 +msgid "These options are only effective on the Enterprise version." +msgstr "" + +#: ../../general/alert_enterprise.php:147 +msgid "" +"WARNING: You are just one click away from an automated update. This may " +"result in a damaged system, including loss of data and operativity. Check " +"you have a recent backup. OpenSource updates are automatically created " +"packages, and there is no WARRANTY or SUPPORT. If you need professional " +"support and warranty, please upgrade to Enterprise Version." +msgstr "" + +#: ../../general/alert_enterprise.php:150 +msgid "" +"This system is heavily loaded. OpenSource version could get a lot more " +"agents but fine tuning requires knowledge and time. Checkout the Enterprise " +"Version for a professional supported system." +msgstr "" + +#: ../../general/alert_enterprise.php:153 +msgid "" +"This system has too many modules per agent. OpenSource version could manage " +"thousands of modules, but is not recommended to have more than 40 modules " +"per agent. This configuration has B/A modules per agent. Checkout the " +"Enterprise Version for a professional supported system." +msgstr "" + +#: ../../general/alert_enterprise.php:156 +msgid "" +"Too much remote modules has been detected on this system. OpenSource version " +"could manage thousands of modules, but performance is limited on high amount " +"of SNMP or ICMP request. Checkout the Enterprise Version for a professional " +"supported system with improved capacity on network monitoring, including " +"distributed servers." +msgstr "" + +#: ../../general/alert_enterprise.php:159 +msgid "" +"This system has too much events in the database. Checkout database purge " +"options. Checkout the Enterprise Version for a professional supported system." +msgstr "" + +#: ../../general/alert_enterprise.php:162 +msgid "" +"You have defined a high number of alerts, this may cause you performance " +"problems in the future. In the Enterprise version, you can use event " +"correlation alerts to simplify the alerting system and have easier " +"administration and increased performance." +msgstr "" + +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 +#: ../../enterprise/meta/general/noaccess.php:24 +#: ../../mobile/operation/module_graph.php:269 +#: ../../mobile/operation/tactical.php:71 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/modules.php:173 +#: ../../mobile/operation/alerts.php:141 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/networkmaps.php:99 +#: ../../mobile/operation/agent.php:66 ../../mobile/operation/events.php:430 +#: ../../mobile/operation/groups.php:53 +#: ../../mobile/operation/networkmap.php:78 ../../mobile/index.php:240 +msgid "You don't have access to this page" +msgstr "You don't have access to this page" + +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "Access to this page is restricted" + +#: ../../general/noaccess2.php:31 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 +#: ../../enterprise/meta/general/noaccess.php:28 +msgid "No access" +msgstr "No access" + +#: ../../general/noaccess2.php:36 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

\n" +"\t\t\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 authorised users only, please contact " +"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 System Database" + +#: ../../general/footer.php:30 ../../mobile/include/ui.class.php:257 +#: ../../mobile/include/functions_web.php:81 #, php-format -msgid "Total items: %s" -msgstr "Total items : %s" +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Build %s" -#: ../../include/functions_ui.php:1950 -msgid "Unknown type" -msgstr "Unknown type" +#: ../../general/footer.php:32 ../../enterprise/meta/general/footer.php:27 +msgid "Page generated at" +msgstr "Page generated as" -#: ../../include/functions_ui.php:2749 -msgid "Type at least two characters to search." -msgstr "Type at least two characters to search." +#: ../../general/shortcut_bar.php:165 +msgid "Press here to activate shortcut bar" +msgstr "Press here to activate the shortcut bar" -#: ../../include/functions_ui.php:3536 -msgid "Problem with Pandora FMS database" -msgstr "Problem with Pandora FMS database" - -#: ../../include/functions_ui.php:3537 -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." - -#: ../../include/functions_ui.php:3541 -msgid "DB ERROR" -msgstr "DB ERROR" - -#: ../../include/functions_ui.php:3547 -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 auth system, the origin of this problem could be " -"that Pandora cannot override the authorization variables from the config " -"database. Please remove them from your database by executing " -":
DELETE FROM tconfig WHERE token = \"auth\";
" - -#: ../../include/functions_ui.php:3551 -msgid "Empty configuration table" -msgstr "Empty configuration table" - -#: ../../include/functions_ui.php:3552 -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.
" - -#: ../../include/functions_ui.php:3559 -msgid "No configuration file found" -msgstr "No configuration file found." - -#: ../../include/functions_ui.php:3560 -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." - -#: ../../include/functions_ui.php:3571 -#, php-format -msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" -"You may try running the %sinstallation wizard%s to create one." - -#: ../../include/functions_ui.php:3574 -msgid "Installer active" -msgstr "Installer active" - -#: ../../include/functions_ui.php:3575 -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." - -#: ../../include/functions_ui.php:3579 -msgid "Bad permission for include/config.php" -msgstr "Bad permission for include/config.php" - -#: ../../include/functions_ui.php:3580 -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." - -#: ../../include/functions_treeview.php:211 -#: ../../include/graphs/functions_flot.php:517 -msgid "No data" -msgstr "No data" - -#: ../../include/functions_treeview.php:230 -msgid "Go to module edition" -msgstr "Go to module edition" - -#: ../../include/functions_treeview.php:268 -msgid "There was a problem loading alerts" -msgstr "There was a problem loading the alerts" - -#: ../../include/functions_treeview.php:322 -msgid "Go to alerts edition" -msgstr "Go to alerts edition" - -#: ../../include/functions_treeview.php:461 -msgid "Go to agent edition" -msgstr "Go to agent edition" - -#: ../../include/functions_treeview.php:470 -msgid "Agent data" -msgstr "Agent data" - -#: ../../include/functions_treeview.php:543 -msgid "Advanced information" -msgstr "Advanced information" - -#: ../../include/functions_treeview.php:555 -#: ../../operation/agentes/estado_generalagente.php:257 -msgid "Agent access rate (24h)" -msgstr "Agent access rate (24h)" - -#: ../../include/functions_treeview.php:615 -#: ../../operation/agentes/estado_generalagente.php:475 -msgid "Interface traffic" -msgstr "Interface traffic" - -#: ../../include/functions_treeview.php:637 -#: ../../operation/agentes/estado_generalagente.php:446 -msgid "Interface information" -msgstr "Interface information" - -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "The target IP cannot be left blank." - -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "Numeric OID" - -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "Syntax" - -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "Display hint" - -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "Max. access" - -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "OID Information" - -#: ../../include/functions_snmp_browser.php:475 -#: ../../godmode/agentes/module_manager.php:725 -msgid "Create network component" -msgstr "Create network component" - -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "Starting OID" - -#: ../../include/functions_snmp_browser.php:521 -msgid "Browse" -msgstr "Browse" - -#: ../../include/functions_snmp_browser.php:530 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720 -#: ../../godmode/agentes/module_manager_editor_network.php:175 -#: ../../godmode/massive/massive_edit_modules.php:466 -#: ../../godmode/modules/manage_network_components_form_network.php:57 -msgid "Auth user" -msgstr "Authenticate user" - -#: ../../include/functions_snmp_browser.php:532 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/massive/massive_edit_modules.php:469 -#: ../../godmode/modules/manage_network_components_form_network.php:59 -msgid "Auth password" -msgstr "Authenticate password" - -#: ../../include/functions_snmp_browser.php:536 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726 -#: ../../godmode/agentes/module_manager_editor_network.php:184 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../godmode/modules/manage_network_components_form_network.php:65 -msgid "Privacy method" -msgstr "Privacy method" - -#: ../../include/functions_snmp_browser.php:537 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 -#: ../../godmode/agentes/module_manager_editor_network.php:185 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -msgid "DES" -msgstr "DES" - -#: ../../include/functions_snmp_browser.php:537 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 -#: ../../godmode/agentes/module_manager_editor_network.php:185 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -msgid "AES" -msgstr "AES" - -#: ../../include/functions_snmp_browser.php:538 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:474 -#: ../../godmode/modules/manage_network_components_form_network.php:67 -msgid "Privacy pass" -msgstr "Privacy pass" - -#: ../../include/functions_snmp_browser.php:541 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 -#: ../../godmode/agentes/module_manager_editor_network.php:192 -#: ../../godmode/massive/massive_edit_modules.php:476 -#: ../../godmode/modules/manage_network_components_form_network.php:72 -msgid "Auth method" -msgstr "Authentication method" - -#: ../../include/functions_snmp_browser.php:542 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 -#: ../../godmode/agentes/module_manager_editor_network.php:193 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -msgid "MD5" -msgstr "MD5" - -#: ../../include/functions_snmp_browser.php:542 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 -#: ../../godmode/agentes/module_manager_editor_network.php:193 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -msgid "SHA" -msgstr "SHA" - -#: ../../include/functions_snmp_browser.php:543 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 -#: ../../godmode/agentes/module_manager_editor_network.php:194 -#: ../../godmode/massive/massive_edit_modules.php:478 -#: ../../godmode/modules/manage_network_components_form_network.php:74 -msgid "Security level" -msgstr "Security level" - -#: ../../include/functions_snmp_browser.php:544 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734 -#: ../../godmode/agentes/module_manager_editor_network.php:195 -#: ../../godmode/massive/massive_edit_modules.php:479 -#: ../../godmode/modules/manage_network_components_form_network.php:75 -msgid "Not auth and not privacy method" -msgstr "Non-authenticated and non-private method" - -#: ../../include/functions_snmp_browser.php:545 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 -#: ../../godmode/agentes/module_manager_editor_network.php:196 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -msgid "Auth and not privacy method" -msgstr "Authenticated and non-private method" - -#: ../../include/functions_snmp_browser.php:545 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 -#: ../../godmode/agentes/module_manager_editor_network.php:196 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -msgid "Auth and privacy method" -msgstr "Authenticated and private method" - -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "First match" - -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "Previous match" - -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "Next match" - -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "Last match" - -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "Expand the tree (can be slow)" - -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "Collapse the tree" - -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "SNMP v3 settings" - -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "Search options" - -#: ../../include/functions_snmp_browser.php:603 -#: ../../godmode/agentes/module_manager_editor_network.php:27 -msgid "Search matches" -msgstr "Search matches" - -#: ../../include/help/clippy/data_configuration_module.php:39 -msgid "Data Configuration Module." -msgstr "Data Configuration Module." - -#: ../../include/help/clippy/data_configuration_module.php:44 -msgid "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." -msgstr "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." - -#: ../../include/help/clippy/data_configuration_module.php:50 -msgid "" -"Information imported FIRST time from the XML will fill the information you " -"can see in the console, but after the first import, system will ignore any " -"update coming from the XML/Agent." -msgstr "" -"The information imported the FIRST time form the XML file will be the " -"information visible on the console. After the first import, the system will " -"ignore any updates coming from the XML/agent." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 -msgid "" -"Let me show you how to create an email action: Click on Create button and " -"fill the form showed in the following screen." -msgstr "" -"Let me show you how to set up email actions: click on the 'Create' button, " -"and fill out the form shown in the following screen." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 -msgid "" -"Now, you have to go to the monitors list and look for a critical module to " -"apply the alert." -msgstr "" -"Now, head over to the monitor list and look for a module in critical status " -"to apply the alert to." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 -msgid "" -"Click on the arrow to drop down the Monitoring submenu and select Monitor " -"Detail." -msgstr "" -"Click on the arrow to display the Monitoring submenu and select 'Monitor " -"Detail'." - -#: ../../include/help/clippy/servers_down.php:39 -msgid "All servers down" -msgstr "All servers down" - -#: ../../include/help/clippy/servers_down.php:44 -msgid "" -"Can you up all servers. You go to terminal in linux and execute the next " -"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " -"introduce root pass." -msgstr "" -"You must boot up all servers. Go to the Linux terminal and run the following " -"command: \"sudo /etc/init.d/pandora_server restart\". You'll have to provide " -"root user credentials." - -#: ../../include/help/clippy/server_queued_modules.php:39 -msgid "Excesive Queued." -msgstr "Too many modules queued" - -#: ../../include/help/clippy/server_queued_modules.php:44 -msgid "" -"You have too much items in the processing queue. This can happen if your " -"server is too loaded and/or not properly configured. This could be something " -"temporal, or a bottleneck. One possible solution is increase number of " -"server threads, but you should consider getting support about this." -msgstr "" -"You have too many items in the processing queue. This can happen if your " -"server is overloaded and/or improperly configured. This could be something " -"temporary, or a bottleneck. A possible solution is to increase the number of " -"server threads, but you should consider getting support (or contact our " -"support for Enterprise Edition users)." - -#: ../../include/help/clippy/modules_not_init.php:39 -msgid "You have non initialized modules" -msgstr "You have non initialised modules" - -#: ../../include/help/clippy/modules_not_init.php:44 -msgid "" -"This happen when you have just created a module and it's not executed at " -"first time. Usually in a few seconds should be initialized and you will be " -"able to see in main view. If you keep non-init modules for more than 24hr " -"(due a problem in it's execution or configuration) they will be " -"automatically deleted by the system. Non-init are not visible in the “main " -"view”, you can see/edit them in the module administration section, in the " -"agent administrator." -msgstr "" -"This happens when you have just created a module and it wasn't executed on " -"the first time. Usually after a few seconds the status should change to " -"\"initialized\" and you'll be able to see it on the main view." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 -msgid "I'm going to show you how to monitor a server." -msgstr "I'm going to show you how to monitor a server." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 -msgid "Please, type an agent to save the modules for monitoring a server." -msgstr "Please, type an agent to save the modules for monitoring a server." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 -msgid "If you have typed the name correctly you will see the agent." -msgstr "If the name is entered correctly, the agent will be shown." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 -msgid "Now, please choose the agent you searched." -msgstr "Now, select the agent you searched for." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 -msgid "Choose the agent and click on the name." -msgstr "Select the agent and click on its name." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 -msgid "" -"Now, you have to go to the monitors list and look for a \"critical\" module " -"to apply the alert." -msgstr "" -"Now, you must go to the monitor list and look for a \"critical\" module to " -"apply the alert to." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 -msgid "" -"If you know the name of the agent or the name of the module in critical " -"status, type it in this field to make the module list shorter. You can write " -"the entire name or just a part of it." -msgstr "" -"If you know the agent name or the name of the module in critical status, " -"type it in this field in order to shorten the list of modules.You can write " -"the name entirely or partially." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 -msgid "Click on Show button to get the modules list filtered." -msgstr "Click on Show button to get the modules list filtered." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 -msgid "" -"Now, to edit the module, click on the wrench that appears in the type column." -msgstr "" -"In order to edit the module, click on the wrench icon that can be seen in " -"the 'Type' column." - -#: ../../include/help/clippy/module_unknow.php:39 -msgid "You have unknown modules in this agent." -msgstr "You have unknown modules in this agent." - -#: ../../include/help/clippy/module_unknow.php:44 -msgid "" -"Unknown modules are modules which receive data normally at least in one " -"occassion, but at this time are not receving data. Please check our " -"troubleshoot help page to help you determine why you have unknown modules." -msgstr "" -"Unknown modules are those which have received data normally at least on one " -"occasion, but that aren't receiving data right now. Please check our " -"troubleshooting page to help you determine why you have modules in unknown " -"status." - -#: ../../include/help/clippy/modules_not_learning_mode.php:40 -msgid "" -"Please note that you have your agent setup to do not add new modules coming " -"from the data XML." -msgstr "" -"Please note that if you have your agent set up you mustn't add new modules " -"coming from the data XML." - -#: ../../include/help/clippy/modules_not_learning_mode.php:41 -msgid "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." -msgstr "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." - -#: ../../include/help/clippy/modules_not_learning_mode.php:42 -msgid "" -"You should use the \"normal\" mode (non learn) only when you don't intend to " -"add more modules to the agent." -msgstr "" -"You should use \"normal\" mode (not 'learning' mode) only when you don't " -"intend to add more modules to the agent." - -#: ../../include/help/clippy/extension_cron_send_email.php:39 -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:" - -#: ../../include/help/clippy/extension_cron_send_email.php:41 -msgid "Please check if the email configuration is correct." -msgstr "Please check if the e-mail configuration is correct." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 -msgid "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your email." -msgstr "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your e-mail." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 -msgid "" -"And restart your pandora server to read again general configuration tokens." -msgstr "" -"After, restart your Pandora Server to reread the general configuration " -"tokens." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../operation/servers/recon_view.php:137 -msgid "Done" -msgstr "Done" - -#: ../../include/help/clippy/homepage.php:59 -msgid "Hi, can I help you?" -msgstr "Hi! How can I help you?" - -#: ../../include/help/clippy/homepage.php:60 -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 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." - -#: ../../include/help/clippy/homepage.php:67 -msgid "Close this wizard and don't open it again." -msgstr "Close this wizard and don't open it again." - -#: ../../include/help/clippy/homepage.php:81 -msgid "Which task would you like to do first?" -msgstr "Which task would you like to tackle first?" - -#: ../../include/help/clippy/homepage.php:85 -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." - -#: ../../include/help/clippy/homepage.php:90 -msgid "Create a alert by email in a critical module." -msgstr "Create an email alert for a module in critical status" - -#: ../../include/help/clippy/homepage.php:209 -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 to setup the e-mail config on the Pandora " -"FMS Server." - -#: ../../include/help/clippy/homepage.php:213 -msgid "If you have it already configured you can go to the next step." -msgstr "If you've already configured it, you can go to the next step." - -#: ../../include/help/clippy/homepage.php:218 -msgid "Now, pull down the Manage alerts menu and click on Actions. " -msgstr "Now, pull down the 'Manage Alerts' menu, and click on 'Actions'. " - -#: ../../include/help/clippy/topology_group.php:39 -msgid "Topology Group" -msgstr "Topology Group" - -#: ../../include/help/clippy/topology_group.php:44 -msgid "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " -msgstr "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " - -#: ../../include/help/clippy/agent_out_of_limits.php:39 -msgid "Agent contact date passed it's ETA!." -msgstr "Agent contact date passed it's ETA!." - -#: ../../include/help/clippy/agent_out_of_limits.php:44 -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 downed). You should also check the connectivity " -"between agent and server." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 -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'll lead you." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 -msgid "Click in this tab.." -msgstr "Click on this tab.." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 -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'll teach you." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 -msgid "Choose the network server module." -msgstr "Choose the network server module." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 -msgid "And click the button." -msgstr "And click the button." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 -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'll teach you ." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 -msgid "Now we are going to fill the form." -msgstr "Now, we'll proceed to fill out the form." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 -msgid "Please choose Network Management." -msgstr "Please choose Network Management." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 -msgid "Choose the component named \"Host alive\"." -msgstr "Choose the component named \"Host alive\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 -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:100 -msgid "Check if the IP showed is the IP of your machine." -msgstr "Check if the IP shown is the same as your device's IP" - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 -msgid "And only to finish it is clicking this button." -msgstr "And only to finish it is clicking this button." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 -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 "" -"Congrats! Your module has been created.
Its status color 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:137 -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:152 -msgid "Select the critical module." -msgstr "Select the critical module." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "In template select \"Critical Condition\"." -msgstr "On the template select \"Critical Condition\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 -msgid "Now, select the action created before." -msgstr "Now, select the previously created action." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 -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:181 -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've just created go to the main view by clicking on the " -"eye tab." - -#: ../../include/help/clippy/interval_agent_min.php:39 -msgid "Interval Agent." -msgstr "Interval Agent." - -#: ../../include/help/clippy/interval_agent_min.php:44 -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 server's performance. " -"For example, having 200 agents with a 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." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 -msgid "Fill the name of your action." -msgstr "Provide the name for your action." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 -msgid "" -"Select the group in the drop-down list and filter for ACL (the user in this " -"group can use your action to create an alert)." -msgstr "" -"Select the group from the drop-down list and filter by ACL (other users in " -"this group can use your action to create an alert)." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 -msgid "In the command field select \"email\"." -msgstr "In the 'Command' field, select \"email\"." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 -msgid "" -"In the threshold field enter the seconds. The help icon show more " -"information." -msgstr "" -"In the 'Threshold' field, enter the time (seconds). The help icon displays " -"more details." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 -msgid "" -"In the first field enter the email address/addresses where you want to " -"receive the email alerts separated with comas ( , ) or white spaces." -msgstr "" -"In the first field, enter the email address(es) to which the alerts should " -"be sent. Multiple addresses must be separated by commas (,) or blank spaces." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 -msgid "" -"In the \"Subject\" field you can use the macros _agent_ or _module_ for " -"each name." -msgstr "" -"In the 'Subject' field you can use the \"_agent_\" or \"_module_\" macros " -"for each name." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 -msgid "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." -msgstr "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 -msgid "Click on Create button to create the action." -msgstr "Click on the 'Create' button to create the action" - -#: ../../include/functions_reports.php:499 -#: ../../include/functions_reporting.php:4295 -#: ../../include/functions_reporting.php:4373 -msgid "Simple graph" -msgstr "Simple graph" - -#: ../../include/functions_reports.php:501 -#: ../../include/functions_reporting.php:3144 -msgid "Simple baseline graph" -msgstr "Simple baseline graph" - -#: ../../include/functions_reports.php:511 -msgid "SQL vertical bar graph" -msgstr "SQL Vertical bar graph" - -#: ../../include/functions_reports.php:513 -msgid "SQL pie graph" -msgstr "SQL pie graph" - -#: ../../include/functions_reports.php:515 -msgid "SQL horizonal bar graph" -msgstr "SQL horizonal bar graph" - -#: ../../include/functions_reports.php:519 -msgid "Automatic combined Graph" -msgstr "Automatic combined Graph" - -#: ../../include/functions_reports.php:524 -#: ../../include/functions_reports.php:526 -#: ../../include/functions_reports.php:528 -#: ../../include/functions_reports.php:530 -msgid "ITIL" -msgstr "ITIL" - -#: ../../include/functions_reports.php:548 -#: ../../include/functions_reports.php:550 -msgid "Forecasting" -msgstr "Forecasting" - -#: ../../include/functions_reports.php:551 -msgid "Projection graph" -msgstr "Projection graph" - -#: ../../include/functions_reports.php:562 -msgid "Monitor report" -msgstr "Monitor report" - -#: ../../include/functions_reports.php:564 -msgid "Serialize data" -msgstr "Serialise data" - -#: ../../include/functions_reports.php:568 -msgid "Historical Data" -msgstr "Historical Data" - -#: ../../include/functions_reports.php:572 -#: ../../include/functions_reports.php:574 -#: ../../include/functions_reports.php:576 -#: ../../include/functions_reports.php:579 -#: ../../include/functions_reports.php:583 -#: ../../include/functions_reports.php:586 -#: ../../include/functions_reports.php:588 -#: ../../include/functions_reports.php:590 -msgid "Grouped" -msgstr "Grouped" - -#: ../../include/functions_reports.php:584 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1063 -msgid "SQL query" -msgstr "SQL query" - -#: ../../include/functions_reports.php:589 -msgid "Network interfaces" -msgstr "Network interfaces" - -#: ../../include/functions_reports.php:594 -#: ../../include/functions_reports.php:596 -msgid "Text/HTML " -msgstr "Text / HTML " - -#: ../../include/functions_reports.php:597 -msgid "Import text from URL" -msgstr "Import text from URL" - -#: ../../include/functions_reports.php:602 -msgid "Alert report module" -msgstr "Alert report module" - -#: ../../include/functions_reports.php:604 -msgid "Alert report agent" -msgstr "Alert report agent" - -#: ../../include/functions_reports.php:607 -msgid "Alert report group" -msgstr "Alert report group" - -#: ../../include/functions_reports.php:613 -msgid "Event report agent" -msgstr "Event report agent" - -#: ../../include/functions_reports.php:615 -msgid "Event report module" -msgstr "Event report module" - -#: ../../include/functions_reports.php:617 -msgid "Event report group" -msgstr "Event report group" - -#: ../../include/functions_reports.php:624 -msgid "Inventory changes" -msgstr "Inventory changes" - -#: ../../include/functions_reports.php:632 -#: ../../include/functions_reporting.php:3340 -msgid "Agent configuration" -msgstr "Agent configuration" - -#: ../../include/functions_reports.php:634 -#: ../../include/functions_reporting.php:2358 -msgid "Group configuration" -msgstr "Group settings" - -#: ../../include/functions_reports.php:636 -msgid "Netflow area chart" -msgstr "Netflow area chart" - -#: ../../include/functions_reports.php:638 -msgid "Netflow pie chart" -msgstr "Netflow pie graph" - -#: ../../include/functions_reports.php:640 -msgid "Netflow data table" -msgstr "Netflow data chart" - -#: ../../include/functions_reports.php:642 -msgid "Netflow statistics table" -msgstr "Netflow statistics chart" - -#: ../../include/functions_reports.php:644 -msgid "Netflow summary table" -msgstr "Netflow summary chart" - -#: ../../include/functions_agents.php:527 -#: ../../godmode/massive/massive_copy_modules.php:434 -msgid "No source agent to copy" -msgstr "No source agent to copy" - -#: ../../include/functions_agents.php:532 -#: ../../godmode/massive/massive_copy_modules.php:452 -msgid "No destiny agent(s) to copy" -msgstr "No destiny agent(s) to copy" - -#: ../../include/functions_agents.php:557 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_copy_modules.php:447 -msgid "No modules have been selected" -msgstr "No modules have been selected" - -#: ../../include/functions_agents.php:664 -msgid "" -"There was an error copying the agent configuration, the copy has been " -"cancelled" -msgstr "" -"There was an error copying the agent's configuration, the copy has been " -"cancelled." - -#: ../../include/functions_agents.php:2098 -#: ../../include/functions_agents.php:2123 -#: ../../include/functions_agents.php:2148 -msgid "No Monitors" -msgstr "No Monitors" - -#: ../../include/functions_agents.php:2102 -#: ../../include/functions_agents.php:2127 -#: ../../include/functions_agents.php:2152 -#: ../../include/functions_reporting.php:6310 -msgid "At least one module in CRITICAL status" -msgstr "At least one module is in CRITICAL status." - -#: ../../include/functions_agents.php:2106 -#: ../../include/functions_agents.php:2131 -#: ../../include/functions_agents.php:2156 -#: ../../include/functions_reporting.php:6314 -msgid "At least one module in WARNING status" -msgstr "At least one module is in WARNING status" - -#: ../../include/functions_agents.php:2110 -#: ../../include/functions_agents.php:2135 -#: ../../include/functions_agents.php:2160 -#: ../../include/functions_reporting.php:6318 -msgid "At least one module is in UKNOWN status" -msgstr "At least one module is in UNKNOWN status" - -#: ../../include/functions_agents.php:2114 -#: ../../include/functions_agents.php:2139 -#: ../../include/functions_agents.php:2164 -#: ../../include/functions_reporting.php:6322 -msgid "All Monitors OK" -msgstr "All monitors are OK" - -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Active incidents" - -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Active incidents, with comments" - -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Rejected incidents" - -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Expired incidents" - -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Closed incidents" - -#: ../../include/functions_snmp.php:67 -msgid "Load Average (Last minute)" -msgstr "Load Average (Last minute)" - -#: ../../include/functions_snmp.php:71 -msgid "Load Average (Last 5 minutes)" -msgstr "Load Average (Last 5 minutes)" - -#: ../../include/functions_snmp.php:75 -msgid "Load Average (Last 15 minutes)" -msgstr "Load Average (Last 15 minutes)" - -#: ../../include/functions_snmp.php:79 -msgid "Total Swap Size configured for the host" -msgstr "Total Swap Size configured for the host" - -#: ../../include/functions_snmp.php:83 -msgid "Available Swap Space on the host" -msgstr "Available Swap Space on the host" - -#: ../../include/functions_snmp.php:87 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Total Real/Physical Memory Size on the host" - -#: ../../include/functions_snmp.php:91 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Available Real/Physical Memory Space on the host" - -#: ../../include/functions_snmp.php:95 -msgid "Total Available Memory on the host" -msgstr "Total Available Memory on the host" - -#: ../../include/functions_snmp.php:99 -msgid "Total Cached Memory" -msgstr "Total Cached Memory" - -#: ../../include/functions_snmp.php:103 -msgid "Total Buffered Memory" -msgstr "Total Buffered Memory" - -#: ../../include/functions_snmp.php:107 -msgid "Amount of memory swapped in from disk (kB/s)" -msgstr "Amount of memory swapped in from disk (kB/s)" - -#: ../../include/functions_snmp.php:111 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "Amount of memory swapped to disk (kB/s)" - -#: ../../include/functions_snmp.php:115 -msgid "Number of blocks sent to a block device" -msgstr "Number of blocks sent to a block device" - -#: ../../include/functions_snmp.php:119 -msgid "Number of blocks received from a block device" -msgstr "Number of blocks received from a block device" - -#: ../../include/functions_snmp.php:123 -msgid "Number of interrupts processed" -msgstr "Number of interrupts processed" - -#: ../../include/functions_snmp.php:127 -msgid "Number of context switches" -msgstr "Number of context switches" - -#: ../../include/functions_snmp.php:131 -msgid "user CPU time" -msgstr "user CPU time" - -#: ../../include/functions_snmp.php:135 -msgid "system CPU time" -msgstr "system CPU time" - -#: ../../include/functions_snmp.php:139 -msgid "idle CPU time" -msgstr "idle CPU time" - -#: ../../include/functions_snmp.php:143 -msgid "system Up time" -msgstr "system Up time" - -#: ../../include/functions_reporting.php:1153 -msgid "Event Report Group" -msgstr "Event Report Group" - -#: ../../include/functions_reporting.php:1329 -msgid "Event Report Module" -msgstr "Event Report Module" - -#: ../../include/functions_reporting.php:1499 -msgid "Agent/Modules" -msgstr "Agent/Modules" - -#: ../../include/functions_reporting.php:1616 -msgid "Exception - Everything" -msgstr "Exception - Everything" - -#: ../../include/functions_reporting.php:1621 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "Exception - Modules larger than or equal to %s" - -#: ../../include/functions_reporting.php:1623 -#, php-format -msgid "Modules over or equal to %s" -msgstr "Modules larger than or equal to %s" - -#: ../../include/functions_reporting.php:1627 -#, php-format -msgid "Exception - Modules under or equal to %s" -msgstr "Exception - Modules lesser than or equal to %s" - -#: ../../include/functions_reporting.php:1629 -#, php-format -msgid "Modules under or equal to %s" -msgstr "Modules lesser than or equal to %s" - -#: ../../include/functions_reporting.php:1633 -#, php-format -msgid "Exception - Modules under %s" -msgstr "Exception - Modules lesser than %s" - -#: ../../include/functions_reporting.php:1635 -#, php-format -msgid "Modules under %s" -msgstr "Modules lesser than %s" - -#: ../../include/functions_reporting.php:1639 -#, php-format -msgid "Exception - Modules over %s" -msgstr "Exception - Modules larger than %s" - -#: ../../include/functions_reporting.php:1641 -#, php-format -msgid "Modules over %s" -msgstr "Modules larger than %s" - -#: ../../include/functions_reporting.php:1645 -#, php-format -msgid "Exception - Equal to %s" -msgstr "Exception - Equal to %s" - -#: ../../include/functions_reporting.php:1647 -#, php-format -msgid "Equal to %s" -msgstr "Equal to %s" - -#: ../../include/functions_reporting.php:1651 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "Exception - Not equal to %s" - -#: ../../include/functions_reporting.php:1653 -#, php-format -msgid "Not equal to %s" -msgstr "Not equal to %s" - -#: ../../include/functions_reporting.php:1657 -msgid "Exception - Modules at normal status" -msgstr "Exception - Modules in normal status." - -#: ../../include/functions_reporting.php:1658 -msgid "Modules at normal status" -msgstr "Modules in normal status" - -#: ../../include/functions_reporting.php:1662 -msgid "Exception - Modules at critical or warning status" -msgstr "Exception - Modules in critical or warning status" - -#: ../../include/functions_reporting.php:1663 -msgid "Modules at critical or warning status" -msgstr "Modules in critical or warning status." - -#: ../../include/functions_reporting.php:1848 -msgid "There are no Modules under those conditions." -msgstr "There are no Modules under those conditions." - -#: ../../include/functions_reporting.php:1851 -#, php-format -msgid "There are no Modules over or equal to %s." -msgstr "There are no Modules larger than or equal to %s" - -#: ../../include/functions_reporting.php:1854 -#, php-format -msgid "There are no Modules less or equal to %s." -msgstr "There are no Modules lesser than or equal to %s" - -#: ../../include/functions_reporting.php:1857 -#, php-format -msgid "There are no Modules less %s." -msgstr "There are no Modules lesser than %s" - -#: ../../include/functions_reporting.php:1860 -#, php-format -msgid "There are no Modules over %s." -msgstr "There are no Modules larger than %s" - -#: ../../include/functions_reporting.php:1863 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "There are no Modules equal to %s" - -#: ../../include/functions_reporting.php:1866 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "There are no Modules not equal to %s" - -#: ../../include/functions_reporting.php:1869 -msgid "There are no Modules normal status" -msgstr "There are no Modules in normal status" - -#: ../../include/functions_reporting.php:1872 -msgid "There are no Modules at critial or warning status" -msgstr "There are no modules in critical or warning status." - -#: ../../include/functions_reporting.php:2074 -msgid "Event Report Agent" -msgstr "Event Report Agent" - -#: ../../include/functions_reporting.php:2246 -msgid "Database Serialized" -msgstr "Database Serialized" - -#: ../../include/functions_reporting.php:2434 -msgid "Network interfaces report" -msgstr "Network interface report" - -#: ../../include/functions_reporting.php:2453 -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." - -#: ../../include/functions_reporting.php:2503 -msgid "bytes/s" -msgstr "bytes/s" - -#: ../../include/functions_reporting.php:2532 -msgid "Alert Report Group" -msgstr "Alert Report Group" - -#: ../../include/functions_reporting.php:2659 -msgid "Alert Report Agent" -msgstr "Alert Report Agent" - -#: ../../include/functions_reporting.php:2786 -msgid "Alert Report Module" -msgstr "Alert Report Module" - -#: ../../include/functions_reporting.php:2938 -msgid "SQL Graph Vertical Bars" -msgstr "SQL vertical bar graph" - -#: ../../include/functions_reporting.php:2941 -msgid "SQL Graph Horizontal Bars" -msgstr "SQL horizontal bar graph" - -#: ../../include/functions_reporting.php:2944 -msgid "SQL Graph Pie" -msgstr "SQL Graph Pie" - -#: ../../include/functions_reporting.php:3069 -msgid "Netflow Area" -msgstr "Netflow Area" - -#: ../../include/functions_reporting.php:3072 -msgid "Netflow Pie" -msgstr "Netflow Pie" - -#: ../../include/functions_reporting.php:3075 -msgid "Netflow Data" -msgstr "Netflow Data" - -#: ../../include/functions_reporting.php:3078 -msgid "Netflow Statistics" -msgstr "Netflow Statistics" - -#: ../../include/functions_reporting.php:3081 -msgid "Netflow Summary" -msgstr "Netflow Summary" - -#: ../../include/functions_reporting.php:3204 -msgid "Prediction Date" -msgstr "Prediction Date" - -#: ../../include/functions_reporting.php:3734 -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." - -#: ../../include/functions_reporting.php:3831 -msgid "No Address" -msgstr "No Address" - -#: ../../include/functions_reporting.php:4227 -msgid "Minimal" -msgstr "Minimum" - -#: ../../include/functions_reporting.php:4230 -msgid "Maximun" -msgstr "Maximum" - -#: ../../include/functions_reporting.php:4750 -#: ../../include/functions_reporting.php:4864 -#: ../../include/functions_reporting.php:4993 -msgid "Maximum of events shown" -msgstr "Maximum number of displayed events" - -#: ../../include/functions_reporting.php:5355 -#: ../../include/functions_reporting.php:5392 -msgid "Server health" -msgstr "Server health" - -#: ../../include/functions_reporting.php:5355 -#, php-format -msgid "%d Downed servers" -msgstr "%d Downed servers" - -#: ../../include/functions_reporting.php:5363 -#: ../../include/functions_reporting.php:5395 -msgid "Monitor health" -msgstr "Monitor health" - -#: ../../include/functions_reporting.php:5363 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Abnormal monitors" - -#: ../../include/functions_reporting.php:5365 -#: ../../include/functions_reporting.php:5396 -msgid "of monitors up" -msgstr "of monitors up" - -#: ../../include/functions_reporting.php:5371 -#: ../../include/functions_reporting.php:5398 -msgid "Module sanity" -msgstr "Module sanity" - -#: ../../include/functions_reporting.php:5371 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Not initiated monitors" - -#: ../../include/functions_reporting.php:5373 -#: ../../include/functions_reporting.php:5399 -msgid "of total modules inited" -msgstr "of total modules initiated" - -#: ../../include/functions_reporting.php:5379 -#: ../../include/functions_reporting.php:5401 -#: ../../include/functions_reporting_html.php:1922 -msgid "Alert level" -msgstr "Alert level" - -#: ../../include/functions_reporting.php:5379 -#: ../../include/functions_reporting.php:6370 -#: ../../include/functions_reporting.php:6379 -#, php-format -msgid "%d Fired alerts" -msgstr "%d Triggered alerts" - -#: ../../include/functions_reporting.php:5381 -#: ../../include/functions_reporting.php:5402 -msgid "of defined alerts not fired" -msgstr "Of defined alerts not triggered" - -#: ../../include/functions_reporting.php:5452 -msgid "Defined and fired alerts" -msgstr "Defined and triggered alerts" - -#: ../../include/functions_reporting.php:5507 -#: ../../operation/events/sound_events.php:75 -msgid "Monitor critical" -msgstr "Monitor in critical status" - -#: ../../include/functions_reporting.php:5511 -#: ../../operation/events/sound_events.php:76 -msgid "Monitor warning" -msgstr "Monitor in warning status" - -#: ../../include/functions_reporting.php:5518 -msgid "Monitor normal" -msgstr "Monitor in normal status" - -#: ../../include/functions_reporting.php:5522 -msgid "Monitor unknown" -msgstr "Monitor in unknown status" - -#: ../../include/functions_reporting.php:5529 -msgid "Monitor not init" -msgstr "Monitor not initialised" - -#: ../../include/functions_reporting.php:5553 -#: ../../include/functions_reporting.php:5564 -msgid "Monitors by status" -msgstr "Monitors by status" - -#: ../../include/functions_reporting.php:5610 -#: ../../include/functions_reporting_html.php:2636 -msgid "Total agents and monitors" -msgstr "Total # of agents and monitors" - -#: ../../include/functions_reporting.php:5633 -msgid "Defined users" -msgstr "Defined users" - -#: ../../include/functions_reporting.php:6271 -msgid "Agent without data" -msgstr "Dataless agent" - -#: ../../include/functions_reporting.php:6358 -#: ../../include/functions_reporting.php:6365 -#, php-format -msgid "%d Total modules" -msgstr "%d Total modules" - -#: ../../include/functions_reporting.php:6359 -#: ../../include/functions_reporting.php:6366 -#, php-format -msgid "%d Normal modules" -msgstr "%d Normal modules" - -#: ../../include/functions_reporting.php:6360 -#: ../../include/functions_reporting.php:6367 -#, php-format -msgid "%d Critical modules" -msgstr "%d Critical modules" - -#: ../../include/functions_reporting.php:6361 -#: ../../include/functions_reporting.php:6368 -#, php-format -msgid "%d Warning modules" -msgstr "%d Warning modules" - -#: ../../include/functions_reporting.php:6362 -#: ../../include/functions_reporting.php:6369 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Modules in Unknown status" - -#: ../../include/functions_reporting.php:6373 -#, php-format -msgid "%d Total agents" -msgstr "%d Total agents" - -#: ../../include/functions_reporting.php:6374 -#, php-format -msgid "%d Normal agents" -msgstr "%d Agents in Normal status" - -#: ../../include/functions_reporting.php:6375 -#, php-format -msgid "%d Critical agents" -msgstr "%d Agents in critical status" - -#: ../../include/functions_reporting.php:6376 -#, php-format -msgid "%d Warning agents" -msgstr "%d Agents in warning status." - -#: ../../include/functions_reporting.php:6377 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Unknown agents" - -#: ../../include/functions_reporting.php:6378 -#, php-format -msgid "%d not init agents" -msgstr "%d not init agents" - -#: ../../include/functions_reporting.php:8212 -msgid "Total running modules" -msgstr "Total running modules" - -#: ../../include/functions_reporting.php:8216 -#: ../../include/functions_reporting.php:8233 -#: ../../include/functions_reporting.php:8244 -#: ../../include/functions_reporting.php:8258 -#: ../../include/functions_reporting.php:8270 -#: ../../include/functions_reporting.php:8282 -#: ../../include/functions_reporting.php:8294 -#: ../../include/functions_reporting.php:8310 -msgid "Ratio" -msgstr "Ratio" - -#: ../../include/functions_reporting.php:8216 -#: ../../include/functions_reporting.php:8233 -#: ../../include/functions_reporting.php:8244 -#: ../../include/functions_reporting.php:8258 -#: ../../include/functions_reporting.php:8270 -#: ../../include/functions_reporting.php:8282 -#: ../../include/functions_reporting.php:8294 -#: ../../include/functions_reporting.php:8310 -msgid "Modules by second" -msgstr "Modules by second" - -#: ../../include/functions_reporting.php:8228 -msgid "Local modules" -msgstr "Local modules" - -#: ../../include/functions_reporting.php:8240 -msgid "Remote modules" -msgstr "Remote modules" - -#: ../../include/functions_reporting.php:8252 -msgid "Network modules" -msgstr "Network modules" - -#: ../../include/functions_reporting.php:8266 -msgid "Plugin modules" -msgstr "Plugin modules" - -#: ../../include/functions_reporting.php:8278 -msgid "Prediction modules" -msgstr "Prediction modules" - -#: ../../include/functions_reporting.php:8290 -msgid "WMI modules" -msgstr "WMI modules" - -#: ../../include/functions_reporting.php:8302 -msgid "Web modules" -msgstr "Web modules" - -#: ../../include/functions_reporting.php:8341 ../../godmode/db/db_main.php:105 -msgid "Total events" -msgstr "Total amount of events" - -#: ../../include/functions.php:217 -msgid "," -msgstr "," - -#: ../../include/functions.php:413 ../../include/functions.php:547 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:414 ../../include/functions.php:548 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:415 ../../include/functions.php:549 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:416 ../../include/functions.php:550 -msgid "Y" -msgstr "Y" - -#: ../../include/functions.php:417 ../../include/functions.php:551 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:418 ../../include/functions.php:552 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:419 ../../include/functions.php:553 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1001 ../../include/functions_events.php:1401 -msgid "Monitor Critical" -msgstr "Monitor in critical status" - -#: ../../include/functions.php:1002 ../../include/functions_events.php:1404 -msgid "Monitor Warning" -msgstr "Monitor in warning status" - -#: ../../include/functions.php:1003 ../../include/functions_events.php:1407 -msgid "Monitor Normal" -msgstr "Monitor in normal status" - -#: ../../include/functions.php:1005 -msgid "Monitor Unknown" -msgstr "Unknown Monitor" - -#: ../../include/functions.php:1008 ../../include/functions_events.php:1123 -#: ../../include/functions_events.php:1413 -msgid "Alert recovered" -msgstr "Alert recovered" - -#: ../../include/functions.php:1009 ../../include/functions_events.php:1158 -#: ../../include/functions_events.php:1416 -msgid "Alert ceased" -msgstr "Alert ceased" - -#: ../../include/functions.php:1010 ../../include/functions_events.php:1419 -msgid "Alert manual validation" -msgstr "Manual alert validation" - -#: ../../include/functions.php:1012 -msgid "Agent created" -msgstr "Agent created" - -#: ../../include/functions.php:1013 ../../include/functions_events.php:1422 -msgid "Recon host detected" -msgstr "Recon host detected" - -#: ../../include/functions.php:1016 ../../include/functions_events.php:1155 -#: ../../include/functions_events.php:1431 -msgid "Configuration change" -msgstr "Configuration change" - -#: ../../include/functions.php:1978 -msgid "custom" -msgstr "custom" - -#: ../../include/functions.php:1983 ../../include/functions.php:1984 -#, php-format -msgid "%s minutes" -msgstr "%s minutes" - -#: ../../include/functions.php:1986 ../../include/functions.php:1987 -#, php-format -msgid "%s hours" -msgstr "%s hours" - -#: ../../include/functions.php:1989 ../../include/functions_netflow.php:1090 -#: ../../include/ajax/module.php:123 -msgid "1 week" -msgstr "1 week" - -#: ../../include/functions.php:1992 ../../include/functions.php:1993 -#, php-format -msgid "%s months" -msgstr "%s months" - -#: ../../include/functions.php:1995 ../../include/functions.php:1996 -#, php-format -msgid "%s years" -msgstr "%s years" - -#: ../../include/functions.php:1999 -msgid "Default values will be used" -msgstr "Default values will be applied" - -#: ../../include/functions.php:2153 -msgid "The uploaded file was only partially uploaded" -msgstr "The file was only partially uploaded." - -#: ../../include/functions.php:2156 -#: ../../operation/integria_incidents/incident.php:170 -msgid "No file was uploaded" -msgstr "No file was uploaded" - -#: ../../include/functions.php:2159 -msgid "Missing a temporary folder" -msgstr "Temporary folder missing." - -#: ../../include/functions.php:2162 -msgid "Failed to write file to disk" -msgstr "Failed to write file to disk." - -#: ../../include/functions.php:2165 -msgid "File upload stopped by extension" -msgstr "File upload stopped by extension." - -#: ../../include/functions.php:2169 -msgid "Unknown upload error" -msgstr "Unknown upload error." - -#: ../../include/functions.php:2265 -msgid "Source ID" -msgstr "Source ID" - -#: ../../include/functions.php:2272 -msgid "No data found to export" -msgstr "No data found to export" - -#: ../../include/functions.php:2535 -#: ../../operation/gis_maps/render_view.php:123 -msgid "5 seconds" -msgstr "5 seconds" - -#: ../../include/functions.php:2536 -#: ../../operation/gis_maps/render_view.php:124 -msgid "10 seconds" -msgstr "10 seconds" - -#: ../../include/functions.php:2537 -msgid "15 seconds" -msgstr "15 seconds" - -#: ../../include/functions.php:2538 -#: ../../operation/gis_maps/render_view.php:125 -msgid "30 seconds" -msgstr "30 seconds" - -#: ../../include/functions.php:2542 -msgid "15 minutes" -msgstr "15 minutes" - -#: ../../include/functions.php:2543 ../../include/ajax/module.php:118 -msgid "30 minutes" -msgstr "30 minutes" - -#: ../../include/functions_netflow.php:361 -msgid "Total flows" -msgstr "Total flows" - -#: ../../include/functions_netflow.php:366 -msgid "Total bytes" -msgstr "Total bytes" - -#: ../../include/functions_netflow.php:371 -msgid "Total packets" -msgstr "Total packages" - -#: ../../include/functions_netflow.php:376 -msgid "Average bits per second" -msgstr "Average bits per second" - -#: ../../include/functions_netflow.php:381 -msgid "Average packets per second" -msgstr "Average packages per second" - -#: ../../include/functions_netflow.php:386 -msgid "Average bytes per packet" -msgstr "Average bytes per packet" - -#: ../../include/functions_netflow.php:1028 -msgid "Area graph" -msgstr "Area graph" - -#: ../../include/functions_netflow.php:1029 -msgid "Pie graph and Summary table" -msgstr "Pie graph and summary table" - -#: ../../include/functions_netflow.php:1030 -msgid "Statistics table" -msgstr "Statistics table" - -#: ../../include/functions_netflow.php:1031 -#: ../../operation/agentes/exportdata.php:321 -msgid "Data table" -msgstr "Data table" - -#: ../../include/functions_netflow.php:1032 -msgid "Circular mesh" -msgstr "Circular Mesh" - -#: ../../include/functions_netflow.php:1033 -#: ../../include/functions_netflow.php:1387 -msgid "Host detailed traffic" -msgstr "Detailed host traffic" - -#: ../../include/functions_netflow.php:1046 -#: ../../include/functions_netflow.php:1079 -msgid "10 mins" -msgstr "10 mins" - -#: ../../include/functions_netflow.php:1047 -#: ../../include/functions_netflow.php:1080 -msgid "15 mins" -msgstr "15 mins" - -#: ../../include/functions_netflow.php:1048 -#: ../../include/functions_netflow.php:1081 -msgid "30 mins" -msgstr "30 mins" - -#: ../../include/functions_netflow.php:1055 -#: ../../include/functions_netflow.php:1088 -msgid "5 days" -msgstr "5 days" - -#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:126 -msgid "3 months" -msgstr "3 months" - -#: ../../include/functions_netflow.php:1062 -msgid "Last year" -msgstr "Last year" - -#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:129 -msgid "2 years" -msgstr "2 years" - -#: ../../include/functions_netflow.php:1076 -msgid "1 min" -msgstr "1 min" - -#: ../../include/functions_netflow.php:1077 -msgid "2 mins" -msgstr "2 mins" - -#: ../../include/functions_netflow.php:1078 -msgid "5 mins" -msgstr "5 mins" - -#: ../../include/functions_netflow.php:1129 -#: ../../include/functions_netflow.php:1139 -#: ../../include/functions_netflow.php:1188 -#: ../../include/functions_netflow.php:1246 -#: ../../include/functions_netflow.php:1252 -#: ../../include/functions_netflow.php:1285 -msgid "Aggregate" -msgstr "Aggregate" - -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1158 -#: ../../include/functions_netflow.php:1166 -#: ../../include/functions_netflow.php:1190 -#: ../../operation/integria_incidents/incident.incident.php:97 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/netflow/nf_live_view.php:245 -#: ../../godmode/reporting/reporting_builder.item_editor.php:683 -msgid "Resolution" -msgstr "Resolution" - -#: ../../include/functions_netflow.php:1358 -msgid "Sent" -msgstr "Sent" - -#: ../../include/functions_netflow.php:1365 -msgid "Received" -msgstr "Received" - -#: ../../include/functions_netflow.php:1432 -msgid "Error generating report" -msgstr "Error when generating report" - -#: ../../include/functions_netflow.php:1629 -msgid "MB" -msgstr "MB" - -#: ../../include/functions_netflow.php:1631 -msgid "MB/s" -msgstr "MB/s" - -#: ../../include/functions_netflow.php:1633 -msgid "kB" -msgstr "kB" - -#: ../../include/functions_netflow.php:1635 -msgid "kB/s" -msgstr "kB/s" - -#: ../../include/functions_netflow.php:1637 -#: ../../include/functions_config.php:424 -#: ../../include/functions_config.php:1309 -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes" -msgstr "Bytes" - -#: ../../include/functions_netflow.php:1639 -msgid "B/s" -msgstr "B/s" - -#: ../../include/functions_netflow.php:1653 -msgid "Dst port" -msgstr "Dst port" - -#: ../../include/functions_netflow.php:1655 -msgid "Dst IP" -msgstr "Dst IP" - -#: ../../include/functions_netflow.php:1657 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Protocol" -msgstr "Protocol" - -#: ../../include/functions_netflow.php:1659 -msgid "Src IP" -msgstr "Source IP" - -#: ../../include/functions_netflow.php:1661 -msgid "Src port" -msgstr "Source Port" - -#: ../../include/functions_visual_map.php:895 -msgid "Last value: " -msgstr "Last value: " - -#: ../../include/functions_visual_map.php:1254 -msgid "Agent successfully added to layout" -msgstr "Agent successfully added to the layout." - -#: ../../include/functions_visual_map.php:1400 -msgid "Modules successfully added to layout" -msgstr "Modules successfully added to the layout." - -#: ../../include/functions_visual_map.php:1599 -msgid "Agents successfully added to layout" -msgstr "Agents successfully added to the layout." - -#: ../../include/functions_visual_map.php:1939 -msgid "Cannot load the visualmap" -msgstr "Cannot load the visual map." - -#: ../../include/functions_visual_map.php:2267 -#: ../../include/functions_visual_map_editor.php:62 -#: ../../include/functions_visual_map_editor.php:578 -#: ../../godmode/reporting/visual_console_builder.elements.php:188 -msgid "Box" -msgstr "Box" - -#: ../../include/functions_visual_map.php:2275 -msgid "Percentile bar" -msgstr "Percentile bar" - -#: ../../include/functions_visual_map.php:2279 -msgid "Static graph" -msgstr "Static graph" - -#: ../../include/functions_visual_map.php:2284 -#: ../../include/functions_visual_map_editor.php:574 -#: ../../godmode/reporting/visual_console_builder.elements.php:158 -msgid "Simple Value" -msgstr "Simple Value" - -#: ../../include/functions_visual_map.php:2288 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:575 -#: ../../godmode/reporting/graph_builder.graph_editor.php:83 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/visual_console_builder.wizard.php:257 -msgid "Label" -msgstr "Label" - -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:326 -#: ../../godmode/reporting/visual_console_builder.data.php:121 -#: ../../godmode/reporting/visual_console_builder.elements.php:111 -msgid "Background" -msgstr "Background" - -#: ../../include/functions_visual_map_editor.php:54 -#: ../../include/functions_visual_map_editor.php:571 -#: ../../godmode/reporting/visual_console_builder.elements.php:138 -#: ../../godmode/reporting/visual_console_builder.wizard.php:104 -msgid "Static Graph" -msgstr "Static Graph" - -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:572 -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -msgid "Percentile Item" -msgstr "Percentile Item" - -#: ../../include/functions_visual_map_editor.php:57 -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -msgid "Simple value" -msgstr "Simple value" - -#: ../../include/functions_visual_map_editor.php:57 -msgid "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." -msgstr "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." - -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "Border color" - -#: ../../include/functions_visual_map_editor.php:131 -msgid "Border width" -msgstr "Outline width" - -#: ../../include/functions_visual_map_editor.php:140 -msgid "Fill color" -msgstr "Fill color" - -#: ../../include/functions_visual_map_editor.php:198 -msgid "Enable link" -msgstr "Enable link" - -#: ../../include/functions_visual_map_editor.php:217 -msgid "Background color" -msgstr "Background colour" - -#: ../../include/functions_visual_map_editor.php:219 -msgid "White" -msgstr "White" - -#: ../../include/functions_visual_map_editor.php:220 -msgid "Black" -msgstr "Black" - -#: ../../include/functions_visual_map_editor.php:221 -msgid "Transparent" -msgstr "Transparent" - -#: ../../include/functions_visual_map_editor.php:317 -#: ../../godmode/reporting/visual_console_builder.wizard.php:153 -msgid "Min value" -msgstr "Min value" - -#: ../../include/functions_visual_map_editor.php:318 -#: ../../include/functions_visual_map_editor.php:360 -#: ../../godmode/reporting/visual_console_builder.wizard.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:167 -msgid "Max value" -msgstr "Max value" - -#: ../../include/functions_visual_map_editor.php:319 -#: ../../godmode/reporting/visual_console_builder.wizard.php:155 -msgid "Avg value" -msgstr "Avg value" - -#: ../../include/functions_visual_map_editor.php:333 -msgid "Original Size" -msgstr "Original Size" - -#: ../../include/functions_visual_map_editor.php:340 -msgid "Aspect ratio" -msgstr "Aspect ratio" - -#: ../../include/functions_visual_map_editor.php:341 -msgid "Width proportional" -msgstr "Proportional width" - -#: ../../include/functions_visual_map_editor.php:347 -msgid "Height proportional" -msgstr "Proportional Height" - -#: ../../include/functions_visual_map_editor.php:376 -#: ../../include/functions_visual_map_editor.php:395 -#: ../../godmode/reporting/visual_console_builder.wizard.php:187 -msgid "Value to show" -msgstr "Value to show" - -#: ../../include/functions_visual_map_editor.php:477 -msgid "For use the original image file size, set 0 width and 0 height." -msgstr "" -"In order to use the original image's file size, set width and height to 0." - -#: ../../include/functions_visual_map_editor.php:504 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Map linked" -msgstr "Map linked" - -#: ../../include/functions_visual_map_editor.php:513 -msgid "Lines haven't advanced options" -msgstr "Lines haven't advanced options" - -#: ../../include/functions_visual_map_editor.php:540 -msgid "Click start point
of the line" -msgstr "Click the starting point
of the line" - -#: ../../include/functions_visual_map_editor.php:545 -msgid "Click end point
of the line" -msgstr "Click end point
of the line" - -#: ../../include/functions_visual_map_editor.php:586 -msgid "Show grid" -msgstr "Show grid" - -#: ../../include/functions_visual_map_editor.php:588 -msgid "Delete item" -msgstr "Delete item" - -#: ../../include/functions_visual_map_editor.php:589 -msgid "Copy item" -msgstr "Copy item" - -#: ../../include/functions_visual_map_editor.php:617 -msgid "No image or name defined." -msgstr "No image or name defined." - -#: ../../include/functions_visual_map_editor.php:619 -msgid "No label defined." -msgstr "No label defined" - -#: ../../include/functions_visual_map_editor.php:621 -msgid "No image defined." -msgstr "No image defined." - -#: ../../include/functions_visual_map_editor.php:623 -msgid "No process defined." -msgstr "No process defined." - -#: ../../include/functions_visual_map_editor.php:625 -msgid "No Max value defined." -msgstr "No Max value defined." - -#: ../../include/functions_visual_map_editor.php:627 -msgid "No width defined." -msgstr "No width defined." - -#: ../../include/functions_visual_map_editor.php:629 -msgid "No period defined." -msgstr "No period defined." - -#: ../../include/functions_visual_map_editor.php:631 -msgid "No agent defined." -msgstr "No agent defined." - -#: ../../include/functions_visual_map_editor.php:633 -msgid "No module defined." -msgstr "No module defined." - -#: ../../include/functions_visual_map_editor.php:636 -msgid "Successfully save the changes." -msgstr "Changes successfully saved." - -#: ../../include/functions_visual_map_editor.php:638 -msgid "Could not be save" -msgstr "Could not be saved." - -#: ../../include/functions_custom_graphs.php:212 -#: ../../godmode/reporting/reporting_builder.list_items.php:312 -msgid "No items." -msgstr "No items." - -#: ../../include/functions_planned_downtimes.php:42 -#: ../../include/functions_planned_downtimes.php:678 -#: ../../godmode/agentes/planned_downtime.editor.php:206 -msgid "" -"Not created. Error inserting data. Start time must be higher than the " -"current time" -msgstr "" -"Couldn't be created: error during data insertion. Start time must be higher " -"than the current time." - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:682 -#: ../../include/functions_planned_downtimes.php:687 -#: ../../include/functions_planned_downtimes.php:695 -#: ../../include/functions_planned_downtimes.php:702 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -msgid "Not created. Error inserting data" -msgstr "Not created. Error inserting data" - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:683 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -msgid "The end date must be higher than the start date" -msgstr "The end date cannot be earlier than the start date" - -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:696 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:586 -#: ../../godmode/agentes/planned_downtime.editor.php:594 -msgid "The end time must be higher than the start time" -msgstr "End time must be after start time" - -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:703 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -#: ../../godmode/agentes/planned_downtime.editor.php:575 -msgid "The end day must be higher than the start day" -msgstr "The end date cannot be earlier than the start date" - -#: ../../include/functions_planned_downtimes.php:94 -#: ../../include/functions_planned_downtimes.php:717 -#: ../../godmode/agentes/planned_downtime.editor.php:269 -msgid "Each planned downtime must have a different name" -msgstr "Each planned downtime must have a different name" - -#: ../../include/functions_planned_downtimes.php:100 -#: ../../include/functions_planned_downtimes.php:722 -#: ../../godmode/agentes/planned_downtime.editor.php:274 -#: ../../godmode/agentes/planned_downtime.editor.php:301 -msgid "Planned downtime must have a name" -msgstr "Planned downtime must have a name" - -#: ../../include/functions_planned_downtimes.php:560 -msgid "Succesful stopped the Downtime" -msgstr "Downtime has been stopped successfully" - -#: ../../include/functions_planned_downtimes.php:561 -msgid "Unsuccesful stopped the Downtime" -msgstr "Downtime could not be stopped successfully" - -#: ../../include/functions_planned_downtimes.php:660 -#, php-format -msgid "Enabled %s elements from the downtime" -msgstr "Enabled %s elements from the downtime" - -#: ../../include/functions_planned_downtimes.php:688 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -msgid "The end date must be higher than the current time" -msgstr "End date must be after current time" - -#: ../../include/functions_planned_downtimes.php:785 -msgid "This planned downtime are executed now. Can't delete in this moment." -msgstr "" -"This planned downtime are executed now. It can't be deleted in this moment." - -#: ../../include/functions_planned_downtimes.php:790 -msgid "Deleted this planned downtime successfully." -msgstr "Deleted this planned downtime successfully." - -#: ../../include/functions_planned_downtimes.php:792 -msgid "Problems for deleted this planned downtime." -msgstr "Problems for deleted this planned downtime." - -#: ../../include/functions_reporting_html.php:63 -#: ../../include/functions_reporting_html.php:2554 -#: ../../godmode/agentes/planned_downtime.editor.php:500 -msgid "From:" -msgstr "From:" - -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:2555 -#: ../../godmode/agentes/planned_downtime.editor.php:511 -msgid "To:" -msgstr "To:" - -#: ../../include/functions_reporting_html.php:577 -msgid "Events by Severity" -msgstr "Events according to severity" - -#: ../../include/functions_reporting_html.php:1036 -#: ../../include/functions_reporting_html.php:2432 -msgid "Monitors" -msgstr "Monitors" - -#: ../../include/functions_reporting_html.php:1265 -#, php-format -msgid "Agent '%s'" -msgstr "Agent '%s'" - -#: ../../include/functions_reporting_html.php:1279 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "Interface '%s' throughput graph" - -#: ../../include/functions_reporting_html.php:1282 -msgid "Mac" -msgstr "MAC address" - -#: ../../include/functions_reporting_html.php:1283 -msgid "Actual status" -msgstr "Current status" - -#: ../../include/functions_reporting_html.php:1509 -msgid "Empty modules" -msgstr "Empty modules" - -#: ../../include/functions_reporting_html.php:1516 -msgid "Warning
Critical" -msgstr "Warning
Critical" - -#: ../../include/functions_reporting_html.php:1714 -msgid "Agent max" -msgstr "Max amount of agents" - -#: ../../include/functions_reporting_html.php:1717 -msgid "Agent min" -msgstr "Min amount of agents" - -#: ../../include/functions_reporting_html.php:1921 -#: ../../operation/tree.php:163 -msgid "Module status" -msgstr "Module status" - -#: ../../include/functions_reporting_html.php:1986 -#: ../../operation/users/user_edit.php:196 -#: ../../operation/snmpconsole/snmp_view.php:517 -#: ../../operation/search_users.php:38 -#: ../../godmode/users/configure_user.php:438 -#: ../../godmode/users/user_list.php:266 -msgid "User ID" -msgstr "User ID" - -#: ../../include/functions_reporting_html.php:2042 -#: ../../include/functions_reporting_html.php:2270 -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "Times fired" -msgstr "Times fired" - -#: ../../include/functions_reporting_html.php:2091 -msgid "Alerts not fired" -msgstr "Non-triggered alerts" - -#: ../../include/functions_reporting_html.php:2100 -msgid "Total alerts monitored" -msgstr "Total # of alerts monitored" - -#: ../../include/functions_reporting_html.php:2151 -msgid "Total monitors" -msgstr "Total # of monitors" - -#: ../../include/functions_reporting_html.php:2152 -msgid "Monitors down on period" -msgstr "Monitors down on period" - -#: ../../include/functions_reporting_html.php:2168 -msgid "Monitors OK" -msgstr "Monitors in OK status" - -#: ../../include/functions_reporting_html.php:2169 -msgid "Monitors BAD" -msgstr "Monitors BAD" - -#: ../../include/functions_reporting_html.php:2243 -#, php-format -msgid "Agents in group: %s" -msgstr "Agents in group : %s" - -#: ../../include/functions_reporting_html.php:2336 -msgid "Last failure" -msgstr "Latest failure" - -#: ../../include/functions_reporting_html.php:2400 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:2574 -msgid "Agents critical" -msgstr "Agents in critical status" - -#: ../../include/functions_reporting_html.php:2577 -msgid "Agents warning" -msgstr "Agents in warning status" - -#: ../../include/functions_reporting_html.php:2583 -msgid "Agents ok" -msgstr "Agents in OK status" - -#: ../../include/functions_reporting_html.php:2592 -msgid "Agents not init" -msgstr "Uninitialized agents" - -#: ../../include/functions_reporting_html.php:2603 -#: ../../include/functions_reporting_html.php:2612 -msgid "Agents by status" -msgstr "Agents by status" - -#: ../../include/functions_reporting_html.php:2656 -#: ../../include/functions_reporting_html.php:2665 -msgid "Node overview" -msgstr "Node overview" - -#: ../../include/functions_reporting_html.php:2683 -#: ../../include/functions_reporting_html.php:2700 #: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 +#: ../../include/functions_reporting_html.php:2777 +#: ../../include/functions_reporting_html.php:2794 msgid "Critical events" msgstr "Critical events" -#: ../../include/functions_reporting_html.php:2687 -#: ../../include/functions_reporting_html.php:2704 -msgid "Warning events" -msgstr "Events in Warning status" +#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 +msgid "Incidents opened" +msgstr "Incidents opened" -#: ../../include/functions_reporting_html.php:2691 -#: ../../include/functions_reporting_html.php:2708 -msgid "OK events" -msgstr "Events in OK status" +#: ../../general/shortcut_bar.php:217 +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "View reports" -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2712 -msgid "Unknown events" -msgstr "Events in Unknown status" +#: ../../general/shortcut_bar.php:222 +msgid "Create new message" +msgstr "Create new message" -#: ../../include/functions_reporting_html.php:2735 -msgid "Important Events by Criticity" -msgstr "Important Events by Criticity" +#: ../../general/links_menu.php:20 ../../godmode/menu.php:299 +#: ../../godmode/menu.php:409 +msgid "Links" +msgstr "Links" -#: ../../include/functions_reporting_html.php:2761 -msgid "Last activity in Pandora FMS console" -msgstr "Latest activity in the Pandora FMS console" +#: ../../general/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "Blank characters are used as AND conditions" -#: ../../include/functions_reporting_html.php:2837 -msgid "Events info (1hr.)" -msgstr "Event info. (1hr.)" +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "Enter keywords to search" -#: ../../include/functions_events.php:865 -#: ../../operation/agentes/tactical.php:192 -msgid "Latest events" -msgstr "Latest events" +#: ../../general/header.php:114 ../../general/header.php:122 +#: ../../enterprise/meta/general/main_header.php:360 +#: ../../enterprise/meta/general/main_header.php:368 +msgid "All systems" +msgstr "All systems" -#: ../../include/functions_events.php:1000 -msgid "Events -by module-" -msgstr "Events -by module-" +#: ../../general/header.php:114 +#: ../../enterprise/meta/general/main_header.php:360 +msgid "Down" +msgstr "Down" -#: ../../include/functions_events.php:1010 -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -msgid "Event graph" -msgstr "Event graph" +#: ../../general/header.php:118 +#: ../../enterprise/meta/general/main_header.php:364 +msgid "servers down" +msgstr "servers down" -#: ../../include/functions_events.php:1015 -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -msgid "Event graph by agent" -msgstr "Event graph by agent" +#: ../../general/header.php:122 +#: ../../enterprise/meta/general/main_header.php:368 +msgid "Ready" +msgstr "Ready" -#: ../../include/functions_events.php:1120 -msgid "Going to unknown" -msgstr "Going to unknown" +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "Page QR Code" -#: ../../include/functions_events.php:1126 -msgid "Alert manually validated" -msgstr "Alert manually validated" +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "Pandora FMS assistant" -#: ../../include/functions_events.php:1129 -msgid "Going from critical to warning" -msgstr "Passing from critical to warning status" +#: ../../general/header.php:195 +#: ../../enterprise/meta/general/main_header.php:393 +msgid "Configure autorefresh" +msgstr "Configure autorefresh" -#: ../../include/functions_events.php:1133 -msgid "Going down to critical state" -msgstr "Going down to critical status" +#: ../../general/header.php:222 +#: ../../enterprise/meta/general/main_header.php:410 +#: ../../enterprise/meta/general/main_header.php:420 +msgid "Disabled autorefresh" +msgstr "Disable autorefresh" -#: ../../include/functions_events.php:1137 -msgid "Going up to normal state" -msgstr "Going up to normal status" +#: ../../general/header.php:243 +msgid "System alerts detected - Please fix as soon as possible" +msgstr "System alerts detected - Please fix them as soon as possible" -#: ../../include/functions_events.php:1140 -msgid "Going down from normal to warning" -msgstr "Falling from normal to warning status" - -#: ../../include/functions_events.php:1149 -msgid "Recon server detected a new host" -msgstr "Recon server detected a new host" - -#: ../../include/functions_events.php:1152 -msgid "New agent created" -msgstr "New agent created" - -#: ../../include/functions_events.php:1165 -msgid "Unknown type:" -msgstr "Unknown status:" - -#: ../../include/functions_events.php:1502 -#: ../../include/functions_events.php:1523 -msgid "Only new" -msgstr "Only new events" - -#: ../../include/functions_events.php:1504 -#: ../../include/functions_events.php:1529 -msgid "Only in process" -msgstr "Only in process" - -#: ../../include/functions_events.php:1505 -#: ../../include/functions_events.php:1532 -msgid "Only not validated" -msgstr "Only not validated" - -#: ../../include/functions_events.php:1576 -msgid "Agent address" -msgstr "Agent address" - -#: ../../include/functions_events.php:1577 -msgid "Agent id" -msgstr "Agent ID" - -#: ../../include/functions_events.php:1579 -msgid "Module Agent address" -msgstr "Module's agent address" - -#: ../../include/functions_events.php:1671 -msgid "Change owner" -msgstr "Change owner" - -#: ../../include/functions_events.php:1710 -msgid "Change status" -msgstr "Change status" - -#: ../../include/functions_events.php:1716 -#: ../../include/functions_events.php:1722 -msgid "In process" -msgstr "In process" - -#: ../../include/functions_events.php:1749 -#: ../../include/functions_events.php:2559 -msgid "Add comment" -msgstr "Add comment" - -#: ../../include/functions_events.php:1756 -#: ../../include/functions_events.php:1758 -#: ../../operation/events/events.build_table.php:579 -msgid "Delete event" -msgstr "Delete event" - -#: ../../include/functions_events.php:1768 -msgid "Custom responses" -msgstr "Custom responses" - -#: ../../include/functions_events.php:1968 -msgid "There was an error connecting to the node" -msgstr "There was an error connecting to the node" - -#: ../../include/functions_events.php:2007 -msgid "Agent details" -msgstr "Agent details" - -#: ../../include/functions_events.php:2044 -msgid "View custom fields" -msgstr "View custom fields" - -#: ../../include/functions_events.php:2056 -msgid "Module details" -msgstr "Module details" - -#: ../../include/functions_events.php:2073 -msgid "No assigned" -msgstr "Not assigned" - -#: ../../include/functions_events.php:2135 -#: ../../godmode/alerts/alert_view.php:49 -#: ../../godmode/alerts/alert_view.php:324 -msgid "Alert details" -msgstr "Alert details" - -#: ../../include/functions_events.php:2146 -#: ../../include/functions_events.php:2150 -msgid "Go to data overview" -msgstr "Go to data overview" - -#: ../../include/functions_events.php:2293 +#: ../../general/header.php:258 #, php-format -msgid "Invalid custom data: %s" -msgstr "Invalid custom data : %s" +msgid "You have %d warning(s)" +msgstr "You have %d warning(s)" -#: ../../include/functions_events.php:2340 -msgid "First event" -msgstr "First event" +#: ../../general/header.php:269 +msgid "There are not warnings" +msgstr "There are no warnings" -#: ../../include/functions_events.php:2340 -msgid "Last event" -msgstr "Last event" +#: ../../general/header.php:280 +#: ../../enterprise/meta/general/main_header.php:378 +#: ../../mobile/operation/home.php:118 ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/functions_web.php:33 +#: ../../mobile/include/user.class.php:286 +msgid "Logout" +msgstr "Logout" -#: ../../include/functions_events.php:2454 -msgid "ID extra" -msgstr "Extra ID" +#: ../../general/header.php:296 +msgid "New chat message" +msgstr "New chat message" -#: ../../include/functions_events.php:2505 -#: ../../include/functions_events.php:2551 -msgid "There are no comments" -msgstr "There are no comments." +#: ../../general/header.php:305 +msgid "Message overview" +msgstr "Message overview" -#: ../../include/functions_events.php:2921 -#: ../../include/functions_events.php:2926 -#: ../../operation/snmpconsole/snmp_view.php:397 -#: ../../operation/snmpconsole/snmp_view.php:558 -#: ../../operation/snmpconsole/snmp_view.php:816 -msgid "Not validated" -msgstr "Unvalidated" +#: ../../general/header.php:306 +#, php-format +msgid "You have %d unread message(s)" +msgstr "You have %d unread message(s)" -#: ../../include/ajax/networkmap.ajax.php:74 -#: ../../include/ajax/networkmap.ajax.php:94 -msgid "Map summary" -msgstr "Map summary" +#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 +#: ../../general/pandora_help.php:95 +msgid "Pandora FMS help system" +msgstr "Pandora FMS help wizard" -#: ../../include/ajax/double_auth.ajax.php:146 +#: ../../general/pandora_help.php:73 +msgid "Help system error" +msgstr "Help wizard error" + +#: ../../general/pandora_help.php:78 msgid "" -"This is the private code that you should use with your authenticator app" +"Pandora FMS help system has been called with a help reference that currently " +"don't exist. There is no help content to show." msgstr "" -"This is the private code that you should use with your authentication app." +"Pandora FMS' help wizard has been asked for a reference that currently " +"doesn't exist. There is no help content available for this topic." -#: ../../include/ajax/double_auth.ajax.php:147 -#: ../../include/ajax/double_auth.ajax.php:283 +#: ../../enterprise/operation/policies/networkmap.policies.php:70 +#: ../../enterprise/operation/policies/networkmap.policies.php:119 +#: ../../enterprise/operation/policies/networkmap.policies.php:133 +#: ../../enterprise/extensions/vmware/vmware_view.php:1228 +#: ../../enterprise/extensions/vmware/vmware_view.php:1260 +#: ../../enterprise/extensions/vmware/vmware_view.php:1276 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:692 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:749 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:770 +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 +msgid "Map could not be generated" +msgstr "Map could not be generated" + +#: ../../enterprise/operation/reporting/custom_reporting.php:17 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 +msgid "PDF" +msgstr "PDF" + +#: ../../enterprise/operation/reporting/custom_reporting.php:19 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 +msgid "JSON" +msgstr "JSON" + +#: ../../enterprise/operation/reporting/custom_reporting.php:22 msgid "" -"You could enter the code manually or use the QR code to add it automatically" +"All the items are not available in CSV, only the previous versions ones." msgstr "" -"You can enter the code manually or scan the QR code to add it automatically" +"All the items are not available in CSV, only the previous versions ones." -#: ../../include/ajax/double_auth.ajax.php:153 -#: ../../include/ajax/double_auth.ajax.php:289 -msgid "QR" -msgstr "QR" +#: ../../enterprise/operation/reporting/custom_reporting.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346 +msgid "Export to PDF" +msgstr "Export to PDF" -#: ../../include/ajax/double_auth.ajax.php:189 -msgid "You are about to activate the double authentication" -msgstr "You're about to enable the double authentication mechanism" +#: ../../enterprise/operation/reporting/custom_reporting.php:53 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 +msgid "Export to JSON" +msgstr "Export to JSON" -#: ../../include/ajax/double_auth.ajax.php:190 +#: ../../enterprise/operation/reporting/custom_reporting.php:58 +#: ../../enterprise/operation/log/log_viewer.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../include/graphs/functions_flot.php:243 +msgid "Export to CSV" +msgstr "Export to CSV" + +#: ../../enterprise/operation/reporting/custom_reporting.php:61 +#: ../../enterprise/operation/reporting/custom_reporting.php:84 +msgid "Send by email" +msgstr "Send by e-mail" + +#: ../../enterprise/operation/reporting/custom_reporting.php:69 +msgid "ID Report" +msgstr "Report ID" + +#: ../../enterprise/operation/reporting/custom_reporting.php:108 +msgid "Send by email " +msgstr "Send by e-mail " + +#: ../../enterprise/operation/agentes/agent_inventory.php:56 +msgid "This agent has not modules inventory" +msgstr "This agent has not modules inventory" + +#: ../../enterprise/operation/agentes/agent_inventory.php:160 +#: ../../enterprise/operation/agentes/agent_inventory.php:161 +msgid "Diff view" +msgstr "Diff view" + +#: ../../enterprise/operation/agentes/agent_inventory.php:242 +#: ../../enterprise/operation/inventory/inventory.php:253 +#: ../../enterprise/operation/log/log_viewer.php:428 +#: ../../godmode/reporting/reporting_builder.php:727 +#: ../../include/functions_reporting.php:1493 +msgid "No data found." +msgstr "No data found." + +#: ../../enterprise/operation/agentes/collection_view.php:47 +#: ../../enterprise/godmode/agentes/collection_manager.php:37 +msgid "This agent have not a remote configuration, please set it." +msgstr "This agent has no remote configuration, please set it." + +#: ../../enterprise/operation/agentes/collection_view.php:54 +msgid "No collection assigned to this agent" +msgstr "No collection assigned to this agent" + +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:164 +msgid "Dir" +msgstr "Dir" + +#: ../../enterprise/operation/agentes/collection_view.php:90 +#: ../../enterprise/operation/agentes/policy_view.php:154 +#: ../../enterprise/godmode/agentes/collection_manager.php:121 +#: ../../enterprise/godmode/agentes/collection_manager.php:204 +msgid "Show files" +msgstr "Show files" + +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/policy_view.php:164 +#: ../../enterprise/godmode/policies/policy_collections.php:161 +#: ../../enterprise/godmode/policies/policy_collections.php:213 +msgid "Outdate" +msgstr "Outdated" + +#: ../../enterprise/operation/agentes/collection_view.php:105 +#: ../../enterprise/operation/agentes/collection_view.php:106 +#: ../../enterprise/godmode/agentes/collections.php:222 +#: ../../enterprise/godmode/agentes/collections.php:223 +#: ../../enterprise/godmode/agentes/collections.data.php:344 +#: ../../enterprise/godmode/agentes/collections.data.php:345 +#: ../../enterprise/godmode/agentes/collection_manager.php:144 +#: ../../enterprise/godmode/agentes/collection_manager.php:145 +#: ../../enterprise/godmode/agentes/collection_manager.php:229 +#: ../../enterprise/godmode/agentes/collection_manager.php:230 +msgid "The collection directory does not exist." +msgstr "The collection directory does not exist." + +#: ../../enterprise/operation/agentes/manage_transmap.php:27 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:66 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:181 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:236 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:32 +#, fuzzy +msgid "Transactions List" +msgstr "Translate string" + +#: ../../enterprise/operation/agentes/manage_transmap.php:34 +msgid "Transactional Map - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap.php:38 +#, fuzzy +msgid "Not found transaction." +msgstr "Content not found." + +#: ../../enterprise/operation/agentes/policy_view.php:37 +msgid "This agent has no policy assigned" +msgstr "This agent has no assigned policy." + +#: ../../enterprise/operation/agentes/policy_view.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:382 +msgid "Last application" +msgstr "Last application" + +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../include/functions_events.php:881 +msgid "V." +msgstr "V." + +#: ../../enterprise/operation/agentes/policy_view.php:62 +#: ../../enterprise/godmode/policies/policy_agents.php:488 +msgid "Policy applied" +msgstr "Policy applied" + +#: ../../enterprise/operation/agentes/policy_view.php:65 +msgid "Policy outdate" +msgstr "Policy outdated" + +#: ../../enterprise/operation/agentes/policy_view.php:130 +#: ../../enterprise/operation/agentes/policy_view.php:137 +msgid "Toggle the collection table" +msgstr "Toggle the collection table" + +#: ../../enterprise/operation/agentes/policy_view.php:133 +msgid "Descripttion" +msgstr "Description" + +#: ../../enterprise/operation/agentes/policy_view.php:138 +msgid "Show Collection" +msgstr "Show Collection" + +#: ../../enterprise/operation/agentes/policy_view.php:146 +#: ../../enterprise/operation/agentes/policy_view.php:210 +#: ../../enterprise/operation/agentes/policy_view.php:442 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 +#: ../../godmode/alerts/alert_list.builder.php:212 +#: ../../godmode/alerts/configure_alert_template.php:910 +#: ../../godmode/modules/manage_network_components_form_network.php:82 +#: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../godmode/modules/manage_network_components_form_plugin.php:29 +#: ../../include/functions.php:2036 +msgid "Empty" +msgstr "Empty" + +#: ../../enterprise/operation/agentes/policy_view.php:192 +#: ../../enterprise/operation/agentes/policy_view.php:201 +msgid "Toggle the alert table" +msgstr "Toggle the alert table" + +#: ../../enterprise/operation/agentes/policy_view.php:202 +msgid "Show Alert" +msgstr "Show Alert" + +#: ../../enterprise/operation/agentes/policy_view.php:303 +#: ../../enterprise/operation/agentes/policy_view.php:312 +msgid "Toggle the module table" +msgstr "Toggle the module table" + +#: ../../enterprise/operation/agentes/policy_view.php:304 +msgid "Relationship" +msgstr "Relationship" + +#: ../../enterprise/operation/agentes/policy_view.php:304 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +msgid "R." +msgstr "R." + +#: ../../enterprise/operation/agentes/policy_view.php:313 +msgid "Show Modules" +msgstr "Show Modules" + +#: ../../enterprise/operation/agentes/policy_view.php:333 +msgid "(Un-adopted)" +msgstr "(Un-adopted)" + +#: ../../enterprise/operation/agentes/policy_view.php:337 +msgid "(Adopted)" +msgstr "(Adopted)" + +#: ../../enterprise/operation/agentes/policy_view.php:343 +msgid "(Un-adopted) (Unlinked)" +msgstr "(Un-adopted) (Unlinked)" + +#: ../../enterprise/operation/agentes/policy_view.php:347 +msgid "(Adopted) (Unlinked)" +msgstr "(Adopted) (Unlinked)" + +#: ../../enterprise/operation/agentes/policy_view.php:355 +#: ../../godmode/agentes/module_manager.php:662 +msgid "Non initialized module" +msgstr "Non initialised module" + +#: ../../enterprise/operation/agentes/transactional_map.php:31 +#, fuzzy +msgid "List of transactions" +msgstr "List of Incidents" + +#: ../../enterprise/operation/agentes/transactional_map.php:85 +#: ../../enterprise/extensions/ipam/ipam_action.php:96 +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:86 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:129 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 +#: ../../godmode/agentes/configurar_agente.php:595 +#: ../../godmode/agentes/planned_downtime.editor.php:365 +#: ../../godmode/snmpconsole/snmp_filters.php:66 +#: ../../godmode/snmpconsole/snmp_alert.php:231 +#: ../../godmode/users/configure_user.php:234 +#: ../../godmode/users/profile_list.php:241 +#: ../../godmode/alerts/alert_list.php:104 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_special_days.php:148 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:431 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/setup/news.php:56 ../../godmode/setup/gis.php:45 +#: ../../godmode/setup/links.php:41 +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +msgid "Successfully created" +msgstr "Successfully created" + +#: ../../enterprise/operation/agentes/transactional_map.php:99 +#, fuzzy +msgid "Name can't be empty" +msgstr "Profile name cannot be empty" + +#: ../../enterprise/operation/agentes/transactional_map.php:145 +#, fuzzy +msgid "Transaction name" +msgstr "Map connection name" + +#: ../../enterprise/operation/agentes/transactional_map.php:148 +#, fuzzy +msgid "Running status" +msgstr "Warning status" + +#: ../../enterprise/operation/agentes/transactional_map.php:150 +#, fuzzy +msgid "Time spent" +msgstr "Time used" + +#: ../../enterprise/operation/agentes/transactional_map.php:223 +msgid "Stopped" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:229 +#, fuzzy +msgid "Starting" +msgstr "String" + +#: ../../enterprise/operation/agentes/transactional_map.php:232 +#, fuzzy +msgid "Stopping" +msgstr "String" + +#: ../../enterprise/operation/agentes/transactional_map.php:237 +#: ../../enterprise/extensions/backup/main.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:397 +#: ../../godmode/agentes/planned_downtime.list.php:446 +msgid "Running" +msgstr "Running" + +#: ../../enterprise/operation/agentes/transactional_map.php:264 +#: ../../enterprise/dashboard/full_dashboard.php:280 +#: ../../enterprise/dashboard/main_dashboard.php:445 +#: ../../enterprise/dashboard/public_dashboard.php:312 +#: ../../godmode/setup/setup_ehorus.php:107 +#, fuzzy +msgid "Start" +msgstr "Started" + +#: ../../enterprise/operation/agentes/transactional_map.php:270 +#: ../../enterprise/dashboard/full_dashboard.php:216 +#: ../../enterprise/dashboard/public_dashboard.php:244 +#, fuzzy +msgid "Stop" +msgstr "Step" + +#: ../../enterprise/operation/agentes/transactional_map.php:305 +#, fuzzy +msgid "Create Transaction" +msgstr "Create Action" + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 +msgid "Unsucessful get module inventory data." +msgstr "Getting module inventory data was unsuccessful." + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 +#: ../../enterprise/mobile/operation/dashboard.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:350 +#: ../../mobile/operation/module_graph.php:469 +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/modules.php:625 +#: ../../mobile/operation/agents.php:380 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/agent.php:272 ../../mobile/operation/events.php:797 +msgid "Loading..." +msgstr "Loading..." + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:56 +#, fuzzy +msgid "Successfully data updated" +msgstr "Successfully updated" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:57 +#, fuzzy +msgid "Could not be data updated" +msgstr "Could not be updated" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:72 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:38 +#, fuzzy +msgid "Edit Transaction" +msgstr "Edit map connection" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:75 +msgid "Transactional Map - Create Phase - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:85 +#, fuzzy +msgid "Index" +msgstr "Index of %s" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:88 +#, fuzzy +msgid "Dependencies" +msgstr "Delete incidents" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:89 +#, fuzzy +msgid "Enables" +msgstr "Enable" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:151 +#: ../../enterprise/include/ajax/transactional.ajax.php:213 +#, fuzzy +msgid "Edit Data" +msgstr "Edit agent" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:184 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:239 +msgid "Transactional Map - Create Transaction" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:195 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:254 +#, fuzzy +msgid "Loop interval" +msgstr "FF interval" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:44 +#, fuzzy +msgid "Phases List" +msgstr "Message list" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:47 +msgid "Transactional Map - Phase - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:60 +#, fuzzy +msgid "Launch script" +msgstr "Recon script" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:63 +#: ../../godmode/agentes/module_manager_editor_common.php:582 +msgid "Retries" +msgstr "Retries" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:598 +msgid "Timeout" +msgstr "Timeout" + +#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 +#: ../../enterprise/operation/menu.php:119 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "SNMP trap editor" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:36 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:74 +#, fuzzy +msgid "List of networkmaps" +msgstr "List of networkmap Enterprise" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:42 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:80 +#, fuzzy +msgid "Edit networkmap" +msgstr "Edit network maps" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:48 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:86 +#, fuzzy +msgid "Deleted list" +msgstr "Delete item" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:54 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:92 +#, fuzzy +msgid "View networkmap" +msgstr "View network maps" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:61 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:66 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:95 +#, fuzzy +msgid "List deleted items" +msgstr "Delete items" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:108 +#, fuzzy +msgid "Successfully restore the item" +msgstr "Successfully created tag" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:109 +#, fuzzy +msgid "Could not be restore the item" +msgstr "Could not be reverted." + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:130 +#, fuzzy +msgid "Successfully restore the items" +msgstr "Changes successfully saved." + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:132 +#, fuzzy +msgid "Could not be restore the " +msgstr "Could not be reverted." + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:136 +#, fuzzy +msgid "Not found networkmap" +msgstr "Network map not found." + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:140 +msgid "The items restored will be appear in the holding area." +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:160 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:227 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:256 +#, fuzzy +msgid "Restore" +msgstr "Resources" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:170 +#, fuzzy +msgid "There are not nodes in the networkmap." +msgstr "There was an error loading the network map" + +#: ../../enterprise/operation/inventory/inventory.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 +#: ../../include/functions_graph.php:754 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1436 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 +msgid "Last" +msgstr "Last" + +#: ../../enterprise/operation/inventory/inventory.php:266 +msgid "Export this list to CSV" +msgstr "Export this list to CSV" + +#: ../../enterprise/operation/services/services.service.php:37 +#: ../../enterprise/operation/services/services.service_map.php:44 +#: ../../enterprise/godmode/services/services.service.php:126 +#: ../../enterprise/godmode/services/services.service.php:153 +msgid "Not found" +msgstr "Not found" + +#: ../../enterprise/operation/services/services.service.php:54 +#: ../../enterprise/operation/services/services.service_map.php:63 +#: ../../enterprise/godmode/services/services.service.php:170 +#: ../../enterprise/godmode/services/services.elements.php:96 +msgid "Config Service" +msgstr "Config Service" + +#: ../../enterprise/operation/services/services.service.php:59 +#: ../../enterprise/operation/services/services.service_map.php:69 +#: ../../enterprise/godmode/services/services.service.php:175 +#: ../../enterprise/godmode/services/services.elements.php:102 +msgid "Config Elements" +msgstr "Config Elements" + +#: ../../enterprise/operation/services/services.service.php:67 +#: ../../enterprise/operation/services/services.service_map.php:77 +#: ../../enterprise/godmode/services/services.service.php:182 +#: ../../enterprise/godmode/services/services.elements.php:110 +msgid "View Service" +msgstr "View Service" + +#: ../../enterprise/operation/services/services.service.php:73 +#: ../../enterprise/operation/services/services.service_map.php:83 +#: ../../enterprise/godmode/services/services.service.php:188 +#: ../../enterprise/godmode/services/services.elements.php:117 +msgid "Service map" +msgstr "Service map" + +#: ../../enterprise/operation/services/services.service.php:80 +#: ../../enterprise/operation/services/services.service_map.php:90 +#: ../../enterprise/operation/services/services.service_map.php:95 +#: ../../enterprise/dashboard/widgets/service_map.php:22 +msgid "Service Map" +msgstr "Service Map" + +#: ../../enterprise/operation/services/services.service.php:93 +msgid "No Services" +msgstr "No Services" + +#: ../../enterprise/operation/services/services.service.php:128 +#: ../../enterprise/operation/services/services.list.php:320 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_reporting_pdf.php:745 +#: ../../enterprise/include/functions_reporting_pdf.php:806 +#: ../../enterprise/include/functions_reporting_pdf.php:898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1261 +#: ../../godmode/reporting/visual_console_builder.wizard.php:210 +#: ../../godmode/agentes/module_manager_editor_common.php:615 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/massive/massive_edit_modules.php:505 +#: ../../godmode/alerts/configure_alert_template.php:602 +#: ../../godmode/setup/setup_visuals.php:639 +#: ../../include/functions_graph.php:5289 +#: ../../include/functions_reporting_html.php:455 +#: ../../include/functions_reporting_html.php:987 +#: ../../include/functions_reporting_html.php:1858 +#: ../../include/functions_reporting_html.php:2361 +#: ../../include/functions_snmp_browser.php:406 +msgid "Value" +msgstr "Value" + +#: ../../enterprise/operation/services/services.service.php:132 +#: ../../enterprise/operation/services/services.list.php:322 +#: ../../include/functions_reports.php:535 +#: ../../include/functions_reports.php:538 +#: ../../include/functions_reports.php:542 +msgid "SLA" +msgstr "SLA" + +#: ../../enterprise/operation/services/services.service.php:197 +#: ../../enterprise/operation/services/services.list.php:415 +msgid "SLA graph" +msgstr "SLA graph" + +#: ../../enterprise/operation/services/services.service.php:207 +msgid "List of elements" +msgstr "List of elements" + +#: ../../enterprise/operation/services/services.list.php:52 +msgid "Service deleted successfully" +msgstr "Service deleted successfully" + +#: ../../enterprise/operation/services/services.list.php:53 +msgid "Error deleting service" +msgstr "Error deleting service" + +#: ../../enterprise/operation/services/services.list.php:58 +msgid "Service forced successfully" +msgstr "Forcing of the service successful." + +#: ../../enterprise/operation/services/services.list.php:59 +msgid "Error service forced" +msgstr "Error in forcing the service." + +#: ../../enterprise/operation/services/services.list.php:168 +#: ../../enterprise/extensions/ipam/ipam_network.php:127 +#: ../../enterprise/extensions/ipam/ipam_list.php:217 +#: ../../enterprise/godmode/services/services.service.php:244 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../godmode/servers/manage_recontask.php:343 +msgid "Manual" +msgstr "Manual" + +#: ../../enterprise/operation/services/services.list.php:169 +#: ../../enterprise/godmode/services/services.service.php:247 +#: ../../include/ajax/events.php:481 +msgid "Auto" +msgstr "Auto" + +#: ../../enterprise/operation/services/services.list.php:170 +#: ../../enterprise/godmode/services/services.service.php:250 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:583 +msgid "Simple" +msgstr "Simple" + +#: ../../enterprise/operation/services/services.list.php:171 +#: ../../enterprise/godmode/services/services.service.php:242 +#: ../../godmode/servers/manage_recontask_form.php:236 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/alerts/alert_view.php:423 +msgid "Mode" +msgstr "Mode" + +#: ../../enterprise/operation/services/services.list.php:267 +#: ../../enterprise/operation/services/services.list.php:274 +msgid "No services defined." +msgstr "No services defined." + +#: ../../enterprise/operation/services/services.list.php:486 +#: ../../enterprise/godmode/services/services.service.php:54 +msgid "Create Service" +msgstr "Create Service" + +#: ../../enterprise/operation/menu.php:100 +msgid "Transactional map" +msgstr "" + +#: ../../enterprise/operation/menu.php:111 +msgid "Custom SQL" +msgstr "Custom SQL" + +#: ../../enterprise/operation/menu.php:128 +#: ../../enterprise/operation/log/log_viewer.php:150 +msgid "Log viewer" +msgstr "Log viewer" + +#: ../../enterprise/operation/log/log_viewer.php:215 +#: ../../enterprise/include/functions_netflow_pdf.php:160 +msgid "Start date" +msgstr "Start date" + +#: ../../enterprise/operation/log/log_viewer.php:350 +msgid "The start date cannot be greater than the end date" +msgstr "The start date cannot be greater than the end date" + +#: ../../enterprise/extensions/vmware/main.php:30 +msgid "WMware Plugin Settings" +msgstr "WMware Plugin Settings" + +#: ../../enterprise/extensions/vmware/main.php:125 +msgid "There was an error updating the execution data of the plugin" +msgstr "There was an error updating the execution data of the plugin" + +#: ../../enterprise/extensions/vmware/main.php:132 +msgid "There was an error activating the execution of the plugin" +msgstr "There was an error activating the execution of the plugin" + +#: ../../enterprise/extensions/vmware/main.php:179 +msgid "Config Path" +msgstr "Config Path" + +#: ../../enterprise/extensions/vmware/main.php:186 +msgid "Plugin Path" +msgstr "Plugin Path" + +#: ../../enterprise/extensions/vmware/main.php:208 +msgid "Config parameters" +msgstr "Config parameters" + +#: ../../enterprise/extensions/vmware/main.php:215 +msgid "V-Center IP" +msgstr "V-Center IP" + +#: ../../enterprise/extensions/vmware/main.php:220 +msgid "Datacenter Name" +msgstr "Datacenter Name" + +#: ../../enterprise/extensions/vmware/main.php:242 +msgid "Plugin execution" +msgstr "Plugin execution" + +#: ../../enterprise/extensions/vmware/main.php:243 msgid "" -"With this option enabled, your account access will be more secure, \n" -"\t\tcause a code generated by other application will be required after the " -"login" +"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 "" -"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." +"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" -#: ../../include/ajax/double_auth.ajax.php:194 +#: ../../enterprise/extensions/vmware/main.php:252 +#: ../../enterprise/extensions/cron/main.php:189 +#: ../../enterprise/extensions/cron/main.php:295 +msgid "Scheduled" +msgstr "Scheduled" + +#: ../../enterprise/extensions/vmware/main.php:275 +#: ../../enterprise/godmode/agentes/collections.php:217 +msgid "Apply changes" +msgstr "Apply changes" + +#: ../../enterprise/extensions/vmware/vmware_manager.php:160 +msgid "Power Status: " +msgstr "Power Status: " + +#: ../../enterprise/extensions/vmware/vmware_manager.php:206 +msgid "Change Status" +msgstr "Change Status" + +#: ../../enterprise/extensions/vmware/functions.php:21 +#: ../../enterprise/extensions/vmware/functions.php:22 +#: ../../enterprise/extensions/vmware/functions.php:23 +#: ../../enterprise/meta/advanced/metasetup.visual.php:149 +#: ../../godmode/setup/setup_visuals.php:674 ../../include/functions.php:434 +#: ../../include/functions.php:568 ../../include/functions_html.php:722 +msgid "minutes" +msgstr "minutes" + +#: ../../enterprise/extensions/vmware/functions.php:24 +#: ../../enterprise/extensions/cron/functions.php:154 +msgid "Hourly" +msgstr "Hourly" + +#: ../../enterprise/extensions/vmware/functions.php:25 +#: ../../enterprise/extensions/cron/functions.php:155 +#: ../../godmode/agentes/module_manager_editor_prediction.php:159 +msgid "Daily" +msgstr "Daily" + +#: ../../enterprise/extensions/vmware/functions.php:26 +#: ../../enterprise/extensions/cron/functions.php:156 +#: ../../godmode/agentes/planned_downtime.editor.php:533 +#: ../../godmode/agentes/module_manager_editor_prediction.php:157 +msgid "Weekly" +msgstr "Weekly" + +#: ../../enterprise/extensions/vmware/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +#: ../../godmode/agentes/module_manager_editor_prediction.php:158 +msgid "Monthly" +msgstr "Monthly" + +#: ../../enterprise/extensions/vmware/functions.php:28 +#: ../../enterprise/extensions/cron/functions.php:158 +msgid "Yearly" +msgstr "Annually" + +#: ../../enterprise/extensions/vmware/functions.php:153 +#: ../../enterprise/extensions/vmware/functions.php:181 +msgid "The file does not exists" +msgstr "The file does not exists" + +#: ../../enterprise/extensions/vmware/functions.php:157 +msgid "The file is not readable by HTTP Server" +msgstr "The file is not readable by HTTP Server" + +#: ../../enterprise/extensions/vmware/functions.php:158 +#: ../../enterprise/extensions/vmware/functions.php:163 +msgid "Please check that the web server has write rights on the file" +msgstr "Please check that the web server has write rights on the file" + +#: ../../enterprise/extensions/vmware/functions.php:162 +msgid "The file is not writable by HTTP Server" +msgstr "The file is not writable by HTTP Server" + +#: ../../enterprise/extensions/vmware/vmware_view.php:620 +#: ../../enterprise/extensions/vmware/vmware_view.php:1016 +msgid "Top 5 VMs CPU Usage" +msgstr "Top 5 VMs CPU Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:627 +#: ../../enterprise/extensions/vmware/vmware_view.php:1023 +msgid "Top 5 VMs Memory Usage" +msgstr "Top 5 VMs Memory Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:636 +#: ../../enterprise/extensions/vmware/vmware_view.php:1032 +msgid "Top 5 VMs Disk Usage" +msgstr "Top 5 VMs Disc Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:643 +#: ../../enterprise/extensions/vmware/vmware_view.php:1039 +msgid "Top 5 VMs Network Usage" +msgstr "Top 5 VMs Network Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:686 +msgid "Host ESX" +msgstr "Host ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:929 +msgid "CPU Usage" +msgstr "CPU Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:939 +msgid "Memory Usage" +msgstr "Memory Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:949 +msgid "Disk I/O Rate" +msgstr "Disc I/O Rate" + +#: ../../enterprise/extensions/vmware/vmware_view.php:959 +msgid "Network Usage" +msgstr "Network Usage" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1076 +msgid "ESX Detail" +msgstr "ESX Detail" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1094 +msgid "ESX details" +msgstr "ESX details" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1105 +msgid "VMware view" +msgstr "VMware view" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1188 +msgid "Show Datastores" +msgstr "Show Datastores" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1191 +msgid "Show ESX" +msgstr "Show ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1194 +msgid "Show VM" +msgstr "Show VM" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1198 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:564 +#: ../../godmode/reporting/visual_console_builder.wizard.php:143 +msgid "Font" +msgstr "Font" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1212 +msgid "Zoom" +msgstr "Zoom" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1223 +msgid "View options" +msgstr "View options" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1270 +msgid "VMware map" +msgstr "VMware map" + +#: ../../enterprise/extensions/csv_import_group.php:27 +msgid "CSV import group" +msgstr "CSV import group" + +#: ../../enterprise/extensions/ipam.php:168 +#: ../../enterprise/extensions/ipam.php:284 +msgid "Subnetworks calculator" +msgstr "Subnetworks calculator" + +#: ../../enterprise/extensions/ipam.php:189 +#: ../../enterprise/extensions/ipam/ipam_list.php:230 +msgid "Manage addresses" +msgstr "Manage addresses" + +#: ../../enterprise/extensions/ipam.php:197 +#: ../../godmode/massive/massive_operations.php:215 +msgid "Massive operations" +msgstr "Massive operations" + +#: ../../enterprise/extensions/ipam.php:205 +#: ../../enterprise/extensions/ipam/ipam_list.php:233 +msgid "Addresses view" +msgstr "Addresses view" + +#: ../../enterprise/extensions/ipam.php:240 +#: ../../enterprise/extensions/ipam.php:308 +#: ../../enterprise/extensions/ipam.php:330 +#: ../../enterprise/extensions/ipam.php:331 +msgid "IPAM" +msgstr "IPAM" + +#: ../../enterprise/extensions/resource_registration/functions.php:37 +#, php-format +msgid "Error create '%s' policy, the name exist and there aren't free name." +msgstr "Error create '%s' policy, the name exists and there aren't free names." + +#: ../../enterprise/extensions/resource_registration/functions.php:44 +#, php-format +msgid "Warning create '%s' policy, the name exist, the policy have a name %s." +msgstr "" +"Warning on creating '%s' policy, the name exists and the policy has the name " +"%s." + +#: ../../enterprise/extensions/resource_registration/functions.php:51 +msgid "Error the policy haven't name." +msgstr "Error. The policy doesn't have a name." + +#: ../../enterprise/extensions/resource_registration/functions.php:65 +#, php-format +msgid "Success create '%s' policy." +msgstr "Success in creating '%s' policy." + +#: ../../enterprise/extensions/resource_registration/functions.php:66 +#, php-format +msgid "Error create '%s' policy." +msgstr "Error in creating '%s' policy." + +#: ../../enterprise/extensions/resource_registration/functions.php:131 +#, php-format +msgid "Success add '%s' collection." +msgstr "Success in adding '%s' collection." + +#: ../../enterprise/extensions/resource_registration/functions.php:132 +#, php-format +msgid "Error add '%s' collection." +msgstr "Error in adding '%s' collection." + +#: ../../enterprise/extensions/resource_registration/functions.php:148 +#, fuzzy, php-format +msgid "Success add '%s' agent plugin." +msgstr "Success in adding '%s' agent." + +#: ../../enterprise/extensions/resource_registration/functions.php:149 +#, fuzzy, php-format +msgid "Error add '%s' agent plugin." +msgstr "Error in adding '%s' agent." + +#: ../../enterprise/extensions/resource_registration/functions.php:160 +msgid "Error add the module, haven't type." +msgstr "Error on adding the module, it doesn't have a type." + +#: ../../enterprise/extensions/resource_registration/functions.php:232 +#: ../../enterprise/extensions/resource_registration/functions.php:262 +#: ../../enterprise/extensions/resource_registration/functions.php:319 +#: ../../enterprise/extensions/resource_registration/functions.php:365 +msgid "Error add the module, error in tag component." +msgstr "Error on adding the module, error in tag component." + +#: ../../enterprise/extensions/resource_registration/functions.php:406 +msgid "Error add the module plugin importation, plugin is not registered" +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:417 +#, php-format +msgid "Success add '%s' module." +msgstr "Success in adding '%s' module." + +#: ../../enterprise/extensions/resource_registration/functions.php:418 +#, php-format +msgid "Error add '%s' module." +msgstr "Error on adding '%s' module." + +#: ../../enterprise/extensions/resource_registration/functions.php:428 +#, php-format +msgid "Error add the alert, the template '%s' don't exist." +msgstr "Error on adding the alert, the template '%s' doesn't exist." + +#: ../../enterprise/extensions/resource_registration/functions.php:436 +#, php-format +msgid "Error add the alert, the module '%s' don't exist." +msgstr "Error on adding the alert, the module '%s' doesn't exist." + +#: ../../enterprise/extensions/resource_registration/functions.php:448 +#, php-format +msgid "Success add '%s' alert." +msgstr "Success in adding '%s' alert." + +#: ../../enterprise/extensions/resource_registration/functions.php:449 +#, php-format +msgid "Error add '%s' alert." +msgstr "Error on adding '%s' alert." + +#: ../../enterprise/extensions/resource_registration/functions.php:465 +#, php-format +msgid "Error add the alert, the action '%s' don't exist." +msgstr "Error on adding the alert, the action '%s' doesn't exist." + +#: ../../enterprise/extensions/resource_registration/functions.php:477 +#, php-format +msgid "Success add '%s' action." +msgstr "Success in adding '%s' action." + +#: ../../enterprise/extensions/csv_import_group/main.php:40 +#, php-format +msgid "Created group %s" +msgstr "Created group %s" + +#: ../../enterprise/extensions/csv_import_group/main.php:41 +#, php-format +msgid "Could not create group %s" +msgstr "Could not create group %s" + +#: ../../enterprise/extensions/csv_import_group/main.php:46 +#: ../../enterprise/extensions/csv_import/main.php:46 +msgid "File processed" +msgstr "File processed" + +#: ../../enterprise/extensions/csv_import_group/main.php:56 +#: ../../enterprise/extensions/csv_import/main.php:56 +msgid "CSV format" +msgstr "CSV format" + +#: ../../enterprise/extensions/csv_import_group/main.php:57 +#: ../../enterprise/extensions/csv_import/main.php:57 +msgid "The CSV file must have the fields in the following order" +msgstr "The CSV file must have the fields in the following order" + +#: ../../enterprise/extensions/csv_import_group/main.php:72 +#: ../../enterprise/extensions/csv_import/main.php:72 +msgid "Upload file" +msgstr "Upload file" + +#: ../../enterprise/extensions/csv_import_group/main.php:75 +#: ../../enterprise/extensions/csv_import/main.php:79 +msgid "Separator" +msgstr "Separator" + +#: ../../enterprise/extensions/csv_import_group/main.php:79 +#: ../../enterprise/extensions/csv_import/main.php:83 +msgid "Upload CSV file" +msgstr "Upload CSV file" + +#: ../../enterprise/extensions/csv_import_group/main.php:84 +#: ../../enterprise/extensions/csv_import/main.php:88 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 +#: ../../include/functions_filemanager.php:638 +msgid "Go" +msgstr "Go" + +#: ../../enterprise/extensions/backup.php:63 +msgid "Backup" +msgstr "Backup" + +#: ../../enterprise/extensions/backup/main.php:53 +msgid "Pandora database backup utility" +msgstr "Pandora database backup utility" + +#: ../../enterprise/extensions/backup/main.php:114 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 +#: ../../enterprise/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:852 +#: ../../enterprise/include/functions_services.php:1700 +#: ../../enterprise/include/functions_reporting.php:1256 +#: ../../enterprise/include/functions_reporting.php:2285 +#: ../../enterprise/include/functions_reporting.php:3099 +#: ../../enterprise/include/functions_reporting.php:3441 +#: ../../enterprise/include/functions_reporting_pdf.php:1637 +#: ../../enterprise/include/functions_reporting_pdf.php:1666 +#: ../../enterprise/include/functions_reporting_pdf.php:1822 +#: ../../enterprise/include/functions_reporting_pdf.php:2051 +#: ../../enterprise/include/functions_reporting_pdf.php:2101 +#: ../../enterprise/dashboard/widgets/maps_status.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 +#: ../../include/functions_db.php:1526 +#: ../../include/functions_reporting_html.php:369 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:1510 +msgid "OK" +msgstr "OK" + +#: ../../enterprise/extensions/backup/main.php:119 +msgid "Lost" +msgstr "Lost" + +#: ../../enterprise/extensions/backup/main.php:145 +msgid "Backups list" +msgstr "Backups list" + +#: ../../enterprise/extensions/backup/main.php:150 +msgid "Create backup" +msgstr "Create backup" + +#: ../../enterprise/extensions/check_acls.php:16 +msgid "ACL users for this agent" +msgstr "ACL users for this agent" + +#: ../../enterprise/extensions/check_acls.php:44 +#: ../../enterprise/extensions/check_acls.php:124 +#: ../../godmode/users/profile_list.php:304 +msgid "System incidents reading" +msgstr "Read system incidents" + +#: ../../enterprise/extensions/check_acls.php:45 +#: ../../enterprise/extensions/check_acls.php:125 +#: ../../godmode/users/profile_list.php:305 +msgid "System incidents writing" +msgstr "Write system incidents" + +#: ../../enterprise/extensions/check_acls.php:46 +#: ../../enterprise/extensions/check_acls.php:126 +#: ../../godmode/users/profile_list.php:306 +msgid "System incidents management" +msgstr "Manage system incidents" + +#: ../../enterprise/extensions/check_acls.php:47 +#: ../../enterprise/extensions/check_acls.php:127 +#: ../../godmode/users/profile_list.php:307 +msgid "Agents reading" +msgstr "Read agents" + +#: ../../enterprise/extensions/check_acls.php:48 +#: ../../enterprise/extensions/check_acls.php:128 +#: ../../godmode/users/profile_list.php:308 +#: ../../include/functions_menu.php:479 +msgid "Agents management" +msgstr "Manage agents" + +#: ../../enterprise/extensions/check_acls.php:49 +#: ../../enterprise/extensions/check_acls.php:129 +#: ../../godmode/users/profile_list.php:309 +msgid "Agents disable" +msgstr "Disable agents" + +#: ../../enterprise/extensions/check_acls.php:50 +#: ../../enterprise/extensions/check_acls.php:130 +#: ../../godmode/users/profile_list.php:310 +msgid "Alerts editing" +msgstr "Edit alerts" + +#: ../../enterprise/extensions/check_acls.php:51 +#: ../../enterprise/extensions/check_acls.php:131 +#: ../../godmode/users/profile_list.php:312 ../../godmode/menu.php:83 +msgid "Users management" +msgstr "Manage users" + +#: ../../enterprise/extensions/check_acls.php:52 +#: ../../enterprise/extensions/check_acls.php:132 +#: ../../godmode/users/profile_list.php:313 +msgid "Database management" +msgstr "Database management" + +#: ../../enterprise/extensions/check_acls.php:53 +#: ../../enterprise/extensions/check_acls.php:133 +#: ../../godmode/users/profile_list.php:311 +msgid "Alerts management" +msgstr "Manage alerts" + +#: ../../enterprise/extensions/check_acls.php:54 +#: ../../enterprise/extensions/check_acls.php:134 +#: ../../godmode/users/profile_list.php:317 +msgid "Reports reading" +msgstr "Read reports" + +#: ../../enterprise/extensions/check_acls.php:55 +#: ../../enterprise/extensions/check_acls.php:135 +#: ../../godmode/users/profile_list.php:318 +msgid "Reports writing" +msgstr "Write reports" + +#: ../../enterprise/extensions/check_acls.php:56 +#: ../../enterprise/extensions/check_acls.php:136 +#: ../../godmode/users/profile_list.php:319 +msgid "Reports management" +msgstr "Manage reports" + +#: ../../enterprise/extensions/check_acls.php:57 +#: ../../enterprise/extensions/check_acls.php:137 +#: ../../godmode/users/profile_list.php:314 +msgid "Events reading" +msgstr "Read events" + +#: ../../enterprise/extensions/check_acls.php:58 +#: ../../enterprise/extensions/check_acls.php:138 +#: ../../godmode/users/profile_list.php:315 +msgid "Events writing" +msgstr "Write events" + +#: ../../enterprise/extensions/check_acls.php:59 +#: ../../enterprise/extensions/check_acls.php:139 +#: ../../godmode/users/profile_list.php:316 +msgid "Events management" +msgstr "Manage events" + +#: ../../enterprise/extensions/check_acls.php:60 +#: ../../enterprise/extensions/check_acls.php:140 +#: ../../godmode/users/profile_list.php:326 +msgid "Systems management" +msgstr "Systems management" + +#: ../../enterprise/extensions/check_acls.php:100 +msgid "There are no defined users" +msgstr "There are no defined users" + +#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:76 +msgid "Module tags" +msgstr "Module tags" + +#: ../../enterprise/extensions/check_acls.php:188 +msgid "ACL module tags for the modules in this agent" +msgstr "ACL module tags for the modules in this agent" + +#: ../../enterprise/extensions/check_acls.php:198 +msgid "Only admin users can see this section." +msgstr "Only admin users can see this section." + +#: ../../enterprise/extensions/check_acls.php:202 +msgid "Check ACL" +msgstr "Check ACL" + +#: ../../enterprise/extensions/csv_import/main.php:40 +#, php-format +msgid "Created agent %s" +msgstr "Created agent %s" + +#: ../../enterprise/extensions/csv_import/main.php:41 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 +#, php-format +msgid "Could not create agent %s" +msgstr "Could not create agent %s" + +#: ../../enterprise/extensions/vmware.php:46 +msgid "VMware" +msgstr "VMware" + +#: ../../enterprise/extensions/cron.php:115 +#: ../../enterprise/extensions/cron.php:121 +#: ../../enterprise/extensions/cron/main.php:39 +msgid "Cron jobs" +msgstr "Cron jobs" + +#: ../../enterprise/extensions/csv_import.php:27 +msgid "CSV import" +msgstr "CSV import" + +#: ../../enterprise/extensions/translate_string.php:165 +#: ../../enterprise/extensions/translate_string.php:326 +msgid "Translate string" +msgstr "Translate string" + +#: ../../enterprise/extensions/translate_string.php:254 +#: ../../enterprise/extensions/translate_string.php:255 +#: ../../enterprise/godmode/policies/policy_collections.php:176 +#: ../../enterprise/godmode/policies/policies.php:235 +#: ../../enterprise/godmode/agentes/collections.php:169 +#: ../../enterprise/godmode/agentes/collection_manager.php:44 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 +#: ../../godmode/admin_access_logs.php:65 +#: ../../godmode/admin_access_logs.php:66 +msgid "Free text for search (*)" +msgstr "Free text for search (*)" + +#: ../../enterprise/extensions/translate_string.php:271 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 +msgid "Please search for anything text." +msgstr "Please search for anything text." + +#: ../../enterprise/extensions/translate_string.php:280 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 +msgid "Original string" +msgstr "Original string" + +#: ../../enterprise/extensions/translate_string.php:281 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 +msgid "Translation in selected language" +msgstr "Translation in selected language" + +#: ../../enterprise/extensions/translate_string.php:282 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 +msgid "Customize translation" +msgstr "Customize translation" + +#: ../../enterprise/extensions/ipam/ipam_network.php:104 +msgid "No addresses found on this network" +msgstr "No addresses found on this network" + +#: ../../enterprise/extensions/ipam/ipam_network.php:121 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:53 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:324 +msgid "Subnet" +msgstr "Subnet" + +#: ../../enterprise/extensions/ipam/ipam_network.php:219 +msgid "Total IPs" +msgstr "Total IPs" + +#: ../../enterprise/extensions/ipam/ipam_network.php:225 +#: ../../enterprise/extensions/ipam/ipam_network.php:550 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +msgid "Alive" +msgstr "Alive" + +#: ../../enterprise/extensions/ipam/ipam_network.php:227 +#: ../../enterprise/extensions/ipam/ipam_network.php:553 +msgid "Not alive" +msgstr "Not alive" + +#: ../../enterprise/extensions/ipam/ipam_network.php:231 +#: ../../enterprise/extensions/ipam/ipam_network.php:540 +#: ../../enterprise/extensions/ipam/ipam_massive.php:77 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:191 +msgid "Managed" +msgstr "Managed" + +#: ../../enterprise/extensions/ipam/ipam_network.php:233 +msgid "Not managed" +msgstr "Unmanaged" + +#: ../../enterprise/extensions/ipam/ipam_network.php:237 +#: ../../enterprise/extensions/ipam/ipam_network.php:306 +#: ../../enterprise/extensions/ipam/ipam_network.php:541 +#: ../../enterprise/extensions/ipam/ipam_massive.php:78 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:201 +msgid "Reserved" +msgstr "Reserved" + +#: ../../enterprise/extensions/ipam/ipam_network.php:239 +msgid "Not Reserved" +msgstr "Not Reserved" + +#: ../../enterprise/extensions/ipam/ipam_network.php:269 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/alerts/alert_events_list.php:420 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:406 +#: ../../godmode/reporting/reporting_builder.list_items.php:306 +#: ../../godmode/reporting/reporting_builder.list_items.php:501 +msgid "Sort" +msgstr "Sort" + +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +msgid "DESC" +msgstr "DESC" + +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +msgid "ASC" +msgstr "ASC" + +#: ../../enterprise/extensions/ipam/ipam_network.php:274 +#: ../../enterprise/extensions/ipam/ipam_network.php:275 +#: ../../enterprise/extensions/ipam/ipam_network.php:536 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:157 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +msgid "Hostname" +msgstr "Hostname" + +#: ../../enterprise/extensions/ipam/ipam_network.php:274 +msgid "A -> Z" +msgstr "A -> Z" + +#: ../../enterprise/extensions/ipam/ipam_network.php:275 +msgid "Z -> A" +msgstr "Z -> A" + +#: ../../enterprise/extensions/ipam/ipam_network.php:276 +#: ../../enterprise/extensions/ipam/ipam_network.php:277 +msgid "Last check" +msgstr "Last check" + +#: ../../enterprise/extensions/ipam/ipam_network.php:276 +msgid "Newer -> Older" +msgstr "Newer -> Older" + +#: ../../enterprise/extensions/ipam/ipam_network.php:277 +msgid "Older -> Newer" +msgstr "Older -> Newer" + +#: ../../enterprise/extensions/ipam/ipam_network.php:284 +msgid "Exact address match" +msgstr "Exact address match" + +#: ../../enterprise/extensions/ipam/ipam_network.php:288 +msgid "Big" +msgstr "Big" + +#: ../../enterprise/extensions/ipam/ipam_network.php:289 +msgid "Tiny" +msgstr "Tiny" + +#: ../../enterprise/extensions/ipam/ipam_network.php:290 +msgid "Icons style" +msgstr "Icons style" + +#: ../../enterprise/extensions/ipam/ipam_network.php:297 +msgid "Show not alive hosts" +msgstr "Show not alive hosts" + +#: ../../enterprise/extensions/ipam/ipam_network.php:300 +msgid "Show only managed addresses" +msgstr "Show only managed addresses" + +#: ../../enterprise/extensions/ipam/ipam_network.php:303 +msgid "Reserved addresses" +msgstr "Reserved addresses" + +#: ../../enterprise/extensions/ipam/ipam_network.php:307 +msgid "Unreserved" +msgstr "Unreserved" + +#: ../../enterprise/extensions/ipam/ipam_network.php:332 +msgid "Filter options" +msgstr "Filter options" + +#: ../../enterprise/extensions/ipam/ipam_network.php:472 +msgid "Edit address" +msgstr "Edit address" + +#: ../../enterprise/extensions/ipam/ipam_network.php:477 +msgid "Disabled address" +msgstr "Disabled address" + +#: ../../enterprise/extensions/ipam/ipam_network.php:477 +msgid "This address will not be updated by the server" +msgstr "This address will not be updated by the server" + +#: ../../enterprise/extensions/ipam/ipam_network.php:574 +#: ../../enterprise/extensions/ipam/ipam_network.php:609 +#: ../../enterprise/extensions/ipam/ipam_network.php:632 +msgid "Change to automatic mode" +msgstr "Change to automatic mode" + +#: ../../enterprise/extensions/ipam/ipam_network.php:575 +#: ../../enterprise/extensions/ipam/ipam_network.php:610 +#: ../../enterprise/extensions/ipam/ipam_network.php:633 +msgid "Change to manual mode" +msgstr "Change to manual mode" + +#: ../../enterprise/extensions/ipam/ipam_network.php:649 +msgid "Add comments" +msgstr "Add comments" + +#: ../../enterprise/extensions/ipam/ipam_network.php:666 +msgid "Update agent address" +msgstr "Update agent address" + +#: ../../enterprise/extensions/ipam/ipam_network.php:783 +msgid "Please, uncheck auto option to set manual agent." +msgstr "Please, uncheck auto option to set manual agent." + +#: ../../enterprise/extensions/ipam/ipam_massive.php:68 +msgid "Addresses" +msgstr "Addresses" + +#: ../../enterprise/extensions/ipam/ipam_action.php:79 +#: ../../enterprise/extensions/ipam/ipam_action.php:115 +msgid "Incorrect format in Subnet field" +msgstr "Wrong format in Subnet field" + +#: ../../enterprise/extensions/ipam/ipam_action.php:83 +#: ../../enterprise/extensions/ipam/ipam_action.php:120 +msgid "The location is not filled, please add a location." +msgstr "The location is not filled, please add a location." + +#: ../../enterprise/extensions/ipam/ipam_action.php:194 +msgid "Successfully updated." +msgstr "Successfully updated." + +#: ../../enterprise/extensions/ipam/ipam_action.php:198 +#: ../../include/functions_reporting.php:1431 +msgid "No changes found." +msgstr "No changes found." + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:43 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:44 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:52 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:53 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:54 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:55 +msgid "Example:" +msgstr "Example:" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 +msgid "Bit mask" +msgstr "Bit mask" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:46 +msgid "Net mask" +msgstr "Net mask" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:48 +msgid "Mask format" +msgstr "Mask format" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:50 +msgid "Mask" +msgstr "Mask" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:63 +msgid "Calculate" +msgstr "Calculate" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:70 +msgid "Address field is empty" +msgstr "Address field is empty" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:76 +msgid "Mask field is empty" +msgstr "Mask field is empty" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:94 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:109 +msgid "Incorrect address format" +msgstr "Incorrect address format" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:98 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:102 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:113 +msgid "Incorrect mask format" +msgstr "Incorrect mask format" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:141 +msgid "Network mask" +msgstr "Network mask" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:155 +msgid "Network wildcard" +msgstr "Network wildcard" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:160 +msgid "Network address" +msgstr "Network address" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:165 +msgid "Broadcast address" +msgstr "Broadcast address" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:170 +msgid "First valid IP" +msgstr "First valid IP" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:175 +msgid "Last valid IP" +msgstr "Last valid IP" + +#: ../../enterprise/extensions/ipam/ipam_calculator.php:181 +msgid "Hosts/Net" +msgstr "Hosts/Net" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:35 +msgid "Network not found" +msgstr "Network not found" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +msgid "Format: IP/Mask" +msgstr "Format: IP/Mask" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:71 +msgid "Examples" +msgstr "Examples" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +msgid "For example: Central Data Center" +msgstr "For example: Central Data Centre" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 +msgid "Scan interval" +msgstr "Scan interval" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 +msgid "0 for manually scan" +msgstr "0 for manually scan" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:95 +#: ../../enterprise/godmode/setup/setup_history.php:68 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:666 +msgid "Days" +msgstr "Days" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 +msgid "Operator users" +msgstr "Operator users" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 msgid "" -"You will need to install the app from the following link before continue" +"The list of users can manage the networks in the IPAM. Only the admin users " +"can manage networks and edit the networks." msgstr "" -"You will need to install the app from the following link before continuing" +"The list of users can manage the networks in the IPAM. Only the admin users " +"can manage networks and edit the networks." -#: ../../include/ajax/double_auth.ajax.php:199 -msgid "Download the app" -msgstr "Download the app" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:84 +msgid "There is not an available IP." +msgstr "There is not an available IP." -#: ../../include/ajax/double_auth.ajax.php:203 -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "Continue" -msgstr "Continue" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:87 +msgid "Next available IP Address is:" +msgstr "Next available IP Address is:" -#: ../../include/ajax/double_auth.ajax.php:219 -msgid "Are you installed the app yet?" -msgstr "Have you installed the app yet?" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:110 +msgid "Reserve this IP now" +msgstr "Reserve this IP now" -#: ../../include/ajax/double_auth.ajax.php:247 -#: ../../include/ajax/double_auth.ajax.php:342 -#: ../../include/ajax/double_auth.ajax.php:387 -#: ../../include/ajax/double_auth.ajax.php:501 -#: ../../operation/users/user_edit.php:569 -#: ../../operation/users/user_edit.php:634 -#: ../../operation/users/user_edit.php:705 ../../general/logon_failed.php:21 -msgid "Authentication error" -msgstr "Authentication error" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:126 +msgid "Manage this IP now" +msgstr "Manage this IP now" -#: ../../include/ajax/double_auth.ajax.php:254 -#: ../../include/ajax/double_auth.ajax.php:349 -#: ../../include/ajax/double_auth.ajax.php:394 -#: ../../include/ajax/double_auth.ajax.php:509 -#: ../../operation/users/user_edit.php:576 -#: ../../operation/users/user_edit.php:641 -msgid "There was an error loading the data" -msgstr "There was an error sending the data" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:167 +msgid "Operating system" +msgstr "Operating system" -#: ../../include/ajax/double_auth.ajax.php:277 -msgid "A private code has been generated" -msgstr "A private code has been generated" +#: ../../enterprise/extensions/ipam/ipam_ajax.php:177 +msgid "This agent has other IPs" +msgstr "This agent has other IPs" -#: ../../include/ajax/double_auth.ajax.php:282 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:186 +msgid "Generate events" +msgstr "Generate events" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:226 +msgid "Edited" +msgstr "Edited" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:252 +msgid "Ping" +msgstr "Ping" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:269 +#: ../../include/ajax/events.php:158 +#, php-format +msgid "Executing command: %s" +msgstr "Executing command : %s" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:276 +#: ../../include/ajax/events.php:165 +msgid "Execute again" +msgstr "Execute again" + +#: ../../enterprise/extensions/ipam/ipam_ajax.php:294 +msgid "Ping to host" +msgstr "Ping to host" + +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 +msgid "Export to Excel" +msgstr "Export to Excel" + +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 +msgid "Assign next free IP" +msgstr "Assign next free IP" + +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 +msgid "Next available IP" +msgstr "Next available IP" + +#: ../../enterprise/extensions/ipam/ipam_list.php:133 +msgid "No networks found" +msgstr "No networks found" + +#: ../../enterprise/extensions/ipam/ipam_list.php:175 +msgid "IPs" +msgstr "IPs" + +#: ../../enterprise/extensions/ipam/ipam_list.php:239 +msgid "Edit network" +msgstr "Edit network" + +#: ../../enterprise/extensions/ipam/ipam_list.php:243 +msgid "Delete network" +msgstr "Delete network" + +#: ../../enterprise/extensions/cron/main.php:45 +msgid "Add new job" +msgstr "Add new job" + +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +msgid "Path doesn't exists or is not writable" +msgstr "Path doesn't exist or is not writable." + +#: ../../enterprise/extensions/cron/main.php:111 +#: ../../enterprise/extensions/cron/main.php:126 +msgid "Edit job" +msgstr "Edit job" + +#: ../../enterprise/extensions/cron/main.php:152 +msgid "Cron extension is not running" +msgstr "Cron extension is not running" + +#: ../../enterprise/extensions/cron/main.php:153 +msgid "Cron extension has never run or it's not configured well" +msgstr "Cron extension has never run or it's not configured well." + +#: ../../enterprise/extensions/cron/main.php:155 msgid "" -"Before continue, you should create a new entry into the authenticator app" +"This extension relies on a proper setup of cron, the time-based scheduling " +"service" msgstr "" -"Before continuing, you should create a new entry in the authentication app" - -#: ../../include/ajax/double_auth.ajax.php:292 -msgid "Refresh code" -msgstr "Refresh code" - -#: ../../include/ajax/double_auth.ajax.php:358 -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:420 -msgid "Introduce a code generated by the app" -msgstr "Introduce a code generated by the app" - -#: ../../include/ajax/double_auth.ajax.php:421 -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:430 -msgid "Validate code" -msgstr "Validate code" - -#: ../../include/ajax/double_auth.ajax.php:481 -msgid "The code is valid, you can exit now" -msgstr "The code is valid. You may exit now." - -#: ../../include/ajax/double_auth.ajax.php:497 -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/module.php:130 -msgid "3 years" -msgstr "3 years" - -#: ../../include/ajax/module.php:134 -#: ../../operation/agentes/datos_agente.php:185 -msgid "Choose a time from now" -msgstr "Choose a time from now" - -#: ../../include/ajax/module.php:146 -#: ../../operation/agentes/datos_agente.php:188 -msgid "Specify time range" -msgstr "Specify time range" - -#: ../../include/ajax/module.php:307 -#: ../../operation/agentes/datos_agente.php:286 -#: ../../godmode/agentes/module_manager.php:482 -msgid "No available data to show" -msgstr "No available data to show" - -#: ../../include/ajax/module.php:697 -#: ../../operation/agentes/alerts_status.php:415 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../operation/agentes/alerts_status.php:490 -#: ../../operation/agentes/alerts_status.php:524 -msgid "Force execution" -msgstr "Force execution" - -#: ../../include/ajax/module.php:697 -#: ../../operation/agentes/alerts_status.php:416 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../operation/agentes/alerts_status.php:490 -#: ../../operation/agentes/alerts_status.php:524 -msgid "F." -msgstr "F." - -#: ../../include/ajax/module.php:713 -#: ../../operation/agentes/status_monitor.php:961 -#: ../../godmode/agentes/module_manager.php:524 -msgid "Warn" -msgstr "Warn" - -#: ../../include/ajax/module.php:787 ../../include/ajax/module.php:797 -#: ../../godmode/agentes/module_manager.php:620 -#: ../../godmode/agentes/module_manager.php:630 -msgid "Adopted" -msgstr "Adopted" - -#: ../../include/ajax/module.php:797 ../../include/ajax/module.php:801 -#: ../../godmode/agentes/module_manager.php:630 -#: ../../godmode/agentes/module_manager.php:634 -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Unlinked" -msgstr "Not linked" - -#: ../../include/ajax/module.php:1016 -msgid "Any monitors aren't with this filter." -msgstr "No monitors have this filter." - -#: ../../include/ajax/module.php:1019 -msgid "This agent doesn't have any active monitors." -msgstr "This agent doesn't have any active monitors." - -#: ../../include/ajax/update_manager.ajax.php:95 -msgid "Invalid extension. The package must have the extension .oum." -msgstr "Invalid extension. The package is required to be in '.oum' format." - -#: ../../include/ajax/update_manager.ajax.php:102 -msgid "The file was not uploaded succesfully." -msgstr "The file wasn't uploaded successfully." - -#: ../../include/ajax/events.php:300 -msgid "Agent fields" -msgstr "Agent fields" - -#: ../../include/ajax/events.php:308 -msgid "Custom data" -msgstr "Custom data" - -#: ../../include/ajax/events.php:376 -msgid "Error adding comment" -msgstr "Error on adding comment." - -#: ../../include/ajax/events.php:377 -msgid "Comment added successfully" -msgstr "Comment added successfully." - -#: ../../include/ajax/events.php:378 -msgid "Error changing event status" -msgstr "Error on changing event status." - -#: ../../include/ajax/events.php:379 -msgid "Event status changed successfully" -msgstr "Event status changed successfully." - -#: ../../include/ajax/events.php:380 -msgid "Error changing event owner" -msgstr "Error: could not change event owner." - -#: ../../include/ajax/events.php:381 -msgid "Event owner changed successfully" -msgstr "Event owner changed successfully." - -#: ../../include/graphs/functions_flot.php:213 -msgid "Cancel zoom" -msgstr "Cancel zoom" - -#: ../../include/graphs/functions_flot.php:215 -msgid "Warning and Critical thresholds" -msgstr "Warning and Critical thresholds" - -#: ../../include/graphs/functions_flot.php:218 -msgid "Overview graph" -msgstr "Overview graph" - -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" -msgstr "An error occured exporting the data" - -#: ../../include/functions_config.php:99 -msgid "Failed updated: User did not login." -msgstr "Update failed : User did not login." - -#: ../../include/functions_config.php:107 -msgid "Failed updated: User is not admin." -msgstr "Update failed: User isn't admin." - -#: ../../include/functions_config.php:136 -#: ../../godmode/setup/setup_general.php:56 -msgid "Remote config directory" -msgstr "Remote config directory" - -#: ../../include/functions_config.php:143 -#: ../../godmode/setup/setup_general.php:69 -msgid "Automatic check for updates" -msgstr "Automatically check for updates" - -#: ../../include/functions_config.php:153 -#: ../../godmode/setup/setup_general.php:93 -msgid "Enable GIS features in Pandora Console" -msgstr "Enable GIS features for the Pandora Console" - -#: ../../include/functions_config.php:155 -#: ../../godmode/setup/setup_general.php:97 -msgid "Enable Integria incidents in Pandora Console" -msgstr "Enable Integria incidents in Pandora Console" - -#: ../../include/functions_config.php:157 -#: ../../godmode/setup/setup_general.php:169 -msgid "Integria inventory" -msgstr "Integria inventory" - -#: ../../include/functions_config.php:159 -#: ../../godmode/setup/setup_general.php:149 -msgid "Integria API password" -msgstr "Integria API password" - -#: ../../include/functions_config.php:161 -#: ../../godmode/setup/setup_general.php:140 -msgid "Integria URL" -msgstr "Integria IMS' URL" - -#: ../../include/functions_config.php:163 -#: ../../godmode/setup/setup_general.php:173 -msgid "Enable Netflow" -msgstr "Enable Netflow" - -#: ../../include/functions_config.php:170 -#: ../../godmode/setup/setup_general.php:213 -msgid "Sound for Alert fired" -msgstr "Sound for Alert fired" - -#: ../../include/functions_config.php:172 -#: ../../godmode/setup/setup_general.php:218 -msgid "Sound for Monitor critical" -msgstr "Sound for Monitor critical" - -#: ../../include/functions_config.php:174 -#: ../../godmode/setup/setup_general.php:223 -msgid "Sound for Monitor warning" -msgstr "Sound for Monitor warning" - -#: ../../include/functions_config.php:185 -msgid "License information" -msgstr "Licence information" - -#: ../../include/functions_config.php:191 -#: ../../godmode/setup/setup_general.php:232 -msgid "Referer security" -msgstr "Enforce URL security" - -#: ../../include/functions_config.php:193 -#: ../../godmode/setup/setup_general.php:240 -msgid "Event storm protection" -msgstr "Event storm protection" - -#: ../../include/functions_config.php:195 -#: ../../godmode/setup/setup_general.php:249 -msgid "Command Snapshot" -msgstr "Command line snapshot" - -#: ../../include/functions_config.php:197 -#: ../../godmode/setup/setup_general.php:254 -msgid "Server logs directory" -msgstr "Server log directory" - -#: ../../include/functions_config.php:199 -#: ../../godmode/setup/setup_general.php:263 -msgid "Tutorial mode" -msgstr "Tutorial mode" - -#: ../../include/functions_config.php:201 -#: ../../godmode/setup/setup_general.php:270 -msgid "Allow create planned downtimes in the past" -msgstr "Allows creating planned downtimes for past dates" - -#: ../../include/functions_config.php:203 -#: ../../godmode/setup/setup_general.php:275 -msgid "Limit parameters massive" -msgstr "Massive parameter limits" - -#: ../../include/functions_config.php:228 -msgid "Replication DB engine" -msgstr "Replication DB engine" - -#: ../../include/functions_config.php:230 -msgid "Replication DB host" -msgstr "Replication DB host" - -#: ../../include/functions_config.php:232 -msgid "Replication DB database" -msgstr "Replication DB database" - -#: ../../include/functions_config.php:234 -msgid "Replication DB user" -msgstr "Replication DB user" - -#: ../../include/functions_config.php:236 -msgid "Replication DB password" -msgstr "Replication DB password" - -#: ../../include/functions_config.php:238 -msgid "Replication DB port" -msgstr "Replication DB port" - -#: ../../include/functions_config.php:366 -#: ../../godmode/setup/performance.php:50 -msgid "Max. days before delete traps" -msgstr "Max. days before trap cleanup" - -#: ../../include/functions_config.php:368 -#: ../../godmode/setup/performance.php:56 -msgid "Max. days before delete string data" -msgstr "Max. days before delete string data" - -#: ../../include/functions_config.php:372 -#: ../../godmode/setup/performance.php:59 -msgid "Max. days before delete GIS data" -msgstr "Max. days before delete GIS data" - -#: ../../include/functions_config.php:374 -#: ../../godmode/setup/performance.php:62 -msgid "Max. days before purge" -msgstr "Max. days before purge" - -#: ../../include/functions_config.php:376 -#: ../../godmode/setup/performance.php:68 -msgid "Max. days before delete unknown modules" -msgstr "Max. days before deleting unknown modules." - -#: ../../include/functions_config.php:378 -#: ../../godmode/setup/performance.php:65 -msgid "Max. days before compact data" -msgstr "Max. days before data compacting" - -#: ../../include/functions_config.php:380 -#: ../../godmode/setup/performance.php:80 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Compact interpolation in hours (1 Fine-20 bad)" - -#: ../../include/functions_config.php:384 -#: ../../godmode/setup/performance.php:97 -msgid "Use realtime statistics" -msgstr "Use realtime statistics" - -#: ../../include/functions_config.php:386 -#: ../../godmode/setup/performance.php:101 -msgid "Batch statistics period (secs)" -msgstr "Batch statistics period (secs)" - -#: ../../include/functions_config.php:390 -#: ../../godmode/setup/performance.php:108 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. recommended number of files in attachment directory" - -#: ../../include/functions_config.php:392 -#: ../../godmode/setup/performance.php:111 -msgid "Delete not init modules" -msgstr "Delete not init modules" - -#: ../../include/functions_config.php:409 -#: ../../godmode/setup/setup_visuals.php:308 -msgid "Graph color #4" -msgstr "Graph colour #4" - -#: ../../include/functions_config.php:411 -#: ../../godmode/setup/setup_visuals.php:312 -msgid "Graph color #5" -msgstr "Graph colour #5" - -#: ../../include/functions_config.php:413 -#: ../../godmode/setup/setup_visuals.php:316 -msgid "Graph color #6" -msgstr "Graph colour #6" - -#: ../../include/functions_config.php:415 -#: ../../godmode/setup/setup_visuals.php:320 -msgid "Graph color #7" -msgstr "Graph colour #7" - -#: ../../include/functions_config.php:417 -#: ../../godmode/setup/setup_visuals.php:324 -msgid "Graph color #8" -msgstr "Graph colour #8" - -#: ../../include/functions_config.php:419 -#: ../../godmode/setup/setup_visuals.php:328 -msgid "Graph color #9" -msgstr "Graph colour #9" - -#: ../../include/functions_config.php:421 -#: ../../godmode/setup/setup_visuals.php:332 -msgid "Graph color #10" -msgstr "Graph colour #10" - -#: ../../include/functions_config.php:430 -#: ../../godmode/setup/setup_visuals.php:117 -msgid "Style template" -msgstr "Style template" - -#: ../../include/functions_config.php:436 -msgid "Show QR code header" -msgstr "Display QR code in header" - -#: ../../include/functions_config.php:438 -#: ../../godmode/setup/setup_visuals.php:122 -msgid "Status icon set" -msgstr "Status icon set" - -#: ../../include/functions_config.php:440 -#: ../../godmode/setup/setup_visuals.php:225 -msgid "Font path" -msgstr "Font path" - -#: ../../include/functions_config.php:448 -#: ../../godmode/setup/setup_visuals.php:132 -msgid "Login background" -msgstr "Login background" - -#: ../../include/functions_config.php:450 -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Default interval for refresh on Visual Console" -msgstr "Default interval for Visual Console to refresh" - -#: ../../include/functions_config.php:452 -#: ../../godmode/setup/setup_visuals.php:400 -msgid "Default line thickness for the Visual Console" -msgstr "Default line width for the Visual Console" - -#: ../../include/functions_config.php:454 -#: ../../include/functions_config.php:456 -#: ../../godmode/setup/setup_visuals.php:255 -msgid "Agent size text" -msgstr "Agent text size" - -#: ../../include/functions_config.php:458 -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Module size text" -msgstr "Module text size" - -#: ../../include/functions_config.php:460 -#: ../../include/functions_config.php:462 -#: ../../godmode/setup/setup_visuals.php:271 -msgid "Description size text" -msgstr "Description text size" - -#: ../../include/functions_config.php:464 -#: ../../godmode/setup/setup_visuals.php:275 -msgid "Item title size text" -msgstr "Item title text size" - -#: ../../include/functions_config.php:466 -#: ../../godmode/setup/setup_visuals.php:189 -msgid "GIS Labels" -msgstr "GIS Labels" - -#: ../../include/functions_config.php:468 -#: ../../godmode/setup/setup_visuals.php:201 -msgid "Default icon in GIS" -msgstr "Default icon in GIS" - -#: ../../include/functions_config.php:470 -#: ../../godmode/setup/setup_visuals.php:170 -msgid "Autohidden menu" -msgstr "Auto-hidden menu" - -#: ../../include/functions_config.php:472 -#: ../../godmode/setup/setup_visuals.php:154 -msgid "Fixed header" -msgstr "Fixed header" - -#: ../../include/functions_config.php:474 -#: ../../godmode/setup/setup_visuals.php:162 -msgid "Fixed menu" -msgstr "Fixed menu" - -#: ../../include/functions_config.php:476 -msgid "Paginate module" -msgstr "Paginate module" - -#: ../../include/functions_config.php:478 -#: ../../godmode/setup/setup_visuals.php:509 -msgid "Custom graphviz directory" -msgstr "Custom graphviz directory" - -#: ../../include/functions_config.php:480 -#: ../../godmode/setup/setup_visuals.php:516 -msgid "Networkmap max width" -msgstr "Networkmap max width" - -#: ../../include/functions_config.php:482 -#: ../../godmode/setup/setup_visuals.php:364 -msgid "Shortened module graph data" -msgstr "Shortened module graph data" - -#: ../../include/functions_config.php:486 -#: ../../godmode/setup/setup_visuals.php:344 -msgid "Default line thickness for the Custom Graph." -msgstr "Default line width for the Custom Graph" - -#: ../../include/functions_config.php:488 -msgid "Default type of module charts." -msgstr "Default module chart type" - -#: ../../include/functions_config.php:513 -msgid "Add the custom post process" -msgstr "Add the custom post process" - -#: ../../include/functions_config.php:520 -msgid "Delete the custom post process" -msgstr "Delete the custom post process" - -#: ../../include/functions_config.php:593 -#: ../../godmode/setup/setup_netflow.php:41 -msgid "Data storage path" -msgstr "Data storage path" - -#: ../../include/functions_config.php:595 -#: ../../godmode/setup/setup_netflow.php:45 -msgid "Daemon interval" +"This extension relies on a proper setup of cron, the time-based scheduling " +"service." + +#: ../../enterprise/extensions/cron/main.php:157 +msgid "Please, add the following line to your crontab file" +msgstr "Please add the following line to your crontab file" + +#: ../../enterprise/extensions/cron/main.php:163 +msgid "Last execution" +msgstr "Last execution" + +#: ../../enterprise/extensions/cron/main.php:170 +msgid "Cron extension is running" +msgstr "Cron extension is running" + +#: ../../enterprise/extensions/cron/main.php:179 +msgid "Scheduled jobs" +msgstr "Scheduled jobs" + +#: ../../enterprise/extensions/cron/main.php:188 +#: ../../enterprise/extensions/cron/main.php:286 +msgid "Task" +msgstr "Task" + +#: ../../enterprise/extensions/cron/main.php:190 +msgid "First_execution" +msgstr "First_execution" + +#: ../../enterprise/extensions/cron/main.php:191 +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." + +#: ../../enterprise/extensions/cron/main.php:192 +msgid "Last run" +msgstr "Last run" + +#: ../../enterprise/extensions/cron/main.php:203 +msgid "Force run" +msgstr "Force run" + +#: ../../enterprise/extensions/cron/main.php:224 +#: ../../enterprise/extensions/cron/functions.php:44 +#: ../../godmode/servers/manage_recontask_form.php:233 +msgid "Custom script" +msgstr "Custom script" + +#: ../../enterprise/extensions/cron/main.php:237 +#: ../../enterprise/extensions/cron/main.php:251 +msgid "Path" +msgstr "Path" + +#: ../../enterprise/extensions/cron/main.php:298 +msgid "First execution" +msgstr "First execution" + +#: ../../enterprise/extensions/cron/main.php:303 +#: ../../godmode/events/event_responses.editor.php:111 +#: ../../include/functions_events.php:1815 +msgid "Parameters" +msgstr "Parameters" + +#: ../../enterprise/extensions/cron/functions.php:17 +#: ../../enterprise/extensions/cron/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:48 +#: ../../enterprise/extensions/cron/functions.php:80 +#: ../../enterprise/extensions/cron/functions.php:95 +#: ../../enterprise/extensions/cron/functions.php:136 +msgid "Report to build" +msgstr "Report to build" + +#: ../../enterprise/extensions/cron/functions.php:23 +msgid "Send to emails (separated by comma)" +msgstr "Send to e-mail addresses (separated by a comma)" + +#: ../../enterprise/extensions/cron/functions.php:33 +#: ../../enterprise/extensions/cron/functions.php:38 +#: ../../enterprise/extensions/cron/functions.php:54 +#: ../../enterprise/extensions/cron/functions.php:96 +#: ../../enterprise/extensions/cron/functions.php:137 +msgid "Save to disk into path" +msgstr "Save to disk in path" + +#: ../../enterprise/extensions/cron/functions.php:81 +msgid "Send to email" +msgstr "Send to e-mail" + +#: ../../enterprise/extensions/cron/functions.php:82 +msgid "Send custom report by email" +msgstr "Send custom report by e-mail" + +#: ../../enterprise/extensions/cron/functions.php:97 +#: ../../enterprise/extensions/cron/functions.php:138 +msgid "Save custom report to disk" +msgstr "Save custom report to disk" + +#: ../../enterprise/extensions/cron/functions.php:110 +#: ../../enterprise/extensions/cron/functions.php:123 +msgid "Backup Pandora database" +msgstr "Backup Pandora database" + +#: ../../enterprise/extensions/cron/functions.php:153 +msgid "Not scheduled" +msgstr "Not scheduled" + +#: ../../enterprise/extensions/cron/functions.php:188 +#: ../../enterprise/godmode/setup/setup_acl.php:72 +#: ../../enterprise/godmode/setup/setup_acl.php:316 +#: ../../include/functions_html.php:640 ../../include/functions_html.php:641 +#: ../../include/functions_html.php:764 ../../include/functions_html.php:765 +msgid "Custom" +msgstr "Custom" + +#: ../../enterprise/extensions/cron/functions.php:362 +msgid "This is the automatic generated report" +msgstr "This is the automatically generated report" + +#: ../../enterprise/extensions/cron/functions.php:365 +msgid "Open the attached file to view it" +msgstr "Open the attached file to view it" + +#: ../../enterprise/extensions/cron/functions.php:367 +#: ../../mobile/include/ui.class.php:258 +#: ../../mobile/include/functions_web.php:82 +msgid "Generated at" +msgstr "Generated at" + +#: ../../enterprise/extensions/cron/functions.php:371 +msgid "Please do not answer or reply to this email" +msgstr "Please do not answer or reply to this e-mail" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Invalid licence." +msgstr "Invalid licence." + +#: ../../enterprise/load_enterprise.php:1 +msgid "Please contact Artica at info@artica.es for a valid licence." +msgstr "Please contact Artica at info@artica.es for a valid licence." + +#: ../../enterprise/load_enterprise.php:1 +msgid "Or disable Pandora FMS enterprise" +msgstr "Or disable Pandora FMS enterprise" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Request new licence" +msgstr "Request new licence" + +#: ../../enterprise/load_enterprise.php:1 +#, php-format +msgid "" +"License out of limits

" +"This license allows %d agents and you have %d agents configured." +msgstr "" +"Licence out of limits

" +"This licence allows %d agents and you have %d agents configured." + +#: ../../enterprise/load_enterprise.php:1 +#, php-format +msgid "" +"License out of limits

" +"This license allows %d modules and you have %d modules configured." +msgstr "" +"License out of limits

" +"This license allows %d modules and you have %d modules configured." + +#: ../../enterprise/load_enterprise.php:1 +msgid "" +"This license has expired. " +"

You can not get updates until you renew the license." +msgstr "" +"This licence has expired. " +"

You cannot get any updates until you've renewed the licence." + +#: ../../enterprise/load_enterprise.php:1 +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 Artica at info@artica." +"es for a valid licence :" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Please contact Artica at info@artica.es to renew the license." +msgstr "Please contact Artica at info@artica.es to renew the licence." + +#: ../../enterprise/load_enterprise.php:1 +msgid "Renew" +msgstr "Renew" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Activate license" +msgstr "Activate license" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Your request key is:" +msgstr "Your request key is:" + +#: ../../enterprise/load_enterprise.php:1 +#, php-format +msgid "" +"You can activate it manually here or " +"automatically filling the form below:" +msgstr "" +"You can activate it manually here or " +"automatically filling the form below:" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Auth Key:" +msgstr "Auth Key:" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Online validation" +msgstr "Online validation" + +#: ../../enterprise/load_enterprise.php:1 +msgid "ERROR:" +msgstr "ERROR:" + +#: ../../enterprise/load_enterprise.php:1 +msgid "When connecting to Artica server." +msgstr "When connecting to Artica server." + +#: ../../enterprise/godmode/policies/policy_collections.php:37 +#: ../../enterprise/godmode/policies/policy_modules.php:444 +#: ../../enterprise/godmode/policies/policies.php:191 +#: ../../enterprise/godmode/policies/policy_agents.php:80 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 +#: ../../enterprise/godmode/policies/policy_linking.php:32 +#: ../../enterprise/godmode/policies/policy_alerts.php:60 +#: ../../godmode/agentes/module_manager_editor.php:348 +msgid "This policy is applying and cannot be modified" +msgstr "This policy is being applied and cannot be modified" + +#: ../../enterprise/godmode/policies/policy_collections.php:68 +msgid "" +"Successfully added to delete the collection. Will be deleted in the next " +"policy application." +msgstr "" +"Successfully added to deletion of the collection. It will be deleted in the " +"next policy application." + +#: ../../enterprise/godmode/policies/policy_collections.php:73 +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +#: ../../enterprise/godmode/policies/policy_modules.php:956 +#: ../../enterprise/godmode/policies/policy_agents.php:95 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 +#: ../../enterprise/godmode/policies/policy_alerts.php:169 +msgid "Successfully reverted deletion" +msgstr "Reverting deletion successful." + +#: ../../enterprise/godmode/policies/policy_collections.php:74 +#: ../../enterprise/godmode/policies/policy_plugins.php:43 +#: ../../enterprise/godmode/policies/policy_modules.php:957 +#: ../../enterprise/godmode/policies/policy_agents.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 +#: ../../enterprise/godmode/policies/policy_alerts.php:170 +msgid "Could not be reverted" +msgstr "Could not be reverted." + +#: ../../enterprise/godmode/policies/policy_collections.php:122 +#: ../../enterprise/godmode/policies/policy_collections.php:193 +#: ../../enterprise/godmode/agentes/collections.php:182 +#: ../../enterprise/godmode/agentes/collection_manager.php:106 +msgid "Short Name" +msgstr "Short Name" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:110 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 +#, php-format +msgid "Free space on %s" +msgstr "Free space on %s" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:202 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 +#, php-format +msgid "%s service modules created succesfully" +msgstr "%s service modules created successfully" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:205 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 +#, php-format +msgid "Error creating %s service modules" +msgstr "Error when creating %s service modules" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:210 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 +#, php-format +msgid "%s process modules created succesfully" +msgstr "%s process modules created successfully" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:213 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 +#, php-format +msgid "Error creating %s process modules" +msgstr "Error when creating %s service modules" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:218 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 +#, php-format +msgid "%s disk space modules created succesfully" +msgstr "%s disk space modules created successfully" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:221 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 +#, php-format +msgid "Error creating %s disk space modules" +msgstr "Error upon creating %s disk space modules" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:226 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 +#, php-format +msgid "%s modules created from components succesfully" +msgstr "%s modules created from components successfully" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:229 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 +#, php-format +msgid "Error creating %s modules from components" +msgstr "Error creating %s modules from components" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:232 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:666 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 +#, php-format +msgid "%s modules already exist" +msgstr "%s modules already exist" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:255 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +msgid "Namespace" +msgstr "Namespace" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:259 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 +#: ../../enterprise/godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/massive/massive_edit_modules.php:518 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +msgid "Username" +msgstr "Username" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:272 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" +msgstr "WMI Explorer" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:276 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "Unable to perform WMI exploration" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:300 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:778 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +msgid "Free space on disk" +msgstr "Free space on disk" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "WMI components" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:303 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:782 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +msgid "Wizard mode" +msgstr "Wizard mode" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:314 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +msgid "Filter by group" +msgstr "Filter by group" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:334 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 +#: ../../godmode/agentes/module_manager_editor_common.php:81 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 +msgid "No component was found" +msgstr "No component was found" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:346 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:348 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:350 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:352 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:838 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:840 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:842 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:844 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:847 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 +msgid "Add to modules list" +msgstr "Add to the module list" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:356 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:849 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +msgid "Remove from modules list" +msgstr "Remove from the module list" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:367 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:440 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:859 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +msgid "Create modules" +msgstr "Create modules" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:413 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:161 +#: ../../enterprise/godmode/services/services.elements.php:327 +#: ../../enterprise/godmode/services/services.elements.php:368 +#: ../../enterprise/include/functions_visual_map.php:415 +#: ../../enterprise/include/functions_services.php:1458 +#: ../../enterprise/include/functions_reporting.php:3084 +#: ../../enterprise/include/functions_reporting.php:3385 +#: ../../enterprise/include/functions_reporting_pdf.php:2034 +#: ../../enterprise/include/functions_visual_map_editor.php:17 +#: ../../enterprise/include/functions_visual_map_editor.php:24 +#: ../../enterprise/include/functions_visual_map_editor.php:47 +#: ../../enterprise/dashboard/widgets/service_map.php:46 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1463 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" +msgstr "Service" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:429 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:932 +#: ../../godmode/reporting/visual_console_builder.wizard.php:166 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../include/functions_visual_map_editor.php:327 +msgid "Process" +msgstr "Process" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:489 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1011 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +msgid "Modules list is empty" +msgstr "Module list is empty" + +#: ../../enterprise/godmode/policies/policy_plugins.php:33 +msgid "" +"Successfully added to delete pending plugins. Will be deleted in the next " +"policy application." +msgstr "" +"Successfully added to plugins pending deletion. It will be deleted in the " +"next policy application." + +#: ../../enterprise/godmode/policies/policy_plugins.php:34 +msgid "Cannot be added to delete pending plugins." +msgstr "Cannot be added to plugins pending deletion." + +#: ../../enterprise/godmode/policies/policy_plugins.php:50 +#: ../../enterprise/godmode/agentes/plugins_manager.php:49 +msgid "Plug-in added succesfully" +msgstr "Plug-in added succesfully" + +#: ../../enterprise/godmode/policies/policy_plugins.php:51 +#: ../../enterprise/godmode/agentes/plugins_manager.php:49 +msgid "Plug-in cannot be added" +msgstr "Plug-in cannot be added" + +#: ../../enterprise/godmode/policies/policy_plugins.php:61 +#: ../../enterprise/godmode/agentes/plugins_manager.php:90 +msgid "New plug-in" +msgstr "New plug-in" + +#: ../../enterprise/godmode/policies/policy_plugins.php:82 +#: ../../enterprise/godmode/agentes/plugins_manager.php:109 +#: ../../godmode/menu.php:216 +msgid "Plugins" +msgstr "Plugins" + +#: ../../enterprise/godmode/policies/policy_plugins.php:111 +msgid "There are no defined plugins" +msgstr "There are no defined plugins" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:166 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 +#: ../../enterprise/include/functions_massive.php:15 +#: ../../godmode/reporting/visual_console_builder.php:485 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/massive/massive_edit_modules.php:1047 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../include/functions_visual_map.php:1316 +msgid "No modules selected" +msgstr "No modules selected" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:283 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 +msgid "Successfully modules created" +msgstr "Modules created successfully" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:293 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1851 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1951 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2424 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2540 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2629 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2840 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 +msgid "Another module already exists with the same name" +msgstr "Another module already exists with the same name" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 +msgid "Some required fields are missed" +msgstr "Some required fields are missing" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 +msgid "name" +msgstr "name" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 +msgid "Processing error" +msgstr "Processing error" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:339 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:692 +#: ../../enterprise/godmode/servers/manage_export_form.php:105 +#: ../../enterprise/godmode/setup/setup_history.php:56 +#: ../../godmode/agentes/module_manager_editor_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../include/functions_config.php:658 +msgid "Port" +msgstr "Port" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:347 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:700 +#: ../../godmode/agentes/module_manager_editor_network.php:89 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704 +#: ../../godmode/modules/manage_network_components_form_network.php:50 +msgid "SNMP community" +msgstr "SNMP community" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:350 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:703 +#: ../../godmode/agentes/module_manager_editor_network.php:102 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707 +#: ../../godmode/massive/massive_edit_modules.php:486 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +msgid "SNMP version" +msgstr "SNMP version" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:363 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:716 +#: ../../godmode/agentes/module_manager_editor_network.php:186 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720 +#: ../../godmode/massive/massive_edit_modules.php:489 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../include/functions_snmp_browser.php:530 +msgid "Auth user" +msgstr "Authenticate user" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:365 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:718 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 +#: ../../godmode/massive/massive_edit_modules.php:492 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../include/functions_snmp_browser.php:532 +msgid "Auth password" +msgstr "Authenticate password" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:369 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:722 +#: ../../godmode/agentes/module_manager_editor_network.php:197 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726 +#: ../../godmode/massive/massive_edit_modules.php:495 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../include/functions_snmp_browser.php:536 +msgid "Privacy method" +msgstr "Privacy method" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../include/functions_snmp_browser.php:537 +msgid "DES" +msgstr "DES" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../include/functions_snmp_browser.php:537 +msgid "AES" +msgstr "AES" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:724 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728 +msgid "privacy pass" +msgstr "privacy pass" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:727 +#: ../../godmode/agentes/module_manager_editor_network.php:207 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 +#: ../../godmode/massive/massive_edit_modules.php:499 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../include/functions_snmp_browser.php:541 +msgid "Auth method" +msgstr "Authentication method" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../include/functions_snmp_browser.php:542 +msgid "MD5" +msgstr "MD5" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../include/functions_snmp_browser.php:542 +msgid "SHA" +msgstr "SHA" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:729 +#: ../../godmode/agentes/module_manager_editor_network.php:209 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../include/functions_snmp_browser.php:543 +msgid "Security level" +msgstr "Security level" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:377 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:730 +#: ../../godmode/agentes/module_manager_editor_network.php:210 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734 +#: ../../godmode/massive/massive_edit_modules.php:502 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../include/functions_snmp_browser.php:544 +msgid "Not auth and not privacy method" +msgstr "Non-authenticated and non-private method" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and not privacy method" +msgstr "Authenticated and non-private method" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and privacy method" +msgstr "Authenticated and private method" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:391 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:744 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 +msgid "SNMP Walk" +msgstr "SNMP Walk" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:395 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 +msgid "Unable to do SNMP walk" +msgstr "Unable to perform an SNMP walk" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:428 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 +msgid "Interfaces" +msgstr "Interfaces" + +#: ../../enterprise/godmode/policies/policy_modules.php:21 +#: ../../enterprise/godmode/policies/policy_modules.php:1243 +#: ../../godmode/agentes/module_manager_editor_common.php:412 +msgid "Not needed" +msgstr "Not needed" + +#: ../../enterprise/godmode/policies/policy_modules.php:220 +msgid "" +"If you change this description, you must change into the text of Data " +"configuration." +msgstr "" +"If you change this description, you must change to the text of Data " +"configuration." + +#: ../../enterprise/godmode/policies/policy_modules.php:278 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 +msgid "Edit module" +msgstr "Edit module" + +#: ../../enterprise/godmode/policies/policy_modules.php:284 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 +msgid "Add module" +msgstr "Add module" + +#: ../../enterprise/godmode/policies/policy_modules.php:309 +msgid "Module macros" +msgstr "Module macros" + +#: ../../enterprise/godmode/policies/policy_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/alerts/alert_events_list.php:221 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 +#: ../../godmode/agentes/modificar_agente.php:116 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/alerts/alert_list.php:231 +#: ../../include/ajax/alert_list.ajax.php:80 +msgid "Successfully enabled" +msgstr "Successfully enabled" + +#: ../../enterprise/godmode/policies/policy_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/alerts/alert_events_list.php:222 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 +#: ../../godmode/agentes/modificar_agente.php:116 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:231 +#: ../../include/ajax/alert_list.ajax.php:82 +msgid "Could not be enabled" +msgstr "Could not be enabled" + +#: ../../enterprise/godmode/policies/policy_modules.php:394 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/alerts/alert_events_list.php:238 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:1487 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/alerts/alert_list.php:248 +#: ../../include/ajax/alert_list.ajax.php:91 +msgid "Successfully disabled" +msgstr "Successfully disabled" + +#: ../../enterprise/godmode/policies/policy_modules.php:394 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/alerts/alert_events_list.php:239 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:1487 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:248 +#: ../../include/ajax/alert_list.ajax.php:93 +msgid "Could not be disabled" +msgstr "Could not be disabled" + +#: ../../enterprise/godmode/policies/policy_modules.php:406 +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." + +#: ../../enterprise/godmode/policies/policy_modules.php:434 +#, php-format +msgid "Successfully added module(s) (%s/%s) to policy %s" +msgstr "Successfully added module(s) (%s/%s) to policy %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:436 +#, php-format +msgid "Could not be added module(s) (%s/%s) to policy %s" +msgstr "module(s) could not be added (%s/%s) to policy %s." + +#: ../../enterprise/godmode/policies/policy_modules.php:681 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1904 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 +msgid "Successfully added module." +msgstr "Module successfully added." + +#: ../../enterprise/godmode/policies/policy_modules.php:682 +msgid "Could not be added module." +msgstr "Module could not be added." + +#: ../../enterprise/godmode/policies/policy_modules.php:907 +msgid "" +"The module type in Data configuration is empty, take from combo box of form." +msgstr "" +"The module type in Data configuration is empty, take it from the combo box " +"of form." + +#: ../../enterprise/godmode/policies/policy_modules.php:910 +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." + +#: ../../enterprise/godmode/policies/policy_modules.php:937 +#: ../../enterprise/godmode/policies/policy_modules.php:951 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 +msgid "" +"Successfully added to delete pending modules. Will be deleted in the next " +"policy application." +msgstr "" +"Successfully added to modules pending for deletion. They will be deleted in " +"the next policy application." + +#: ../../enterprise/godmode/policies/policy_modules.php:941 +msgid "Could not be added to deleted all modules." +msgstr "Could not be added to deleted all modules." + +#: ../../enterprise/godmode/policies/policy_modules.php:998 +#: ../../godmode/agentes/configurar_agente.php:1429 +#, php-format +msgid "copy of %s" +msgstr "copy of %s" + +#: ../../enterprise/godmode/policies/policy_modules.php:1010 +#: ../../godmode/agentes/configurar_agente.php:1439 +#, php-format +msgid "copy of %s (%d)" +msgstr "copy of %s (%d)" + +#: ../../enterprise/godmode/policies/policy_modules.php:1027 +msgid "Successfully duplicate the module." +msgstr "Duplication of the module successful." + +#: ../../enterprise/godmode/policies/policy_modules.php:1087 +msgid "Local component" +msgstr "Local component" + +#: ../../enterprise/godmode/policies/policy_modules.php:1096 +#: ../../enterprise/godmode/policies/policy_modules.php:1097 +#: ../../godmode/agentes/module_manager.php:695 +msgid "Enable module" +msgstr "Enable module" + +#: ../../enterprise/godmode/policies/policy_modules.php:1102 +#: ../../enterprise/godmode/policies/policy_modules.php:1103 +#: ../../godmode/agentes/module_manager.php:700 +msgid "Disable module" +msgstr "Disable module" + +#: ../../enterprise/godmode/policies/policy_modules.php:1110 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 +#: ../../enterprise/godmode/modules/local_components.php:525 +#: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:613 +msgid "Duplicate" +msgstr "Duplicate" + +#: ../../enterprise/godmode/policies/policy_modules.php:1119 +#: ../../enterprise/godmode/policies/policy_agents.php:474 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 +#: ../../enterprise/godmode/policies/policy_alerts.php:417 +msgid "Undo deletion" +msgstr "Undo deletion" + +#: ../../enterprise/godmode/policies/policy_modules.php:1153 +msgid "There are no defined modules" +msgstr "There are no defined modules" + +#: ../../enterprise/godmode/policies/policy_modules.php:1170 +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "Copy modules" + +#: ../../enterprise/godmode/policies/policy_modules.php:1171 +msgid "Copy selected modules to policy: " +msgstr "Copy selected modules to policy : " + +#: ../../enterprise/godmode/policies/policy_modules.php:1212 +#: ../../godmode/agentes/module_manager_editor.php:523 +msgid "No module name provided" +msgstr "No module name provided" + +#: ../../enterprise/godmode/policies/policy_modules.php:1213 +#: ../../godmode/agentes/module_manager_editor.php:524 +msgid "No target IP provided" +msgstr "No target IP provided" + +#: ../../enterprise/godmode/policies/policy_modules.php:1214 +#: ../../godmode/agentes/module_manager_editor.php:525 +msgid "No SNMP OID provided" +msgstr "No SNMP OID provided" + +#: ../../enterprise/godmode/policies/policy_modules.php:1309 +msgid "Variable" +msgstr "Variable" + +#: ../../enterprise/godmode/policies/policy_modules.php:1353 +msgid "Are you sure to copy modules into policy?\\n" +msgstr "Are you sure to copy modules into policy ? \\n" + +#: ../../enterprise/godmode/policies/policy_modules.php:1373 +msgid "Please select any module to copy" +msgstr "Please select any module to copy" + +#: ../../enterprise/godmode/policies/policy_queue.php:59 +#: ../../enterprise/meta/advanced/policymanager.queue.php:60 +msgid "Operation successfully deleted from the queue" +msgstr "Operation successfully deleted from the queue." + +#: ../../enterprise/godmode/policies/policy_queue.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:61 +msgid "Operation cannot be deleted from the queue" +msgstr "Operation cannot be deleted from the queue." + +#: ../../enterprise/godmode/policies/policy_queue.php:101 +msgid "Operations successfully deleted from the queue" +msgstr "Operations successfully deleted from the queue." + +#: ../../enterprise/godmode/policies/policy_queue.php:102 +msgid "Operations cannot be deleted from the queue" +msgstr "Operations cannot be deleted from the queue." + +#: ../../enterprise/godmode/policies/policy_queue.php:160 +msgid "Update pending" +msgstr "Update pending" + +#: ../../enterprise/godmode/policies/policy_queue.php:162 +msgid "Update pending agents" +msgstr "Update pending agents" + +#: ../../enterprise/godmode/policies/policy_queue.php:176 +#: ../../enterprise/godmode/policies/policy_agents.php:457 +msgid "Add to apply queue" +msgstr "Add to apply queue" + +#: ../../enterprise/godmode/policies/policy_queue.php:180 +msgid "Add to apply queue only for database" +msgstr "Add to apply queue only for database" + +#: ../../enterprise/godmode/policies/policy_queue.php:186 +msgid "Link pending modules" +msgstr "Link pending modules" + +#: ../../enterprise/godmode/policies/policy_queue.php:192 +msgid "Will be linked in the next policy application" +msgstr "Will be linked in the next policy application" + +#: ../../enterprise/godmode/policies/policy_queue.php:195 +msgid "Unlink pending modules" +msgstr "Unlink pending modules" + +#: ../../enterprise/godmode/policies/policy_queue.php:201 +msgid "Will be unlinked in the next policy application" +msgstr "Will be unlinked in the next policy application." + +#: ../../enterprise/godmode/policies/policy_queue.php:206 +msgid "Delete pending" +msgstr "Delete pending" + +#: ../../enterprise/godmode/policies/policy_queue.php:208 +msgid "Delete pending agents" +msgstr "Delete pending agents" + +#: ../../enterprise/godmode/policies/policy_queue.php:214 +#: ../../enterprise/godmode/policies/policy_queue.php:223 +#: ../../enterprise/godmode/policies/policy_queue.php:232 +#: ../../enterprise/godmode/policies/policy_queue.php:241 +#: ../../enterprise/godmode/policies/policy_queue.php:250 +#: ../../enterprise/godmode/policies/policy_queue.php:259 +#: ../../enterprise/godmode/policies/policy_queue.php:268 +msgid "Will be deleted in the next policy application" +msgstr "Will be deleted in the next policy application" + +#: ../../enterprise/godmode/policies/policy_queue.php:217 +msgid "Delete pending modules" +msgstr "Delete pending modules" + +#: ../../enterprise/godmode/policies/policy_queue.php:226 +msgid "Delete pending inventory modules" +msgstr "Delete pending inventory modules" + +#: ../../enterprise/godmode/policies/policy_queue.php:235 +msgid "Delete pending alerts" +msgstr "Delete pending alerts" + +#: ../../enterprise/godmode/policies/policy_queue.php:244 +msgid "Delete pending external alerts" +msgstr "Delete pending external alerts" + +#: ../../enterprise/godmode/policies/policy_queue.php:253 +msgid "Delete pending file collections" +msgstr "Delete pending file collections" + +#: ../../enterprise/godmode/policies/policy_queue.php:262 +msgid "Delete pending plugins" +msgstr "Delete pending plugins" + +#: ../../enterprise/godmode/policies/policy_queue.php:274 +msgid "Advices" +msgstr "Advices" + +#: ../../enterprise/godmode/policies/policy_queue.php:277 +msgid "Queue summary" +msgstr "Queue summary" + +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +msgid "Apply (database and files)" +msgstr "Apply (database and files)" + +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:418 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:309 +msgid "Apply (only database)" +msgstr "Apply (only database)" + +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +msgid "Complete" +msgstr "Complete" + +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +msgid "Incomplete" +msgstr "Incomplete" + +#: ../../enterprise/godmode/policies/policy_queue.php:364 +msgid "Queue filter" +msgstr "Queue filter" + +#: ../../enterprise/godmode/policies/policy_queue.php:378 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +msgid "Finished" +msgstr "Finished" + +#: ../../enterprise/godmode/policies/policy_queue.php:415 +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/meta/advanced/policymanager.queue.php:306 +#: ../../enterprise/meta/advanced/policymanager.apply.php:215 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:624 +#: ../../include/functions_visual_map_editor.php:346 +msgid "Apply" +msgstr "Apply" + +#: ../../enterprise/godmode/policies/policy_queue.php:446 +#: ../../enterprise/meta/advanced/policymanager.queue.php:334 +msgid "Delete from queue" +msgstr "Delete from queue" + +#: ../../enterprise/godmode/policies/policy_queue.php:459 +msgid "Empty queue" +msgstr "Empty queue" + +#: ../../enterprise/godmode/policies/policy_queue.php:476 +msgid "This operation could take a long time" +msgstr "This operation could take a long time." + +#: ../../enterprise/godmode/policies/policy_queue.php:487 +#, fuzzy +msgid "Apply all" +msgstr "Apply" + +#: ../../enterprise/godmode/policies/policy_queue.php:493 +msgid "Delete all" +msgstr "Delete all" + +#: ../../enterprise/godmode/policies/policies.php:114 +msgid "Policy name already exists" +msgstr "Policy name already exists" + +#: ../../enterprise/godmode/policies/policies.php:170 +msgid "Policies Management" +msgstr "Policies Management" + +#: ../../enterprise/godmode/policies/policies.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 +#: ../../godmode/reporting/map_builder.php:183 +#: ../../godmode/reporting/map_builder.php:192 +#: ../../godmode/alerts/alert_actions.php:140 +#: ../../include/functions_agents.php:676 +msgid "Successfully copied" +msgstr "Successfully copied" + +#: ../../enterprise/godmode/policies/policies.php:181 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 +#: ../../godmode/alerts/alert_actions.php:141 +msgid "Could not be copied" +msgstr "Could not be copied" + +#: ../../enterprise/godmode/policies/policies.php:186 +msgid "All policy agents added to delete queue" +msgstr "All policy agents added to delete queue." + +#: ../../enterprise/godmode/policies/policies.php:187 +msgid "Policy agents cannot be added to the delete queue" +msgstr "Policy agents cannot be added to the delete queue." + +#: ../../enterprise/godmode/policies/policies.php:237 +msgid "a" +msgstr "a" + +#: ../../enterprise/godmode/policies/policies.php:312 +msgid "Policy updated" +msgstr "Policy updated." + +#: ../../enterprise/godmode/policies/policies.php:316 +msgid "Pending update policy only database" +msgstr "Pending update policy only database" + +#: ../../enterprise/godmode/policies/policies.php:320 +msgid "Pending update policy" +msgstr "Pending update policy" + +#: ../../enterprise/godmode/policies/policies.php:333 +#: ../../enterprise/godmode/policies/policy_linking.php:122 +#: ../../enterprise/include/functions_policies.php:3276 +msgid "Linking" +msgstr "Linking" + +#: ../../enterprise/godmode/policies/policies.php:345 +#, fuzzy +msgid "Agent Wizard" +msgstr "Agent wizard" + +#: ../../enterprise/godmode/policies/policies.php:353 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 +#: ../../enterprise/include/functions_policies.php:3266 +msgid "External alerts" +msgstr "External alerts" + +#: ../../enterprise/godmode/policies/policies.php:357 +#: ../../enterprise/godmode/policies/policy.php:46 +#: ../../enterprise/include/functions_policies.php:3294 +msgid "Queue" +msgstr "Queue" + +#: ../../enterprise/godmode/policies/policies.php:401 +msgid "A policy with agents cannot be deleted. Purge it first" +msgstr "A policy with agents cannot be deleted. Please purge it first." + +#: ../../enterprise/godmode/policies/policies.php:407 +msgid "Deleting all policy agents" +msgstr "Deleting all policy agents" + +#: ../../enterprise/godmode/policies/policies.php:410 +msgid "All the policy agents will be deleted" +msgstr "All the policy agents will be deleted." + +#: ../../enterprise/godmode/policies/policies.php:414 +msgid "Delete all agents" +msgstr "Delete all agents" + +#: ../../enterprise/godmode/policies/policy_agents.php:90 +msgid "" +"Successfully added to delete pending agents. Will be deleted in the next " +"policy application." +msgstr "" +"Successfully added to agents pending for deletion. They will be deleted in " +"the next policy application." + +#: ../../enterprise/godmode/policies/policy_agents.php:121 +msgid "Successfully added to delete queue" +msgstr "Successfully added to delete queue." + +#: ../../enterprise/godmode/policies/policy_agents.php:122 +msgid "Could not be added to delete queue" +msgstr "Could not be added to the delete queue." + +#: ../../enterprise/godmode/policies/policy_agents.php:157 +msgid "Successfully deleted from delete pending agents" +msgstr "Successfully deleted from agents pending deletion." + +#: ../../enterprise/godmode/policies/policy_agents.php:158 +msgid "Could not be deleted from delete pending agents" +msgstr "Could not be deleted from agents pending deletion" + +#: ../../enterprise/godmode/policies/policy_agents.php:243 +#: ../../enterprise/godmode/policies/policy_agents.php:259 +#: ../../enterprise/godmode/policies/policy_agents.php:363 +#: ../../godmode/massive/massive_add_action_alerts.php:139 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_standby_alerts.php:139 +#: ../../godmode/massive/massive_edit_modules.php:285 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_edit_agents.php:208 +#: ../../godmode/massive/massive_enable_disable_alerts.php:138 +#: ../../godmode/massive/massive_copy_modules.php:74 +#: ../../godmode/massive/massive_copy_modules.php:185 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_delete_alerts.php:215 +#: ../../godmode/massive/massive_delete_action_alerts.php:141 +msgid "Group recursion" +msgstr "Group recursion" + +#: ../../enterprise/godmode/policies/policy_agents.php:268 +#: ../../enterprise/godmode/policies/policy_agents.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 +msgid "Filter agent" +msgstr "Filter agent" + +#: ../../enterprise/godmode/policies/policy_agents.php:285 +msgid "Agents in Policy" +msgstr "Agents in Policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:322 +msgid "Add agents to policy" +msgstr "Add agents to policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:328 +msgid "Delete agents from policy" +msgstr "Delete agents from policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Applied" +msgstr "Applied" + +#: ../../enterprise/godmode/policies/policy_agents.php:369 +msgid "Not applied" +msgstr "Not applied" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +msgid "Unlinked modules" +msgstr "Unlinked modules" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +msgid "U." +msgstr "U." + +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +#: ../../mobile/operation/agents.php:323 +msgid "A." +msgstr "A." + +#: ../../enterprise/godmode/policies/policy_agents.php:383 +msgid "Add to delete queue" +msgstr "Add to delete queue" + +#: ../../enterprise/godmode/policies/policy_agents.php:383 +#: ../../godmode/agentes/module_manager.php:533 +msgid "D." +msgstr "D." + +#: ../../enterprise/godmode/policies/policy_agents.php:428 +#: ../../godmode/agentes/agent_manager.php:188 +msgid "This agent can be remotely configured" +msgstr "This agent can be configured remotely" + +#: ../../enterprise/godmode/policies/policy_agents.php:433 +msgid "This agent can not be remotely configured" +msgstr "This agent can not be remotely configured." + +#: ../../enterprise/godmode/policies/policy_agents.php:492 +msgid "Need apply" +msgstr "Need apply" + +#: ../../enterprise/godmode/policies/policy_agents.php:500 +msgid "Applying policy" +msgstr "Applying policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:506 +msgid "Deleting from policy" +msgstr "Deleting from policy" + +#: ../../enterprise/godmode/policies/policy_agents.php:520 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_edit_agents.php:90 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_alerts.php:83 +#: ../../include/functions_visual_map.php:1232 +#: ../../include/functions_visual_map.php:1465 +msgid "No agents selected" +msgstr "No agents selected" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 +#: ../../enterprise/godmode/policies/policy_alerts.php:148 +msgid "Created successfuly" +msgstr "Successfully created" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 +msgid "Duplicated alert" +msgstr "Duplicated alert" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 +#: ../../enterprise/godmode/policies/policy_alerts.php:164 +msgid "" +"Successfully added to delete pending alerts. Will be deleted in the next " +"policy application." +msgstr "" +"Successfully added to alerts pending deletion. It will be deleted in the " +"next policy application." + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +msgid "Added action successfuly" +msgstr "Action successfully added" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +msgid "Deleted action successfuly" +msgstr "Action successfully deleted" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 +msgid "Modules in policy agents" +msgstr "Modules in policy agents" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 +#: ../../enterprise/godmode/policies/policy_alerts.php:328 +#: ../../enterprise/godmode/alerts/alert_events_list.php:551 +#: ../../godmode/alerts/alert_list.list.php:524 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../include/functions_alerts.php:558 +msgid "Always" +msgstr "Always" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 +#: ../../enterprise/godmode/policies/policy_alerts.php:330 +#: ../../enterprise/godmode/alerts/alert_events_list.php:553 +#: ../../godmode/alerts/alert_list.list.php:526 +msgid "On" +msgstr "On" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 +#: ../../enterprise/godmode/policies/policy_alerts.php:334 +#: ../../enterprise/godmode/alerts/alert_events_list.php:557 +#: ../../godmode/alerts/alert_list.list.php:530 +msgid "Until" +msgstr "Until" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 +#: ../../enterprise/godmode/policies/policy_alerts.php:596 +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:584 +#: ../../godmode/snmpconsole/snmp_alert.php:1121 +#: ../../godmode/alerts/alert_list.list.php:703 +#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:841 +msgid "Add action" +msgstr "Add action" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 +#: ../../enterprise/godmode/policies/policy_alerts.php:465 +#: ../../enterprise/godmode/alerts/alert_events_list.php:599 +#: ../../godmode/massive/massive_add_action_alerts.php:159 +#: ../../godmode/alerts/alert_list.list.php:615 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../include/ajax/alert_list.ajax.php:156 +msgid "Number of alerts match from" +msgstr "Number of alerts match from" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 +msgid "Alert Template" +msgstr "Alert Template" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 +#: ../../enterprise/godmode/menu__.php:53 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/menu.php:66 +#: ../../enterprise/include/functions_policies.php:3247 +msgid "Inventory modules" +msgstr "Inventory modules" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 +msgid "Module is not selected" +msgstr "Module is not selected" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 +#: ../../enterprise/godmode/agentes/inventory_manager.php:57 +msgid "Successfully added inventory module" +msgstr "Inventory module added successfully" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 +#: ../../enterprise/godmode/agentes/inventory_manager.php:60 +msgid "Error adding inventory module" +msgstr "Error adding inventory module" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 +#: ../../enterprise/godmode/agentes/inventory_manager.php:108 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 +msgid "Successfully updated inventory module" +msgstr "Successfully updated inventory module" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 +#: ../../enterprise/godmode/agentes/inventory_manager.php:111 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 +msgid "Error updating inventory module" +msgstr "Error updating inventory module" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 +msgid "Select inventory module" +msgstr "Select inventory module" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 +#: ../../enterprise/godmode/agentes/inventory_manager.php:178 +#: ../../include/ajax/module.php:121 +msgid "6 hours" +msgstr "6 hours" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:179 +#: ../../enterprise/dashboard/widgets/top_n.php:64 +#: ../../godmode/setup/performance.php:98 ../../include/ajax/module.php:122 +#: ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 +msgid "12 hours" +msgstr "12 hours" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/dashboard/widgets/top_n.php:65 +#: ../../include/functions.php:2025 ../../include/ajax/module.php:123 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 +msgid "1 day" +msgstr "1 day" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +#: ../../enterprise/godmode/agentes/inventory_manager.php:181 +#: ../../godmode/setup/performance.php:100 +#: ../../include/functions_netflow.php:1054 +#: ../../include/functions_netflow.php:1087 +msgid "2 days" +msgstr "2 days" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 +#: ../../enterprise/godmode/agentes/inventory_manager.php:182 +msgid "7 days" +msgstr "7 days" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../enterprise/godmode/agentes/inventory_manager.php:183 +#: ../../include/functions.php:2027 ../../include/ajax/module.php:125 +#: ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 +msgid "15 days" +msgstr "15 days" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 +#: ../../enterprise/godmode/agentes/inventory_manager.php:184 +#: ../../include/functions.php:2028 ../../include/ajax/module.php:126 +#: ../../include/functions_netflow.php:1091 +msgid "1 month" +msgstr "1 month" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 +#: ../../enterprise/godmode/agentes/inventory_manager.php:195 +msgid "Update all" +msgstr "Update all" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 +msgid "There are no defined inventory modules" +msgstr "There are no defined inventory modules" + +#: ../../enterprise/godmode/policies/policy_linking.php:26 +msgid "Linking modules" +msgstr "Linking modules" + +#: ../../enterprise/godmode/policies/policy_linking.php:53 +msgid "Error: Update linking modules to policy" +msgstr "Error : Update linking modules to policy" + +#: ../../enterprise/godmode/policies/policy_linking.php:56 +msgid "Success: Update linking modules to policy" +msgstr "Success : Update linking modules to policy" + +#: ../../enterprise/godmode/policies/policy_linking.php:66 +msgid "Free text for filter (*)" +msgstr "Free text for filter (*)" + +#: ../../enterprise/godmode/policies/policy_linking.php:67 +msgid "Free text for filter" +msgstr "Free text for filter" + +#: ../../enterprise/godmode/policies/policy_linking.php:110 +msgid "List of modules unlinked" +msgstr "List of unlinked modules" + +#: ../../enterprise/godmode/policies/policy_linking.php:137 +#: ../../godmode/setup/links.php:109 +msgid "Link" +msgstr "Link" + +#: ../../enterprise/godmode/policies/policy_linking.php:143 +msgid "There are no defined modules unlinked" +msgstr "There are no defined modules unlinked" + +#: ../../enterprise/godmode/policies/configure_policy.php:43 +msgid "Add policy" +msgstr "Add policy" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "The SNMP remote plugin doesnt seem to be installed" +msgstr "The remote SNMP plugin doesn't appear to be installed" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "It is necessary to use some features" +msgstr "It's necessary in order to access certain features" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +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)" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:248 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252 +msgid "Remote system doesnt support host SNMP information" +msgstr "The remote system doesn't support the host's SNMP information" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:330 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331 +msgid "The number of bytes read from this device since boot" +msgstr "The number of bytes read from this device since boot" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:332 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333 +msgid "The number of bytes written to this device since boot" +msgstr "The number of bytes written to this device since boot" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:334 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335 +msgid "The number of read accesses from this device since boot" +msgstr "The number of read accesses from this device since boot" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:336 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337 +msgid "The number of write accesses from this device since boot" +msgstr "The number of write accesses from this device since boot" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:511 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "Check if the process %s is running or not" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:582 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 +msgid "Disk use information" +msgstr "Disk use information" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:651 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 +#, php-format +msgid "%s modules created succesfully" +msgstr "%s modules created succesfully" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:656 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:661 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 +#, php-format +msgid "Error creating %s modules" +msgstr "Error creating %s modules" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:675 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 +msgid "Modules created succesfully" +msgstr "Modules successfully created." + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +msgid "If the device is a network device, try with the SNMP Interfaces wizard" +msgstr "If it's a network device, try with the SNMP interface wizard" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780 +msgid "Devices" +msgstr "Devices" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783 +msgid "Temperature sensors" +msgstr "Temperature sensors" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:780 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784 +msgid "Other SNMP data" +msgstr "Other SNMP data" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:801 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:806 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "The remote SNMP plugin is necessary to run this feature" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:916 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920 +msgid "Device" +msgstr "Device" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:964 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968 +msgid "Temperature" +msgstr "Temperature" + +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../godmode/massive/massive_standby_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Successfully set standby" +msgstr "Succesfully set to standby mode" + +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../enterprise/godmode/alerts/alert_events_list.php:256 +#: ../../godmode/massive/massive_standby_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Could not be set standby" +msgstr "Could not be set to standby mode" + +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:272 +#: ../../godmode/massive/massive_standby_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:282 +msgid "Successfully set off standby" +msgstr "Successfully turned off standby" + +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:273 +#: ../../godmode/massive/massive_standby_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:282 +msgid "Could not be set off standby" +msgstr "Standby mode could not be deactivated" + +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:133 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +#: ../../godmode/alerts/alert_list.list.php:412 +msgid "Operations" +msgstr "Operations" + +#: ../../enterprise/godmode/policies/policy_alerts.php:511 +msgid "Policy module" +msgstr "Policy module" + +#: ../../enterprise/godmode/policies/policy_alerts.php:556 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:707 +#: ../../godmode/extensions.php:285 ../../godmode/users/user_list.php:464 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../include/functions.php:2577 +msgid "Disable" +msgstr "Disable" + +#: ../../enterprise/godmode/policies/policy_alerts.php:564 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:147 +#: ../../enterprise/godmode/alerts/alert_events_list.php:715 +#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:793 +msgid "Enable" +msgstr "Enable" + +#: ../../enterprise/godmode/policies/policy_alerts.php:573 +#: ../../enterprise/godmode/alerts/alert_events_list.php:724 +#: ../../godmode/alerts/alert_list.list.php:802 +msgid "Set off standby" +msgstr "Turn off standby" + +#: ../../enterprise/godmode/policies/policy_alerts.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:733 +#: ../../godmode/alerts/alert_list.list.php:811 +msgid "Set standby" +msgstr "Set standby" + +#: ../../enterprise/godmode/policies/policy.php:54 +#: ../../enterprise/godmode/agentes/configurar_agente.php:49 +#: ../../enterprise/include/functions_policies.php:3312 +#: ../../godmode/agentes/configurar_agente.php:504 +msgid "Agent plugins" +msgstr "Agent plugins" + +#: ../../enterprise/godmode/policies/policy.php:58 +#: ../../enterprise/include/functions_policies.php:3217 +#: ../../godmode/agentes/configurar_agente.php:360 +msgid "Agent wizard" +msgstr "Agent wizard" + +#: ../../enterprise/godmode/policies/policy.php:114 +#: ../../enterprise/godmode/policies/policy.php:137 +#: ../../enterprise/meta/advanced/policymanager.apply.php:142 +#: ../../enterprise/meta/advanced/policymanager.apply.php:146 +msgid "Operation successfully added to the queue" +msgstr "Operation successfully added to the queue" + +#: ../../enterprise/godmode/policies/policy.php:117 +#: ../../enterprise/godmode/policies/policy.php:138 +#: ../../enterprise/meta/advanced/policymanager.apply.php:150 +#: ../../enterprise/meta/advanced/policymanager.apply.php:154 +#: ../../enterprise/meta/advanced/policymanager.apply.php:158 +msgid "Operation cannot be added to the queue" +msgstr "Operation cannot be added to the queue" + +#: ../../enterprise/godmode/policies/policy.php:120 +#: ../../enterprise/godmode/policies/policy.php:141 +#: ../../enterprise/meta/advanced/policymanager.apply.php:135 +msgid "Duplicated or incompatible operation in the queue" +msgstr "Duplicated or incompatible operation in the queue" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "Only table" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "Chart & graph" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "Only graph" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:187 +#: ../../enterprise/dashboard/widgets/top_n.php:71 +#: ../../godmode/reporting/reporting_builder.item_editor.php:41 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1206 +msgid "Ascending" +msgstr "Ascending" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:189 +#: ../../enterprise/dashboard/widgets/top_n.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:42 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1209 +msgid "Descending" +msgstr "Descending" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/reporting/reporting_builder.php:1998 +msgid "Successfull action" +msgstr "Succesful action" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/servers/modificar_server.php:73 +#: ../../godmode/servers/modificar_server.php:85 +msgid "Unsuccessfull action" +msgstr "Unsuccesful action" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1170 +#: ../../godmode/reporting/reporting_builder.item_editor.php:622 +msgid "Item Editor" +msgstr "Item Editor" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1217 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:233 +#: ../../enterprise/dashboard/widgets/module_icon.php:49 +#: ../../enterprise/dashboard/widgets/module_status.php:49 +#: ../../enterprise/dashboard/widgets/module_value.php:49 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../godmode/reporting/reporting_builder.item_editor.php:699 +#: ../../godmode/reporting/visual_console_builder.wizard.php:273 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../include/functions_visual_map.php:2326 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:587 +msgid "Label" +msgstr "Label" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 +#: ../../enterprise/include/functions_reporting_csv.php:132 +#: ../../enterprise/include/functions_reporting_csv.php:135 +#: ../../enterprise/include/functions_reporting_csv.php:251 +#: ../../enterprise/include/functions_reporting_csv.php:278 +#: ../../enterprise/include/functions_reporting_csv.php:304 +#: ../../enterprise/include/functions_reporting_csv.php:370 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:796 +#: ../../enterprise/dashboard/widgets/top_n.php:59 +#: ../../enterprise/dashboard/widgets/module_icon.php:86 +#: ../../enterprise/dashboard/widgets/module_status.php:86 +#: ../../enterprise/dashboard/widgets/module_table_value.php:71 +#: ../../enterprise/dashboard/widgets/custom_graph.php:36 +#: ../../enterprise/dashboard/widgets/single_graph.php:72 +#: ../../enterprise/dashboard/widgets/module_value.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:753 +#: ../../godmode/reporting/graph_builder.main.php:145 +#: ../../godmode/reporting/visual_console_builder.wizard.php:158 +#: ../../godmode/reporting/reporting_builder.list_items.php:301 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/agentes/module_manager_editor_prediction.php:155 +#: ../../include/functions_visual_map_editor.php:417 +msgid "Period" +msgstr "Periodicity" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 +#: ../../godmode/reporting/reporting_builder.item_editor.php:725 +msgid "Last value" +msgstr "Last value" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3018 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 +#: ../../godmode/reporting/reporting_builder.item_editor.php:726 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2989 +msgid "" +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" +msgstr "" +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1277 +#: ../../godmode/reporting/reporting_builder.item_editor.php:771 +msgid "Projection period" +msgstr "Projected period" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:781 +msgid "Data range" +msgstr "Data range" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1578 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 +#: ../../enterprise/meta/include/functions_wizard_meta.php:838 +#: ../../enterprise/meta/include/functions_wizard_meta.php:847 +#: ../../enterprise/meta/include/functions_wizard_meta.php:924 +#: ../../enterprise/meta/include/functions_wizard_meta.php:933 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1125 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1134 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1341 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1350 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1422 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1431 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1538 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1547 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/dashboard/widgets/top_n.php:469 +#: ../../godmode/reporting/reporting_builder.item_editor.php:784 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:198 +#: ../../include/graphs/functions_pchart.php:1131 +#: ../../include/functions_reporting.php:834 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1438 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 ../../include/functions_ui.php:1988 +msgid "Max" +msgstr "Max." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1299 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1580 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 +#: ../../enterprise/meta/include/functions_wizard_meta.php:836 +#: ../../enterprise/meta/include/functions_wizard_meta.php:845 +#: ../../enterprise/meta/include/functions_wizard_meta.php:922 +#: ../../enterprise/meta/include/functions_wizard_meta.php:931 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1123 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1132 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1339 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1348 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1420 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1429 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1536 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1545 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/dashboard/widgets/top_n.php:472 +#: ../../godmode/reporting/reporting_builder.item_editor.php:786 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:204 +#: ../../include/graphs/functions_pchart.php:1129 +#: ../../include/functions_reporting.php:837 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1440 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 ../../include/functions_ui.php:1988 +msgid "Min" +msgstr "Min." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1305 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 +#: ../../godmode/reporting/reporting_builder.item_editor.php:792 +msgid "Only display wrong SLAs" +msgstr "Only display wrong SLAs" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 +#: ../../godmode/reporting/reporting_builder.item_editor.php:801 +msgid "Working time" +msgstr "Work time" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1321 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 +#: ../../enterprise/include/functions_reporting.php:1145 +#: ../../enterprise/include/functions_reporting.php:1401 +#: ../../enterprise/include/functions_reporting.php:1835 +#: ../../enterprise/include/functions_reporting_pdf.php:1707 +#: ../../godmode/reporting/reporting_builder.item_editor.php:808 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../godmode/alerts/alert_special_days.php:237 +#: ../../godmode/alerts/alert_special_days.php:425 +#: ../../include/functions_html.php:842 +msgid "Monday" +msgstr "Monday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1327 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 +#: ../../enterprise/include/functions_reporting.php:1146 +#: ../../enterprise/include/functions_reporting.php:1402 +#: ../../enterprise/include/functions_reporting.php:1836 +#: ../../enterprise/include/functions_reporting_pdf.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:814 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../godmode/alerts/alert_special_days.php:238 +#: ../../godmode/alerts/alert_special_days.php:428 +#: ../../include/functions_html.php:843 +msgid "Tuesday" +msgstr "Tuesday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1333 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 +#: ../../enterprise/include/functions_reporting.php:1147 +#: ../../enterprise/include/functions_reporting.php:1403 +#: ../../enterprise/include/functions_reporting.php:1837 +#: ../../enterprise/include/functions_reporting_pdf.php:1709 +#: ../../godmode/reporting/reporting_builder.item_editor.php:820 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../godmode/alerts/alert_special_days.php:239 +#: ../../godmode/alerts/alert_special_days.php:431 +#: ../../include/functions_html.php:844 +msgid "Wednesday" +msgstr "Wednesday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1339 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 +#: ../../enterprise/include/functions_reporting.php:1148 +#: ../../enterprise/include/functions_reporting.php:1404 +#: ../../enterprise/include/functions_reporting.php:1838 +#: ../../enterprise/include/functions_reporting_pdf.php:1710 +#: ../../godmode/reporting/reporting_builder.item_editor.php:826 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../godmode/alerts/alert_special_days.php:240 +#: ../../godmode/alerts/alert_special_days.php:434 +#: ../../include/functions_html.php:845 +msgid "Thursday" +msgstr "Thursday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1345 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 +#: ../../enterprise/include/functions_reporting.php:1149 +#: ../../enterprise/include/functions_reporting.php:1405 +#: ../../enterprise/include/functions_reporting.php:1839 +#: ../../enterprise/include/functions_reporting_pdf.php:1711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:832 +#: ../../godmode/alerts/configure_alert_special_days.php:85 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../godmode/alerts/alert_special_days.php:241 +#: ../../godmode/alerts/alert_special_days.php:437 +#: ../../include/functions_html.php:846 +msgid "Friday" +msgstr "Friday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1351 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 +#: ../../enterprise/include/functions_reporting.php:1150 +#: ../../enterprise/include/functions_reporting.php:1406 +#: ../../enterprise/include/functions_reporting.php:1840 +#: ../../enterprise/include/functions_reporting_pdf.php:1712 +#: ../../godmode/reporting/reporting_builder.item_editor.php:838 +#: ../../godmode/alerts/configure_alert_special_days.php:86 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../godmode/alerts/alert_special_days.php:242 +#: ../../godmode/alerts/alert_special_days.php:440 +#: ../../include/functions_html.php:847 +msgid "Saturday" +msgstr "Saturday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1357 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 +#: ../../enterprise/include/functions_reporting.php:1151 +#: ../../enterprise/include/functions_reporting.php:1407 +#: ../../enterprise/include/functions_reporting.php:1841 +#: ../../enterprise/include/functions_reporting_pdf.php:1713 +#: ../../godmode/reporting/reporting_builder.item_editor.php:844 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../godmode/alerts/alert_special_days.php:243 +#: ../../godmode/alerts/alert_special_days.php:443 +#: ../../include/functions_html.php:841 +msgid "Sunday" +msgstr "Sunday" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1365 +#: ../../enterprise/godmode/alerts/alert_events.php:446 +#: ../../godmode/reporting/reporting_builder.item_editor.php:852 +#: ../../godmode/alerts/configure_alert_template.php:539 +msgid "Time from" +msgstr "Set initial time" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1373 +#: ../../enterprise/godmode/alerts/alert_events.php:449 +#: ../../godmode/reporting/reporting_builder.item_editor.php:861 +#: ../../godmode/alerts/configure_alert_template.php:543 +msgid "Time to" +msgstr "Set end time" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1390 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1392 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1173 +msgid "Select server" +msgstr "Select server" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1449 +msgid "" +"Case insensitive regular expression for agent name. For example: Network.* " +"will match with the following agent names: network_agent1, NetworK CHECKS" +msgstr "" +"Case insensitive regular expression for agent name, e.g. Network.* will " +"match with the following agent names : network_agent1, NetworK CHECKS" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1463 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2007 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2178 +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 " +"has to be fulfilled with the literally string of the module name, if not you " +"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " +"usage in matchine 1." +msgstr "" +"Case insensitive regular expression or string for module name, e.g. if you " +"use this field with \"Module exact match\" enabled then this field has to be " +"filled out with the literal string of the module name, if not you can use a " +"regular expression, e.g. *usage.* will match: cpu_usage, vram usage in " +"machine 1." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1474 +msgid "Module exact match" +msgstr "Module exact match" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1474 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1944 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2009 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2107 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2182 +msgid "Check it if you want to match module name literally" +msgstr "Check if you want to literally match module name." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1483 +#: ../../enterprise/dashboard/widgets/custom_graph.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1083 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:377 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +#: ../../include/functions_visual_map_editor.php:234 +#: ../../include/functions_visual_map_editor.php:244 +msgid "Custom graph" +msgstr "Custom graph" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:285 +#: ../../enterprise/include/functions_netflow_pdf.php:208 +#: ../../enterprise/dashboard/widgets/post.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1145 +#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:641 +#: ../../include/functions_reports.php:595 +#: ../../include/functions_reporting.php:3619 +msgid "Text" +msgstr "Text" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1514 +msgid "Query SQL" +msgstr "SQL query" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +msgid "Serialized header" +msgstr "Serialised header" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +msgid "The separator character is |" +msgstr "The separation character is |" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1152 +msgid "Custom SQL template" +msgstr "Custom SQL template" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1529 +msgid "SQL preview" +msgstr "SQL preview" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 +msgid "Field separator" +msgstr "Field separator" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 +msgid "Separator for different fields in the serialized text chain" +msgstr "Separator for different fields in the serialised text string" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 +msgid "Line separator" +msgstr "Line break" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 +msgid "" +"Separator in different lines (composed by fields) of the serialized text " +"chain" +msgstr "" +"Separator in different lines (composed by fields) of the serialised text " +"chain" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1548 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1199 +msgid "Group by agent" +msgstr "Group by agent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 +#: ../../enterprise/dashboard/widgets/top_n.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1203 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "Order" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 +#: ../../enterprise/dashboard/widgets/top_n.php:73 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1212 +msgid "By agent name" +msgstr "By agent name" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 +#: ../../enterprise/dashboard/widgets/top_n.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1220 +msgid "Quantity (n)" +msgstr "Quantity (n)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 +#: ../../enterprise/dashboard/widgets/top_n.php:477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 +#: ../../include/functions_reporting.php:842 +#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1442 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 +msgid "Avg" +msgstr "Avg." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:255 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1253 +msgid "Only average" +msgstr "Only average" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:265 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 +#, fuzzy +msgid "Percentil 95" +msgstr "Percentile" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1595 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266 +msgid "" +"If this option was checked, only adding in elements that type of modules " +"support this option." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1270 +msgid "Condition" +msgstr "Condition" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1610 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1275 +#: ../../include/functions_reporting.php:1608 +msgid "Everything" +msgstr "Everything" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 +msgid ">=" +msgstr ">=" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1614 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 +msgid "<" +msgstr "<" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 +#: ../../enterprise/include/functions_reporting_pdf.php:2104 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 +#: ../../include/functions_reporting_html.php:1516 +msgid "Not OK" +msgstr "Not OK" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1305 +msgid "Show graph" +msgstr "Show graph" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1632 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1313 +msgid "Show address instead module name." +msgstr "Show address instead of module name." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:218 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1314 +msgid "Show the main address of agent." +msgstr "Show the agent's main address." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "Show resume" +msgstr "Show summary" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +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." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1338 +msgid "No Validated" +msgstr "Not validated" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1351 +msgid "Event graphs" +msgstr "Event graphs" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 +msgid "By agent" +msgstr "By agent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +msgid "By user validator" +msgstr "By user validation" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1677 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 +msgid "By criticity" +msgstr "By priority" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1373 +msgid "Validated vs unvalidated" +msgstr "Validated vs unvalidated" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1686 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1381 +msgid "Show in two columns" +msgstr "Show in two columns" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +msgid "SLA items sorted by fulfillment value" +msgstr "SLA items sorted by fulfillment value" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1697 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1392 +msgid "Show in landscape" +msgstr "Show in landscape" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1403 +#, fuzzy +msgid "Hide not init agents" +msgstr "%d not init agents" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1720 +msgid "Modules to match" +msgstr "Modules to match" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1722 +msgid "Select the modules to match when create a report for agents" +msgstr "Select the modules to match when creating a report for agents." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1803 +msgid "Modules to match (Free text)" +msgstr "Modules to match (Free text)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1805 +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." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1819 +msgid "Create a graph for each agent" +msgstr "Create a graph for each agent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1821 +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 big graph with all modules from all agents." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1859 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1430 +#: ../../godmode/netflow/nf_item_list.php:260 +msgid "Create item" +msgstr "Create item" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1864 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1433 +#: ../../include/functions_visual_map_editor.php:599 +msgid "Update item" +msgstr "Update item" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1897 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1961 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2054 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2128 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2399 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2494 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 +msgid "Exact match" +msgstr "Exact match" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1464 +msgid "SLA Min. (value)" +msgstr "SLA Min. (value)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1899 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1465 +msgid "SLA Max. (value)" +msgstr "SLA Max. (value)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1900 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1466 +msgid "SLA Limit (%)" +msgstr "SLA Limit (%)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1909 +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." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1958 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2402 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2497 +msgid "Not literally" +msgstr "Not literally" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2002 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2172 +msgid "" +"Case insensitive regular expression for agent name. For example: Network* " +"will match with the following agent names: network_agent1, NetworK CHECKS" +msgstr "" +"Case insensitive regular expression for agent name. For example: Network* " +"will match with the following agent names: network_agent1, NetworK CHECKS" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2027 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2216 +#: ../../enterprise/dashboard/widgets/top_n.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:988 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1600 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1635 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1796 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1824 +msgid "Select an Agent first" +msgstr "Select an Agent first" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2069 +msgid "Please save the template to start adding items into the list." +msgstr "Please save the template to start adding items to the list." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 +msgid "Edit template" +msgstr "Edit template" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:28 +#: ../../enterprise/godmode/reporting/mysql_builder.php:122 +msgid "Custom Mysql template builder" +msgstr "Custom MySQL template builder" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:59 +msgid "Create custom SQL" +msgstr "Create custom SQL" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:70 +msgid ": Create new custom" +msgstr "Create new custom :" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:90 +msgid "Create new custom" +msgstr "Create new custom" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +msgid "Successfully operation" +msgstr "Operation successful." + +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +msgid "Could not be operation" +msgstr "Cannot not be an operation." + +#: ../../enterprise/godmode/reporting/mysql_builder.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:528 +#: ../../include/functions_reporting.php:3639 +msgid "SQL" +msgstr "SQL" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 +#: ../../enterprise/dashboard/widgets/module_icon.php:84 +#: ../../enterprise/dashboard/widgets/module_status.php:84 +#: ../../godmode/reporting/visual_console_builder.elements.php:183 +#: ../../godmode/groups/group_list.php:335 +#: ../../godmode/groups/configure_group.php:117 +#: ../../godmode/modules/module_list.php:57 +#: ../../godmode/setup/os.builder.php:39 +#: ../../include/functions_visual_map.php:2334 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:588 +msgid "Icon" +msgstr "Icon" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104 +msgid "Available" +msgstr "Available" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106 +#: ../../include/graphs/export_data.php:76 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +msgid "Selected" +msgstr "Selected" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113 +msgid "Push the selected services into the list" +msgstr "Push the selected services into the list" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118 +msgid "Remove the services from the list" +msgstr "Remove the services from the list" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172 +msgid "Icon preview" +msgstr "Icon preview" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238 +msgid "The services list is empty" +msgstr "The services list is empty" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89 +#: ../../enterprise/include/functions_reporting.php:35 +msgid "Wizard SLA" +msgstr "SLA-Wizard" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 +#: ../../enterprise/godmode/services/services.service.php:290 +#: ../../enterprise/include/functions_reporting_csv.php:784 +#: ../../include/functions_reports.php:536 +#: ../../include/functions_reporting.php:474 +msgid "S.L.A." +msgstr "S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113 +#: ../../enterprise/include/functions_reporting.php:1363 +#: ../../enterprise/include/functions_reporting.php:1716 +#: ../../include/functions_reports.php:539 +msgid "Monthly S.L.A." +msgstr "Monthly SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:115 +#: ../../enterprise/include/functions_reporting.php:2675 +#: ../../enterprise/include/functions_reporting.php:3139 +#: ../../include/functions_reports.php:543 +msgid "Services S.L.A." +msgstr "SLA services" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 +msgid "Elements to apply" +msgstr "Elements to apply" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 +#: ../../godmode/setup/snmp_wizard.php:109 +#: ../../include/functions_visual_map_editor.php:440 +#: ../../include/functions_visual_map_editor.php:448 +msgid "Cancel" +msgstr "Cancel" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 +msgid "SLA min value" +msgstr "SLA min value" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:200 +msgid "SLA min Value" +msgstr "SLA min value" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 +msgid "SLA max value" +msgstr "SLA max value" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204 +msgid "SLA max Value" +msgstr "SLA max value" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 +msgid "SLA Limit %" +msgstr "SLA limit %" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208 +msgid "SLA Limit Value" +msgstr "SLA limit value" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 +#: ../../godmode/reporting/reporting_builder.list_items.php:287 +#: ../../godmode/reporting/reporting_builder.list_items.php:292 +#: ../../godmode/reporting/reporting_builder.list_items.php:298 +msgid "Ascendent" +msgstr "Ascendent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 +#: ../../godmode/reporting/reporting_builder.list_items.php:288 +#: ../../godmode/reporting/reporting_builder.list_items.php:293 +#: ../../godmode/reporting/reporting_builder.list_items.php:299 +msgid "Descent" +msgstr "Descendent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 +#: ../../godmode/netflow/nf_item_list.php:206 +#: ../../godmode/netflow/nf_item_list.php:209 +msgid "Move to up" +msgstr "Move up" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 +#: ../../godmode/netflow/nf_item_list.php:203 +#: ../../godmode/netflow/nf_item_list.php:210 +msgid "Move to down" +msgstr "Move down" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 +msgid "Advance Reporting" +msgstr "Advance Reporting" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../godmode/setup/setup_visuals.php:525 +#: ../../include/functions_config.php:609 +msgid "Font family" +msgstr "Font family" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:532 +#: ../../include/functions_config.php:467 +#: ../../include/functions_config.php:612 +msgid "Custom logo" +msgstr "Custom logo" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 +#: ../../enterprise/meta/advanced/metasetup.visual.php:222 +#: ../../godmode/setup/setup_visuals.php:534 +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 Console under " +"\"images/custom_logo\". You can upload more files (ONLY IN JPEG) using the " +"console's upload tool." + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 +#: ../../enterprise/meta/advanced/metasetup.visual.php:230 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../godmode/setup/setup_visuals.php:552 +#: ../../include/functions_config.php:615 +msgid "Header" +msgstr "Header" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 +#: ../../enterprise/meta/advanced/metasetup.visual.php:234 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../godmode/setup/setup_visuals.php:557 +#: ../../include/functions_config.php:618 +msgid "First page" +msgstr "First page" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 +#: ../../enterprise/meta/advanced/metasetup.visual.php:241 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:565 +#: ../../include/functions_config.php:621 +msgid "Footer" +msgstr "Footer" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 +#: ../../include/functions_reports.php:587 +msgid "Top n" +msgstr "Top n" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 +#: ../../enterprise/include/functions_reporting_csv.php:265 +#: ../../include/functions_reports.php:577 +#: ../../include/functions_reporting.php:1589 +msgid "Exception" +msgstr "Exception" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 +#: ../../enterprise/godmode/alerts/alert_events.php:97 +#: ../../enterprise/godmode/alerts/alert_events.php:102 +#: ../../enterprise/meta/include/functions_wizard_meta.php:184 +#: ../../enterprise/meta/include/functions_wizard_meta.php:412 +#: ../../enterprise/meta/include/functions_wizard_meta.php:481 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1010 +#: ../../enterprise/include/functions_reporting_csv.php:358 +#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +#: ../../godmode/alerts/configure_alert_template.php:148 +#: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 +#: ../../include/functions_reports.php:573 ../../include/ajax/events.php:299 +#: ../../include/functions_reporting.php:4710 +msgid "General" +msgstr "General" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 +#: ../../enterprise/include/functions_reporting.php:38 +msgid "Global" +msgstr "Global" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +msgid "Sum" +msgstr "Sum" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 +#: ../../include/functions_reporting.php:4938 +msgid "Rate" +msgstr "Rate" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 +msgid "Graph template editor" +msgstr "Graph template editor" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 +#: ../../godmode/reporting/graph_builder.graph_editor.php:87 +#: ../../godmode/reporting/graph_builder.graph_editor.php:156 +msgid "Weight" +msgstr "Weight" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 +msgid "Decrease Weight" +msgstr "Decrease Weight" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 +msgid "Increase Weight" +msgstr "Increase Weight" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:389 +#: ../../enterprise/godmode/reporting/graph_template_list.php:168 +msgid "Create template" +msgstr "Create template" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 +msgid "List templates" +msgstr "List templates" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 +#: ../../enterprise/godmode/reporting/graph_template_list.php:124 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 +#: ../../godmode/alerts/alert_list.list.php:58 +msgid "Template name" +msgstr "Template name" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 +#: ../../enterprise/dashboard/main_dashboard.php:285 +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "Private" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:342 +#: ../../godmode/reporting/reporting_builder.php:615 +msgid "HTML view" +msgstr "HTML view" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:344 +#: ../../godmode/reporting/reporting_builder.php:616 +msgid "Export to XML" +msgstr "Export to XML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:384 +msgid "You haven't created templates yet." +msgstr "You haven't created templates yet." + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:397 +msgid "Generate a dynamic report\"" +msgstr "Generate a dynamic report\"" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 +msgid "Agents available" +msgstr "Agents available" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 +msgid "Select all" +msgstr "Select all" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 +msgid "Agents to apply" +msgstr "Agents to apply" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 +msgid "Add agents" +msgstr "Add agents" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:477 +msgid "Undo agents" +msgstr "Undo agents" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:485 +msgid "Generate" +msgstr "Generate" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 +msgid "Advance Options" +msgstr "Advance Options" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +msgid "Cleanup sucessfully" +msgstr "Cleanup sucessful." + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +msgid "Cleanup error" +msgstr "Cleanup error" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 +#: ../../enterprise/godmode/reporting/graph_template_list.php:32 +#: ../../enterprise/godmode/reporting/graph_template_list.php:43 +#: ../../enterprise/godmode/reporting/graph_template_list.php:53 +#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 +msgid "Graph list" +msgstr "Graph list" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 +msgid "Wizard template" +msgstr "Wizard template" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 +#: ../../enterprise/meta/include/functions_alerts_meta.php:107 +#: ../../enterprise/meta/include/functions_alerts_meta.php:125 +#: ../../enterprise/include/functions_reporting.php:81 +#: ../../enterprise/include/functions_reporting.php:4782 +#: ../../enterprise/include/functions_reporting.php:4806 +#: ../../enterprise/include/functions_reporting.php:4860 +#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:152 +msgid "Templates" +msgstr "Templates" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 +msgid "Clean up template" +msgstr "Clean up template" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 +msgid "Add agents to template" +msgstr "Add agents to template" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 +msgid "Undo agents to template" +msgstr "Undo agents to template" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430 +msgid "Apply template" +msgstr "Apply template" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 +msgid "Please set template distinct than " +msgstr "Please set template distinct from " + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:778 +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 ?" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "Sucessfully applied" +msgstr "Sucessfully applied." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "reports" +msgstr "Reports" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "items" +msgstr "Items" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 +msgid "Could not be applied" +msgstr "Could not be applied." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 +#: ../../godmode/massive/massive_operations.php:223 +msgid "" +"In order to perform massive operations, PHP needs a correct configuration in " +"timeout parameters. Please, open your PHP configuration file (php.ini) for " +"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout " +"parameters to a correct value:
max_execution_time = 0 and " +"max_input_time = -1" +msgstr "" +"In order to perform massive operations PHP needs to be have timeout " +"parameters set correctly. Please open the PHP configuration file (php.ini) " +"for example: sudo vi /etc/php5/apache2/php.ini;
And set the " +"timeout parameters to the correct value:
max_execution_time = 0 " +"and max_input_time = -1" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 +msgid "Create template report wizard" +msgstr "Create template report wizard" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 +msgid "Create report per agent" +msgstr "Create report per agent" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 +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" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 +msgid "Target group" +msgstr "Target group" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 +msgid "Filter by" +msgstr "Filter by" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +msgid "Filter tag" +msgstr "Filter tag" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:70 +msgid "Graph template management" +msgstr "Graph template management" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:163 +msgid "There are no defined graph templates" +msgstr "There are no defined graph templates" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/events/event_edit_filter.php:164 +msgid "Not updated. Blank name" +msgstr "Couldn't update. Blank name." + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 +msgid "Template updated successfully" +msgstr "Template updated successfully." + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 +msgid "Error updating template" +msgstr "Error updating template" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 +#: ../../godmode/reporting/graph_builder.main.php:135 +#: ../../godmode/reporting/visual_console_builder.wizard.php:134 +#: ../../godmode/setup/gis_step_2.php:257 +#: ../../godmode/events/event_responses.editor.php:104 +#: ../../include/functions_visual_map_editor.php:84 +#: ../../include/functions_visual_map_editor.php:365 +msgid "Width" +msgstr "Width" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 +#: ../../godmode/reporting/graph_builder.main.php:139 +#: ../../godmode/reporting/visual_console_builder.wizard.php:137 +#: ../../godmode/setup/gis_step_2.php:259 +#: ../../godmode/events/event_responses.editor.php:106 +msgid "Height" +msgstr "Height" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 +msgid "3 hours" +msgstr "3 hours" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 +msgid "4 days" +msgstr "4 days" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 +#: ../../godmode/setup/performance.php:102 +#: ../../include/functions_netflow.php:1057 +msgid "Last week" +msgstr "Last week" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:104 +#: ../../include/functions_netflow.php:1058 +msgid "Last month" +msgstr "Last month" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 +#: ../../include/functions_netflow.php:1059 +msgid "2 months" +msgstr "2 months" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 +#: ../../include/ajax/module.php:128 ../../include/functions_netflow.php:1061 +msgid "6 months" +msgstr "6 months" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../include/functions.php:2031 ../../include/ajax/module.php:129 +msgid "1 year" +msgstr "1 year" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 +#: ../../enterprise/dashboard/widgets/custom_graph.php:49 +msgid "Stacked" +msgstr "Stacked" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:182 +msgid "Order:" +msgstr "Order:" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:202 +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:" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217 +msgid "Show address instead module name" +msgstr "Show address instead module name" + +#: ../../enterprise/godmode/agentes/collections.php:48 +msgid "Success: recreate file" +msgstr "Success in recreating file" + +#: ../../enterprise/godmode/agentes/collections.php:51 +msgid "Error: recreate file " +msgstr "Error: recreate file " + +#: ../../enterprise/godmode/agentes/collections.php:64 +#: ../../enterprise/godmode/agentes/collections.php:82 +#: ../../enterprise/godmode/agentes/collections.php:153 +msgid "Collections Management" +msgstr "Collections Management" + +#: ../../enterprise/godmode/agentes/collections.php:116 +msgid "Manager collection" +msgstr "Manager collection" + +#: ../../enterprise/godmode/agentes/collections.php:124 +#: ../../enterprise/godmode/agentes/collections.php:139 +#: ../../enterprise/godmode/agentes/collection_manager.php:91 +msgid "Successful create collection package." +msgstr "Successful in creating collection package." + +#: ../../enterprise/godmode/agentes/collections.php:140 +#: ../../enterprise/godmode/agentes/collection_manager.php:92 +msgid "Can not create collection package." +msgstr "Cannot create collection package." + +#: ../../enterprise/godmode/agentes/collections.php:160 +msgid "Error: The main directory of collections does not exist." +msgstr "Error: The main directory of collections does not exist." + +#: ../../enterprise/godmode/agentes/collections.php:204 +msgid "Are you sure to delete?" +msgstr "Are you sure you want to delete ?" + +#: ../../enterprise/godmode/agentes/collections.php:205 +msgid "Delete collection" +msgstr "Delete collection" + +#: ../../enterprise/godmode/agentes/collections.php:211 +msgid "Re-Apply changes" +msgstr "Reapply changes" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:41 +msgid "Plug-in deleted succesfully" +msgstr "Plug-in deleted succesfully" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:41 +msgid "Plug-in cannot be deleted" +msgstr "Plug-in cannot be deleted" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:64 +msgid "Plug-in disabled succesfully" +msgstr "Plug-in disabled succesfully" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:64 +msgid "Plug-in cannot be disabled" +msgstr "Plug-in cannot be disabled" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:79 +msgid "Plug-in enabled succesfully" +msgstr "Plug-in enabled succesfully" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:79 +msgid "Plug-in cannot be enabled" +msgstr "Plug-in cannot be enabled" + +#: ../../enterprise/godmode/agentes/collections.data.php:47 +#: ../../enterprise/godmode/agentes/collections.data.php:123 +#: ../../enterprise/godmode/agentes/collections.data.php:142 +#: ../../enterprise/godmode/agentes/collections.data.php:157 +#: ../../enterprise/godmode/agentes/collections.data.php:179 +#: ../../enterprise/godmode/agentes/collections.data.php:221 +msgid "Manager configuration > New" +msgstr "Manager configuration > New" + +#: ../../enterprise/godmode/agentes/collections.data.php:94 +#: ../../enterprise/godmode/agentes/collections.data.php:198 +#: ../../enterprise/godmode/agentes/collections.data.php:267 +#: ../../enterprise/godmode/agentes/collections.data.php:281 +#: ../../enterprise/godmode/agentes/collections.data.php:287 +#: ../../enterprise/godmode/agentes/collections.editor.php:55 +msgid "Manager configuration > Edit " +msgstr "Manager configuration > Edit " + +#: ../../enterprise/godmode/agentes/collections.data.php:130 +msgid "" +"Unable to create the collection. Another collection with the same short name." +msgstr "" +"Unable to create the collection. Another collection with the same short name." + +#: ../../enterprise/godmode/agentes/collections.data.php:148 +#: ../../enterprise/godmode/agentes/collections.data.php:163 +msgid "Unable to create the collection" +msgstr "Unable to create the collection" + +#: ../../enterprise/godmode/agentes/collections.data.php:148 +msgid "Invalid characters in short name" +msgstr "Invalid characters in short name" + +#: ../../enterprise/godmode/agentes/collections.data.php:163 +#: ../../enterprise/include/functions_local_components.php:138 +msgid "Empty name" +msgstr "Empty name" + +#: ../../enterprise/godmode/agentes/collections.data.php:185 +#: ../../enterprise/godmode/agentes/collections.data.php:229 +msgid "Unable to create the collection." +msgstr "Unable to create the collection." + +#: ../../enterprise/godmode/agentes/collections.data.php:206 +#: ../../enterprise/godmode/agentes/collections.data.php:293 +msgid "Correct create collection" +msgstr "Correct create collection" + +#: ../../enterprise/godmode/agentes/collections.data.php:271 +msgid "Unable to edit the collection, empty name." +msgstr "Unable to edit the collection, empty name." + +#: ../../enterprise/godmode/agentes/collections.data.php:284 +msgid "Unable to edit the collection." +msgstr "Unable to edit the collection." + +#: ../../enterprise/godmode/agentes/collections.data.php:306 +msgid "Error: The collection directory does not exist." +msgstr "Error: The collection directory does not exist." + +#: ../../enterprise/godmode/agentes/collections.data.php:316 +#: ../../godmode/reporting/visual_console_builder.data.php:99 +#: ../../godmode/setup/os.builder.php:34 +msgid "Name:" +msgstr "Name:" + +#: ../../enterprise/godmode/agentes/collections.data.php:323 +msgid "Recreate file" +msgstr "Create file again" + +#: ../../enterprise/godmode/agentes/collections.data.php:339 +#: ../../enterprise/godmode/agentes/collections.data.php:340 +#: ../../enterprise/godmode/agentes/collection_manager.php:138 +#: ../../enterprise/godmode/agentes/collection_manager.php:139 +#: ../../enterprise/godmode/agentes/collection_manager.php:223 +#: ../../enterprise/godmode/agentes/collection_manager.php:224 +msgid "Need to regenerate" +msgstr "Need to regenerate" + +#: ../../enterprise/godmode/agentes/collections.data.php:356 +#: ../../godmode/reporting/visual_console_builder.data.php:104 +msgid "Group:" +msgstr "Group:" + +#: ../../enterprise/godmode/agentes/collections.data.php:367 +msgid "Short name:" +msgstr "Short name:" + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "" +"The collection's short name is the name of dir in attachment dir and the " +"package collection." +msgstr "" +"The collection's short name is the name of dir in attachment dir and the " +"package collection." + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "Short name must contain only alphanumeric characters, - or _ ." +msgstr "Short name must contain only alphanumeric characters, - or _ ." + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "Empty for default short name fc_X where X is the collection id." +msgstr "Empty for default short name fc_X where X is the collection id." + +#: ../../enterprise/godmode/agentes/module_manager.php:16 +msgid "Create a new web Server module" +msgstr "Create a new webserver module" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:54 +#: ../../enterprise/meta/include/functions_wizard_meta.php:489 +#: ../../enterprise/meta/include/functions_wizard_meta.php:540 +#: ../../enterprise/include/functions_enterprise.php:295 +msgid "Web checks" +msgstr "Web Checks" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/godmode/modules/configure_local_component.php:315 +#: ../../enterprise/meta/include/functions_wizard_meta.php:548 +msgid "Load basic" +msgstr "Load basic" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:78 +#: ../../enterprise/meta/include/functions_wizard_meta.php:550 +msgid "Load a basic structure on Web Checks" +msgstr "Load a basic structure on Web Checks" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../enterprise/godmode/modules/configure_local_component.php:323 +#: ../../enterprise/meta/include/functions_wizard_meta.php:175 +#: ../../enterprise/meta/include/functions_wizard_meta.php:392 +#: ../../enterprise/meta/include/functions_wizard_meta.php:552 +#: ../../enterprise/include/functions_metaconsole.php:1277 +#: ../../enterprise/include/functions_metaconsole.php:1300 +#: ../../enterprise/include/functions_metaconsole.php:1323 +#: ../../enterprise/include/functions_metaconsole.php:1346 +#: ../../enterprise/include/functions_metaconsole.php:1369 +msgid "Check" +msgstr "Check" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:82 +#: ../../enterprise/meta/include/functions_wizard_meta.php:554 +msgid "Check the correct structure of the WebCheck" +msgstr "Check the correct structure of the WebCheck" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 +msgid "Requests" +msgstr "Requests" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:91 +msgid "Agent browser id" +msgstr "Agent browser id" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:946 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:105 +msgid "HTTP auth (login)" +msgstr "HTTP auth (login)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:109 +msgid "HTTP auth (pass)" +msgstr "HTTP auth (pass)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:116 +msgid "HTTP auth (server)" +msgstr "HTTP auth (server)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:120 +msgid "HTTP auth (realm)" +msgstr "HTTP auth (realm)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 +#: ../../enterprise/meta/include/functions_wizard_meta.php:561 +msgid "First line must be \"task_begin\"" +msgstr "First line must be \"task_begin\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:562 +msgid "Webchecks configuration is empty" +msgstr "Webchecks configuration is empty" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:129 +#: ../../enterprise/meta/include/functions_wizard_meta.php:563 +#: ../../enterprise/meta/include/functions_wizard_meta.php:564 +msgid "Last line must be \"task_end\"" +msgstr "Last line must be \"task_end\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 +#: ../../enterprise/godmode/modules/configure_local_component.php:334 +#: ../../enterprise/meta/include/functions_wizard_meta.php:565 +msgid "There is a line with a unknown token 'token_fail'." +msgstr "There is a line with a unknown token 'token_fail'." + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:131 +#, fuzzy +msgid "There isn't get or post" +msgstr "There is not data to show." + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132 +#: ../../enterprise/meta/include/functions_wizard_meta.php:566 +msgid "Web checks are built correctly" +msgstr "Web checks are built correctly" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 +msgid "Data Copy" +msgstr "Data Copy" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 +msgid "No selected agents to copy" +msgstr "No selected agents to copy" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 +msgid "No source agent selected" +msgstr "No source agent selected" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +msgid "Making copy of configuration file for" +msgstr "Making copy of configuration file for" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 +msgid "Error copying md5 file " +msgstr "Error copying md5 file " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +msgid " md5 file" +msgstr " md5 file" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 +msgid "Copied " +msgstr "Copied " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 +msgid "Error copying " +msgstr "Error copying " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 +msgid " config file" +msgstr " config file" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 +msgid "Remote configuration management" +msgstr "Remote configuration management" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 +msgid "Source group" +msgstr "Source group" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 +msgid "To agent(s):" +msgstr "To agent(s):" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +msgid "Replicate configuration" +msgstr "Replicate configuration" + +#: ../../enterprise/godmode/agentes/collection_manager.php:76 +msgid "Succesful add the collection" +msgstr "Success in adding the collection." + +#: ../../enterprise/godmode/agentes/collection_manager.php:77 +msgid "Unsuccesful add the collection" +msgstr "Adding the collection was unsuccessful." + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 +msgid "Error: The conf file of agent is not readble." +msgstr "Error: The conf file of agent is not readble." + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 +msgid "Error: The conf file of agent is not writable." +msgstr "Error: The conf file of agent is not writable." + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 +msgid "No module was found" +msgstr "No module was found" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 +msgid "Delete remote conf agent files in Pandora" +msgstr "Delete remote conf agent files in Pandora" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 +#: ../../godmode/agentes/agent_manager.php:336 +msgid "Delete remote configuration file" +msgstr "Delete remote configuration file" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 +#: ../../godmode/agentes/agent_manager.php:339 +msgid "" +"Delete this conf file implies that for restore you must reactive remote " +"config in the local agent." +msgstr "" +"Deleting this conf file means you will have to reactivate remote " +"configuration on the local agent in order to restore it." + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 +#: ../../enterprise/godmode/modules/configure_local_component.php:311 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 +#: ../../godmode/agentes/planned_downtime.list.php:396 +#: ../../godmode/setup/setup.php:138 ../../godmode/menu.php:132 +#: ../../include/functions_reports.php:631 +#: ../../include/functions_reports.php:633 +msgid "Configuration" +msgstr "Configuration" + +#: ../../enterprise/godmode/agentes/collections.editor.php:63 +msgid "Files in " +msgstr "Files in " + +#: ../../enterprise/godmode/agentes/collections.editor.php:111 +#: ../../enterprise/godmode/agentes/collections.editor.php:172 +#: ../../godmode/servers/plugin.php:151 +#: ../../include/functions_filemanager.php:759 +msgid "Edit file" +msgstr "Edit file" + +#: ../../enterprise/godmode/agentes/collections.editor.php:112 +#: ../../enterprise/godmode/agentes/collections.editor.php:173 +msgid "Back to file explorer" +msgstr "Back to file explorer" + +#: ../../enterprise/godmode/agentes/collections.editor.php:148 +#: ../../enterprise/godmode/agentes/collections.editor.php:311 +#: ../../include/functions_filemanager.php:348 +msgid "Security error." +msgstr "Security error." + +#: ../../enterprise/godmode/agentes/collections.editor.php:193 +#: ../../godmode/servers/plugin.php:170 +msgid "Compatibility mode" +msgstr "Compatibility mode" + +#: ../../enterprise/godmode/agentes/collections.editor.php:236 +msgid "Correct update file." +msgstr "Correct update file." + +#: ../../enterprise/godmode/agentes/collections.editor.php:237 +msgid "Incorrect update file." +msgstr "Incorrect update file." + +#: ../../enterprise/godmode/agentes/collections.editor.php:376 +msgid "Please, first save a new collection before to upload files." +msgstr "Please save a new collection first before uploading files." + +#: ../../enterprise/godmode/agentes/inventory_manager.php:69 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 +msgid "Successfully deleted inventory module" +msgstr "Successfully deleted inventory module" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:72 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 +msgid "Error deleting inventory module" +msgstr "Error deleting inventory module" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:80 +msgid "Successfully forced inventory module" +msgstr "Successfully forced inventory module" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:83 +msgid "Error forcing inventory module" +msgstr "Error forcing inventory module" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:129 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 +msgid "Inventory module error" +msgstr "Inventory module error" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:172 +#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:523 +msgid "Target" +msgstr "Target" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26 +msgid "Synthetic arithmetic" +msgstr "Synthetic arithmetic" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29 +msgid "Synthetic average" +msgstr "Synthetic average" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 +#: ../../enterprise/meta/general/main_header.php:204 +#: ../../enterprise/include/functions_enterprise.php:289 +#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 +#: ../../godmode/menu.php:265 ../../include/functions_reports.php:635 +#: ../../include/functions_reports.php:637 +#: ../../include/functions_reports.php:639 +#: ../../include/functions_reports.php:641 +#: ../../include/functions_reports.php:643 +msgid "Netflow" +msgstr "Netflow" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:111 +msgid "Fixed value" +msgstr "Fixed value" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116 +msgid "Add module to operation as add" +msgstr "Add module to operation as add" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:117 +msgid "Add module to operations as deduct" +msgstr "Add module to operations as deduct" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:118 +msgid "Add module to operations as multiplicate " +msgstr "Add module to operations as multiplicate " + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:119 +msgid "Add module to operations as divide" +msgstr "Add module to operations as divide" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:120 +msgid "Remove selected modules" +msgstr "Remove selected modules" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:125 +msgid "Add module to average operation" +msgstr "Add module to average operation" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:126 +msgid "Remove selected modules from operations stack" +msgstr "Remove selected modules from operations stack" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:141 +msgid "Move down selected modules" +msgstr "Move down selected modules" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:142 +msgid "Move up selected modules" +msgstr "Move up selected modules" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:170 +msgid "Select Service" +msgstr "Select Service" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:181 +msgid "Netflow filter" +msgstr "Netflow filter" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:190 +msgid "Select filter" +msgstr "Select filter" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 +msgid "The changes on this field are linked with the configuration data." +msgstr "The changes on this field are linked with the configuration data." + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 +msgid "Using local component" +msgstr "Using local component" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 +#: ../../godmode/agentes/module_manager_editor_common.php:76 +#: ../../godmode/agentes/module_manager_editor_common.php:85 +msgid "Manual setup" +msgstr "Manual setup" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 +msgid "Show configuration data" +msgstr "Show configuration data" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 +msgid "Hide configuration data" +msgstr "Hide configuration data" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 +msgid "Data configuration" +msgstr "Data configuration" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/godmode/modules/configure_local_component.php:317 +msgid "Load a basic structure on data configuration" +msgstr "Load a basic structure on data configuration" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../enterprise/godmode/modules/configure_local_component.php:324 +msgid "Check the correct structure of the data configuration" +msgstr "Check the correct structure of the data configuration" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 +#: ../../enterprise/godmode/modules/configure_local_component.php:327 +msgid "First line must be \"module_begin\"" +msgstr "First line must be \"module_begin\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 +#: ../../enterprise/godmode/modules/configure_local_component.php:328 +msgid "Data configuration is empty" +msgstr "Data configuration is empty" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 +#: ../../enterprise/godmode/modules/configure_local_component.php:329 +#: ../../enterprise/godmode/modules/configure_local_component.php:333 +msgid "Last line must be \"module_end\"" +msgstr "Last line must be \"module_end\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 +#: ../../enterprise/godmode/modules/configure_local_component.php:330 +msgid "" +"Name is missed. Please add a line with \"module_name yourmodulename\" to " +"data configuration" +msgstr "" +"Name is missed. Please add a line with \"module_name yourmodulename\" to " +"data configuration" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 +#: ../../enterprise/godmode/modules/configure_local_component.php:331 +msgid "" +"Type is missed. Please add a line with \"module_type yourmoduletype\" to " +"data configuration" +msgstr "" +"Type is missed. Please add a line with \"module_type yourmoduletype\" to " +"data configuration" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 +#: ../../enterprise/godmode/modules/configure_local_component.php:332 +msgid "Type is wrong. Please set a correct type" +msgstr "Type is wrong. Please set a correct type" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 +#: ../../enterprise/godmode/modules/configure_local_component.php:335 +msgid "Error in the syntax, please check the data configuration." +msgstr "Error in the syntax, please check the data configuration." + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 +#: ../../enterprise/godmode/modules/configure_local_component.php:336 +msgid "Data configuration are built correctly" +msgstr "Data configuration are built correctly" + +#: ../../enterprise/godmode/servers/list_satellite.php:26 +#, fuzzy +msgid "Satellite Server" +msgstr "Satellite" + +#: ../../enterprise/godmode/servers/list_satellite.php:69 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:374 +#, fuzzy +msgid "No Data" +msgstr "No data" + +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20 +#, fuzzy +msgid "Add Credential Box" +msgstr "Credentials" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129 +msgid "Error: The conf file of server is not readble." +msgstr "Error: The conf file of server is not readble." + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134 +msgid "Error: The conf file of server is not writable." +msgstr "Error: The conf file of server is not writable." + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159 +msgid "Delete remote conf server files in Pandora" +msgstr "Delete remote conf server files in Pandora" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 +msgid "" +"Delete this conf file implies that Pandora will send back local config to " +"console" +msgstr "" +"Delete this conf file implies that Pandora will send back local config to " +"console" + +#: ../../enterprise/godmode/servers/manage_export.php:41 +#: ../../enterprise/godmode/servers/manage_export_form.php:56 +#: ../../enterprise/godmode/menu__.php:110 +#: ../../enterprise/godmode/menu.php:125 +msgid "Export targets" +msgstr "Export targets" + +#: ../../enterprise/godmode/servers/manage_export.php:61 +msgid "Error updating export target" +msgstr "Error updating export target" + +#: ../../enterprise/godmode/servers/manage_export.php:64 +msgid "Successfully updated export target" +msgstr "Successfully updated export target" + +#: ../../enterprise/godmode/servers/manage_export.php:73 +msgid "Error deleting export target" +msgstr "Error deleting export target" + +#: ../../enterprise/godmode/servers/manage_export.php:76 +msgid "Successfully deleted export target" +msgstr "Successfully deleted export target" + +#: ../../enterprise/godmode/servers/manage_export.php:98 +msgid "" +"Can't be created export target: User and password must be filled with FTP " +"mode" +msgstr "" +"Can't be created export target: User and password must be filled with FTP " +"mode" + +#: ../../enterprise/godmode/servers/manage_export.php:121 +msgid "There are no defined export targets" +msgstr "There are no defined export targets" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:76 +msgid "Preffix" +msgstr "Preffix" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:88 +msgid "Transfer mode" +msgstr "Transfer mode" + +#: ../../enterprise/godmode/servers/manage_export_form.php:71 +#: ../../include/functions_servers.php:398 +msgid "Export server" +msgstr "Export server" + +#: ../../enterprise/godmode/servers/manage_export_form.php:109 +msgid "Target directory" +msgstr "Target directory" + +#: ../../enterprise/godmode/servers/manage_export_form.php:113 +msgid "Extra options" +msgstr "Extra options" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:30 +#, fuzzy +msgid "Credential Boxes List" +msgstr "Credentials" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:33 +#, fuzzy +msgid "Credential Boxes" +msgstr "Credentials" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:283 +msgid "Custom OID" +msgstr "Custom OID" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 +msgid "Successfully added trap custom values" +msgstr "Success in adding trap custom values." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:177 +msgid "Error adding trap custom values" +msgstr "Error in adding trap custom values." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:181 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:221 +msgid "This OID is preexistent." +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:211 +msgid "No change in data" +msgstr "No change in data" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:214 +msgid "Successfully updated trap custom values" +msgstr "Updating trap custom values successful." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:217 +msgid "Error updating trap custom values" +msgstr "Error in updating trap custom values." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232 +msgid "Successfully deleted trap custom values" +msgstr "Deletion of trap custom values successful." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:236 +msgid "Error deleting trap custom values" +msgstr "Error in deleting trap custom values." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:243 +#, php-format +msgid "Uploaded %s/%s traps" +msgstr "Uploaded %s/%s traps" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:247 +msgid "Fail uploaded file" +msgstr "Failure in uploading file" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:251 +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." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 +msgid "Load MIB" +msgstr "Load MIB" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:262 +msgid "Upload MIB" +msgstr "Upload MIB" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 +msgid "Successful update the tags" +msgstr "Successful update the tags" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 +msgid "Unsuccessful update the tags" +msgstr "Unsuccessful update the tags" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 +msgid "Modules unused" +msgstr "Modules unused" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 +msgid "Modules used" +msgstr "Modules used" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 +msgid "Success: remove the alerts." +msgstr "Removal of the alerts successful." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 +msgid "Failed: remove the alerts for this modules, please check." +msgstr "Failure in removing the alerts for these modules, please check." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../include/functions_alerts.php:548 +msgid "Regular expression" +msgstr "Regular expression" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 +msgid "Modules agents in policy" +msgstr "Module agents in policy" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +msgid "Success: create the alerts." +msgstr "Creating of the alerts successful." + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +msgid "Failed: create the alerts for this modules, please check." +msgstr "Failure in creating the alerts for these modules, please check." + +#: ../../enterprise/godmode/massive/massive_operations.php:27 +#: ../../enterprise/godmode/menu__.php:35 ../../enterprise/godmode/menu.php:47 +msgid "Satellite operations" +msgstr "Satellite Operations" + +#: ../../enterprise/godmode/massive/massive_operations.php:47 +#: ../../enterprise/godmode/menu__.php:26 ../../enterprise/godmode/menu.php:35 +msgid "SNMP operations" +msgstr "SNMP operations" + +#: ../../enterprise/godmode/massive/massive_operations.php:67 +#: ../../enterprise/godmode/menu__.php:17 ../../enterprise/godmode/menu.php:24 +msgid "Policies operations" +msgstr "Policies operations" + +#: ../../enterprise/godmode/massive/massive_operations.php:78 +msgid "Bulk alerts policy add" +msgstr "Bulk alerts policy add" + +#: ../../enterprise/godmode/massive/massive_operations.php:79 +msgid "Bulk alerts policy delete" +msgstr "Bulk alerts policy delete" + +#: ../../enterprise/godmode/massive/massive_operations.php:80 +msgid "Bulk tags module policy edit" +msgstr "Bulk tags module policy edit" + +#: ../../enterprise/godmode/massive/massive_operations.php:81 +msgid "Bulk modules policy tags edit" +msgstr "Bulk modules policy tags edit" + +#: ../../enterprise/godmode/massive/massive_operations.php:89 +msgid "Bulk alert SNMP delete" +msgstr "Bulk alert SNMP delete" + +#: ../../enterprise/godmode/massive/massive_operations.php:90 +msgid "Bulk alert SNMP edit" +msgstr "Bulk alert SNMP edit" + +#: ../../enterprise/godmode/massive/massive_operations.php:98 +msgid "Bulk Satellite modules edit" +msgstr "Bulk Satellite modules edit" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 +#: ../../godmode/massive/massive_edit_modules.php:279 +#: ../../godmode/massive/massive_delete_modules.php:435 +msgid "Agent group" +msgstr "Agent group" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 +msgid "Filter module" +msgstr "Filter Module" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 +#: ../../godmode/massive/massive_edit_modules.php:346 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_delete_alerts.php:226 +msgid "When select agents" +msgstr "When selecting agents" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 +#: ../../godmode/massive/massive_edit_modules.php:349 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_delete_alerts.php:228 +msgid "Show common modules" +msgstr "Show common modules" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_delete_alerts.php:228 +msgid "Show all modules" +msgstr "Show all modules" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 +#: ../../enterprise/godmode/modules/configure_local_component.php:237 +#: ../../godmode/agentes/module_manager_editor_common.php:257 +#: ../../godmode/massive/massive_edit_modules.php:368 +#: ../../godmode/modules/manage_network_components_form_common.php:118 +#: ../../include/functions_treeview.php:98 +#: ../../include/functions_alerts.php:554 +msgid "Warning status" +msgstr "Warning status" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 +#: ../../enterprise/godmode/modules/configure_local_component.php:238 +#: ../../enterprise/godmode/modules/configure_local_component.php:255 +#: ../../enterprise/dashboard/widgets/top_n.php:78 +#: ../../godmode/massive/massive_edit_modules.php:372 +#: ../../godmode/massive/massive_edit_modules.php:418 +#: ../../godmode/massive/massive_edit_modules.php:506 +#: ../../godmode/alerts/configure_alert_template.php:620 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/modules/manage_network_components_form_common.php:136 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:551 +#: ../../include/functions_graph.php:4157 +#: ../../include/functions_reporting_html.php:2394 +msgid "Min." +msgstr "Min." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 +#: ../../enterprise/godmode/modules/configure_local_component.php:241 +#: ../../enterprise/godmode/modules/configure_local_component.php:258 +#: ../../enterprise/dashboard/widgets/top_n.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:262 +#: ../../godmode/agentes/module_manager_editor_common.php:283 +#: ../../godmode/massive/massive_edit_modules.php:381 +#: ../../godmode/massive/massive_edit_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/alerts/configure_alert_template.php:625 +#: ../../godmode/modules/manage_network_components_form_common.php:122 +#: ../../godmode/modules/manage_network_components_form_common.php:139 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:550 +#: ../../include/functions_graph.php:4157 +#: ../../include/functions_reporting_html.php:2395 +msgid "Max." +msgstr "Max." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 +#: ../../enterprise/godmode/modules/configure_local_component.php:244 +#: ../../enterprise/godmode/modules/configure_local_component.php:261 +#: ../../godmode/agentes/module_manager_editor_common.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +#: ../../godmode/massive/massive_edit_modules.php:390 +#: ../../godmode/massive/massive_edit_modules.php:436 +#: ../../godmode/modules/manage_network_components_form_common.php:125 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:104 +msgid "Str." +msgstr "Str." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 +#: ../../enterprise/godmode/modules/configure_local_component.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:278 +#: ../../godmode/massive/massive_edit_modules.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:135 +#: ../../include/functions_treeview.php:110 +#: ../../include/functions_alerts.php:555 +msgid "Critical status" +msgstr "Critical status" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 +msgid "Updated modules on database" +msgstr "Updated modules in the database" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 +msgid "Agent configuration files updated" +msgstr "Agent configuration files updated." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 +#: ../../godmode/snmpconsole/snmp_alert.php:484 +#, php-format +msgid "Successfully deleted alerts (%s / %s)" +msgstr "Successfully deleted alerts (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 +#: ../../godmode/snmpconsole/snmp_alert.php:488 +#, php-format +msgid "Unsuccessfully deleted alerts (%s / %s)" +msgstr "Unsuccessfully deleted alerts (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 +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." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 +msgid "SNMP Alerts to be deleted" +msgstr "SNMP alerts to be deleted" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +msgid "Tags unused" +msgstr "Tags unused" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +msgid "Tags used" +msgstr "Tags used" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:451 +#: ../../godmode/massive/massive_edit_modules.php:466 +#: ../../godmode/massive/massive_edit_modules.php:470 +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/massive/massive_edit_modules.php:529 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:576 +#: ../../godmode/massive/massive_edit_modules.php:595 +#: ../../godmode/massive/massive_edit_agents.php:278 +#: ../../godmode/massive/massive_edit_agents.php:281 +#: ../../godmode/massive/massive_edit_agents.php:285 +#: ../../godmode/massive/massive_edit_agents.php:289 +#: ../../godmode/massive/massive_edit_agents.php:300 +#: ../../godmode/massive/massive_edit_agents.php:338 +#: ../../godmode/massive/massive_edit_agents.php:344 +#: ../../godmode/massive/massive_edit_agents.php:383 +#: ../../godmode/massive/massive_edit_agents.php:392 +#: ../../godmode/massive/massive_edit_agents.php:399 +msgid "No change" +msgstr "No change" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 +#, php-format +msgid "Successfully updated alerts (%s / %s)" +msgstr "Successfully updated alerts (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 +#, php-format +msgid "Unsuccessfully updated alerts (%s / %s)" +msgstr "Updating of alerts unsuccessful (%s / %s)." + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 +msgid "SNMP Alerts to be edit" +msgstr "SNMP Alerts to be edited" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 +#: ../../godmode/snmpconsole/snmp_alert.php:542 +msgid "Custom Value/OID" +msgstr "Custom Value/OID" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 +#: ../../godmode/snmpconsole/snmp_alert.php:568 +msgid "Single value" +msgstr "Single value" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 +#: ../../enterprise/godmode/alerts/alert_events.php:457 +#: ../../godmode/snmpconsole/snmp_alert.php:805 +#: ../../godmode/alerts/configure_alert_template.php:553 +msgid "Min. number of alerts" +msgstr "Min. number of alerts" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 +#: ../../enterprise/godmode/alerts/alert_events.php:460 +#: ../../godmode/snmpconsole/snmp_alert.php:808 +#: ../../godmode/alerts/configure_alert_template.php:560 +msgid "Max. number of alerts" +msgstr "Max. number of alerts" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/godmode/alerts/alert_events.php:453 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 +#: ../../godmode/snmpconsole/snmp_alert.php:813 +#: ../../godmode/alerts/alert_templates.php:89 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/configure_alert_template.php:549 +msgid "Time threshold" +msgstr "Time threshold" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 +#: ../../godmode/snmpconsole/snmp_alert.php:827 +msgid "Other value" +msgstr "Other value" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/snmpconsole/snmp_alert.php:860 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/functions_visual_map_editor.php:476 +msgid "Position" +msgstr "Position" + +#: ../../enterprise/godmode/menu__.php:45 +#: ../../enterprise/godmode/menu__.php:130 +#: ../../enterprise/godmode/menu.php:58 ../../enterprise/godmode/menu.php:149 +msgid "Duplicate config" +msgstr "Duplicate config" + +#: ../../enterprise/godmode/menu__.php:62 ../../enterprise/godmode/menu.php:75 +#: ../../enterprise/meta/include/functions_components_meta.php:52 +#: ../../enterprise/meta/include/functions_components_meta.php:69 +msgid "Local components" +msgstr "Local components" + +#: ../../enterprise/godmode/menu__.php:70 ../../enterprise/godmode/menu.php:83 +msgid "Manage policies" +msgstr "Manage policies" + +#: ../../enterprise/godmode/menu__.php:96 +#: ../../enterprise/godmode/menu.php:109 +msgid "Enterprise ACL Setup" +msgstr "Enterprise ACL Setup" + +#: ../../enterprise/godmode/menu__.php:103 +#: ../../enterprise/godmode/menu.php:116 +msgid "Skins" +msgstr "Skins" + +#: ../../enterprise/godmode/menu__.php:117 +#: ../../enterprise/godmode/alerts/alert_events_list.php:67 +#: ../../enterprise/godmode/alerts/alert_events_list.php:114 +#: ../../enterprise/godmode/alerts/alert_events_list.php:129 +#: ../../enterprise/godmode/alerts/alert_events_list.php:144 +#: ../../enterprise/godmode/menu.php:134 +#: ../../enterprise/meta/general/main_header.php:268 +msgid "Event alerts" +msgstr "Event alerts" + +#: ../../enterprise/godmode/menu__.php:124 +#: ../../enterprise/godmode/menu.php:143 +msgid "Log Collector" +msgstr "Log Collector" + +#: ../../enterprise/godmode/menu__.php:137 +#: ../../enterprise/godmode/menu.php:156 +msgid "Password policy" +msgstr "Password policy" + +#: ../../enterprise/godmode/menu__.php:143 +#: ../../enterprise/godmode/menu.php:162 +#: ../../enterprise/include/functions_setup.php:27 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../enterprise/godmode/admin_access_logs.php:42 +msgid "Show extended info" +msgstr "Show extended info" + +#: ../../enterprise/godmode/admin_access_logs.php:61 +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." + +#: ../../enterprise/godmode/admin_access_logs.php:71 +msgid "Security check is ok." +msgstr "Security check is ok." + +#: ../../enterprise/godmode/admin_access_logs.php:78 +msgid "Security check is fail." +msgstr "Security check failed" + +#: ../../enterprise/godmode/admin_access_logs.php:115 +msgid "Extended info:" +msgstr "Extended info:" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:45 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 +msgid "List event alerts" +msgstr "List event alerts" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:50 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 +msgid "Builder event alert" +msgstr "Builder event alert" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "Action successfully processed" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +msgid "Error processing action" +msgstr "Error processing action" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:343 +msgid "Error validating alert(s)" +msgstr "Error validating alert(s)" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +msgid "Ac." +msgstr "Ac." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +msgid "Val." +msgstr "Val." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:486 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 +msgid "Move up" +msgstr "Move up" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:498 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 +msgid "Move down" +msgstr "Move down" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:536 +msgid "No associated actions" +msgstr "No associated actions" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:563 +#: ../../enterprise/godmode/alerts/alert_events_list.php:604 +#: ../../enterprise/include/functions_reporting_pdf.php:2360 +#: ../../godmode/alerts/alert_list.list.php:539 +#: ../../godmode/alerts/alert_list.list.php:625 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../include/ajax/alert_list.ajax.php:166 +#: ../../include/functions_reporting_html.php:1574 +#: ../../include/functions_reporting_html.php:2362 +msgid "Threshold" +msgstr "Threshold" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:640 +msgid "View associated rules" +msgstr "View associated rules" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:657 +msgid "There are no defined events alerts" +msgstr "There are no defined events alerts" + +#: ../../enterprise/godmode/alerts/alert_events.php:58 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 +msgid "List event rules" +msgstr "List event rules" + +#: ../../enterprise/godmode/alerts/alert_events.php:71 +msgid "Configure event alert" +msgstr "Configure event alert" + +#: ../../enterprise/godmode/alerts/alert_events.php:96 +#: ../../enterprise/godmode/alerts/alert_events.php:101 +#: ../../enterprise/godmode/alerts/alert_events.php:116 +#: ../../enterprise/godmode/alerts/alert_events.php:121 +#: ../../enterprise/godmode/alerts/alert_events.php:136 +#: ../../enterprise/godmode/alerts/alert_events.php:141 +#: ../../enterprise/godmode/setup/setup_history.php:71 +#: ../../godmode/alerts/configure_alert_template.php:147 +#: ../../godmode/alerts/configure_alert_template.php:152 +#: ../../godmode/alerts/configure_alert_template.php:167 +#: ../../godmode/alerts/configure_alert_template.php:172 +#: ../../godmode/alerts/configure_alert_template.php:187 +#: ../../godmode/alerts/configure_alert_template.php:192 +#: ../../include/functions_config.php:670 +msgid "Step" +msgstr "Step" + +#: ../../enterprise/godmode/alerts/alert_events.php:117 +#: ../../enterprise/godmode/alerts/alert_events.php:122 +#: ../../godmode/alerts/configure_alert_template.php:168 +#: ../../godmode/alerts/configure_alert_template.php:173 +msgid "Conditions" +msgstr "Conditions" + +#: ../../enterprise/godmode/alerts/alert_events.php:137 +#: ../../enterprise/godmode/alerts/alert_events.php:142 +#: ../../godmode/alerts/configure_alert_template.php:188 +#: ../../godmode/alerts/configure_alert_template.php:193 +msgid "Advanced fields" +msgstr "Advanced fields" + +#: ../../enterprise/godmode/alerts/alert_events.php:347 +msgid "Could not be created, please fill alert name" +msgstr "Could not be created, please fill alert name." + +#: ../../enterprise/godmode/alerts/alert_events.php:430 +#: ../../godmode/alerts/configure_alert_template.php:520 +msgid "Days of week" +msgstr "Days of week" + +#: ../../enterprise/godmode/alerts/alert_events.php:431 +#: ../../enterprise/include/functions_reporting.php:1968 +#: ../../enterprise/include/functions_reporting.php:2079 +#: ../../enterprise/include/functions_reporting.php:3255 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/alert_special_days.php:327 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../include/functions.php:911 ../../include/functions_reporting.php:9287 +msgid "Mon" +msgstr "Mon" + +#: ../../enterprise/godmode/alerts/alert_events.php:433 +#: ../../enterprise/include/functions_reporting.php:1972 +#: ../../enterprise/include/functions_reporting.php:2083 +#: ../../enterprise/include/functions_reporting.php:3259 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +#: ../../godmode/alerts/alert_view.php:209 +#: ../../godmode/alerts/alert_special_days.php:328 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../include/functions.php:913 ../../include/functions_reporting.php:9291 +msgid "Tue" +msgstr "Tue" + +#: ../../enterprise/godmode/alerts/alert_events.php:435 +#: ../../enterprise/include/functions_reporting.php:1976 +#: ../../enterprise/include/functions_reporting.php:2087 +#: ../../enterprise/include/functions_reporting.php:3263 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +#: ../../godmode/alerts/alert_view.php:210 +#: ../../godmode/alerts/alert_special_days.php:329 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../include/functions.php:915 ../../include/functions_reporting.php:9295 +msgid "Wed" +msgstr "Wed" + +#: ../../enterprise/godmode/alerts/alert_events.php:437 +#: ../../enterprise/include/functions_reporting.php:1980 +#: ../../enterprise/include/functions_reporting.php:2091 +#: ../../enterprise/include/functions_reporting.php:3267 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../godmode/alerts/alert_view.php:211 +#: ../../godmode/alerts/alert_special_days.php:330 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../include/functions.php:917 ../../include/functions_reporting.php:9299 +msgid "Thu" +msgstr "Thu" + +#: ../../enterprise/godmode/alerts/alert_events.php:439 +#: ../../enterprise/include/functions_reporting.php:1984 +#: ../../enterprise/include/functions_reporting.php:2095 +#: ../../enterprise/include/functions_reporting.php:3271 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../godmode/alerts/alert_view.php:212 +#: ../../godmode/alerts/alert_special_days.php:331 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../include/functions.php:919 ../../include/functions_reporting.php:9303 +msgid "Fri" +msgstr "Fri" + +#: ../../enterprise/godmode/alerts/alert_events.php:441 +#: ../../enterprise/include/functions_reporting.php:1988 +#: ../../enterprise/include/functions_reporting.php:2099 +#: ../../enterprise/include/functions_reporting.php:3275 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +#: ../../godmode/alerts/alert_view.php:213 +#: ../../godmode/alerts/alert_special_days.php:332 +#: ../../godmode/alerts/configure_alert_template.php:531 +#: ../../include/functions.php:921 ../../include/functions_reporting.php:9307 +msgid "Sat" +msgstr "Sat" + +#: ../../enterprise/godmode/alerts/alert_events.php:443 +#: ../../enterprise/include/functions_reporting.php:1992 +#: ../../enterprise/include/functions_reporting.php:2103 +#: ../../enterprise/include/functions_reporting.php:3279 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../godmode/alerts/alert_view.php:214 +#: ../../godmode/alerts/alert_special_days.php:326 +#: ../../godmode/alerts/configure_alert_template.php:533 +#: ../../include/functions.php:923 ../../include/functions_reporting.php:9311 +msgid "Sun" +msgstr "Sun" + +#: ../../enterprise/godmode/alerts/alert_events.php:463 +msgid "Rule evaluation mode" +msgstr "Rule evaluation mode" + +#: ../../enterprise/godmode/alerts/alert_events.php:467 +msgid "Group by" +msgstr "Group by" + +#: ../../enterprise/godmode/alerts/alert_events.php:474 +#: ../../godmode/alerts/alert_view.php:471 +#: ../../godmode/alerts/alert_view.php:548 +#: ../../godmode/alerts/alert_commands.php:105 +#: ../../godmode/alerts/alert_commands.php:109 +#: ../../godmode/alerts/alert_commands.php:127 +#: ../../godmode/alerts/alert_commands.php:135 +#: ../../godmode/alerts/configure_alert_template.php:679 +#, php-format +msgid "Field %s" +msgstr "Field %s" + +#: ../../enterprise/godmode/alerts/alert_events.php:517 +#: ../../godmode/alerts/alert_list.builder.php:109 +#: ../../godmode/alerts/configure_alert_action.php:101 +msgid "Create Action" +msgstr "Create Action" + +#: ../../enterprise/godmode/alerts/alert_events.php:523 +msgid "Please Read" +msgstr "Please read" + +#: ../../enterprise/godmode/alerts/alert_events.php:524 +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 alert " +"list of events." + +#: ../../enterprise/godmode/alerts/alert_events.php:552 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 +#: ../../enterprise/dashboard/full_dashboard.php:204 +#: ../../enterprise/dashboard/public_dashboard.php:226 +#: ../../godmode/alerts/configure_alert_template.php:816 +#: ../../godmode/alerts/configure_alert_template.php:820 +msgid "Next" +msgstr "Next" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +msgid "Event rules" +msgstr "Event rules" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 +msgid "Error creating rule" +msgstr "Error creating rule" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 +msgid "Successfully created rule" +msgstr "Successfully created rule" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 +msgid "Error updating rule" +msgstr "Error updating rule" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 +msgid "Successfully updating rule" +msgstr "Successfully updating rule" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 +msgid "Error updating rule operators" +msgstr "Error updating rule operators" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 +msgid "Successfully update rule operators" +msgstr "Updating rule operators successful." + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +msgid "(Agent)" +msgstr "(Agent)" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 +msgid "Operator" +msgstr "Operator" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 +msgid "Logic expression for these rules:" +msgstr "Logic expression for these rules:" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 +msgid "Update operators" +msgstr "Update operators" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 +msgid "There are no defined alert event rules" +msgstr "There are no defined alert event rules" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +msgid "Configure event rule" +msgstr "Configure event rule" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +msgid "User comment" +msgstr "User comment" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +msgid "This field will be processed with regexp" +msgstr "This field will be processed with regexp" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 +msgid "Window" +msgstr "Window" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +#: ../../include/class/Tree.class.php:1566 +msgid "Module alerts" +msgstr "Module alerts" + +#: ../../enterprise/godmode/services/services.service.php:62 +msgid "Service created successfully" +msgstr "Service created successfully" + +#: ../../enterprise/godmode/services/services.service.php:63 +msgid "Error creating service" +msgstr "Error creating service" + +#: ../../enterprise/godmode/services/services.service.php:85 +msgid "No name and description specified for the service" +msgstr "No name and description specified for the service" + +#: ../../enterprise/godmode/services/services.service.php:90 +msgid "No name specified for the service" +msgstr "No name specified for the service" + +#: ../../enterprise/godmode/services/services.service.php:95 +msgid "No description specified for the service" +msgstr "No description specified for the service" + +#: ../../enterprise/godmode/services/services.service.php:109 +msgid "Error updating service" +msgstr "Error updating service" + +#: ../../enterprise/godmode/services/services.service.php:113 +msgid "Service updated successfully" +msgstr "Service updated successfully" + +#: ../../enterprise/godmode/services/services.service.php:130 +msgid "New Service" +msgstr "New Service" + +#: ../../enterprise/godmode/services/services.service.php:218 +msgid "No Services or concrete action" +msgstr "No Services or concrete action" + +#: ../../enterprise/godmode/services/services.service.php:229 +msgid "General Data" +msgstr "General Data" + +#: ../../enterprise/godmode/services/services.service.php:245 +msgid "You should set the weights manually" +msgstr "You should set the weights manually" + +#: ../../enterprise/godmode/services/services.service.php:248 +msgid "The weights have default values" +msgstr "The weights have default values" + +#: ../../enterprise/godmode/services/services.service.php:251 +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" + +#: ../../enterprise/godmode/services/services.service.php:255 +#: ../../enterprise/godmode/services/services.elements.php:70 +msgid "This values are by default because the service is auto calculate mode." +msgstr "This values are by default because the service is auto calculate mode." + +#: ../../enterprise/godmode/services/services.service.php:271 +msgid "Agent to store data" +msgstr "Agent to store data" + +#: ../../enterprise/godmode/services/services.service.php:294 +msgid "S.L.A. interval" +msgstr "S.L.A. interval" + +#: ../../enterprise/godmode/services/services.service.php:299 +msgid "S.L.A. limit" +msgstr "S.L.A. limit" + +#: ../../enterprise/godmode/services/services.service.php:301 +msgid "Please set limit between 0 to 100." +msgstr "Please set limit between 0 to 100." + +#: ../../enterprise/godmode/services/services.service.php:309 +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 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." + +#: ../../enterprise/godmode/services/services.service.php:323 +msgid "Warning Service alert" +msgstr "Warning Service alert" + +#: ../../enterprise/godmode/services/services.service.php:334 +msgid "Critical Service alert" +msgstr "Critical Service alert" + +#: ../../enterprise/godmode/services/services.service.php:352 +msgid "SLA critical service alert" +msgstr "SLA critical service alert" + +#: ../../enterprise/godmode/services/services.elements.php:82 +msgid "Invalid service" +msgstr "Invalid service" + +#: ../../enterprise/godmode/services/services.elements.php:133 +#: ../../enterprise/include/functions_services.php:1647 +msgid "Edit service elements" +msgstr "Edit service elements" + +#: ../../enterprise/godmode/services/services.elements.php:147 +msgid "Error empty module" +msgstr "Error empty module" + +#: ../../enterprise/godmode/services/services.elements.php:156 +msgid "Error empty agent" +msgstr "Error empty agent" + +#: ../../enterprise/godmode/services/services.elements.php:165 +msgid "Error empty service" +msgstr "Error empty service" + +#: ../../enterprise/godmode/services/services.elements.php:187 +msgid "Service element created successfully" +msgstr "Service element created successfully" + +#: ../../enterprise/godmode/services/services.elements.php:188 +msgid "Error creating service element" +msgstr "Error creating service item" + +#: ../../enterprise/godmode/services/services.elements.php:262 +msgid "Service element updated successfully" +msgstr "Service item updated successfully" + +#: ../../enterprise/godmode/services/services.elements.php:263 +msgid "Error updating service element" +msgstr "Error updating service item" + +#: ../../enterprise/godmode/services/services.elements.php:270 +msgid "Service element deleted successfully" +msgstr "Service item deleted successfully" + +#: ../../enterprise/godmode/services/services.elements.php:271 +msgid "Error deleting service element" +msgstr "Error deleting service item" + +#: ../../enterprise/godmode/services/services.elements.php:309 +msgid "Edit element service" +msgstr "Edit element service" + +#: ../../enterprise/godmode/services/services.elements.php:312 +msgid "Create element service" +msgstr "Create element service" + +#: ../../enterprise/godmode/services/services.elements.php:362 +msgid "First select an agent" +msgstr "First select an agent" + +#: ../../enterprise/godmode/services/services.elements.php:380 +msgid "Critical weight" +msgstr "Critical weight" + +#: ../../enterprise/godmode/services/services.elements.php:385 +msgid "Warning weight" +msgstr "Warning weight" + +#: ../../enterprise/godmode/services/services.elements.php:390 +msgid "Unknown weight" +msgstr "Unknown weight" + +#: ../../enterprise/godmode/services/services.elements.php:395 +msgid "Ok weight" +msgstr "Ok weight" + +#: ../../enterprise/godmode/services/services.elements.php:403 +msgid "Only the critical elements are relevant to calculate the service status" +msgstr "" +"Only the critical elements are relevant to calculate the service status" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/modules/local_components.php:89 +#: ../../enterprise/meta/general/main_header.php:258 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Module management" +msgstr "Module management" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 +msgid "Interpreter" +msgstr "Interpreter" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Left blank for the LOCAL inventory modules" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 +msgid "Block Mode" +msgstr "Block Mode" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Format" +msgstr "Format" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 +msgid "separate fields with " +msgstr "separate fields with " + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 +#: ../../include/ajax/double_auth.ajax.php:151 +#: ../../include/ajax/double_auth.ajax.php:287 +msgid "Code" +msgstr "Code" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 +msgid "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" +msgstr "" +"Here is placed the script for the REMOTE inventory modules Local inventory " +"modules don't use this field" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 +msgid "Successfully created inventory module" +msgstr "Inventory module successfully created." + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 +msgid "Error creating inventory module" +msgstr "Error in creating inventory module." + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 +#: ../../enterprise/godmode/modules/local_components.php:355 +#: ../../godmode/modules/manage_network_components.php:399 +#: ../../godmode/modules/manage_network_templates.php:85 +#: ../../godmode/modules/manage_nc_groups.php:154 +msgid "Successfully multiple deleted" +msgstr "Multi-deletion successful" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 +#: ../../enterprise/godmode/modules/local_components.php:356 +#: ../../godmode/modules/manage_network_components.php:400 +#: ../../godmode/modules/manage_network_templates.php:86 +#: ../../godmode/modules/manage_nc_groups.php:155 +msgid "Not deleted. Error deleting multiple data" +msgstr "Not deleted. Error deleting multiple data" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 +msgid "No inventory modules defined" +msgstr "No inventory modules defined" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 +msgid "Local module" +msgstr "Local Module" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 +msgid "Remote/Local" +msgstr "Remote / Local" + +#: ../../enterprise/godmode/modules/configure_local_component.php:135 +msgid "Update Local Component" +msgstr "Update Local Component" + +#: ../../enterprise/godmode/modules/configure_local_component.php:138 +msgid "Create Local Component" +msgstr "Create Local Component" + +#: ../../enterprise/godmode/modules/configure_local_component.php:155 +#: ../../godmode/alerts/configure_alert_template.php:767 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +msgid "Wizard level" +msgstr "Wizard level" + +#: ../../enterprise/godmode/modules/configure_local_component.php:157 +#: ../../enterprise/meta/advanced/metasetup.setup.php:107 +#: ../../godmode/users/configure_user.php:529 +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:684 +#: ../../godmode/alerts/configure_alert_template.php:698 +#: ../../godmode/alerts/configure_alert_template.php:770 +#: ../../godmode/modules/manage_network_components_form_common.php:59 +msgid "Basic" +msgstr "Basic" + +#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../godmode/agentes/module_manager_editor_common.php:430 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:171 +#, fuzzy +msgid "Discard unknown events" +msgstr "Discard unknown events" + +#: ../../enterprise/godmode/modules/configure_local_component.php:226 +#: ../../godmode/massive/massive_edit_modules.php:357 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +#, fuzzy +msgid "Dynamic Interval" msgstr "Daemon interval" -#: ../../include/functions_config.php:597 -#: ../../godmode/setup/setup_netflow.php:49 -msgid "Daemon binary path" -msgstr "Daemon binary path" +#: ../../enterprise/godmode/modules/configure_local_component.php:228 +#: ../../godmode/agentes/module_manager_editor_common.php:245 +#: ../../godmode/modules/manage_network_components_form_common.php:109 +#, fuzzy +msgid "Advanced options Dynamic Threshold" +msgstr "Advanced options" -#: ../../include/functions_config.php:599 -#: ../../godmode/setup/setup_netflow.php:52 -msgid "Nfdump binary path" -msgstr "Nfdump binary path" +#: ../../enterprise/godmode/modules/configure_local_component.php:230 +#: ../../godmode/modules/manage_network_components_form_common.php:111 +#, fuzzy +msgid "Dynamic Min. " +msgstr "Dynamic view" -#: ../../include/functions_config.php:601 -#: ../../godmode/setup/setup_netflow.php:55 -msgid "Nfexpire binary path" -msgstr "Nfexpire binary path" +#: ../../enterprise/godmode/modules/configure_local_component.php:232 +#: ../../godmode/massive/massive_edit_modules.php:362 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +#, fuzzy +msgid "Dynamic Max." +msgstr "Dynamic Map" -#: ../../include/functions_config.php:603 -#: ../../godmode/setup/setup_netflow.php:58 -msgid "Maximum chart resolution" -msgstr "Maximum chart resolution" +#: ../../enterprise/godmode/modules/configure_local_component.php:234 +#: ../../godmode/massive/massive_edit_modules.php:365 +#: ../../godmode/modules/manage_network_components_form_common.php:115 +#, fuzzy +msgid "Dynamic Two Tailed: " +msgstr "Dynamic view" -#: ../../include/functions_config.php:607 -#: ../../include/functions_config.php:613 -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Netflow max lifetime" -msgstr "Max. Netflow lifespan" +#: ../../enterprise/godmode/modules/configure_local_component.php:247 +#: ../../enterprise/godmode/modules/configure_local_component.php:264 +#: ../../enterprise/meta/include/functions_wizard_meta.php:840 +#: ../../enterprise/meta/include/functions_wizard_meta.php:849 +#: ../../enterprise/meta/include/functions_wizard_meta.php:926 +#: ../../enterprise/meta/include/functions_wizard_meta.php:935 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1565 +#: ../../godmode/agentes/module_manager_editor_common.php:271 +#: ../../godmode/agentes/module_manager_editor_common.php:293 +#: ../../godmode/massive/massive_edit_modules.php:400 +#: ../../godmode/massive/massive_edit_modules.php:446 +#: ../../godmode/modules/manage_network_components_form_common.php:128 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +msgid "Inverse interval" +msgstr "Inverse interval" +#: ../../enterprise/godmode/modules/configure_local_component.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:297 +#: ../../godmode/massive/massive_edit_modules.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +msgid "FF threshold" +msgstr "FF threshold" + +#: ../../enterprise/godmode/modules/configure_local_component.php:269 +#: ../../godmode/agentes/module_manager_editor_common.php:300 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +msgid "All state changing" +msgstr "Change all statuses" + +#: ../../enterprise/godmode/modules/configure_local_component.php:272 +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:539 +#: ../../godmode/modules/manage_network_components_form_common.php:153 +msgid "Each state changing" +msgstr "Change each status" + +#: ../../enterprise/godmode/modules/configure_local_component.php:273 +#: ../../godmode/agentes/module_manager_editor_common.php:304 +#: ../../godmode/massive/massive_edit_modules.php:540 +#: ../../godmode/modules/manage_network_components_form_common.php:154 +msgid "To normal" +msgstr "To 'normal'" + +#: ../../enterprise/godmode/modules/configure_local_component.php:275 +#: ../../godmode/agentes/module_manager_editor_common.php:307 +#: ../../godmode/massive/massive_edit_modules.php:541 +#: ../../godmode/modules/manage_network_components_form_common.php:156 +msgid "To warning" +msgstr "To 'warning'" + +#: ../../enterprise/godmode/modules/configure_local_component.php:277 +#: ../../godmode/agentes/module_manager_editor_common.php:310 +#: ../../godmode/massive/massive_edit_modules.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:158 +msgid "To critical" +msgstr "To 'critical'" + +#: ../../enterprise/godmode/modules/configure_local_component.php:281 +#: ../../godmode/agentes/module_manager_editor_common.php:313 +#: ../../godmode/massive/massive_edit_modules.php:549 +#: ../../godmode/modules/manage_network_components_form_common.php:161 +#: ../../include/functions_reporting.php:2202 +msgid "Historical data" +msgstr "Historical data" + +#: ../../enterprise/godmode/modules/configure_local_component.php:284 +#: ../../godmode/agentes/module_manager_editor_common.php:441 +#: ../../godmode/massive/massive_edit_modules.php:546 +msgid "FF timeout" +msgstr "FlipFlop timeout" + +#: ../../enterprise/godmode/modules/configure_local_component.php:286 +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../godmode/massive/massive_edit_modules.php:547 +msgid "" +"Timeout in secs from start of flip flop counting. If this value is exceeded, " +"FF counter is reset. Set to 0 for no timeout." +msgstr "" +"Timeout in seconds to the start of flip flop counting. If this value is " +"exceeded, the FF counter is reset. Please set it to '0' for no timeout." + +#: ../../enterprise/godmode/modules/configure_local_component.php:287 +#: ../../godmode/agentes/module_manager_editor_common.php:450 +msgid "This value can be set only in the async modules." +msgstr "This value can only be set in conjunction with asynchronous modules." + +#: ../../enterprise/godmode/modules/configure_local_component.php:289 +#: ../../enterprise/include/functions_reporting_csv.php:598 +#: ../../enterprise/include/functions_reporting_csv.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:621 +#: ../../godmode/agentes/module_manager_editor_common.php:398 +#: ../../godmode/modules/manage_network_components_form_common.php:164 +#: ../../include/functions_reports.php:560 +#: ../../include/functions_reporting.php:3466 +#: ../../include/functions_graph.php:705 +#: ../../include/functions_graph.php:3817 +msgid "Min. Value" +msgstr "Min. Value" + +#: ../../enterprise/godmode/modules/configure_local_component.php:289 +#: ../../godmode/modules/manage_network_components_form_common.php:165 +msgid "Any value below this number is discarted" +msgstr "Any value below this number is discarded" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../enterprise/include/functions_reporting_csv.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:650 +#: ../../enterprise/include/functions_reporting_csv.php:657 +#: ../../godmode/agentes/module_manager_editor_common.php:402 +#: ../../godmode/modules/manage_network_components_form_common.php:166 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reporting.php:3463 +#: ../../include/functions_graph.php:703 +#: ../../include/functions_graph.php:3816 +msgid "Max. Value" +msgstr "Max. Value" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +msgid "Any value over this number is discarted" +msgstr "Any value over this number is discarded" + +#: ../../enterprise/godmode/modules/configure_local_component.php:296 +#: ../../enterprise/meta/include/functions_wizard_meta.php:782 +#: ../../enterprise/meta/include/functions_wizard_meta.php:900 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1361 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1442 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1575 +#: ../../enterprise/include/functions_reporting_pdf.php:2364 +#: ../../godmode/agentes/module_manager_editor_common.php:345 +#: ../../godmode/massive/massive_edit_modules.php:530 +#: ../../godmode/modules/manage_network_components_form_common.php:168 +#: ../../include/functions_netflow.php:1128 +#: ../../include/functions_netflow.php:1138 +#: ../../include/functions_netflow.php:1156 +#: ../../include/functions_netflow.php:1164 +#: ../../include/functions_netflow.php:1187 +#: ../../include/functions_netflow.php:1245 +#: ../../include/functions_netflow.php:1251 +#: ../../include/functions_netflow.php:1283 +#: ../../include/functions_reporting_html.php:1578 +msgid "Unit" +msgstr "Unit" + +#: ../../enterprise/godmode/modules/configure_local_component.php:301 +#: ../../godmode/agentes/module_manager_editor_common.php:391 +#: ../../godmode/massive/massive_edit_modules.php:475 +#: ../../godmode/modules/manage_network_components_form_network.php:80 +#: ../../godmode/modules/manage_network_components_form_wmi.php:56 +#: ../../godmode/modules/manage_network_components_form_plugin.php:27 +#: ../../godmode/setup/snmp_wizard.php:42 +msgid "Post process" +msgstr "Post process" + +#: ../../enterprise/godmode/modules/configure_local_component.php:344 +#: ../../godmode/agentes/module_manager_editor_common.php:551 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +msgid "Critical instructions" +msgstr "Critical instructions" + +#: ../../enterprise/godmode/modules/configure_local_component.php:345 +#: ../../godmode/agentes/module_manager_editor_common.php:552 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +msgid "Instructions when the status is critical" +msgstr "Instructions when status is critical" + +#: ../../enterprise/godmode/modules/configure_local_component.php:350 +#: ../../godmode/agentes/module_manager_editor_common.php:557 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +msgid "Warning instructions" +msgstr "Warning instructions" + +#: ../../enterprise/godmode/modules/configure_local_component.php:351 +#: ../../godmode/agentes/module_manager_editor_common.php:558 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +msgid "Instructions when the status is warning" +msgstr "Instructions when warning status is active" + +#: ../../enterprise/godmode/modules/configure_local_component.php:356 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +msgid "Unknown instructions" +msgstr "Unknown instructions" + +#: ../../enterprise/godmode/modules/configure_local_component.php:357 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +msgid "Instructions when the status is unknown" +msgstr "Instructions when status is unknown" + +#: ../../enterprise/godmode/modules/configure_local_component.php:366 +#: ../../godmode/agentes/module_manager_editor_common.php:587 +#: ../../godmode/massive/massive_edit_modules.php:557 +#: ../../godmode/modules/manage_network_components_form_common.php:190 +msgid "Category" +msgstr "Category" + +#: ../../enterprise/godmode/modules/configure_local_component.php:387 +#: ../../godmode/agentes/module_manager_editor_common.php:457 +#: ../../godmode/modules/manage_network_components_form_common.php:212 +msgid "Tags available" +msgstr "Tags available" + +#: ../../enterprise/godmode/modules/configure_local_component.php:394 +#: ../../godmode/agentes/module_manager_editor_common.php:519 +#: ../../godmode/modules/manage_network_components_form_common.php:219 +msgid "Add tags to module" +msgstr "Add tags to module" + +#: ../../enterprise/godmode/modules/configure_local_component.php:396 +#: ../../godmode/agentes/module_manager_editor_common.php:520 +#: ../../godmode/modules/manage_network_components_form_common.php:220 +msgid "Delete tags to module" +msgstr "Delete tags from module" + +#: ../../enterprise/godmode/modules/configure_local_component.php:398 +#: ../../godmode/agentes/module_manager_editor_common.php:522 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +msgid "Tags selected" +msgstr "Tags selected" + +#: ../../enterprise/godmode/modules/configure_local_component.php:410 +msgid "Macros" +msgstr "Macros" + +#: ../../enterprise/godmode/modules/configure_local_component.php:446 +#: ../../godmode/servers/plugin.php:451 +#: ../../godmode/servers/recon_script.php:161 +msgid "Default value" +msgstr "Default value" + +#: ../../enterprise/godmode/modules/configure_local_component.php:452 +#: ../../enterprise/meta/general/login_page.php:36 +#: ../../godmode/servers/plugin.php:473 +#: ../../godmode/servers/recon_script.php:183 +#: ../../include/functions_ui.php:1067 +msgid "Help" +msgstr "Help" + +#: ../../enterprise/godmode/modules/configure_local_component.php:462 +#: ../../godmode/servers/plugin.php:491 +#: ../../godmode/servers/recon_script.php:199 +msgid "Add macro" +msgstr "Add macro" + +#: ../../enterprise/godmode/modules/configure_local_component.php:470 +#: ../../godmode/servers/plugin.php:506 +#: ../../godmode/servers/recon_script.php:206 +msgid "Delete macro" +msgstr "Delete macro" + +#: ../../enterprise/godmode/modules/configure_local_component.php:727 +#: ../../godmode/agentes/module_manager_editor_common.php:1188 +#: ../../godmode/modules/manage_network_components_form_common.php:379 +#, fuzzy +msgid "Normal Status" +msgstr "Agents in 'Normal' status" + +#: ../../enterprise/godmode/modules/configure_local_component.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1189 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +#, fuzzy +msgid "Warning Status" +msgstr "Warning status" + +#: ../../enterprise/godmode/modules/configure_local_component.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:1190 +#: ../../godmode/modules/manage_network_components_form_common.php:381 +#, fuzzy +msgid "Critical Status" +msgstr "Critical status" + +#: ../../enterprise/godmode/modules/configure_local_component.php:950 +#: ../../godmode/agentes/module_manager_editor_common.php:1411 +#: ../../godmode/modules/manage_network_components_form_common.php:602 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/modules/manage_network_components_form_common.php:603 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:89 +msgid "Local component management" +msgstr "Local component management" + +#: ../../enterprise/godmode/modules/local_components.php:106 +#: ../../godmode/alerts/configure_alert_template.php:118 +#: ../../godmode/modules/manage_network_components.php:160 +#, php-format +msgid "Successfully created from %s" +msgstr "Successfully created from %s" + +#: ../../enterprise/godmode/modules/local_components.php:253 +#: ../../godmode/servers/recon_script.php:320 +#: ../../godmode/modules/manage_network_components.php:261 +msgid "Created successfully" +msgstr "Created successfully" + +#: ../../enterprise/godmode/modules/local_components.php:315 +#: ../../godmode/servers/recon_script.php:274 +#: ../../godmode/modules/manage_network_components.php:352 +msgid "Updated successfully" +msgstr "Updated successfully" + +#: ../../enterprise/godmode/modules/local_components.php:440 +#: ../../godmode/modules/manage_network_components.php:516 +msgid "Free Search" +msgstr "Free Search" + +#: ../../enterprise/godmode/modules/local_components.php:441 +msgid "Search by name, description or data, list matches." +msgstr "Search by name, description or data, list matches." + +#: ../../enterprise/godmode/setup/setup.php:30 +#: ../../include/functions_config.php:213 +msgid "Forward SNMP traps to agent (if exist)" +msgstr "Forward SNMP traps to an agent (if it exists)" + +#: ../../enterprise/godmode/setup/setup.php:38 +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "Use Enterprise ACL System" + +#: ../../enterprise/godmode/setup/setup.php:38 +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." + +#: ../../enterprise/godmode/setup/setup.php:47 +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "Collection size" + +#: ../../enterprise/godmode/setup/setup.php:48 +msgid " Bytes" +msgstr " Bytes" + +#: ../../enterprise/godmode/setup/setup.php:54 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 +#: ../../include/functions_config.php:221 +msgid "Events replication" +msgstr "Event replication" + +#: ../../enterprise/godmode/setup/setup.php:63 +#: ../../include/functions_config.php:224 +msgid "Replication interval" +msgstr "Replication interval" + +#: ../../enterprise/godmode/setup/setup.php:64 +msgid "Seconds" +msgstr "Seconds" + +#: ../../enterprise/godmode/setup/setup.php:70 +#: ../../include/functions_config.php:226 +msgid "Replication limit" +msgstr "Replication limit" + +#: ../../enterprise/godmode/setup/setup.php:72 +msgid "" +"Limit the number of events that are replicated metaconsole each specified " +"range." +msgstr "" +"Limit the number of events that are replicated metaconsole each specified " +"range." + +#: ../../enterprise/godmode/setup/setup.php:78 +msgid "Last replication at" +msgstr "Last replication at" + +#: ../../enterprise/godmode/setup/setup.php:80 +msgid "No replication yet" +msgstr "No replication yet" + +#: ../../enterprise/godmode/setup/setup.php:89 +#: ../../include/functions_config.php:228 +msgid "Replication mode" +msgstr "Replication mode" + +#: ../../enterprise/godmode/setup/setup.php:90 +msgid "Only validated events" +msgstr "Only validated events" + +#: ../../enterprise/godmode/setup/setup.php:96 +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "Metaconsole agent cache" + +#: ../../enterprise/godmode/setup/setup.php:105 +msgid "Metaconsole DB engine" +msgstr "Metaconsole DB engine" + +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "MySQL" +msgstr "MySQL" + +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "Oracle" +msgstr "Oracle" + +#: ../../enterprise/godmode/setup/setup.php:112 +msgid "Metaconsole DB host" +msgstr "Metaconsole DB host" + +#: ../../enterprise/godmode/setup/setup.php:119 +msgid "Metaconsole DB name" +msgstr "Metaconsole DB name" + +#: ../../enterprise/godmode/setup/setup.php:126 +msgid "Metaconsole DB user" +msgstr "Metaconsole DB user" + +#: ../../enterprise/godmode/setup/setup.php:133 +msgid "Metaconsole DB password" +msgstr "Metaconsole DB password" + +#: ../../enterprise/godmode/setup/setup.php:140 +msgid "Metaconsole DB port" +msgstr "Metaconsole DB port" + +#: ../../enterprise/godmode/setup/setup.php:147 +#: ../../include/functions_config.php:230 +msgid "Show events list in local console (read only)" +msgstr "Show event list in the local console (read only)" + +#: ../../enterprise/godmode/setup/setup.php:156 +#: ../../include/functions_config.php:251 +msgid "Inventory changes blacklist" +msgstr "Inventory change blacklist" + +#: ../../enterprise/godmode/setup/setup.php:156 +msgid "" +"The inventory modules included in the changes blacklist will not generate " +"events when change." +msgstr "" +"The inventory modules included in the changes blacklist will not generate " +"events if changed." + +#: ../../enterprise/godmode/setup/setup.php:187 +msgid "Out of black list" +msgstr "Out of black list" + +#: ../../enterprise/godmode/setup/setup.php:189 +msgid "In black list" +msgstr "Into black list" + +#: ../../enterprise/godmode/setup/setup.php:195 +msgid "Push selected modules into blacklist" +msgstr "Push selected modules into blacklist." + +#: ../../enterprise/godmode/setup/setup.php:199 +msgid "Pop selected modules out of blacklist" +msgstr "Push selected modules out of blacklist." + +#: ../../enterprise/godmode/setup/setup.php:212 +#: ../../include/functions_config.php:247 +msgid "Activate Log Collector" +msgstr "Activate Log Collector" + +#: ../../enterprise/godmode/setup/setup.php:225 +msgid "Enterprise options" +msgstr "Enterprise Options" + +#: ../../enterprise/godmode/setup/setup.php:252 +#: ../../enterprise/meta/advanced/metasetup.password.php:78 +#: ../../enterprise/meta/include/functions_meta.php:499 +#: ../../include/functions_config.php:258 +msgid "Enable password policy" +msgstr "Enable password policy" + +#: ../../enterprise/godmode/setup/setup.php:257 +#: ../../enterprise/meta/advanced/metasetup.password.php:84 +#: ../../enterprise/meta/include/functions_meta.php:509 +#: ../../include/functions_config.php:261 +msgid "Min. size password" +msgstr "Min. password size" + +#: ../../enterprise/godmode/setup/setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:85 +msgid " Caracters" +msgstr " Characters" + +#: ../../enterprise/godmode/setup/setup.php:261 +#: ../../enterprise/meta/advanced/metasetup.password.php:89 +#: ../../enterprise/meta/include/functions_meta.php:519 +#: ../../include/functions_config.php:271 +msgid "Password must have numbers" +msgstr "The password must include numbers" + +#: ../../enterprise/godmode/setup/setup.php:266 +#: ../../enterprise/meta/advanced/metasetup.password.php:95 +#: ../../enterprise/meta/include/functions_meta.php:529 +#: ../../include/functions_config.php:273 +msgid "Password must have symbols" +msgstr "The password must include symbols." + +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +#: ../../enterprise/meta/include/functions_meta.php:539 +#: ../../include/functions_config.php:263 +msgid "Password expiration" +msgstr "Password expiration" + +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +msgid "Set 0 if never expire." +msgstr "Set to '0' to never let it expire." + +#: ../../enterprise/godmode/setup/setup.php:272 +#: ../../enterprise/meta/advanced/metasetup.password.php:102 +msgid " Days" +msgstr " Days" + +#: ../../enterprise/godmode/setup/setup.php:275 +#: ../../enterprise/meta/advanced/metasetup.password.php:106 +#: ../../enterprise/meta/include/functions_meta.php:549 +#: ../../include/functions_config.php:265 +msgid "Force change password on first login" +msgstr "Force password change on first login" + +#: ../../enterprise/godmode/setup/setup.php:280 +#: ../../enterprise/meta/advanced/metasetup.password.php:112 +#: ../../enterprise/meta/include/functions_meta.php:559 +#: ../../include/functions_config.php:267 +msgid "User blocked if login fails" +msgstr "Block user if login fails" + +#: ../../enterprise/godmode/setup/setup.php:281 +#: ../../enterprise/meta/advanced/metasetup.password.php:113 +msgid " Minutes" +msgstr " Minutes" + +#: ../../enterprise/godmode/setup/setup.php:284 +#: ../../enterprise/meta/advanced/metasetup.password.php:117 +#: ../../enterprise/meta/include/functions_meta.php:569 +#: ../../include/functions_config.php:269 +msgid "Number of failed login attempts" +msgstr "Number of failed login attempts" + +#: ../../enterprise/godmode/setup/setup.php:285 +#: ../../enterprise/meta/advanced/metasetup.password.php:117 +msgid "Two attempts minimum" +msgstr "Two attempts minimum" + +#: ../../enterprise/godmode/setup/setup.php:286 +#: ../../enterprise/meta/advanced/metasetup.password.php:118 +msgid " Attempts" +msgstr " Attempts" + +#: ../../enterprise/godmode/setup/setup.php:289 +#: ../../enterprise/meta/advanced/metasetup.password.php:122 +#: ../../enterprise/meta/include/functions_meta.php:486 +#: ../../include/functions_config.php:275 +msgid "Apply password policy to admin users" +msgstr "Apply password policy to admin users" + +#: ../../enterprise/godmode/setup/setup.php:294 +#: ../../enterprise/meta/advanced/metasetup.password.php:128 +#: ../../enterprise/meta/include/functions_meta.php:579 +#: ../../include/functions_config.php:277 +msgid "Enable password history" +msgstr "Enable password history" + +#: ../../enterprise/godmode/setup/setup.php:299 +#: ../../enterprise/meta/advanced/metasetup.password.php:134 +#: ../../enterprise/meta/include/functions_meta.php:589 +#: ../../include/functions_config.php:279 +msgid "Compare previous password" +msgstr "Compare to previous password" + +#: ../../enterprise/godmode/setup/setup.php:318 +msgid "Enterprise password policy" +msgstr "Enterprise password policy" + +#: ../../enterprise/godmode/setup/setup.php:319 +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." + +#: ../../enterprise/godmode/setup/setup_skins.php:36 +#: ../../enterprise/godmode/setup/edit_skin.php:42 +msgid "Skins configuration" +msgstr "Skins configuration" + +#: ../../enterprise/godmode/setup/setup_skins.php:71 +msgid "Error deleting skin" +msgstr "Error deleting skin" + +#: ../../enterprise/godmode/setup/setup_skins.php:74 +msgid "Successfully deleted skin" +msgstr "Successfully deleted skin" + +#: ../../enterprise/godmode/setup/setup_skins.php:117 +msgid "Skin name" +msgstr "Skin name" + +#: ../../enterprise/godmode/setup/setup_skins.php:118 +#: ../../enterprise/godmode/setup/edit_skin.php:216 +msgid "Relative path" +msgstr "Relative path" + +#: ../../enterprise/godmode/setup/setup_skins.php:143 +msgid "There are no defined skins" +msgstr "There are no defined skins" + +#: ../../enterprise/godmode/setup/setup_skins.php:148 +msgid "Create skin" +msgstr "Create skin" + +#: ../../enterprise/godmode/setup/edit_skin.php:45 +msgid "Successfully updated skin" +msgstr "Updating skin successful" + +#: ../../enterprise/godmode/setup/edit_skin.php:48 +#: ../../enterprise/godmode/setup/edit_skin.php:60 +msgid "Error updating skin" +msgstr "Error in updating skin" + +#: ../../enterprise/godmode/setup/edit_skin.php:171 +msgid "Error creating skin" +msgstr "Error on creating skin." + +#: ../../enterprise/godmode/setup/edit_skin.php:176 +msgid "Successfully created skin" +msgstr "Creation of skin successful." + +#: ../../enterprise/godmode/setup/edit_skin.php:217 +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 only can have " +"alphanumeric characters." + +#: ../../enterprise/godmode/setup/edit_skin.php:239 +msgid "Group/s" +msgstr "Group/s" + +#: ../../enterprise/godmode/setup/setup_history.php:45 +#: ../../include/functions_config.php:652 +msgid "Enable history database" +msgstr "Enable historic database" + +#: ../../enterprise/godmode/setup/setup_history.php:49 +#, fuzzy +msgid "Enable event history" +msgstr "Active events history" + +#: ../../enterprise/godmode/setup/setup_history.php:49 +msgid "" +"Event history is ONLY used for event reports, is not used in graphs or event " +"viewer." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:53 +#: ../../include/functions_config.php:656 +msgid "Host" +msgstr "Host" + +#: ../../enterprise/godmode/setup/setup_history.php:59 +#: ../../enterprise/godmode/setup/setup_auth.php:64 +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/godmode/setup/setup_auth.php:128 +#: ../../enterprise/meta/include/functions_meta.php:839 +#: ../../enterprise/meta/include/functions_meta.php:892 +#: ../../enterprise/meta/include/functions_meta.php:945 +#: ../../include/functions_config.php:330 +#: ../../include/functions_config.php:341 +#: ../../include/functions_config.php:351 +#: ../../include/functions_config.php:660 +msgid "Database name" +msgstr "Database name" + +#: ../../enterprise/godmode/setup/setup_history.php:62 +#: ../../include/functions_config.php:662 +msgid "Database user" +msgstr "Database user" + +#: ../../enterprise/godmode/setup/setup_history.php:65 +#: ../../include/functions_config.php:664 +msgid "Database password" +msgstr "Database password" + +#: ../../enterprise/godmode/setup/setup_history.php:68 +msgid "Number of days before data is transfered to history database." +msgstr "Number of days before the data is transfered to history database." + +#: ../../enterprise/godmode/setup/setup_history.php:71 +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.)" + +#: ../../enterprise/godmode/setup/setup_history.php:74 +#: ../../include/functions_config.php:672 +msgid "Delay" +msgstr "Delay" + +#: ../../enterprise/godmode/setup/setup_history.php:74 +msgid "Time interval between data transfer." +msgstr "Time interval between data transfer." + +#: ../../enterprise/godmode/setup/setup_history.php:77 +#, fuzzy +msgid "Event days" +msgstr "Choose between the users who have validated an event." + +#: ../../enterprise/godmode/setup/setup_history.php:77 +#, fuzzy +msgid "Number of days before events is transfered to history database." +msgstr "Number of days before the data is transfered to history database." + +#: ../../enterprise/godmode/setup/setup_auth.php:31 +msgid "Active directory" +msgstr "Active directory" + +#: ../../enterprise/godmode/setup/setup_auth.php:32 +msgid "Remote Pandora FMS" +msgstr "Remote Pandora FMS" + +#: ../../enterprise/godmode/setup/setup_auth.php:33 +msgid "Remote Babel Enterprise" +msgstr "Remote Babel Enterprise" + +#: ../../enterprise/godmode/setup/setup_auth.php:34 +msgid "Remote Integria" +msgstr "Remote Integria" + +#: ../../enterprise/godmode/setup/setup_auth.php:35 +msgid "SAML" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:52 +#: ../../include/functions_config.php:326 +msgid "MySQL host" +msgstr "MySQL host" + +#: ../../enterprise/godmode/setup/setup_auth.php:58 +#: ../../enterprise/godmode/setup/setup_auth.php:90 +#: ../../enterprise/godmode/setup/setup_auth.php:122 +#: ../../enterprise/meta/include/functions_meta.php:829 +#: ../../enterprise/meta/include/functions_meta.php:882 +#: ../../enterprise/meta/include/functions_meta.php:935 +#: ../../include/functions_config.php:328 +#: ../../include/functions_config.php:339 +#: ../../include/functions_config.php:349 +msgid "MySQL port" +msgstr "MySQL port" + +#: ../../enterprise/godmode/setup/setup_auth.php:84 +#: ../../enterprise/meta/include/functions_meta.php:872 +#: ../../include/functions_config.php:337 +msgid "Babel Enterprise host" +msgstr "Babel Enterprise host" + +#: ../../enterprise/godmode/setup/setup_auth.php:116 +#: ../../enterprise/meta/include/functions_meta.php:925 +#: ../../include/functions_config.php:347 +msgid "Integria host" +msgstr "Integria host" + +#: ../../enterprise/godmode/setup/setup_auth.php:147 +#, fuzzy +msgid "SimpleSAML path" +msgstr "Simple Graph" + +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "" +"Select the path where SimpleSAML has been installed (by default '/opt/')" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:156 +#: ../../enterprise/meta/include/functions_meta.php:662 +#: ../../include/functions_config.php:295 +msgid "Autocreate blacklist" +msgstr "Autocreate blacklist" + +#: ../../enterprise/godmode/setup/setup_auth.php:164 +#: ../../enterprise/meta/include/functions_meta.php:724 +#: ../../include/functions_config.php:304 +msgid "Advance Config AD" +msgstr "Advance Config AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:165 +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." + +#: ../../enterprise/godmode/setup/setup_auth.php:182 +#: ../../enterprise/meta/include/functions_meta.php:744 +#: ../../include/functions_config.php:308 +msgid "Advanced Permisions AD" +msgstr "Advanced Permisions AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/advanced/synchronizing.user.php:555 +#: ../../godmode/users/profile_list.php:302 ../../godmode/menu.php:91 +msgid "Profiles" +msgstr "Profiles" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#, fuzzy +msgid "AD Groups" +msgstr "Groups" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "OP" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:236 +#, fuzzy +msgid "Select profile" +msgstr "Select filter" + +#: ../../enterprise/godmode/setup/setup_auth.php:245 +#, fuzzy +msgid "Add new permissions" +msgstr "Advanced Permisions AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:256 +#: ../../enterprise/meta/include/functions_meta.php:632 +#: ../../include/functions_config.php:289 +msgid "Autocreate profile" +msgstr "Autocreate profile" + +#: ../../enterprise/godmode/setup/setup_auth.php:262 +#: ../../enterprise/meta/include/functions_meta.php:642 +#: ../../include/functions_config.php:291 +msgid "Autocreate profile group" +msgstr "Autocreate profile group" + +#: ../../enterprise/godmode/setup/setup_auth.php:269 +#: ../../enterprise/meta/include/functions_meta.php:652 +#: ../../include/functions_config.php:293 +msgid "Autocreate profile tags" +msgstr "Autocreate profile tags" + +#: ../../enterprise/godmode/setup/setup_auth.php:284 +#: ../../enterprise/meta/include/functions_meta.php:694 +#: ../../include/functions_config.php:298 +msgid "Active directory server" +msgstr "Active directory server" + +#: ../../enterprise/godmode/setup/setup_auth.php:290 +#: ../../enterprise/meta/include/functions_meta.php:704 +#: ../../include/functions_config.php:300 +msgid "Active directory port" +msgstr "Active directory port" + +#: ../../enterprise/godmode/setup/setup_auth.php:296 +#: ../../enterprise/meta/include/functions_meta.php:714 +#: ../../enterprise/meta/include/functions_meta.php:786 +#: ../../godmode/setup/setup_auth.php:89 +#: ../../include/functions_config.php:302 +#: ../../include/functions_config.php:317 +msgid "Start TLS" +msgstr "Start TLS" + +#: ../../enterprise/godmode/setup/setup_auth.php:303 +#: ../../enterprise/meta/include/functions_meta.php:734 +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "Domain" + +#: ../../enterprise/godmode/setup/setup_auth.php:383 +msgid "You must select a profile from the list of profiles." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:40 +msgid "Enterprise ACL setup" +msgstr "Enterprise ACL setup" + +#: ../../enterprise/godmode/setup/setup_acl.php:73 +#: ../../enterprise/godmode/setup/setup_acl.php:105 +msgid "Add new ACL element to profile" +msgstr "Add new ACL element to profile" + +#: ../../enterprise/godmode/setup/setup_acl.php:78 +#: ../../enterprise/godmode/setup/setup_acl.php:150 +msgid "Section" +msgstr "Section" + +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../enterprise/godmode/setup/setup_acl.php:239 +msgid "Mobile" +msgstr "Mobile" + +#: ../../enterprise/godmode/setup/setup_acl.php:87 +#: ../../enterprise/godmode/setup/setup_acl.php:151 +msgid "Section 2" +msgstr "Section 2" + +#: ../../enterprise/godmode/setup/setup_acl.php:92 +#: ../../enterprise/godmode/setup/setup_acl.php:152 +msgid "Section 3" +msgstr "Section 3" + +#: ../../enterprise/godmode/setup/setup_acl.php:104 +msgid "Hidden" +msgstr "Hidden" + +#: ../../enterprise/godmode/setup/setup_acl.php:110 +msgid "Page" +msgstr "Page" + +#: ../../enterprise/godmode/setup/setup_acl.php:129 +msgid "Filter by profile" +msgstr "Filter by profile" + +#: ../../enterprise/godmode/setup/setup_acl.php:294 +#: ../../enterprise/godmode/setup/setup_acl.php:307 +#: ../../include/functions_graph.php:2690 +#: ../../include/functions_graph.php:2705 +msgid "Invalid" +msgstr "Invalid" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 +msgid "Metaconsole setup" +msgstr "Metaconsole setup" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 +#: ../../enterprise/meta/advanced/metasetup.performance.php:53 +#: ../../enterprise/meta/advanced/metasetup.visual.php:56 +#: ../../enterprise/meta/advanced/metasetup.setup.php:85 +#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 +#: ../../enterprise/meta/advanced/metasetup.auth.php:53 +msgid "Successfully update" +msgstr "Update successful." + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:114 +msgid "Could not be update" +msgstr "Could not be updated." + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 +msgid "Pandora FMS Metaconsole item edition" +msgstr "Pandora FMS Metaconsole item edition" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:256 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:335 +#: ../../enterprise/meta/include/functions_events_meta.php:109 +#: ../../godmode/events/custom_events.php:122 +#: ../../godmode/events/custom_events.php:170 +#: ../../include/functions_events.php:52 +msgid "Server name" +msgstr "Server name" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 +msgid "Auth token" +msgstr "Auth token" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 +msgid "" +"Token previously configured on the destination Pandora console in order to " +"use delegated authentification." +msgstr "" +"Token previously configured on the destination Pandora console in order to " +"use delegated authentification." + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:337 +msgid "Console URL" +msgstr "Console URL" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 +#: ../../enterprise/meta/advanced/metasetup.setup.php:237 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 +#: ../../enterprise/meta/include/functions_meta.php:438 +#: ../../enterprise/meta/include/functions_meta.php:448 +#: ../../godmode/setup/setup_general.php:98 +#: ../../include/functions_config.php:150 +msgid "API password" +msgstr "API password" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:338 +msgid "DB Host" +msgstr "DB Host" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 +msgid "DB Name" +msgstr "DB Name" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 +msgid "DB User" +msgstr "DB User" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 +msgid "DB Password" +msgstr "DB Password" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:285 +msgid "Console User" +msgstr "Console User" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 +msgid "Console Password" +msgstr "Console Password" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 +msgid "DB" +msgstr "DB" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:331 +msgid "API" +msgstr "API" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:332 +msgid "Compatibility" +msgstr "Compatibility" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:44 +msgid "Log storage directory" +msgstr "Log storage directory" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:45 +msgid "Directory where log data will be stored." +msgstr "Directory where the log data will be stored." + +#: ../../enterprise/godmode/setup/setup_log_collector.php:47 +#: ../../include/functions_config.php:648 +msgid "Log max lifetime" +msgstr "Max. log lifespan" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:48 +msgid "Sets the maximum lifetime for log data in days." +msgstr "Sets the maximum lifetime for log data in days." + +#: ../../enterprise/godmode/menu.php:16 +#, fuzzy +msgid "Manage Satellite Server" +msgstr "Enterprise Satellite server" + +#: ../../enterprise/meta/monitoring/tactical.php:37 +msgid "Tactical View" +msgstr "Tactical View" + +#: ../../enterprise/meta/monitoring/tactical.php:291 +msgid "Report of state" +msgstr "Report of state" + +#: ../../enterprise/meta/monitoring/tactical.php:320 +msgid "Report of events" +msgstr "Report of events" + +#: ../../enterprise/meta/monitoring/tactical.php:325 +msgid "Info of state in events" +msgstr "Info of state in events" + +#: ../../enterprise/meta/monitoring/tactical.php:341 +msgid "More events" +msgstr "More events" + +#: ../../enterprise/meta/monitoring/group_view.php:33 +msgid "Group View" +msgstr "Group View" + +#: ../../enterprise/meta/monitoring/group_view.php:95 +msgid "Summary by status" +msgstr "Summary by status" + +#: ../../enterprise/meta/monitoring/group_view.php:103 +msgid "% Agents Unknown" +msgstr "% Agents Unknown" + +#: ../../enterprise/meta/monitoring/group_view.php:104 +#: ../../enterprise/meta/monitoring/group_view.php:105 +msgid "% Agents not init" +msgstr "% Agents not init" + +#: ../../enterprise/meta/monitoring/group_view.php:108 +msgid "% Monitors Critical" +msgstr "% Monitors Critical" + +#: ../../enterprise/meta/monitoring/group_view.php:109 +msgid "% Monitors Warning" +msgstr "% Monitors Warning" + +#: ../../enterprise/meta/monitoring/group_view.php:110 +msgid "% Monitors OK" +msgstr "% Monitors OK" + +#: ../../enterprise/meta/monitoring/group_view.php:111 +msgid "% Monitors Unknown" +msgstr "% Monitors Unknown" + +#: ../../enterprise/meta/monitoring/group_view.php:112 +msgid "% Monitors Not init" +msgstr "% Monitors Not init" + +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#, fuzzy +msgid "This data doesn't show in realtime" +msgstr "This agent doesn't have any GIS data." + +#: ../../enterprise/meta/monitoring/group_view.php:144 +msgid "Group or Tag" +msgstr "Group or Tag" + +#: ../../enterprise/meta/monitoring/group_view.php:148 +#, fuzzy +msgid "critical" +msgstr "Critical" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 +msgid "Advanced configuration" +msgstr "Advanced configuration" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1375 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1465 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1585 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1656 +msgid "Preview" +msgstr "Preview" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 +msgid "Create module" +msgstr "Create module" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +msgid "Can't connect to Pandora FMS instance" +msgstr "Cannot connect to Pandora FMS instance." + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 +#: ../../enterprise/dashboard/full_dashboard.php:228 +#: ../../enterprise/dashboard/public_dashboard.php:256 +#: ../../include/functions_graph.php:817 +#: ../../include/functions_graph.php:3902 +msgid "Previous" +msgstr "Previous" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 +msgid "Invalid characters founded in module name" +msgstr "Invalid characters found in module name." + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 +#: ../../godmode/massive/massive_edit_modules.php:249 +#: ../../godmode/massive/massive_delete_modules.php:405 +msgid "Module type" +msgstr "Module type" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 +#: ../../include/functions_reporting_html.php:2289 +#: ../../include/functions_reporting_html.php:2429 +#: ../../mobile/include/functions_web.php:23 +msgid "Monitor" +msgstr "Monitor" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +msgid "Web check" +msgstr "Web check" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 +msgid "Module description" +msgstr "Module description" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 +msgid "Step by step wizard" +msgstr "Step by step wizard" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 +msgid "Click Create to continue" +msgstr "Click Create to continue" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 +#: ../../godmode/reporting/graph_builder.graph_editor.php:185 +msgid "Please, select a module" +msgstr "Please select a module" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "Manage agents" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 +msgid "Select the agent to be edited or deleted" +msgstr "Select the agent to be edited or deleted" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 +#: ../../enterprise/mobile/operation/dashboard.php:88 +#: ../../enterprise/mobile/operation/dashboard.php:231 +#: ../../mobile/operation/module_graph.php:370 +#: ../../mobile/operation/module_graph.php:379 +#: ../../mobile/operation/tactical.php:88 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/modules.php:190 +#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/agents.php:162 +#: ../../mobile/operation/visualmap.php:103 +#: ../../mobile/operation/networkmaps.php:116 +#: ../../mobile/operation/agent.php:108 ../../mobile/operation/events.php:568 +#: ../../mobile/operation/groups.php:69 +#: ../../mobile/operation/networkmap.php:98 +msgid "Back" +msgstr "Back" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 +msgid "Manage modules" +msgstr "Manage modules" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 +msgid "Select the agent where the module will be created" +msgstr "Select the agent where the module will be created" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 +msgid "Create Module" +msgstr "Create Module" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 +msgid "Select the module to be edited or deleted" +msgstr "Select the module to be edited or deleted" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +msgid "Create alert" +msgstr "Create alert" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 +#: ../../godmode/users/configure_profile.php:268 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../godmode/alerts/alert_list.php:330 +msgid "Manage alerts" +msgstr "Manage alerts" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 +msgid "Select the module where the alert will be created" +msgstr "Select the module in which the alert will be created." + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 +msgid "Select the alert to be edited or deleted" +msgstr "Select the alert to be edited or deleted" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 +msgid "Please, set a name" +msgstr "Please set a name" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 +msgid "Please, set an interval" +msgstr "Please set an interval" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 +#, fuzzy +msgid "Please, set a valid IP/Name address" +msgstr "Please set a valid IP address." + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 +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." + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../include/functions_events.php:1717 +msgid "New" +msgstr "New" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 +msgid "Please, select an alert" +msgstr "Please select an alert" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 +msgid "Please, select an agent" +msgstr "Please select an agent" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 +#: ../../enterprise/meta/include/functions_wizard_meta.php:517 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 +#: ../../godmode/tag/edit_tag.php:185 +#: ../../include/functions_reporting.php:3584 +msgid "Url" +msgstr "URL" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 +msgid "String" +msgstr "String" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 +#: ../../godmode/agentes/configurar_agente.php:181 +#: ../../godmode/agentes/configurar_agente.php:704 +msgid "No agent name specified" +msgstr "No agent name specified" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 +msgid "Another agent already exists with the same name" +msgstr "Another agent with the same name already exists." + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 +#: ../../godmode/agentes/module_manager_editor_common.php:364 +#: ../../godmode/agentes/module_manager_editor_common.php:367 +#, php-format +msgid "Agent interval x %s" +msgstr "Agent interval x %s" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 +msgid "Edit agent" +msgstr "Edit agent" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:264 +#, php-format +msgid "Error updating user %s" +msgstr "Error in updating user %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:268 +#, php-format +msgid "Updated user %s" +msgstr "Updated user %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:279 +#, php-format +msgid "Error creating user %s" +msgstr "Error in creating user %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:283 +#, php-format +msgid "Created user %s" +msgstr "Created user %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:478 +#, php-format +msgid "" +"Error creating/updating the followings elements groups/profiles/user " +"profiles (%d/%d/%d)" +msgstr "" +"Error creating/updating the following elements groups / profiles / user " +"profiles (%d/%d/%d)" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:483 +#, php-format +msgid "" +"The followings elements groups/profiles/user profiles were created/updated " +"sucessfully (%d/%d/%d)" +msgstr "" +"The following element groups / profiles / user profiles were created / " +"updated sucessfully (%d/%d/%d)" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:489 +#: ../../enterprise/meta/advanced/synchronizing.user.php:569 +#: ../../enterprise/meta/advanced/policymanager.sync.php:238 +#: ../../enterprise/meta/advanced/synchronizing.component.php:289 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 +#: ../../enterprise/meta/include/functions_groups_meta.php:130 +#: ../../enterprise/meta/include/functions_meta.php:99 +#: ../../enterprise/meta/include/functions_meta.php:201 +#: ../../enterprise/meta/include/functions_meta.php:303 +#, php-format +msgid "Error connecting to %s" +msgstr "Error connecting to %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:501 +msgid "Synchronizing Users" +msgstr "Synchronizing Users" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:509 +#: ../../enterprise/meta/advanced/policymanager.sync.php:296 +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.group.php:148 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 +#: ../../enterprise/meta/advanced/synchronizing.os.php:92 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 +msgid "This metaconsole" +msgstr "This meta-console" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +msgid "Profile mode" +msgstr "Profile mode" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +msgid "Profile synchronization mode." +msgstr "Profile synchronisation mode" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:534 +msgid "New profile" +msgstr "New profile" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:536 +msgid "" +"The selected user profile will be added to the selected users into the target" +msgstr "" +"The selected user profile will be added to the selected users into the target" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:537 +msgid "Copy profile" +msgstr "Copy profile" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:539 +msgid "The target user profiles will be replaced with the source user profiles" +msgstr "" +"The target user profiles will be replaced with the source user profiles" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:578 +#: ../../enterprise/meta/advanced/policymanager.sync.php:315 +#: ../../enterprise/meta/advanced/synchronizing.component.php:327 +#: ../../enterprise/meta/advanced/synchronizing.group.php:164 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 +#: ../../enterprise/meta/advanced/synchronizing.os.php:108 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 +msgid "Sync" +msgstr "Sync" + +#: ../../enterprise/meta/advanced/component_management.php:56 +#: ../../include/functions_menu.php:477 +msgid "Tags management" +msgstr "Tags management" + +#: ../../enterprise/meta/advanced/component_management.php:60 +#, fuzzy +msgid "Module groups Management" +msgstr "Module group management" + +#: ../../enterprise/meta/advanced/component_management.php:64 +#, fuzzy +msgid "OS Management" +msgstr "Tag management" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:248 +#, php-format +msgid "Error creating %s policies" +msgstr "Error in creating %s policies" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:251 +#, php-format +msgid "Created %s policies" +msgstr "Created %s policies" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:256 +#, php-format +msgid "Error creating/updating %s/%s policy modules" +msgstr "Error in creating / updating %s/%s policy modules" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:259 +#, php-format +msgid "Created/Updated %s/%s policy modules" +msgstr "Created / updated %s/%s policy modules" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:264 +#, php-format +msgid "Error deleting %s policy modules" +msgstr "Error in deleting %s policy modules" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:267 +#, php-format +msgid "Deleted %s policy modules" +msgstr "Deleted %s policy modules" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:272 +#, php-format +msgid "Error creating %s policy alerts" +msgstr "Error in creating %s policy alerts" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:275 +#, php-format +msgid "Created %s policy alerts" +msgstr "Created %s policy alerts" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:280 +#, php-format +msgid "Error deleting %s policy alerts" +msgstr "Error in deleting %s policy alerts" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:283 +#, php-format +msgid "Deleted %s policy alerts" +msgstr "Deleted %s policy alerts" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../enterprise/meta/advanced/synchronizing.component.php:320 +#: ../../enterprise/meta/advanced/synchronizing.group.php:157 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 +#: ../../enterprise/meta/advanced/synchronizing.os.php:101 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "Targets" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:263 +#, php-format +msgid "Error creating %s components groups " +msgstr "Error in creating %s component groups " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:266 +#, php-format +msgid "Created %s component groups" +msgstr "Created %s component groups" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:271 +#, php-format +msgid "Error creating/updating %s/%s local components " +msgstr "Error creating/updating %s/%s local components " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:274 +#, php-format +msgid "Created/Updated %s/%s local components" +msgstr "Created / updated %s/%s local components" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:279 +#, php-format +msgid "Error creating/updating %s/%s network components " +msgstr "Error in creating / updating %s/%s network components " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:282 +#, php-format +msgid "Created/Updated %s/%s network components" +msgstr "Created/updated %s/%s network components" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:303 +msgid "Synchronizing Components" +msgstr "Synchronizing Components" + +#: ../../enterprise/meta/advanced/synchronizing.php:35 +#: ../../enterprise/meta/general/main_header.php:243 +msgid "Synchronizing" +msgstr "Synchronising" + +#: ../../enterprise/meta/advanced/synchronizing.php:60 +#: ../../enterprise/meta/advanced/synchronizing.php:91 +msgid "Users synchronization" +msgstr "Users synchronisation" + +#: ../../enterprise/meta/advanced/synchronizing.php:64 +#: ../../enterprise/meta/advanced/synchronizing.php:94 +msgid "Groups synchronization" +msgstr "Groups synchronisation" + +#: ../../enterprise/meta/advanced/synchronizing.php:68 +#: ../../enterprise/meta/advanced/synchronizing.php:97 +msgid "Alerts synchronization" +msgstr "Alerts synchronisation" + +#: ../../enterprise/meta/advanced/synchronizing.php:72 +#: ../../enterprise/meta/advanced/synchronizing.php:100 +msgid "Components synchronization" +msgstr "Components synchronization" + +#: ../../enterprise/meta/advanced/synchronizing.php:76 +#: ../../enterprise/meta/advanced/synchronizing.php:103 +msgid "Tags synchronization" +msgstr "Tags synchronisation" + +#: ../../enterprise/meta/advanced/synchronizing.php:80 +#: ../../enterprise/meta/advanced/synchronizing.php:106 +#, fuzzy +msgid "OS synchronization" +msgstr "User synchronization" + +#: ../../enterprise/meta/advanced/synchronizing.php:84 +#: ../../enterprise/meta/advanced/synchronizing.php:109 +#, fuzzy +msgid "Module Groups synchronization" +msgstr "Groups synchronisation" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:74 +#: ../../enterprise/meta/advanced/synchronizing.group.php:75 +#: ../../enterprise/meta/advanced/synchronizing.group.php:87 +#: ../../enterprise/meta/advanced/synchronizing.group.php:88 +msgid "Open for more details" +msgstr "Open for more details" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:78 +#, php-format +msgid "Error creating %s groups" +msgstr "Error creating %s groups" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:91 +#, php-format +msgid "Error updating %s groups" +msgstr "Error updating %s groups" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:100 +#: ../../enterprise/meta/advanced/synchronizing.group.php:101 +msgid "Open for more details in creation" +msgstr "Open for more details in creation" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:106 +#: ../../enterprise/meta/advanced/synchronizing.group.php:107 +msgid "Open for more details in update" +msgstr "Open for more details in update" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:110 +#, php-format +msgid "Error creating/updating %s/%s groups" +msgstr "Error in creating / updating %s/%s groups" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:122 +#, php-format +msgid "Created/Updated %s/%s groups" +msgstr "Groups %s/%s created / updated" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:129 +msgid "None update or create group" +msgstr "None update or create group" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:140 +msgid "Synchronizing Groups" +msgstr "Synchronizing Groups" + +#: ../../enterprise/meta/advanced/servers.build_table.php:33 +#: ../../godmode/servers/servers.build_table.php:38 +msgid "There are no servers configured into the database" +msgstr "There are no servers registered on the database" + +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Lag" +msgstr "Lag" + +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Avg. Delay(sec)/Modules delayed" +msgstr "Avg. Delay(sec)/Modules delayed" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 +msgid "T/Q" +msgstr "T/Q" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 +msgid "Threads / Queued modules currently" +msgstr "Current threads/queued modules currently" + +#: ../../enterprise/meta/advanced/servers.build_table.php:92 +#: ../../godmode/servers/servers.build_table.php:97 +msgid "This is a master server" +msgstr "This is a master server" + +#: ../../enterprise/meta/advanced/servers.build_table.php:104 +#: ../../enterprise/meta/advanced/servers.build_table.php:109 +#: ../../godmode/servers/servers.build_table.php:110 +#: ../../godmode/servers/servers.build_table.php:115 +msgid "of" +msgstr "of" + +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:168 +msgid "Modules run by this server will stop working. Do you want to continue?" +msgstr "Modules run by this server will stop working. Do you want to continue?" + +#: ../../enterprise/meta/advanced/servers.build_table.php:154 +#: ../../godmode/servers/servers.build_table.php:189 +msgid "Tactical server information" +msgstr "Tactical server information" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:47 +#: ../../enterprise/meta/advanced/metasetup.visual.php:50 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.password.php:47 +#: ../../enterprise/meta/advanced/metasetup.auth.php:47 +#, php-format +msgid "Could not be update: Error in %s" +msgstr "Could not be updated : Error in %s" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:73 +#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 +#: ../../godmode/menu.php:257 +msgid "Performance" +msgstr "Performance" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:78 +#: ../../enterprise/meta/include/functions_meta.php:1201 +#: ../../godmode/setup/performance.php:49 +#: ../../include/functions_config.php:371 +msgid "Max. days before delete events" +msgstr "Max. days before delete events" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:82 +#: ../../enterprise/meta/include/functions_meta.php:1211 +msgid "Active events history" +msgstr "Active events history" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:87 +#: ../../enterprise/meta/include/functions_meta.php:1221 +#: ../../godmode/setup/performance.php:55 +#: ../../include/functions_config.php:377 +msgid "Max. days before delete audit events" +msgstr "Max. days before audited event cleanup" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:92 +#: ../../enterprise/meta/include/functions_meta.php:1231 +#: ../../godmode/setup/performance.php:106 +#: ../../include/functions_config.php:393 +msgid "Default hours for event view" +msgstr "Default hours for event view" + +#: ../../enterprise/meta/advanced/license_meta.php:35 +#: ../../godmode/setup/license.php:37 +msgid "License updated" +msgstr "Licence updated" + +#: ../../enterprise/meta/advanced/license_meta.php:62 +msgid "Licence" +msgstr "Licence" + +#: ../../enterprise/meta/advanced/license_meta.php:69 +#: ../../godmode/setup/license.php:64 +msgid "Customer key" +msgstr "Customer key" + +#: ../../enterprise/meta/advanced/license_meta.php:72 +#: ../../godmode/setup/license.php:67 +msgid "Expires" +msgstr "Expires" + +#: ../../enterprise/meta/advanced/license_meta.php:75 +#: ../../godmode/setup/license.php:70 +msgid "Platform Limit" +msgstr "Platform Limit" + +#: ../../enterprise/meta/advanced/license_meta.php:76 +#: ../../enterprise/meta/advanced/license_meta.php:79 +#: ../../enterprise/meta/advanced/license_meta.php:82 +#: ../../enterprise/meta/advanced/license_meta.php:85 +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "agents" +msgstr "agents" + +#: ../../enterprise/meta/advanced/license_meta.php:78 +#: ../../godmode/setup/license.php:73 +msgid "Current Platform Count" +msgstr "Current Platform Count" + +#: ../../enterprise/meta/advanced/license_meta.php:81 +#: ../../godmode/setup/license.php:76 +#, fuzzy +msgid "Current Platform Count (enabled: items)" +msgstr "Current Platform Count" + +#: ../../enterprise/meta/advanced/license_meta.php:84 +#: ../../godmode/setup/license.php:79 +#, fuzzy +msgid "Current Platform Count (disabled: items)" +msgstr "Current Platform Count" + +#: ../../enterprise/meta/advanced/license_meta.php:87 +#: ../../godmode/setup/license.php:82 +msgid "License Mode" +msgstr "Licence Mode" + +#: ../../enterprise/meta/advanced/license_meta.php:90 +#: ../../godmode/setup/license.php:85 +msgid "NMS" +msgstr "NMS" + +#: ../../enterprise/meta/advanced/license_meta.php:91 +#: ../../enterprise/meta/advanced/license_meta.php:94 +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "enabled" +msgstr "enabled" + +#: ../../enterprise/meta/advanced/license_meta.php:91 +#: ../../enterprise/meta/advanced/license_meta.php:94 +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "disabled" +msgstr "Disabled" + +#: ../../enterprise/meta/advanced/license_meta.php:93 +#: ../../godmode/setup/license.php:88 +msgid "Satellite" +msgstr "Satellite" + +#: ../../enterprise/meta/advanced/license_meta.php:96 +#: ../../godmode/setup/license.php:91 +msgid "Licensed to" +msgstr "Licensed to" + +#: ../../enterprise/meta/advanced/license_meta.php:105 +#: ../../enterprise/meta/advanced/license_meta.php:109 +#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 +msgid "Request new license" +msgstr "Request new licence" + +#: ../../enterprise/meta/advanced/license_meta.php:113 +#: ../../godmode/setup/license.php:108 +msgid "To get your Pandora FMS Enterprise License:" +msgstr "To get your Pandora FMS Enterprise Licence:" + +#: ../../enterprise/meta/advanced/license_meta.php:116 +#: ../../godmode/setup/license.php:111 +#, php-format +msgid "Go to %s" +msgstr "Go to %s" + +#: ../../enterprise/meta/advanced/license_meta.php:119 +#: ../../godmode/setup/license.php:114 +msgid "Enter the auth key and the following request key:" +msgstr "Enter the auth key and the following request key:" + +#: ../../enterprise/meta/advanced/license_meta.php:125 +#: ../../godmode/setup/license.php:120 +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." + +#: ../../enterprise/meta/advanced/license_meta.php:128 +#: ../../godmode/setup/license.php:123 +msgid "Click on Generate." +msgstr "Click on Generate." + +#: ../../enterprise/meta/advanced/license_meta.php:131 +#: ../../godmode/setup/license.php:126 +msgid "" +"Click here, enter " +"the generated license key and click on Validate." +msgstr "" +"Click here, enter " +"the generated licence key and click on Validate." + +#: ../../enterprise/meta/advanced/metasetup.visual.php:76 +msgid "Visual" +msgstr "Visual" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:81 +#: ../../enterprise/meta/include/functions_meta.php:978 +#: ../../godmode/setup/setup_visuals.php:613 +#: ../../include/functions_config.php:416 +msgid "Date format string" +msgstr "Date format string" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:82 +#: ../../godmode/setup/setup_visuals.php:614 +msgid "Example" +msgstr "Example" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:95 +#: ../../enterprise/meta/include/functions_meta.php:988 +#: ../../godmode/setup/setup_visuals.php:626 +#: ../../include/functions_config.php:418 +msgid "Timestamp or time comparation" +msgstr "Timestamp or time comparison" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:96 +#: ../../godmode/setup/setup_visuals.php:627 +msgid "Comparation in rollover" +msgstr "Rollover comparison" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:98 +#: ../../godmode/setup/setup_visuals.php:629 +msgid "Timestamp in rollover" +msgstr "Timestamp in rollover" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:103 +#: ../../enterprise/meta/include/functions_meta.php:998 +#: ../../godmode/setup/setup_visuals.php:352 +#: ../../include/functions_config.php:420 +msgid "Graph color (min)" +msgstr "Graph colour (min)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:108 +#: ../../enterprise/meta/include/functions_meta.php:1008 +#: ../../godmode/setup/setup_visuals.php:356 +#: ../../include/functions_config.php:422 +msgid "Graph color (avg)" +msgstr "Graph colour (avg)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:113 +#: ../../enterprise/meta/include/functions_meta.php:1018 +#: ../../godmode/setup/setup_visuals.php:360 +#: ../../include/functions_config.php:424 +msgid "Graph color (max)" +msgstr "Graph colour (max)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:117 +#: ../../enterprise/meta/include/functions_meta.php:1028 +#: ../../godmode/setup/setup_visuals.php:405 +#: ../../include/functions_config.php:444 +#, fuzzy +msgid "Data precision for reports" +msgstr "Projection for %s" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:117 +#: ../../godmode/setup/setup_visuals.php:406 +msgid "Precision must be a integer number between 0 and 5" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:121 +#: ../../enterprise/meta/include/functions_meta.php:1038 +#: ../../include/functions_config.php:440 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "Graphic resolution (1-low, 5-high)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:125 +#: ../../enterprise/meta/include/functions_meta.php:1048 +#: ../../godmode/setup/setup_visuals.php:396 +#: ../../include/functions_config.php:442 +msgid "Value to interface graphics" +msgstr "Value to interface graphics" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:134 +#: ../../enterprise/meta/include/functions_meta.php:1071 +#: ../../godmode/setup/setup_visuals.php:415 +#: ../../include/functions_config.php:453 +msgid "Use round corners" +msgstr "Use round corners" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:144 +#: ../../enterprise/meta/include/functions_meta.php:1091 +msgid "Metaconsole elements" +msgstr "Metaconsole elements" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:144 +msgid "The number of elements retrieved for each instance in some views." +msgstr "The number of elements retrieved for each instance in some views." + +#: ../../enterprise/meta/advanced/metasetup.visual.php:150 +#: ../../godmode/setup/setup_visuals.php:675 ../../include/functions.php:435 +#: ../../include/functions.php:569 ../../include/functions_html.php:723 +msgid "hours" +msgstr "hours" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:151 +#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88 +#: ../../godmode/setup/setup_visuals.php:676 ../../include/functions.php:431 +#: ../../include/functions.php:565 ../../include/functions_html.php:724 +msgid "days" +msgstr "days" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:152 +#: ../../godmode/setup/setup_visuals.php:677 ../../include/functions.php:432 +#: ../../include/functions.php:566 ../../include/functions_html.php:726 +msgid "months" +msgstr "months" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:153 +#: ../../godmode/setup/setup_visuals.php:678 ../../include/functions.php:433 +#: ../../include/functions.php:567 ../../include/functions_html.php:727 +msgid "years" +msgstr "years" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:154 +#: ../../godmode/setup/setup_visuals.php:679 +msgid "Add new custom value to intervals" +msgstr "Add new custom value to intervals" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:160 +#: ../../enterprise/meta/include/functions_meta.php:1141 +#: ../../godmode/setup/setup_visuals.php:685 +#: ../../include/functions_config.php:598 +msgid "Delete interval" +msgstr "Delete interval" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:172 +#: ../../godmode/setup/setup_visuals.php:479 +msgid "Custom report front page" +msgstr "Front page for custom reports" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:172 +#: ../../godmode/setup/setup_visuals.php:481 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" +"It's the custom report's front page. It'll be applied to all reports and " +"templates by default." + +#: ../../enterprise/meta/advanced/metasetup.visual.php:176 +#: ../../enterprise/meta/include/functions_meta.php:1101 +#: ../../godmode/setup/setup_visuals.php:597 +msgid "Show only the group name" +msgstr "Show only the group's name" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:178 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../include/functions_config.php:512 +msgid "Show the group name instead the group icon." +msgstr "Show group name instead of group icon" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:187 +#: ../../enterprise/meta/include/functions_meta.php:1177 +#: ../../godmode/setup/setup_visuals.php:84 +#: ../../include/functions_config.php:520 +msgid "Display data of proc modules in other format" +msgstr "Display data of proc modules in other format" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:196 +#: ../../enterprise/meta/include/functions_meta.php:1182 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:522 +msgid "Display text proc modules have state is ok" +msgstr "Display text proc modules have state is ok" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:199 +#: ../../enterprise/meta/include/functions_meta.php:1187 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:524 +msgid "Display text when proc modules have state critical" +msgstr "Display text when proc modules" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/advanced/metasetup.visual.php:224 +#: ../../enterprise/meta/advanced/metasetup.visual.php:230 +#: ../../enterprise/meta/advanced/metasetup.visual.php:234 +#: ../../enterprise/meta/advanced/metasetup.visual.php:241 +#: ../../enterprise/meta/include/functions_meta.php:1147 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:525 +#: ../../godmode/setup/setup_visuals.php:531 +#: ../../godmode/setup/setup_visuals.php:544 +#: ../../godmode/setup/setup_visuals.php:552 +#: ../../godmode/setup/setup_visuals.php:557 +#: ../../godmode/setup/setup_visuals.php:565 +#: ../../include/functions_config.php:606 #: ../../include/functions_config.php:609 -#: ../../godmode/setup/setup_netflow.php:68 -msgid "Name resolution for IP address" -msgstr "Enable IP address name resolution" +#: ../../include/functions_config.php:612 +#: ../../include/functions_config.php:615 +#: ../../include/functions_config.php:618 +#: ../../include/functions_config.php:621 +msgid "Custom report front" +msgstr "Front side custom report" -#: ../../include/functions_config.php:647 +#: ../../enterprise/meta/advanced/metasetup.setup.php:125 +#: ../../enterprise/meta/include/functions_meta.php:368 +#: ../../godmode/setup/setup_general.php:62 +#: ../../include/functions_config.php:133 +msgid "Auto login (hash) password" +msgstr "Auto login (hash) password" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:129 +#: ../../enterprise/meta/include/functions_meta.php:378 +#: ../../godmode/setup/setup_general.php:65 +#: ../../include/functions_config.php:136 +msgid "Time source" +msgstr "Time source" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:131 +#: ../../godmode/setup/setup_general.php:67 +msgid "Database" +msgstr "Database" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:136 +#: ../../enterprise/meta/include/functions_meta.php:388 +#: ../../godmode/setup/setup_general.php:74 +#: ../../include/functions_config.php:142 +msgid "Enforce https" +msgstr "Enforce https" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:137 +#: ../../godmode/setup/setup_general.php:75 +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?" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../enterprise/meta/include/functions_meta.php:398 +#: ../../godmode/setup/setup_general.php:86 +#: ../../include/functions_config.php:146 +msgid "Attachment store" +msgstr "Attachment directory" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../godmode/setup/setup_general.php:86 +msgid "Directory where temporary data is stored." +msgstr "Directory in which temporary data is stored." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:179 +#: ../../godmode/setup/setup_general.php:216 +msgid "Change timezone" +msgstr "Change timezone" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:183 +#: ../../enterprise/meta/include/functions_meta.php:418 +#: ../../godmode/setup/setup_general.php:237 +#: ../../include/functions_config.php:188 +msgid "Public URL" +msgstr "Public URL" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:184 +#: ../../godmode/setup/setup_general.php:238 +msgid "" +"Set this value when your PandoraFMS across inverse proxy or for example with " +"mod_proxy of Apache." +msgstr "" +"Set this value when you need your Pandora to be accessible via a public URL " +"(for example using Apache mod_proxy settings)" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:187 +#: ../../godmode/setup/setup_netflow.php:61 +#: ../../include/functions_config.php:638 +msgid "Disable custom live view filters" +msgstr "Disable custom live view filters" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:187 +#: ../../godmode/setup/setup_netflow.php:62 +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." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:192 +msgid "Customize sections" +msgstr "Customise sections" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:214 +msgid "Disabled sections" +msgstr "Disabled sections" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:216 +msgid "Enabled sections" +msgstr "Enabled sections" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:222 +msgid "Push selected sections to enable it" +msgstr "Push selected sections to enable it" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:226 +msgid "Pop selected sections to disable it" +msgstr "Pop selected sections to disable it" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:238 +#: ../../godmode/setup/setup_general.php:99 +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." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:241 +#: ../../enterprise/meta/include/functions_meta.php:459 +#: ../../godmode/setup/setup_general.php:89 +#: ../../include/functions_config.php:148 +msgid "IP list with API access" +msgstr "IP list with API access" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 +msgid "redirected ip server in conf into source DB" +msgstr "Redirected IP-server in conf into source DB" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 +msgid "created agent in destination DB" +msgstr "created agent in destination DB" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 +msgid "created agent modules in destination DB" +msgstr "created agent modules in destination DB" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 +msgid "created agent alerts in destination DB" +msgstr "created agent alerts in destination DB" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 +msgid "created alerts actions in destination DB" +msgstr "created alert actions in destination DB" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 +msgid "disabled agent in source DB" +msgstr "disabled agents in source DB" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 +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." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 +msgid "Successfully moved" +msgstr "Successfully moved" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 +msgid "Could not be moved" +msgstr "Could not be moved" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 +msgid "Move Agents" +msgstr "Move Agents" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 +msgid "Source Server" +msgstr "Source Server" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 +msgid "Destination Server" +msgstr "Destination Server" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +msgid "Group filter" +msgstr "Group filter" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +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" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +msgid "Create group if doesn’t exist in destination" +msgstr "Create group if doesn’t exist in destination" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +msgid "Based on name" +msgstr "Based on name" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 +msgid "Add agents to destination server" +msgstr "Add agents to destination server" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 +msgid "Remove agents to doesn't move to destination server" +msgstr "Remove agents to doesn't move to destination server" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 +msgid "Move" +msgstr "Move" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 +msgid "Please choose other server." +msgstr "Please choose other server." + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 #, php-format -msgid "Failed updated: the next values cannot update: %s" -msgstr "Updated failed. The following values could not be updated: %s" +msgid "Error creating/updating %s/%s comamnds" +msgstr "Error in creating / updating %s/%s commands." -#: ../../include/functions_config.php:1451 -msgid "Default password for \"Admin\" user has not been changed." -msgstr "The default password for the \"Admin\" user hasn't been changed." - -#: ../../include/functions_config.php:1452 -msgid "" -"Please change the default password because is a common vulnerability " -"reported." -msgstr "" -"Please change the default password. It's a commonly reported security issue " -"to not do so." - -#: ../../include/functions_config.php:1458 -msgid "You can not get updates until you renew the license." -msgstr "You cannot obtain updates until you renew the license." - -#: ../../include/functions_config.php:1459 -msgid "This license has expired." -msgstr "This license has expired." - -#: ../../include/functions_config.php:1464 -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" - -#: ../../include/functions_config.php:1477 -msgid "Remote configuration directory is not readble for the console" -msgstr "Remote configuration directory is unreadable for the console." - -#: ../../include/functions_config.php:1483 -#: ../../include/functions_config.php:1490 -msgid "Remote configuration directory is not writtable for the console" -msgstr "Remote configuration directory is not writtable by the console" - -#: ../../include/functions_config.php:1501 -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." - -#: ../../include/functions_config.php:1501 -msgid "files" -msgstr "files" - -#: ../../include/functions_config.php:1502 -msgid "Too much files in your tempora/attachment directory" -msgstr "Too many files in your temporary/attachment directory" - -#: ../../include/functions_config.php:1519 -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 48hrs " -"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." - -#: ../../include/functions_config.php:1520 -msgid "Database maintance problem" -msgstr "Database maintenance issue." - -#: ../../include/functions_config.php:1526 -msgid "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" -msgstr "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" - -#: ../../include/functions_config.php:1527 -msgid "Default font doesnt exist" -msgstr "The default font doesn't exist." - -#: ../../include/functions_config.php:1532 -msgid "You need to restart server after altering this configuration setting." -msgstr "" -"You'll need to restart the server after modifying this configuration setting." - -#: ../../include/functions_config.php:1533 -msgid "" -"Event storm protection is activated. No events will be generated during this " -"mode." -msgstr "" -"Event storm protection is activated. No events will be generated during this " -"mode." - -#: ../../include/functions_config.php:1540 -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 in the main index.php file" - -#: ../../include/functions_config.php:1541 -msgid "Developer mode is enabled" -msgstr "Developer mode enabled" - -#: ../../include/functions_config.php:1550 -msgid "Error first setup Open update" -msgstr "Error on first setup open update" - -#: ../../include/functions_config.php:1556 -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." - -#: ../../include/functions_config.php:1557 -msgid "New update of Pandora Console" -msgstr "New Pandora Console update" - -#: ../../include/functions_config.php:1571 -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 don't forget to restart the " -"apache process after the changes are complete." - -#: ../../include/functions_config.php:1572 -msgid "PHP safe mode is enabled. Some features may not properly work." -msgstr "PHP safe mode is enabled. Some features may not work properly." - -#: ../../include/functions_config.php:1577 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 #, php-format -msgid "Recommended value is %s" -msgstr "The recommended value is %s" +msgid "Created/Updated %s/%s commands" +msgstr "Created / updated %s/%s commands" -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -msgid "Unlimited" -msgstr "Unlimited" +#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 +#, php-format +msgid "Error creating/updating %s/%s actions" +msgstr "Error in creating / updating %s/%s actions." -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1606 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 +#, php-format +msgid "Created/Updated %s/%s actions" +msgstr "Created / updated %s/%s actions" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 +#, php-format +msgid "Error creating/updating %s/%s templates" +msgstr "Error in creating / updating %s/%s templates" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 +#, php-format +msgid "Created/Updated %s/%s templates" +msgstr "Created / updated %s/%s templates" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 +msgid "Synchronizing Alerts" +msgstr "Synchronizing Alerts" + +#: ../../enterprise/meta/advanced/agents_setup.php:37 +msgid "Propagation" +msgstr "Propagation" + +#: ../../enterprise/meta/advanced/metasetup.password.php:73 +msgid "Passwords" +msgstr "Passwords" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:86 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:130 +msgid "Could not be create, duplicated server name." +msgstr "Could not be create, duplicated server name." + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:176 +msgid "Could not be delete" +msgstr "Could not be deleted." + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:265 +msgid "Complete path to Pandora console without last \"/\" character. Example " +msgstr "" +"Complete path to Pandora console without last \"/\" character. Example " + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:282 +#, fuzzy +msgid "DB port" +msgstr "Dst port" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:334 +msgid "Agent cache" +msgstr "Agent cache" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:418 +msgid "There aren't server added to metaconsole" +msgstr "There are no servers added to metaconsole." + +#: ../../enterprise/meta/advanced/policymanager.php:37 +msgid "Policy Manager" +msgstr "Policy Manager" + +#: ../../enterprise/meta/advanced/policymanager.php:66 +msgid "Apply policies" +msgstr "Apply policies" + +#: ../../enterprise/meta/advanced/policymanager.php:70 +#: ../../enterprise/meta/advanced/policymanager.php:84 +msgid "Policies queue" +msgstr "Policies queue" + +#: ../../enterprise/meta/advanced/policymanager.php:81 +msgid "Policies apply" +msgstr "Policies apply" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 +#, php-format +msgid "Error creating/updating %s/%s tags" +msgstr "Error in creating / updating %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 +#, php-format +msgid "Created/Updated %s/%s tags" +msgstr "Created / updated %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 +msgid "Synchronizing Tags" +msgstr "Synchronizing Tags" + +#: ../../enterprise/meta/advanced/servers.php:39 +#: ../../godmode/servers/modificar_server.php:98 +msgid "Server deleted successfully" +msgstr "Server deleted successfully" + +#: ../../enterprise/meta/advanced/servers.php:42 +#: ../../godmode/servers/modificar_server.php:101 +msgid "There was a problem deleting the server" +msgstr "There was a problem deleting the server" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:352 +msgid "Empty queue." +msgstr "Empty queue." + +#: ../../enterprise/meta/advanced/policymanager.apply.php:146 +#: ../../enterprise/meta/advanced/policymanager.apply.php:154 +msgid "Only database" +msgstr "Only database" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:188 +msgid "Apply Policies" +msgstr "Apply Policies" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:202 +#: ../../godmode/reporting/visual_console_builder.wizard.php:219 +#: ../../godmode/menu.php:202 ../../mobile/include/functions_web.php:27 +msgid "Servers" +msgstr "Servers" + +#: ../../enterprise/meta/advanced/metasetup.php:55 +msgid "Consoles Setup" +msgstr "Consoles Setup" + +#: ../../enterprise/meta/advanced/metasetup.php:60 +#: ../../enterprise/meta/advanced/metasetup.php:106 +msgid "General setup" +msgstr "General setup" + +#: ../../enterprise/meta/advanced/metasetup.php:65 +#: ../../enterprise/meta/advanced/metasetup.php:109 +msgid "Passwords setup" +msgstr "Passwords setup" + +#: ../../enterprise/meta/advanced/metasetup.php:70 +#: ../../enterprise/meta/advanced/metasetup.php:112 +#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:116 +#: ../../godmode/menu.php:254 +msgid "Authentication" +msgstr "Authentication" + +#: ../../enterprise/meta/advanced/metasetup.php:75 +#: ../../enterprise/meta/advanced/metasetup.php:115 +msgid "Visual setup" +msgstr "Visual setup" + +#: ../../enterprise/meta/advanced/metasetup.php:80 +#: ../../enterprise/meta/advanced/metasetup.php:118 +msgid "Performance setup" +msgstr "Performance setup" + +#: ../../enterprise/meta/advanced/metasetup.php:85 +#: ../../enterprise/meta/advanced/metasetup.php:121 +#: ../../godmode/setup/file_manager.php:30 ../../godmode/menu.php:305 +msgid "File manager" +msgstr "File manager" + +#: ../../enterprise/meta/advanced/metasetup.php:90 +#: ../../enterprise/meta/advanced/metasetup.php:124 +msgid "Strings translation" +msgstr "Strings translation" + +#: ../../enterprise/meta/advanced/metasetup.php:95 +#: ../../enterprise/meta/advanced/metasetup.php:127 +msgid "Offline Update Manager" +msgstr "Offline Update Manager" + +#: ../../enterprise/meta/advanced/metasetup.php:102 +msgid "Consoles setup" +msgstr "Consoles setup" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:69 +#, fuzzy, php-format +msgid "Error creating/updating %s/%s OS" +msgstr "Error in creating / updating %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:72 +#, fuzzy, php-format +msgid "Created/Updated %s/%s OS" +msgstr "Created / updated %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:84 +#, fuzzy +msgid "Synchronizing OS" +msgstr "Synchronising" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:69 +#, fuzzy, php-format +msgid "Error creating/updating %s/%s module groups" +msgstr "Error in creating / updating %s/%s groups" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72 +#, fuzzy, php-format +msgid "Created/Updated %s/%s module groups" +msgstr "Groups %s/%s created / updated" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84 +#, fuzzy +msgid "Synchronizing Module Groups" +msgstr "Synchronizing Groups" + +#: ../../enterprise/meta/general/logon_ok.php:32 +msgid "Network traffic" +msgstr "Network traffic" + +#: ../../enterprise/meta/general/logon_ok.php:60 +#: ../../enterprise/meta/general/main_header.php:180 +#: ../../enterprise/meta/screens/screens.php:35 +msgid "Screens" +msgstr "Screens" + +#: ../../enterprise/meta/general/logon_ok.php:62 +#: ../../include/functions_networkmap.php:1666 +#: ../../include/functions_networkmap.php:1745 +#: ../../include/functions_maps.php:34 +msgid "Topology" +msgstr "Topology" + +#: ../../enterprise/meta/general/login_page.php:27 +msgid "Go to pandorafms.com" +msgstr "Go to pandorafms.com" + +#: ../../enterprise/meta/general/login_page.php:29 +msgid "Pandora Help" +msgstr "Pandora Help" + +#: ../../enterprise/meta/general/login_page.php:33 +msgid "Go to Pandora FMS Wiki" +msgstr "Go to Pandora FMS Wiki" + +#: ../../enterprise/meta/general/login_page.php:35 +msgid "Pandora Support" +msgstr "Pandora Support" + +#: ../../enterprise/meta/general/login_page.php:105 +msgid "Monitor all your systems with a single tool" +msgstr "Monitor all your systems with a single tool" + +#: ../../enterprise/meta/general/login_page.php:139 +msgid "Login off" +msgstr "Login off" + +#: ../../enterprise/meta/general/login_page.php:170 msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Dont forget restart apache process after changes)" +"In order to have the best user experience with Pandora FMS, we strongly " +"recommend to use" msgstr "" -"Please, change this in your PHP configuration file (hp.ini) or contact your " -"administrator (remember to restart the Apache process after performing " -"changes)" +"In order to have the best user experience with Pandora FMS, we strongly " +"recommend to use" -#: ../../include/functions_config.php:1578 -#: ../../include/functions_config.php:1584 -#: ../../include/functions_config.php:1592 -#: ../../include/functions_config.php:1600 -#, php-format -msgid "Not recommended '%s' value in PHP configuration" -msgstr "Not recommended '%s' value in PHP configuration" - -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "Recommended value is: %s" -msgstr "The recommended value is: %s" - -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "%s or greater" -msgstr "%s or greater" - -#: ../../include/functions_config.php:1599 +#: ../../enterprise/meta/general/login_page.php:171 msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator" +"Mozilla Firefox or Google Chrome browsers." msgstr "" -"Please, change it in your PHP configuration file (php.ini) or contact the " -"administrator" +"Mozilla Firefox or Google Chrome browsers." -#: ../../include/functions_config.php:1605 +#: ../../enterprise/meta/general/footer.php:26 +#, php-format +msgid "® Ártica soluciones Pandora FMS %s - Build %s" +msgstr "® Ártica soluciones Pandora FMS %s - Build %s" + +#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 msgid "" -"Variable disable_functions containts functions system() or exec(), in PHP " -"configuration file (php.ini)" +"Metaconsole needs previous activation from regular console, please contact " +"system administrator if you need assistance.
" msgstr "" -"The variable disable_functions contains the system () or exec () functions " -"in the PHP configuration file (php.ini)" +"Metaconsole needs previous activation from regular console, please contact " +"system administrator if you need assistance.
" -#: ../../include/functions_config.php:1606 -msgid "Problems with disable functions in PHP.INI" -msgstr "Problems with disable functions in PHP.INI" +#: ../../enterprise/meta/general/main_header.php:98 +msgid "Groups view" +msgstr "Group view" -#: ../../include/get_file.php:45 -msgid "Security error. Please contact the administrator." -msgstr "Security error. Please contact your administrator." +#: ../../enterprise/meta/general/main_header.php:108 +msgid "Monitors view" +msgstr "Monitors view" -#: ../../include/get_file.php:55 -msgid "File is missing in disk storage. Please contact the administrator." +#: ../../enterprise/meta/general/main_header.php:144 +msgid "Create new report" +msgstr "Create new report" + +#: ../../enterprise/meta/general/main_header.php:157 +msgid "Report templates" +msgstr "Report templates" + +#: ../../enterprise/meta/general/main_header.php:165 +#: ../../enterprise/include/functions_reporting.php:65 +msgid "Templates wizard" +msgstr "Templates wizard" + +#: ../../enterprise/meta/general/main_header.php:210 +msgid "Live view" +msgstr "Live view" + +#: ../../enterprise/meta/general/main_header.php:219 +#: ../../enterprise/meta/event/custom_events.php:65 +#: ../../enterprise/meta/event/custom_events.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:178 +#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80 +msgid "Filters" +msgstr "Filters" + +#: ../../enterprise/meta/general/main_header.php:248 +#: ../../enterprise/meta/general/main_header.php:314 +#: ../../enterprise/meta/include/functions_users_meta.php:168 +#: ../../enterprise/meta/include/functions_users_meta.php:187 +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/profile_list.php:45 +#: ../../godmode/users/profile_list.php:53 +msgid "User management" +msgstr "User management" + +#: ../../enterprise/meta/general/main_header.php:253 +msgid "Agent management" +msgstr "Agent management" + +#: ../../enterprise/meta/general/main_header.php:263 +msgid "Alert management" +msgstr "Alert management" + +#: ../../enterprise/meta/general/main_header.php:273 +#, fuzzy +msgid "Component management" +msgstr "Component group management" + +#: ../../enterprise/meta/general/main_header.php:278 +msgid "Policy management" +msgstr "Policy management" + +#: ../../enterprise/meta/general/main_header.php:283 +msgid "Category management" +msgstr "Category management" + +#: ../../enterprise/meta/general/main_header.php:288 +msgid "Server management" +msgstr "Server management" + +#: ../../enterprise/meta/general/main_header.php:293 +#: ../../godmode/menu.php:280 +msgid "License" +msgstr "Licence" + +#: ../../enterprise/meta/general/main_header.php:298 +msgid "Metasetup" +msgstr "Metasetup" + +#: ../../enterprise/meta/general/main_header.php:325 +#: ../../godmode/extensions.php:27 +msgid "Extensions" +msgstr "Extensions" + +#: ../../enterprise/meta/general/noaccess.php:17 +msgid "Back to login" +msgstr "Back to login" + +#: ../../enterprise/meta/general/noaccess.php:33 +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 "" -"The file is missing in the disk's storage. Please contact your administrator." +"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" -#: ../../include/functions_users.php:377 +#: ../../enterprise/meta/agentsearch.php:79 +msgid "Search results for" +msgstr "Search results for" + +#: ../../enterprise/meta/agentsearch.php:193 +msgid "There are no agents included in this group" +msgstr "There are no agents included in this group" + +#: ../../enterprise/meta/screens/screens.visualmap.php:60 +msgid "Create visualmap" +msgstr "Create visual map" + +#: ../../enterprise/meta/screens/screens.visualmap.php:120 +#: ../../godmode/reporting/visual_console_builder.php:250 +msgid "Successfully created." +msgstr "Successfully created." + +#: ../../enterprise/meta/screens/screens.visualmap.php:123 +#: ../../godmode/reporting/visual_console_builder.php:263 +msgid "Could not be created." +msgstr "Could not be created." + +#: ../../enterprise/meta/screens/screens.visualmap.php:208 +#: ../../godmode/reporting/visual_console_builder.php:692 +msgid "New visual console" +msgstr "New visual console" + +#: ../../enterprise/meta/index.php:239 ../../index.php:240 +#: ../../include/ajax/double_auth.ajax.php:489 +#: ../../mobile/include/user.class.php:171 +msgid "Invalid code" +msgstr "Invalid code" + +#: ../../enterprise/meta/index.php:250 ../../index.php:251 +msgid "The code shouldn't be empty" +msgstr "The code shouldn't be empty" + +#: ../../enterprise/meta/index.php:262 ../../index.php:263 +msgid "Expired login" +msgstr "Expired login" + +#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 +#: ../../index.php:271 ../../index.php:277 +msgid "Login error" +msgstr "Login error" + +#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534 +#: ../../index.php:724 +msgid "Sorry! I can't find the page!" +msgstr "Sorry! I can't find the page!" + +#: ../../enterprise/meta/event/custom_events.php:43 +#: ../../godmode/netflow/nf_edit.php:167 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/events/event_filter.php:177 +msgid "Create filter" +msgstr "Create new filter" + +#: ../../enterprise/meta/event/custom_events.php:48 +#: ../../godmode/events/events.php:48 ../../godmode/menu.php:188 +msgid "Event responses" +msgstr "Event responses" + +#: ../../enterprise/meta/event/custom_events.php:73 +#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306 +msgid "Responses" +msgstr "Responses" + +#: ../../enterprise/meta/event/custom_events.php:89 +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." + +#: ../../enterprise/meta/event/custom_events.php:129 +msgid "Succesful updated" +msgstr "Update successful." + +#: ../../enterprise/meta/event/custom_events.php:130 +msgid "Unsucessful updated" +msgstr "Update unsuccessful." + +#: ../../enterprise/meta/event/custom_events.php:154 +msgid "Fields" +msgstr "Fields" + +#: ../../enterprise/meta/event/custom_events.php:169 +#: ../../godmode/events/custom_events.php:181 +msgid "Fields available" +msgstr "Fields available" + +#: ../../enterprise/meta/event/custom_events.php:171 +#: ../../godmode/events/custom_events.php:193 +msgid "Fields selected" +msgstr "Fields selected" + +#: ../../enterprise/meta/event/custom_events.php:178 +#: ../../godmode/events/custom_events.php:185 +msgid "Add fields to select" +msgstr "Add fields to select" + +#: ../../enterprise/meta/event/custom_events.php:183 +#: ../../godmode/events/custom_events.php:189 +msgid "Delete fields to select" +msgstr "Delete fields to select" + +#: ../../enterprise/meta/event/custom_events.php:191 +#: ../../godmode/events/custom_events.php:131 +msgid "Show event fields" +msgstr "Show event fields" + +#: ../../enterprise/meta/include/functions_ui_meta.php:54 +#: ../../include/functions_ui.php:1294 +msgid "the Flexible Monitoring System" +msgstr "the Flexible Monitoring System" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 +msgid "Network map deleted successfully" +msgstr "Network map deleted successfully" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 +msgid "Could not delete network map" +msgstr "Couldn't delete the network map" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:134 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:221 +msgid "Not networkmap defined." +msgstr "No networkmap defined." + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 +msgid "Networkmap list" +msgstr "Networkmap list" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:426 +msgid "Successful update the networkmap." +msgstr "Updating of the the network map successful." + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:427 +msgid "Unsuccessful update the networkmap." +msgstr "Updating of the the network map unsuccessful." + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:439 +msgid "Unnamed " +msgstr "Unnamed " + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:520 +#: ../../godmode/events/event_edit_filter.php:217 +msgid "Save in group" +msgstr "Save in group" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +msgid "Filter by tag" +msgstr "Filter by tag" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:536 +msgid "Filter by agents" +msgstr "Filter by agents" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:546 +msgid "Filter by modules" +msgstr "Filter by modules" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:561 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 +msgid "Layout" +msgstr "Layout" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:571 +msgid "Show modules" +msgstr "Show modules" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:577 +msgid "Regenerate" +msgstr "Regenerate" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:586 +msgid "Show modulegroup" +msgstr "Show module group" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:595 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:606 +msgid "No Overlap" +msgstr "No Overlap" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:598 +msgid "Distance between nodes" +msgstr "Distance between nodes" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:599 +msgid "Separation between elements in the map (in Non-overlap mode)" +msgstr "Separation amongst elements on the map (in no-overlap mode)" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:615 +msgid "Show children Metaconsole" +msgstr "Show children Metaconsole" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:661 +msgid "Map options" +msgstr "Map options" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:666 +msgid "There is no group selected" +msgstr "There is no group selected" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:876 #, php-format -msgid "User %s login at %s" -msgstr "User %s login at %s" +msgid "Cannot connect to %s Pandora to generate networkmap." +msgstr "Cannot connect to %s Pandora to generate network map." -#: ../../include/functions_users.php:438 +#: ../../enterprise/meta/include/functions_events_meta.php:55 +#: ../../godmode/events/custom_events.php:68 +#: ../../godmode/events/custom_events.php:152 +#: ../../include/functions_events.php:34 +#: ../../include/functions_events.php:1579 +msgid "Event id" +msgstr "Choose between the users who have validated an event." + +#: ../../enterprise/meta/include/functions_events_meta.php:58 +#: ../../enterprise/include/functions_reporting_pdf.php:1180 +#: ../../godmode/events/custom_events.php:71 +#: ../../godmode/events/custom_events.php:153 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:891 +#: ../../include/functions_events.php:2336 +#: ../../include/functions_reporting_html.php:661 +#: ../../include/functions_reporting_html.php:2079 +msgid "Event name" +msgstr "Event name" + +#: ../../enterprise/meta/include/functions_events_meta.php:79 +#: ../../godmode/events/custom_events.php:92 +#: ../../godmode/events/custom_events.php:160 +#: ../../include/functions_events.php:42 +msgid "Agent module" +msgstr "Agent module" + +#: ../../enterprise/meta/include/functions_events_meta.php:97 +#: ../../godmode/events/custom_events.php:110 +#: ../../godmode/events/custom_events.php:166 +#: ../../include/functions_events.php:48 +#: ../../include/functions_events.php:2249 +msgid "Extra id" +msgstr "Extra ID" + +#: ../../enterprise/meta/include/functions_alerts_meta.php:115 +#: ../../enterprise/meta/include/functions_alerts_meta.php:131 +#: ../../godmode/menu.php:161 +msgid "Commands" +msgstr "Commands" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:239 +#: ../../godmode/modules/manage_network_templates_form.php:302 +msgid "Components" +msgstr "Components" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:241 +msgid "Agent modules" +msgstr "Agent modules" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:284 +msgid "Add selected modules to agent" +msgstr "Add selected modules to agent" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:298 +msgid "Undo changes" +msgstr "Undo changes" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:469 +msgid "Latency" +msgstr "Latency" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:470 +msgid "Response" +msgstr "Response" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:472 +msgid "Check type" +msgstr "Check type" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:521 +msgid "String to check" +msgstr "String to check" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:526 +msgid "Add check" +msgstr "Add check" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:534 +msgid "Delete check" +msgstr "Delete check" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:814 +#: ../../enterprise/meta/include/functions_wizard_meta.php:906 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1116 +msgid "Various" +msgstr "Various" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:854 +#: ../../enterprise/meta/include/functions_wizard_meta.php:940 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1157 +msgid "Thresholds" +msgstr "Thresholds" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:951 +msgid "Web configuration" +msgstr "Web configuration" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1143 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1556 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1563 +msgid "Str: " +msgstr "Str: " + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 +msgid " Inverse interval " +msgstr " Inverse interval " + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 +msgid "Alerts in module" +msgstr "Alerts in module" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 +#: ../../include/functions_reporting_html.php:2135 +msgid "Alert description" +msgstr "Alert description" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 +msgid "Checks" +msgstr "Checks" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 +msgid "Deleted modules" +msgstr "Deleted modules" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1862 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1959 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2434 #, php-format -msgid "User %s was deleted in the DB at %s" -msgstr "User %s was deleted in the DB at %s" +msgid "Error adding module %s" +msgstr "Error in adding module %s" -#: ../../include/functions_users.php:443 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1872 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1969 +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" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 +msgid "Agent successfully added" +msgstr "Agent successfully added" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2052 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 #, php-format -msgid "User %s logout at %s" -msgstr "User %s logout at %s" +msgid "%s Modules created" +msgstr "%s Modules created" -#: ../../include/class/Tree.class.php:1468 -msgid "NO DATA" -msgstr "NO DATA" +#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 +#, php-format +msgid "Could not update agent %s" +msgstr "Could not update agent %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 +msgid "Agent successfully updated" +msgstr "Agent successfully updated" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 +#, php-format +msgid "%s Modules deleted" +msgstr "%s Modules deleted" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 +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 ." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2476 +msgid "Module successfully added." +msgstr "Module successfully added." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2548 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2637 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2848 +#, php-format +msgid "Error updating module %s" +msgstr "Error in updating module %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2571 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2660 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 +msgid "" +"There was an error updating the alerts, the operation has been cancelled" +msgstr "" +"There was an error in updating the alerts, the operation has been cancelled." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2593 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2682 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2893 +msgid "Successfully updated module." +msgstr "Module successfully updated." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 +msgid "Manage agent modules" +msgstr "Manage agent modules" + +#: ../../enterprise/meta/include/functions_agents_meta.php:1169 +#: ../../enterprise/meta/include/functions_agents_meta.php:1180 +msgid "Agents movement" +msgstr "Agents movement" + +#: ../../enterprise/meta/include/functions_agents_meta.php:1174 +#: ../../enterprise/meta/include/functions_agents_meta.php:1183 +msgid "Group management" +msgstr "Group management" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 +#: ../../godmode/alerts/alert_templates.php:62 +msgid "Everyday" +msgstr "Everyday" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Every" +msgstr "Every" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../godmode/alerts/alert_templates.php:83 +msgid "and" +msgstr "and" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 +#: ../../include/functions_treeview.php:522 +msgid "Next agent contact" +msgstr "Next agent contact" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 +msgid "Go to agent detail" +msgstr "Go to agent detail" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 +msgid "Create new module" +msgstr "Create new module" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 +#: ../../enterprise/dashboard/widgets/tree_view.php:22 +msgid "Tree View" +msgstr "Tree View" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 +#: ../../godmode/groups/configure_group.php:68 +#: ../../godmode/groups/configure_modu_group.php:51 +msgid "There was a problem loading group" +msgstr "There was a problem loading group" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 +msgid "Group name" +msgstr "Group name" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 +#: ../../include/functions_treeview.php:47 +msgid "There was a problem loading module" +msgstr "There was a problem loading the module." + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 +msgid "Go to module detail" +msgstr "Go to module detail" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 +#: ../../godmode/agentes/module_manager_editor_common.php:154 +msgid "Delete module" +msgstr "Delete module" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 +msgid "Create new alert" +msgstr "Create new alert" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 +msgid "There was a problem loading alert" +msgstr "A problem occurred while loading alerts" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 +msgid "Stand By" +msgstr "Stand By" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 +msgid "Go to Alert detail" +msgstr "Go to Alert detail" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 +msgid "Delete alert" +msgstr "Delete alert" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 +msgid "There was a problem loading tag" +msgstr "There was a problem in loading the tag." + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 +#: ../../godmode/tag/tag.php:199 +msgid "Tag name" +msgstr "Tag name" + +#: ../../enterprise/meta/include/functions_components_meta.php:48 +#: ../../enterprise/meta/include/functions_components_meta.php:66 +#: ../../godmode/menu.php:39 +msgid "Component groups" +msgstr "Component groups" + +#: ../../enterprise/meta/include/functions_components_meta.php:56 +#: ../../enterprise/meta/include/functions_components_meta.php:72 +#: ../../godmode/menu.php:98 +msgid "Network components" +msgstr "Network components" + +#: ../../enterprise/meta/include/functions_components_meta.php:60 +#: ../../enterprise/meta/include/functions_components_meta.php:75 +msgid "Plugin management" +msgstr "Plugin management" + +#: ../../enterprise/meta/include/functions_components_meta.php:81 +msgid "Create plugin" +msgstr "Create plugin" + +#: ../../enterprise/meta/include/functions_components_meta.php:84 +msgid "Edit plugin" +msgstr "Edit plugin" + +#: ../../enterprise/meta/include/functions_groups_meta.php:77 +#, php-format +msgid "(Error Duplicate ID (%d) ) " +msgstr "(Error Duplicate ID (%d) ) " + +#: ../../enterprise/meta/include/functions_groups_meta.php:99 +msgid "Different parent" +msgstr "Different parent" + +#: ../../enterprise/meta/include/functions_groups_meta.php:104 +msgid "Different name" +msgstr "Different name" + +#: ../../enterprise/meta/include/functions_users_meta.php:172 +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../godmode/users/configure_profile.php:45 +#: ../../godmode/users/user_list.php:117 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/profile_list.php:49 ../../godmode/menu.php:85 +msgid "Profile management" +msgstr "Profile management" + +#: ../../enterprise/meta/include/functions_users_meta.php:184 +msgid "User synchronization" +msgstr "User synchronization" + +#: ../../enterprise/meta/include/functions_users_meta.php:196 +msgid "Group synchronization" +msgstr "Group synchronization" + +#: ../../enterprise/meta/include/functions_meta.php:332 +msgid "No admin user" +msgstr "No admin user" + +#: ../../enterprise/meta/include/functions_meta.php:348 +#: ../../include/functions_config.php:217 +msgid "Activate Metaconsole" +msgstr "Activate Metaconsole" + +#: ../../enterprise/meta/include/functions_meta.php:428 +msgid "Netflow disable custom live view filters" +msgstr "Netflow disables custom live view filters." + +#: ../../enterprise/meta/include/functions_meta.php:476 +msgid "Customizable section" +msgstr "Customizable section" + +#: ../../enterprise/meta/include/functions_meta.php:602 +#: ../../godmode/setup/setup_auth.php:179 +#: ../../include/functions_config.php:285 +msgid "Authentication method" +msgstr "Authentication method" + +#: ../../enterprise/meta/include/functions_meta.php:612 +#: ../../godmode/setup/setup_auth.php:49 +#: ../../include/functions_config.php:323 +msgid "Fallback to local authentication" +msgstr "Fallback to local authentication" + +#: ../../enterprise/meta/include/functions_meta.php:622 +#: ../../godmode/setup/setup_auth.php:57 +#: ../../include/functions_config.php:287 +msgid "Autocreate remote users" +msgstr "Autocreate remote users" + +#: ../../enterprise/meta/include/functions_meta.php:682 +#: ../../include/functions_config.php:361 +msgid "Session timeout" +msgstr "Session timeout" + +#: ../../enterprise/meta/include/functions_meta.php:756 +#: ../../godmode/setup/setup_auth.php:70 +#: ../../include/functions_config.php:311 +msgid "LDAP server" +msgstr "LDAP server" + +#: ../../enterprise/meta/include/functions_meta.php:766 +#: ../../godmode/setup/setup_auth.php:76 +#: ../../include/functions_config.php:313 +msgid "LDAP port" +msgstr "LDAP port" + +#: ../../enterprise/meta/include/functions_meta.php:776 +#: ../../godmode/setup/setup_auth.php:83 +#: ../../include/functions_config.php:315 +msgid "LDAP version" +msgstr "LDAP version" + +#: ../../enterprise/meta/include/functions_meta.php:796 +#: ../../godmode/setup/setup_auth.php:96 +#: ../../include/functions_config.php:319 +msgid "Base DN" +msgstr "Base DN" + +#: ../../enterprise/meta/include/functions_meta.php:806 +#: ../../godmode/setup/setup_auth.php:102 +#: ../../include/functions_config.php:321 +msgid "Login attribute" +msgstr "Login attribute" + +#: ../../enterprise/meta/include/functions_meta.php:819 +msgid "Pandora FMS host" +msgstr "Pandora FMS host" + +#: ../../enterprise/meta/include/functions_meta.php:1241 +#: ../../godmode/setup/performance.php:116 +#: ../../include/functions_config.php:399 +msgid "Use agent access graph" +msgstr "Use agent access graph" + +#: ../../enterprise/include/functions_netflow_pdf.php:45 +#: ../../enterprise/include/functions_reporting_pdf.php:51 +msgid "Automated Pandora FMS report for user defined report" +msgstr "Automated Pandora FMS report for user defined report" + +#: ../../enterprise/include/functions_netflow_pdf.php:56 +#: ../../enterprise/include/functions_reporting_pdf.php:2186 +msgid "Contents" +msgstr "Contents" + +#: ../../enterprise/include/functions_netflow_pdf.php:157 +#: ../../enterprise/include/functions_reporting_csv.php:874 +#: ../../enterprise/include/functions_reporting_csv.php:878 +#: ../../enterprise/include/functions_reporting_pdf.php:2159 +msgid "Generated" +msgstr "Generated" + +#: ../../enterprise/include/functions_login.php:22 +msgid "You must change password" +msgstr "You have to change the password" + +#: ../../enterprise/include/functions_login.php:47 +msgid "OLD PASS: " +msgstr "OLD PASS: " + +#: ../../enterprise/include/functions_login.php:49 +msgid "NEW PASS: " +msgstr "NEW PASS: " + +#: ../../enterprise/include/functions_login.php:51 +msgid "CONFIRM: " +msgstr "CONFIRM: " + +#: ../../enterprise/include/functions_login.php:58 +msgid "Change" +msgstr "Change" + +#: ../../enterprise/include/functions_login.php:103 +msgid "User has been blocked. Try again in " +msgstr "User has been blocked. Please try again in " + +#: ../../enterprise/include/functions_login.php:103 +msgid " minutes" +msgstr " minutes" + +#: ../../enterprise/include/functions_login.php:227 +msgid "Password must be different from the " +msgstr "Password must be different from the " + +#: ../../enterprise/include/functions_login.php:227 +msgid " previous changes." +msgstr " previous changes." + +#: ../../enterprise/include/functions_login.php:241 +msgid "Password must be different" +msgstr "Password must be different" + +#: ../../enterprise/include/functions_login.php:251 +msgid "Password too short" +msgstr "Password too short" + +#: ../../enterprise/include/functions_login.php:262 +msgid "Password must contain numbers" +msgstr "Password has to contain numbers." + +#: ../../enterprise/include/functions_login.php:274 +msgid "Password must contain symbols" +msgstr "Password has to contain symbols." + +#: ../../enterprise/include/functions_login.php:294 +msgid "Invalid old password" +msgstr "Invalid old password" + +#: ../../enterprise/include/functions_login.php:318 +msgid "User pass successfully updated" +msgstr "User pass successfully updated" + +#: ../../enterprise/include/functions_login.php:319 +msgid "Error updating user pass (no change?)" +msgstr "Error updating user pass (no change ?)" + +#: ../../enterprise/include/functions_login.php:327 +msgid "Password confirm does not match" +msgstr "Password confirm does not match" + +#: ../../enterprise/include/functions_login.php:335 +msgid "Password empty" +msgstr "Password empty" + +#: ../../enterprise/include/functions_visual_map.php:179 +#: ../../enterprise/include/functions_visual_map.php:232 +msgid "Crit:" +msgstr "Crit:" + +#: ../../enterprise/include/functions_visual_map.php:181 +#: ../../enterprise/include/functions_visual_map.php:234 +msgid "Warn:" +msgstr "Warn:" + +#: ../../enterprise/include/functions_visual_map.php:183 +#: ../../enterprise/include/functions_visual_map.php:236 +msgid "Ok:" +msgstr "Ok:" + +#: ../../enterprise/include/functions_visual_map.php:185 +#: ../../enterprise/include/functions_visual_map.php:238 +msgid "Value:" +msgstr "Value :" + +#: ../../enterprise/include/functions_visual_map.php:534 +msgid "None of the services was added" +msgstr "None of the services was added" + +#: ../../enterprise/include/functions_visual_map.php:537 +#, php-format +msgid "%d services couldn't be added" +msgstr "%d services couldn't be added" + +#: ../../enterprise/include/functions_visual_map.php:541 +#: ../../include/functions_ui.php:231 +msgid "Success" +msgstr "Success" + +#: ../../enterprise/include/functions_visual_map.php:545 +msgid "There was an error retrieving the visual map information" +msgstr "There was an error retrieving the visual map information" + +#: ../../enterprise/include/functions_visual_map.php:549 +msgid "No services selected" +msgstr "No services selected" + +#: ../../enterprise/include/functions_enterprise.php:298 +msgid "Tree view by tags" +msgstr "Tree view by tags" + +#: ../../enterprise/include/functions_enterprise.php:321 +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 "" + +#: ../../enterprise/include/functions_enterprise.php:323 +msgid "" +"Problems with event days purge and event days that pass data to history DB." +msgstr "" + +#: ../../enterprise/include/functions_enterprise.php:331 +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 "" + +#: ../../enterprise/include/functions_enterprise.php:333 +msgid "Problems with days purge and days that pass data to history DB" +msgstr "" + +#: ../../enterprise/include/functions_setup.php:37 +#: ../../enterprise/include/functions_setup.php:68 +msgid "Log collector" +msgstr "Log collector" + +#: ../../enterprise/include/functions_setup.php:80 +msgid "Auto provisioning into Metaconsole" +msgstr "Auto provisioning into Metaconsole" + +#: ../../enterprise/include/functions_setup.php:90 +msgid "URL Metaconsole Api" +msgstr "URL Metaconsole Api" + +#: ../../enterprise/include/functions_setup.php:95 +msgid "Api pass" +msgstr "Api pass" + +#: ../../enterprise/include/functions_setup.php:99 +msgid "Meta user" +msgstr "Meta user" + +#: ../../enterprise/include/functions_setup.php:103 +msgid "Meta pass" +msgstr "Meta pass" + +#: ../../enterprise/include/functions_setup.php:107 +msgid "Metaconsole APi Online" +msgstr "Metaconsole APi Online" + +#: ../../enterprise/include/functions_setup.php:109 +#: ../../enterprise/include/functions_setup.php:139 +msgid "Please click in the dot to re-check" +msgstr "Please click in the dot to re-check" + +#: ../../enterprise/include/functions_setup.php:115 +msgid "Pandora user" +msgstr "Pandora user" + +#: ../../enterprise/include/functions_setup.php:116 +msgid "Normally the admin user" +msgstr "Normally the admin user" + +#: ../../enterprise/include/functions_setup.php:120 +msgid "Pandora pass" +msgstr "Pandora pass" + +#: ../../enterprise/include/functions_setup.php:124 +msgid "Public url console" +msgstr "Public url console" + +#: ../../enterprise/include/functions_setup.php:125 +msgid "Without the index.php such as http://domain/pandora_url" +msgstr "Without the index.php such as http://domain/pandora_url" + +#: ../../enterprise/include/functions_setup.php:131 +msgid "Register your node in metaconsole" +msgstr "Register your node in metaconsole" + +#: ../../enterprise/include/functions_setup.php:133 +msgid "Register the node" +msgstr "Register the node" + +#: ../../enterprise/include/functions_setup.php:138 +msgid "Status your node in metaconsole" +msgstr "Status your node in metaconsole" + +#: ../../enterprise/include/functions_local_components.php:142 +msgid "Empty configuration" +msgstr "Empty configuration" + +#: ../../enterprise/include/functions_local_components.php:146 +msgid "Empty OS" +msgstr "Empty OS" + +#: ../../enterprise/include/functions_local_components.php:276 +#: ../../include/functions_alerts.php:951 +#: ../../include/functions_network_components.php:507 +msgid "Copy of" +msgstr "Copy of" + +#: ../../enterprise/include/functions_reporting_csv.php:123 +#: ../../enterprise/include/functions_reporting.php:601 +#: ../../include/functions_reports.php:591 +#: ../../include/functions_reporting.php:4424 +msgid "Availability" +msgstr "Availability" + +#: ../../enterprise/include/functions_reporting_csv.php:167 +#: ../../include/functions_reporting.php:1389 +msgid "Inventory Changes" +msgstr "Inventory Changes" + +#: ../../enterprise/include/functions_reporting_csv.php:191 +#: ../../include/functions_reports.php:549 +msgid "Prediction date" +msgstr "Prediction date" + +#: ../../enterprise/include/functions_reporting_csv.php:208 +#: ../../include/functions_reporting.php:3229 +msgid "Projection Graph" +msgstr "Projection Graph" + +#: ../../enterprise/include/functions_reporting_csv.php:238 +msgid "Serialized data " +msgstr "Serialized data " + +#: ../../enterprise/include/functions_reporting_csv.php:318 +#: ../../include/functions_reporting.php:2013 +msgid "Group Report" +msgstr "Group Report" + +#: ../../enterprise/include/functions_reporting_csv.php:330 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "Report type" +msgstr "Report type" + +#: ../../enterprise/include/functions_reporting_csv.php:332 +msgid "Uknown agents" +msgstr "Uknown agents" + +#: ../../enterprise/include/functions_reporting_csv.php:339 +#: ../../include/functions_reporting.php:6189 +msgid "Defined alerts" +msgstr "Triggered alerts" + +#: ../../enterprise/include/functions_reporting_csv.php:341 +msgid "Last 8 hours events" +msgstr "Last 8 hours events" + +#: ../../enterprise/include/functions_reporting_csv.php:344 +#: ../../include/functions_reports.php:575 +msgid "Group report" +msgstr "Group report" + +#: ../../enterprise/include/functions_reporting_csv.php:386 +#: ../../enterprise/include/functions_reporting_csv.php:401 +#: ../../enterprise/include/functions_reporting_csv.php:408 +#: ../../include/functions_reports.php:531 +#: ../../include/functions_reporting.php:3475 +msgid "MTTR" +msgstr "MTTR" + +#: ../../enterprise/include/functions_reporting_csv.php:421 +#: ../../enterprise/include/functions_reporting_csv.php:437 +#: ../../enterprise/include/functions_reporting_csv.php:444 +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reporting.php:3478 +msgid "MTBF" +msgstr "MTBF" + +#: ../../enterprise/include/functions_reporting_csv.php:457 +#: ../../enterprise/include/functions_reporting_csv.php:473 +#: ../../enterprise/include/functions_reporting_csv.php:480 +#: ../../include/functions_reports.php:527 +#: ../../include/functions_reporting.php:3481 +msgid "TTO" +msgstr "TTO" + +#: ../../enterprise/include/functions_reporting_csv.php:493 +#: ../../enterprise/include/functions_reporting_csv.php:510 +#: ../../enterprise/include/functions_reporting_csv.php:517 +#: ../../include/functions_reports.php:525 +#: ../../include/functions_reporting.php:3484 +msgid "TTRT" +msgstr "TTRT" + +#: ../../enterprise/include/functions_reporting_csv.php:543 +msgid "Illegal query or any other error" +msgstr "Illegal query or any other error" + +#: ../../enterprise/include/functions_reporting_csv.php:562 +#: ../../enterprise/include/functions_reporting_csv.php:578 +#: ../../enterprise/include/functions_reporting_csv.php:585 +#: ../../include/functions_reports.php:566 +#: ../../include/functions_reporting.php:3472 +#: ../../include/functions_reporting.php:4928 +msgid "Summatory" +msgstr "Summatory" + +#: ../../enterprise/include/functions_reporting_csv.php:670 +#: ../../enterprise/include/functions_reporting_csv.php:686 +#: ../../enterprise/include/functions_reporting_csv.php:693 +#: ../../include/functions_reporting.php:3469 +msgid "AVG. Value" +msgstr "AVG. Value" + +#: ../../enterprise/include/functions_reporting_csv.php:706 +#: ../../enterprise/include/functions_reporting_csv.php:722 +#: ../../enterprise/include/functions_reporting_csv.php:730 +#: ../../include/functions_reporting.php:2964 +msgid "Monitor Report" +msgstr "Monitor Report" + +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% OK" +msgstr "% OK" + +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% Wrong" +msgstr "% Wrong" + +#: ../../enterprise/include/functions_reporting_csv.php:742 +msgid "Simple Graph" +msgstr "Simple Graph" + +#: ../../enterprise/include/functions_reporting_csv.php:797 +msgid "% Limit" +msgstr "% Limit" + +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../enterprise/include/functions_reporting.php:1246 +#: ../../enterprise/include/functions_reporting.php:2289 +#: ../../enterprise/include/functions_reporting.php:3111 +#: ../../enterprise/include/functions_reporting.php:3445 +#: ../../enterprise/include/functions_reporting_pdf.php:1643 +#: ../../enterprise/include/functions_reporting_pdf.php:1672 +#: ../../enterprise/include/functions_reporting_pdf.php:1812 +#: ../../enterprise/include/functions_reporting_pdf.php:2063 +#: ../../include/functions_reporting_html.php:375 +#: ../../include/functions_reporting_html.php:402 +#: ../../include/functions_config.php:523 +#: ../../include/functions_config.php:1529 +msgid "Fail" +msgstr "Fail" + +#: ../../enterprise/include/functions_reporting_csv.php:903 +#: ../../include/functions.php:215 +msgid "." +msgstr "." + +#: ../../enterprise/include/functions_backup.php:135 +msgid "No description" +msgstr "No description" + +#: ../../enterprise/include/functions_backup.php:241 +#: ../../enterprise/include/functions_backup.php:323 +msgid "Restoring a backup" +msgstr "Restoring a backup" + +#: ../../enterprise/include/functions_backup.php:243 +#: ../../enterprise/include/functions_backup.php:325 +msgid "Restoring a Pandora database backup must be done manually" +msgstr "Restoring the Pandora database backup must be done manually." + +#: ../../enterprise/include/functions_backup.php:244 +#: ../../enterprise/include/functions_backup.php:326 +msgid "" +"It's a complex operation that needs human intervation to avoid system " +"failures and data loosing" +msgstr "" +"It's a complex operation that needs human intervation to avoid system " +"failures and data loss." + +#: ../../enterprise/include/functions_backup.php:245 +#: ../../enterprise/include/functions_backup.php:327 +msgid "To restore the selected backup, please follow these steps" +msgstr "To restore the selected backup, please follow these steps" + +#: ../../enterprise/include/functions_backup.php:251 +#: ../../enterprise/include/functions_backup.php:333 +msgid "Open a root shell in your system located at " +msgstr "Open a root shell in your system located at " + +#: ../../enterprise/include/functions_backup.php:255 +msgid "Connect to MySQL database using the following command" +msgstr "Please connect to MySQL database using the following command" + +#: ../../enterprise/include/functions_backup.php:262 +msgid "Create a new database" +msgstr "Create a new database" + +#: ../../enterprise/include/functions_backup.php:275 +msgid "Restore the backup" +msgstr "Restore the backup" + +#: ../../enterprise/include/functions_backup.php:283 +#: ../../enterprise/include/functions_backup.php:348 +msgid "Modify console configuration to use this new database" +msgstr "Please modify console configuration to use this new database." + +#: ../../enterprise/include/functions_backup.php:284 +#: ../../enterprise/include/functions_backup.php:349 +msgid "Open configuration file" +msgstr "Open configuration file" + +#: ../../enterprise/include/functions_backup.php:288 +#: ../../enterprise/include/functions_backup.php:300 +#: ../../enterprise/include/functions_backup.php:353 +#: ../../enterprise/include/functions_backup.php:365 +msgid "Find" +msgstr "Find" + +#: ../../enterprise/include/functions_backup.php:290 +#: ../../enterprise/include/functions_backup.php:303 +#: ../../enterprise/include/functions_backup.php:355 +#: ../../enterprise/include/functions_backup.php:368 +msgid "and replace with" +msgstr "and replace it with" + +#: ../../enterprise/include/functions_backup.php:297 +#: ../../enterprise/include/functions_backup.php:362 +msgid "Modify servers configuration to use this new database" +msgstr "Modify server configuration to use this new database." + +#: ../../enterprise/include/functions_backup.php:298 +#: ../../enterprise/include/functions_backup.php:363 +msgid "Find servers configuration file and replace the following lines" +msgstr "" +"Please find the server configuration file and replace the following lines" + +#: ../../enterprise/include/functions_backup.php:310 +#: ../../enterprise/include/functions_backup.php:375 +msgid "Restart the servers and login again into the console" +msgstr "Please restart the servers and login to the console again." + +#: ../../enterprise/include/functions_backup.php:340 +msgid "Run import command using the following command" +msgstr "Please run the import command using the following command" + +#: ../../enterprise/include/functions_backup.php:344 +msgid "Into your destination database." +msgstr "Into your destination database." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:249 +msgid "Error accesing to API, auth error." +msgstr "Error accesing to API, auth error." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:253 +msgid "Error accesing to API." +msgstr "Error accesing to API." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:257 +msgid "Error could not resolve the host." +msgstr "Error could not resolve the host." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:268 +msgid "Database credentials not found" +msgstr "Database credentials not found" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:272 +msgid "Error connecting to the specified host" +msgstr "Error on connecting to the specified host" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:276 +msgid "Connected to the host, but cannot found the specified database" +msgstr "Connected to host, but cannot find the specified database." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:287 +#: ../../enterprise/include/ajax/metaconsole.ajax.php:311 +msgid "Server connection failed" +msgstr "Server connection failed" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:291 +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 is " +"mandatory to be configured on metaconsole." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:295 +msgid "" +"Server name doesnt match. Check the node server name and configure the same " +"one on metasetup" +msgstr "" +"Server name doesn't match. Check the node server name and configure the same " +"one on metasetup." + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:306 +msgid "Last event replication" +msgstr "Last event replication" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:320 +msgid "Agent cache activated" +msgstr "Agent cache activated" + +#: ../../enterprise/include/ajax/metaconsole.ajax.php:324 +msgid "Agent cache failed" +msgstr "Agent cache failed" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 +#: ../../enterprise/dashboard/widgets/top_n.php:114 +#: ../../enterprise/dashboard/widgets/top_n.php:297 +msgid "avg" +msgstr "avg" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 +#: ../../enterprise/dashboard/widgets/top_n.php:115 +#: ../../enterprise/dashboard/widgets/top_n.php:298 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1648 +msgid "max" +msgstr "max" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 +#: ../../enterprise/dashboard/widgets/top_n.php:116 +#: ../../enterprise/dashboard/widgets/top_n.php:299 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1649 +msgid "min" +msgstr "min" + +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 +#: ../../enterprise/dashboard/widgets/top_n.php:117 +#: ../../enterprise/dashboard/widgets/top_n.php:300 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1650 +msgid "sum" +msgstr "sum" + +#: ../../enterprise/include/ajax/dashboard.ajax.php:287 +msgid "Only one service map widget is supported at this moment" +msgstr "" + +#: ../../enterprise/include/functions_collection.php:42 +#, php-format +msgid "Fail create the directory: %s" +msgstr "Failure in creating the directory: %s" + +#: ../../enterprise/include/functions_collection.php:69 +msgid "No files in collection" +msgstr "No files in collection" + +#: ../../enterprise/include/functions_collection.php:77 +msgid "File of collection is bigger than the limit (" +msgstr "File of collection is bigger than the limit (" + +#: ../../enterprise/include/functions_services.php:23 +msgid "Service does not exist." +msgstr "Service does not exist." + +#: ../../enterprise/include/functions_services.php:30 +msgid "Module store the service does not exist." +msgstr "Module for storing the service does not exist." + +#: ../../enterprise/include/functions_services.php:35 +msgid "Module store SLA service does not exist." +msgstr "Module for storing SLA service does not exist." + +#: ../../enterprise/include/functions_services.php:41 +msgid "Agent store the service does not exist." +msgstr "Agent for storing the service does not exist." + +#: ../../enterprise/include/functions_services.php:47 +msgid "Agent store SLA service does not exist." +msgstr "Agent to store the SLA service does not exist." + +#: ../../enterprise/include/functions_services.php:57 +msgid "Alert critical SLA service does not exist." +msgstr "Alert for critical SLA service does not exist." + +#: ../../enterprise/include/functions_services.php:68 +msgid "Alert warning service does not exist." +msgstr "Alert warning service does not exist." + +#: ../../enterprise/include/functions_services.php:79 +msgid "Alert critical service does not exist." +msgstr "Alert for critical service does not exist." + +#: ../../enterprise/include/functions_services.php:90 +msgid "Alert unknown service does not exist." +msgstr "Alert for unknown service does not exist." + +#: ../../enterprise/include/functions_services.php:328 +#, php-format +msgid "Module automatic create for the service %s" +msgstr "Automatic module creation for the service %s" + +#: ../../enterprise/include/functions_services.php:1216 +#: ../../enterprise/include/functions_services.php:1218 +#: ../../enterprise/include/functions_services.php:1239 +#: ../../enterprise/include/functions_services.php:1240 +#: ../../enterprise/include/functions_services.php:1242 +#: ../../enterprise/include/functions_services.php:1276 +#: ../../enterprise/include/functions_services.php:1278 +#: ../../enterprise/include/functions_reporting.php:2811 +#: ../../enterprise/include/functions_reporting.php:3430 +msgid "Nonexistent" +msgstr "Nonexistent" + +#: ../../enterprise/include/functions_services.php:1261 +msgid "Critical (Alert)" +msgstr "Critical (Alert)" + +#: ../../enterprise/include/functions_services.php:1271 +msgid "Unknow" +msgstr "Unknown" + +#: ../../enterprise/include/functions_services.php:1391 +msgid "There are no service elements defined" +msgstr "There are no service elements defined." + +#: ../../enterprise/include/functions_services.php:1417 +msgid "Weight Critical" +msgstr "Weight Critical" + +#: ../../enterprise/include/functions_services.php:1418 +msgid "Weight Warning" +msgstr "Weight Warning" + +#: ../../enterprise/include/functions_services.php:1419 +msgid "Weight Unknown" +msgstr "Weight Unknown" + +#: ../../enterprise/include/functions_services.php:1420 +msgid "Weight Ok" +msgstr "Weight Ok" + +#: ../../enterprise/include/functions_services.php:1446 +#: ../../enterprise/include/functions_services.php:1461 +#: ../../enterprise/include/functions_services.php:1496 +msgid "Nonexistent. This element should be deleted" +msgstr "Nonexistent. This element should be deleted" + +#: ../../enterprise/include/functions_services.php:1661 +msgid "Delete service element" +msgstr "Delete service element" + +#: ../../enterprise/include/functions_services.php:1703 +msgid "FAIL" +msgstr "FAIL" + +#: ../../enterprise/include/functions_reporting.php:41 +msgid "Advance options" +msgstr "Advanced options" + +#: ../../enterprise/include/functions_reporting.php:59 +msgid "Templates list" +msgstr "Templates list" + +#: ../../enterprise/include/functions_reporting.php:85 +msgid "Templates Wizard" +msgstr "Templates Wizard" + +#: ../../enterprise/include/functions_reporting.php:602 +msgid "Availability item created from wizard." +msgstr "Availability item created from wizard." + +#: ../../enterprise/include/functions_reporting.php:1159 +#: ../../enterprise/include/functions_reporting.php:1634 +#: ../../enterprise/include/functions_reporting.php:1778 +#: ../../enterprise/include/functions_reporting_pdf.php:1721 +msgid "Inside limits" +msgstr "Inside limits" + +#: ../../enterprise/include/functions_reporting.php:1160 +#: ../../enterprise/include/functions_reporting.php:1639 +#: ../../enterprise/include/functions_reporting.php:1779 +#: ../../enterprise/include/functions_reporting_pdf.php:1722 +msgid "On the edge" +msgstr "On the edge" + +#: ../../enterprise/include/functions_reporting.php:1161 +#: ../../enterprise/include/functions_reporting.php:1643 +#: ../../enterprise/include/functions_reporting.php:1780 +#: ../../enterprise/include/functions_reporting_pdf.php:1723 +#: ../../include/graphs/functions_gd.php:165 +#: ../../include/graphs/functions_gd.php:256 +#: ../../include/functions_graph.php:2169 +#: ../../include/functions_graph.php:2216 +msgid "Out of limits" +msgstr "Out of limits" + +#: ../../enterprise/include/functions_reporting.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1747 +#: ../../godmode/alerts/alert_special_days.php:347 +msgid "January" +msgstr "January" + +#: ../../enterprise/include/functions_reporting.php:1187 +#: ../../enterprise/include/functions_reporting_pdf.php:1750 +#: ../../godmode/alerts/alert_special_days.php:350 +msgid "February" +msgstr "February" + +#: ../../enterprise/include/functions_reporting.php:1190 +#: ../../enterprise/include/functions_reporting_pdf.php:1753 +#: ../../godmode/alerts/alert_special_days.php:353 +msgid "March" +msgstr "March" + +#: ../../enterprise/include/functions_reporting.php:1193 +#: ../../enterprise/include/functions_reporting_pdf.php:1756 +#: ../../godmode/alerts/alert_special_days.php:356 +msgid "April" +msgstr "April" + +#: ../../enterprise/include/functions_reporting.php:1196 +#: ../../enterprise/include/functions_reporting_pdf.php:1759 +#: ../../godmode/alerts/alert_special_days.php:359 +msgid "May" +msgstr "May" + +#: ../../enterprise/include/functions_reporting.php:1199 +#: ../../enterprise/include/functions_reporting_pdf.php:1762 +#: ../../godmode/alerts/alert_special_days.php:362 +msgid "June" +msgstr "June" + +#: ../../enterprise/include/functions_reporting.php:1202 +#: ../../enterprise/include/functions_reporting_pdf.php:1765 +#: ../../godmode/alerts/alert_special_days.php:365 +msgid "July" +msgstr "July" + +#: ../../enterprise/include/functions_reporting.php:1205 +#: ../../enterprise/include/functions_reporting_pdf.php:1768 +#: ../../godmode/alerts/alert_special_days.php:368 +msgid "August" +msgstr "August" + +#: ../../enterprise/include/functions_reporting.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1771 +#: ../../godmode/alerts/alert_special_days.php:371 +msgid "September" +msgstr "September" + +#: ../../enterprise/include/functions_reporting.php:1211 +#: ../../enterprise/include/functions_reporting_pdf.php:1774 +#: ../../godmode/alerts/alert_special_days.php:374 +msgid "October" +msgstr "October" + +#: ../../enterprise/include/functions_reporting.php:1214 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 +#: ../../godmode/alerts/alert_special_days.php:377 +msgid "November" +msgstr "November" + +#: ../../enterprise/include/functions_reporting.php:1217 +#: ../../enterprise/include/functions_reporting_pdf.php:1780 +#: ../../godmode/alerts/alert_special_days.php:380 +msgid "December" +msgstr "December" + +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2270 +#: ../../enterprise/include/functions_reporting_pdf.php:1612 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../include/functions_reporting_html.php:339 +msgid "Max/Min Values" +msgstr "Max/Min Values" + +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:2271 +#: ../../enterprise/include/functions_reporting.php:3085 +#: ../../enterprise/include/functions_reporting.php:3386 +#: ../../enterprise/include/functions_reporting_pdf.php:1613 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:2035 +#: ../../include/functions_reporting_html.php:340 +msgid "SLA Limit" +msgstr "SLA Limit" + +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:1324 +#: ../../enterprise/include/functions_reporting.php:1815 +#: ../../enterprise/include/functions_reporting.php:2272 +#: ../../enterprise/include/functions_reporting.php:3086 +#: ../../enterprise/include/functions_reporting.php:3387 +#: ../../enterprise/include/functions_reporting_pdf.php:1614 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:1894 +#: ../../enterprise/include/functions_reporting_pdf.php:2036 +#: ../../include/functions_reporting_html.php:341 +msgid "SLA Compliance" +msgstr "SLA Compliance" + +#: ../../enterprise/include/functions_reporting.php:1268 +#: ../../enterprise/include/functions_reporting.php:1823 +#: ../../enterprise/include/functions_reporting_pdf.php:1830 +msgid "SLA Compliance per days" +msgstr "SLA Compliance per days" + +#: ../../enterprise/include/functions_reporting.php:1321 +#: ../../enterprise/include/functions_reporting_pdf.php:1888 +msgid "Summary of SLA Failures" +msgstr "Summary of SLA Failures" + +#: ../../enterprise/include/functions_reporting.php:1323 +#: ../../enterprise/include/functions_reporting.php:1814 +#: ../../enterprise/include/functions_reporting_pdf.php:1892 +msgid "Day" +msgstr "Day" + +#: ../../enterprise/include/functions_reporting.php:1425 +#: ../../enterprise/include/functions_reporting.php:1770 +#: ../../enterprise/include/functions_reporting.php:3175 +#: ../../enterprise/include/functions_reporting.php:3181 +#: ../../include/functions_reporting.php:508 +msgid "There are no SLAs defined" +msgstr "There are no SLAs defined" + +#: ../../enterprise/include/functions_reporting.php:1557 +#: ../../include/functions_reporting.php:633 +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." + +#: ../../enterprise/include/functions_reporting.php:1817 +msgid "Summary of SLA Fails" +msgstr "Summary of SLA Failures" + +#: ../../enterprise/include/functions_reporting.php:1924 +#: ../../enterprise/include/functions_reporting.php:2039 +#: ../../enterprise/include/functions_reporting.php:3215 +#: ../../enterprise/include/functions_reporting_pdf.php:2414 +#: ../../include/functions_reporting_html.php:3070 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "This SLA has been affected by the following planned downtimes" + +#: ../../enterprise/include/functions_reporting.php:1929 +#: ../../enterprise/include/functions_reporting.php:2043 +#: ../../enterprise/include/functions_reporting.php:3219 +#: ../../enterprise/include/functions_reporting_pdf.php:2418 +#: ../../godmode/agentes/planned_downtime.list.php:395 +#: ../../godmode/agentes/planned_downtime.editor.php:493 +#: ../../include/functions_reporting_html.php:3074 +msgid "Execution" +msgstr "Execution" + +#: ../../enterprise/include/functions_reporting.php:1930 +#: ../../enterprise/include/functions_reporting.php:2044 +#: ../../enterprise/include/functions_reporting.php:3220 +#: ../../enterprise/include/functions_reporting_pdf.php:2419 +#: ../../include/functions_reporting_html.php:3075 +msgid "Dates" +msgstr "Dates" + +#: ../../enterprise/include/functions_reporting.php:1965 +#: ../../enterprise/include/functions_reporting.php:2076 +#: ../../enterprise/include/functions_reporting.php:3252 +#: ../../include/functions_reporting.php:9284 +msgid "Weekly:" +msgstr "Weekly:" + +#: ../../enterprise/include/functions_reporting.php:1999 +#: ../../enterprise/include/functions_reporting.php:2110 +#: ../../enterprise/include/functions_reporting.php:3286 +#: ../../include/functions_reporting.php:9318 +msgid "Monthly:" +msgstr "Monthly:" + +#: ../../enterprise/include/functions_reporting.php:2000 +#: ../../enterprise/include/functions_reporting.php:2111 +#: ../../enterprise/include/functions_reporting.php:3287 +#: ../../include/functions_reporting.php:9319 +msgid "From day" +msgstr "From (date):" + +#: ../../enterprise/include/functions_reporting.php:2001 +#: ../../enterprise/include/functions_reporting.php:2112 +#: ../../enterprise/include/functions_reporting.php:3288 +#: ../../include/functions_reporting.php:9320 +msgid "To day" +msgstr "To day" + +#: ../../enterprise/include/functions_reporting.php:2138 +#: ../../enterprise/include/functions_reporting.php:3314 +#: ../../enterprise/include/functions_reporting_pdf.php:2458 +#: ../../include/functions_reporting_html.php:3116 +msgid "This item is affected by a malformed planned downtime" +msgstr "This item is affected by a erroneous planned downtime" + +#: ../../enterprise/include/functions_reporting.php:2139 +#: ../../enterprise/include/functions_reporting.php:3315 +#: ../../enterprise/include/functions_reporting_pdf.php:2459 +#: ../../include/functions_reporting_html.php:3117 +msgid "Go to the planned downtimes section to solve this" +msgstr "Go to the planned downtimes section to solve this" + +#: ../../enterprise/include/functions_reporting.php:2697 +msgid "There are no SLAs defined." +msgstr "There are no SLAs defined." + +#: ../../enterprise/include/functions_reporting.php:3967 +#: ../../enterprise/include/functions_reporting.php:4430 +#, php-format +msgid "Graph agents(%s) - %s" +msgstr "Graph agents(%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4380 +#, fuzzy, php-format +msgid "Graph agent(%s) - %s" +msgstr "Graph agents(%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4814 +#: ../../enterprise/include/functions_reporting.php:4864 +msgid "Template editor" +msgstr "Template editor" + +#: ../../enterprise/include/functions_reporting.php:4878 +msgid "Get PDF file" +msgstr "Get PDF file" + +#: ../../enterprise/include/functions_policies.php:456 +#: ../../enterprise/include/functions_policies.php:471 +#: ../../include/functions_alerts.php:382 +msgid "copy" +msgstr "copy" + +#: ../../enterprise/include/functions_policies.php:3031 +msgid "Policy linkation" +msgstr "Policy linking" + +#: ../../enterprise/include/functions_policies.php:3036 +msgid "Module linked" +msgstr "Module linked" + +#: ../../enterprise/include/functions_policies.php:3038 +#: ../../enterprise/include/functions_policies.php:3048 +msgid "Unlink from policy" +msgstr "Unlink from policy" + +#: ../../enterprise/include/functions_policies.php:3041 +msgid "Module unlinked" +msgstr "Module unlinked" + +#: ../../enterprise/include/functions_policies.php:3043 +#: ../../enterprise/include/functions_policies.php:3053 +msgid "Relink to policy" +msgstr "Relink to policy" + +#: ../../enterprise/include/functions_policies.php:3046 +msgid "Module pending to link" +msgstr "Module pending to link" + +#: ../../enterprise/include/functions_policies.php:3046 +#: ../../godmode/agentes/module_manager_editor.php:352 +msgid "Module will be linked in the next application" +msgstr "Module will be linked upon next use" + +#: ../../enterprise/include/functions_policies.php:3051 +msgid "Module pending to unlink" +msgstr "Module pending to unlink" + +#: ../../enterprise/include/functions_policies.php:3051 +#: ../../godmode/agentes/module_manager_editor.php:360 +msgid "Module will be unlinked in the next application" +msgstr "Module will be unlinked upon next use" + +#: ../../enterprise/include/functions_policies.php:3224 +#: ../../godmode/agentes/configurar_agente.php:367 +#: ../../godmode/agentes/configurar_agente.php:531 +#: ../../godmode/setup/snmp_wizard.php:30 +msgid "SNMP Wizard" +msgstr "SNMP Wizard" + +#: ../../enterprise/include/functions_policies.php:3229 +#: ../../godmode/agentes/configurar_agente.php:372 +#: ../../godmode/agentes/configurar_agente.php:534 +msgid "SNMP Interfaces wizard" +msgstr "SNMP Interface wizard" + +#: ../../enterprise/include/functions_policies.php:3234 +#: ../../godmode/agentes/configurar_agente.php:377 +#: ../../godmode/agentes/configurar_agente.php:537 +msgid "WMI Wizard" +msgstr "WMI Wizard" + +#: ../../enterprise/include/functions_policies.php:3777 +msgid "Create a new policy map" +msgstr "Create a new policy map" + +#: ../../enterprise/include/functions_policies.php:4096 +#, php-format +msgid "" +"This extension makes registration of policies enterprise.
You can get " +"more policies in our Public Resource Library" +msgstr "" + +#: ../../enterprise/include/functions_inventory.php:54 +#: ../../enterprise/include/functions_inventory.php:493 +msgid "No changes found" +msgstr "No changes found." + +#: ../../enterprise/include/functions_inventory.php:80 +msgid "Get CSV file" +msgstr "Get CSV file" + +#: ../../enterprise/include/functions_inventory.php:510 +#: ../../enterprise/include/functions_inventory.php:573 +#: ../../enterprise/include/functions_reporting_pdf.php:466 +#: ../../include/functions_reporting_html.php:740 +msgid "Added" +msgstr "Added" + +#: ../../enterprise/include/functions_inventory.php:516 +#: ../../enterprise/include/functions_inventory.php:581 +#: ../../enterprise/include/functions_reporting_pdf.php:482 +#: ../../include/functions_reporting_html.php:749 +#: ../../include/functions_filemanager.php:385 +msgid "Deleted" +msgstr "Deleted" + +#: ../../enterprise/include/functions_reporting_pdf.php:601 +#: ../../include/functions_reporting_html.php:896 +#, php-format +msgid "%s in %s : NORMAL" +msgstr "%s in %s : NORMAL" + +#: ../../enterprise/include/functions_reporting_pdf.php:609 +#: ../../include/functions_reporting_html.php:904 +#, php-format +msgid "%s in %s : CRITICAL" +msgstr "%s in %s : CRITICAL" + +#: ../../enterprise/include/functions_reporting_pdf.php:617 +#: ../../include/functions_reporting_html.php:912 +#, php-format +msgid "%s in %s : WARNING" +msgstr "%s in %s : WARNING" + +#: ../../enterprise/include/functions_reporting_pdf.php:625 +#: ../../include/functions_reporting_html.php:920 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "%s in %s : UNKNOWN" + +#: ../../enterprise/include/functions_reporting_pdf.php:633 +#: ../../include/functions_reporting_html.php:928 +#, php-format +msgid "%s in %s : ALERTS FIRED" +msgstr "%s in %s: ALERTS TRIGGERED" + +#: ../../enterprise/include/functions_reporting_pdf.php:702 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../include/functions_reporting_html.php:1101 +msgid "Defined" +msgstr "Defined" + +#: ../../enterprise/include/functions_reporting_pdf.php:718 +#: ../../include/functions_reporting_html.php:1116 +#, php-format +msgid "Last %s" +msgstr "Last %s" + +#: ../../enterprise/include/functions_reporting_pdf.php:773 +#: ../../enterprise/include/functions_reporting_pdf.php:865 +#: ../../enterprise/include/functions_reporting_pdf.php:921 +#: ../../enterprise/include/functions_reporting_pdf.php:1990 +#: ../../include/functions_reporting_html.php:495 +#: ../../include/functions_reporting_html.php:1028 +#: ../../include/functions_reporting_html.php:1937 +msgid "Min Value" +msgstr "Min Value" + +#: ../../enterprise/include/functions_reporting_pdf.php:774 +#: ../../enterprise/include/functions_reporting_pdf.php:866 +#: ../../enterprise/include/functions_reporting_pdf.php:922 +#: ../../enterprise/include/functions_reporting_pdf.php:1991 +#: ../../include/functions_reporting_html.php:496 +#: ../../include/functions_reporting_html.php:1029 +#: ../../include/functions_reporting_html.php:1798 +#: ../../include/functions_reporting_html.php:1938 +msgid "Average Value" +msgstr "Average Value" + +#: ../../enterprise/include/functions_reporting_pdf.php:775 +#: ../../enterprise/include/functions_reporting_pdf.php:867 +#: ../../enterprise/include/functions_reporting_pdf.php:923 +#: ../../enterprise/include/functions_reporting_pdf.php:1992 +#: ../../include/functions_reporting_html.php:497 +#: ../../include/functions_reporting_html.php:1030 +#: ../../include/functions_reporting_html.php:1797 +#: ../../include/functions_reporting_html.php:1940 +msgid "Max Value" +msgstr "Max Value" + +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_reporting_pdf.php:1596 +#: ../../enterprise/include/functions_reporting_pdf.php:2008 +#: ../../enterprise/dashboard/widgets/top_n.php:463 +#: ../../include/functions_reporting.php:883 +#: ../../include/functions_reporting.php:1683 +#: ../../include/functions_reporting_html.php:1782 +#: ../../include/functions_reporting_html.php:1918 +msgid "There are no Agent/Modules defined" +msgstr "There are no Agent/Modules defined" + +#: ../../enterprise/include/functions_reporting_pdf.php:1332 +#: ../../enterprise/include/functions_reporting_pdf.php:1467 +#: ../../include/functions_reporting.php:5485 +#: ../../include/functions_reporting_html.php:534 +#: ../../include/functions_reporting_html.php:1146 +msgid "Val. by" +msgstr "Value" + +#: ../../enterprise/include/functions_reporting_pdf.php:1384 +#: ../../include/functions_events.php:2653 +#: ../../include/functions_reporting.php:5542 +#: ../../include/functions_reporting_html.php:577 +msgid "Pandora System" +msgstr "Pandora System" + +#: ../../enterprise/include/functions_reporting_pdf.php:1407 +#: ../../include/functions_reporting_html.php:601 +msgid "Events by agent" +msgstr "Events per agent" + +#: ../../enterprise/include/functions_reporting_pdf.php:1418 +#: ../../include/functions_reporting_html.php:613 +msgid "Events by user validator" +msgstr "Events according to validating user" + +#: ../../enterprise/include/functions_reporting_pdf.php:1429 +#: ../../enterprise/include/functions_reporting_pdf.php:1561 +#: ../../include/functions_reporting_html.php:1219 +#: ../../include/functions_reporting_html.php:2815 +msgid "Events by severity" +msgstr "Events by severity" + +#: ../../enterprise/include/functions_reporting_pdf.php:1440 +#: ../../include/functions_reporting_html.php:637 +msgid "Events validated vs unvalidated" +msgstr "Validated vs. unvalidated events" + +#: ../../enterprise/include/functions_reporting_pdf.php:1550 +#: ../../include/functions_reporting_html.php:1207 +msgid "Events validated by user" +msgstr "Events validated by user" + +#: ../../enterprise/include/functions_reporting_pdf.php:1941 +#: ../../include/functions_reporting_html.php:1721 +msgid "# Checks" +msgstr "# of checks" + +#: ../../enterprise/include/functions_reporting_pdf.php:1942 +#: ../../include/functions_reporting_html.php:1722 +msgid "# Failed" +msgstr "# Failed" + +#: ../../enterprise/include/functions_reporting_pdf.php:1943 +#: ../../include/functions_reporting_html.php:1723 +msgid "% Fail" +msgstr "Fail %" + +#: ../../enterprise/include/functions_reporting_pdf.php:1944 +#: ../../include/functions_reporting_html.php:1724 +#, fuzzy +msgid "Time available" +msgstr "Time unavailable" + +#: ../../enterprise/include/functions_reporting_pdf.php:1945 +#: ../../include/functions_reporting_html.php:1725 +msgid "Time unavailable" +msgstr "Time unavailable" + +#: ../../enterprise/include/functions_reporting_pdf.php:1946 +#: ../../include/functions_reporting_html.php:1726 +msgid "% Ok" +msgstr "% Ok" + +#: ../../enterprise/include/functions_reporting_pdf.php:2162 +msgid "Report date" +msgstr "Report date" + +#: ../../enterprise/include/functions_reporting_pdf.php:2312 +msgid "SO" +msgstr "SO" + +#: ../../enterprise/include/functions_reporting_pdf.php:2353 +msgid "There are no modules." +msgstr "There are no modules." + +#: ../../enterprise/include/functions_license.php:49 +msgid "Client" +msgstr "Client" + +#: ../../enterprise/include/functions_license.php:49 +msgid "Trial" +msgstr "Trial" + +#: ../../enterprise/include/functions_log.php:332 +msgid "Lines" +msgstr "Lines" + +#: ../../enterprise/include/functions_metaconsole.php:789 +msgid "Group does not exist. Agent " +msgstr "Group does not exist. Agent " + +#: ../../enterprise/include/functions_metaconsole.php:795 +msgid "Created group in destination DB" +msgstr "Created group in destination DB" + +#: ../../enterprise/include/functions_metaconsole.php:799 +msgid "Error creating group. Agent " +msgstr "Error creating group. Agent " + +#: ../../enterprise/include/functions_metaconsole.php:805 +msgid "Group already exists in destination DB" +msgstr "Group already exists in destination DB" + +#: ../../enterprise/include/functions_update_manager.php:140 +#: ../../enterprise/include/functions_update_manager.php:272 +#: ../../include/functions_update_manager.php:326 +#: ../../include/functions_update_manager.php:329 +#: ../../include/functions_update_manager.php:423 +#: ../../include/functions_update_manager.php:427 +msgid "Could not connect to internet" +msgstr "Could not obtain an internet connection" + +#: ../../enterprise/include/functions_update_manager.php:143 +#: ../../include/functions_update_manager.php:334 +#: ../../include/functions_update_manager.php:337 +#: ../../include/functions_update_manager.php:434 +#: ../../include/functions_update_manager.php:438 +msgid "Server not found." +msgstr "Server not found." + +#: ../../enterprise/include/functions_update_manager.php:146 +#: ../../enterprise/include/functions_update_manager.php:282 +#, php-format +msgid "There is a error: %s" +msgstr "There is an error: %s" + +#: ../../enterprise/include/functions_update_manager.php:160 +#, php-format +msgid "There are %s updates, and the first to update is:" +msgstr "There are %s updates, and the first to update is:" + +#: ../../enterprise/include/functions_update_manager.php:168 +msgid "Version number:" +msgstr "Version number:" + +#: ../../enterprise/include/functions_update_manager.php:169 +msgid "Show details" +msgstr "Show details" + +#: ../../enterprise/include/functions_update_manager.php:176 +#: ../../include/functions_update_manager.php:356 +msgid "Update to the last version" +msgstr "Update to the latest version" + +#: ../../enterprise/include/functions_update_manager.php:191 +#: ../../include/functions_update_manager.php:359 +msgid "There is no update available." +msgstr "There are no updates available" + +#: ../../enterprise/include/functions_update_manager.php:277 +#: ../../include/ajax/update_manager.ajax.php:392 +msgid "Fail to update to the last package." +msgstr "Failed to update to the latest package." + +#: ../../enterprise/include/functions_update_manager.php:292 +#: ../../include/ajax/update_manager.ajax.php:400 +msgid "Starting to update to the last package." +msgstr "Starting to update to the latest package." + +#: ../../enterprise/include/functions_update_manager.php:323 +#: ../../include/ajax/update_manager.ajax.php:73 +msgid "There was an error extracting the file '" +msgstr "There was an error extracting the file '" + +#: ../../enterprise/include/functions_update_manager.php:340 +#: ../../include/ajax/update_manager.ajax.php:89 +msgid "The package was not extracted." +msgstr "The package couldn't be extracted" + +#: ../../enterprise/include/functions_update_manager.php:384 +#: ../../include/ajax/update_manager.ajax.php:471 +msgid "progress" +msgstr "progress" + +#: ../../enterprise/include/functions_update_manager.php:462 +#: ../../enterprise/include/functions_update_manager.php:466 +#: ../../enterprise/include/functions_update_manager.php:493 +#: ../../include/ajax/update_manager.ajax.php:169 +#: ../../include/ajax/update_manager.ajax.php:173 +#: ../../include/ajax/update_manager.ajax.php:200 +#: ../../include/functions_update_manager.php:128 +#: ../../include/functions_update_manager.php:132 +#: ../../include/functions_update_manager.php:158 +msgid "Some of your files might not be recovered." +msgstr "Some of your files may be unrecoverable." + +#: ../../enterprise/include/functions_update_manager.php:471 +#: ../../enterprise/include/functions_update_manager.php:487 +#: ../../include/ajax/update_manager.ajax.php:177 +#: ../../include/ajax/update_manager.ajax.php:194 +#: ../../include/functions_update_manager.php:136 +#: ../../include/functions_update_manager.php:152 +msgid "Some of your old files might not be recovered." +msgstr "Some of your old files may be unrecoverable." + +#: ../../enterprise/include/functions_update_manager.php:508 +#: ../../include/ajax/update_manager.ajax.php:215 +#: ../../include/functions_update_manager.php:173 +msgid "An error ocurred while reading a file." +msgstr "An error ocurred while reading a file." + +#: ../../enterprise/include/functions_update_manager.php:515 +#: ../../include/ajax/update_manager.ajax.php:222 +#: ../../include/functions_update_manager.php:180 +msgid "The package does not exist" +msgstr "The package does not exist." + +#: ../../enterprise/include/functions_update_manager.php:524 +#: ../../include/ajax/update_manager.ajax.php:499 +#: ../../include/functions_update_manager.php:189 +msgid "The package is installed." +msgstr "The package is installed." + +#: ../../enterprise/include/functions_dashboard.php:360 +#, php-format +msgid "Copy of %s" +msgstr "Copy of %s" + +#: ../../enterprise/include/functions_groups.php:47 +msgid "Metaconsole" +msgstr "Metaconsole" + +#: ../../enterprise/include/functions_transactional.php:386 +#, fuzzy +msgid "Error in dependencies field" +msgstr "Error deleting the special day." + +#: ../../enterprise/include/functions_transactional.php:395 +#, fuzzy +msgid "Error in enables field" +msgstr "Error deleting the special day." + +#: ../../enterprise/include/functions_alert_event.php:925 +msgid "Module alert" +msgstr "Module alert" + +#: ../../enterprise/dashboard/widgets/reports.php:29 +msgid "Show a report made by user" +msgstr "Show a report made by user" + +#: ../../enterprise/dashboard/widgets/groups_status.php:24 +msgid "Groups status" +msgstr "Groups status" + +#: ../../enterprise/dashboard/widgets/groups_status.php:26 +msgid "General and quick group status report" +msgstr "General and quick group status report" + +#: ../../enterprise/dashboard/widgets/top_n.php:31 +#: ../../include/functions_reporting.php:826 +msgid "Top N" +msgstr "Top N" + +#: ../../enterprise/dashboard/widgets/top_n.php:34 +msgid "Show a top n of agents modules." +msgstr "Show a top n of agents modules." + +#: ../../enterprise/dashboard/widgets/top_n.php:63 +#: ../../include/functions_netflow.php:1051 +#: ../../include/functions_netflow.php:1084 +msgid "5 hours" +msgstr "5 hours" + +#: ../../enterprise/dashboard/widgets/top_n.php:79 +#: ../../include/functions_graph.php:4157 +msgid "Avg." +msgstr "Avg." + +#: ../../enterprise/dashboard/widgets/top_n.php:82 +#: ../../godmode/reporting/map_builder.php:209 +msgid "Items" +msgstr "Items" + +#: ../../enterprise/dashboard/widgets/top_n.php:108 +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." + +#: ../../enterprise/dashboard/widgets/top_n.php:272 +msgid "Selection module one by one" +msgstr "Selection module one by one" + +#: ../../enterprise/dashboard/widgets/top_n.php:283 +msgid "Selection several modules" +msgstr "Selection several modules" + +#: ../../enterprise/dashboard/widgets/top_n.php:311 +msgid "Regex for to filter modules" +msgstr "Regex for to filter modules" + +#: ../../enterprise/dashboard/widgets/top_n.php:320 +#: ../../enterprise/dashboard/widgets/tree_view.php:73 +msgid "Filter modules" +msgstr "Filter modules" + +#: ../../enterprise/dashboard/widgets/top_n.php:346 +#: ../../godmode/modules/manage_network_templates_form.php:224 +msgid "Add modules" +msgstr "Add modules" + +#: ../../enterprise/dashboard/widgets/top_n.php:437 +msgid "Successful added modules" +msgstr "Successful added modules" + +#: ../../enterprise/dashboard/widgets/top_n.php:441 +msgid "Unsuccessful added modules" +msgstr "Unsuccessful added modules" + +#: ../../enterprise/dashboard/widgets/top_n.php:529 +#: ../../include/functions_reporting.php:936 +msgid "Insuficient data" +msgstr "Insufficient data" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 +msgid "Top N Events by module." +msgstr "Top N Events by module." + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 +msgid "Top N events by module." +msgstr "Top N events by module." + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 +msgid "Amount to show" +msgstr "Amount to show" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 +msgid "Legend Position" +msgstr "Legend Position" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 +#: ../../godmode/setup/gis_step_2.php:244 +msgid "Bottom" +msgstr "Bottom" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 +msgid "No legend" +msgstr "No legend" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 +msgid "Please select one or more groups." +msgstr "Please select one or more groups." + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 +msgid "There is not data to show." +msgstr "There is not data to show." + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 +#: ../../include/functions_reporting.php:1093 +#: ../../include/functions_reporting.php:1249 +#: ../../include/functions_reporting.php:1273 +#: ../../include/functions_reporting.php:1298 +#: ../../include/functions_reporting.php:1324 +#: ../../include/functions_reporting.php:1952 +#: ../../include/functions_reporting.php:2132 +#: ../../include/functions_reporting.php:2156 +#: ../../include/functions_reporting.php:2180 +#: ../../include/functions_graph.php:2009 +#: ../../include/functions_graph.php:2089 +#: ../../include/functions_graph.php:2162 +#: ../../include/functions_graph.php:2909 +#: ../../include/functions_graph.php:3358 +#: ../../include/functions_reporting_html.php:2188 +#: ../../include/functions_reporting_html.php:2266 +msgid "other" +msgstr "other" + +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../include/functions_reporting.php:6370 +#: ../../include/functions_reporting_html.php:2725 +msgid "Monitor checks" +msgstr "Monitor checks" + +#: ../../enterprise/dashboard/widgets/tactical.php:39 +#: ../../include/functions_reporting.php:9202 +msgid "Server performance" +msgstr "Server performance" + +#: ../../enterprise/dashboard/widgets/tactical.php:44 +#: ../../include/functions_reporting_html.php:1949 +#: ../../include/functions_reporting_html.php:2043 +msgid "Summary" +msgstr "Summary" + +#: ../../enterprise/dashboard/widgets/tactical.php:63 +#: ../../enterprise/dashboard/widgets/tactical.php:71 +#: ../../enterprise/dashboard/widgets/post.php:36 +#: ../../enterprise/dashboard/widgets/url.php:49 +msgid "Please, configure this widget before use" +msgstr "Please configure this widget before usage" + +#: ../../enterprise/dashboard/widgets/post.php:23 +msgid "Panel with a message" +msgstr "Panel with a message" + +#: ../../enterprise/dashboard/widgets/post.php:26 +msgid "My Post" +msgstr "My Post" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 +msgid "Top N Events by agent." +msgstr "Top N Events by agent." + +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 +msgid "Top N events by agent." +msgstr "Top N events by agent." + +#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 +msgid "Alerts Fired" +msgstr "Alerts Fired" + +#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 +msgid "Alerts Fired report" +msgstr "Alerts Fired report" + +#: ../../enterprise/dashboard/widgets/module_icon.php:28 +#, fuzzy +msgid "Module with icon" +msgstr "Module definition" + +#: ../../enterprise/dashboard/widgets/module_icon.php:30 +msgid "Show a value of module and icon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:88 +#: ../../enterprise/dashboard/widgets/module_table_value.php:73 +#: ../../enterprise/dashboard/widgets/module_value.php:76 +msgid "Text size of value in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:91 +#: ../../enterprise/dashboard/widgets/module_status.php:88 +#: ../../enterprise/dashboard/widgets/module_value.php:79 +msgid "Text size of label in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:94 +#: ../../enterprise/dashboard/widgets/module_status.php:91 +#, fuzzy +msgid "Size of icon" +msgstr "Collection size" + +#: ../../enterprise/dashboard/widgets/network_map.php:30 +msgid "Show a map of the monitored network" +msgstr "Show a map of the monitored network." + +#: ../../enterprise/dashboard/widgets/network_map.php:42 +msgid "X offset" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:45 +msgid "Introduce x-axis data. Right=positive Left=negative" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:47 +msgid "Y offset" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:50 +msgid "Introduce Y-axis data. Top=positive Bottom=negative" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:53 +#, fuzzy +msgid "Zoom level" +msgstr "Default zoom level" + +#: ../../enterprise/dashboard/widgets/network_map.php:56 +msgid "" +"Introduce zoom level. 1 = Highest resolution. Figures may include decimals" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_status.php:25 +msgid "Maps status" +msgstr "Maps status" + +#: ../../enterprise/dashboard/widgets/maps_status.php:27 +msgid "General and quick visual maps report" +msgstr "General and quick visual maps report" + +#: ../../enterprise/dashboard/widgets/maps_status.php:77 +#: ../../godmode/massive/massive_edit_agents.php:387 +msgid "Bad" +msgstr "Bad" + +#: ../../enterprise/dashboard/widgets/module_status.php:28 +#, fuzzy +msgid "Status of module" +msgstr "List of modules" + +#: ../../enterprise/dashboard/widgets/module_status.php:30 +#, fuzzy +msgid "Show status of a module" +msgstr "Show a top n of agents modules." + +#: ../../enterprise/dashboard/widgets/module_table_value.php:28 +#, fuzzy +msgid "Show module value in a table" +msgstr "Module successfully enabled." + +#: ../../enterprise/dashboard/widgets/module_table_value.php:30 +#, fuzzy +msgid "Show a value of module in a table" +msgstr "Toggle the module table" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:76 +#, fuzzy +msgid "Separator of data" +msgstr "Separator" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:78 +msgid "Carriage Return" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:79 +#, fuzzy +msgid "Vertical Bar" +msgstr "Vertical Bars" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:80 +#, fuzzy +msgid "Semicolon" +msgstr "Second" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:81 +#, fuzzy +msgid "Colon" +msgstr "Colour" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:82 +#, fuzzy +msgid "Commas" +msgstr "Commands" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:83 +#, fuzzy +msgid "Blank" +msgstr "Black" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:27 +msgid "Show a defined custom graph" +msgstr "Show a defined custom graph" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:72 +msgid "You don't have access" +msgstr "You don't have access" + +#: ../../enterprise/dashboard/widgets/events_list.php:28 +msgid "Latest events list" +msgstr "Latest events list" + +#: ../../enterprise/dashboard/widgets/events_list.php:39 +msgid "Limit" +msgstr "Limit" + +#: ../../enterprise/dashboard/widgets/events_list.php:47 +#: ../../include/functions_events.php:1502 +#: ../../include/functions_events.php:1521 +msgid "All event" +msgstr "All events" + +#: ../../enterprise/dashboard/widgets/events_list.php:48 +#: ../../include/functions_events.php:1504 +#: ../../include/functions_events.php:1527 +msgid "Only validated" +msgstr "Only validated events" + +#: ../../enterprise/dashboard/widgets/events_list.php:49 +msgid "Only pending" +msgstr "Only pending" + +#: ../../enterprise/dashboard/widgets/tree_view.php:24 +msgid "Show the tree view" +msgstr "Show the tree view" + +#: ../../enterprise/dashboard/widgets/tree_view.php:41 +#, fuzzy +msgid "Tab" +msgstr "Tag" + +#: ../../enterprise/dashboard/widgets/tree_view.php:47 +#, fuzzy +msgid "Open all nodes" +msgstr "Show all modules" + +#: ../../enterprise/dashboard/widgets/tree_view.php:58 +#, fuzzy +msgid "Agents status" +msgstr "Agent status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:60 +#, fuzzy +msgid "Filter agents" +msgstr "Filter agent" + +#: ../../enterprise/dashboard/widgets/tree_view.php:71 +#, fuzzy +msgid "Modules status" +msgstr "Module status" + +#: ../../enterprise/dashboard/widgets/tree_view.php:82 +msgid "" +"The user doesn't have permission to read agents. Please contact with your " +"pandora administrator." +msgstr "" +"The user doesn't have permission to read agents. Please contact with your " +"pandora administrator." + +#: ../../enterprise/dashboard/widgets/tree_view.php:89 +msgid "This widget only working in desktop version." +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 +msgid "Map made by user" +msgstr "Map made by user" + +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 +msgid "Show a map made by user" +msgstr "Show a map made by user" + +#: ../../enterprise/dashboard/widgets/single_graph.php:29 +msgid "Single graph" +msgstr "Single graph" + +#: ../../enterprise/dashboard/widgets/single_graph.php:31 +msgid "Show a graph of an agent module" +msgstr "Show a graph of an agent module" + +#: ../../enterprise/dashboard/widgets/module_value.php:28 +#, fuzzy +msgid "Show module value" +msgstr "Show modules" + +#: ../../enterprise/dashboard/widgets/module_value.php:30 +#, fuzzy +msgid "Show a value of module" +msgstr "Show all modules" + +#: ../../enterprise/dashboard/widgets/example.php:23 +msgid "Welcome message to Pandora FMS" +msgstr "Welcome message to Pandora FMS" + +#: ../../enterprise/dashboard/widgets/example.php:26 +msgid "Welcome" +msgstr "Welcome" + +#: ../../enterprise/dashboard/widgets/example.php:40 +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" + +#: ../../enterprise/dashboard/widgets/example.php:41 +msgid "" +"To add more elements, click on \"Add widgets\" on the top of this " +"page." +msgstr "" +"To add more elements, click on \"Add widgets\" on the top of this " +"page." + +#: ../../enterprise/dashboard/widgets/example.php:42 +#: ../../enterprise/dashboard/widgets/example.php:44 +msgid "" +"To delete this message, click on the delete button on top right corner of " +"this element." +msgstr "" +"To delete this message, click on the delete button on top right corner of " +"this element." + +#: ../../enterprise/dashboard/widgets/example.php:43 +msgid "" +"To do so, just click on the title and drag and drop it to the desired place." +msgstr "" +"To do so, just click on the title and drag and drop it to the desired place." + +#: ../../enterprise/dashboard/widgets/example.php:45 +msgid "Thanks for using Pandora FMS" +msgstr "Thanks for using Pandora FMS." + +#: ../../enterprise/dashboard/widgets/service_map.php:24 +#, fuzzy +msgid "Show a service map" +msgstr "Service map" + +#: ../../enterprise/dashboard/widgets/service_map.php:57 +#, fuzzy +msgid "The user doesn't have permission to read agents" +msgstr "" +"The user doesn't have permission to read agents. Please contact with your " +"pandora administrator." + +#: ../../enterprise/dashboard/widgets/service_map.php:62 +#, fuzzy +msgid "Missing id" +msgstr "Triggering fields" + +#: ../../enterprise/dashboard/widgets/url.php:23 +msgid "Show the URL content" +msgstr "Show the URL content" + +#: ../../enterprise/dashboard/widgets/url.php:26 +msgid "My URL" +msgstr "My URL" + +#: ../../enterprise/dashboard/widgets/url.php:67 +msgid "Invalid URL" +msgstr "Invalid URL" + +#: ../../enterprise/dashboard/widgets/monitor_health.php:21 +msgid "Global health" +msgstr "Global health" + +#: ../../enterprise/dashboard/widgets/monitor_health.php:23 +msgid "Show a list of global monitor health" +msgstr "Show a list of global monitor health" + +#: ../../enterprise/dashboard/dashboards.php:31 +#: ../../enterprise/mobile/operation/home.php:34 +#, fuzzy +msgid "Dashboards" +msgstr "Dashboard" + +#: ../../enterprise/dashboard/dashboards.php:58 +#, fuzzy +msgid "Successfully duplicate" +msgstr "Successfully duplicated" + +#: ../../enterprise/dashboard/dashboards.php:59 +#, fuzzy +msgid "Could not be duplicate" +msgstr "Could not be duplicated" + +#: ../../enterprise/dashboard/dashboards.php:88 +#: ../../enterprise/dashboard/main_dashboard.php:275 +#, fuzzy +msgid "Cells" +msgstr "Call" + +#: ../../enterprise/dashboard/dashboards.php:100 +#, fuzzy +msgid "There are no dashboards defined." +msgstr "There are no maps defined." + +#: ../../enterprise/dashboard/dashboards.php:114 +#, fuzzy, php-format +msgid "Private for (%s)" +msgstr "Private" + +#: ../../enterprise/dashboard/dashboards.php:141 +#, fuzzy +msgid "New networkmap" +msgstr "No network maps" + +#: ../../enterprise/dashboard/full_dashboard.php:47 +#: ../../enterprise/dashboard/public_dashboard.php:70 +#, fuzzy +msgid "No slides selected" +msgstr "No services selected" + +#: ../../enterprise/dashboard/full_dashboard.php:141 +#, fuzzy +msgid "Exit fullscreen" +msgstr "Full screen" + +#: ../../enterprise/dashboard/full_dashboard.php:195 +#: ../../enterprise/dashboard/public_dashboard.php:217 +#, fuzzy +msgid "Change every" +msgstr "Change owner" + +#: ../../enterprise/dashboard/full_dashboard.php:222 +#: ../../enterprise/dashboard/public_dashboard.php:250 +msgid "Pause" +msgstr "Pause" + +#: ../../enterprise/dashboard/full_dashboard.php:244 +#: ../../enterprise/dashboard/public_dashboard.php:276 +#, fuzzy +msgid "Refresh every" +msgstr "Refresh: " + +#: ../../enterprise/dashboard/full_dashboard.php:252 +#: ../../enterprise/dashboard/main_dashboard.php:181 +#: ../../enterprise/dashboard/public_dashboard.php:284 +msgid "Slides mode" +msgstr "Slides mode" + +#: ../../enterprise/dashboard/full_dashboard.php:343 +#: ../../enterprise/dashboard/main_dashboard.php:481 +#: ../../enterprise/dashboard/public_dashboard.php:375 +#, fuzzy +msgid "Slides" +msgstr "Slides mode" + +#: ../../enterprise/dashboard/full_dashboard.php:355 +#: ../../enterprise/dashboard/public_dashboard.php:387 +#, fuzzy +msgid "Until next" +msgstr "Until" + +#: ../../enterprise/dashboard/main_dashboard.php:150 +#, fuzzy +msgid "Show link to public dashboard" +msgstr "Show link to public Visual Console" + +#: ../../enterprise/dashboard/main_dashboard.php:166 +#: ../../enterprise/dashboard/main_dashboard.php:209 +msgid "Save the actual layout design" +msgstr "Save actual layout design" + +#: ../../enterprise/dashboard/main_dashboard.php:318 +msgid "Private dashboard" +msgstr "Private dashboard" + +#: ../../enterprise/dashboard/main_dashboard.php:330 +#: ../../godmode/reporting/visual_console_builder.editor.php:140 +#: ../../godmode/reporting/visual_console_builder.editor.php:145 +#: ../../godmode/reporting/visual_console_builder.editor.php:150 +msgid "Action in progress" +msgstr "Action in progress" + +#: ../../enterprise/dashboard/main_dashboard.php:331 +#: ../../godmode/reporting/visual_console_builder.editor.php:141 +msgid "Loading in progress" +msgstr "Loading in progress" + +#: ../../enterprise/dashboard/main_dashboard.php:338 +msgid "Error: there are cells not empty." +msgstr "Error: there are cells not empty." + +#: ../../enterprise/dashboard/main_dashboard.php:343 +msgid "Error save conf dashboard" +msgstr "Error save conf dashboard" + +#: ../../enterprise/dashboard/main_dashboard.php:408 +msgid "Add widget" +msgstr "Add widget" + +#: ../../enterprise/dashboard/main_dashboard.php:413 +msgid "Add new widget" +msgstr "Add new widget" + +#: ../../enterprise/dashboard/main_dashboard.php:415 +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 a empty cell. Please save the " +"layout before to add any widget in this cell." + +#: ../../enterprise/dashboard/main_dashboard.php:419 +#, fuzzy +msgid "There are unsaved changes" +msgstr "There are no agents" + +#: ../../enterprise/dashboard/widget.php:62 +#: ../../godmode/reporting/visual_console_builder.data.php:121 +#: ../../godmode/reporting/visual_console_builder.elements.php:111 +#: ../../include/functions_visual_map_editor.php:53 +#: ../../include/functions_visual_map_editor.php:338 +msgid "Background" +msgstr "Background" + +#: ../../enterprise/dashboard/widget.php:65 +msgid "Empty for a transparent background color or CSS compatible value" +msgstr "" + +#: ../../enterprise/dashboard/widget.php:294 +msgid "Configure widget" +msgstr "Configure widget" + +#: ../../enterprise/dashboard/widget.php:299 +msgid "Delete widget" +msgstr "Delete widget" + +#: ../../enterprise/dashboard/widget.php:320 +msgid "Config widget" +msgstr "Config widget" + +#: ../../enterprise/dashboard/widget.php:330 +msgid "Please configure this widget before usage" +msgstr "Please configure this widget before usage" + +#: ../../enterprise/dashboard/widget.php:333 +msgid "Widget cannot be loaded" +msgstr "Cannot load widget." + +#: ../../enterprise/dashboard/widget.php:334 +msgid "Please, configure the widget again to recover it" +msgstr "Please configure the widget again to recover it" + +#: ../../enterprise/dashboard/widget.php:422 +msgid "If propagate acl is activated, this group will include its child groups" +msgstr "" + +#: ../../enterprise/mobile/operation/dashboard.php:84 +#, fuzzy +msgid "Dashboards list" +msgstr "Dashboard replicate" + +#: ../../enterprise/mobile/operation/dashboard.php:104 +#, fuzzy +msgid "No Dashboards" +msgstr "Group Dashboards" + +#: ../../enterprise/mobile/operation/dashboard.php:137 +#, fuzzy +msgid "Dashboard name" +msgstr "Dashboard" #: ../../extras/pandora_diag.php:90 msgid "Pandora FMS Diagnostic tool" @@ -24157,2360 +23532,2150 @@ msgstr "Item" msgid "Data value" msgstr "Data value" -#: ../../operation/menu.php:37 -msgid "Views" -msgstr "Views" - -#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:142 -#: ../../godmode/agentes/agent_manager.php:165 -msgid "Agent detail" -msgstr "Agent detail" - -#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:41 -msgid "Monitor detail" -msgstr "Monitor detail" - -#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:296 -#: ../../operation/agentes/alerts_status.php:126 -msgid "Alert detail" -msgstr "Alert details" - -#: ../../operation/menu.php:72 -msgid "Netflow Live View" -msgstr "Netflow Live View" - -#: ../../operation/menu.php:83 ../../operation/events/events_rss.php:185 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/menu.php:89 -msgid "SNMP console" -msgstr "SNMP console" - -#: ../../operation/menu.php:90 -msgid "SNMP browser" -msgstr "SNMP browser" - -#: ../../operation/menu.php:91 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 -msgid "MIB uploader" -msgstr "MIB uploader" - -#: ../../operation/menu.php:108 -msgid "Topology maps" -msgstr "Topology maps" - -#: ../../operation/menu.php:183 ../../operation/gis_maps/gis_map.php:31 -#: ../../operation/gis_maps/index.php:26 -msgid "GIS Maps" -msgstr "GIS Maps" - -#: ../../operation/menu.php:188 -msgid "List of Gis maps" -msgstr "List of Gis maps" - -#: ../../operation/menu.php:236 -#: ../../operation/reporting/reporting_viewer.php:130 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../godmode/reporting/reporting_builder.php:343 -#: ../../godmode/reporting/reporting_builder.php:365 -#: ../../godmode/reporting/reporting_builder.php:1780 -msgid "Custom reporting" -msgstr "Custom reports" - -#: ../../operation/menu.php:243 ../../operation/reporting/graph_viewer.php:161 -#: ../../godmode/reporting/graphs.php:71 -msgid "Custom graphs" -msgstr "Custom graphs" - -#: ../../operation/menu.php:278 -msgid "RSS" -msgstr "RSS" - -#: ../../operation/menu.php:283 -msgid "CSV File" -msgstr "CSV File" - -#: ../../operation/menu.php:288 -msgid "Marquee" -msgstr "Marquee" - -#: ../../operation/menu.php:296 ../../operation/events/sound_events.php:44 -msgid "Sound Events" -msgstr "Sound Events" - -#: ../../operation/menu.php:308 ../../operation/events/events.php:416 -msgid "Sound Alerts" -msgstr "Sound Alerts" - -#: ../../operation/menu.php:318 -msgid "Workspace" -msgstr "Workspace" - -#: ../../operation/menu.php:331 -msgid "WebChat" -msgstr "WebChat" - -#: ../../operation/menu.php:348 -#: ../../operation/integria_incidents/incident.php:43 -#: ../../operation/integria_incidents/incident.php:54 -#: ../../operation/agentes/ver_agente.php:867 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../godmode/agentes/configurar_agente.php:393 -#: ../../godmode/agentes/configurar_agente.php:523 -#: ../../general/firts_task/incidents.php:28 -msgid "Incidents" -msgstr "Incidents" - -#: ../../operation/menu.php:358 -msgid "List of Incidents" -msgstr "List of Incidents" - -#: ../../operation/menu.php:367 ../../operation/messages/message_list.php:43 -#: ../../operation/messages/message_edit.php:46 -msgid "Messages" -msgstr "Messages" - -#: ../../operation/menu.php:373 -msgid "Messages List" -msgstr "Message list" - -#: ../../operation/menu.php:374 -msgid "New message" -msgstr "New message" - -#: ../../operation/menu.php:388 -msgid "Tools" -msgstr "Tools" - -#: ../../operation/menu.php:395 ../../operation/agentes/exportdata.php:36 -msgid "Export data" -msgstr "Export data" - -#: ../../operation/menu.php:399 -msgid "Scheduled downtime" -msgstr "Scheduled downtime" - -#: ../../operation/menu.php:403 -msgid "Recon view" -msgstr "Recon view" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Extensions" -msgstr "Extensions" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Defined extensions" -msgstr "Defined extensions" - -#: ../../operation/extensions.php:30 ../../godmode/extensions.php:32 -msgid "There are no extensions defined" -msgstr "There are no extensions defined" - -#: ../../operation/integria_incidents/incident.files.php:35 -msgid "Add a file" -msgstr "Add a file" - -#: ../../operation/integria_incidents/incident.files.php:42 -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:505 -msgid "Filename" -msgstr "Filename" - -#: ../../operation/integria_incidents/incident.files.php:66 -msgid "Delete file" -msgstr "Delete file" - -#: ../../operation/integria_incidents/incident.incident.php:84 -#: ../../operation/integria_incidents/incident.list.php:100 -#: ../../operation/incidents/incident_detail.php:327 -msgid "Creator" -msgstr "Creator" - -#: ../../operation/integria_incidents/incident.incident.php:93 -msgid "Assigned user" -msgstr "Assigned user" - -#: ../../operation/integria_incidents/incident.incident.php:111 -msgid "Resolution epilog" -msgstr "Resolution epilog" - -#: ../../operation/integria_incidents/incident_statistics.php:52 -msgid "Opened tickets" -msgstr "Opened tickets" - -#: ../../operation/integria_incidents/incident_statistics.php:53 -msgid "Closed tickets" -msgstr "Closed tickets" - -#: ../../operation/integria_incidents/incident_statistics.php:56 -#: ../../operation/incidents/incident_statistics.php:33 -msgid "Incidents by status" -msgstr "Incidents by status" - -#: ../../operation/integria_incidents/incident.php:47 -msgid "New Incident" -msgstr "New Incident" - -#: ../../operation/integria_incidents/incident.php:58 -#: ../../operation/incidents/incident_detail.php:233 -msgid "Incident details" -msgstr "Incident details" - -#: ../../operation/integria_incidents/incident.php:62 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Workunits" -msgstr "Workunits" - -#: ../../operation/integria_incidents/incident.php:75 -#: ../../operation/incidents/incident.php:28 -msgid "Incident management" -msgstr "Incident management" - -#: ../../operation/integria_incidents/incident.php:98 -msgid "Incident updated" -msgstr "Incident updated" - -#: ../../operation/integria_incidents/incident.php:101 +#: ../../godmode/reporting/reporting_builder.php:80 msgid "" -"There was a problem updating the incident, please check if any field was " -"modified and the values are correct." +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" msgstr "" -"There was a problem updating the incident: please check if any field has " -"been modified and if the values are correct." +"Your report has been scheduled and the system will send a PDF file of the " +"report as soon as it's finished." -#: ../../operation/integria_incidents/incident.php:125 -#: ../../operation/incidents/incident.php:141 -msgid "Incident created" -msgstr "Incident created" +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" +msgstr "An error has ocurred." -#: ../../operation/integria_incidents/incident.php:128 -msgid "There was a problem creating incident" -msgstr "There was a problem creating the incident." +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1875 +#: ../../godmode/reporting/reporting_builder.php:1927 +msgid "Reports list" +msgstr "Reports list" -#: ../../operation/integria_incidents/incident.php:155 -#: ../../operation/incidents/incident_detail.php:173 -msgid "File uploaded" -msgstr "File uploaded" +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " +msgstr "Free text for search: " -#: ../../operation/integria_incidents/incident.php:158 -msgid "There was a problem uploading file" -msgstr "There was a problem uploading the file" +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." +msgstr "Search by report name or description, list matches." -#: ../../operation/integria_incidents/incident.php:164 -msgid "File is too big" -msgstr "The file is too big." +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" +msgstr "Show Option" -#: ../../operation/integria_incidents/incident.php:167 -msgid "File was partially uploaded. Please try again" -msgstr "The file was partially uploaded. Please try again." +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" +msgstr "" -#: ../../operation/integria_incidents/incident.php:173 -msgid "Generic upload error" -msgstr "Generic upload error" +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" +msgstr "Create report" -#: ../../operation/integria_incidents/incident.php:192 -msgid "File deleted" -msgstr "File deleted" +#: ../../godmode/reporting/reporting_builder.php:1998 +#, fuzzy +msgid "Unsuccessfull action

" +msgstr "Unsuccesful action" -#: ../../operation/integria_incidents/incident.php:195 -msgid "You user doesn't have enough rights to delete this file" -msgstr "You user doesn't have enough rights to delete this file" +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Graph builder" +msgstr "Graph builder" -#: ../../operation/integria_incidents/incident.php:210 -msgid "Incident deleted" -msgstr "Incident deleted" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "Graph stored successfully" +msgstr "Graph stored successfully" -#: ../../operation/integria_incidents/incident.php:213 -msgid "There was a problem deteling incident" -msgstr "There was a problem deleting the incident" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "There was a problem storing Graph" +msgstr "There was a problem storing Graph" -#: ../../operation/integria_incidents/incident.php:237 -msgid "Workunit added" -msgstr "Workunit added" +#: ../../godmode/reporting/graph_builder.php:240 +#: ../../godmode/agentes/configurar_agente.php:1294 +msgid "Module added successfully" +msgstr "Module added successfully" -#: ../../operation/integria_incidents/incident.php:240 -msgid "There was a problem adding workunit" -msgstr "There was a problem adding the workunit" +#: ../../godmode/reporting/graph_builder.php:240 +msgid "There was a problem adding Module" +msgstr "There was a problem adding Module" -#: ../../operation/integria_incidents/incident.php:339 +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Update the graph" +msgstr "Update the graph" + +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Bad update the graph" +msgstr "Bad update the graph" + +#: ../../godmode/reporting/graph_builder.php:246 +msgid "Graph deleted successfully" +msgstr "Graph deleted successfully" + +#: ../../godmode/reporting/graph_builder.php:246 +msgid "There was a problem deleting Graph" +msgstr "There was a problem deleting the graph" + +#: ../../godmode/reporting/map_builder.php:187 +#: ../../godmode/reporting/map_builder.php:197 +msgid "Not copied. Error copying data" +msgstr "Not copied. Error copying data" + +#: ../../godmode/reporting/map_builder.php:207 +msgid "Map name" +msgstr "Map name" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:650 +msgid "Not valid" +msgstr "Not valid" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1124 +msgid "Target server" +msgstr "Target server" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1157 +#: ../../include/functions_reports.php:584 +msgid "SQL query" +msgstr "SQL query" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 +msgid "Greater or equal (>=)" +msgstr "Greater or equal to (>=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1277 +msgid "Less or equal (<=)" +msgstr "Lesser or equal to (<=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1278 +msgid "Less (<)" +msgstr "Lesser than (<)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1279 +msgid "Greater (>)" +msgstr "Greater than (>)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1280 +msgid "Equal (=)" +msgstr "Equal to (=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 +msgid "Not equal (!=)" +msgstr "Unequal to (!=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1475 +msgid "Please save the SLA for start to add items in this list." +msgstr "Please save the SLA for start to add items in this list." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1647 +msgid "rate" +msgstr "rate" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1670 msgid "" -"There is a error in the message from your Integria or there is not " -"connection." +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." msgstr "" -"There is a error in the message from your Integria or there is no connection." +"Please be careful: when the module has different intervals during its life, " +"the sum may return mistaken results." -#: ../../operation/integria_incidents/incident.workunits.php:27 -msgid "Time used" -msgstr "Time used" +#: ../../godmode/reporting/reporting_builder.item_editor.php:1684 +msgid "Please save the report to start adding items into the list." +msgstr "Please save the report to start adding items onto the list" -#: ../../operation/integria_incidents/incident.workunits.php:28 -msgid "Have cost" -msgstr "Have cost" +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" +msgstr "Number of Graphs" -#: ../../operation/integria_incidents/incident.workunits.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:61 -msgid "Public" -msgstr "Public" +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" +msgstr "Create graph" -#: ../../operation/integria_incidents/incident.workunits.php:42 -msgid "Add workunit" -msgstr "Add workunit" +#: ../../godmode/reporting/visual_console_builder.php:159 +msgid "This file isn't image" +msgstr "Invalid image file" -#: ../../operation/integria_incidents/incident.workunits.php:60 -msgid "said" -msgstr "said" +#: ../../godmode/reporting/visual_console_builder.php:160 +msgid "This file isn't image." +msgstr "Invalid image file" -#: ../../operation/integria_incidents/incident.workunits.php:61 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Hours" -msgstr "Hours" +#: ../../godmode/reporting/visual_console_builder.php:164 +#: ../../godmode/reporting/visual_console_builder.php:165 +msgid "File already are exists." +msgstr "File already exists." -#: ../../operation/integria_incidents/incident.list.php:34 -msgid "Not closed" -msgstr "Not closed" +#: ../../godmode/reporting/visual_console_builder.php:171 +#: ../../godmode/reporting/visual_console_builder.php:172 +msgid "The file have not image extension." +msgstr "The file doesn't have an image extension" -#: ../../operation/integria_incidents/incident.list.php:55 -msgid "Search string" -msgstr "Search string" +#: ../../godmode/reporting/visual_console_builder.php:183 +#: ../../godmode/reporting/visual_console_builder.php:184 +#: ../../godmode/reporting/visual_console_builder.php:191 +#: ../../godmode/reporting/visual_console_builder.php:194 +msgid "Problems with move file to target." +msgstr "Problems moving file to target location" -#: ../../operation/integria_incidents/incident.list.php:94 -#: ../../operation/agentes/ver_agente.php:1037 -#: ../../operation/incidents/incident.php:332 -#: ../../operation/incidents/incident_detail.php:244 -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask_form.php:306 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Incident" -msgstr "Incident" +#: ../../godmode/reporting/visual_console_builder.php:223 +msgid "Successfully update." +msgstr "Successfully updated" -#: ../../operation/integria_incidents/incident.list.php:98 -msgid "Started" -msgstr "Started" +#: ../../godmode/reporting/visual_console_builder.php:235 +msgid "Could not be update." +msgstr "Could not be updated" -#: ../../operation/integria_incidents/incident.list.php:135 -msgid "Delete incident" -msgstr "Delete incident" +#: ../../godmode/reporting/visual_console_builder.php:304 +msgid "Successfully multiple delete." +msgstr "Successfully multiple delete." -#: ../../operation/integria_incidents/incident.list.php:135 -msgid "View incident details" -msgstr "View incident details" +#: ../../godmode/reporting/visual_console_builder.php:305 +msgid "Unsuccessfull multiple delete." +msgstr "Unsuccessfull multiple delete." -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "Event graph by user" +#: ../../godmode/reporting/visual_console_builder.php:386 +msgid "Successfully delete." +msgstr "Successfully delete." -#: ../../operation/events/events.build_table.php:104 -msgid "Agent Module" -msgstr "Agent Module" +#: ../../godmode/reporting/visual_console_builder.editor.php:146 +msgid "Saving in progress" +msgstr "Saving in progress" -#: ../../operation/events/events.build_table.php:141 -msgid "Extra ID" -msgstr "Extra ID" +#: ../../godmode/reporting/visual_console_builder.editor.php:151 +msgid "Deletion in progress" +msgstr "Deletion in progress" -#: ../../operation/events/events.build_table.php:569 -msgid "Validate event" -msgstr "Validate event" +#: ../../godmode/reporting/graph_builder.main.php:149 +#: ../../include/functions_visual_map_editor.php:301 +msgid "Type of graph" +msgstr "Type of graph" -#: ../../operation/events/events.build_table.php:584 -#: ../../operation/events/events.php:682 ../../operation/events/events.php:686 -#: ../../operation/events/events.php:856 ../../operation/events/events.php:860 -msgid "Is not allowed delete events in process" -msgstr "You cannot delete events in process." +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Horizontal bars" +msgstr "Horizontal bars" -#: ../../operation/events/events.build_table.php:592 -#: ../../operation/snmpconsole/snmp_view.php:658 -msgid "Show more" -msgstr "Show more" +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Vertical bars" +msgstr "Vertical bars" -#: ../../operation/events/events.build_table.php:646 -msgid "Validate selected" -msgstr "Validate selected" +#: ../../godmode/reporting/visual_console_builder.data.php:91 +msgid "Create visual console" +msgstr "Create a new visual console" -#: ../../operation/events/events_list.php:178 -#: ../../operation/events/events_list.php:597 -msgid "No filter loaded" -msgstr "No filter loaded" - -#: ../../operation/events/events_list.php:180 -#: ../../operation/events/events_list.php:602 -msgid "Filter loaded" -msgstr "Filter loaded" - -#: ../../operation/events/events_list.php:182 -#: ../../operation/events/events_list.php:246 -#: ../../operation/events/events_list.php:586 -msgid "Save filter" -msgstr "Save filter" - -#: ../../operation/events/events_list.php:184 -#: ../../operation/events/events_list.php:270 -#: ../../operation/events/events_list.php:272 -#: ../../operation/events/events_list.php:590 -#: ../../operation/netflow/nf_live_view.php:311 -msgid "Load filter" -msgstr "Load filter" - -#: ../../operation/events/events_list.php:206 -msgid "New filter" -msgstr "New filter" - -#: ../../operation/events/events_list.php:207 -#: ../../operation/events/events_list.php:238 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/netflow/nf_edit_form.php:180 -msgid "Update filter" -msgstr "Update filter" - -#: ../../operation/events/events_list.php:213 -#: ../../godmode/events/event_edit_filter.php:202 -msgid "Filter name" -msgstr "Filter name" - -#: ../../operation/events/events_list.php:216 -msgid "Save in Group" -msgstr "Save in Group" - -#: ../../operation/events/events_list.php:233 -msgid "Overwrite filter" -msgstr "Overwrite filter" - -#: ../../operation/events/events_list.php:425 -#: ../../godmode/events/event_edit_filter.php:272 -msgid "User ack." -msgstr "User ack." - -#: ../../operation/events/events_list.php:436 -#: ../../godmode/events/event_edit_filter.php:371 -msgid "Module search" -msgstr "Module search" - -#: ../../operation/events/events_list.php:455 -#: ../../godmode/events/event_edit_filter.php:361 -msgid "Alert events" -msgstr "Alert events" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:365 -msgid "Filter alert events" -msgstr "Filter alert events" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:366 -msgid "Only alert events" -msgstr "Only alert events" - -#: ../../operation/events/events_list.php:468 -msgid "Date from" -msgstr "From (date)" - -#: ../../operation/events/events_list.php:474 -msgid "Date to" -msgstr "To (date)" - -#: ../../operation/events/events_list.php:485 -#: ../../operation/events/events_list.php:499 -#: ../../godmode/events/event_edit_filter.php:332 -msgid "Events with following tags" -msgstr "Events with following tags" - -#: ../../operation/events/events_list.php:491 -#: ../../operation/events/events_list.php:505 -#: ../../godmode/events/event_edit_filter.php:347 -msgid "Events without following tags" -msgstr "Events without follow-up tags" - -#: ../../operation/events/events_list.php:562 -#: ../../godmode/events/event_edit_filter.php:287 -msgid "Group events" -msgstr "Group events" - -#: ../../operation/events/events_list.php:592 -msgid "Show events graph" -msgstr "Show the events graph" - -#: ../../operation/events/events_list.php:629 -msgid "Event control filter" -msgstr "Event control filter" - -#: ../../operation/events/events_list.php:633 -msgid "Error creating filter." -msgstr "Error creating filter." - -#: ../../operation/events/events_list.php:634 -msgid "Error creating filter is duplicated." -msgstr "Cannot create filter: duplicate filter" - -#: ../../operation/events/events_list.php:635 -msgid "Filter created." -msgstr "Filter created." - -#: ../../operation/events/events_list.php:637 -msgid "Filter updated." -msgstr "Filter updated." - -#: ../../operation/events/events_list.php:638 -msgid "Error updating filter." -msgstr "Error updating filter." - -#: ../../operation/events/events_list.php:972 -msgid "Filter name cannot be left blank" -msgstr "The filter's name cannot be left blank" - -#: ../../operation/events/events_list.php:1039 -#: ../../operation/events/events_list.php:1123 -msgid "none" -msgstr "none" - -#: ../../operation/events/events_list.php:1445 -msgid "Events generated -by agent-" -msgstr "Events generated -by agent-" - -#: ../../operation/events/events_rss.php:32 -msgid "Your IP is not into the IP list with API access." -msgstr "Your IP is not on the list of IPs with API access." - -#: ../../operation/events/events_rss.php:46 -msgid "The URL of your feed has bad hash." -msgstr "Your feed's URL has a bad hash" - -#: ../../operation/events/events.php:187 +#: ../../godmode/reporting/visual_console_builder.data.php:100 msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" msgstr "" -"Event viewer is disabled due to event replication. For more information, " -"please contact the administrator." +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" -#: ../../operation/events/events.php:320 -#: ../../operation/users/user_edit.php:293 ../../godmode/events/events.php:36 -msgid "Event list" -msgstr "Event list" +#: ../../godmode/reporting/visual_console_builder.data.php:124 +msgid "Background image" +msgstr "Background image" -#: ../../operation/events/events.php:325 -msgid "History event list" -msgstr "History event list" +#: ../../godmode/reporting/visual_console_builder.data.php:126 +#: ../../include/functions_visual_map_editor.php:217 +msgid "Background color" +msgstr "Background colour" -#: ../../operation/events/events.php:330 -msgid "RSS Events" -msgstr "RSS Events" +#: ../../godmode/reporting/visual_console_builder.data.php:136 +#, fuzzy +msgid "Size - (Width x Height)" +msgstr "Size of network map (Width x Height)" -#: ../../operation/events/events.php:335 -msgid "Marquee display" -msgstr "Marquee display" +#: ../../godmode/reporting/visual_console_builder.data.php:148 +#, fuzzy +msgid "You must define size" +msgstr "No maps defined" -#: ../../operation/events/events.php:340 -msgid "Export to CSV file" -msgstr "Export to CSV file" +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:583 +msgid "Static Graph" +msgstr "Static Graph" -#: ../../operation/events/events.php:344 ../../operation/events/events.php:383 -msgid "Sound events" -msgstr "Sound events" +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:584 +msgid "Percentile Item" +msgstr "Percentile Item" -#: ../../operation/events/events.php:351 ../../godmode/events/events.php:83 -#: ../../godmode/events/events.php:86 -#: ../../godmode/users/configure_profile.php:306 -msgid "Manage events" -msgstr "Manage events" +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +#: ../../include/functions_visual_map.php:2309 +#: ../../include/functions_visual_map_editor.php:231 +#: ../../mobile/operation/home.php:78 +msgid "Module graph" +msgstr "Module graph" -#: ../../operation/events/events.php:387 -msgid "History" -msgstr "History" +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +#: ../../include/functions_visual_map_editor.php:57 +msgid "Simple value" +msgstr "Simple value" -#: ../../operation/events/events.php:423 -msgid "Main event view" -msgstr "Main event view" +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:178 +msgid "Image" +msgstr "Image" -#: ../../operation/events/events.php:441 -msgid "No events selected" -msgstr "No events selected" +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" +msgstr "Range between elements (px)" -#: ../../operation/events/events.php:467 -msgid "Successfully validated" -msgstr "Successfully validated" +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" +msgstr "Size (px)" -#: ../../operation/events/events.php:468 ../../operation/events/events.php:745 -#: ../../operation/events/events.php:897 -msgid "Could not be validated" -msgstr "Could not be validated" +#: ../../godmode/reporting/visual_console_builder.wizard.php:151 +#: ../../godmode/setup/setup_visuals.php:288 +#: ../../include/functions_config.php:461 +msgid "Font size" +msgstr "Font size" -#: ../../operation/events/events.php:472 -msgid "Successfully set in process" -msgstr "Set in process successfully" +#: ../../godmode/reporting/visual_console_builder.wizard.php:169 +#: ../../include/functions_visual_map_editor.php:329 +msgid "Min value" +msgstr "Min value" -#: ../../operation/events/events.php:473 -msgid "Could not be set in process" -msgstr "Could not be set in process" +#: ../../godmode/reporting/visual_console_builder.wizard.php:170 +#: ../../godmode/reporting/visual_console_builder.wizard.php:183 +#: ../../include/functions_visual_map_editor.php:330 +#: ../../include/functions_visual_map_editor.php:372 +msgid "Max value" +msgstr "Max value" -#: ../../operation/events/events.php:780 -msgid "Error deleting event" -msgstr "Error deleting event" +#: ../../godmode/reporting/visual_console_builder.wizard.php:171 +#: ../../include/functions_visual_map_editor.php:331 +msgid "Avg value" +msgstr "Avg value" -#: ../../operation/events/sound_events.php:62 -msgid "Sound console" -msgstr "Sound console" +#: ../../godmode/reporting/visual_console_builder.wizard.php:177 +msgid "Width (px)" +msgstr "Width (px)" -#: ../../operation/users/user_edit.php:86 -#: ../../godmode/users/configure_user.php:90 -msgid "User detail editor" -msgstr "User detail editor" +#: ../../godmode/reporting/visual_console_builder.wizard.php:191 +msgid "Percentile" +msgstr "Percentile" -#: ../../operation/users/user_edit.php:144 -#: ../../operation/users/user_edit.php:151 -msgid "Password successfully updated" -msgstr "Password successfully updated" +#: ../../godmode/reporting/visual_console_builder.wizard.php:196 +msgid "Bubble" +msgstr "Bubble" -#: ../../operation/users/user_edit.php:145 -#: ../../operation/users/user_edit.php:152 +#: ../../godmode/reporting/visual_console_builder.wizard.php:203 +#: ../../include/functions_visual_map_editor.php:388 +#: ../../include/functions_visual_map_editor.php:407 +msgid "Value to show" +msgstr "Value to show" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:205 +msgid "Percent" +msgstr "Percent" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:240 +msgid "One item per agent" +msgstr "One item per agent" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:577 +msgid "Agent - Module" +msgstr "Agent - Module" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:283 +msgid "Enable link agent" +msgstr "Enable agent link" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:295 +msgid "Set Parent" +msgstr "Set Parent" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:297 +msgid "Item created in the visualmap" +msgstr "Iteam created on the visual map" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:298 +msgid "Use the agents relationship (from selected agents)" +msgstr "Use the agents relationship (from selected agents)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:301 +msgid "Item in the map" +msgstr "Item on the map" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:304 +msgid "The parent relationships in Pandora will be drawn in the map." +msgstr "The parenting relationships in Pandora will be drawn on the map." + +#: ../../godmode/reporting/visual_console_builder.wizard.php:317 +#: ../../godmode/reporting/visual_console_builder.wizard.php:322 +msgid "Are you sure to add many elements\\nin visual map?" +msgstr "Are you sure you wish to add this many elements\\non the visual map?" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:498 +msgid "Please select any module or modules." +msgstr "Please select any module or modules." + +#: ../../godmode/reporting/reporting_builder.list_items.php:312 +#: ../../include/functions_custom_graphs.php:212 +msgid "No items." +msgstr "No items." + +#: ../../godmode/reporting/reporting_builder.list_items.php:487 +#: ../../godmode/reporting/reporting_builder.list_items.php:492 +msgid "Sort items" +msgstr "Sort items" + +#: ../../godmode/reporting/reporting_builder.list_items.php:494 +msgid "Sort selected items from position: " +msgstr "Sort selected items from position: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move before to" +msgstr "Move before to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move after to" +msgstr "Move after to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:518 +#: ../../godmode/reporting/reporting_builder.list_items.php:523 +msgid "Delete items" +msgstr "Delete items" + +#: ../../godmode/reporting/reporting_builder.list_items.php:525 +msgid "Delete selected items from position: " +msgstr "Delete selected items from position: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete above to" +msgstr "Delete above to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete below to" +msgstr "Delete below to" + +#: ../../godmode/reporting/reporting_builder.list_items.php:555 +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 wish to sort the items into the report?\\nThis action " +"changes how items are sorted into the database." + +#: ../../godmode/reporting/reporting_builder.list_items.php:576 +msgid "Please select any item to order" +msgstr "Please select any item to sort" + +#: ../../godmode/reporting/reporting_builder.list_items.php:606 +msgid "Are you sure to delete the items into the report?\\n" +msgstr "Are you sure to delete the items into the report?" + +#: ../../godmode/reporting/reporting_builder.list_items.php:628 +msgid "Please select any item to delete" +msgstr "Please select an item to delete it" + +#: ../../godmode/reporting/reporting_builder.main.php:85 +msgid "Only the group can view the report" +msgstr "Only the group can view the report" + +#: ../../godmode/reporting/reporting_builder.main.php:86 +msgid "The next group can edit the report" +msgstr "The next group can edit the report" + +#: ../../godmode/reporting/reporting_builder.main.php:87 +msgid "Only the user and admin user can edit the report" +msgstr "Only the user and admin user can edit the report" + +#: ../../godmode/reporting/reporting_builder.main.php:89 +msgid "Write Access" +msgstr "Writing Access" + +#: ../../godmode/reporting/reporting_builder.main.php:90 +msgid "" +"For example, you want a report that the people of \"All\" groups can see but " +"you want to edit only for you or your group." +msgstr "" +"For example, you want a report that people from \"All\" groups can see, but " +"you want only yourself or your group to be able to edit." + +#: ../../godmode/reporting/reporting_builder.main.php:110 +msgid "Non interactive report" +msgstr "Non-interactive Report" + +#: ../../godmode/reporting/visual_console_builder.elements.php:79 +msgid "Width x Height
Max value" +msgstr "Width x Height
Max value" + +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../include/functions_visual_map_editor.php:516 +msgid "Map linked" +msgstr "Map linked" + +#: ../../godmode/reporting/visual_console_builder.elements.php:143 +msgid "Percentile Bar" +msgstr "Percentile Bar" + +#: ../../godmode/reporting/visual_console_builder.elements.php:148 +msgid "Percentile Bubble" +msgstr "Percentile Bubble" + +#: ../../godmode/reporting/visual_console_builder.elements.php:153 +#: ../../include/functions_visual_map_editor.php:585 +#: ../../mobile/operation/events.php:506 +msgid "Module Graph" +msgstr "Module Graph" + +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +#: ../../include/functions_visual_map.php:2322 +#: ../../include/functions_visual_map_editor.php:586 +msgid "Simple Value" +msgstr "Simple Value" + +#: ../../godmode/reporting/visual_console_builder.elements.php:163 +msgid "Simple Value (Process Max)" +msgstr "Simple Value (Process Max)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:168 +msgid "Simple Value (Process Min)" +msgstr "Simple Value (Process Min)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:173 +msgid "Simple Value (Process Avg)" +msgstr "Simple Value (Process Avg)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:188 +#: ../../include/functions_visual_map.php:2305 +#: ../../include/functions_visual_map_editor.php:62 +#: ../../include/functions_visual_map_editor.php:590 +msgid "Box" +msgstr "Box" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:614 +msgid "Edit label" +msgstr "Edit label" + +#: ../../godmode/agentes/modificar_agente.php:62 +msgid "Agents defined in Pandora" +msgstr "Agents defined in Pandora" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Success deleted agent." +msgstr "Success deleting agent." + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Could not be deleted." +msgstr "Agent could not be deleted" + +#: ../../godmode/agentes/modificar_agente.php:94 +msgid "Maybe the files conf or md5 could not be deleted" +msgstr "It's possible the .conf or md5 files couldn't be deleted" + +#: ../../godmode/agentes/modificar_agente.php:154 +msgid "Show Agents" +msgstr "Show Agents" + +#: ../../godmode/agentes/modificar_agente.php:156 +msgid "Everyone" +msgstr "Everyone" + +#: ../../godmode/agentes/modificar_agente.php:480 +msgid "Remote agent configuration" +msgstr "Remote agent configuration" + +#: ../../godmode/agentes/modificar_agente.php:480 +msgid "R" +msgstr "R" + +#: ../../godmode/agentes/modificar_agente.php:593 +msgid "Edit remote config" +msgstr "Edit remote configuration" + +#: ../../godmode/agentes/modificar_agente.php:620 +msgid "Enable agent" +msgstr "Enable agent" + +#: ../../godmode/agentes/modificar_agente.php:625 +msgid "Disable agent" +msgstr "Disable agent" + +#: ../../godmode/agentes/agent_manager.php:155 +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" + +#: ../../godmode/agentes/agent_manager.php:158 +msgid "QR Code Agent view" +msgstr "View agent's QR code" + +#: ../../godmode/agentes/agent_manager.php:191 +msgid "You can remotely edit this agent configuration" +msgstr "Agent settings can be remotely edited" + +#: ../../godmode/agentes/agent_manager.php:198 +msgid "Delete agent" +msgstr "Delete agent" + +#: ../../godmode/agentes/agent_manager.php:227 +msgid "Only it is show when
the agent is saved." +msgstr "Only shown when
the agent is saved." + +#: ../../godmode/agentes/agent_manager.php:241 +#: ../../godmode/massive/massive_edit_agents.php:275 +msgid "Cascade protection" +msgstr "Cascade protection" + +#: ../../godmode/agentes/agent_manager.php:296 +#: ../../godmode/agentes/module_manager_editor_common.php:340 +#: ../../godmode/groups/configure_group.php:167 +#: ../../godmode/massive/massive_edit_agents.php:333 +msgid "Custom ID" +msgstr "Custom ID" + +#: ../../godmode/agentes/agent_manager.php:300 +#: ../../godmode/massive/massive_edit_agents.php:337 +msgid "Module definition" +msgstr "Module definition" + +#: ../../godmode/agentes/agent_manager.php:302 +#: ../../godmode/massive/massive_edit_agents.php:339 +msgid "Learning mode" +msgstr "Apprentice mode" + +#: ../../godmode/agentes/agent_manager.php:305 +#: ../../godmode/massive/massive_edit_agents.php:340 +msgid "Normal mode" +msgstr "Normal mode" + +#: ../../godmode/agentes/agent_manager.php:308 +#, fuzzy +msgid "Autodisable mode" +msgstr "Tutorial mode" + +#: ../../godmode/agentes/agent_manager.php:316 +#: ../../godmode/massive/massive_edit_agents.php:346 +msgid "Active" +msgstr "Active" + +#: ../../godmode/agentes/agent_manager.php:323 +#: ../../godmode/agentes/agent_manager.php:345 +#: ../../godmode/massive/massive_edit_agents.php:356 +msgid "Not available" +msgstr "Not available" + +#: ../../godmode/agentes/agent_manager.php:354 +#: ../../godmode/massive/massive_edit_agents.php:382 +msgid "Agent icon" +msgstr "Agent icon" + +#: ../../godmode/agentes/agent_manager.php:354 +msgid "Agent icon for GIS Maps." +msgstr "Agent icon for GIS Maps." + +#: ../../godmode/agentes/agent_manager.php:383 +#: ../../godmode/agentes/agent_conf_gis.php:78 +#: ../../godmode/massive/massive_edit_agents.php:391 +msgid "Ignore new GIS data:" +msgstr "Ignore new GIS data:" + +#: ../../godmode/agentes/agent_manager.php:398 +#: ../../godmode/massive/massive_edit_agents.php:398 +msgid "The agent still runs but the alerts and events will be stop" +msgstr "The agent will continue to run, but alerts and events will be stopped" + +#: ../../godmode/agentes/agent_manager.php:421 +#: ../../godmode/massive/massive_edit_agents.php:427 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:423 +#: ../../godmode/massive/massive_edit_agents.php:429 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:425 +#: ../../godmode/massive/massive_edit_agents.php:431 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "" + +#: ../../godmode/agentes/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "No incidents associated to this agent" + +#: ../../godmode/agentes/configure_field.php:36 +msgid "Update agent custom field" +msgstr "Update agent's custom fields" + +#: ../../godmode/agentes/configure_field.php:39 +msgid "Create agent custom field" +msgstr "Create agent custom field" + +#: ../../godmode/agentes/module_manager.php:78 +msgid "Create a new data server module" +msgstr "Create a new data server module" + +#: ../../godmode/agentes/module_manager.php:80 +msgid "Create a new network server module" +msgstr "Create a new network server module" + +#: ../../godmode/agentes/module_manager.php:82 +msgid "Create a new plugin server module" +msgstr "Create a new plug-in server module" + +#: ../../godmode/agentes/module_manager.php:84 +msgid "Create a new WMI server module" +msgstr "Create a new WMI server module" + +#: ../../godmode/agentes/module_manager.php:86 +msgid "Create a new prediction server module" +msgstr "Create a new prediction server module" + +#: ../../godmode/agentes/module_manager.php:135 +msgid "Get more modules in Pandora FMS Library" +msgstr "Get more modules on the Pandora FMS Library" + +#: ../../godmode/agentes/module_manager.php:162 +msgid "Nice try buddy" +msgstr "Nice try, buddy!" + +#: ../../godmode/agentes/module_manager.php:259 #, php-format -msgid "Error updating passwords: %s" -msgstr "Error updating passwords: %s" +msgid "There was a problem deleting %s modules, none deleted." +msgstr "There was a problem deleting %s modules, none deleted." -#: ../../operation/users/user_edit.php:157 -msgid "" -"Passwords didn't match or other problem encountered while updating passwords" -msgstr "" -"The passwords didn't match or another problem occurred during password " -"update." +#: ../../godmode/agentes/module_manager.php:264 +msgid "All Modules deleted succesfully" +msgstr "All Modules deleted succesfully" -#: ../../operation/users/user_edit.php:168 -#: ../../operation/users/user_edit.php:178 -#: ../../godmode/users/configure_user.php:300 -#: ../../godmode/users/configure_user.php:310 -#: ../../godmode/users/configure_user.php:338 -#: ../../godmode/users/configure_user.php:344 -#: ../../godmode/users/configure_user.php:372 -msgid "User info successfully updated" -msgstr "User info successfully updated" - -#: ../../operation/users/user_edit.php:169 -#: ../../operation/users/user_edit.php:179 -msgid "Error updating user info" -msgstr "Error updating user info" - -#: ../../operation/users/user_edit.php:189 -msgid "Edit my User" -msgstr "Edit my User" - -#: ../../operation/users/user_edit.php:198 -#: ../../godmode/users/configure_user.php:442 -msgid "Full (display) name" -msgstr "Full (display) name" - -#: ../../operation/users/user_edit.php:220 -#: ../../godmode/users/configure_user.php:474 -#: ../../godmode/users/user_list.php:407 -msgid "E-mail" -msgstr "E-mail" - -#: ../../operation/users/user_edit.php:222 -#: ../../godmode/users/configure_user.php:478 -msgid "Phone number" -msgstr "Phone number" - -#: ../../operation/users/user_edit.php:231 -msgid "New Password" -msgstr "New Password" - -#: ../../operation/users/user_edit.php:233 -#: ../../godmode/users/configure_user.php:454 -msgid "Password confirmation" -msgstr "Password confirmation" - -#: ../../operation/users/user_edit.php:241 -msgid "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" - -#: ../../operation/users/user_edit.php:250 -msgid "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:286 -msgid "Shortcut bar" -msgstr "Shortcut bar" - -#: ../../operation/users/user_edit.php:286 -msgid "" -"This will activate a shortcut bar with alerts, events, messages... " -"information" -msgstr "" -"This will activate a shortcut bar with alerts, events, messages... " -"information" - -#: ../../operation/users/user_edit.php:289 -msgid "Home screen" -msgstr "Home screen" - -#: ../../operation/users/user_edit.php:289 -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" - -#: ../../operation/users/user_edit.php:337 -#: ../../godmode/users/configure_user.php:506 -#: ../../godmode/groups/configure_group.php:181 -msgid "Skin" -msgstr "Skin" - -#: ../../operation/users/user_edit.php:354 -msgid "Show information" -msgstr "Show information" - -#: ../../operation/users/user_edit.php:385 -msgid "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" - -#: ../../operation/users/user_edit.php:395 -#: ../../operation/users/user_edit.php:402 -#: ../../godmode/users/configure_user.php:597 -#: ../../godmode/users/configure_user.php:606 -msgid "Profiles/Groups assigned to this user" -msgstr "Profiles/Groups assigned to this user" - -#: ../../operation/users/user_edit.php:456 -msgid "This user doesn't have any assigned profile/group." -msgstr "This user doesn't have any profile/group assigned" - -#: ../../operation/users/user_edit.php:586 -msgid "Double autentication information" -msgstr "Double autentication information" - -#: ../../operation/users/user_edit.php:649 -#: ../../operation/users/user_edit.php:725 -msgid "Double autentication activation" -msgstr "Double autentication activation" - -#: ../../operation/users/user_edit.php:675 -msgid "The double authentication will be deactivated" -msgstr "Double authentication will be deactivated" - -#: ../../operation/users/user_edit.php:676 -msgid "Deactivate" -msgstr "Deactivate" - -#: ../../operation/users/user_edit.php:708 -msgid "The double autentication was deactivated successfully" -msgstr "Double authentication was deactivated successfully" - -#: ../../operation/users/user_edit.php:711 -#: ../../operation/users/user_edit.php:715 -msgid "There was an error deactivating the double autentication" -msgstr "There was an error deactivating the double autentication" - -#: ../../operation/users/webchat.php:71 -msgid "Webchat" -msgstr "Webchat" - -#: ../../operation/users/webchat.php:82 -msgid "Users Online" -msgstr "Users Online" - -#: ../../operation/users/webchat.php:90 -#: ../../operation/messages/message_edit.php:217 -msgid "Send message" -msgstr "Send message" - -#: ../../operation/users/webchat.php:157 -msgid "Connection established...get last 24h messages..." -msgstr "Connection established - retrieving messages from the past 24hs." - -#: ../../operation/users/webchat.php:168 -msgid "Error in connection." -msgstr "Error in connection." - -#: ../../operation/users/webchat.php:249 -msgid "Error sendding message." -msgstr "Error sending message." - -#: ../../operation/users/webchat.php:277 -msgid "Error login." -msgstr "Login error." - -#: ../../operation/search_modules.php:26 ../../operation/search_agents.php:33 -#: ../../operation/search_reports.php:29 ../../operation/search_maps.php:22 -#: ../../operation/search_graphs.php:24 ../../operation/search_users.php:26 -#: ../../operation/search_alerts.php:27 -msgid "Zero results found" -msgstr "Zero results found" - -#: ../../operation/search_agents.php:109 -#: ../../operation/agentes/ver_agente.php:797 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "Manage" - -#: ../../operation/messages/message_list.php:32 -#: ../../operation/messages/message_edit.php:35 -msgid "Received messages" -msgstr "Received messages" - -#: ../../operation/messages/message_list.php:36 -#: ../../operation/messages/message_edit.php:39 -msgid "Sent messages" -msgstr "Sent messages" - -#: ../../operation/messages/message_list.php:40 -#: ../../operation/messages/message_list.php:221 -#: ../../operation/messages/message_edit.php:43 -msgid "Create message" -msgstr "Create message" - -#: ../../operation/messages/message_list.php:74 -msgid "Not deleted. Error deleting messages" -msgstr "Not deleted: error deleting the message(s)." - -#: ../../operation/messages/message_list.php:80 -#: ../../operation/messages/message_list.php:88 -msgid "You have" -msgstr "You have" - -#: ../../operation/messages/message_list.php:81 -msgid "sent message(s)" -msgstr "message(s) sent" - -#: ../../operation/messages/message_list.php:89 -msgid "unread message(s)" -msgstr "unread message(s)" - -#: ../../operation/messages/message_list.php:97 -msgid "There are no messages." -msgstr "There are no messages." - -#: ../../operation/messages/message_list.php:123 -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -msgid "Destination" -msgstr "Destination" - -#: ../../operation/messages/message_list.php:125 -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -msgid "Sender" -msgstr "Sender" - -#: ../../operation/messages/message_list.php:126 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -msgid "Subject" -msgstr "Subject" - -#: ../../operation/messages/message_list.php:136 -msgid "Click to read" -msgstr "Click to read" - -#: ../../operation/messages/message_list.php:141 -msgid "Mark as unread" -msgstr "Mark as unread" - -#: ../../operation/messages/message_list.php:148 -#: ../../operation/messages/message_list.php:153 -msgid "Message unread - click to read" -msgstr "Message unread - click to read" - -#: ../../operation/messages/message_list.php:180 -msgid "No Subject" -msgstr "No Subject" - -#: ../../operation/messages/message_edit.php:60 -msgid "This message does not exist in the system" -msgstr "This message doesn't exist on the system." - -#: ../../operation/messages/message_edit.php:80 -msgid "at" -msgstr "at" - -#: ../../operation/messages/message_edit.php:104 -msgid "wrote" -msgstr "wrote" - -#: ../../operation/messages/message_edit.php:119 -msgid "Reply" -msgstr "Reply" - -#: ../../operation/messages/message_edit.php:136 +#: ../../godmode/agentes/module_manager.php:268 #, php-format -msgid "Message successfully sent to user %s" -msgstr "Message successfully sent to user %s" +msgid "There was a problem only deleted %s modules of %s total." +msgstr "There was a problem only deleted %s modules of %s total." -#: ../../operation/messages/message_edit.php:137 -#, php-format -msgid "Error sending message to user %s" -msgstr "Error sending message to user %s" +#: ../../godmode/agentes/module_manager.php:625 +#: ../../godmode/agentes/module_manager.php:635 +#: ../../include/ajax/module.php:811 ../../include/ajax/module.php:821 +msgid "Adopted" +msgstr "Adopted" -#: ../../operation/messages/message_edit.php:145 -msgid "Message successfully sent" -msgstr "Message successfully sent" +#: ../../godmode/agentes/module_manager.php:635 +#: ../../godmode/agentes/module_manager.php:639 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../include/ajax/module.php:821 ../../include/ajax/module.php:825 +msgid "Unlinked" +msgstr "Not linked" -#: ../../operation/messages/message_edit.php:146 -#, php-format -msgid "Error sending message to group %s" -msgstr "Error sending message to group %s" - -#: ../../operation/messages/message_edit.php:203 -msgid "Select user" -msgstr "Select user" - -#: ../../operation/messages/message_edit.php:204 -msgid "OR" -msgstr "OR" - -#: ../../operation/messages/message_edit.php:205 -msgid "Select group" -msgstr "Select group" - -#: ../../operation/search_main.php:52 -msgid "Agents found" -msgstr "Agents found" - -#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 -#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 -#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 -#: ../../operation/search_main.php:80 -#, php-format -msgid "%s Found" -msgstr "%s Found" - -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "Modules found" - -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "Users found" - -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "Graphs found" - -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "Reports found" - -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "Maps found" - -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "Help found" - -#: ../../operation/search_main.php:88 -#, php-format -msgid "Show %s of %s. View all matches" -msgstr "Show %s of %s. Show all matching entities." - -#: ../../operation/snmpconsole/snmp_view.php:83 -#: ../../operation/snmpconsole/snmp_statistics.php:64 -#: ../../godmode/snmpconsole/snmp_alert.php:72 -#: ../../godmode/snmpconsole/snmp_alert.php:76 -#: ../../godmode/snmpconsole/snmp_alert.php:80 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "SNMP Console" -msgstr "SNMP Console" - -#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../godmode/agentes/module_manager.php:679 +#: ../../godmode/agentes/module_manager_editor_common.php:377 msgid "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" +"The policy modules of data type will only update their intervals when policy " +"is applied." msgstr "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" - -#: ../../operation/snmpconsole/snmp_view.php:411 -msgid "Search by trap type" -msgstr "Search by trap type" - -#: ../../operation/snmpconsole/snmp_view.php:425 -msgid "Group by Enterprise String/IP" -msgstr "Group by Enterprise String/IP" - -#: ../../operation/snmpconsole/snmp_view.php:457 -#: ../../operation/snmpconsole/snmp_statistics.php:116 -msgid "There are no SNMP traps in database" -msgstr "There are no SNMP traps on the database" - -#: ../../operation/snmpconsole/snmp_view.php:503 -#: ../../godmode/snmpconsole/snmp_alert.php:536 -#: ../../godmode/snmpconsole/snmp_alert.php:1051 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 -msgid "Enterprise String" -msgstr "Enterprise String" - -#: ../../operation/snmpconsole/snmp_view.php:513 -msgid "Trap subtype" -msgstr "Trap subtype" - -#: ../../operation/snmpconsole/snmp_view.php:578 -#: ../../operation/snmpconsole/snmp_statistics.php:156 -msgid "View agent details" -msgstr "View agent details" - -#: ../../operation/snmpconsole/snmp_view.php:670 -msgid "Variable bindings:" -msgstr "Variable bindings:" - -#: ../../operation/snmpconsole/snmp_view.php:683 -msgid "See more details" -msgstr "View more details" - -#: ../../operation/snmpconsole/snmp_view.php:696 -msgid "Enterprise String:" -msgstr "Enterprise String:" - -#: ../../operation/snmpconsole/snmp_view.php:734 -msgid "Trap type:" -msgstr "Trap type:" - -#: ../../operation/snmpconsole/snmp_view.php:762 -msgid "Count:" -msgstr "Count:" - -#: ../../operation/snmpconsole/snmp_view.php:766 -msgid "First trap:" -msgstr "First trap:" - -#: ../../operation/snmpconsole/snmp_view.php:770 -msgid "Last trap:" -msgstr "Last trap:" - -#: ../../operation/snmpconsole/snmp_view.php:790 -msgid "No matching traps found" -msgstr "No matching traps found" - -#: ../../operation/snmpconsole/snmp_statistics.php:127 -msgid "Traps received by source" -msgstr "Traps received by source" - -#: ../../operation/snmpconsole/snmp_statistics.php:141 -#: ../../operation/snmpconsole/snmp_statistics.php:199 -msgid "Number" -msgstr "Number" - -#: ../../operation/snmpconsole/snmp_statistics.php:185 -msgid "Traps received by Enterprise String" -msgstr "Traps received by the Enterprise String" - -#: ../../operation/snmpconsole/snmp_statistics.php:198 -msgid "Trap Enterprise String" -msgstr "Trap Enterprise String" - -#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 -msgid "" -"MIB files will be installed on the system. Please note that a MIB may depend " -"on other MIB. To customize trap definitions use the SNMP trap editor." -msgstr "" -"MIB files will be installed on the system. Please note that an MIB file " -"might depend on another MIB. In order to customize trap definitions, use the " -"SNMP trap editor." - -#: ../../operation/snmpconsole/snmp_browser.php:92 -msgid "SNMP Browser" -msgstr "SNMP Browser" - -#: ../../operation/gis_maps/render_view.php:133 -msgid "Refresh: " -msgstr "Refresh: " - -#: ../../operation/gis_maps/render_view.php:142 -msgid "Show agents by state: " -msgstr "Show agents according to status: " - -#: ../../operation/gis_maps/gis_map.php:29 -#: ../../godmode/gis_maps/configure_gis_map.php:204 -msgid "GIS Maps list" -msgstr "List of GIS maps" - -#: ../../operation/gis_maps/gis_map.php:173 -#: ../../operation/gis_maps/index.php:70 -msgid "No maps found" -msgstr "No maps found" - -#: ../../operation/gis_maps/gis_map.php:192 -#: ../../godmode/gis_maps/index.php:135 -msgid "Caution: Do you want delete the map?" -msgstr "Caution: Do you want delete the map?" - -#: ../../operation/gis_maps/gis_map.php:199 -#: ../../godmode/gis_maps/index.php:142 -msgid "Do you want to set default the map?" -msgstr "Do you wish to set this map as default?" - -#: ../../operation/gis_maps/gis_map.php:207 -#: ../../godmode/gis_maps/index.php:150 -msgid "There was error on setup the default map." -msgstr "There was an error setting up the default map" - -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "Position (Lat, Long, Alt)" - -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "Start contact" - -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "Num reports" - -#: ../../operation/gis_maps/ajax.php:222 -#: ../../operation/agentes/gis_view.php:186 -msgid "Manual placement" -msgstr "Manual placement" - -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "Default map position" - -#: ../../operation/agentes/exportdata.php:82 -#: ../../operation/agentes/exportdata.excel.php:67 -#: ../../operation/agentes/exportdata.csv.php:68 -msgid "Invalid time specified" -msgstr "Invalid time specified" - -#: ../../operation/agentes/exportdata.php:209 -#: ../../operation/agentes/exportdata.excel.php:164 -#: ../../operation/agentes/exportdata.csv.php:181 -msgid "No modules specified" -msgstr "No modules specified" - -#: ../../operation/agentes/exportdata.php:267 -msgid "No modules of type string. You can not calculate their average" -msgstr "No string type modules. You cannot calculate their average." - -#: ../../operation/agentes/exportdata.php:318 -msgid "Export type" -msgstr "Export type" - -#: ../../operation/agentes/exportdata.php:323 -msgid "MS Excel" -msgstr "MS Excel" - -#: ../../operation/agentes/exportdata.php:324 -msgid "Average per hour/day" -msgstr "Average per hour/day" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "Current data at" - -#: ../../operation/agentes/interface_traffic_graph_win.php:48 -#: ../../operation/agentes/stat_win.php:44 -msgid "There was a problem connecting with the node" -msgstr "There was a problem connecting with the node" - -#: ../../operation/agentes/interface_traffic_graph_win.php:66 -msgid "In" -msgstr "In" - -#: ../../operation/agentes/interface_traffic_graph_win.php:67 -msgid "Out" -msgstr "Out" - -#: ../../operation/agentes/interface_traffic_graph_win.php:191 -#: ../../operation/agentes/stat_win.php:252 -msgid "Pandora FMS Graph configuration menu" -msgstr "Pandora FMS' graph configuration menu" - -#: ../../operation/agentes/interface_traffic_graph_win.php:193 -#: ../../operation/agentes/stat_win.php:254 -msgid "Please, make your changes and apply with the Reload button" -msgstr "" -"Please establish your changes and apply the with the Reload button" - -#: ../../operation/agentes/interface_traffic_graph_win.php:210 -#: ../../operation/agentes/stat_win.php:281 -msgid "Refresh time" -msgstr "Refresh time" - -#: ../../operation/agentes/interface_traffic_graph_win.php:223 -#: ../../operation/agentes/stat_win.php:322 -#: ../../operation/agentes/graphs.php:146 -#: ../../operation/reporting/graph_viewer.php:195 -msgid "Time range" -msgstr "Time range" - -#: ../../operation/agentes/interface_traffic_graph_win.php:229 -#: ../../operation/agentes/stat_win.php:310 -#: ../../operation/agentes/graphs.php:137 -msgid "Zoom factor" -msgstr "Zoom factor" - -#: ../../operation/agentes/interface_traffic_graph_win.php:256 -#: ../../operation/agentes/stat_win.php:404 -msgid "Reload" -msgstr "Reload" - -#: ../../operation/agentes/custom_fields.php:52 -msgid "No fields defined" -msgstr "No fields defined" - -#: ../../operation/agentes/custom_fields.php:59 -#: ../../godmode/alerts/alert_view.php:441 -#: ../../godmode/alerts/alert_view.php:531 -#: ../../godmode/agentes/fields_manager.php:95 -msgid "Field" -msgstr "Field" - -#: ../../operation/agentes/custom_fields.php:61 -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -msgid "Display on front" -msgstr "Display up front" - -#: ../../operation/agentes/custom_fields.php:62 -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -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's details" - -#: ../../operation/agentes/estado_monitores.php:35 -msgid "Tag's information" -msgstr "Tag's information" - -#: ../../operation/agentes/estado_monitores.php:81 -msgid "Relationship information" -msgstr "Relationship information" - -#: ../../operation/agentes/estado_monitores.php:124 -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." - -#: ../../operation/agentes/estado_monitores.php:125 -msgid "Full list of monitors" -msgstr "Full list of monitors" - -#: ../../operation/agentes/estado_monitores.php:150 -msgid "List of modules" -msgstr "List of modules" - -#: ../../operation/agentes/estado_monitores.php:342 -#: ../../operation/agentes/status_monitor.php:1320 -#: ../../operation/tree.php:357 -msgid "Module: " -msgstr "Module: " - -#: ../../operation/agentes/estado_monitores.php:420 -msgid "Status:" -msgstr "Status:" - -#: ../../operation/agentes/estado_monitores.php:426 -msgid "Not Normal" -msgstr "Abnormal" - -#: ../../operation/agentes/estado_monitores.php:434 -#: ../../operation/agentes/networkmap.php:453 -msgid "Free text for search (*):" -msgstr "Free text for search (*):" - -#: ../../operation/agentes/estado_monitores.php:435 -msgid "Search by module name, list matches." -msgstr "Search by module name, list matches." - -#: ../../operation/agentes/estado_monitores.php:449 -msgid "Reset" -msgstr "Reset" - -#: ../../operation/agentes/gis_view.php:55 -#: ../../godmode/agentes/agent_conf_gis.php:40 -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 the setup in order to select one." - -#: ../../operation/agentes/gis_view.php:86 -#: ../../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'll be found in its default " -"position on the map." - -#: ../../operation/agentes/gis_view.php:91 -msgid "Last position in " -msgstr "Last position in " - -#: ../../operation/agentes/gis_view.php:98 -msgid "Period to show data as path" -msgstr "Period to show data as path" - -#: ../../operation/agentes/gis_view.php:102 -msgid "Refresh path" -msgstr "Refresh path" - -#: ../../operation/agentes/gis_view.php:105 -msgid "Positional data from the last" -msgstr "Positional data from the last" - -#: ../../operation/agentes/gis_view.php:144 -msgid "This agent doesn't have any GIS data." -msgstr "This agent doesn't have any GIS data." - -#: ../../operation/agentes/gis_view.php:172 -#, php-format -msgid "%s Km" -msgstr "%s Km" - -#: ../../operation/agentes/gis_view.php:178 -#: ../../godmode/setup/gis_step_2.php:300 -msgid "Longitude" -msgstr "Longitude" - -#: ../../operation/agentes/gis_view.php:179 -#: ../../godmode/setup/gis_step_2.php:296 -msgid "Latitude" -msgstr "Latitude" - -#: ../../operation/agentes/gis_view.php:180 -#: ../../godmode/setup/gis_step_2.php:304 -msgid "Altitude" -msgstr "Altitude" - -#: ../../operation/agentes/gis_view.php:184 -msgid "Distance" -msgstr "Distance" - -#: ../../operation/agentes/gis_view.php:185 -msgid "# of Packages" -msgstr "# of packages" - -#: ../../operation/agentes/gis_view.php:189 -msgid "positional data" -msgstr "positional data" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:530 -msgid "Agent custom fields" -msgstr "Agent custom fields" - -#: ../../operation/agentes/ver_agente.php:715 -msgid "Sons" -msgstr "Sons" - -#: ../../operation/agentes/ver_agente.php:853 -#: ../../godmode/agentes/configurar_agente.php:349 -msgid "GIS data" -msgstr "GIS data" - -#: ../../operation/agentes/ver_agente.php:921 -msgid "Log Viewer" -msgstr "Log Viewer" - -#: ../../operation/agentes/ver_agente.php:1025 -#: ../../godmode/agentes/configurar_agente.php:519 -msgid "Gis" -msgstr "Gis" - -#: ../../operation/agentes/group_view.php:100 -msgid "Summary of the status groups" -msgstr "Summary of the status groups" - -#: ../../operation/agentes/group_view.php:151 -msgid "Not Init" -msgstr "Uninitialised" - -#: ../../operation/agentes/group_view.php:391 -#: ../../operation/agentes/estado_agente.php:589 -#: ../../godmode/agentes/modificar_agente.php:572 -msgid "There are no defined agents" -msgstr "There are no defined agents" - -#: ../../operation/agentes/datos_agente.php:165 -msgid "Received data from" -msgstr "Received data from" - -#: ../../operation/agentes/datos_agente.php:172 -msgid "Main database" -msgstr "Main database" - -#: ../../operation/agentes/datos_agente.php:173 -msgid "" -"Switch between the main database and the history database to retrieve module " -"data" -msgstr "" -"Switch between the main database and the historical database in order to " -"retrieve module data." - -#: ../../operation/agentes/datos_agente.php:202 -#: ../../operation/agentes/alerts_status.functions.php:97 -msgid "Free text for search" -msgstr "Free text for search" - -#: ../../operation/agentes/estado_agente.php:153 -msgid "Sucessfully deleted agent" -msgstr "Agent sucessfully deleted" - -#: ../../operation/agentes/estado_agente.php:155 -msgid "There was an error message deleting the agent" -msgstr "An error message appeared when deleting the agent" - -#: ../../operation/agentes/status_events.php:31 -#: ../../operation/agentes/status_events.php:32 -msgid "Latest events for this agent" -msgstr "Latest events for this agent" - -#: ../../operation/agentes/stat_win.php:112 -msgid "There was a problem locating the source of the graph" -msgstr "There was a problem locating the graph source" - -#: ../../operation/agentes/stat_win.php:289 -msgid "Avg. Only" -msgstr "Avg. Only" - -#: ../../operation/agentes/stat_win.php:304 -msgid "Begin time" -msgstr "Start time" - -#: ../../operation/agentes/stat_win.php:329 -#: ../../operation/agentes/graphs.php:150 -msgid "Show events" -msgstr "Show events" - -#: ../../operation/agentes/stat_win.php:340 -msgid "" -"Show events is disabled because this Pandora node is set the event " -"replication." -msgstr "" -"'Show events' is disabled because this Pandora node is set to event " -"replication." - -#: ../../operation/agentes/stat_win.php:346 -#: ../../operation/agentes/graphs.php:152 -msgid "Show alerts" -msgstr "Show alerts" - -#: ../../operation/agentes/stat_win.php:352 -msgid "Show event graph" -msgstr "Show event graph" - -#: ../../operation/agentes/stat_win.php:361 -msgid "Show percentil 95º" -msgstr "Show percentil 95º" - -#: ../../operation/agentes/tactical.php:134 -msgid "Report of State" -msgstr "Status report" - -#: ../../operation/agentes/networkmap_list.php:364 -msgid "The session may be expired" -msgstr "The session may be expired" - -#: ../../operation/agentes/networkmap_list.php:386 -msgid "None selected" -msgstr "None selected" - -#: ../../operation/agentes/networkmap.php:136 -msgid "Network map created successfully" -msgstr "Network map created successfully" - -#: ../../operation/agentes/networkmap.php:137 -msgid "Could not create network map" -msgstr "Couldn't create the network map" - -#: ../../operation/agentes/networkmap.php:233 -msgid "Network map saved successfully" -msgstr "Network map successfully saved" - -#: ../../operation/agentes/networkmap.php:234 -msgid "Could not save network map" -msgstr "Couldn't save the network map" - -#: ../../operation/agentes/networkmap.php:249 -msgid "There was an error loading the network map" -msgstr "There was an error loading the network map" - -#: ../../operation/agentes/networkmap.php:328 -msgid "Delete map" -msgstr "Delete map" - -#: ../../operation/agentes/networkmap.php:360 -#: ../../godmode/gis_maps/configure_gis_map.php:454 -#: ../../godmode/gis_maps/configure_gis_map.php:461 -msgid "Save map" -msgstr "Save map" - -#: ../../operation/agentes/networkmap.php:385 -msgid "Topology view" -msgstr "Topology view" - -#: ../../operation/agentes/networkmap.php:393 -msgid "Policies view" -msgstr "Policy view" - -#: ../../operation/agentes/networkmap.php:397 -msgid "Dynamic view" -msgstr "Dynamic view" - -#: ../../operation/agentes/networkmap.php:401 -msgid "Radial dynamic view" -msgstr "Radial dynamic view" - -#: ../../operation/agentes/networkmap.php:444 -msgid "Store group" -msgstr "Store group" - -#: ../../operation/agentes/networkmap.php:477 -msgid "Depth" -msgstr "Depth" - -#: ../../operation/agentes/networkmap.php:483 -msgid "Show interfaces" -msgstr "Show interfaces" - -#: ../../operation/agentes/networkmap.php:495 -msgid "Only modules with alerts" -msgstr "Only modules with alerts" - -#: ../../operation/agentes/networkmap.php:502 -msgid "Hide policy modules" -msgstr "Hide policy modules" - -#: ../../operation/agentes/networkmap.php:544 -msgid "Only run with it is filter for any group" -msgstr "Only run with it is filter for any group" - -#: ../../operation/agentes/networkmap.php:551 -msgid "L2 network interfaces" -msgstr "L2 network interfaces" - -#: ../../operation/agentes/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "Error processing alert(s)" - -#: ../../operation/agentes/alerts_status.functions.php:91 -#: ../../operation/agentes/status_monitor.php:470 -msgid "No tags" -msgstr "No tags" - -#: ../../operation/agentes/alerts_status.functions.php:99 -msgid "Filter by agent name, module name, template name or action name" -msgstr "Filter by agent name, module name, template name or action name" - -#: ../../operation/agentes/estado_generalagente.php:42 -msgid "The agent has not assigned server. Maybe agent does not run fine." -msgstr "" -"The agent has not assigned a server. Maybe the agent does not run fine." - -#: ../../operation/agentes/estado_generalagente.php:120 -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 aren't shown in real time." - -#: ../../operation/agentes/estado_generalagente.php:197 -msgid "Agent contact" -msgstr "Agent contact" - -#: ../../operation/agentes/estado_generalagente.php:219 -msgid "Next contact" -msgstr "Next contact" - -#: ../../operation/agentes/estado_generalagente.php:242 -msgid "Agent info" -msgstr "Agent info" - -#: ../../operation/agentes/estado_generalagente.php:386 -msgid "Active incident on this agent" -msgstr "Active incident on this agent" - -#: ../../operation/agentes/estado_generalagente.php:390 -#: ../../operation/incidents/incident_detail.php:419 -#: ../../godmode/setup/news.php:222 -msgid "Author" -msgstr "Author" - -#: ../../operation/agentes/estado_generalagente.php:536 -msgid "Events info (24hr.)" -msgstr "Event info (24hrs.)" - -#: ../../operation/agentes/estado_generalagente.php:615 -msgid "Refresh data" -msgstr "Refresh data" - -#: ../../operation/agentes/alerts_status.php:106 -msgid "Full list of alerts" -msgstr "Full list of alerts" - -#: ../../operation/agentes/alerts_status.php:138 -msgid "Insufficient permissions to validate alerts" -msgstr "Insufficient permissions to validate alerts" - -#: ../../operation/agentes/alerts_status.php:390 -#: ../../godmode/alerts/alert_list.list.php:156 -msgid "Alert control filter" -msgstr "Alert control filter" - -#: ../../operation/agentes/alerts_status.php:588 -msgid "No alerts found" -msgstr "No alerts found" - -#: ../../operation/agentes/status_monitor.php:45 -msgid "Monitor view" -msgstr "Monitor view" - -#: ../../operation/agentes/status_monitor.php:414 -msgid "Monitor status" -msgstr "Monitor status" - -#: ../../operation/agentes/status_monitor.php:521 -msgid "Advanced Options" -msgstr "Advanced Options" - -#: ../../operation/agentes/status_monitor.php:1274 -msgid "This group doesn't have any monitor" -msgstr "This group doesn't have any monitor" - -#: ../../operation/agentes/graphs.php:87 -msgid "Other modules" -msgstr "Other modules" - -#: ../../operation/agentes/graphs.php:92 -msgid "Modules network no proc" -msgstr "Modules network no proc" - -#: ../../operation/agentes/graphs.php:153 -msgid "the combined graph does not show the alerts into this graph" -msgstr "the combined graph does not show the alerts into this graph" - -#: ../../operation/agentes/graphs.php:155 -msgid "Show as one combined graph" -msgstr "Show as a single combined graph" - -#: ../../operation/agentes/graphs.php:157 -msgid "one combined graph" -msgstr "single combined graph" - -#: ../../operation/agentes/graphs.php:160 -msgid "several graphs for each module" -msgstr "Several graphs per module" - -#: ../../operation/agentes/graphs.php:167 -msgid "Save as custom graph" -msgstr "Save as a custom graph" - -#: ../../operation/agentes/graphs.php:173 -msgid "Filter graphs" -msgstr "Filter graphs" - -#: ../../operation/agentes/graphs.php:185 -msgid "Combined graph" -msgstr "Combined graph" - -#: ../../operation/agentes/graphs.php:229 -#: ../../operation/agentes/graphs.php:232 -msgid "Name custom graph" -msgstr "Name the custom graph" - -#: ../../operation/agentes/graphs.php:254 -msgid "Save custom graph" -msgstr "Save custom graph" - -#: ../../operation/agentes/graphs.php:275 -msgid "Custom graph create from the tab graphs in the agent." -msgstr "Custom graph create from the tab graphs in the agent." - -#: ../../operation/servers/recon_view.php:36 -#: ../../operation/servers/recon_view.php:51 -msgid "Recon View" -msgstr "Recon View" - -#: ../../operation/servers/recon_view.php:89 -#: ../../godmode/servers/manage_recontask_form.php:217 -msgid "Task name" -msgstr "Task name" - -#: ../../operation/servers/recon_view.php:107 -#: ../../operation/incidents/incident_detail.php:261 -msgid "Updated at" -msgstr "Updated at" - -#: ../../operation/servers/recon_view.php:140 -msgid "Pending" -msgstr "Pending" - -#: ../../operation/servers/recon_view.php:145 -#: ../../godmode/servers/manage_recontask.php:310 -msgid "Network recon task" -msgstr "Network recon task" - -#: ../../operation/servers/recon_view.php:173 -msgid "has no recon tasks assigned" -msgstr "has no recon tasks assigned" - -#: ../../operation/netflow/nf_live_view.php:107 -#: ../../operation/netflow/nf_live_view.php:132 -#: ../../operation/netflow/nf_live_view.php:136 -msgid "Netflow live view" -msgstr "Netflow live view" - -#: ../../operation/netflow/nf_live_view.php:120 -#, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump binary (%s) not found!" - -#: ../../operation/netflow/nf_live_view.php:125 -msgid "Make sure nfdump version 1.6.8 or newer is installed!" -msgstr "Make sure that nfdump version 1.6.8 or newer is installed !" - -#: ../../operation/netflow/nf_live_view.php:148 -msgid "Error creating filter" -msgstr "Error creating filter" - -#: ../../operation/netflow/nf_live_view.php:151 -msgid "Filter created successfully" -msgstr "Filter created successfully" - -#: ../../operation/netflow/nf_live_view.php:166 -msgid "Filter updated successfully" -msgstr "Filter updated successfully" - -#: ../../operation/netflow/nf_live_view.php:167 -msgid "Error updating filter" -msgstr "Error updating filter" - -#: ../../operation/netflow/nf_live_view.php:189 -msgid "Draw live filter" -msgstr "Draw live filter" - -#: ../../operation/netflow/nf_live_view.php:221 -msgid "Connection" -msgstr "Connection" - -#: ../../operation/netflow/nf_live_view.php:245 -msgid "The interval will be divided in chunks the length of the resolution." -msgstr "The interval will be divided in chunks the length of the resolution." - -#: ../../operation/netflow/nf_live_view.php:254 -#: ../../godmode/netflow/nf_item_list.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 -msgid "Max. values" -msgstr "Max. values" - -#: ../../operation/netflow/nf_live_view.php:264 -#: ../../godmode/setup/setup_netflow.php:70 -msgid "IP address resolution can take a lot of time" -msgstr "This process can take a long time" - -#: ../../operation/netflow/nf_live_view.php:267 -msgid "IP address resolution" -msgstr "IP Address Resolution" - -#: ../../operation/netflow/nf_live_view.php:267 -#: ../../godmode/setup/setup_netflow.php:69 -msgid "Resolve the IP addresses to get their hostnames." -msgstr "Resolves IP addresses in order to obtain the hostname" - -#: ../../operation/netflow/nf_live_view.php:317 -msgid "Select a filter" -msgstr "Select a filter" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "Dst Ip" -msgstr "DST IP" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "" -"Destination IP. A comma separated list of destination ip. If we leave the " -"field blank, will show all ip. Example filter by " -"ip:
25.46.157.214,160.253.135.249" -msgstr "" -"Destination IP: a list of destined IPs separated by commas. Leaving this " -"field blank will show all IPs. Example: filter by IP number: " -"
25.46.157.214,160.253.135.249" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "Src Ip" -msgstr "SRC IP" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "" -"Source IP. A comma separated list of source ip. If we leave the field blank, " -"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249" -msgstr "" -"Source IP: a list of source IPs separated by commas. Leaving this field " -"blank will show all IPs. Example: filter by IP " -"number:
25.46.157.214,160.253.135.249" - -#: ../../operation/netflow/nf_live_view.php:352 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Port" -msgstr "DST port" - -#: ../../operation/netflow/nf_live_view.php:352 -#: ../../godmode/netflow/nf_edit_form.php:216 -msgid "" -"Destination port. A comma separated list of destination ports. If we leave " -"the field blank, will show all ports. Example filter by ports 80 and " -"22:
80,22" -msgstr "" -"Destination port: a list of possible destination ports, separated by commas. " -"If we leave this field blank, all ports will be shown. Example: filtering by " -"ports 80 and 22:
80,22" - -#: ../../operation/netflow/nf_live_view.php:361 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Port" -msgstr "SRC Port" - -#: ../../operation/netflow/nf_live_view.php:361 -#: ../../godmode/netflow/nf_edit_form.php:219 -msgid "" -"Source port. A comma separated list of source ports. If we leave the field " -"blank, will show all ports. Example filter by ports 80 and 22:
80,22" -msgstr "" -"Source Port: a list of possible source ports, separated by commas. If we " -"leave this field blank, all ports will be shown. Example: filter by ports 80 " -"and 22:
80,22" - -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../godmode/netflow/nf_edit_form.php:225 -msgid "Aggregate by" -msgstr "Aggregate by" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Ip Address" -msgstr "SRC IP address" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Ip Address" -msgstr "DST IP address" - -#: ../../operation/netflow/nf_live_view.php:384 -#: ../../godmode/netflow/nf_edit_form.php:230 -msgid "Output format" -msgstr "Output format" - -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes per second" -msgstr "Bytes per second" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes" -msgstr "Kilobytes" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes" -msgstr "Megabytes" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes per second" -msgstr "Kilobytes per second" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes per second" -msgstr "Megabytes per second" - -#: ../../operation/netflow/nf_live_view.php:396 -msgid "Draw" -msgstr "Draw" - -#: ../../operation/netflow/nf_live_view.php:400 -msgid "Save as new filter" -msgstr "Save as a new filter" - -#: ../../operation/netflow/nf_live_view.php:401 -msgid "Update current filter" -msgstr "Update current filter" - -#: ../../operation/netflow/nf_live_view.php:415 -msgid "No filter selected" -msgstr "No filter selected" - -#: ../../operation/visual_console/render_view.php:117 -#: ../../godmode/reporting/visual_console_builder.php:654 -msgid "Services wizard" -msgstr "Services wizard" - -#: ../../operation/visual_console/render_view.php:174 -#: ../../operation/visual_console/public_console.php:97 -msgid "Autorefresh time" -msgstr "Autorefresh time" - -#: ../../operation/visual_console/render_view.php:217 -#: ../../operation/visual_console/render_view.php:266 -#: ../../operation/visual_console/public_console.php:157 -msgid "Until refresh" -msgstr "Until refresh" - -#: ../../operation/visual_console/public_console.php:114 -#: ../../general/header.php:144 -msgid "QR code of the page" -msgstr "Page QR Code" - -#: ../../operation/tree.php:88 -#, php-format -msgid "Sort the agents by %s" -msgstr "Sort the agents by %s" - -#: ../../operation/tree.php:91 -msgid "tags" -msgstr "tags" - -#: ../../operation/tree.php:97 -msgid "groups" -msgstr "groups" - -#: ../../operation/tree.php:100 -msgid "module groups" -msgstr "module groups" - -#: ../../operation/tree.php:107 -msgid "policies" -msgstr "policies" - -#: ../../operation/tree.php:138 -msgid "Agent status" -msgstr "Agent status" - -#: ../../operation/tree.php:140 -msgid "Search agent" -msgstr "Search agent" - -#: ../../operation/tree.php:165 -msgid "Search module" -msgstr "Search module" - -#: ../../operation/tree.php:189 -msgid "Tree search" -msgstr "Tree search" - -#: ../../operation/tree.php:281 -msgid "Critical agents" -msgstr "Critical agents" - -#: ../../operation/tree.php:286 -msgid "Warning agents" -msgstr "Agents in 'Warning' status" - -#: ../../operation/tree.php:291 -msgid "Unknown agents" -msgstr "Agents in 'Unknown' status" - -#: ../../operation/tree.php:296 -msgid "Not init agents" -msgstr "Uninitialised agents" - -#: ../../operation/tree.php:301 -msgid "Normal agents" -msgstr "Agents in 'Normal' status" - -#: ../../operation/search_graphs.php:33 -#: ../../operation/reporting/graph_viewer.php:288 -#: ../../godmode/reporting/graphs.php:142 -msgid "Graph name" -msgstr "Graph name" - -#: ../../operation/incidents/incident_statistics.php:36 -msgid "Incidents by priority" -msgstr "Incidents by priority" - -#: ../../operation/incidents/incident_statistics.php:39 -msgid "Incidents by group" -msgstr "Incidents by group" - -#: ../../operation/incidents/incident_statistics.php:42 -msgid "Incidents by user" -msgstr "Incidents by user" - -#: ../../operation/incidents/incident_statistics.php:45 -msgid "Incidents by source" -msgstr "Incidents by source" - -#: ../../operation/incidents/incident.php:67 -msgid "Successfully reclaimed ownership" -msgstr "Successfully reclaimed ownership" - -#: ../../operation/incidents/incident.php:68 -msgid "Could not reclame ownership" -msgstr "Could not reclame ownership" - -#: ../../operation/incidents/incident.php:138 -msgid "Error creating incident" -msgstr "Error creating the incident" - -#: ../../operation/incidents/incident.php:228 -msgid "Incidents:" -msgstr "Incidents:" - -#: ../../operation/incidents/incident.php:229 -msgid "All incidents" -msgstr "All incidents" - -#: ../../operation/incidents/incident.php:251 -msgid "Priorities:" -msgstr "Priorities:" - -#: ../../operation/incidents/incident.php:252 -msgid "All priorities" -msgstr "All priorities" - -#: ../../operation/incidents/incident.php:256 -msgid "Users:" -msgstr "Users:" - -#: ../../operation/incidents/incident.php:272 -msgid "Agents:" -msgstr "Agents:" - -#: ../../operation/incidents/incident.php:274 -#: ../../godmode/db/db_purge.php:167 -msgid "All agents" -msgstr "All agents" - -#: ../../operation/incidents/incident.php:279 -msgid "Groups:" -msgstr "Groups:" - -#: ../../operation/incidents/incident.php:285 -msgid "Free text:" -msgstr "Free text:" - -#: ../../operation/incidents/incident.php:286 -msgid "Search by incident name or description, list matches." -msgstr "Search by incident name or description, list matches." - -#: ../../operation/incidents/incident.php:394 -msgid "Delete incidents" -msgstr "Delete incidents" - -#: ../../operation/incidents/incident.php:398 -msgid "Become owner" -msgstr "Become owner" - -#: ../../operation/incidents/incident.php:406 -#: ../../operation/incidents/incident_detail.php:238 -msgid "Create incident" -msgstr "Create incident" - -#: ../../operation/incidents/incident_detail.php:160 -msgid "File could not be saved due to database error" -msgstr "The file couldn't be saved due to a database error." - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "The file could not be uploaded." - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "Opened at" - -#: ../../operation/incidents/incident_detail.php:376 -msgid "Update incident" -msgstr "Update incident" - -#: ../../operation/incidents/incident_detail.php:382 -msgid "Submit" -msgstr "Submit" - -#: ../../operation/incidents/incident_detail.php:396 -#: ../../operation/incidents/incident_detail.php:400 -msgid "Add note" -msgstr "Add note" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "Notes attached to the incident" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "Attached files" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:503 -msgid "Add attachment" -msgstr "Add attachment" - -#: ../../operation/search_helps.php:22 -msgid "Zero results found." -msgstr "Zero results found." - -#: ../../operation/search_helps.php:23 -#, php-format -msgid "" -"You can find more help in the Pandora's wiki" -msgstr "" -"You can find more help on the Pandora wiki" - -#: ../../operation/search_helps.php:37 -msgid "Matches" -msgstr "Matches" - -#: ../../operation/search_results.php:143 -msgid "Helps" -msgstr "Help" - -#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 -msgid "Profile" -msgstr "Profile" - -#: ../../operation/search_users.php:64 -#: ../../godmode/users/configure_user.php:465 -#: ../../godmode/users/user_list.php:414 -msgid "Administrator" -msgstr "Administrator" - -#: ../../operation/search_users.php:69 -#: ../../godmode/users/configure_user.php:470 -msgid "Standard User" -msgstr "Standard User" - -#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 -msgid "The user doesn't have any assigned profile/group" -msgstr "The user doesn't have any assigned profile/group" - -#: ../../operation/reporting/graph_viewer.php:136 -#: ../../godmode/reporting/graph_builder.php:192 -msgid "Graph editor" -msgstr "Graph editor" - -#: ../../operation/reporting/graph_viewer.php:142 -#: ../../godmode/reporting/graph_builder.php:195 -msgid "View graph" -msgstr "View graph" - -#: ../../operation/reporting/graph_viewer.php:174 -msgid "No data." -msgstr "No data." - -#: ../../operation/reporting/graph_viewer.php:204 -#: ../../operation/reporting/graph_viewer.php:219 -msgid "Graph defined" -msgstr "Graph defined" - -#: ../../operation/reporting/graph_viewer.php:220 -msgid "Zoom x1" -msgstr "Zoom x1" - -#: ../../operation/reporting/graph_viewer.php:221 -msgid "Zoom x2" -msgstr "Zoom x2" - -#: ../../operation/reporting/graph_viewer.php:222 -msgid "Zoom x3" -msgstr "Zoom x3" - -#: ../../operation/reporting/graph_viewer.php:270 -#: ../../operation/reporting/reporting_viewer.php:317 -msgid "Invalid date selected" -msgstr "Invalid date selected" - -#: ../../operation/reporting/graph_viewer.php:277 -msgid "Custom graph viewer" -msgstr "Custom graph viewer" - -#: ../../operation/reporting/graph_viewer.php:304 -#: ../../operation/reporting/custom_reporting.php:32 -msgid "There are no defined reportings" -msgstr "There are no defined reportings" - -#: ../../operation/reporting/reporting_viewer.php:77 -#: ../../godmode/netflow/nf_item_list.php:39 -msgid "Report list" -msgstr "Report list" - -#: ../../operation/reporting/reporting_viewer.php:98 -#: ../../godmode/reporting/reporting_builder.php:1841 -msgid "View report" -msgstr "View report" - -#: ../../operation/reporting/reporting_viewer.php:152 -msgid "View Report" -msgstr "View Report" - -#: ../../operation/reporting/reporting_viewer.php:191 -msgid "Set initial date" -msgstr "Set initial date" - -#: ../../operation/reporting/reporting_viewer.php:217 -msgid "Invalid date selected. Initial date must be before end date." -msgstr "Invalid date selected. Initial date must be before end date." - -#: ../../godmode/menu.php:28 -msgid "Resources" -msgstr "Resources" - -#: ../../godmode/menu.php:46 -msgid "Module categories" -msgstr "Module categories" - -#: ../../godmode/menu.php:50 -msgid "Module types" -msgstr "Module types" - -#: ../../godmode/menu.php:59 ../../godmode/netflow/nf_edit_form.php:66 -#: ../../godmode/netflow/nf_edit_form.php:71 -#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 -msgid "Netflow filters" -msgstr "Netflow filters" - -#: ../../godmode/menu.php:76 -msgid "Manage agents groups" -msgstr "Manage agent groups" - -#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:297 +"The policy modules for the data type will only update their intervals when a " +"policy is applied." + +#: ../../godmode/agentes/module_manager.php:715 +msgid "Normalize" +msgstr "Normalize" + +#: ../../godmode/agentes/module_manager.php:721 +msgid "Normalize (Disabled)" +msgstr "Normalize (Disabled)" + +#: ../../godmode/agentes/module_manager.php:730 +#: ../../include/functions_snmp_browser.php:475 +msgid "Create network component" +msgstr "Create network component" + +#: ../../godmode/agentes/module_manager.php:735 +msgid "Create network component (Disabled)" +msgstr "Create network component (Disabled)" + +#: ../../godmode/agentes/module_manager_editor_network.php:27 +#: ../../include/functions_snmp_browser.php:603 +msgid "Search matches" +msgstr "Search matches" + +#: ../../godmode/agentes/module_manager_editor_network.php:122 +msgid "SNMP OID" +msgstr "SNMP OID" + +#: ../../godmode/agentes/module_manager_editor_network.php:141 +#: ../../godmode/modules/manage_network_components_form_network.php:90 +msgid "TCP send" +msgstr "TCP send" + +#: ../../godmode/agentes/module_manager_editor_network.php:147 +#: ../../godmode/modules/manage_network_components_form_network.php:97 +msgid "TCP receive" +msgstr "TCP receive" + +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../godmode/massive/massive_edit_modules.php:493 +#: ../../godmode/massive/massive_edit_modules.php:497 +msgid "The pass length must be eight character minimum." +msgstr "The pass length must be eight character minimum." + +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../godmode/massive/massive_edit_modules.php:497 +#: ../../godmode/modules/manage_network_components_form_network.php:67 +#: ../../include/functions_snmp_browser.php:538 +msgid "Privacy pass" +msgstr "Privacy pass" + +#: ../../godmode/agentes/configurar_agente.php:186 +#: ../../godmode/agentes/configurar_agente.php:709 +msgid "There is already an agent in the database with this name" +msgstr "There is already an agent in the database with this name" + +#: ../../godmode/agentes/configurar_agente.php:297 ../../godmode/menu.php:101 msgid "Module templates" msgstr "Module templates" -#: ../../godmode/menu.php:110 -msgid "Bulk operations" -msgstr "Bulk operations" +#: ../../godmode/agentes/configurar_agente.php:545 +msgid "SNMP explorer" +msgstr "SNMP explorer" -#: ../../godmode/menu.php:115 ../../godmode/massive/massive_operations.php:165 -msgid "Agents operations" -msgstr "Agent operations" +#: ../../godmode/agentes/configurar_agente.php:560 +msgid "Agent manager" +msgstr "Agent manager" -#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:170 -msgid "Modules operations" -msgstr "Module operations" +#: ../../godmode/agentes/configurar_agente.php:583 +#: ../../godmode/servers/modificar_server.php:134 +msgid "Conf file deleted successfully" +msgstr "Conf file deleted successfully" -#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:175 -msgid "Plugins operations" -msgstr "Plugin operations" +#: ../../godmode/agentes/configurar_agente.php:584 +#: ../../godmode/servers/modificar_server.php:135 +msgid "Could not delete conf file" +msgstr "Could not delete conf file" -#: ../../godmode/menu.php:119 ../../godmode/massive/massive_operations.php:160 -msgid "Users operations" -msgstr "User operations" +#: ../../godmode/agentes/configurar_agente.php:621 +#: ../../godmode/agentes/configurar_agente.php:626 +msgid "No data to normalize" +msgstr "No data to normalise" -#: ../../godmode/menu.php:121 ../../godmode/massive/massive_operations.php:155 -msgid "Alerts operations" -msgstr "Alert operations" +#: ../../godmode/agentes/configurar_agente.php:630 +#, php-format +msgid "Deleted data above %f" +msgstr "Deleted data above %f" -#: ../../godmode/menu.php:137 -msgid "List of Alerts" -msgstr "List of Alerts" +#: ../../godmode/agentes/configurar_agente.php:631 +#, php-format +msgid "Error normalizing module %s" +msgstr "Error normalising module %s" -#: ../../godmode/menu.php:159 ../../godmode/menu.php:160 -#: ../../godmode/alerts/alert_special_days.php:43 -msgid "Special days list" -msgstr "List of special days" +#: ../../godmode/agentes/configurar_agente.php:751 +msgid "There was a problem updating the agent" +msgstr "There was a problem updating the agent" -#: ../../godmode/menu.php:179 -msgid "Event filters" -msgstr "Event filters" +#: ../../godmode/agentes/configurar_agente.php:794 +msgid "There was a problem loading the agent" +msgstr "There was a problem loading the agent" -#: ../../godmode/menu.php:183 -msgid "Custom events" -msgstr "Custom events" +#: ../../godmode/agentes/configurar_agente.php:1129 +msgid "" +"There was a problem updating module. Another module already exists with the " +"same name." +msgstr "" +"There was an issue updating the module: there's another module with the same " +"name" -#: ../../godmode/menu.php:199 -msgid "Manage servers" -msgstr "Manage servers" +#: ../../godmode/agentes/configurar_agente.php:1132 +msgid "" +"There was a problem updating module. Some required fields are missed: (name)" +msgstr "" +"There was an issue updating the module: some required fields are missing: " +"(name)" + +#: ../../godmode/agentes/configurar_agente.php:1135 +msgid "There was a problem updating module. \"No change\"" +msgstr "A problem occurred when updating the module. \"No change\"" + +#: ../../godmode/agentes/configurar_agente.php:1140 +msgid "There was a problem updating module. Processing error" +msgstr "A problem occurred when updating the module. Processing error" + +#: ../../godmode/agentes/configurar_agente.php:1160 +msgid "Module successfully updated" +msgstr "Module successfully updated" + +#: ../../godmode/agentes/configurar_agente.php:1268 +msgid "" +"There was a problem adding module. Another module already exists with the " +"same name." +msgstr "" +"A problem occurred when adding the module. There's another module with the " +"same name." + +#: ../../godmode/agentes/configurar_agente.php:1271 +msgid "" +"There was a problem adding module. Some required fields are missed : (name)" +msgstr "" +"There was a problem adding the module: some required fields are missing: " +"(name)" + +#: ../../godmode/agentes/configurar_agente.php:1276 +msgid "There was a problem adding module. Processing error" +msgstr "There was a problem adding the module. Processing error." + +#: ../../godmode/agentes/configurar_agente.php:1412 +msgid "There was a problem deleting the module" +msgstr "There was a problem deleting the module" + +#: ../../godmode/agentes/configurar_agente.php:1415 +msgid "Module deleted succesfully" +msgstr "Module deleted succesfully" + +#: ../../godmode/agentes/configurar_agente.php:1515 +#: ../../include/functions_api.php:7021 +msgid "Save by Pandora Console" +msgstr "Save from Pandora Console" + +#: ../../godmode/agentes/configurar_agente.php:1530 +#: ../../include/functions_api.php:7022 +msgid "Update by Pandora Console" +msgstr "Update from Pandora Console" + +#: ../../godmode/agentes/configurar_agente.php:1543 +#: ../../include/functions_api.php:7023 +msgid "Insert by Pandora Console" +msgstr "Insert from Pandora Console" + +#: ../../godmode/agentes/configurar_agente.php:1597 +#: ../../godmode/agentes/configurar_agente.php:1607 +msgid "Invalid tab specified" +msgstr "Invalid tab specified" + +#: ../../godmode/agentes/module_manager_editor.php:448 +#, php-format +msgid "DEBUG: Invalid module type specified in %s:%s" +msgstr "DEBUG: Invalid module type specified in %s:%s" + +#: ../../godmode/agentes/module_manager_editor.php:449 +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 "" +"Most likely you've recently upgraded from an earlier version of Pandora and " +"you 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" + +#: ../../godmode/agentes/module_manager_editor.php:475 +#: ../../godmode/agentes/module_manager_editor_common.php:625 +msgid "Custom macros" +msgstr "Custom macros" + +#: ../../godmode/agentes/module_manager_editor.php:477 +msgid "Module relations" +msgstr "Module relations" + +#: ../../godmode/agentes/module_manager_editor.php:526 +msgid "No module to predict" +msgstr "No module to predict" + +#: ../../godmode/agentes/module_manager_editor.php:527 +msgid "No plug-in provided" +msgstr "No plug-in provided" + +#: ../../godmode/agentes/module_manager_editor.php:550 +msgid "" +"Error, The field name and name in module_name in data configuration are " +"different." +msgstr "" +"Error: field name and name in the module_name string under data " +"configuration are different." + +#: ../../godmode/agentes/fields_manager.php:31 +msgid "Agents custom fields manager" +msgstr "Agent's custom field manager" + +#: ../../godmode/agentes/fields_manager.php:44 +msgid "The name must not be empty" +msgstr "Name cannot be left empty" + +#: ../../godmode/agentes/fields_manager.php:47 +msgid "The name must be unique" +msgstr "Name must be unique" + +#: ../../godmode/agentes/fields_manager.php:52 +msgid "Field successfully created" +msgstr "Custom field successfully created" + +#: ../../godmode/agentes/fields_manager.php:69 +msgid "Field successfully updated" +msgstr "Field successfully updated" + +#: ../../godmode/agentes/fields_manager.php:72 +msgid "There was a problem modifying field" +msgstr "There was a problem modifying field" + +#: ../../godmode/agentes/fields_manager.php:82 +msgid "There was a problem deleting field" +msgstr "There was an issue deleting the field" + +#: ../../godmode/agentes/fields_manager.php:84 +msgid "Field successfully deleted" +msgstr "Field successfully deleted" + +#: ../../godmode/agentes/fields_manager.php:138 +msgid "Create field" +msgstr "Create field" + +#: ../../godmode/agentes/module_manager_editor_common.php:70 +msgid "Using module component" +msgstr "Using module component" + +#: ../../godmode/agentes/module_manager_editor_common.php:243 +msgid "Dynamic Threshold Interval" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:247 +msgid "Dynamic Threshold Min. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:250 +msgid "Dynamic Threshold Max. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:253 +msgid "Dynamic Threshold Two Tailed: " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:259 +#: ../../godmode/agentes/module_manager_editor_common.php:280 +msgid "Min. " +msgstr "Min. " + +#: ../../godmode/agentes/module_manager_editor_common.php:401 +msgid "Any value below this number is discarted." +msgstr "Any value below this number is discarded" + +#: ../../godmode/agentes/module_manager_editor_common.php:403 +msgid "Any value over this number is discarted." +msgstr "Any value larger than this number is discarded" + +#: ../../godmode/agentes/module_manager_editor_common.php:406 +#: ../../godmode/massive/massive_edit_modules.php:524 +msgid "Export target" +msgstr "Export target" + +#: ../../godmode/agentes/module_manager_editor_common.php:416 +msgid "" +"In case you use an Export server you can link this module and export data to " +"one these." +msgstr "" +"In case you're using an Export server you can link this module and export " +"data to one of these." + +#: ../../godmode/agentes/module_manager_editor_common.php:435 +#: ../../godmode/massive/massive_edit_modules.php:544 +msgid "FF interval" +msgstr "FF interval" + +#: ../../godmode/agentes/module_manager_editor_common.php:438 +#: ../../godmode/massive/massive_edit_modules.php:545 +msgid "Module execution flip flop time interval (in secs)." +msgstr "Module execution flip flop time interval (in secs)." + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +msgid "Tags from policy" +msgstr "Tags from policy" + +#: ../../godmode/agentes/module_manager_editor_common.php:546 +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." + +#: ../../godmode/agentes/module_manager_editor_common.php:567 +#: ../../godmode/agentes/module_manager_editor_common.php:573 +msgid "Cron" +msgstr "Cron" + +#: ../../godmode/agentes/module_manager_editor_common.php:568 +#: ../../godmode/agentes/module_manager_editor_common.php:574 +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" + +#: ../../godmode/agentes/module_manager_editor_common.php:580 +#: ../../godmode/massive/massive_edit_modules.php:602 +msgid "Seconds that agent will wait for the execution of the module." +msgstr "Seconds that the agent will wait for the module to run." + +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Number of retries that the module will attempt to run." +msgstr "Number of module launch retry attempts" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Add relationship" +msgstr "Add relation" + +#: ../../godmode/agentes/module_manager_editor_common.php:677 +msgid "Changes" +msgstr "Changes" + +#: ../../godmode/agentes/module_manager_editor_common.php:677 +msgid "Activate this to prevent the relation from being updated or deleted" +msgstr "Activate this to prevent the relation from being updated or deleted" + +#: ../../godmode/agentes/planned_downtime.list.php:46 +msgid "An error occurred while migrating the malformed planned downtimes" +msgstr "An error occurred while migrating faulty planned downtimes" + +#: ../../godmode/agentes/planned_downtime.list.php:47 +msgid "Please run the migration again or contact with the administrator" +msgstr "Please run the migration again or contact the administrator" + +#: ../../godmode/agentes/planned_downtime.list.php:79 +msgid "An error occurred stopping the planned downtime" +msgstr "An error occurred when attempting to stop planned downtime." + +#: ../../godmode/agentes/planned_downtime.list.php:101 +msgid "This planned downtime is running" +msgstr "This planned downtime is running" + +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.editor.php:494 +msgid "Once" +msgstr "Once" + +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.list.php:434 +#: ../../godmode/agentes/planned_downtime.editor.php:495 +msgid "Periodically" +msgstr "Periodically" + +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Execution type" +msgstr "Execution type" + +#: ../../godmode/agentes/planned_downtime.list.php:156 +msgid "Show past downtimes" +msgstr "Show past downtimes" + +#: ../../godmode/agentes/planned_downtime.list.php:358 +#: ../../godmode/agentes/planned_downtime.export_csv.php:199 +msgid "No planned downtime" +msgstr "No planned downtime" + +#: ../../godmode/agentes/planned_downtime.list.php:391 +msgid "Name #Ag." +msgstr "Name #Ag." + +#: ../../godmode/agentes/planned_downtime.list.php:400 +#: ../../godmode/agentes/planned_downtime.list.php:456 +msgid "Stop downtime" +msgstr "Stop downtime" + +#: ../../godmode/agentes/planned_downtime.list.php:428 +#: ../../godmode/agentes/planned_downtime.editor.php:489 +msgid "Disabled Agents" +msgstr "Disable Agents" + +#: ../../godmode/agentes/planned_downtime.list.php:429 +#: ../../godmode/agentes/planned_downtime.editor.php:490 +msgid "Disabled only Alerts" +msgstr "Disable only Alerts" + +#: ../../godmode/agentes/planned_downtime.list.php:433 +msgid "once" +msgstr "once" + +#: ../../godmode/agentes/planned_downtime.list.php:442 +msgid "Not running" +msgstr "Not running" + +#: ../../godmode/agentes/planned_downtime.list.php:535 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "WARNING: There are malformed planned downtimes" +msgstr "WARNING: there are faulty planned downtimes" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "Do you want to migrate automatically the malformed items?" +msgstr "Do you want to automatically migrate the faulty items" + +#: ../../godmode/agentes/agent_template.php:69 +msgid "Created by template " +msgstr "Created from a template " + +#: ../../godmode/agentes/agent_template.php:156 +msgid "Error adding modules" +msgstr "Error adding modules" + +#: ../../godmode/agentes/agent_template.php:158 +msgid "Error adding modules. The following errors already exists: " +msgstr "Error adding modules. The following errors already exist: " + +#: ../../godmode/agentes/agent_template.php:161 +msgid "Modules successfully added" +msgstr "Modules successfully added" + +#: ../../godmode/agentes/agent_template.php:188 +msgid "Assign" +msgstr "Assign" + +#: ../../godmode/agentes/agent_template.php:262 +#: ../../mobile/operation/modules.php:587 +msgid "No modules" +msgstr "No modules" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297 +msgid "No agent selected or the agent does not exist" +msgstr "No agent selected or the agent does not exist" + +#: ../../godmode/agentes/agent_conf_gis.php:53 +msgid "" +"When you change the Agent position, the agent automatically activates the " +"'Ignore new GIS data' option" +msgstr "" +"When you change the agent's position, the agent will automatically activate " +"the 'Ignore new GIS data' option." + +#: ../../godmode/agentes/agent_conf_gis.php:60 +msgid "Agent position" +msgstr "Agent position" + +#: ../../godmode/agentes/agent_conf_gis.php:66 +msgid "Latitude: " +msgstr "Latitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:70 +msgid "Longitude: " +msgstr "Longitude: " + +#: ../../godmode/agentes/agent_conf_gis.php:74 +msgid "Altitude: " +msgstr "Altitude: " + +#: ../../godmode/agentes/planned_downtime.editor.php:115 +#: ../../godmode/agentes/planned_downtime.editor.php:187 +#: ../../godmode/agentes/planned_downtime.editor.php:941 +msgid "This elements cannot be modified while the downtime is being executed" +msgstr "These items cannot be modified while downtime is taking place" + +#: ../../godmode/agentes/planned_downtime.editor.php:212 +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:678 +msgid "" +"Not created. Error inserting data. Start time must be higher than the " +"current time" +msgstr "" +"Couldn't be created: error during data insertion. Start time must be higher " +"than the current time." + +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:682 +#: ../../include/functions_planned_downtimes.php:687 +#: ../../include/functions_planned_downtimes.php:695 +#: ../../include/functions_planned_downtimes.php:702 +msgid "Not created. Error inserting data" +msgstr "Not created. Error inserting data" + +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:683 +msgid "The end date must be higher than the start date" +msgstr "The end date cannot be earlier than the start date" + +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../include/functions_planned_downtimes.php:688 +msgid "The end date must be higher than the current time" +msgstr "End date must be after current time" + +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:592 +#: ../../godmode/agentes/planned_downtime.editor.php:600 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:696 +msgid "The end time must be higher than the start time" +msgstr "End time must be after start time" + +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:581 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:703 +msgid "The end day must be higher than the start day" +msgstr "The end date cannot be earlier than the start date" + +#: ../../godmode/agentes/planned_downtime.editor.php:275 +#: ../../include/functions_planned_downtimes.php:94 +#: ../../include/functions_planned_downtimes.php:717 +msgid "Each planned downtime must have a different name" +msgstr "Each planned downtime must have a different name" + +#: ../../godmode/agentes/planned_downtime.editor.php:280 +#: ../../godmode/agentes/planned_downtime.editor.php:307 +#: ../../include/functions_planned_downtimes.php:100 +#: ../../include/functions_planned_downtimes.php:722 +msgid "Planned downtime must have a name" +msgstr "Planned downtime must have a name" + +#: ../../godmode/agentes/planned_downtime.editor.php:318 +msgid "Cannot be modified while the downtime is being executed" +msgstr "Cannot be modified while downtime is taking place" + +#: ../../godmode/agentes/planned_downtime.editor.php:485 +msgid "Quiet: Modules will not generate events or fire alerts." +msgstr "Quiet: Modules will not generate events or fire alerts." + +#: ../../godmode/agentes/planned_downtime.editor.php:486 +msgid "Disable Agents: Disables the selected agents." +msgstr "Disable Agents: Disables the selected agents." + +#: ../../godmode/agentes/planned_downtime.editor.php:487 +msgid "Disable Alerts: Disable alerts for the selected agents." +msgstr "Disable Alerts: disables alerts for the selected agents." + +#: ../../godmode/agentes/planned_downtime.editor.php:500 +msgid "Configure the time" +msgstr "Set time" + +#: ../../godmode/agentes/planned_downtime.editor.php:506 +#: ../../include/functions_reporting_html.php:63 +#: ../../include/functions_reporting_html.php:2648 +msgid "From:" +msgstr "From:" + +#: ../../godmode/agentes/planned_downtime.editor.php:517 +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:2649 +msgid "To:" +msgstr "To:" + +#: ../../godmode/agentes/planned_downtime.editor.php:531 +msgid "Type Periodicity:" +msgstr "Periodicity type:" + +#: ../../godmode/agentes/planned_downtime.editor.php:569 +msgid "From day:" +msgstr "set start date" + +#: ../../godmode/agentes/planned_downtime.editor.php:575 +msgid "To day:" +msgstr "Set end date" + +#: ../../godmode/agentes/planned_downtime.editor.php:586 +msgid "From hour:" +msgstr "Set start time" + +#: ../../godmode/agentes/planned_downtime.editor.php:594 +msgid "To hour:" +msgstr "Set end time" + +#: ../../godmode/agentes/planned_downtime.editor.php:637 +msgid "Available agents" +msgstr "Available agents" + +#: ../../godmode/agentes/planned_downtime.editor.php:714 +msgid "Available modules:" +msgstr "Available modules:" + +#: ../../godmode/agentes/planned_downtime.editor.php:715 +msgid "Only for type Quiet for downtimes." +msgstr "Only for quiet type downtimes" + +#: ../../godmode/agentes/planned_downtime.editor.php:729 +msgid "Agents planned for this downtime" +msgstr "Selected agents for this downtime" + +#: ../../godmode/agentes/planned_downtime.editor.php:744 +msgid "There are no agents" +msgstr "There are no agents" + +#: ../../godmode/agentes/planned_downtime.editor.php:779 +msgid "All alerts" +msgstr "All alerts" + +#: ../../godmode/agentes/planned_downtime.editor.php:782 +msgid "Entire agent" +msgstr "Entire agent" + +#: ../../godmode/agentes/planned_downtime.editor.php:786 +#: ../../godmode/agentes/planned_downtime.editor.php:891 +msgid "All modules" +msgstr "All modules" + +#: ../../godmode/agentes/planned_downtime.editor.php:789 +#: ../../godmode/agentes/planned_downtime.editor.php:883 +#: ../../godmode/agentes/planned_downtime.editor.php:887 +msgid "Some modules" +msgstr "Some modules" + +#: ../../godmode/agentes/planned_downtime.editor.php:855 +msgid "Add Module:" +msgstr "Add Module:" + +#: ../../godmode/agentes/planned_downtime.editor.php:1071 +msgid "Please select a module." +msgstr "Please select a module." + +#: ../../godmode/agentes/planned_downtime.editor.php:1203 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" +"WARNING: if you edit this planned downtime, it may alter the data on future " +"SLA reports." + +#: ../../godmode/agentes/module_manager_editor_prediction.php:96 +msgid "Source module" +msgstr "Source module" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:124 +#: ../../godmode/agentes/module_manager_editor_prediction.php:149 +msgid "Select Module" +msgstr "Select Module" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +#: ../../godmode/modules/manage_network_components_form_wmi.php:32 +msgid "WMI query" +msgstr "WMI query" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +msgid "Key string" +msgstr "Key string" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +msgid "Field number" +msgstr "Field number" + +#: ../../godmode/netflow/nf_item_list.php:44 +#: ../../godmode/netflow/nf_item_list.php:54 +msgid "Report items" +msgstr "Report items" + +#: ../../godmode/netflow/nf_item_list.php:49 +msgid "Edit report" +msgstr "Edit report" + +#: ../../godmode/netflow/nf_item_list.php:58 +msgid "Netflow reports" +msgstr "Netflow reports" + +#: ../../godmode/netflow/nf_item_list.php:59 +msgid "Item list" +msgstr "List of Items" + +#: ../../godmode/netflow/nf_item_list.php:151 +msgid "Chart type" +msgstr "Chart type" + +#: ../../godmode/netflow/nf_item_list.php:255 +msgid "There are no defined items" +msgstr "There are no items defined" + +#: ../../godmode/netflow/nf_edit.php:39 +msgid "Manage Netflow Filter" +msgstr "Manage Netflow Filter" + +#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 +#: ../../godmode/netflow/nf_edit_form.php:66 +#: ../../godmode/netflow/nf_edit_form.php:71 ../../godmode/menu.php:56 +msgid "Netflow filters" +msgstr "Netflow filters" + +#: ../../godmode/netflow/nf_edit.php:162 +#: ../../godmode/events/event_filter.php:158 +msgid "There are no defined filters" +msgstr "There are no filters set" + +#: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/events/events.php:42 +msgid "Filter list" +msgstr "Filter list" + +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" +msgstr "Add filter" + +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "Netflow Filter" + +#: ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/modules/manage_nc_groups.php:99 +#: ../../godmode/setup/news.php:88 +#: ../../godmode/events/event_edit_filter.php:172 +msgid "Not updated. Error updating data" +msgstr "Couldn't update. Error updating data." + +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "Filter:" + +#: ../../godmode/servers/plugin.php:53 +msgid "Network Components" +msgstr "Network Components" + +#: ../../godmode/servers/plugin.php:224 +#: ../../godmode/setup/file_manager.php:63 +#: ../../include/functions_filemanager.php:561 +#, php-format +msgid "Index of %s" +msgstr "Index of %s" + +#: ../../godmode/servers/plugin.php:266 +msgid "Plugin creation" +msgstr "Plug-in creation" + +#: ../../godmode/servers/plugin.php:269 +msgid "Plugin update" +msgstr "Plug-in update" + +#: ../../godmode/servers/plugin.php:299 +msgid "Plugin type" +msgstr "Plug-in type" + +#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 +msgid "Standard" +msgstr "Standard" + +#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 +msgid "Nagios" +msgstr "Nagios" + +#: ../../godmode/servers/plugin.php:306 +msgid "Max. timeout" +msgstr "Max. timeout" + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"This value only will be applied if is minor than the server general " +"configuration plugin timeout" +msgstr "" +"This value will only be applied if it's less than the timeout for the " +"server's general configuration plugin." + +#: ../../godmode/servers/plugin.php:306 +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's plugin timeout will be " +"used." + +#: ../../godmode/servers/plugin.php:362 +msgid "Plugin command" +msgstr "Plug-in command" + +#: ../../godmode/servers/plugin.php:373 +msgid "Plug-in parameters" +msgstr "Plug-in parameters" + +#: ../../godmode/servers/plugin.php:381 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/alerts/configure_alert_action.php:153 +msgid "Command preview" +msgstr "Command preview" + +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +msgid "Command" +msgstr "Command" + +#: ../../godmode/servers/plugin.php:464 +#: ../../godmode/servers/recon_script.php:174 +msgid "Hide value" +msgstr "Hide Value" + +#: ../../godmode/servers/plugin.php:464 +#: ../../godmode/servers/recon_script.php:174 +msgid "This field will show up as dots like a password" +msgstr "This field is only going to display dots like a password window." + +#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 +msgid "Parameters macros" +msgstr "Macro parameters" + +#: ../../godmode/servers/plugin.php:564 +msgid "Plugins registered in Pandora FMS" +msgstr "Plug-ins registered on Pandora FMS" + +#: ../../godmode/servers/plugin.php:569 +msgid "You need to create your own plugins with Windows compatibility" +msgstr "You'll need to create your own Windows-compatible plugins" + +#: ../../godmode/servers/plugin.php:629 +msgid "Problem updating plugin" +msgstr "Problem updating plugin" + +#: ../../godmode/servers/plugin.php:632 +msgid "Plugin updated successfully" +msgstr "Plugin updated successfully" + +#: ../../godmode/servers/plugin.php:687 +msgid "Problem creating plugin" +msgstr "Problem creating plugin" + +#: ../../godmode/servers/plugin.php:690 +msgid "Plugin created successfully" +msgstr "Plugin created successfully" + +#: ../../godmode/servers/plugin.php:700 +msgid "Problem deleting plugin" +msgstr "Problem deleting plugin" + +#: ../../godmode/servers/plugin.php:703 +msgid "Plugin deleted successfully" +msgstr "Plugin deleted successfully" + +#: ../../godmode/servers/plugin.php:782 +msgid "All the modules that are using this plugin will be deleted" +msgstr "All modules that are using this plugin will be deleted" + +#: ../../godmode/servers/plugin.php:789 +msgid "There are no plugins in the system" +msgstr "There are no plugins on the system" + +#: ../../godmode/servers/plugin.php:801 +#, php-format +msgid "List of modules and components created by \"%s\" " +msgstr "List of modules and components created by \"%s\" " + +#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 +msgid "Some modules or components are using the plugin" +msgstr "Some modules or components are using the plugin" + +#: ../../godmode/servers/plugin.php:910 +msgid "" +"The modules or components should be updated manually or using the bulk " +"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" + +#: ../../godmode/servers/plugin.php:912 +msgid "Are you sure you want to perform this action?" +msgstr "Are you sure you want to perform this action?" + +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" +msgstr "Are you sure you want to unlock this item?" + +#: ../../godmode/servers/plugin.php:946 +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." + +#: ../../godmode/servers/plugin.php:952 +msgid "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" +msgstr "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" + +#: ../../godmode/servers/servers.build_table.php:142 +msgid "Reset module status and fired alert counts" +msgstr "Reset module status and fired alert counts" + +#: ../../godmode/servers/servers.build_table.php:148 +msgid "Claim back SNMP modules" +msgstr "Reclaim SNMP modules" + +#: ../../godmode/servers/recon_script.php:73 +msgid "Recon script creation" +msgstr "Recon script creation" + +#: ../../godmode/servers/recon_script.php:75 +msgid "Recon script update" +msgstr "Recon script update" + +#: ../../godmode/servers/recon_script.php:101 +msgid "Script fullpath" +msgstr "Script fullpath" + +#: ../../godmode/servers/recon_script.php:228 +msgid "Recon scripts registered in Pandora FMS" +msgstr "Recon scripts registered on Pandora FMS" + +#: ../../godmode/servers/recon_script.php:271 +msgid "Problem updating" +msgstr "Problem updating" + +#: ../../godmode/servers/recon_script.php:317 +msgid "Problem creating" +msgstr "Problem creating" + +#: ../../godmode/servers/recon_script.php:331 +msgid "Problem deleting reconscript" +msgstr "Problem deleting reconscript" + +#: ../../godmode/servers/recon_script.php:334 +msgid "reconscript deleted successfully" +msgstr "Reconscript deleted successfully" + +#: ../../godmode/servers/recon_script.php:378 +msgid "There are no recon scripts in the system" +msgstr "There are no recon scripts in the system" + +#: ../../godmode/servers/manage_recontask_form.php:181 +#: ../../godmode/servers/manage_recontask.php:43 +#: ../../include/functions_menu.php:473 +msgid "Manage recontask" +msgstr "Manage recon task" + +#: ../../godmode/servers/manage_recontask_form.php:188 +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." + +#: ../../godmode/servers/manage_recontask_form.php:223 +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 won't " +"run." + +#: ../../godmode/servers/manage_recontask_form.php:231 +msgid "Network sweep" +msgstr "Network sweep" + +#: ../../godmode/servers/manage_recontask_form.php:248 +msgid "Manual interval means that it will be executed only On-demand" +msgstr "Manual interval means that it's going to run only on demand." + +#: ../../godmode/servers/manage_recontask_form.php:255 +msgid "The minimum recomended interval for Recon Task is 5 minutes" +msgstr "The minimum recommended interval for a recon task is 5 minutes" + +#: ../../godmode/servers/manage_recontask_form.php:260 +msgid "Module template" +msgstr "Module template" -#: ../../godmode/menu.php:209 #: ../../godmode/servers/manage_recontask_form.php:269 +#: ../../godmode/menu.php:219 msgid "Recon script" msgstr "Recon script" -#: ../../godmode/menu.php:233 -msgid "General Setup" -msgstr "General Setup" +#: ../../godmode/servers/manage_recontask_form.php:294 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Ports" +msgstr "Ports" -#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:121 -msgid "Visual styles" -msgstr "Visual styles" +#: ../../godmode/servers/manage_recontask_form.php:297 +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 don't want to perform a sweep using " +"portscan." -#: ../../godmode/menu.php:261 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" -msgstr "GIS map connection" +#: ../../godmode/servers/manage_recontask_form.php:308 +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 incident or not." -#: ../../godmode/menu.php:265 ../../godmode/setup/os.php:139 -msgid "Edit OS" -msgstr "Edit OS" +#: ../../godmode/servers/manage_recontask_form.php:311 +msgid "SNMP Default community" +msgstr "SNMP Default community" -#: ../../godmode/menu.php:276 -msgid "Admin tools" -msgstr "Admin tools" +#: ../../godmode/servers/manage_recontask_form.php:317 +msgid "Explanation" +msgstr "Explanation" -#: ../../godmode/menu.php:282 -msgid "System audit log" -msgstr "System audit log" +#: ../../godmode/servers/manage_recontask_form.php:358 +msgid "OS detection" +msgstr "OS detection" -#: ../../godmode/menu.php:284 ../../godmode/menu.php:409 -#: ../../general/links_menu.php:20 -msgid "Links" -msgstr "Links" +#: ../../godmode/servers/manage_recontask_form.php:362 +msgid "Name resolution" +msgstr "Name resolution" -#: ../../godmode/menu.php:286 -msgid "Update manager" -msgstr "Update manager" +#: ../../godmode/servers/manage_recontask_form.php:366 +msgid "Parent detection" +msgstr "Parent detection" -#: ../../godmode/menu.php:294 -msgid "DB maintenance" -msgstr "DB maintenance" +#: ../../godmode/servers/manage_recontask_form.php:370 +msgid "Parent recursion" +msgstr "Parent recursion" -#: ../../godmode/menu.php:299 -msgid "DB information" -msgstr "DB information" +#: ../../godmode/servers/manage_recontask_form.php:371 +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." -#: ../../godmode/menu.php:300 ../../godmode/db/db_purge.php:38 -msgid "Database purge" -msgstr "Database purge" +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" +msgstr "Successfully deleted recon task" -#: ../../godmode/menu.php:302 -msgid "Database audit" -msgstr "Database audit" +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" +msgstr "Error deleting recon task" -#: ../../godmode/menu.php:303 -msgid "Database event" -msgstr "Database events" +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:177 +msgid "Successfully updated recon task" +msgstr "Recon task successfully updated" -#: ../../godmode/menu.php:307 -msgid "Diagnostic info" -msgstr "Diagnostic info" +#: ../../godmode/servers/manage_recontask.php:75 +#: ../../godmode/servers/manage_recontask.php:180 +msgid "Error updating recon task" +msgstr "Error updating recon task" -#: ../../godmode/menu.php:310 -msgid "Site news" -msgstr "Site news" +#: ../../godmode/servers/manage_recontask.php:161 +#: ../../godmode/servers/manage_recontask.php:231 +msgid "Wrong format in Subnet field" +msgstr "Wrong format in the Subnet field" -#: ../../godmode/menu.php:316 ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" -msgstr "SNMP Wizard" +#: ../../godmode/servers/manage_recontask.php:227 +msgid "Recon-task name already exists and incorrect format in Subnet field" +msgstr "" +"The recon task's name already exists and the format is incorrect for the " +"Subnet field." -#: ../../godmode/menu.php:327 -msgid "Extension manager" -msgstr "Extension manager" +#: ../../godmode/servers/manage_recontask.php:235 +#: ../../godmode/servers/manage_recontask.php:244 +msgid "Recon-task name already exists" +msgstr "The recon task's name already exists" + +#: ../../godmode/servers/manage_recontask.php:258 +msgid "Successfully created recon task" +msgstr "Recon task successfully created" + +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Error creating recon task" +msgstr "Error creating recon task" + +#: ../../godmode/servers/manage_recontask.php:384 +msgid "There are no recon task configured" +msgstr "There are no recon tasks set up" + +#: ../../godmode/servers/modificar_server.php:35 +msgid "Update Server" +msgstr "Update Server" + +#: ../../godmode/servers/modificar_server.php:61 +msgid "Remote Configuration" +msgstr "Remote Configuration" + +#: ../../godmode/servers/modificar_server.php:66 +msgid "Pandora servers" +msgstr "Pandora servers" + +#: ../../godmode/servers/modificar_server.php:112 +msgid "Server updated successfully" +msgstr "Server updated successfully" + +#: ../../godmode/servers/modificar_server.php:115 +msgid "There was a problem updating the server" +msgstr "There was a problem updating the server" + +#: ../../godmode/groups/group_list.php:158 +msgid "Edit or delete groups can cause problems with synchronization" +msgstr "Editing or deleting groups can cause problems with synchronization" + +#: ../../godmode/groups/group_list.php:164 +msgid "Groups defined in Pandora" +msgstr "Groups defined in Pandora" + +#: ../../godmode/groups/group_list.php:208 +#: ../../godmode/groups/modu_group_list.php:75 +msgid "Group successfully created" +msgstr "Group successfully created" + +#: ../../godmode/groups/group_list.php:211 +#: ../../godmode/groups/modu_group_list.php:78 +msgid "There was a problem creating group" +msgstr "There was a problem creating the group" + +#: ../../godmode/groups/group_list.php:215 +msgid "Each group must have a different name" +msgstr "Each group must have a different name" + +#: ../../godmode/groups/group_list.php:220 +msgid "Group must have a name" +msgstr "Group must have a name" + +#: ../../godmode/groups/group_list.php:263 +#: ../../godmode/groups/modu_group_list.php:106 +msgid "Group successfully updated" +msgstr "Group successfully updated" + +#: ../../godmode/groups/group_list.php:266 +#: ../../godmode/groups/modu_group_list.php:109 +msgid "There was a problem modifying group" +msgstr "There was a problem modifying the group" + +#: ../../godmode/groups/group_list.php:291 +#, php-format +msgid "The group is not empty. It is use in %s." +msgstr "The group isn't empty. It's used in %s." + +#: ../../godmode/groups/group_list.php:295 +#: ../../godmode/groups/modu_group_list.php:138 +msgid "Group successfully deleted" +msgstr "Group successfully deleted" + +#: ../../godmode/groups/group_list.php:298 +#: ../../godmode/groups/modu_group_list.php:136 +msgid "There was a problem deleting group" +msgstr "There was a problem deleting group" + +#: ../../godmode/groups/group_list.php:387 +msgid "There are no defined groups" +msgstr "There are no groups defined" + +#: ../../godmode/groups/group_list.php:393 +#: ../../godmode/groups/configure_group.php:92 +msgid "Create group" +msgstr "Create group" + +#: ../../godmode/groups/configure_group.php:90 +msgid "Update group" +msgstr "Update group" + +#: ../../godmode/groups/configure_group.php:104 +msgid "Update Group" +msgstr "Update Group" + +#: ../../godmode/groups/configure_group.php:106 +msgid "Create Group" +msgstr "Create Group" + +#: ../../godmode/groups/configure_group.php:142 +msgid "You have not access to the parent." +msgstr "You don't have access to the parent" + +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate ACL" +msgstr "Propagate ACL" + +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate the same ACL security into the child subgroups." +msgstr "Propagate the same ACL security onto the child subgroups" + +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact" +msgstr "Contact" + +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact information accessible through the _groupcontact_ macro" +msgstr "Contact information can be accessed using the _groupcontact_ macro" + +#: ../../godmode/groups/configure_group.php:176 +msgid "Information accessible through the _group_other_ macro" +msgstr "Information can be accessed using the _group_other_ macro" + +#: ../../godmode/groups/configure_group.php:221 +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're 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 on to the node. " + +#: ../../godmode/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "Module groups defined in Pandora" + +#: ../../godmode/groups/modu_group_list.php:82 +#: ../../godmode/groups/modu_group_list.php:113 +msgid "Each module group must have a different name" +msgstr "Each module group must have a different name" + +#: ../../godmode/groups/modu_group_list.php:86 +#: ../../godmode/groups/modu_group_list.php:117 +msgid "Module group must have a name" +msgstr "The module group must be named" + +#: ../../godmode/groups/modu_group_list.php:208 +msgid "There are no defined module groups" +msgstr "There are no module groups defined" + +#: ../../godmode/groups/modu_group_list.php:213 +msgid "Create module group" +msgstr "Create module group" + +#: ../../godmode/groups/configure_modu_group.php:32 +msgid "Module group management" +msgstr "Module group management" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "SNMP Trap generator" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" +msgstr "Empty parameters" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" +msgstr "Successfully generated" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#, php-format +msgid "Could not be generated: %s" +msgstr "Could not be generated: %s" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 +msgid "SNMP Type" +msgstr "SNMP Type" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 +msgid "Generate trap" +msgstr "Generate trap" + +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "Filter overview" +msgstr "Filter overview" + +#: ../../godmode/snmpconsole/snmp_filters.php:51 +msgid "There was a problem updating the filter" +msgstr "There was a problem updating the filter" + +#: ../../godmode/snmpconsole/snmp_filters.php:63 +msgid "There was a problem creating the filter" +msgstr "There was a problem creating the filter" + +#: ../../godmode/snmpconsole/snmp_filters.php:73 +msgid "There was a problem deleting the filter" +msgstr "There was a problem deleting the filter" + +#: ../../godmode/snmpconsole/snmp_filters.php:98 +msgid "" +"This field contains a substring, could be part of a IP address, a numeric " +"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." + +#: ../../godmode/snmpconsole/snmp_alert.php:72 +msgid "Update alert" +msgstr "Update alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:80 +msgid "Alert overview" +msgstr "Alert overview" + +#: ../../godmode/snmpconsole/snmp_alert.php:227 +msgid "There was a problem creating the alert" +msgstr "There was a problem creating the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:295 +msgid "There was a problem updating the alert" +msgstr "There was a problem updating the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:455 +msgid "There was a problem deleting the alert" +msgstr "There was a problem deleting the alert" + +#: ../../godmode/snmpconsole/snmp_alert.php:575 +#: ../../godmode/snmpconsole/snmp_alert.php:585 +#: ../../godmode/snmpconsole/snmp_alert.php:595 +#: ../../godmode/snmpconsole/snmp_alert.php:607 +#: ../../godmode/snmpconsole/snmp_alert.php:619 +#: ../../godmode/snmpconsole/snmp_alert.php:631 +#: ../../godmode/snmpconsole/snmp_alert.php:643 +#: ../../godmode/snmpconsole/snmp_alert.php:653 +#: ../../godmode/snmpconsole/snmp_alert.php:663 +#: ../../godmode/snmpconsole/snmp_alert.php:673 +#: ../../godmode/snmpconsole/snmp_alert.php:683 +#: ../../godmode/snmpconsole/snmp_alert.php:692 +#: ../../godmode/snmpconsole/snmp_alert.php:701 +#: ../../godmode/snmpconsole/snmp_alert.php:710 +#: ../../godmode/snmpconsole/snmp_alert.php:719 +#: ../../godmode/snmpconsole/snmp_alert.php:728 +#: ../../godmode/snmpconsole/snmp_alert.php:737 +#: ../../godmode/snmpconsole/snmp_alert.php:745 +#: ../../godmode/snmpconsole/snmp_alert.php:753 +#: ../../godmode/snmpconsole/snmp_alert.php:761 +msgid "Variable bindings/Data" +msgstr "Variable bindings/Data" + +#: ../../godmode/snmpconsole/snmp_alert.php:840 +#: ../../godmode/snmpconsole/snmp_alert.php:1045 +msgid "Alert action" +msgstr "Alert action" + +#: ../../godmode/snmpconsole/snmp_alert.php:894 +msgid "" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Variable bindings/Datas." +msgstr "" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Variable bindings/Datas." + +#: ../../godmode/snmpconsole/snmp_alert.php:913 +msgid "Alert SNMP control filter" +msgstr "Alert SNMP control filter" + +#: ../../godmode/snmpconsole/snmp_alert.php:1006 +msgid "There are no SNMP alerts" +msgstr "There are no SNMP alerts" + +#: ../../godmode/snmpconsole/snmp_alert.php:1054 +msgid "Custom Value/Enterprise String" +msgstr "Custom Value/Enterprise String" + +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +#: ../../include/functions_treeview.php:370 +#: ../../include/functions_reporting_html.php:2136 +#: ../../include/functions_reporting_html.php:2364 +msgid "Times fired" +msgstr "Times fired" + +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +msgid "TF." +msgstr "TF." + +#: ../../godmode/snmpconsole/snmp_alert.php:1143 +msgid "ID Alert SNMP" +msgstr "SNMP Alert ID" + +#: ../../godmode/snmpconsole/snmp_alert.php:1367 +msgid "Add action " +msgstr "Add Action " + +#: ../../godmode/extensions.php:27 +msgid "Defined extensions" +msgstr "Defined extensions" + +#: ../../godmode/extensions.php:32 +msgid "There are no extensions defined" +msgstr "There are no extensions defined" #: ../../godmode/extensions.php:146 msgid "Godmode Function" @@ -26540,110 +25705,679 @@ msgstr "Agent operation tab" msgid "Agent godmode tab" msgstr "Agent godmode tab" -#: ../../godmode/events/event_filter.php:154 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -msgstr "There are no filters set" +#: ../../godmode/category/category.php:44 +#: ../../godmode/category/category.php:51 +#: ../../godmode/category/edit_category.php:43 +#: ../../godmode/category/edit_category.php:50 +msgid "List categories" +msgstr "List categories" -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" -msgstr "Response added succesfully" +#: ../../godmode/category/category.php:58 +#: ../../godmode/category/category.php:61 +#: ../../godmode/category/edit_category.php:57 +#: ../../godmode/category/edit_category.php:60 +msgid "Categories configuration" +msgstr "Category settings" -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" -msgstr "Response cannot be added" +#: ../../godmode/category/category.php:72 +msgid "Error deleting category" +msgstr "Error deleting category" -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" -msgstr "Response successfully updated" +#: ../../godmode/category/category.php:76 +msgid "Successfully deleted category" +msgstr "Successfully deleted category" -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" -msgstr "Response cannot be updated" +#: ../../godmode/category/category.php:110 +msgid "Category name" +msgstr "Category name" -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" -msgstr "Response successfully deleted" +#: ../../godmode/category/category.php:141 +msgid "No categories found" +msgstr "No categories found" -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" -msgstr "Response cannot be deleted" +#: ../../godmode/category/category.php:150 +#: ../../godmode/category/edit_category.php:146 +msgid "Create category" +msgstr "Create category" -#: ../../godmode/events/event_responses.editor.php:63 -msgid "Edit event responses" -msgstr "Edit event responses" +#: ../../godmode/category/edit_category.php:57 +msgid "Editor" +msgstr "Editor" -#: ../../godmode/events/event_responses.editor.php:93 -msgid "For Command type Modal Window mode is enforced" -msgstr "For Command type Modal Window mode is enforced" +#: ../../godmode/category/edit_category.php:76 +msgid "Error updating category" +msgstr "Error updating category" -#: ../../godmode/events/event_responses.editor.php:94 -msgid "Modal window" -msgstr "Modal window" +#: ../../godmode/category/edit_category.php:80 +msgid "Successfully updated category" +msgstr "Category successfully updated" -#: ../../godmode/events/event_responses.editor.php:94 -msgid "New window" -msgstr "New window" +#: ../../godmode/category/edit_category.php:99 +msgid "Error creating category" +msgstr "Error creating category" -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/alerts/configure_alert_command.php:150 -#: ../../godmode/alerts/configure_alert_action.php:128 -#: ../../godmode/servers/plugin.php:338 ../../godmode/servers/plugin.php:344 -#: ../../godmode/servers/plugin.php:687 -#: ../../godmode/servers/recon_script.php:370 -#: ../../godmode/massive/massive_edit_plugins.php:437 -msgid "Command" -msgstr "Command" +#: ../../godmode/category/edit_category.php:105 +msgid "Successfully created category" +msgstr "Category successfully created" -#: ../../godmode/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "No responses found" +#: ../../godmode/category/edit_category.php:137 +msgid "Update category" +msgstr "Update category" -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "Create response" +#: ../../godmode/massive/massive_add_action_alerts.php:85 +msgid "No alerts selected" +msgstr "No alerts selected" -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "Load default event fields" +#: ../../godmode/massive/massive_add_action_alerts.php:105 +msgid "No action selected" +msgstr "No action selected" -#: ../../godmode/events/custom_events.php:133 -msgid "Default event fields will be loaded. Do you want to continue?" -msgstr "Default event fields will be loaded. Continue?" +#: ../../godmode/massive/massive_add_action_alerts.php:142 +#: ../../godmode/massive/massive_delete_action_alerts.php:145 +msgid "Agents with templates" +msgstr "Agents with templates" -#: ../../godmode/events/events.php:41 -#: ../../godmode/netflow/nf_edit_form.php:55 -msgid "Filter list" -msgstr "Filter list" - -#: ../../godmode/events/event_edit_filter.php:159 -#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88 -#: ../../godmode/modules/manage_nc_groups.php:99 -msgid "Not updated. Error updating data" -msgstr "Couldn't update. Error updating data." - -#: ../../godmode/events/event_edit_filter.php:190 -msgid "Update Filter" -msgstr "Update Filter" - -#: ../../godmode/events/event_edit_filter.php:193 -msgid "Create Filter" -msgstr "Create Filter" - -#: ../../godmode/events/event_edit_filter.php:207 +#: ../../godmode/massive/massive_add_action_alerts.php:204 +#: ../../godmode/massive/massive_delete_agents.php:163 +#: ../../godmode/massive/massive_edit_modules.php:645 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_edit_agents.php:487 +#: ../../godmode/massive/massive_copy_modules.php:424 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_delete_alerts.php:265 msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." msgstr "" -"This group will be used to restrict visibility for this filter with ACLs." +"Data sending unsuccessful, please contact your administrator or try again " +"with less items." -#: ../../godmode/events/event_edit_filter.php:273 -msgid "Choose between the users who have validated an event. " -msgstr "Choose among the users who have validated an event. " +#: ../../godmode/massive/massive_add_tags.php:43 +msgid "No tags selected" +msgstr "No tags selected" + +#: ../../godmode/massive/massive_edit_plugins.php:151 +msgid "Error retrieving the plugin macros" +msgstr "Error retrieving plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:158 +msgid "Error retrieving the modified macros" +msgstr "Error retrieving modified macros" + +#: ../../godmode/massive/massive_edit_plugins.php:172 +msgid "Error retrieving the module plugin macros" +msgstr "Error retrieving module plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:190 +msgid "Error retrieving the module plugin macros data" +msgstr "Error retrieving data from module plugin macros" + +#: ../../godmode/massive/massive_edit_plugins.php:224 +msgid "Error building the new macros" +msgstr "Error creating new macros" + +#: ../../godmode/massive/massive_edit_plugins.php:253 +#, php-format +msgid "%d modules updated" +msgstr "%d modules updated" + +#: ../../godmode/massive/massive_edit_plugins.php:272 +msgid "There are not registered plugins" +msgstr "There are no registered plugins" + +#: ../../godmode/massive/massive_edit_plugins.php:421 +msgid "Invalid plugin data" +msgstr "Invalid plugin data" + +#: ../../godmode/massive/massive_edit_plugins.php:528 +msgid "Clear" +msgstr "Clear" + +#: ../../godmode/massive/massive_edit_plugins.php:556 +msgid "Invalid macros array" +msgstr "Invalid array of macros" + +#: ../../godmode/massive/massive_edit_plugins.php:581 +msgid "Multiple values" +msgstr "Multiple values" + +#: ../../godmode/massive/massive_edit_plugins.php:613 +#: ../../godmode/massive/massive_edit_plugins.php:750 +#: ../../godmode/massive/massive_edit_plugins.php:766 +msgid "Invalid agents array" +msgstr "Invalid array of agents" + +#: ../../godmode/massive/massive_edit_plugins.php:629 +msgid "Invalid agent element" +msgstr "Invalid agent item" + +#: ../../godmode/massive/massive_edit_plugins.php:640 +msgid "Invalid modules array" +msgstr "Invalid array of modules" + +#: ../../godmode/massive/massive_edit_plugins.php:668 +msgid "Invalid module element" +msgstr "Invalid module item" + +#: ../../godmode/massive/massive_edit_plugins.php:876 +msgid "There are no modules using this plugin" +msgstr "There are no modules using this plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:955 +msgid "There was a problem loading the module plugin macros data" +msgstr "There was a problem loading the data from the module plugin macros" + +#: ../../godmode/massive/massive_delete_agents.php:57 +#, php-format +msgid "" +"There was an error deleting the agent, the operation has been cancelled " +"Could not delete agent %s" +msgstr "" +"There was an error deleting the agent. The operation has been cancelled, " +"could not delete agent %s" + +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "Successfully deleted (%s)" + +#: ../../godmode/massive/massive_delete_agents.php:123 +#, fuzzy +msgid "Only disabled agents" +msgstr "Only disabled" + +#: ../../godmode/massive/massive_delete_profiles.php:61 +msgid "Not deleted. You must select an existing user" +msgstr "Could not be deleted. An existing user must be chosen." + +#: ../../godmode/massive/massive_delete_profiles.php:87 +msgid "Profiles deleted successfully" +msgstr "Profiles deleted successfully" + +#: ../../godmode/massive/massive_delete_profiles.php:88 +msgid "Profiles cannot be deleted" +msgstr "Profiles cannot be deleted" + +#: ../../godmode/massive/massive_standby_alerts.php:154 +msgid "Not standby alerts" +msgstr "Not standby alerts" + +#: ../../godmode/massive/massive_standby_alerts.php:165 +#: ../../godmode/massive/massive_standby_alerts.php:169 +msgid "Set standby selected alerts" +msgstr "Set selected alerts to standby" + +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Standby alerts" +msgstr "Standby alerts" + +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "Add alerts in bulk" + +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "Delete alerts in bulk" + +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "Add alert actions in bulk" + +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "Delete alert actions in bulk" + +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "Enable/disable alerts in bulk" + +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "Set alerts standby in bulk" + +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "Edit agents in bulk" + +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "Delete agents in bulk" + +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "Add profiles in bulk" + +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "Delete profiles in bulk" + +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "Delete modules in bulk" + +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "Edit modules in bulk" + +#: ../../godmode/massive/massive_operations.php:59 +msgid "Bulk module copy" +msgstr "Copy modules in bulk" + +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk plugin edit" +msgstr "Edit plugins in bulk" + +#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122 +msgid "Alerts operations" +msgstr "Alert operations" + +#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120 +msgid "Users operations" +msgstr "User operations" + +#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116 +msgid "Agents operations" +msgstr "Agent operations" + +#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117 +msgid "Modules operations" +msgstr "Module operations" + +#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118 +msgid "Plugins operations" +msgstr "Plugin operations" + +#: ../../godmode/massive/massive_operations.php:239 +msgid "Please wait..." +msgstr "Please wait..." + +#: ../../godmode/massive/massive_operations.php:276 +msgid "The blank fields will not be updated" +msgstr "Fields left blank will not be updated" + +#: ../../godmode/massive/massive_edit_modules.php:239 +#: ../../godmode/massive/massive_delete_modules.php:396 +msgid "Selection mode" +msgstr "Selection mode" + +#: ../../godmode/massive/massive_edit_modules.php:240 +#: ../../godmode/massive/massive_delete_modules.php:397 +msgid "Select modules first" +msgstr "Select the modules first" + +#: ../../godmode/massive/massive_edit_modules.php:242 +#: ../../godmode/massive/massive_delete_modules.php:399 +msgid "Select agents first" +msgstr "Select the agents first" + +#: ../../godmode/massive/massive_edit_modules.php:258 +#: ../../godmode/massive/massive_delete_modules.php:414 +msgid "Select all modules of this type" +msgstr "Select all modules of the same type" + +#: ../../godmode/massive/massive_edit_modules.php:287 +#: ../../godmode/massive/massive_delete_modules.php:443 +msgid "Select all modules of this group" +msgstr "Select all modules from this group" + +#: ../../godmode/massive/massive_edit_modules.php:293 +#: ../../godmode/massive/massive_delete_modules.php:464 +#, fuzzy +msgid "Module Status" +msgstr "Module status" + +#: ../../godmode/massive/massive_edit_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:483 +msgid "When select modules" +msgstr "When selecting modules" + +#: ../../godmode/massive/massive_edit_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:486 +msgid "Show common agents" +msgstr "Show common agents" + +#: ../../godmode/massive/massive_edit_modules.php:315 +#: ../../godmode/massive/massive_delete_modules.php:487 +msgid "Show all agents" +msgstr "Show all agents" + +#: ../../godmode/massive/massive_edit_modules.php:324 +#, fuzzy +msgid "Agent Status" +msgstr "Agent status" + +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_delete_modules.php:501 +#, fuzzy +msgid "Show unknown and not init modules" +msgstr "Show a top n of agents modules." + +#: ../../godmode/massive/massive_edit_modules.php:359 +#, fuzzy +msgid "Dynamic Min." +msgstr "Dynamic view" + +#: ../../godmode/massive/massive_edit_modules.php:479 +msgid "SMNP community" +msgstr "SMNP community" + +#: ../../godmode/massive/massive_edit_modules.php:563 +msgid "Policy linking status" +msgstr "Policy linking status" + +#: ../../godmode/massive/massive_edit_modules.php:563 +msgid "This field only has sense in modules adopted by a policy." +msgstr "This field only makes sense in modules adopted by a policy" + +#: ../../godmode/massive/massive_edit_modules.php:564 +msgid "Linked" +msgstr "Linked" + +#: ../../godmode/massive/massive_edit_modules.php:594 +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." + +#: ../../godmode/massive/massive_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "No alert selected" + +#: ../../godmode/massive/massive_edit_agents.php:95 +msgid "No values changed" +msgstr "No values changed" + +#: ../../godmode/massive/massive_edit_agents.php:124 +msgid "Configuration files deleted successfully" +msgstr "Configuration files deleted successfully" + +#: ../../godmode/massive/massive_edit_agents.php:125 +msgid "Configuration files cannot be deleted" +msgstr "Configuration files cannot be deleted" + +#: ../../godmode/massive/massive_edit_agents.php:183 +msgid "Agents updated successfully" +msgstr "Agents updated successfully" + +#: ../../godmode/massive/massive_edit_agents.php:184 +msgid "Agents cannot be updated" +msgstr "Agents cannot be updated" + +#: ../../godmode/massive/massive_edit_agents.php:352 +msgid "Delete available remote configurations" +msgstr "Delete the available remote configurations" + +#: ../../godmode/massive/massive_edit_agents.php:384 +msgid "Without status" +msgstr "Without status" + +#: ../../godmode/massive/massive_delete_tags.php:107 +msgid "No tag selected" +msgstr "No tag selected" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "Alerts enabled" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "Disable the selected alerts" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "Enable selected alerts" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "Disabled alerts" + +#: ../../godmode/massive/massive_copy_modules.php:141 +msgid "Copy alerts" +msgstr "Copy alerts" + +#: ../../godmode/massive/massive_copy_modules.php:150 +msgid "No modules for this agent" +msgstr "No modules for this agent" + +#: ../../godmode/massive/massive_copy_modules.php:159 +msgid "No alerts for this agent" +msgstr "No alerts for this agent" + +#: ../../godmode/massive/massive_copy_modules.php:217 +msgid "To agent(s)" +msgstr "To agent(s)" + +#: ../../godmode/massive/massive_copy_modules.php:434 +#: ../../include/functions_agents.php:527 +msgid "No source agent to copy" +msgstr "No source agent to copy" + +#: ../../godmode/massive/massive_copy_modules.php:442 +msgid "No operation selected" +msgstr "No operation selected" + +#: ../../godmode/massive/massive_copy_modules.php:447 +#: ../../godmode/db/db_refine.php:47 ../../include/functions_agents.php:557 +msgid "No modules have been selected" +msgstr "No modules have been selected" + +#: ../../godmode/massive/massive_copy_modules.php:452 +#: ../../include/functions_agents.php:532 +msgid "No destiny agent(s) to copy" +msgstr "No destiny agent(s) to copy" + +#: ../../godmode/massive/massive_delete_modules.php:56 +msgid "No module selected" +msgstr "No module selected" + +#: ../../godmode/massive/massive_delete_modules.php:230 +msgid "" +"There was an error deleting the modules, the operation has been cancelled" +msgstr "" +"There was an error deleting the selected modules. The operation has been " +"cancelled." + +#: ../../godmode/massive/massive_add_profiles.php:72 +msgid "Profiles added successfully" +msgstr "Successfully added profiles" + +#: ../../godmode/massive/massive_add_profiles.php:73 +msgid "Profiles cannot be added" +msgstr "Profiles cannot be added" + +#: ../../godmode/massive/massive_delete_action_alerts.php:56 +msgid "Could not be deleted. No agents selected" +msgstr "Could not be deleted. No agents selected" + +#: ../../godmode/massive/massive_delete_action_alerts.php:72 +msgid "Could not be deleted. No alerts selected" +msgstr "Could not be deleted. No alerts selected" + +#: ../../godmode/massive/massive_delete_action_alerts.php:111 +msgid "Could not be deleted. No action selected" +msgstr "Could not be deleted. No action selected" + +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/profile_list.php:53 +msgid "Profiles defined in Pandora" +msgstr "Profiles defined on Pandora" + +#: ../../godmode/users/configure_profile.php:113 +msgid "Create profile" +msgstr "Create profile" + +#: ../../godmode/users/configure_profile.php:119 +msgid "There was a problem loading profile" +msgstr "There was a problem loading the profile" + +#: ../../godmode/users/configure_profile.php:219 +msgid "Update profile" +msgstr "Update profile" + +#: ../../godmode/users/configure_profile.php:229 +msgid "Update Profile" +msgstr "Update Profile" + +#: ../../godmode/users/configure_profile.php:231 +msgid "Create Profile" +msgstr "Create Profile" + +#: ../../godmode/users/configure_profile.php:249 +msgid "View agents" +msgstr "View agents" + +#: ../../godmode/users/configure_profile.php:253 +msgid "Disable agents" +msgstr "Disable agents" + +#: ../../godmode/users/configure_profile.php:257 +msgid "Edit agents" +msgstr "Edit agents" + +#: ../../godmode/users/configure_profile.php:264 +msgid "Edit alerts" +msgstr "Edit alerts" + +#: ../../godmode/users/configure_profile.php:279 +msgid "Edit events" +msgstr "Edit events" + +#: ../../godmode/users/configure_profile.php:294 +msgid "Edit reports" +msgstr "Edit reports" + +#: ../../godmode/users/configure_profile.php:298 +msgid "Manage reports" +msgstr "Manage reports" + +#: ../../godmode/users/configure_profile.php:305 +msgid "View network maps" +msgstr "View network maps" + +#: ../../godmode/users/configure_profile.php:309 +msgid "Edit network maps" +msgstr "Edit network maps" + +#: ../../godmode/users/configure_profile.php:313 +msgid "Manage network maps" +msgstr "Manage network maps" + +#: ../../godmode/users/configure_profile.php:320 +#: ../../include/functions_menu.php:486 +msgid "View visual console" +msgstr "View visual console" + +#: ../../godmode/users/configure_profile.php:324 +msgid "Edit visual console" +msgstr "Edit visual console" + +#: ../../godmode/users/configure_profile.php:328 +#: ../../include/functions_menu.php:521 +msgid "Manage visual console" +msgstr "Manage visual console" + +#: ../../godmode/users/configure_profile.php:335 +msgid "View incidents" +msgstr "View incidents" + +#: ../../godmode/users/configure_profile.php:339 +msgid "Edit incidents" +msgstr "Edit incidents" + +#: ../../godmode/users/configure_profile.php:343 +msgid "Manage incidents" +msgstr "Manage incidents" + +#: ../../godmode/users/configure_profile.php:350 +msgid "Manage users" +msgstr "Manage users" + +#: ../../godmode/users/configure_profile.php:357 +msgid "Manage database" +msgstr "Manage database" + +#: ../../godmode/users/configure_profile.php:364 +msgid "Pandora management" +msgstr "Pandora management" + +#: ../../godmode/users/user_list.php:121 +msgid "Users defined in Pandora" +msgstr "Users defined on Pandora" + +#: ../../godmode/users/user_list.php:143 +#, php-format +msgid "Deleted user %s" +msgstr "Deleted user %s" + +#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 +msgid "There was a problem deleting the user" +msgstr "There was a problem deleting the user" + +#: ../../godmode/users/user_list.php:163 +#, php-format +msgid "Deleted user %s from metaconsole" +msgstr "Deleted user %s from the metaconsole" + +#: ../../godmode/users/user_list.php:172 +#, php-format +msgid "Deleted user %s from %s" +msgstr "Deleted user %s from %s" + +#: ../../godmode/users/user_list.php:175 +#, php-format +msgid "Successfully deleted from %s" +msgstr "Successfully deleted from %s" + +#: ../../godmode/users/user_list.php:176 +#, php-format +msgid "There was a problem deleting the user from %s" +msgstr "There was a problem deleting the user from %s" + +#: ../../godmode/users/user_list.php:189 +#: ../../godmode/users/profile_list.php:88 +msgid "There was a problem deleting the profile" +msgstr "There was a problem deleting the profile" + +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" +msgstr "There was a problem disabling the user" + +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" +msgstr "There was a problem enabling the user" + +#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 +msgid "Search by username, fullname or email" +msgstr "Search by username, full name, or e-mail" + +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" +msgstr "User control filter" + +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" +msgstr "Phone" + +#: ../../godmode/users/user_list.php:471 +msgid "Deleting User" +msgstr "Deleting User" + +#: ../../godmode/users/user_list.php:473 +msgid "Delete from all consoles" +msgstr "Delete from all consoles" + +#: ../../godmode/users/user_list.php:473 +#, php-format +msgid "Deleting User %s from all consoles" +msgstr "Deleting User %s from all consoles" + +#: ../../godmode/users/user_list.php:489 +msgid "Create user" +msgstr "Create user" -#: ../../godmode/users/configure_user.php:144 #: ../../godmode/users/user_list.php:493 +#: ../../godmode/users/configure_user.php:144 msgid "" "The current authentication scheme doesn't support creating users from " "Pandora FMS" @@ -26778,180 +26512,6 @@ 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" -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/profile_list.php:53 -msgid "Profiles defined in Pandora" -msgstr "Profiles defined on Pandora" - -#: ../../godmode/users/configure_profile.php:113 -msgid "Create profile" -msgstr "Create profile" - -#: ../../godmode/users/configure_profile.php:119 -msgid "There was a problem loading profile" -msgstr "There was a problem loading the profile" - -#: ../../godmode/users/configure_profile.php:219 -msgid "Update profile" -msgstr "Update profile" - -#: ../../godmode/users/configure_profile.php:229 -msgid "Update Profile" -msgstr "Update Profile" - -#: ../../godmode/users/configure_profile.php:231 -msgid "Create Profile" -msgstr "Create Profile" - -#: ../../godmode/users/configure_profile.php:248 -msgid "View incidents" -msgstr "View incidents" - -#: ../../godmode/users/configure_profile.php:252 -msgid "Edit incidents" -msgstr "Edit incidents" - -#: ../../godmode/users/configure_profile.php:256 -msgid "Manage incidents" -msgstr "Manage incidents" - -#: ../../godmode/users/configure_profile.php:262 -msgid "View agents" -msgstr "View agents" - -#: ../../godmode/users/configure_profile.php:266 -msgid "Edit agents" -msgstr "Edit agents" - -#: ../../godmode/users/configure_profile.php:270 -msgid "Disable agents" -msgstr "Disable agents" - -#: ../../godmode/users/configure_profile.php:276 -msgid "Edit alerts" -msgstr "Edit alerts" - -#: ../../godmode/users/configure_profile.php:286 -msgid "Manage users" -msgstr "Manage users" - -#: ../../godmode/users/configure_profile.php:292 -msgid "Manage database" -msgstr "Manage database" - -#: ../../godmode/users/configure_profile.php:302 -msgid "Edit events" -msgstr "Edit events" - -#: ../../godmode/users/configure_profile.php:312 -#: ../../general/shortcut_bar.php:217 -msgid "View reports" -msgstr "View reports" - -#: ../../godmode/users/configure_profile.php:316 -msgid "Edit reports" -msgstr "Edit reports" - -#: ../../godmode/users/configure_profile.php:320 -msgid "Manage reports" -msgstr "Manage reports" - -#: ../../godmode/users/configure_profile.php:326 -msgid "View network maps" -msgstr "View network maps" - -#: ../../godmode/users/configure_profile.php:330 -msgid "Edit network maps" -msgstr "Edit network maps" - -#: ../../godmode/users/configure_profile.php:334 -msgid "Manage network maps" -msgstr "Manage network maps" - -#: ../../godmode/users/configure_profile.php:344 -msgid "Edit visual console" -msgstr "Edit visual console" - -#: ../../godmode/users/configure_profile.php:354 -msgid "Pandora management" -msgstr "Pandora management" - -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "Users defined on Pandora" - -#: ../../godmode/users/user_list.php:143 -#, php-format -msgid "Deleted user %s" -msgstr "Deleted user %s" - -#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 -msgid "There was a problem deleting the user" -msgstr "There was a problem deleting the user" - -#: ../../godmode/users/user_list.php:163 -#, php-format -msgid "Deleted user %s from metaconsole" -msgstr "Deleted user %s from the metaconsole" - -#: ../../godmode/users/user_list.php:172 -#, php-format -msgid "Deleted user %s from %s" -msgstr "Deleted user %s from %s" - -#: ../../godmode/users/user_list.php:175 -#, php-format -msgid "Successfully deleted from %s" -msgstr "Successfully deleted from %s" - -#: ../../godmode/users/user_list.php:176 -#, php-format -msgid "There was a problem deleting the user from %s" -msgstr "There was a problem deleting the user from %s" - -#: ../../godmode/users/user_list.php:189 -#: ../../godmode/users/profile_list.php:88 -msgid "There was a problem deleting the profile" -msgstr "There was a problem deleting the profile" - -#: ../../godmode/users/user_list.php:204 -msgid "There was a problem disabling user" -msgstr "There was a problem disabling the user" - -#: ../../godmode/users/user_list.php:209 -msgid "There was a problem enabling user" -msgstr "There was a problem enabling the user" - -#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 -msgid "Search by username, fullname or email" -msgstr "Search by username, full name, or e-mail" - -#: ../../godmode/users/user_list.php:249 -msgid "Users control filter" -msgstr "User control filter" - -#: ../../godmode/users/user_list.php:406 ../../godmode/tag/edit_tag.php:200 -#: ../../godmode/tag/tag.php:204 -msgid "Phone" -msgstr "Phone" - -#: ../../godmode/users/user_list.php:471 -msgid "Deleting User" -msgstr "Deleting User" - -#: ../../godmode/users/user_list.php:473 -msgid "Delete from all consoles" -msgstr "Delete from all consoles" - -#: ../../godmode/users/user_list.php:473 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "Deleting User %s from all consoles" - -#: ../../godmode/users/user_list.php:489 -msgid "Create user" -msgstr "Create user" - #: ../../godmode/users/profile_list.php:80 msgid "" "Unsucessful delete profile. Because the profile is used by some admin users." @@ -26999,368 +26559,252 @@ msgstr "Manage visual console" msgid "There are no defined profiles" msgstr "There are no defined profiles" -#: ../../godmode/category/edit_category.php:43 -#: ../../godmode/category/edit_category.php:50 -#: ../../godmode/category/category.php:44 -#: ../../godmode/category/category.php:51 -msgid "List categories" -msgstr "List categories" - -#: ../../godmode/category/edit_category.php:57 -#: ../../godmode/category/edit_category.php:60 -#: ../../godmode/category/category.php:58 -#: ../../godmode/category/category.php:61 -msgid "Categories configuration" -msgstr "Category settings" - -#: ../../godmode/category/edit_category.php:57 -msgid "Editor" -msgstr "Editor" - -#: ../../godmode/category/edit_category.php:76 -msgid "Error updating category" -msgstr "Error updating category" - -#: ../../godmode/category/edit_category.php:80 -msgid "Successfully updated category" -msgstr "Category successfully updated" - -#: ../../godmode/category/edit_category.php:99 -msgid "Error creating category" -msgstr "Error creating category" - -#: ../../godmode/category/edit_category.php:105 -msgid "Successfully created category" -msgstr "Category successfully created" - -#: ../../godmode/category/edit_category.php:137 -msgid "Update category" -msgstr "Update category" - -#: ../../godmode/category/edit_category.php:146 -#: ../../godmode/category/category.php:150 -msgid "Create category" -msgstr "Create category" - -#: ../../godmode/category/category.php:72 -msgid "Error deleting category" -msgstr "Error deleting category" - -#: ../../godmode/category/category.php:76 -msgid "Successfully deleted category" -msgstr "Successfully deleted category" - -#: ../../godmode/category/category.php:110 -msgid "Category name" -msgstr "Category name" - -#: ../../godmode/category/category.php:141 -msgid "No categories found" -msgstr "No categories found" - -#: ../../godmode/snmpconsole/snmp_alert.php:72 -msgid "Update alert" -msgstr "Update alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:80 -msgid "Alert overview" -msgstr "Alert overview" - -#: ../../godmode/snmpconsole/snmp_alert.php:227 -msgid "There was a problem creating the alert" -msgstr "There was a problem creating the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:295 -msgid "There was a problem updating the alert" -msgstr "There was a problem updating the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:455 -msgid "There was a problem deleting the alert" -msgstr "There was a problem deleting the alert" - -#: ../../godmode/snmpconsole/snmp_alert.php:575 -#: ../../godmode/snmpconsole/snmp_alert.php:585 -#: ../../godmode/snmpconsole/snmp_alert.php:595 -#: ../../godmode/snmpconsole/snmp_alert.php:607 -#: ../../godmode/snmpconsole/snmp_alert.php:619 -#: ../../godmode/snmpconsole/snmp_alert.php:631 -#: ../../godmode/snmpconsole/snmp_alert.php:643 -#: ../../godmode/snmpconsole/snmp_alert.php:653 -#: ../../godmode/snmpconsole/snmp_alert.php:663 -#: ../../godmode/snmpconsole/snmp_alert.php:673 -#: ../../godmode/snmpconsole/snmp_alert.php:683 -#: ../../godmode/snmpconsole/snmp_alert.php:692 -#: ../../godmode/snmpconsole/snmp_alert.php:701 -#: ../../godmode/snmpconsole/snmp_alert.php:710 -#: ../../godmode/snmpconsole/snmp_alert.php:719 -#: ../../godmode/snmpconsole/snmp_alert.php:728 -#: ../../godmode/snmpconsole/snmp_alert.php:737 -#: ../../godmode/snmpconsole/snmp_alert.php:745 -#: ../../godmode/snmpconsole/snmp_alert.php:753 -#: ../../godmode/snmpconsole/snmp_alert.php:761 -msgid "Variable bindings/Data" -msgstr "Variable bindings/Data" - -#: ../../godmode/snmpconsole/snmp_alert.php:840 -#: ../../godmode/snmpconsole/snmp_alert.php:1045 -msgid "Alert action" -msgstr "Alert action" - -#: ../../godmode/snmpconsole/snmp_alert.php:894 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." -msgstr "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." - -#: ../../godmode/snmpconsole/snmp_alert.php:913 -msgid "Alert SNMP control filter" -msgstr "Alert SNMP control filter" - -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -msgid "There are no SNMP alerts" -msgstr "There are no SNMP alerts" - -#: ../../godmode/snmpconsole/snmp_alert.php:1054 -msgid "Custom Value/Enterprise String" -msgstr "Custom Value/Enterprise String" - -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "TF." -msgstr "TF." - -#: ../../godmode/snmpconsole/snmp_alert.php:1143 -msgid "ID Alert SNMP" -msgstr "SNMP Alert ID" - -#: ../../godmode/snmpconsole/snmp_alert.php:1367 -msgid "Add action " -msgstr "Add Action " - -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "Filter overview" -msgstr "Filter overview" - -#: ../../godmode/snmpconsole/snmp_filters.php:51 -msgid "There was a problem updating the filter" -msgstr "There was a problem updating the filter" - -#: ../../godmode/snmpconsole/snmp_filters.php:63 -msgid "There was a problem creating the filter" -msgstr "There was a problem creating the filter" - -#: ../../godmode/snmpconsole/snmp_filters.php:73 -msgid "There was a problem deleting the filter" -msgstr "There was a problem deleting the filter" - -#: ../../godmode/snmpconsole/snmp_filters.php:98 -msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"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." - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "SNMP Trap generator" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "Empty parameters" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "Successfully generated" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#: ../../godmode/update_manager/update_manager.online.php:45 #, php-format -msgid "Could not be generated: %s" -msgstr "Could not be generated: %s" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 -msgid "SNMP Type" -msgstr "SNMP Type" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 -msgid "Generate trap" -msgstr "Generate trap" - -#: ../../godmode/gis_maps/index.php:65 -#: ../../godmode/gis_maps/configure_gis_map.php:212 -msgid "GIS Maps builder" -msgstr "GIS map builder" - -#: ../../godmode/gis_maps/index.php:70 -#: ../../godmode/reporting/map_builder.php:207 -msgid "Map name" -msgstr "Map name" - -#: ../../godmode/gis_maps/configure_gis_map.php:100 -msgid "Map successfully created" -msgstr "Map created successfully" - -#: ../../godmode/gis_maps/configure_gis_map.php:101 -msgid "Map could not be created" -msgstr "Could not create map" - -#: ../../godmode/gis_maps/configure_gis_map.php:192 -msgid "Map successfully update" -msgstr "Map updated successfully" - -#: ../../godmode/gis_maps/configure_gis_map.php:193 -msgid "Map could not be updated" -msgstr "Could not update map" - -#: ../../godmode/gis_maps/configure_gis_map.php:209 -msgid "View GIS" -msgstr "View GIS" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Map Name" -msgstr "Map Name" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Descriptive name for the map" -msgstr "Name for descriptive map" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 -msgid "Add Map connection" -msgstr "Add Map connection" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 msgid "" -"At least one map connection must be defined, it will be possible to change " -"between the connections in the map" +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" msgstr "" -"At least one map connection has to be defined. It's possible to change " -"between connections on the map." +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" -#: ../../godmode/gis_maps/configure_gis_map.php:356 -msgid "Group that owns the map" -msgstr "Group that owns the map" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom" -msgstr "Default zoom" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom level when opening the map" -msgstr "Default zoom level when opening the map" - -#: ../../godmode/gis_maps/configure_gis_map.php:362 -msgid "Center Latitude" -msgstr "Centre Latitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:365 -msgid "Center Longitude" -msgstr "Centre Longitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:368 -msgid "Center Altitude" -msgstr "Center Altitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:371 -msgid "Default Latitude" -msgstr "Default Latitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:374 -msgid "Default Longitude" -msgstr "Default Longitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:377 -msgid "Default Altitude" -msgstr "Default Altitude" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 -msgid "Layers" -msgstr "Layers" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 +#: ../../godmode/update_manager/update_manager.online.php:52 +#, php-format msgid "" -"Each layer can show agents from one group or the agents added to that layer " -"or both." +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" msgstr "" -"Each layer can show agents from one group, agents added to that layer, or " -"both." +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "List of layers" -msgstr "List of layers" +#: ../../godmode/update_manager/update_manager.online.php:59 +#, 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. For " +"avoid problems with big updates please set to 100M" -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "It is possible to edit, delete and reorder the layers." -msgstr "It is possible to edit, delete and reorder the layers." +#: ../../godmode/update_manager/update_manager.online.php:74 +#, fuzzy +msgid "The last version of package installed is:" +msgstr "The last version of package installed is: %d" -#: ../../godmode/gis_maps/configure_gis_map.php:389 -msgid "New layer" -msgstr "New layer" +#: ../../godmode/update_manager/update_manager.online.php:79 +msgid "Checking for the newest package." +msgstr "Checking for the latest package." -#: ../../godmode/gis_maps/configure_gis_map.php:397 -msgid "Layer name" -msgstr "Layer name" +#: ../../godmode/update_manager/update_manager.online.php:83 +msgid "Downloading for the newest package." +msgstr "Downloading the latest package" -#: ../../godmode/gis_maps/configure_gis_map.php:399 -msgid "Visible" -msgstr "Visible" +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +#, fuzzy +msgid "Mark as not read" +msgstr "Mark as unread" -#: ../../godmode/gis_maps/configure_gis_map.php:403 -msgid "Show agents from group" -msgstr "Show agents from group" +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +#, fuzzy +msgid "Mark as read" +msgstr "Mark as unread" -#: ../../godmode/gis_maps/configure_gis_map.php:415 -msgid "Add agent" -msgstr "Add agent" +#: ../../godmode/update_manager/update_manager.messages.php:186 +#, fuzzy +msgid "There is not any update manager messages." +msgstr "There are no updates available" -#: ../../godmode/gis_maps/configure_gis_map.php:431 -msgid "List of Agents to be shown in the layer" -msgstr "List of Agents to be shown in the layer" +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" +msgstr "Please drop the package here or" -#: ../../godmode/gis_maps/configure_gis_map.php:438 -#: ../../godmode/gis_maps/configure_gis_map.php:614 -#: ../../godmode/gis_maps/configure_gis_map.php:625 -msgid "Save Layer" -msgstr "Save Layer" +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" +msgstr "browse it" -#: ../../godmode/gis_maps/configure_gis_map.php:457 -msgid "Update map" -msgstr "Update map" +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." +msgstr "The package has been uploaded successfully." -#: ../../godmode/gis_maps/configure_gis_map.php:658 -#: ../../godmode/gis_maps/configure_gis_map.php:714 -msgid "Update Layer" -msgstr "Update Layer" +#: ../../godmode/update_manager/update_manager.offline.php:40 +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's recommended to conduct a backup before " +"continuing the updating process." -#: ../../godmode/gis_maps/configure_gis_map.php:780 -msgid "Do you want to use the default data from the connection?" -msgstr "Do you want to use the default data from the connection?" +#: ../../godmode/update_manager/update_manager.offline.php:41 +msgid "Click on the file below to begin." +msgstr "Please click on the file below to begin." -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "The connection" -msgstr "The connection" +#: ../../godmode/update_manager/update_manager.offline.php:42 +msgid "Updating" +msgstr "Updating" -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "just added previously." -msgstr "just added previously." +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." +msgstr "Package updated successfully." -#: ../../godmode/alerts/alert_commands.php:242 -msgid "Alert commands" -msgstr "Alert commands" +#: ../../godmode/update_manager/update_manager.offline.php:44 +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." -#: ../../godmode/alerts/alert_commands.php:365 -msgid "No alert commands configured" -msgstr "No alert commands configured" +#: ../../godmode/update_manager/update_manager.offline.php:45 +msgid "Package not updated." +msgstr "Package not updated." -#: ../../godmode/alerts/configure_alert_special_days.php:52 +#: ../../godmode/update_manager/update_manager.php:39 +msgid "Offline update manager" +msgstr "Offline Update Manager" + +#: ../../godmode/update_manager/update_manager.php:43 +msgid "Online update manager" +msgstr "Online Update Manager" + +#: ../../godmode/update_manager/update_manager.php:50 +#, fuzzy +msgid "Update manager messages" +msgstr "Update manager" + +#: ../../godmode/update_manager/update_manager.php:55 +msgid "Update manager » Setup" +msgstr "Update Manager Setup" + +#: ../../godmode/update_manager/update_manager.php:58 +msgid "Update manager » Offline" +msgstr "Offline Update Manager" + +#: ../../godmode/update_manager/update_manager.php:61 +msgid "Update manager » Online" +msgstr "Online Update Manager" + +#: ../../godmode/update_manager/update_manager.php:64 +#, fuzzy +msgid "Update manager » Messages" +msgstr "Update Manager Setup" + +#: ../../godmode/update_manager/update_manager.setup.php:58 +#: ../../godmode/update_manager/update_manager.setup.php:87 +msgid "Succesful Update the url config vars." +msgstr "URL configuration variables successfully updated." + +#: ../../godmode/update_manager/update_manager.setup.php:59 +#: ../../godmode/update_manager/update_manager.setup.php:88 +msgid "Unsuccesful Update the url config vars." +msgstr "Unsuccessful in updating the URL configuration variables." + +#: ../../godmode/update_manager/update_manager.setup.php:100 +msgid "URL update manager:" +msgstr "Update manager URL" + +#: ../../godmode/update_manager/update_manager.setup.php:102 +msgid "URL update manager" +msgstr "Update Manager URL" + +#: ../../godmode/update_manager/update_manager.setup.php:104 +msgid "Proxy server:" +msgstr "Proxy server:" + +#: ../../godmode/update_manager/update_manager.setup.php:106 +msgid "Proxy server" +msgstr "Proxy server" + +#: ../../godmode/update_manager/update_manager.setup.php:108 +msgid "Proxy port:" +msgstr "Proxy port:" + +#: ../../godmode/update_manager/update_manager.setup.php:110 +msgid "Proxy port" +msgstr "Proxy port" + +#: ../../godmode/update_manager/update_manager.setup.php:112 +msgid "Proxy user:" +msgstr "Proxy user:" + +#: ../../godmode/update_manager/update_manager.setup.php:114 +msgid "Proxy user" +msgstr "Proxy user" + +#: ../../godmode/update_manager/update_manager.setup.php:116 +msgid "Proxy password:" +msgstr "Proxy password:" + +#: ../../godmode/update_manager/update_manager.setup.php:118 +msgid "Proxy password" +msgstr "Proxy password" + +#: ../../godmode/update_manager/update_manager.setup.php:122 +#, fuzzy +msgid "Pandora FMS community reminder" +msgstr "Pandora FMS Metaconsole item edition" + +#: ../../godmode/update_manager/update_manager.setup.php:123 +msgid "" +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" +msgstr "" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Pandora audit" +msgstr "Pandora audit" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Review Logs" +msgstr "Review Logs" + +#: ../../godmode/admin_access_logs.php:303 +msgid "Export to CSV " +msgstr "Export to CSV " + +#: ../../godmode/alerts/configure_alert_special_days.php:55 msgid "Configure special day" msgstr "Configure special day" -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_special_days.php:235 msgid "Same day of the week" msgstr "Same day of the week" +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "No alert templates defined" + +#: ../../godmode/alerts/alert_list.php:80 +msgid "Already added" +msgstr "Already added" + +#: ../../godmode/alerts/alert_list.php:314 +#: ../../godmode/alerts/alert_view.php:61 +#: ../../godmode/alerts/alert_view.php:62 +#: ../../godmode/alerts/alert_view.php:63 +msgid "List alerts" +msgstr "List alerts" + +#: ../../godmode/alerts/alert_list.php:318 +msgid "Builder alert" +msgstr "Builder alert" + +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +msgid "Alert actions" +msgstr "Alert actions" + +#: ../../godmode/alerts/alert_actions.php:398 +msgid "No alert actions configured" +msgstr "No alert actions established" + #: ../../godmode/alerts/configure_alert_command.php:42 msgid "Configure alert command" msgstr "Configure alert command" @@ -27384,133 +26828,15 @@ msgstr "%s field description" msgid "Field %s values" msgstr "%s field values" -#: ../../godmode/alerts/alert_special_days.php:230 -msgid "No special days configured" -msgstr "No special days configured" - -#: ../../godmode/alerts/configure_alert_template.php:495 -#: ../../godmode/alerts/alert_list.builder.php:101 -msgid "Create Template" -msgstr "Create Template" - -#: ../../godmode/alerts/configure_alert_template.php:532 -#: ../../godmode/alerts/alert_view.php:298 -msgid "Use special days list" -msgstr "Use special days list" - -#: ../../godmode/alerts/configure_alert_template.php:556 -#: ../../godmode/alerts/alert_list.builder.php:116 -msgid "Default action" -msgstr "Default action" - -#: ../../godmode/alerts/configure_alert_template.php:580 -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\"." - -#: ../../godmode/alerts/configure_alert_template.php:582 -msgid "Condition type" -msgstr "Condition type" - -#: ../../godmode/alerts/configure_alert_template.php:589 -msgid "Trigger when matches the value" -msgstr "Triggered when the value matches" - -#: ../../godmode/alerts/configure_alert_template.php:601 -msgid "The regular expression is valid" -msgstr "The regular expression is valid" - -#: ../../godmode/alerts/configure_alert_template.php:606 -msgid "The regular expression is not valid" -msgstr "The regular expression is not valid" - -#: ../../godmode/alerts/configure_alert_template.php:647 -msgid "Alert recovery" -msgstr "Alert recovery" - -#: ../../godmode/alerts/configure_alert_template.php:655 -#: ../../godmode/alerts/alert_view.php:438 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Firing fields" -msgstr "Triggering fields" - -#: ../../godmode/alerts/configure_alert_template.php:656 -msgid "Recovery fields" -msgstr "Recovery fields" - -#: ../../godmode/alerts/configure_alert_template.php:734 -msgid "No wizard" -msgstr "No wizard" - -#: ../../godmode/alerts/configure_alert_template.php:804 -#, php-format -msgid "The alert would fire when the value doesn\\'t match %s" -msgstr "The alert is triggered when the value doesn't match %s" - -#: ../../godmode/alerts/configure_alert_template.php:809 -#: ../../godmode/alerts/alert_view.php:170 -msgid "The alert would fire when the value is below " -msgstr "" -"The alert is triggered when the value is below " - -#: ../../godmode/alerts/configure_alert_template.php:810 -#: ../../godmode/alerts/alert_view.php:174 -msgid "The alert would fire when the value is above " -msgstr "" -"The alert is triggered when the value is over " - -#: ../../godmode/alerts/configure_alert_template.php:813 -#: ../../godmode/alerts/alert_view.php:179 -msgid "The alert would fire when the module value changes" -msgstr "The alert is triggered when the module's value changes" - -#: ../../godmode/alerts/configure_alert_template.php:814 -#: ../../godmode/alerts/alert_view.php:182 -msgid "The alert would fire when the module value does not change" -msgstr "The alert is triggered when the module's value remains the same" - -#: ../../godmode/alerts/configure_alert_template.php:815 -#: ../../godmode/alerts/alert_view.php:192 -msgid "The alert would fire when the module is in unknown status" -msgstr "The alert is triggered when the module is in unknown status" - -#: ../../godmode/alerts/configure_alert_template.php:816 -msgid "" -"The alert template cannot have the same value for min and max thresholds." -msgstr "" -"The alert template cannot have the same value for min and max thresholds." - -#: ../../godmode/alerts/alert_list.php:77 -msgid "Already added" -msgstr "Already added" - -#: ../../godmode/alerts/alert_list.php:284 -#: ../../godmode/alerts/alert_view.php:61 -#: ../../godmode/alerts/alert_view.php:62 -#: ../../godmode/alerts/alert_view.php:63 -msgid "List alerts" -msgstr "List alerts" - -#: ../../godmode/alerts/alert_list.php:288 -msgid "Builder alert" -msgstr "Builder alert" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "No alert templates defined" - -#: ../../godmode/alerts/alert_list.list.php:117 +#: ../../godmode/alerts/alert_list.list.php:124 msgid "Field content" msgstr "Field content" -#: ../../godmode/alerts/alert_list.list.php:126 +#: ../../godmode/alerts/alert_list.list.php:133 msgid "Enabled / Disabled" msgstr "Enabled / Disabled" -#: ../../godmode/alerts/alert_list.list.php:495 +#: ../../godmode/alerts/alert_list.list.php:505 #: ../../godmode/alerts/alert_view.php:356 msgid "" "The default actions will be executed every time that the alert is fired and " @@ -27519,42 +26845,125 @@ msgstr "" "Default actions will run every time an alert is fired and no other action is " "executed." -#: ../../godmode/alerts/alert_list.list.php:540 +#: ../../godmode/alerts/alert_list.list.php:552 msgid "Delete action" msgstr "Delete action" -#: ../../godmode/alerts/alert_list.list.php:696 +#: ../../godmode/alerts/alert_list.list.php:559 +#: ../../godmode/alerts/alert_list.list.php:871 +#, fuzzy +msgid "Update action" +msgstr "Update Action" + +#: ../../godmode/alerts/alert_list.list.php:718 msgid "View alert advanced details" msgstr "View the alert's advanced details" -#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:729 msgid "No alerts defined" msgstr "No alerts defined" -#: ../../godmode/alerts/configure_alert_action.php:57 -#: ../../godmode/alerts/configure_alert_action.php:66 -msgid "Configure alert action" -msgstr "Configure alert action" +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +#: ../../include/functions_events.php:2138 +msgid "Alert details" +msgstr "Alert details" -#: ../../godmode/alerts/configure_alert_action.php:98 -msgid "Update Action" -msgstr "Update Action" +#: ../../godmode/alerts/alert_view.php:106 +#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 +#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 +msgid "Stand by" +msgstr "Stand by" -#: ../../godmode/alerts/configure_alert_action.php:148 -#: ../../godmode/alerts/alert_view.php:420 -msgid "Firing" -msgstr "Firing" +#: ../../godmode/alerts/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:839 +#: ../../include/functions_ui.php:999 +msgid "The alert would fire when the value matches " +msgstr "" +"The alert is triggered when the value matches " -#: ../../godmode/alerts/configure_alert_action.php:149 -msgid "Recovery" -msgstr "Recovery" +#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1002 +msgid "" +"The alert would fire when the value doesn't match " +msgstr "" +"The alert is triggered when the value doesn't match " -#: ../../godmode/alerts/configure_alert_action.php:153 -#: ../../godmode/alerts/alert_view.php:508 -#: ../../godmode/alerts/alert_view.php:595 -#: ../../godmode/servers/plugin.php:331 -msgid "Command preview" -msgstr "Command preview" +#: ../../godmode/alerts/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:841 +#: ../../include/functions_ui.php:990 +msgid "The alert would fire when the value is " +msgstr "" +"The alert is triggered when the value is equal to " + +#: ../../godmode/alerts/alert_view.php:156 +#: ../../godmode/alerts/configure_alert_template.php:842 +#: ../../include/functions_ui.php:994 +msgid "The alert would fire when the value is not " +msgstr "" +"The alert is triggered when the value is different to " + +#: ../../godmode/alerts/alert_view.php:161 +#: ../../godmode/alerts/configure_alert_template.php:843 +#: ../../include/functions_ui.php:1008 +msgid "" +"The alert would fire when the value is between and " +"" +msgstr "" +"The alert is triggered when the value is between " +"and " + +#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1011 +msgid "" +"The alert would fire when the value is not between " +"and " +msgstr "" +"The alert is triggered when the value isn't between " +"and " + +#: ../../godmode/alerts/alert_view.php:170 +#: ../../godmode/alerts/configure_alert_template.php:845 +msgid "The alert would fire when the value is below " +msgstr "" +"The alert is triggered when the value is below " + +#: ../../godmode/alerts/alert_view.php:174 +#: ../../godmode/alerts/configure_alert_template.php:846 +msgid "The alert would fire when the value is above " +msgstr "The alert is triggered when the value is over " + +#: ../../godmode/alerts/alert_view.php:179 +#: ../../godmode/alerts/configure_alert_template.php:849 +msgid "The alert would fire when the module value changes" +msgstr "The alert is triggered when the module's value changes" + +#: ../../godmode/alerts/alert_view.php:182 +#: ../../godmode/alerts/configure_alert_template.php:850 +msgid "The alert would fire when the module value does not change" +msgstr "The alert is triggered when the module's value remains the same" + +#: ../../godmode/alerts/alert_view.php:186 +#: ../../godmode/alerts/configure_alert_template.php:847 +#: ../../include/functions_ui.php:1025 +msgid "The alert would fire when the module is in warning status" +msgstr "The alert is triggered when the module is in warning status" + +#: ../../godmode/alerts/alert_view.php:189 +#: ../../godmode/alerts/configure_alert_template.php:848 +#: ../../include/functions_ui.php:1030 +msgid "The alert would fire when the module is in critical status" +msgstr "The alert is triggered when the module is in critical status" + +#: ../../godmode/alerts/alert_view.php:192 +#: ../../godmode/alerts/configure_alert_template.php:851 +msgid "The alert would fire when the module is in unknown status" +msgstr "The alert is triggered when the module is in unknown status" + +#: ../../godmode/alerts/alert_view.php:298 +#: ../../godmode/alerts/configure_alert_template.php:536 +msgid "Use special days list" +msgstr "Use special days list" #: ../../godmode/alerts/alert_view.php:310 msgid "Number of alerts" @@ -27581,10 +26990,21 @@ msgstr "" msgid "Select the action" msgstr "Choose an action" +#: ../../godmode/alerts/alert_view.php:420 +#: ../../godmode/alerts/configure_alert_action.php:148 +msgid "Firing" +msgstr "Firing" + #: ../../godmode/alerts/alert_view.php:421 msgid "Recovering" msgstr "Recovering" +#: ../../godmode/alerts/alert_view.php:438 +#: ../../godmode/alerts/alert_view.php:532 +#: ../../godmode/alerts/configure_alert_template.php:665 +msgid "Firing fields" +msgstr "Triggering fields" + #: ../../godmode/alerts/alert_view.php:439 msgid "" "Fields passed to the command executed by this action when the alert is fired" @@ -27666,1788 +27086,424 @@ msgstr "Fields used upon execution when the alert is recovered" msgid "Latest value" msgstr "Latest value" -#: ../../godmode/alerts/alert_list.builder.php:141 +#: ../../godmode/alerts/alert_list.builder.php:94 +#: ../../godmode/alerts/configure_alert_template.php:564 +msgid "Default action" +msgstr "Default action" + +#: ../../godmode/alerts/alert_list.builder.php:131 +#: ../../godmode/alerts/configure_alert_template.php:499 +msgid "Create Template" +msgstr "Create Template" + +#: ../../godmode/alerts/alert_list.builder.php:144 msgid "Add alert" msgstr "Add alert" -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -msgid "Alert actions" -msgstr "Alert actions" +#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:165 +#: ../../godmode/menu.php:166 +msgid "Special days list" +msgstr "List of special days" -#: ../../godmode/alerts/alert_actions.php:398 -msgid "No alert actions configured" -msgstr "No alert actions established" - -#: ../../godmode/agentes/agent_incidents.php:67 -msgid "No incidents associated to this agent" -msgstr "No incidents associated to this agent" - -#: ../../godmode/agentes/agent_manager.php:155 -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" - -#: ../../godmode/agentes/agent_manager.php:158 -msgid "QR Code Agent view" -msgstr "View agent's QR code" - -#: ../../godmode/agentes/agent_manager.php:191 -msgid "You can remotely edit this agent configuration" -msgstr "Agent settings can be remotely edited" - -#: ../../godmode/agentes/agent_manager.php:198 -msgid "Delete agent" -msgstr "Delete agent" - -#: ../../godmode/agentes/agent_manager.php:227 -msgid "Only it is show when
the agent is saved." -msgstr "Only shown when
the agent is saved." - -#: ../../godmode/agentes/agent_manager.php:241 -#: ../../godmode/massive/massive_edit_agents.php:275 -msgid "Cascade protection" -msgstr "Cascade protection" - -#: ../../godmode/agentes/agent_manager.php:296 -#: ../../godmode/agentes/module_manager_editor_common.php:314 -#: ../../godmode/groups/configure_group.php:167 -#: ../../godmode/massive/massive_edit_agents.php:333 -msgid "Custom ID" -msgstr "Custom ID" - -#: ../../godmode/agentes/agent_manager.php:300 -#: ../../godmode/massive/massive_edit_agents.php:337 -msgid "Module definition" -msgstr "Module definition" - -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/massive/massive_edit_agents.php:339 -msgid "Learning mode" -msgstr "Apprentice mode" - -#: ../../godmode/agentes/agent_manager.php:305 -#: ../../godmode/massive/massive_edit_agents.php:340 -msgid "Normal mode" -msgstr "Normal mode" - -#: ../../godmode/agentes/agent_manager.php:313 -#: ../../godmode/massive/massive_edit_agents.php:346 -msgid "Active" -msgstr "Active" - -#: ../../godmode/agentes/agent_manager.php:320 -#: ../../godmode/agentes/agent_manager.php:342 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Not available" -msgstr "Not available" - -#: ../../godmode/agentes/agent_manager.php:351 -#: ../../godmode/massive/massive_edit_agents.php:382 -msgid "Agent icon" -msgstr "Agent icon" - -#: ../../godmode/agentes/agent_manager.php:351 -msgid "Agent icon for GIS Maps." -msgstr "Agent icon for GIS Maps." - -#: ../../godmode/agentes/agent_manager.php:380 -#: ../../godmode/agentes/agent_conf_gis.php:78 -#: ../../godmode/massive/massive_edit_agents.php:391 -msgid "Ignore new GIS data:" -msgstr "Ignore new GIS data:" - -#: ../../godmode/agentes/agent_manager.php:395 -#: ../../godmode/massive/massive_edit_agents.php:398 -msgid "The agent still runs but the alerts and events will be stop" +#: ../../godmode/alerts/alert_special_days.php:86 +msgid "Skipped dates: " msgstr "" -"The agent will continue to run, but alerts and events will be stopped" -#: ../../godmode/agentes/modificar_agente.php:62 -msgid "Agents defined in Pandora" -msgstr "Agents defined in Pandora" +#: ../../godmode/alerts/alert_special_days.php:106 +#, fuzzy +msgid "Success to upload iCalendar" +msgstr "Successfully uploaded extension" -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Success deleted agent." -msgstr "Success deleting agent." +#: ../../godmode/alerts/alert_special_days.php:106 +#, fuzzy +msgid "Fail to upload iCalendar" +msgstr "Failure in uploading file" -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Could not be deleted." -msgstr "Agent could not be deleted" +#: ../../godmode/alerts/alert_special_days.php:232 +msgid "iCalendar(.ics) file" +msgstr "" -#: ../../godmode/agentes/modificar_agente.php:94 -msgid "Maybe the files conf or md5 could not be deleted" -msgstr "It's possible the .conf or md5 files couldn't be deleted" +#: ../../godmode/alerts/alert_special_days.php:254 +#, fuzzy +msgid "Overwrite" +msgstr "Overwrite filter" -#: ../../godmode/agentes/modificar_agente.php:144 -msgid "Show Agents" -msgstr "Show Agents" +#: ../../godmode/alerts/alert_special_days.php:255 +msgid "Check this box, if you want to overwrite existing same days." +msgstr "" -#: ../../godmode/agentes/modificar_agente.php:146 -msgid "Everyone" -msgstr "Everyone" +#: ../../godmode/alerts/alert_special_days.php:273 +#, fuzzy +msgid "Display range: " +msgstr "Display hint" -#: ../../godmode/agentes/modificar_agente.php:147 -msgid "Only disabled" -msgstr "Only disabled" +#: ../../godmode/alerts/alert_special_days.php:422 +#, fuzzy +msgid "Same as " +msgstr "Save map" -#: ../../godmode/agentes/modificar_agente.php:148 -msgid "Only enabled" -msgstr "Only enabled" +#: ../../godmode/alerts/configure_alert_action.php:57 +#: ../../godmode/alerts/configure_alert_action.php:66 +msgid "Configure alert action" +msgstr "Configure alert action" -#: ../../godmode/agentes/modificar_agente.php:425 -msgid "Remote agent configuration" -msgstr "Remote agent configuration" +#: ../../godmode/alerts/configure_alert_action.php:98 +msgid "Update Action" +msgstr "Update Action" -#: ../../godmode/agentes/modificar_agente.php:425 -msgid "R" -msgstr "R" +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" +msgstr "Recovery" -#: ../../godmode/agentes/modificar_agente.php:523 -msgid "Edit remote config" -msgstr "Edit remote configuration" +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" +msgstr "Alert commands" -#: ../../godmode/agentes/modificar_agente.php:550 -msgid "Enable agent" -msgstr "Enable agent" +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" +msgstr "No alert commands configured" -#: ../../godmode/agentes/modificar_agente.php:555 -msgid "Disable agent" -msgstr "Disable agent" +#: ../../godmode/alerts/configure_alert_template.php:63 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../include/functions_menu.php:483 +msgid "Configure alert template" +msgstr "Configure alert template" -#: ../../godmode/agentes/module_manager_editor_plugin.php:44 -msgid "Plugin server module" -msgstr "Plug-in server module" +#: ../../godmode/alerts/configure_alert_template.php:557 +msgid "Reset counter when alert is not continuously" +msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:68 -msgid "Using module component" -msgstr "Using module component" - -#: ../../godmode/agentes/module_manager_editor_common.php:237 -#: ../../godmode/agentes/module_manager_editor_common.php:257 -msgid "Min. " -msgstr "Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:351 -#: ../../godmode/agentes/module_manager.php:674 +#: ../../godmode/alerts/configure_alert_template.php:557 msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." +"Enable this option if you want to reset the counter for minimum number of " +"alerts when the alert state is not continuously even if it's in the time " +"threshold." msgstr "" -"The policy modules for the data type will only update their intervals when a " -"policy is applied." -#: ../../godmode/agentes/module_manager_editor_common.php:375 -msgid "Any value below this number is discarted." -msgstr "Any value below this number is discarded" - -#: ../../godmode/agentes/module_manager_editor_common.php:377 -msgid "Any value over this number is discarted." -msgstr "Any value larger than this number is discarded" - -#: ../../godmode/agentes/module_manager_editor_common.php:380 -#: ../../godmode/massive/massive_edit_modules.php:501 -msgid "Export target" -msgstr "Export target" - -#: ../../godmode/agentes/module_manager_editor_common.php:390 +#: ../../godmode/alerts/configure_alert_template.php:588 msgid "" -"In case you use an Export server you can link this module and export data to " -"one these." +"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're using an Export server you can link this module and export " -"data to one of these." +"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\"." -#: ../../godmode/agentes/module_manager_editor_common.php:409 -#: ../../godmode/massive/massive_edit_modules.php:521 -msgid "FF interval" -msgstr "FF interval" +#: ../../godmode/alerts/configure_alert_template.php:590 +msgid "Condition type" +msgstr "Condition type" -#: ../../godmode/agentes/module_manager_editor_common.php:412 -#: ../../godmode/massive/massive_edit_modules.php:522 -msgid "Module execution flip flop time interval (in secs)." -msgstr "Module execution flip flop time interval (in secs)." +#: ../../godmode/alerts/configure_alert_template.php:597 +msgid "Trigger when matches the value" +msgstr "Triggered when the value matches" -#: ../../godmode/agentes/module_manager_editor_common.php:507 -msgid "Tags from policy" -msgstr "Tags from policy" +#: ../../godmode/alerts/configure_alert_template.php:609 +msgid "The regular expression is valid" +msgstr "The regular expression is valid" -#: ../../godmode/agentes/module_manager_editor_common.php:520 -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." +#: ../../godmode/alerts/configure_alert_template.php:614 +msgid "The regular expression is not valid" +msgstr "The regular expression is not valid" -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Cron" -msgstr "Cron" +#: ../../godmode/alerts/configure_alert_template.php:657 +msgid "Alert recovery" +msgstr "Alert recovery" -#: ../../godmode/agentes/module_manager_editor_common.php:540 -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" +#: ../../godmode/alerts/configure_alert_template.php:666 +msgid "Recovery fields" +msgstr "Recovery fields" -#: ../../godmode/agentes/module_manager_editor_common.php:544 -#: ../../godmode/massive/massive_edit_modules.php:575 -msgid "Timeout" -msgstr "Timeout" +#: ../../godmode/alerts/configure_alert_template.php:769 +msgid "No wizard" +msgstr "No wizard" -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:579 -msgid "Seconds that agent will wait for the execution of the module." -msgstr "Seconds that the agent will wait for the module to run." - -#: ../../godmode/agentes/module_manager_editor_common.php:547 -msgid "Retries" -msgstr "Retries" - -#: ../../godmode/agentes/module_manager_editor_common.php:548 -msgid "Number of retries that the module will attempt to run." -msgstr "Number of module launch retry attempts" - -#: ../../godmode/agentes/module_manager_editor_common.php:587 -#: ../../godmode/agentes/module_manager_editor.php:467 -msgid "Custom macros" -msgstr "Custom macros" - -#: ../../godmode/agentes/module_manager_editor_common.php:619 -msgid "Add relationship" -msgstr "Add relation" - -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Changes" -msgstr "Changes" - -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Activate this to prevent the relation from being updated or deleted" -msgstr "Activate this to prevent the relation from being updated or deleted" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297 -msgid "No agent selected or the agent does not exist" -msgstr "No agent selected or the agent does not exist" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 -msgid "Successfully modules created" -msgstr "Modules created successfully" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "Some required fields are missed" -msgstr "Some required fields are missing" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "name" -msgstr "name" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 -msgid "Processing error" -msgstr "Processing error" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704 -#: ../../godmode/agentes/module_manager_editor_network.php:82 -#: ../../godmode/modules/manage_network_components_form_network.php:50 -msgid "SNMP community" -msgstr "SNMP community" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707 -#: ../../godmode/agentes/module_manager_editor_network.php:94 -#: ../../godmode/massive/massive_edit_modules.php:463 -#: ../../godmode/modules/manage_network_components_form_network.php:40 -msgid "SNMP version" -msgstr "SNMP version" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728 -msgid "privacy pass" -msgstr "privacy pass" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 -msgid "SNMP Walk" -msgstr "SNMP Walk" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 -msgid "Unable to do SNMP walk" -msgstr "Unable to perform an SNMP walk" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 -msgid "Interfaces" -msgstr "Interfaces" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:370 -msgid "Create modules" -msgstr "Create modules" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:93 -msgid "Prediction server module" -msgstr "Prediction server module" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:96 -msgid "Source module" -msgstr "Source module" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:124 -#: ../../godmode/agentes/module_manager_editor_prediction.php:149 -msgid "Select Module" -msgstr "Select Module" - -#: ../../godmode/agentes/agent_conf_gis.php:53 -msgid "" -"When you change the Agent position, the agent automatically activates the " -"'Ignore new GIS data' option" -msgstr "" -"When you change the agent's position, the agent will automatically activate " -"the 'Ignore new GIS data' option." - -#: ../../godmode/agentes/agent_conf_gis.php:60 -msgid "Agent position" -msgstr "Agent position" - -#: ../../godmode/agentes/agent_conf_gis.php:66 -msgid "Latitude: " -msgstr "Latitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:70 -msgid "Longitude: " -msgstr "Longitude: " - -#: ../../godmode/agentes/agent_conf_gis.php:74 -msgid "Altitude: " -msgstr "Altitude: " - -#: ../../godmode/agentes/planned_downtime.editor.php:41 -#: ../../godmode/agentes/planned_downtime.list.php:52 -#: ../../general/firts_task/planned_downtime.php:25 -msgid "Planned Downtime" -msgstr "Planned Downtime" - -#: ../../godmode/agentes/planned_downtime.editor.php:109 -#: ../../godmode/agentes/planned_downtime.editor.php:181 -#: ../../godmode/agentes/planned_downtime.editor.php:910 -msgid "This elements cannot be modified while the downtime is being executed" -msgstr "These items cannot be modified while downtime is taking place" - -#: ../../godmode/agentes/planned_downtime.editor.php:312 -msgid "Cannot be modified while the downtime is being executed" -msgstr "Cannot be modified while downtime is taking place" - -#: ../../godmode/agentes/planned_downtime.editor.php:479 -msgid "Quiet: Modules will not generate events or fire alerts." -msgstr "Quiet: Modules will not generate events or fire alerts." - -#: ../../godmode/agentes/planned_downtime.editor.php:480 -msgid "Disable Agents: Disables the selected agents." -msgstr "Disable Agents: Disables the selected agents." - -#: ../../godmode/agentes/planned_downtime.editor.php:481 -msgid "Disable Alerts: Disable alerts for the selected agents." -msgstr "Disable Alerts: disables alerts for the selected agents." - -#: ../../godmode/agentes/planned_downtime.editor.php:483 -#: ../../godmode/agentes/planned_downtime.list.php:426 -msgid "Disabled Agents" -msgstr "Disable Agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:484 -#: ../../godmode/agentes/planned_downtime.list.php:427 -msgid "Disabled only Alerts" -msgstr "Disable only Alerts" - -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:151 -msgid "Once" -msgstr "Once" - -#: ../../godmode/agentes/planned_downtime.editor.php:489 -#: ../../godmode/agentes/planned_downtime.list.php:151 -#: ../../godmode/agentes/planned_downtime.list.php:432 -msgid "Periodically" -msgstr "Periodically" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -msgid "Configure the time" -msgstr "Set time" - -#: ../../godmode/agentes/planned_downtime.editor.php:525 -msgid "Type Periodicity:" -msgstr "Periodicity type:" - -#: ../../godmode/agentes/planned_downtime.editor.php:563 -msgid "From day:" -msgstr "set start date" - -#: ../../godmode/agentes/planned_downtime.editor.php:569 -msgid "To day:" -msgstr "Set end date" - -#: ../../godmode/agentes/planned_downtime.editor.php:580 -msgid "From hour:" -msgstr "Set start time" - -#: ../../godmode/agentes/planned_downtime.editor.php:588 -msgid "To hour:" -msgstr "Set end time" - -#: ../../godmode/agentes/planned_downtime.editor.php:631 -msgid "Available agents" -msgstr "Available agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:683 -msgid "Available modules:" -msgstr "Available modules:" - -#: ../../godmode/agentes/planned_downtime.editor.php:684 -msgid "Only for type Quiet for downtimes." -msgstr "Only for quiet type downtimes" - -#: ../../godmode/agentes/planned_downtime.editor.php:698 -msgid "Agents planned for this downtime" -msgstr "Selected agents for this downtime" - -#: ../../godmode/agentes/planned_downtime.editor.php:713 -msgid "There are no agents" -msgstr "There are no agents" - -#: ../../godmode/agentes/planned_downtime.editor.php:748 -msgid "All alerts" -msgstr "All alerts" - -#: ../../godmode/agentes/planned_downtime.editor.php:751 -msgid "Entire agent" -msgstr "Entire agent" - -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/agentes/planned_downtime.editor.php:860 -msgid "All modules" -msgstr "All modules" - -#: ../../godmode/agentes/planned_downtime.editor.php:758 -#: ../../godmode/agentes/planned_downtime.editor.php:852 -#: ../../godmode/agentes/planned_downtime.editor.php:856 -msgid "Some modules" -msgstr "Some modules" - -#: ../../godmode/agentes/planned_downtime.editor.php:824 -msgid "Add Module:" -msgstr "Add Module:" - -#: ../../godmode/agentes/planned_downtime.editor.php:1040 -msgid "Please select a module." -msgstr "Please select a module." - -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -msgid "" -"WARNING: If you edit this planned downtime, the data of future SLA reports " -"may be altered" -msgstr "" -"WARNING: if you edit this planned downtime, it may alter the data on future " -"SLA reports." - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "The SNMP remote plugin doesnt seem to be installed" -msgstr "The remote SNMP plugin doesn't appear to be installed" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "It is necessary to use some features" -msgstr "It's necessary in order to access certain features" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -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)" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252 -msgid "Remote system doesnt support host SNMP information" -msgstr "The remote system doesn't support the host's SNMP information" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331 -msgid "The number of bytes read from this device since boot" -msgstr "The number of bytes read from this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333 -msgid "The number of bytes written to this device since boot" -msgstr "The number of bytes written to this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335 -msgid "The number of read accesses from this device since boot" -msgstr "The number of read accesses from this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337 -msgid "The number of write accesses from this device since boot" -msgstr "The number of write accesses from this device since boot" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512 +#: ../../godmode/alerts/configure_alert_template.php:840 #, php-format -msgid "Check if the process %s is running or not" -msgstr "Check if the process %s is running or not" +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "The alert is triggered when the value doesn't match %s" -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 -msgid "Disk use information" -msgstr "Disk use information" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s modules created succesfully" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 -#, php-format -msgid "Error creating %s modules" -msgstr "Error creating %s modules" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:235 -#, php-format -msgid "%s modules already exist" -msgstr "%s modules already exist" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 -msgid "Modules created succesfully" -msgstr "Modules successfully created." - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +#: ../../godmode/alerts/configure_alert_template.php:844 +#, fuzzy msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" -msgstr "If it's a network device, try with the SNMP interface wizard" +"The alert would fire when the value is not between and " +msgstr "" +"The alert is triggered when the value isn't between " +"and " -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780 -msgid "Devices" -msgstr "Devices" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -msgid "Processes" -msgstr "Processes" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -msgid "Free space on disk" -msgstr "Free space on disk" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783 -msgid "Temperature sensors" -msgstr "Temperature sensors" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784 -msgid "Other SNMP data" -msgstr "Other SNMP data" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:306 -msgid "Wizard mode" -msgstr "Wizard mode" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 -msgid "SNMP remote plugin is necessary for this feature" -msgstr "The remote SNMP plugin is necessary to run this feature" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:349 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:351 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:353 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:355 -msgid "Add to modules list" -msgstr "Add to the module list" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:359 -msgid "Remove from modules list" -msgstr "Remove from the module list" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920 -msgid "Device" -msgstr "Device" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968 -msgid "Temperature" -msgstr "Temperature" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:492 -msgid "Modules list is empty" -msgstr "Module list is empty" - -#: ../../godmode/agentes/module_manager_editor_data.php:17 -msgid "Data server module" -msgstr "Data server module" - -#: ../../godmode/agentes/planned_downtime.list.php:44 -msgid "An error occurred while migrating the malformed planned downtimes" -msgstr "An error occurred while migrating faulty planned downtimes" - -#: ../../godmode/agentes/planned_downtime.list.php:45 -msgid "Please run the migration again or contact with the administrator" -msgstr "Please run the migration again or contact the administrator" - -#: ../../godmode/agentes/planned_downtime.list.php:77 -msgid "An error occurred stopping the planned downtime" -msgstr "An error occurred when attempting to stop planned downtime." - -#: ../../godmode/agentes/planned_downtime.list.php:99 -msgid "This planned downtime is running" -msgstr "This planned downtime is running" - -#: ../../godmode/agentes/planned_downtime.list.php:152 -msgid "Execution type" -msgstr "Execution type" - -#: ../../godmode/agentes/planned_downtime.list.php:154 -msgid "Show past downtimes" -msgstr "Show past downtimes" - -#: ../../godmode/agentes/planned_downtime.list.php:356 -#: ../../godmode/agentes/planned_downtime.export_csv.php:199 -msgid "No planned downtime" -msgstr "No planned downtime" - -#: ../../godmode/agentes/planned_downtime.list.php:389 -msgid "Name #Ag." -msgstr "Name #Ag." - -#: ../../godmode/agentes/planned_downtime.list.php:398 -#: ../../godmode/agentes/planned_downtime.list.php:454 -msgid "Stop downtime" -msgstr "Stop downtime" - -#: ../../godmode/agentes/planned_downtime.list.php:431 -msgid "once" -msgstr "once" - -#: ../../godmode/agentes/planned_downtime.list.php:440 -msgid "Not running" -msgstr "Not running" - -#: ../../godmode/agentes/planned_downtime.list.php:533 +#: ../../godmode/alerts/configure_alert_template.php:852 msgid "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"The alert template cannot have the same value for min and max thresholds." msgstr "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"The alert template cannot have the same value for min and max thresholds." -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "WARNING: There are malformed planned downtimes" -msgstr "WARNING: there are faulty planned downtimes" +#: ../../godmode/gis_maps/configure_gis_map.php:111 +msgid "Map successfully created" +msgstr "Map created successfully" -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "Do you want to migrate automatically the malformed items?" -msgstr "Do you want to automatically migrate the faulty items" +#: ../../godmode/gis_maps/configure_gis_map.php:112 +msgid "Map could not be created" +msgstr "Could not create map" -#: ../../godmode/agentes/module_manager_editor_network.php:58 -msgid "Network server module" -msgstr "Network server module" +#: ../../godmode/gis_maps/configure_gis_map.php:201 +msgid "Map successfully update" +msgstr "Map updated successfully" -#: ../../godmode/agentes/module_manager_editor_network.php:112 -msgid "SNMP OID" -msgstr "SNMP OID" +#: ../../godmode/gis_maps/configure_gis_map.php:202 +msgid "Map could not be updated" +msgstr "Could not update map" -#: ../../godmode/agentes/module_manager_editor_network.php:130 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" -msgstr "TCP send" +#: ../../godmode/gis_maps/configure_gis_map.php:219 +msgid "View GIS" +msgstr "View GIS" -#: ../../godmode/agentes/module_manager_editor_network.php:136 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" -msgstr "TCP receive" +#: ../../godmode/gis_maps/configure_gis_map.php:222 +msgid "GIS Maps builder" +msgstr "GIS map builder" -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:470 -#: ../../godmode/massive/massive_edit_modules.php:474 -msgid "The pass length must be eight character minimum." -msgstr "The pass length must be eight character minimum." +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Map Name" +msgstr "Map Name" -#: ../../godmode/agentes/module_manager_editor.php:440 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" -msgstr "DEBUG: Invalid module type specified in %s:%s" +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Descriptive name for the map" +msgstr "Name for descriptive map" -#: ../../godmode/agentes/module_manager_editor.php:441 +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "Add Map connection" +msgstr "Add Map connection" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 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" +"At least one map connection must be defined, it will be possible to change " +"between the connections in the map" msgstr "" -"Most likely you've recently upgraded from an earlier version of Pandora and " -"you 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" +"At least one map connection has to be defined. It's possible to change " +"between connections on the map." -#: ../../godmode/agentes/module_manager_editor.php:469 -msgid "Module relations" -msgstr "Module relations" +#: ../../godmode/gis_maps/configure_gis_map.php:366 +msgid "Group that owns the map" +msgstr "Group that owns the map" -#: ../../godmode/agentes/module_manager_editor.php:518 -msgid "No module to predict" -msgstr "No module to predict" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom" +msgstr "Default zoom" -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "No plug-in provided" -msgstr "No plug-in provided" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom level when opening the map" +msgstr "Default zoom level when opening the map" -#: ../../godmode/agentes/module_manager_editor.php:542 +#: ../../godmode/gis_maps/configure_gis_map.php:372 +msgid "Center Latitude" +msgstr "Centre Latitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:375 +msgid "Center Longitude" +msgstr "Centre Longitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:378 +msgid "Center Altitude" +msgstr "Center Altitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:381 +msgid "Default Latitude" +msgstr "Default Latitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:384 +msgid "Default Longitude" +msgstr "Default Longitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:387 +msgid "Default Altitude" +msgstr "Default Altitude" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "Layers" +msgstr "Layers" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." +"Each layer can show agents from one group or the agents added to that layer " +"or both." msgstr "" -"Error: field name and name in the module_name string under data " -"configuration are different." - -#: ../../godmode/agentes/module_manager.php:70 -msgid "Create a new data server module" -msgstr "Create a new data server module" - -#: ../../godmode/agentes/module_manager.php:72 -msgid "Create a new network server module" -msgstr "Create a new network server module" - -#: ../../godmode/agentes/module_manager.php:74 -msgid "Create a new plugin server module" -msgstr "Create a new plug-in server module" - -#: ../../godmode/agentes/module_manager.php:76 -msgid "Create a new WMI server module" -msgstr "Create a new WMI server module" - -#: ../../godmode/agentes/module_manager.php:78 -msgid "Create a new prediction server module" -msgstr "Create a new prediction server module" - -#: ../../godmode/agentes/module_manager.php:134 -msgid "Get more modules in Pandora FMS Library" -msgstr "Get more modules on the Pandora FMS Library" - -#: ../../godmode/agentes/module_manager.php:161 -msgid "Nice try buddy" -msgstr "Nice try, buddy!" - -#: ../../godmode/agentes/module_manager.php:258 -#, php-format -msgid "There was a problem deleting %s modules, none deleted." -msgstr "There was a problem deleting %s modules, none deleted." - -#: ../../godmode/agentes/module_manager.php:263 -msgid "All Modules deleted succesfully" -msgstr "All Modules deleted succesfully" - -#: ../../godmode/agentes/module_manager.php:267 -#, php-format -msgid "There was a problem only deleted %s modules of %s total." -msgstr "There was a problem only deleted %s modules of %s total." - -#: ../../godmode/agentes/module_manager.php:710 -msgid "Normalize" -msgstr "Normalize" - -#: ../../godmode/agentes/module_manager.php:716 -msgid "Normalize (Disabled)" -msgstr "Normalize (Disabled)" - -#: ../../godmode/agentes/module_manager.php:730 -msgid "Create network component (Disabled)" -msgstr "Create network component (Disabled)" - -#: ../../godmode/agentes/configurar_agente.php:186 -#: ../../godmode/agentes/configurar_agente.php:709 -msgid "There is already an agent in the database with this name" -msgstr "There is already an agent in the database with this name" - -#: ../../godmode/agentes/configurar_agente.php:360 -msgid "Agent wizard" -msgstr "Agent wizard" - -#: ../../godmode/agentes/configurar_agente.php:372 -#: ../../godmode/agentes/configurar_agente.php:534 -msgid "SNMP Interfaces wizard" -msgstr "SNMP Interface wizard" - -#: ../../godmode/agentes/configurar_agente.php:377 -#: ../../godmode/agentes/configurar_agente.php:537 -msgid "WMI Wizard" -msgstr "WMI Wizard" - -#: ../../godmode/agentes/configurar_agente.php:545 -msgid "SNMP explorer" -msgstr "SNMP explorer" - -#: ../../godmode/agentes/configurar_agente.php:560 -msgid "Agent manager" -msgstr "Agent manager" - -#: ../../godmode/agentes/configurar_agente.php:583 -#: ../../godmode/servers/modificar_server.php:134 -msgid "Conf file deleted successfully" -msgstr "Conf file deleted successfully" - -#: ../../godmode/agentes/configurar_agente.php:584 -#: ../../godmode/servers/modificar_server.php:135 -msgid "Could not delete conf file" -msgstr "Could not delete conf file" - -#: ../../godmode/agentes/configurar_agente.php:621 -#: ../../godmode/agentes/configurar_agente.php:626 -msgid "No data to normalize" -msgstr "No data to normalise" - -#: ../../godmode/agentes/configurar_agente.php:630 -#, php-format -msgid "Deleted data above %f" -msgstr "Deleted data above %f" - -#: ../../godmode/agentes/configurar_agente.php:631 -#, php-format -msgid "Error normalizing module %s" -msgstr "Error normalising module %s" - -#: ../../godmode/agentes/configurar_agente.php:751 -msgid "There was a problem updating the agent" -msgstr "There was a problem updating the agent" - -#: ../../godmode/agentes/configurar_agente.php:791 -msgid "There was a problem loading the agent" -msgstr "There was a problem loading the agent" - -#: ../../godmode/agentes/configurar_agente.php:1118 -msgid "" -"There was a problem updating module. Another module already exists with the " -"same name." -msgstr "" -"There was an issue updating the module: there's another module with the same " -"name" - -#: ../../godmode/agentes/configurar_agente.php:1121 -msgid "" -"There was a problem updating module. Some required fields are missed: (name)" -msgstr "" -"There was an issue updating the module: some required fields are missing: " -"(name)" - -#: ../../godmode/agentes/configurar_agente.php:1124 -msgid "There was a problem updating module. \"No change\"" -msgstr "A problem occurred when updating the module. \"No change\"" - -#: ../../godmode/agentes/configurar_agente.php:1129 -msgid "There was a problem updating module. Processing error" -msgstr "A problem occurred when updating the module. Processing error" - -#: ../../godmode/agentes/configurar_agente.php:1149 -msgid "Module successfully updated" -msgstr "Module successfully updated" - -#: ../../godmode/agentes/configurar_agente.php:1253 -msgid "" -"There was a problem adding module. Another module already exists with the " -"same name." -msgstr "" -"A problem occurred when adding the module. There's another module with the " -"same name." - -#: ../../godmode/agentes/configurar_agente.php:1256 -msgid "" -"There was a problem adding module. Some required fields are missed : (name)" -msgstr "" -"There was a problem adding the module: some required fields are missing: " -"(name)" - -#: ../../godmode/agentes/configurar_agente.php:1261 -msgid "There was a problem adding module. Processing error" -msgstr "There was a problem adding the module. Processing error." - -#: ../../godmode/agentes/configurar_agente.php:1279 -#: ../../godmode/reporting/graph_builder.php:230 -msgid "Module added successfully" -msgstr "Module added successfully" - -#: ../../godmode/agentes/configurar_agente.php:1397 -msgid "There was a problem deleting the module" -msgstr "There was a problem deleting the module" - -#: ../../godmode/agentes/configurar_agente.php:1400 -msgid "Module deleted succesfully" -msgstr "Module deleted succesfully" - -#: ../../godmode/agentes/configurar_agente.php:1582 -#: ../../godmode/agentes/configurar_agente.php:1592 -msgid "Invalid tab specified" -msgstr "Invalid tab specified" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:112 -#, php-format -msgid "Free space on %s" -msgstr "Free space on %s" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:205 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s service modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:208 -#, php-format -msgid "Error creating %s service modules" -msgstr "Error when creating %s service modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:213 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s process modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:216 -#, php-format -msgid "Error creating %s process modules" -msgstr "Error when creating %s service modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:221 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "%s disk space modules created successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:224 -#, php-format -msgid "Error creating %s disk space modules" -msgstr "Error upon creating %s disk space modules" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:229 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "%s modules created from components successfully" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:232 -#, php-format -msgid "Error creating %s modules from components" -msgstr "Error creating %s modules from components" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:258 -#: ../../godmode/agentes/module_manager_editor_wmi.php:44 -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -msgid "Namespace" -msgstr "Namespace" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:275 -msgid "WMI Explore" -msgstr "WMI Explorer" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:279 -msgid "Unable to do WMI explorer" -msgstr "Unable to perform WMI exploration" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:304 -msgid "WMI components" -msgstr "WMI components" - -#: ../../godmode/agentes/agent_template.php:69 -msgid "Created by template " -msgstr "Created from a template " - -#: ../../godmode/agentes/agent_template.php:152 -msgid "Error adding modules" -msgstr "Error adding modules" - -#: ../../godmode/agentes/agent_template.php:154 -msgid "Error adding modules. The following errors already exists: " -msgstr "Error adding modules. The following errors already exist: " - -#: ../../godmode/agentes/agent_template.php:157 -msgid "Modules successfully added" -msgstr "Modules successfully added" - -#: ../../godmode/agentes/agent_template.php:184 -msgid "Assign" -msgstr "Assign" - -#: ../../godmode/agentes/configure_field.php:36 -msgid "Update agent custom field" -msgstr "Update agent's custom fields" - -#: ../../godmode/agentes/configure_field.php:39 -msgid "Create agent custom field" -msgstr "Create agent custom field" - -#: ../../godmode/agentes/fields_manager.php:31 -msgid "Agents custom fields manager" -msgstr "Agent's custom field manager" - -#: ../../godmode/agentes/fields_manager.php:44 -msgid "The name must not be empty" -msgstr "Name cannot be left empty" - -#: ../../godmode/agentes/fields_manager.php:47 -msgid "The name must be unique" -msgstr "Name must be unique" - -#: ../../godmode/agentes/fields_manager.php:52 -msgid "Field successfully created" -msgstr "Custom field successfully created" - -#: ../../godmode/agentes/fields_manager.php:69 -msgid "Field successfully updated" -msgstr "Field successfully updated" - -#: ../../godmode/agentes/fields_manager.php:72 -msgid "There was a problem modifying field" -msgstr "There was a problem modifying field" - -#: ../../godmode/agentes/fields_manager.php:82 -msgid "There was a problem deleting field" -msgstr "There was an issue deleting the field" - -#: ../../godmode/agentes/fields_manager.php:84 -msgid "Field successfully deleted" -msgstr "Field successfully deleted" - -#: ../../godmode/agentes/fields_manager.php:138 -msgid "Create field" -msgstr "Create field" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:29 -msgid "WMI server module" -msgstr "WMI server module" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:59 -#: ../../godmode/modules/manage_network_components_form_wmi.php:32 -msgid "WMI query" -msgstr "WMI query" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:67 -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -msgid "Key string" -msgstr "Key string" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:70 -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -msgid "Field number" -msgstr "Field number" - -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" -msgstr "Update Server" - -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" -msgstr "Remote Configuration" - -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" -msgstr "Pandora servers" - -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" -msgstr "Server updated successfully" - -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" -msgstr "There was a problem updating the server" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "Network Components" - -#: ../../godmode/servers/plugin.php:216 -msgid "Plugin creation" -msgstr "Plug-in creation" - -#: ../../godmode/servers/plugin.php:219 -msgid "Plugin update" -msgstr "Plug-in update" - -#: ../../godmode/servers/plugin.php:249 -msgid "Plugin type" -msgstr "Plug-in type" - -#: ../../godmode/servers/plugin.php:250 ../../godmode/servers/plugin.php:709 -msgid "Standard" -msgstr "Standard" - -#: ../../godmode/servers/plugin.php:251 ../../godmode/servers/plugin.php:711 -msgid "Nagios" -msgstr "Nagios" - -#: ../../godmode/servers/plugin.php:256 -msgid "Max. timeout" -msgstr "Max. timeout" - -#: ../../godmode/servers/plugin.php:256 -msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" -msgstr "" -"This value will only be applied if it's less than the timeout for the " -"server's general configuration plugin." - -#: ../../godmode/servers/plugin.php:256 -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's plugin timeout will be " -"used." - -#: ../../godmode/servers/plugin.php:312 -msgid "Plugin command" -msgstr "Plug-in command" - -#: ../../godmode/servers/plugin.php:323 -msgid "Plug-in parameters" -msgstr "Plug-in parameters" - -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" -msgstr "Hide Value" - -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "This field will show up as dots like a password" -msgstr "This field is only going to display dots like a password window." - -#: ../../godmode/servers/plugin.php:474 ../../godmode/servers/plugin.php:481 -msgid "Parameters macros" -msgstr "Macro parameters" - -#: ../../godmode/servers/plugin.php:514 -msgid "Plugins registered in Pandora FMS" -msgstr "Plug-ins registered on Pandora FMS" - -#: ../../godmode/servers/plugin.php:519 -msgid "You need to create your own plugins with Windows compatibility" -msgstr "You'll need to create your own Windows-compatible plugins" - -#: ../../godmode/servers/plugin.php:579 -msgid "Problem updating plugin" -msgstr "Problem updating plugin" - -#: ../../godmode/servers/plugin.php:582 -msgid "Plugin updated successfully" -msgstr "Plugin updated successfully" - -#: ../../godmode/servers/plugin.php:637 -msgid "Problem creating plugin" -msgstr "Problem creating plugin" - -#: ../../godmode/servers/plugin.php:640 -msgid "Plugin created successfully" -msgstr "Plugin created successfully" - -#: ../../godmode/servers/plugin.php:650 -msgid "Problem deleting plugin" -msgstr "Problem deleting plugin" - -#: ../../godmode/servers/plugin.php:653 -msgid "Plugin deleted successfully" -msgstr "Plugin deleted successfully" - -#: ../../godmode/servers/plugin.php:732 -msgid "All the modules that are using this plugin will be deleted" -msgstr "All modules that are using this plugin will be deleted" - -#: ../../godmode/servers/plugin.php:739 -msgid "There are no plugins in the system" -msgstr "There are no plugins on the system" - -#: ../../godmode/servers/plugin.php:751 -#, php-format -msgid "List of modules and components created by \"%s\" " -msgstr "List of modules and components created by \"%s\" " - -#: ../../godmode/servers/plugin.php:859 ../../godmode/servers/plugin.php:875 -msgid "Some modules or components are using the plugin" -msgstr "Some modules or components are using the plugin" - -#: ../../godmode/servers/plugin.php:860 -msgid "" -"The modules or components should be updated manually or using the bulk " -"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" - -#: ../../godmode/servers/plugin.php:862 -msgid "Are you sure you want to perform this action?" -msgstr "Are you sure you want to perform this action?" - -#: ../../godmode/servers/plugin.php:876 -msgid "Are you sure you want to unlock this item?" -msgstr "Are you sure you want to unlock this item?" - -#: ../../godmode/servers/plugin.php:896 -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." - -#: ../../godmode/servers/plugin.php:902 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" -msgstr "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" - -#: ../../godmode/servers/manage_recontask_form.php:188 -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." - -#: ../../godmode/servers/manage_recontask_form.php:223 -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 won't " -"run." - -#: ../../godmode/servers/manage_recontask_form.php:231 -msgid "Network sweep" -msgstr "Network sweep" - -#: ../../godmode/servers/manage_recontask_form.php:248 -msgid "Manual interval means that it will be executed only On-demand" -msgstr "Manual interval means that it's going to run only on demand." - -#: ../../godmode/servers/manage_recontask_form.php:255 -msgid "The minimum recomended interval for Recon Task is 5 minutes" -msgstr "The minimum recommended interval for a recon task is 5 minutes" - -#: ../../godmode/servers/manage_recontask_form.php:260 -msgid "Module template" -msgstr "Module template" - -#: ../../godmode/servers/manage_recontask_form.php:294 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Ports" -msgstr "Ports" - -#: ../../godmode/servers/manage_recontask_form.php:297 -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 don't want to perform a sweep using " -"portscan." - -#: ../../godmode/servers/manage_recontask_form.php:308 -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 incident or not." - -#: ../../godmode/servers/manage_recontask_form.php:311 -msgid "SNMP Default community" -msgstr "SNMP Default community" - -#: ../../godmode/servers/manage_recontask_form.php:317 -msgid "Explanation" -msgstr "Explanation" - -#: ../../godmode/servers/manage_recontask_form.php:358 -msgid "OS detection" -msgstr "OS detection" - -#: ../../godmode/servers/manage_recontask_form.php:362 -msgid "Name resolution" -msgstr "Name resolution" - -#: ../../godmode/servers/manage_recontask_form.php:366 -msgid "Parent detection" -msgstr "Parent detection" - -#: ../../godmode/servers/manage_recontask_form.php:370 -msgid "Parent recursion" -msgstr "Parent recursion" - -#: ../../godmode/servers/manage_recontask_form.php:371 -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." - -#: ../../godmode/servers/servers.build_table.php:142 -msgid "Reset module status and fired alert counts" -msgstr "Reset module status and fired alert counts" - -#: ../../godmode/servers/servers.build_table.php:148 -msgid "Claim back SNMP modules" -msgstr "Reclaim SNMP modules" - -#: ../../godmode/servers/recon_script.php:73 -msgid "Recon script creation" -msgstr "Recon script creation" - -#: ../../godmode/servers/recon_script.php:75 -msgid "Recon script update" -msgstr "Recon script update" - -#: ../../godmode/servers/recon_script.php:101 -msgid "Script fullpath" -msgstr "Script fullpath" - -#: ../../godmode/servers/recon_script.php:228 -msgid "Recon scripts registered in Pandora FMS" -msgstr "Recon scripts registered on Pandora FMS" - -#: ../../godmode/servers/recon_script.php:271 -msgid "Problem updating" -msgstr "Problem updating" - -#: ../../godmode/servers/recon_script.php:317 -msgid "Problem creating" -msgstr "Problem creating" - -#: ../../godmode/servers/recon_script.php:331 -msgid "Problem deleting reconscript" -msgstr "Problem deleting reconscript" - -#: ../../godmode/servers/recon_script.php:334 -msgid "reconscript deleted successfully" -msgstr "Reconscript deleted successfully" - -#: ../../godmode/servers/recon_script.php:378 -msgid "There are no recon scripts in the system" -msgstr "There are no recon scripts in the system" - -#: ../../godmode/servers/manage_recontask.php:55 -msgid "Successfully deleted recon task" -msgstr "Successfully deleted recon task" - -#: ../../godmode/servers/manage_recontask.php:58 -msgid "Error deleting recon task" -msgstr "Error deleting recon task" - -#: ../../godmode/servers/manage_recontask.php:68 -#: ../../godmode/servers/manage_recontask.php:177 -msgid "Successfully updated recon task" -msgstr "Recon task successfully updated" - -#: ../../godmode/servers/manage_recontask.php:75 -#: ../../godmode/servers/manage_recontask.php:180 -msgid "Error updating recon task" -msgstr "Error updating recon task" - -#: ../../godmode/servers/manage_recontask.php:161 -#: ../../godmode/servers/manage_recontask.php:231 -msgid "Wrong format in Subnet field" -msgstr "Wrong format in the Subnet field" - -#: ../../godmode/servers/manage_recontask.php:227 -msgid "Recon-task name already exists and incorrect format in Subnet field" -msgstr "" -"The recon task's name already exists and the format is incorrect for the " -"Subnet field." - -#: ../../godmode/servers/manage_recontask.php:235 -#: ../../godmode/servers/manage_recontask.php:244 -msgid "Recon-task name already exists" -msgstr "The recon task's name already exists" - -#: ../../godmode/servers/manage_recontask.php:258 -msgid "Successfully created recon task" -msgstr "Recon task successfully created" - -#: ../../godmode/servers/manage_recontask.php:261 -msgid "Error creating recon task" -msgstr "Error creating recon task" - -#: ../../godmode/servers/manage_recontask.php:376 -msgid "There are no recon task configured" -msgstr "There are no recon tasks set up" - -#: ../../godmode/netflow/nf_edit_form.php:59 -#: ../../godmode/netflow/nf_edit_form.php:67 -msgid "Add filter" -msgstr "Add filter" - -#: ../../godmode/netflow/nf_edit_form.php:62 -msgid "Netflow Filter" -msgstr "Netflow Filter" - -#: ../../godmode/netflow/nf_edit_form.php:206 -msgid "Filter:" -msgstr "Filter:" - -#: ../../godmode/netflow/nf_item_list.php:44 -#: ../../godmode/netflow/nf_item_list.php:54 -msgid "Report items" -msgstr "Report items" - -#: ../../godmode/netflow/nf_item_list.php:49 -msgid "Edit report" -msgstr "Edit report" - -#: ../../godmode/netflow/nf_item_list.php:58 -msgid "Netflow reports" -msgstr "Netflow reports" - -#: ../../godmode/netflow/nf_item_list.php:59 -msgid "Item list" -msgstr "List of Items" - -#: ../../godmode/netflow/nf_item_list.php:151 -msgid "Chart type" -msgstr "Chart type" - -#: ../../godmode/netflow/nf_item_list.php:255 -msgid "There are no defined items" -msgstr "There are no items defined" - -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "Manage Netflow Filter" - -#: ../../godmode/groups/configure_modu_group.php:29 -msgid "Module group management" -msgstr "Module group management" - -#: ../../godmode/groups/group_list.php:158 -msgid "Edit or delete groups can cause problems with synchronization" -msgstr "Editing or deleting groups can cause problems with synchronization" - -#: ../../godmode/groups/group_list.php:164 -msgid "Groups defined in Pandora" -msgstr "Groups defined in Pandora" - -#: ../../godmode/groups/group_list.php:208 -#: ../../godmode/groups/modu_group_list.php:74 -msgid "Group successfully created" -msgstr "Group successfully created" - -#: ../../godmode/groups/group_list.php:211 -#: ../../godmode/groups/modu_group_list.php:77 -msgid "There was a problem creating group" -msgstr "There was a problem creating the group" - -#: ../../godmode/groups/group_list.php:215 -msgid "Each group must have a different name" -msgstr "Each group must have a different name" - -#: ../../godmode/groups/group_list.php:220 -msgid "Group must have a name" -msgstr "Group must have a name" - -#: ../../godmode/groups/group_list.php:263 -#: ../../godmode/groups/modu_group_list.php:105 -msgid "Group successfully updated" -msgstr "Group successfully updated" - -#: ../../godmode/groups/group_list.php:266 -#: ../../godmode/groups/modu_group_list.php:108 -msgid "There was a problem modifying group" -msgstr "There was a problem modifying the group" - -#: ../../godmode/groups/group_list.php:291 -#, php-format -msgid "The group is not empty. It is use in %s." -msgstr "The group isn't empty. It's used in %s." - -#: ../../godmode/groups/group_list.php:295 -#: ../../godmode/groups/modu_group_list.php:137 -msgid "Group successfully deleted" -msgstr "Group successfully deleted" - -#: ../../godmode/groups/group_list.php:298 -#: ../../godmode/groups/modu_group_list.php:135 -msgid "There was a problem deleting group" -msgstr "There was a problem deleting group" - -#: ../../godmode/groups/group_list.php:387 -msgid "There are no defined groups" -msgstr "There are no groups defined" - -#: ../../godmode/groups/group_list.php:393 -#: ../../godmode/groups/configure_group.php:92 -msgid "Create group" -msgstr "Create group" - -#: ../../godmode/groups/configure_group.php:90 -msgid "Update group" -msgstr "Update group" - -#: ../../godmode/groups/configure_group.php:104 -msgid "Update Group" -msgstr "Update Group" - -#: ../../godmode/groups/configure_group.php:106 -msgid "Create Group" -msgstr "Create Group" - -#: ../../godmode/groups/configure_group.php:142 -msgid "You have not access to the parent." -msgstr "You don't have access to the parent" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate ACL" -msgstr "Propagate ACL" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate the same ACL security into the child subgroups." -msgstr "Propagate the same ACL security onto the child subgroups" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact" -msgstr "Contact" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact information accessible through the _groupcontact_ macro" -msgstr "Contact information can be accessed using the _groupcontact_ macro" - -#: ../../godmode/groups/configure_group.php:176 -msgid "Information accessible through the _group_other_ macro" -msgstr "Information can be accessed using the _group_other_ macro" - -#: ../../godmode/groups/configure_group.php:221 -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're 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 on to the node. " - -#: ../../godmode/groups/modu_group_list.php:54 -msgid "Module groups defined in Pandora" -msgstr "Module groups defined in Pandora" - -#: ../../godmode/groups/modu_group_list.php:81 -#: ../../godmode/groups/modu_group_list.php:112 -msgid "Each module group must have a different name" -msgstr "Each module group must have a different name" - -#: ../../godmode/groups/modu_group_list.php:85 -#: ../../godmode/groups/modu_group_list.php:116 -msgid "Module group must have a name" -msgstr "The module group must be named" - -#: ../../godmode/groups/modu_group_list.php:203 -msgid "There are no defined module groups" -msgstr "There are no module groups defined" - -#: ../../godmode/groups/modu_group_list.php:208 -msgid "Create module group" -msgstr "Create module group" - -#: ../../godmode/update_manager/update_manager.setup.php:51 -msgid "Succesful Update the url config vars." -msgstr "URL configuration variables successfully updated." - -#: ../../godmode/update_manager/update_manager.setup.php:52 -msgid "Unsuccesful Update the url config vars." -msgstr "Unsuccessful in updating the URL configuration variables." - -#: ../../godmode/update_manager/update_manager.setup.php:63 -msgid "URL update manager:" -msgstr "Update manager URL" - -#: ../../godmode/update_manager/update_manager.setup.php:65 -msgid "URL update manager" -msgstr "Update Manager URL" - -#: ../../godmode/update_manager/update_manager.setup.php:67 -msgid "Proxy server:" -msgstr "Proxy server:" - -#: ../../godmode/update_manager/update_manager.setup.php:69 -msgid "Proxy server" -msgstr "Proxy server" - -#: ../../godmode/update_manager/update_manager.setup.php:71 -msgid "Proxy port:" -msgstr "Proxy port:" - -#: ../../godmode/update_manager/update_manager.setup.php:73 -msgid "Proxy port" -msgstr "Proxy port" - -#: ../../godmode/update_manager/update_manager.setup.php:75 -msgid "Proxy user:" -msgstr "Proxy user:" - -#: ../../godmode/update_manager/update_manager.setup.php:77 -msgid "Proxy user" -msgstr "Proxy user" - -#: ../../godmode/update_manager/update_manager.setup.php:79 -msgid "Proxy password:" -msgstr "Proxy password:" - -#: ../../godmode/update_manager/update_manager.setup.php:81 -msgid "Proxy password" -msgstr "Proxy password" - -#: ../../godmode/update_manager/update_manager.php:32 -msgid "Offline update manager" -msgstr "Offline Update Manager" - -#: ../../godmode/update_manager/update_manager.php:36 -msgid "Online update manager" -msgstr "Online Update Manager" - -#: ../../godmode/update_manager/update_manager.php:41 -msgid "Update manager » Setup" -msgstr "Update Manager Setup" - -#: ../../godmode/update_manager/update_manager.php:44 -msgid "Update manager » Offline" -msgstr "Offline Update Manager" - -#: ../../godmode/update_manager/update_manager.php:47 -msgid "Update manager » Online" -msgstr "Online Update Manager" - -#: ../../godmode/update_manager/update_manager.offline.php:29 -msgid "Drop the package here or" -msgstr "Please drop the package here or" - -#: ../../godmode/update_manager/update_manager.offline.php:30 -msgid "browse it" -msgstr "browse it" - -#: ../../godmode/update_manager/update_manager.offline.php:31 -msgid "The package has been uploaded successfully." -msgstr "The package has been uploaded successfully." - -#: ../../godmode/update_manager/update_manager.offline.php:32 -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's recommended to conduct a backup before " -"continuing the updating process." - -#: ../../godmode/update_manager/update_manager.offline.php:33 -msgid "Click on the file below to begin." -msgstr "Please click on the file below to begin." - -#: ../../godmode/update_manager/update_manager.offline.php:34 -msgid "Updating" -msgstr "Updating" - -#: ../../godmode/update_manager/update_manager.offline.php:35 -msgid "Package updated successfully." -msgstr "Package updated successfully." - -#: ../../godmode/update_manager/update_manager.offline.php:36 -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." - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Package not updated." -msgstr "Package not updated." - -#: ../../godmode/update_manager/update_manager.online.php:25 -#, php-format -msgid "The last version of package installed is: %d" -msgstr "The last version of package installed is: %d" - -#: ../../godmode/update_manager/update_manager.online.php:34 -#, 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. For avoid problems with big updates " -"please set to 500M" - -#: ../../godmode/update_manager/update_manager.online.php:41 -#, 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. For avoid problems " -"with big updates please set to 100M" - -#: ../../godmode/update_manager/update_manager.online.php:48 -#, 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. For " -"avoid problems with big updates please set to 100M" - -#: ../../godmode/update_manager/update_manager.online.php:56 -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 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." - -#: ../../godmode/update_manager/update_manager.online.php:59 -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." - -#: ../../godmode/update_manager/update_manager.online.php:62 -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." - -#: ../../godmode/update_manager/update_manager.online.php:71 -msgid "Checking for the newest package." -msgstr "Checking for the latest package." - -#: ../../godmode/update_manager/update_manager.online.php:75 -msgid "Downloading for the newest package." -msgstr "Downloading the latest package" - -#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_refine.php:33 -#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_event.php:21 -#: ../../godmode/db/db_audit.php:19 +"Each layer can show agents from one group, agents added to that layer, or " +"both." + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "List of layers" +msgstr "List of layers" + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "It is possible to edit, delete and reorder the layers." +msgstr "It is possible to edit, delete and reorder the layers." + +#: ../../godmode/gis_maps/configure_gis_map.php:399 +msgid "New layer" +msgstr "New layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:407 +msgid "Layer name" +msgstr "Layer name" + +#: ../../godmode/gis_maps/configure_gis_map.php:409 +msgid "Visible" +msgstr "Visible" + +#: ../../godmode/gis_maps/configure_gis_map.php:413 +msgid "Show agents from group" +msgstr "Show agents from group" + +#: ../../godmode/gis_maps/configure_gis_map.php:425 +msgid "Add agent" +msgstr "Add agent" + +#: ../../godmode/gis_maps/configure_gis_map.php:441 +msgid "List of Agents to be shown in the layer" +msgstr "List of Agents to be shown in the layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:448 +#: ../../godmode/gis_maps/configure_gis_map.php:624 +#: ../../godmode/gis_maps/configure_gis_map.php:635 +msgid "Save Layer" +msgstr "Save Layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +msgid "Save map" +msgstr "Save map" + +#: ../../godmode/gis_maps/configure_gis_map.php:467 +msgid "Update map" +msgstr "Update map" + +#: ../../godmode/gis_maps/configure_gis_map.php:668 +#: ../../godmode/gis_maps/configure_gis_map.php:724 +msgid "Update Layer" +msgstr "Update Layer" + +#: ../../godmode/gis_maps/configure_gis_map.php:790 +msgid "Do you want to use the default data from the connection?" +msgstr "Do you want to use the default data from the connection?" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "The connection" +msgstr "The connection" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "just added previously." +msgstr "just added previously." + +#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 +#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_purge.php:37 +#: ../../godmode/db/db_refine.php:33 msgid "Database maintenance" msgstr "Database maintenance" +#: ../../godmode/db/db_audit.php:19 +msgid "Database audit purge" +msgstr "Purge audit data" + +#: ../../godmode/db/db_audit.php:70 +msgid "Success data deleted" +msgstr "Data deleted sucessfully" + +#: ../../godmode/db/db_audit.php:72 +msgid "Error deleting data" +msgstr "Error deleting data" + +#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 +msgid "Records" +msgstr "Records" + +#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 +msgid "First date" +msgstr "First date" + +#: ../../godmode/db/db_audit.php:88 +msgid "Latest date" +msgstr "Latest date" + +#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_event.php:73 +#: ../../godmode/db/db_purge.php:335 +msgid "Purge data" +msgstr "Purge data" + +#: ../../godmode/db/db_audit.php:97 +msgid "Purge audit data over 90 days" +msgstr "Purge audit data from last 90 days" + +#: ../../godmode/db/db_audit.php:98 +msgid "Purge audit data over 30 days" +msgstr "Purge audit data from last 30 days" + +#: ../../godmode/db/db_audit.php:99 +msgid "Purge audit data over 14 days" +msgstr "Purge audit data from last 14 days" + +#: ../../godmode/db/db_audit.php:100 +msgid "Purge audit data over 7 days" +msgstr "Purge audit data from last 7 days" + +#: ../../godmode/db/db_audit.php:101 +msgid "Purge audit data over 3 days" +msgstr "Purge audit data from last 3 days" + +#: ../../godmode/db/db_audit.php:102 +msgid "Purge audit data over 1 day" +msgstr "Purge audit data from last day" + +#: ../../godmode/db/db_audit.php:103 +msgid "Purge all audit data" +msgstr "Purge all audit data" + +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +msgid "Do it!" +msgstr "Do it!" + +#: ../../godmode/db/db_event.php:22 +msgid "Event database cleanup" +msgstr "Database events cleanup" + +#: ../../godmode/db/db_event.php:40 +msgid "Successfully deleted old events" +msgstr "Successfully deleted old events" + +#: ../../godmode/db/db_event.php:43 +msgid "Error deleting old events" +msgstr "Error deleting old events" + +#: ../../godmode/db/db_event.php:67 +msgid "Latest data" +msgstr "Latest data" + +#: ../../godmode/db/db_event.php:81 +msgid "Purge event data over 90 days" +msgstr "Purge event data from last 90 days" + +#: ../../godmode/db/db_event.php:82 +msgid "Purge event data over 30 days" +msgstr "Purge event data from last 30 days" + +#: ../../godmode/db/db_event.php:83 +msgid "Purge event data over 14 days" +msgstr "Purge event data from last 14 days" + +#: ../../godmode/db/db_event.php:84 +msgid "Purge event data over 7 days" +msgstr "Purge event data from last 7 days" + +#: ../../godmode/db/db_event.php:85 +msgid "Purge event data over 3 days" +msgstr "Purge event data from last 3 days" + +#: ../../godmode/db/db_event.php:86 +msgid "Purge event data over 1 day" +msgstr "Purge event data from last day" + +#: ../../godmode/db/db_event.php:87 +msgid "Purge all event data" +msgstr "Purge all event data" + #: ../../godmode/db/db_info.php:32 msgid "Database information" msgstr "Database information" @@ -29456,37 +27512,80 @@ msgstr "Database information" msgid "Module data received" msgstr "Module data received" -#: ../../godmode/db/db_refine.php:42 -msgid "Maximum is equal to minimum" -msgstr "Maximum is equal to minimum" +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "Current setup for database maintenance" -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" -msgstr "Filtering data module" +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "Database setup" -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" -msgstr "Filtering completed" +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "Max. time before compacting data" -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" -msgstr "No agent selected" +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "Max. time before purging" -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" -msgstr "Get Info" +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "Database size stats" -#: ../../godmode/db/db_refine.php:105 -msgid "Purge data out of these limits" -msgstr "Purge data out of these limits" +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:9179 +msgid "Total events" +msgstr "Total amount of events" -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 -msgid "Minimum" -msgstr "Minimum" +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "Total data items (tagente_datos)" -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -msgid "Maximum" -msgstr "Maximum" +#: ../../godmode/db/db_main.php:123 +msgid "Total log4x items (tagente_datos_log4x)" +msgstr "Total log4x items (tagente_datos_log4x)" + +#: ../../godmode/db/db_main.php:135 +msgid "Total data string items (tagente_datos_string)" +msgstr "Total number of data string items" + +#: ../../godmode/db/db_main.php:141 +msgid "Total modules configured" +msgstr "Total amount of modules configured" + +#: ../../godmode/db/db_main.php:149 +msgid "Total agent access records" +msgstr "Total agent access records" + +#: ../../godmode/db/db_main.php:160 +msgid "Database sanity" +msgstr "Database health status" + +#: ../../godmode/db/db_main.php:164 +msgid "Total uknown agents" +msgstr "Total number of unknown agents" + +#: ../../godmode/db/db_main.php:170 +msgid "Total non-init modules" +msgstr "Total amount of non-init modules" + +#: ../../godmode/db/db_main.php:179 +msgid "Last time on DB maintance" +msgstr "Last time on DB maintance" + +#: ../../godmode/db/db_main.php:200 +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 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 " +"Pandora FMS." + +#: ../../godmode/db/db_purge.php:38 ../../godmode/menu.php:317 +msgid "Database purge" +msgstr "Database purge" #: ../../godmode/db/db_purge.php:43 msgid "Get data from agent" @@ -29577,11 +27676,6 @@ msgstr "Packages less than one day old" msgid "Total number of packets" msgstr "Total number of packages" -#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_event.php:73 -#: ../../godmode/db/db_audit.php:92 -msgid "Purge data" -msgstr "Purge data" - #: ../../godmode/db/db_purge.php:340 msgid "Purge data over 3 months" msgstr "Purge data from the last 3 months" @@ -29614,305 +27708,310 @@ msgstr "All data until now" msgid "Purge" msgstr "Purge" -#: ../../godmode/db/db_event.php:22 -msgid "Event database cleanup" -msgstr "Database events cleanup" +#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:318 +#: ../../include/functions_db.php:1496 +msgid "Database debug" +msgstr "Database debug" -#: ../../godmode/db/db_event.php:40 -msgid "Successfully deleted old events" -msgstr "Successfully deleted old events" +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" +msgstr "Maximum is equal to minimum" -#: ../../godmode/db/db_event.php:43 -msgid "Error deleting old events" -msgstr "Error deleting old events" +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" +msgstr "Filtering data module" -#: ../../godmode/db/db_event.php:62 ../../godmode/db/db_audit.php:81 -msgid "Records" -msgstr "Records" +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" +msgstr "Filtering completed" -#: ../../godmode/db/db_event.php:64 ../../godmode/db/db_audit.php:84 -msgid "First date" -msgstr "First date" +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" +msgstr "No agent selected" -#: ../../godmode/db/db_event.php:67 -msgid "Latest data" -msgstr "Latest data" +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" +msgstr "Get Info" -#: ../../godmode/db/db_event.php:81 -msgid "Purge event data over 90 days" -msgstr "Purge event data from last 90 days" +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" +msgstr "Purge data out of these limits" -#: ../../godmode/db/db_event.php:82 -msgid "Purge event data over 30 days" -msgstr "Purge event data from last 30 days" +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" +msgstr "Minimum" -#: ../../godmode/db/db_event.php:83 -msgid "Purge event data over 14 days" -msgstr "Purge event data from last 14 days" +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" +msgstr "Maximum" -#: ../../godmode/db/db_event.php:84 -msgid "Purge event data over 7 days" -msgstr "Purge event data from last 7 days" +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" +msgstr "Module template management" -#: ../../godmode/db/db_event.php:85 -msgid "Purge event data over 3 days" -msgstr "Purge event data from last 3 days" +#: ../../godmode/modules/manage_network_templates_form.php:54 +msgid "Successfully deleted module from profile" +msgstr "Successfully deleted module from profile" -#: ../../godmode/db/db_event.php:86 -msgid "Purge event data over 1 day" -msgstr "Purge event data from last day" +#: ../../godmode/modules/manage_network_templates_form.php:55 +msgid "Error deleting module from profile" +msgstr "Error deleting module from profile" -#: ../../godmode/db/db_event.php:87 -msgid "Purge all event data" -msgstr "Purge all event data" +#: ../../godmode/modules/manage_network_templates_form.php:70 +msgid "Successfully added module to profile" +msgstr "Successfully added module to profile" -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_audit.php:107 -msgid "Do it!" -msgstr "Do it!" +#: ../../godmode/modules/manage_network_templates_form.php:71 +msgid "Error adding module to profile" +msgstr "Error adding module to profile" -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" -msgstr "Current setup for database maintenance" +#: ../../godmode/modules/manage_network_templates_form.php:94 +msgid "Successfully updated network profile" +msgstr "Network profile updated successfully" -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" -msgstr "Database setup" +#: ../../godmode/modules/manage_network_templates_form.php:95 +msgid "Error updating network profile" +msgstr "Error updating the network profile" -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" -msgstr "Max. time before compacting data" +#: ../../godmode/modules/manage_network_templates_form.php:110 +msgid "Successfully added network profile" +msgstr "Network profile added successfully" -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" -msgstr "Max. time before purging" +#: ../../godmode/modules/manage_network_templates_form.php:111 +msgid "Error adding network profile" +msgstr "Error adding network profile" -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" -msgstr "Database size stats" +#: ../../godmode/modules/manage_network_templates_form.php:116 +msgid "Cannot create a template without name" +msgstr "Cannot create a template without a name" -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" -msgstr "Total data items (tagente_datos)" +#: ../../godmode/modules/manage_network_templates_form.php:184 +msgid "No modules for this profile" +msgstr "No modules for this profile" -#: ../../godmode/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" -msgstr "Total log4x items (tagente_datos_log4x)" +#: ../../godmode/modules/manage_network_components_form_network.php:47 +msgid "SNMP Enterprise String" +msgstr "Enterprise SNMP String" -#: ../../godmode/db/db_main.php:135 -msgid "Total data string items (tagente_datos_string)" -msgstr "Total number of data string items" +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" +msgstr "Network component management" -#: ../../godmode/db/db_main.php:141 -msgid "Total modules configured" -msgstr "Total amount of modules configured" - -#: ../../godmode/db/db_main.php:149 -msgid "Total agent access records" -msgstr "Total agent access records" - -#: ../../godmode/db/db_main.php:160 -msgid "Database sanity" -msgstr "Database health status" - -#: ../../godmode/db/db_main.php:164 -msgid "Total uknown agents" -msgstr "Total number of unknown agents" - -#: ../../godmode/db/db_main.php:170 -msgid "Total non-init modules" -msgstr "Total amount of non-init modules" - -#: ../../godmode/db/db_main.php:179 -msgid "Last time on DB maintance" -msgstr "Last time on DB maintance" - -#: ../../godmode/db/db_main.php:200 -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" +#: ../../godmode/modules/manage_network_components.php:517 +msgid "Search by name, description, tcp send or tcp rcv, list matches." msgstr "" -"Please make sure your Pandora 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 " -"Pandora FMS." +"Search by: name, description, TCP sending or TCP receiving, list matches." -#: ../../godmode/db/db_audit.php:19 -msgid "Database audit purge" -msgstr "Purge audit data" +#: ../../godmode/modules/manage_network_components.php:569 +msgid "Max/Min" +msgstr "Max/Min" -#: ../../godmode/db/db_audit.php:70 -msgid "Success data deleted" -msgstr "Data deleted sucessfully" +#: ../../godmode/modules/manage_network_components.php:595 +msgid "Network module" +msgstr "Network module" -#: ../../godmode/db/db_audit.php:72 -msgid "Error deleting data" -msgstr "Error deleting data" +#: ../../godmode/modules/manage_network_components.php:599 +msgid "WMI module" +msgstr "WMI module" -#: ../../godmode/db/db_audit.php:88 -msgid "Latest date" -msgstr "Latest date" +#: ../../godmode/modules/manage_network_components.php:603 +msgid "Plug-in module" +msgstr "Plug-in module" -#: ../../godmode/db/db_audit.php:97 -msgid "Purge audit data over 90 days" -msgstr "Purge audit data from last 90 days" +#: ../../godmode/modules/manage_network_components.php:634 +msgid "There are no defined network components" +msgstr "There are no network components defined" -#: ../../godmode/db/db_audit.php:98 -msgid "Purge audit data over 30 days" -msgstr "Purge audit data from last 30 days" +#: ../../godmode/modules/manage_network_components.php:641 +msgid "Create a new network component" +msgstr "Create a new network component" -#: ../../godmode/db/db_audit.php:99 -msgid "Purge audit data over 14 days" -msgstr "Purge audit data from last 14 days" +#: ../../godmode/modules/manage_network_components.php:642 +msgid "Create a new plugin component" +msgstr "Create a new plug-in component" -#: ../../godmode/db/db_audit.php:100 -msgid "Purge audit data over 7 days" -msgstr "Purge audit data from last 7 days" +#: ../../godmode/modules/manage_network_components.php:643 +msgid "Create a new WMI component" +msgstr "Create a new WMI component" -#: ../../godmode/db/db_audit.php:101 -msgid "Purge audit data over 3 days" -msgstr "Purge audit data from last 3 days" +#: ../../godmode/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" +msgstr "Template successfully deleted" -#: ../../godmode/db/db_audit.php:102 -msgid "Purge audit data over 1 day" -msgstr "Purge audit data from last day" +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" +msgstr "Error deleting template" -#: ../../godmode/db/db_audit.php:103 -msgid "Purge all audit data" -msgstr "Purge all audit data" +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" +msgstr "This template does not exist" -#: ../../godmode/admin_access_logs.php:33 -msgid "Pandora audit" -msgstr "Pandora audit" +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" +msgstr "There are no network profiles defined" -#: ../../godmode/admin_access_logs.php:33 -msgid "Review Logs" -msgstr "Review Logs" +#: ../../godmode/modules/module_list.php:28 +msgid "Defined modules" +msgstr "Defined modules" -#: ../../godmode/admin_access_logs.php:303 -msgid "Export to CSV " -msgstr "Export to CSV " +#: ../../godmode/modules/module_list.php:50 +msgid "Problem modifying module" +msgstr "There was a problem modifying the module" -#: ../../godmode/setup/setup_netflow.php:42 -msgid "Directory where netflow data will be stored." -msgstr "Directory where netflow data will be stored." +#: ../../godmode/modules/module_list.php:52 +msgid "Module updated successfully" +msgstr "Module updated successfully" -#: ../../godmode/setup/setup_netflow.php:46 -msgid "Specifies the time interval in seconds to rotate netflow data files." -msgstr "Specifies the time interval in seconds to rotate netflow data files." +#: ../../godmode/modules/manage_network_components_form.php:253 +msgid "Update Network Component" +msgstr "Update Network Components" -#: ../../godmode/setup/setup_netflow.php:58 -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." +#: ../../godmode/modules/manage_network_components_form.php:256 +msgid "Create Network Component" +msgstr "Create Network Components" + +#: ../../godmode/modules/manage_nc_groups_form.php:53 +msgid "Update Group Component" +msgstr "Update Group Component" + +#: ../../godmode/modules/manage_nc_groups_form.php:56 +msgid "Create Group Component" +msgstr "Create Group Component" + +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" +msgstr "Component group management" + +#: ../../godmode/modules/manage_nc_groups.php:58 +msgid "Could not be created. Blank name" +msgstr "Could not be created. Name left blank" + +#: ../../godmode/modules/manage_nc_groups.php:237 +msgid "There are no defined component groups" +msgstr "There are no component groups defined" + +#: ../../godmode/setup/setup_ehorus.php:54 +#: ../../include/functions_config.php:676 +#, fuzzy +msgid "Enable eHorus" +msgstr "Alerts enabled" + +#: ../../godmode/setup/setup_ehorus.php:85 +#, fuzzy +msgid "API Hostname" +msgstr "Hostname" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Hostname of the eHorus API" 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" -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Sets the maximum lifetime for netflow data in days." -msgstr "Sets the max. lifespan for netflow data, in days." +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Without protocol and port" +msgstr "" -#: ../../godmode/setup/os.list.php:69 -msgid "There are no defined operating systems" -msgstr "There are no operating systems defined" +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "e.g., switch.ehorus.com" +msgstr "" -#: ../../godmode/setup/news.php:28 -msgid "Site news management" -msgstr "Site news management" +#: ../../godmode/setup/setup_ehorus.php:92 +#, fuzzy +msgid "API Port" +msgstr "LDAP port" -#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 -msgid "Name error" -msgstr "Map not found" +#: ../../godmode/setup/setup_ehorus.php:94 +msgid "e.g., 18080" +msgstr "" -#: ../../godmode/setup/news.php:167 -msgid "Modal screen" -msgstr "Modal Window" +#: ../../godmode/setup/setup_ehorus.php:99 +#, fuzzy +msgid "Request timeout" +msgstr "Session timeout" -#: ../../godmode/setup/news.php:170 -msgid "Expire" -msgstr "Expire" +#: ../../godmode/setup/setup_ehorus.php:101 +msgid "" +"Time in seconds to set the maximum time of the requests to the eHorus API" +msgstr "" -#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 -msgid "Expiration" -msgstr "Expiration" +#: ../../godmode/setup/setup_ehorus.php:101 +#, fuzzy +msgid "0 to disable" +msgstr "Disabled" -#: ../../godmode/setup/news.php:215 -msgid "There are no defined news" -msgstr "There are no news defined" +#: ../../godmode/setup/setup_ehorus.php:106 +#, fuzzy +msgid "Test" +msgstr "Text" -#: ../../godmode/setup/news.php:242 -msgid "Modal" -msgstr "Modal" +#: ../../godmode/setup/setup_ehorus.php:122 +#, fuzzy +msgid "Remote Management System" +msgstr "Manage reports" -#: ../../godmode/setup/news.php:245 -msgid "Board" -msgstr "Board" +#: ../../godmode/setup/setup_ehorus.php:130 +#, fuzzy +msgid "Custom field eHorusID created" +msgstr "Custom fields" -#: ../../godmode/setup/news.php:256 -msgid "Expired" -msgstr "Expired" +#: ../../godmode/setup/setup_ehorus.php:130 +#, fuzzy +msgid "Error creating custom field" +msgstr "Error creating file" -#: ../../godmode/setup/links.php:27 -msgid "Link management" -msgstr "Link management" +#: ../../godmode/setup/setup_ehorus.php:133 +msgid "eHorus has his own agent identifiers" +msgstr "" -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "There was a problem creating the link" +#: ../../godmode/setup/setup_ehorus.php:134 +msgid "To store them, it will be necessary to use an agent custom field" +msgstr "" -#: ../../godmode/setup/links.php:56 -msgid "There was a problem modifying link" -msgstr "There was a problem modifying the link" +#: ../../godmode/setup/setup_ehorus.php:135 +msgid "" +"Possibly the eHorus id will have to be filled in by hand for every agent" +msgstr "" -#: ../../godmode/setup/links.php:67 -msgid "There was a problem deleting link" -msgstr "There was a problem deleting the link" +#: ../../godmode/setup/setup_ehorus.php:140 +#, fuzzy +msgid "The custom field does not exists already" +msgstr "The file does not exists" -#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 -msgid "Link name" -msgstr "Link name" +#: ../../godmode/setup/setup_ehorus.php:154 +msgid "eHorus API" +msgstr "" -#: ../../godmode/setup/links.php:132 -msgid "There isn't links" -msgstr "There aren't links" +#: ../../godmode/setup/setup_ehorus.php:186 +#, fuzzy +msgid "Connection timeout" +msgstr "Connection Name" -#: ../../godmode/setup/os.php:70 -msgid "Fail creating OS" -msgstr "Failure creating OS" +#: ../../godmode/setup/setup_ehorus.php:187 +#, fuzzy +msgid "Empty user or password" +msgstr "Database password" -#: ../../godmode/setup/os.php:77 -msgid "Success creating OS" -msgstr "Success creating OS" +#: ../../godmode/setup/setup_ehorus.php:188 +#, fuzzy +msgid "User not found" +msgstr "Users found" -#: ../../godmode/setup/os.php:97 -msgid "Success updatng OS" -msgstr "Success updating OS" +#: ../../godmode/setup/setup_ehorus.php:189 +#, fuzzy +msgid "Invalid password" +msgstr "Invalid old password" -#: ../../godmode/setup/os.php:97 -msgid "Error updating OS" -msgstr "Error updating OS" +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "Licence Management" -#: ../../godmode/setup/os.php:116 -msgid "There are agents with this OS." -msgstr "This OS is being used" +#: ../../godmode/setup/setup.php:90 ../../godmode/setup/setup.php:125 +#: ../../godmode/menu.php:260 +msgid "Visual styles" +msgstr "Visual styles" -#: ../../godmode/setup/os.php:121 -msgid "Success deleting" -msgstr "Success deleting" - -#: ../../godmode/setup/os.php:121 -msgid "Error deleting" -msgstr "Error deleting" - -#: ../../godmode/setup/os.php:130 -msgid "List OS" -msgstr "List OS" - -#: ../../godmode/setup/os.php:134 -msgid "Builder OS" -msgstr "OS editor" +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" +msgstr "Correctly updated the setup options" #: ../../godmode/setup/gis_step_2.php:39 msgid "Create new map connection" @@ -30059,39 +28158,181 @@ msgstr "Centre" msgid "Refresh preview map" msgstr "Refresh preview map" -#: ../../godmode/setup/setup.php:137 -msgid "Correct update the setup options" -msgstr "Correctly updated the setup options" +#: ../../godmode/setup/snmp_wizard.php:166 +#, fuzzy +msgid "Unsucessful update the snmp translation" +msgstr "Unsuccessful update the tags" + +#: ../../godmode/setup/snmp_wizard.php:173 +#, fuzzy +msgid "Unsucessful update the snmp translation." +msgstr "Unsuccessful update the tags" + +#: ../../godmode/setup/snmp_wizard.php:221 +#, fuzzy +msgid "Unsucessful delete the snmp translation" +msgstr "Unsuccessful update the tags" + +#: ../../godmode/setup/snmp_wizard.php:228 +#, fuzzy +msgid "Unsucessful delete the snmp translation." +msgstr "Unsuccessful update the tags" + +#: ../../godmode/setup/snmp_wizard.php:289 +#, fuzzy +msgid "Unsucessful save the snmp translation" +msgstr "Unsuccessful update the tags" + +#: ../../godmode/setup/snmp_wizard.php:298 +#, fuzzy +msgid "Unsucessful save the snmp translation." +msgstr "Unsuccessful update the tags" + +#: ../../godmode/setup/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "There are no operating systems defined" + +#: ../../godmode/setup/os.list.php:81 +#, fuzzy +msgid "Create OS" +msgstr "Create" + +#: ../../godmode/setup/news.php:28 +msgid "Site news management" +msgstr "Site news management" + +#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 +msgid "Name error" +msgstr "Map not found" + +#: ../../godmode/setup/news.php:167 +msgid "Modal screen" +msgstr "Modal Window" + +#: ../../godmode/setup/news.php:170 +msgid "Expire" +msgstr "Expire" + +#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 +msgid "Expiration" +msgstr "Expiration" + +#: ../../godmode/setup/news.php:215 +msgid "There are no defined news" +msgstr "There are no news defined" + +#: ../../godmode/setup/news.php:242 +msgid "Modal" +msgstr "Modal" + +#: ../../godmode/setup/news.php:245 +msgid "Board" +msgstr "Board" + +#: ../../godmode/setup/news.php:256 +msgid "Expired" +msgstr "Expired" #: ../../godmode/setup/setup_general.php:57 +#: ../../include/functions_config.php:131 +msgid "Remote config directory" +msgstr "Remote config directory" + +#: ../../godmode/setup/setup_general.php:58 msgid "Directory where agent remote configuration is stored." msgstr "Directory in which the agent's remote configuration is stored" -#: ../../godmode/setup/setup_general.php:146 +#: ../../godmode/setup/setup_general.php:70 +#: ../../include/functions_config.php:138 +msgid "Automatic check for updates" +msgstr "Automatically check for updates" + +#: ../../godmode/setup/setup_general.php:78 +msgid "Use cert of SSL" +msgstr "" + +#: ../../godmode/setup/setup_general.php:83 +msgid "Path of SSL Cert." +msgstr "" + +#: ../../godmode/setup/setup_general.php:83 +msgid "" +"Path where you put your cert and name of this cert. Remember your cert only " +"in .pem extension." +msgstr "" + +#: ../../godmode/setup/setup_general.php:102 +#: ../../include/functions_config.php:152 +msgid "Enable GIS features in Pandora Console" +msgstr "Enable GIS features for the Pandora Console" + +#: ../../godmode/setup/setup_general.php:106 +#: ../../include/functions_config.php:154 +msgid "Enable Integria incidents in Pandora Console" +msgstr "Enable Integria incidents in Pandora Console" + +#: ../../godmode/setup/setup_general.php:149 +#: ../../include/functions_config.php:160 +msgid "Integria URL" +msgstr "Integria IMS' URL" + +#: ../../godmode/setup/setup_general.php:155 msgid "URL and/or Integria password are incorrect" msgstr "Incorrect Integria URL and/or password." -#: ../../godmode/setup/setup_general.php:203 -msgid "" -"Must have the same time zone as the system or database to avoid mismatches " -"of time." -msgstr "" -"Pandora FMS must be set to the same timezone as your system or database as " -"to avoid incoherences." +#: ../../godmode/setup/setup_general.php:158 +#: ../../include/functions_config.php:158 +msgid "Integria API password" +msgstr "Integria API password" -#: ../../godmode/setup/setup_general.php:215 -#: ../../godmode/setup/setup_general.php:220 -#: ../../godmode/setup/setup_general.php:225 +#: ../../godmode/setup/setup_general.php:178 +#: ../../include/functions_config.php:156 +msgid "Integria inventory" +msgstr "Integria inventory" + +#: ../../godmode/setup/setup_general.php:182 +#: ../../include/functions_config.php:162 +msgid "Enable Netflow" +msgstr "Enable Netflow" + +#: ../../godmode/setup/setup_general.php:222 +#: ../../include/functions_config.php:169 +msgid "Sound for Alert fired" +msgstr "Sound for Alert fired" + +#: ../../godmode/setup/setup_general.php:224 +#: ../../godmode/setup/setup_general.php:229 +#: ../../godmode/setup/setup_general.php:234 msgid "Play sound" msgstr "Play sound" -#: ../../godmode/setup/setup_general.php:233 +#: ../../godmode/setup/setup_general.php:227 +#: ../../include/functions_config.php:171 +msgid "Sound for Monitor critical" +msgstr "Sound for Monitor critical" + +#: ../../godmode/setup/setup_general.php:232 +#: ../../include/functions_config.php:173 +msgid "Sound for Monitor warning" +msgstr "Sound for Monitor warning" + +#: ../../godmode/setup/setup_general.php:241 +#: ../../include/functions_config.php:190 +msgid "Referer security" +msgstr "Enforce URL security" + +#: ../../godmode/setup/setup_general.php:242 msgid "" "When it is set as \"yes\" in some important sections check if the user have " "gone from url Pandora." msgstr "If enabled, actively checks if the user comes from Pandora's URL" -#: ../../godmode/setup/setup_general.php:241 +#: ../../godmode/setup/setup_general.php:249 +#: ../../include/functions_config.php:192 +msgid "Event storm protection" +msgstr "Event storm protection" + +#: ../../godmode/setup/setup_general.php:250 msgid "" "If set to yes no events or alerts will be generated, but agents will " "continue receiving data." @@ -30099,28 +28340,43 @@ msgstr "" "If enabled, no events or alerts will be generated, although agents will " "continue to receive data." -#: ../../godmode/setup/setup_general.php:250 +#: ../../godmode/setup/setup_general.php:258 +#: ../../include/functions_config.php:194 +msgid "Command Snapshot" +msgstr "Command line snapshot" + +#: ../../godmode/setup/setup_general.php:259 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." -#: ../../godmode/setup/setup_general.php:254 +#: ../../godmode/setup/setup_general.php:263 +#: ../../include/functions_config.php:196 +msgid "Server logs directory" +msgstr "Server log directory" + +#: ../../godmode/setup/setup_general.php:263 msgid "Directory where the server logs are stored." msgstr "The directory in which server logs are stored." -#: ../../godmode/setup/setup_general.php:259 +#: ../../godmode/setup/setup_general.php:268 msgid "Full mode" msgstr "Full assist mode" -#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:269 msgid "On demand" msgstr "On demand" -#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:270 msgid "Expert" msgstr "Expert" -#: ../../godmode/setup/setup_general.php:264 +#: ../../godmode/setup/setup_general.php:272 +#: ../../include/functions_config.php:198 +msgid "Tutorial mode" +msgstr "Tutorial mode" + +#: ../../godmode/setup/setup_general.php:273 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 " @@ -30132,12 +28388,21 @@ msgstr "" "the helper activates. In 'Expert' mode, the icons in the header and help " "texts are all disabled." -#: ../../godmode/setup/setup_general.php:271 -msgid "The planned downtimes created in the past will affect the SLA reports" -msgstr "" -"The planned downtimes created in the past will affect the SLA reports" +#: ../../godmode/setup/setup_general.php:279 +#: ../../include/functions_config.php:200 +msgid "Allow create planned downtimes in the past" +msgstr "Allows creating planned downtimes for past dates" -#: ../../godmode/setup/setup_general.php:276 +#: ../../godmode/setup/setup_general.php:280 +msgid "The planned downtimes created in the past will affect the SLA reports" +msgstr "The planned downtimes created in the past will affect the SLA reports" + +#: ../../godmode/setup/setup_general.php:284 +#: ../../include/functions_config.php:202 +msgid "Limit parameters massive" +msgstr "Massive parameter limits" + +#: ../../godmode/setup/setup_general.php:285 #, php-format msgid "" "Your PHP environment is setted with %d max_input_vars. Maybe you must not " @@ -30146,11 +28411,26 @@ msgstr "" "Your PHP environment is setted with %d max_input_vars. Maybe you must not " "set this value with upper values." -#: ../../godmode/setup/setup_general.php:284 +#: ../../godmode/setup/setup_general.php:289 +#, fuzzy +msgid "Include agents manually disabled" +msgstr "Alert manually validated" + +#: ../../godmode/setup/setup_general.php:293 +#, fuzzy +msgid "audit log directory" +msgstr "Server log directory" + +#: ../../godmode/setup/setup_general.php:294 +#, fuzzy +msgid "Directory where audit log is stored." +msgstr "Directory in which temporary data is stored." + +#: ../../godmode/setup/setup_general.php:300 msgid "General options" msgstr "General settings" -#: ../../godmode/setup/setup_general.php:343 +#: ../../godmode/setup/setup_general.php:359 msgid "" "If Enterprise ACL System is enabled without rules you will lose access to " "Pandora FMS Console (even admin). Do you want to continue?" @@ -30158,73 +28438,121 @@ msgstr "" "If Enterprise ACL System is enabled without rules you will lose access to " "Pandora FMS Console (even admin). Do you want to continue?" -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "Licence Management" +#: ../../godmode/setup/setup_netflow.php:41 +#: ../../include/functions_config.php:626 +msgid "Data storage path" +msgstr "Data storage path" -#: ../../godmode/setup/performance.php:47 +#: ../../godmode/setup/setup_netflow.php:42 +msgid "Directory where netflow data will be stored." +msgstr "Directory where netflow data will be stored." + +#: ../../godmode/setup/setup_netflow.php:45 +#: ../../include/functions_config.php:628 +msgid "Daemon interval" +msgstr "Daemon interval" + +#: ../../godmode/setup/setup_netflow.php:46 +msgid "Specifies the time interval in seconds to rotate netflow data files." +msgstr "Specifies the time interval in seconds to rotate netflow data files." + +#: ../../godmode/setup/setup_netflow.php:49 +#: ../../include/functions_config.php:630 +msgid "Daemon binary path" +msgstr "Daemon binary path" + +#: ../../godmode/setup/setup_netflow.php:52 +#: ../../include/functions_config.php:632 +msgid "Nfdump binary path" +msgstr "Nfdump binary path" + +#: ../../godmode/setup/setup_netflow.php:55 +#: ../../include/functions_config.php:634 +msgid "Nfexpire binary path" +msgstr "Nfexpire binary path" + +#: ../../godmode/setup/setup_netflow.php:58 +#: ../../include/functions_config.php:636 +msgid "Maximum chart resolution" +msgstr "Maximum chart resolution" + +#: ../../godmode/setup/setup_netflow.php:58 msgid "" -"If the compaction or purge of the data is more frequent than the events " -"deletion, anomalies in module graphs could appear" +"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 "" -"If data compression or purge is more frequent than event cleanups, it could " -"lead to anomalies in module graphs." +"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" -#: ../../godmode/setup/performance.php:62 -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 " -"makes no sense." +#: ../../godmode/setup/setup_netflow.php:65 +#: ../../include/functions_config.php:640 +#: ../../include/functions_config.php:646 +msgid "Netflow max lifetime" +msgstr "Max. Netflow lifespan" -#: ../../godmode/setup/performance.php:80 -msgid "Data will be compacted in intervals of the specified length." -msgstr "Data will be compacted in intervals of the specified length." +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Sets the maximum lifetime for netflow data in days." +msgstr "Sets the max. lifespan for netflow data, in days." -#: ../../godmode/setup/performance.php:87 -msgid "Last day" -msgstr "Last day" +#: ../../godmode/setup/setup_netflow.php:68 +#: ../../include/functions_config.php:642 +msgid "Name resolution for IP address" +msgstr "Enable IP address name resolution" -#: ../../godmode/setup/performance.php:89 -msgid "10 days" -msgstr "10 days" +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "Failure creating OS" -#: ../../godmode/setup/performance.php:91 -msgid "2 weeks" -msgstr "2 weeks" +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "Success creating OS" -#: ../../godmode/setup/performance.php:101 -msgid "" -"If realtime statistics are disabled, statistics interval resfresh will be " -"set here." -msgstr "" -"If realtime statistics are disabled, the refresh interval for statistics " -"will be set here." +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "Success updating OS" -#: ../../godmode/setup/performance.php:108 -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's " -"notification space." +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "Error updating OS" -#: ../../godmode/setup/performance.php:117 -msgid "Database maintenance options" -msgstr "Database maintenance options" +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "This OS is being used" -#: ../../godmode/setup/setup_auth.php:57 -msgid "Local Pandora FMS" -msgstr "Local Pandora FMS" +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "Success deleting" -#: ../../godmode/setup/setup_auth.php:57 -msgid "ldap" -msgstr "LDAP" +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" +msgstr "Error deleting" -#: ../../godmode/setup/setup_auth.php:69 +#: ../../godmode/setup/os.php:133 +msgid "List OS" +msgstr "List OS" + +#: ../../godmode/setup/os.php:137 +msgid "Builder OS" +msgstr "OS editor" + +#: ../../godmode/setup/os.php:143 ../../godmode/menu.php:278 +msgid "Edit OS" +msgstr "Edit OS" + +#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:274 +msgid "Map conections GIS" +msgstr "GIS map connection" + +#: ../../godmode/setup/gis.php:62 +msgid "Map connection name" +msgstr "Map connection name" + +#: ../../godmode/setup/gis.php:83 +msgid "Do you wan delete this connection?" +msgstr "do you wish to delete this connection?" + +#: ../../godmode/setup/setup_auth.php:50 msgid "" "Enable this option if you want to fallback to local authentication when " "remote (ldap etc...) authentication failed." @@ -30232,7 +28560,7 @@ msgstr "" "Please enable this option if you wish to fallback to a local authentication " "protocol, should remote authentication (LDAP etc,) fails." -#: ../../godmode/setup/setup_auth.php:202 +#: ../../godmode/setup/setup_auth.php:125 msgid "" "If this option is enabled, the users can use double authentication with " "their accounts" @@ -30240,13 +28568,28 @@ msgstr "" "If this option is enabled, double authentication for user accounts will be " "available." -#: ../../godmode/setup/setup_auth.php:214 +#: ../../godmode/setup/setup_auth.php:137 msgid "Session timeout (mins)" msgstr "Session timeout (mins)" -#: ../../godmode/setup/setup_auth.php:215 -msgid "This is defined in minutes" -msgstr "This is defined in minutes" +#: ../../godmode/setup/setup_auth.php:138 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting -" +"1 in this field." +msgstr "" + +#: ../../godmode/setup/setup_auth.php:173 +msgid "Local Pandora FMS" +msgstr "Local Pandora FMS" + +#: ../../godmode/setup/setup_auth.php:173 +msgid "ldap" +msgstr "LDAP" + +#: ../../godmode/setup/setup_visuals.php:74 +#: ../../include/functions_config.php:476 +msgid "Default interval for refresh on Visual Console" +msgstr "Default interval for Visual Console to refresh" #: ../../godmode/setup/setup_visuals.php:75 msgid "This interval will affect to Visual Console pages" @@ -30257,30 +28600,85 @@ msgid "Paginated module view" msgstr "Paginated module view" #: ../../godmode/setup/setup_visuals.php:103 +msgid "Display lateral menus with click" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:104 +msgid "" +"If you check this option, the lateral menus display with left click. " +"Otherwise it will show by placing the mouse over" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:116 msgid "Behaviour configuration" msgstr "Behaviour configuration" -#: ../../godmode/setup/setup_visuals.php:123 +#: ../../godmode/setup/setup_visuals.php:130 +#: ../../include/functions_config.php:449 +msgid "Style template" +msgstr "Style template" + +#: ../../godmode/setup/setup_visuals.php:135 +#: ../../include/functions_config.php:457 +msgid "Status icon set" +msgstr "Status icon set" + +#: ../../godmode/setup/setup_visuals.php:136 msgid "Colors" msgstr "Colours" -#: ../../godmode/setup/setup_visuals.php:124 +#: ../../godmode/setup/setup_visuals.php:137 msgid "Faces" msgstr "Faces" -#: ../../godmode/setup/setup_visuals.php:125 +#: ../../godmode/setup/setup_visuals.php:138 msgid "Colors and text" msgstr "Colours and text" -#: ../../godmode/setup/setup_visuals.php:133 +#: ../../godmode/setup/setup_visuals.php:145 +#: ../../include/functions_config.php:474 +msgid "Login background" +msgstr "Login background" + +#: ../../godmode/setup/setup_visuals.php:146 msgid "You can place your custom images into the folder images/backgrounds/" msgstr "You can place custom images in the folder images/backgrounds/" -#: ../../godmode/setup/setup_visuals.php:175 +#: ../../godmode/setup/setup_visuals.php:184 +#, fuzzy +msgid "Custom logo in login" +msgstr "Custom logo" + +#: ../../godmode/setup/setup_visuals.php:196 +#, fuzzy +msgid "Disable Pandora FMS on graphs" +msgstr "Or disable Pandora FMS enterprise" + +#: ../../godmode/setup/setup_visuals.php:210 +#: ../../include/functions_config.php:500 +msgid "Fixed header" +msgstr "Fixed header" + +#: ../../godmode/setup/setup_visuals.php:218 +#: ../../include/functions_config.php:502 +msgid "Fixed menu" +msgstr "Fixed menu" + +#: ../../godmode/setup/setup_visuals.php:226 +#: ../../include/functions_config.php:496 +msgid "Autohidden menu" +msgstr "Auto-hidden menu" + +#: ../../godmode/setup/setup_visuals.php:231 msgid "Style configuration" msgstr "Style configuration" -#: ../../godmode/setup/setup_visuals.php:190 +#: ../../godmode/setup/setup_visuals.php:245 +#: ../../include/functions_config.php:492 +msgid "GIS Labels" +msgstr "GIS Labels" + +#: ../../godmode/setup/setup_visuals.php:246 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." @@ -30288,15 +28686,31 @@ 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." -#: ../../godmode/setup/setup_visuals.php:202 +#: ../../godmode/setup/setup_visuals.php:257 +#: ../../include/functions_config.php:494 +msgid "Default icon in GIS" +msgstr "Default icon in GIS" + +#: ../../godmode/setup/setup_visuals.php:258 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" -#: ../../godmode/setup/setup_visuals.php:211 +#: ../../godmode/setup/setup_visuals.php:267 msgid "GIS configuration" msgstr "GIS configuration" -#: ../../godmode/setup/setup_visuals.php:256 +#: ../../godmode/setup/setup_visuals.php:281 +#: ../../include/functions_config.php:459 +msgid "Font path" +msgstr "Font path" + +#: ../../godmode/setup/setup_visuals.php:311 +#: ../../include/functions_config.php:480 +#: ../../include/functions_config.php:482 +msgid "Agent size text" +msgstr "Agent text size" + +#: ../../godmode/setup/setup_visuals.php:312 msgid "" "When the agent name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." @@ -30304,17 +28718,22 @@ msgstr "" "When the agent name has a lot of characters, it is needed to truncate it " "into N characters in some sections in Pandora Console." -#: ../../godmode/setup/setup_visuals.php:257 -#: ../../godmode/setup/setup_visuals.php:265 +#: ../../godmode/setup/setup_visuals.php:313 +#: ../../godmode/setup/setup_visuals.php:321 msgid "Small:" msgstr "Small:" -#: ../../godmode/setup/setup_visuals.php:259 -#: ../../godmode/setup/setup_visuals.php:267 +#: ../../godmode/setup/setup_visuals.php:315 +#: ../../godmode/setup/setup_visuals.php:323 msgid "Normal:" msgstr "Normal:" -#: ../../godmode/setup/setup_visuals.php:264 +#: ../../godmode/setup/setup_visuals.php:319 +#: ../../include/functions_config.php:484 +msgid "Module size text" +msgstr "Module text size" + +#: ../../godmode/setup/setup_visuals.php:320 msgid "" "When the module name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." @@ -30322,7 +28741,13 @@ msgstr "" "When the module name has a lot of characters, it is necessary to truncate it " "into N characters in some sections in Pandora Console." -#: ../../godmode/setup/setup_visuals.php:271 +#: ../../godmode/setup/setup_visuals.php:327 +#: ../../include/functions_config.php:486 +#: ../../include/functions_config.php:488 +msgid "Description size text" +msgstr "Description text size" + +#: ../../godmode/setup/setup_visuals.php:327 msgid "" "When the description name have a lot of characters, in some places in " "Pandora Console it is necesary truncate to N characters." @@ -30330,7 +28755,12 @@ msgstr "" "If the description name has a lot of characters, in some places in Pandora " "Console it is necessary to truncate it to N characters." -#: ../../godmode/setup/setup_visuals.php:276 +#: ../../godmode/setup/setup_visuals.php:331 +#: ../../include/functions_config.php:490 +msgid "Item title size text" +msgstr "Item title text size" + +#: ../../godmode/setup/setup_visuals.php:332 msgid "" "When the item title name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." @@ -30338,1050 +28768,499 @@ msgstr "" "When the item title name has a lot of characters, it is needed to truncate " "it into N characters in some sections in Pandora Console." -#: ../../godmode/setup/setup_visuals.php:282 +#: ../../godmode/setup/setup_visuals.php:338 msgid "Font and Text configuration" msgstr "Font and text settings" -#: ../../godmode/setup/setup_visuals.php:336 +#: ../../godmode/setup/setup_visuals.php:364 +#: ../../include/functions_config.php:426 +msgid "Graph color #4" +msgstr "Graph colour #4" + +#: ../../godmode/setup/setup_visuals.php:368 +#: ../../include/functions_config.php:428 +msgid "Graph color #5" +msgstr "Graph colour #5" + +#: ../../godmode/setup/setup_visuals.php:372 +#: ../../include/functions_config.php:430 +msgid "Graph color #6" +msgstr "Graph colour #6" + +#: ../../godmode/setup/setup_visuals.php:376 +#: ../../include/functions_config.php:432 +msgid "Graph color #7" +msgstr "Graph colour #7" + +#: ../../godmode/setup/setup_visuals.php:380 +#: ../../include/functions_config.php:434 +msgid "Graph color #8" +msgstr "Graph colour #8" + +#: ../../godmode/setup/setup_visuals.php:384 +#: ../../include/functions_config.php:436 +msgid "Graph color #9" +msgstr "Graph colour #9" + +#: ../../godmode/setup/setup_visuals.php:388 +#: ../../include/functions_config.php:438 +msgid "Graph color #10" +msgstr "Graph colour #10" + +#: ../../godmode/setup/setup_visuals.php:392 msgid "Graph resolution (1-low, 5-high)" msgstr "Graph resolution (1-low, 5-high)" -#: ../../godmode/setup/setup_visuals.php:365 +#: ../../godmode/setup/setup_visuals.php:410 +#: ../../include/functions_config.php:514 +msgid "Default line thickness for the Custom Graph." +msgstr "Default line width for the Custom Graph" + +#: ../../godmode/setup/setup_visuals.php:430 +#: ../../include/functions_config.php:510 +msgid "Shortened module graph data" +msgstr "Shortened module graph data" + +#: ../../godmode/setup/setup_visuals.php:431 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." -#: ../../godmode/setup/setup_visuals.php:375 +#: ../../godmode/setup/setup_visuals.php:441 msgid "Type of module charts" msgstr "Type of module charts" -#: ../../godmode/setup/setup_visuals.php:385 +#: ../../godmode/setup/setup_visuals.php:450 +#, fuzzy +msgid "Show only average" +msgstr "Only average" + +#: ../../godmode/setup/setup_visuals.php:451 +msgid "Allows only show the average in graphs" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:459 msgid "Charts configuration" msgstr "Chart settings" -#: ../../godmode/setup/setup_visuals.php:400 +#: ../../godmode/setup/setup_visuals.php:474 +#: ../../include/functions_config.php:478 +msgid "Default line thickness for the Visual Console" +msgstr "Default line width for the Visual Console" + +#: ../../godmode/setup/setup_visuals.php:474 msgid "" "This interval will affect to the lines between elements on the Visual Console" msgstr "" "This interval will affect to the lines between elements on the Visual Console" -#: ../../godmode/setup/setup_visuals.php:498 +#: ../../godmode/setup/setup_visuals.php:572 msgid "Show QR Code icon in the header" msgstr "Display the QR Code's icon on the header" -#: ../../godmode/setup/setup_visuals.php:510 +#: ../../godmode/setup/setup_visuals.php:583 +#: ../../include/functions_config.php:506 +msgid "Custom graphviz directory" +msgstr "Custom graphviz directory" + +#: ../../godmode/setup/setup_visuals.php:584 msgid "Custom directory where the graphviz binaries are stored." msgstr "Custom directory in which graphviz binaries are stored." -#: ../../godmode/setup/setup_visuals.php:563 +#: ../../godmode/setup/setup_visuals.php:590 +#: ../../include/functions_config.php:508 +msgid "Networkmap max width" +msgstr "Networkmap max width" + +#: ../../godmode/setup/setup_visuals.php:637 msgid "Custom values post process" msgstr "Custom value post processing" -#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:651 msgid "Delete custom values" msgstr "Delete custom values" -#: ../../godmode/setup/setup_visuals.php:597 +#: ../../godmode/setup/setup_visuals.php:671 msgid "Interval values" msgstr "Interval values" -#: ../../godmode/setup/setup_visuals.php:622 +#: ../../godmode/setup/setup_visuals.php:696 msgid "Other configuration" msgstr "Other configuration" -#: ../../godmode/setup/setup_visuals.php:803 +#: ../../godmode/setup/setup_visuals.php:884 +#: ../../godmode/setup/setup_visuals.php:924 msgid "Logo preview" msgstr "Logo preview" -#: ../../godmode/setup/setup_visuals.php:843 +#: ../../godmode/setup/setup_visuals.php:964 msgid "Background preview" msgstr "Background preview" -#: ../../godmode/setup/setup_visuals.php:887 +#: ../../godmode/setup/setup_visuals.php:1008 msgid "Gis icons preview" msgstr "GIS icon preview" -#: ../../godmode/setup/setup_visuals.php:942 +#: ../../godmode/setup/setup_visuals.php:1063 msgid "Status set preview" msgstr "Status set preview" -#: ../../godmode/setup/gis.php:62 -msgid "Map connection name" -msgstr "Map connection name" +#: ../../godmode/setup/links.php:27 +msgid "Link management" +msgstr "Link management" -#: ../../godmode/setup/gis.php:83 -msgid "Do you wan delete this connection?" -msgstr "do you wish to delete this connection?" +#: ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" +msgstr "There was a problem creating the link" -#: ../../godmode/massive/massive_delete_agents.php:57 -#, php-format +#: ../../godmode/setup/links.php:56 +msgid "There was a problem modifying link" +msgstr "There was a problem modifying the link" + +#: ../../godmode/setup/links.php:67 +msgid "There was a problem deleting link" +msgstr "There was a problem deleting the link" + +#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 +msgid "Link name" +msgstr "Link name" + +#: ../../godmode/setup/links.php:132 +msgid "There isn't links" +msgstr "There aren't links" + +#: ../../godmode/setup/performance.php:49 msgid "" -"There was an error deleting the agent, the operation has been cancelled " -"Could not delete agent %s" +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" msgstr "" -"There was an error deleting the agent. The operation has been cancelled, " -"could not delete agent %s" +"If data compression or purge is more frequent than event cleanups, it could " +"lead to anomalies in module graphs." -#: ../../godmode/massive/massive_delete_agents.php:63 -#, php-format -msgid "Successfully deleted (%s)" -msgstr "Successfully deleted (%s)" +#: ../../godmode/setup/performance.php:52 +#: ../../include/functions_config.php:373 +msgid "Max. days before delete traps" +msgstr "Max. days before trap cleanup" -#: ../../godmode/massive/massive_delete_agents.php:108 -#: ../../godmode/massive/massive_delete_alerts.php:215 -#: ../../godmode/massive/massive_standby_alerts.php:139 -#: ../../godmode/massive/massive_delete_modules.php:441 -#: ../../godmode/massive/massive_copy_modules.php:74 -#: ../../godmode/massive/massive_copy_modules.php:185 -#: ../../godmode/massive/massive_add_alerts.php:154 -#: ../../godmode/massive/massive_edit_agents.php:208 -#: ../../godmode/massive/massive_add_action_alerts.php:139 -#: ../../godmode/massive/massive_edit_modules.php:284 -#: ../../godmode/massive/massive_delete_action_alerts.php:141 -#: ../../godmode/massive/massive_enable_disable_alerts.php:138 -msgid "Group recursion" -msgstr "Group recursion" +#: ../../godmode/setup/performance.php:58 +#: ../../include/functions_config.php:375 +msgid "Max. days before delete string data" +msgstr "Max. days before delete string data" -#: ../../godmode/massive/massive_delete_agents.php:159 -#: ../../godmode/massive/massive_delete_alerts.php:265 -#: ../../godmode/massive/massive_delete_modules.php:710 -#: ../../godmode/massive/massive_copy_modules.php:424 -#: ../../godmode/massive/massive_add_alerts.php:213 -#: ../../godmode/massive/massive_edit_agents.php:480 -#: ../../godmode/massive/massive_add_action_alerts.php:204 -#: ../../godmode/massive/massive_edit_modules.php:622 +#: ../../godmode/setup/performance.php:61 +#: ../../include/functions_config.php:379 +msgid "Max. days before delete GIS data" +msgstr "Max. days before delete GIS data" + +#: ../../godmode/setup/performance.php:64 +#: ../../include/functions_config.php:381 +msgid "Max. days before purge" +msgstr "Max. days before purge" + +#: ../../godmode/setup/performance.php:64 msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." +"Configure a purge period more frequent than a compact data period has no " +"sense" msgstr "" -"Data sending unsuccessful, please contact your administrator or try again " -"with less items." +"Configuring a more frequent purge interval than a data compacting interval " +"makes no sense." -#: ../../godmode/massive/massive_delete_alerts.php:78 -#: ../../godmode/massive/massive_add_alerts.php:78 -msgid "No alert selected" -msgstr "No alert selected" +#: ../../godmode/setup/performance.php:67 +#: ../../include/functions_config.php:385 +msgid "Max. days before compact data" +msgstr "Max. days before data compacting" -#: ../../godmode/massive/massive_standby_alerts.php:154 -msgid "Not standby alerts" -msgstr "Not standby alerts" +#: ../../godmode/setup/performance.php:70 +#: ../../include/functions_config.php:383 +msgid "Max. days before delete unknown modules" +msgstr "Max. days before deleting unknown modules." -#: ../../godmode/massive/massive_standby_alerts.php:165 -#: ../../godmode/massive/massive_standby_alerts.php:169 -msgid "Set standby selected alerts" -msgstr "Set selected alerts to standby" +#: ../../godmode/setup/performance.php:73 +#, fuzzy +msgid "Max. days before delete autodisabled agents" +msgstr "Max. days before audited event cleanup" -#: ../../godmode/massive/massive_standby_alerts.php:171 -msgid "Standby alerts" -msgstr "Standby alerts" +#: ../../godmode/setup/performance.php:76 +#: ../../include/functions_config.php:409 +msgid "Retention period of past special days" +msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:56 -msgid "No module selected" -msgstr "No module selected" +#: ../../godmode/setup/performance.php:76 +msgid "This number is days to keep past special days. 0 means never remove." +msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:230 +#: ../../godmode/setup/performance.php:88 +msgid "Item limit for realtime reports" +msgstr "" + +#: ../../godmode/setup/performance.php:88 msgid "" -"There was an error deleting the modules, the operation has been cancelled" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." msgstr "" -"There was an error deleting the selected modules. The operation has been " -"cancelled." -#: ../../godmode/massive/massive_delete_modules.php:396 -#: ../../godmode/massive/massive_edit_modules.php:238 -msgid "Selection mode" -msgstr "Selection mode" +#: ../../godmode/setup/performance.php:92 +#: ../../include/functions_config.php:391 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Compact interpolation in hours (1 Fine-20 bad)" -#: ../../godmode/massive/massive_delete_modules.php:397 -#: ../../godmode/massive/massive_edit_modules.php:239 -msgid "Select modules first" -msgstr "Select the modules first" +#: ../../godmode/setup/performance.php:92 +msgid "Data will be compacted in intervals of the specified length." +msgstr "Data will be compacted in intervals of the specified length." -#: ../../godmode/massive/massive_delete_modules.php:399 -#: ../../godmode/massive/massive_edit_modules.php:241 -msgid "Select agents first" -msgstr "Select the agents first" +#: ../../godmode/setup/performance.php:99 +msgid "Last day" +msgstr "Last day" -#: ../../godmode/massive/massive_delete_modules.php:414 -#: ../../godmode/massive/massive_edit_modules.php:257 -msgid "Select all modules of this type" -msgstr "Select all modules of the same type" +#: ../../godmode/setup/performance.php:101 +msgid "10 days" +msgstr "10 days" -#: ../../godmode/massive/massive_delete_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:286 -msgid "Select all modules of this group" -msgstr "Select all modules from this group" +#: ../../godmode/setup/performance.php:103 +msgid "2 weeks" +msgstr "2 weeks" -#: ../../godmode/massive/massive_delete_modules.php:471 -#: ../../godmode/massive/massive_edit_modules.php:297 -msgid "When select modules" -msgstr "When selecting modules" +#: ../../godmode/setup/performance.php:109 +#: ../../include/functions_config.php:395 +msgid "Use realtime statistics" +msgstr "Use realtime statistics" -#: ../../godmode/massive/massive_delete_modules.php:474 -#: ../../godmode/massive/massive_edit_modules.php:300 -msgid "Show common agents" -msgstr "Show common agents" +#: ../../godmode/setup/performance.php:113 +#: ../../include/functions_config.php:397 +msgid "Batch statistics period (secs)" +msgstr "Batch statistics period (secs)" -#: ../../godmode/massive/massive_delete_modules.php:475 -#: ../../godmode/massive/massive_edit_modules.php:301 -msgid "Show all agents" -msgstr "Show all agents" - -#: ../../godmode/massive/massive_copy_modules.php:141 -msgid "Copy alerts" -msgstr "Copy alerts" - -#: ../../godmode/massive/massive_copy_modules.php:150 -msgid "No modules for this agent" -msgstr "No modules for this agent" - -#: ../../godmode/massive/massive_copy_modules.php:159 -msgid "No alerts for this agent" -msgstr "No alerts for this agent" - -#: ../../godmode/massive/massive_copy_modules.php:217 -msgid "To agent(s)" -msgstr "To agent(s)" - -#: ../../godmode/massive/massive_copy_modules.php:442 -msgid "No operation selected" -msgstr "No operation selected" - -#: ../../godmode/massive/massive_delete_profiles.php:61 -msgid "Not deleted. You must select an existing user" -msgstr "Could not be deleted. An existing user must be chosen." - -#: ../../godmode/massive/massive_delete_profiles.php:87 -msgid "Profiles deleted successfully" -msgstr "Profiles deleted successfully" - -#: ../../godmode/massive/massive_delete_profiles.php:88 -msgid "Profiles cannot be deleted" -msgstr "Profiles cannot be deleted" - -#: ../../godmode/massive/massive_edit_plugins.php:151 -msgid "Error retrieving the plugin macros" -msgstr "Error retrieving plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:158 -msgid "Error retrieving the modified macros" -msgstr "Error retrieving modified macros" - -#: ../../godmode/massive/massive_edit_plugins.php:172 -msgid "Error retrieving the module plugin macros" -msgstr "Error retrieving module plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:190 -msgid "Error retrieving the module plugin macros data" -msgstr "Error retrieving data from module plugin macros" - -#: ../../godmode/massive/massive_edit_plugins.php:224 -msgid "Error building the new macros" -msgstr "Error creating new macros" - -#: ../../godmode/massive/massive_edit_plugins.php:253 -#, php-format -msgid "%d modules updated" -msgstr "%d modules updated" - -#: ../../godmode/massive/massive_edit_plugins.php:272 -msgid "There are not registered plugins" -msgstr "There are no registered plugins" - -#: ../../godmode/massive/massive_edit_plugins.php:421 -msgid "Invalid plugin data" -msgstr "Invalid plugin data" - -#: ../../godmode/massive/massive_edit_plugins.php:528 -msgid "Clear" -msgstr "Clear" - -#: ../../godmode/massive/massive_edit_plugins.php:556 -msgid "Invalid macros array" -msgstr "Invalid array of macros" - -#: ../../godmode/massive/massive_edit_plugins.php:581 -msgid "Multiple values" -msgstr "Multiple values" - -#: ../../godmode/massive/massive_edit_plugins.php:613 -#: ../../godmode/massive/massive_edit_plugins.php:750 -#: ../../godmode/massive/massive_edit_plugins.php:766 -msgid "Invalid agents array" -msgstr "Invalid array of agents" - -#: ../../godmode/massive/massive_edit_plugins.php:629 -msgid "Invalid agent element" -msgstr "Invalid agent item" - -#: ../../godmode/massive/massive_edit_plugins.php:640 -msgid "Invalid modules array" -msgstr "Invalid array of modules" - -#: ../../godmode/massive/massive_edit_plugins.php:668 -msgid "Invalid module element" -msgstr "Invalid module item" - -#: ../../godmode/massive/massive_edit_plugins.php:876 -msgid "There are no modules using this plugin" -msgstr "There are no modules using this plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:955 -msgid "There was a problem loading the module plugin macros data" -msgstr "There was a problem loading the data from the module plugin macros" - -#: ../../godmode/massive/massive_add_tags.php:43 -msgid "No tags selected" -msgstr "No tags selected" - -#: ../../godmode/massive/massive_edit_agents.php:95 -msgid "No values changed" -msgstr "No values changed" - -#: ../../godmode/massive/massive_edit_agents.php:124 -msgid "Configuration files deleted successfully" -msgstr "Configuration files deleted successfully" - -#: ../../godmode/massive/massive_edit_agents.php:125 -msgid "Configuration files cannot be deleted" -msgstr "Configuration files cannot be deleted" - -#: ../../godmode/massive/massive_edit_agents.php:183 -msgid "Agents updated successfully" -msgstr "Agents updated successfully" - -#: ../../godmode/massive/massive_edit_agents.php:184 -msgid "Agents cannot be updated" -msgstr "Agents cannot be updated" - -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Delete available remote configurations" -msgstr "Delete the available remote configurations" - -#: ../../godmode/massive/massive_edit_agents.php:384 -msgid "Without status" -msgstr "Without status" - -#: ../../godmode/massive/massive_delete_tags.php:107 -msgid "No tag selected" -msgstr "No tag selected" - -#: ../../godmode/massive/massive_add_profiles.php:72 -msgid "Profiles added successfully" -msgstr "Successfully added profiles" - -#: ../../godmode/massive/massive_add_profiles.php:73 -msgid "Profiles cannot be added" -msgstr "Profiles cannot be added" - -#: ../../godmode/massive/massive_add_action_alerts.php:85 -msgid "No alerts selected" -msgstr "No alerts selected" - -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "No action selected" -msgstr "No action selected" - -#: ../../godmode/massive/massive_add_action_alerts.php:142 -#: ../../godmode/massive/massive_delete_action_alerts.php:145 -msgid "Agents with templates" -msgstr "Agents with templates" - -#: ../../godmode/massive/massive_edit_modules.php:456 -msgid "SMNP community" -msgstr "SMNP community" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "Policy linking status" -msgstr "Policy linking status" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "This field only has sense in modules adopted by a policy." -msgstr "This field only makes sense in modules adopted by a policy" - -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Linked" -msgstr "Linked" - -#: ../../godmode/massive/massive_edit_modules.php:571 -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." - -#: ../../godmode/massive/massive_operations.php:36 -msgid "Bulk alert add" -msgstr "Add alerts in bulk" - -#: ../../godmode/massive/massive_operations.php:37 -msgid "Bulk alert delete" -msgstr "Delete alerts in bulk" - -#: ../../godmode/massive/massive_operations.php:38 -msgid "Bulk alert actions add" -msgstr "Add alert actions in bulk" - -#: ../../godmode/massive/massive_operations.php:39 -msgid "Bulk alert actions delete" -msgstr "Delete alert actions in bulk" - -#: ../../godmode/massive/massive_operations.php:40 -msgid "Bulk alert enable/disable" -msgstr "Enable/disable alerts in bulk" - -#: ../../godmode/massive/massive_operations.php:41 -msgid "Bulk alert setting standby" -msgstr "Set alerts standby in bulk" - -#: ../../godmode/massive/massive_operations.php:44 -msgid "Bulk agent edit" -msgstr "Edit agents in bulk" - -#: ../../godmode/massive/massive_operations.php:45 -msgid "Bulk agent delete" -msgstr "Delete agents in bulk" - -#: ../../godmode/massive/massive_operations.php:49 -msgid "Bulk profile add" -msgstr "Add profiles in bulk" - -#: ../../godmode/massive/massive_operations.php:50 -msgid "Bulk profile delete" -msgstr "Delete profiles in bulk" - -#: ../../godmode/massive/massive_operations.php:57 -msgid "Bulk module delete" -msgstr "Delete modules in bulk" - -#: ../../godmode/massive/massive_operations.php:58 -msgid "Bulk module edit" -msgstr "Edit modules in bulk" - -#: ../../godmode/massive/massive_operations.php:59 -msgid "Bulk module copy" -msgstr "Copy modules in bulk" - -#: ../../godmode/massive/massive_operations.php:62 -msgid "Bulk plugin edit" -msgstr "Edit plugins in bulk" - -#: ../../godmode/massive/massive_operations.php:231 -msgid "Please wait..." -msgstr "Please wait..." - -#: ../../godmode/massive/massive_operations.php:268 -msgid "The blank fields will not be updated" -msgstr "Fields left blank will not be updated" - -#: ../../godmode/massive/massive_delete_action_alerts.php:56 -msgid "Could not be deleted. No agents selected" -msgstr "Could not be deleted. No agents selected" - -#: ../../godmode/massive/massive_delete_action_alerts.php:72 -msgid "Could not be deleted. No alerts selected" -msgstr "Could not be deleted. No alerts selected" - -#: ../../godmode/massive/massive_delete_action_alerts.php:111 -msgid "Could not be deleted. No action selected" -msgstr "Could not be deleted. No action selected" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -msgid "Enabled alerts" -msgstr "Alerts enabled" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:165 -msgid "Disable selected alerts" -msgstr "Disable the selected alerts" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:169 -msgid "Enable selected alerts" -msgstr "Enable selected alerts" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Disabled alerts" -msgstr "Disabled alerts" - -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" -msgstr "Component group management" - -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" -msgstr "Could not be created. Name left blank" - -#: ../../godmode/modules/manage_nc_groups.php:237 -msgid "There are no defined component groups" -msgstr "There are no component groups defined" - -#: ../../godmode/modules/manage_network_components.php:42 -msgid "Network component management" -msgstr "Network component management" - -#: ../../godmode/modules/manage_network_components.php:492 -msgid "Search by name, description, tcp send or tcp rcv, list matches." -msgstr "" -"Search by: name, description, TCP sending or TCP receiving, list matches." - -#: ../../godmode/modules/manage_network_components.php:544 -msgid "Max/Min" -msgstr "Max/Min" - -#: ../../godmode/modules/manage_network_components.php:570 -msgid "Network module" -msgstr "Network module" - -#: ../../godmode/modules/manage_network_components.php:574 -msgid "WMI module" -msgstr "WMI module" - -#: ../../godmode/modules/manage_network_components.php:578 -msgid "Plug-in module" -msgstr "Plug-in module" - -#: ../../godmode/modules/manage_network_components.php:609 -msgid "There are no defined network components" -msgstr "There are no network components defined" - -#: ../../godmode/modules/manage_network_components.php:616 -msgid "Create a new network component" -msgstr "Create a new network component" - -#: ../../godmode/modules/manage_network_components.php:617 -msgid "Create a new plugin component" -msgstr "Create a new plug-in component" - -#: ../../godmode/modules/manage_network_components.php:618 -msgid "Create a new WMI component" -msgstr "Create a new WMI component" - -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module template management" -msgstr "Module template management" - -#: ../../godmode/modules/manage_network_templates.php:52 -msgid "Template successfully deleted" -msgstr "Template successfully deleted" - -#: ../../godmode/modules/manage_network_templates.php:53 -msgid "Error deleting template" -msgstr "Error deleting template" - -#: ../../godmode/modules/manage_network_templates.php:85 -msgid "This template does not exist" -msgstr "This template does not exist" - -#: ../../godmode/modules/manage_network_templates.php:223 -msgid "There are no defined network profiles" -msgstr "There are no network profiles defined" - -#: ../../godmode/modules/manage_nc_groups_form.php:53 -msgid "Update Group Component" -msgstr "Update Group Component" - -#: ../../godmode/modules/manage_nc_groups_form.php:56 -msgid "Create Group Component" -msgstr "Create Group Component" - -#: ../../godmode/modules/module_list.php:28 -msgid "Defined modules" -msgstr "Defined modules" - -#: ../../godmode/modules/module_list.php:50 -msgid "Problem modifying module" -msgstr "There was a problem modifying the module" - -#: ../../godmode/modules/module_list.php:52 -msgid "Module updated successfully" -msgstr "Module updated successfully" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "Enterprise SNMP String" - -#: ../../godmode/modules/manage_network_components_form.php:241 -msgid "Update Network Component" -msgstr "Update Network Components" - -#: ../../godmode/modules/manage_network_components_form.php:244 -msgid "Create Network Component" -msgstr "Create Network Components" - -#: ../../godmode/modules/manage_network_templates_form.php:54 -msgid "Successfully deleted module from profile" -msgstr "Successfully deleted module from profile" - -#: ../../godmode/modules/manage_network_templates_form.php:55 -msgid "Error deleting module from profile" -msgstr "Error deleting module from profile" - -#: ../../godmode/modules/manage_network_templates_form.php:70 -msgid "Successfully added module to profile" -msgstr "Successfully added module to profile" - -#: ../../godmode/modules/manage_network_templates_form.php:71 -msgid "Error adding module to profile" -msgstr "Error adding module to profile" - -#: ../../godmode/modules/manage_network_templates_form.php:94 -msgid "Successfully updated network profile" -msgstr "Network profile updated successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:95 -msgid "Error updating network profile" -msgstr "Error updating the network profile" - -#: ../../godmode/modules/manage_network_templates_form.php:110 -msgid "Successfully added network profile" -msgstr "Network profile added successfully" - -#: ../../godmode/modules/manage_network_templates_form.php:111 -msgid "Error adding network profile" -msgstr "Error adding network profile" - -#: ../../godmode/modules/manage_network_templates_form.php:116 -msgid "Cannot create a template without name" -msgstr "Cannot create a template without a name" - -#: ../../godmode/modules/manage_network_templates_form.php:184 -msgid "No modules for this profile" -msgstr "No modules for this profile" - -#: ../../godmode/reporting/visual_console_builder.data.php:91 -msgid "Create visual console" -msgstr "Create a new visual console" - -#: ../../godmode/reporting/visual_console_builder.data.php:100 +#: ../../godmode/setup/performance.php:113 msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" +"If realtime statistics are disabled, statistics interval resfresh will be " +"set here." msgstr "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" +"If realtime statistics are disabled, the refresh interval for statistics " +"will be set here." -#: ../../godmode/reporting/visual_console_builder.data.php:124 -msgid "Background image" -msgstr "Background image" +#: ../../godmode/setup/performance.php:120 +#: ../../include/functions_config.php:401 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. recommended number of files in attachment directory" -#: ../../godmode/reporting/reporting_builder.list_items.php:487 -#: ../../godmode/reporting/reporting_builder.list_items.php:492 -msgid "Sort items" -msgstr "Sort items" - -#: ../../godmode/reporting/reporting_builder.list_items.php:494 -msgid "Sort selected items from position: " -msgstr "Sort selected items from position: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move before to" -msgstr "Move before to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move after to" -msgstr "Move after to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:518 -#: ../../godmode/reporting/reporting_builder.list_items.php:523 -msgid "Delete items" -msgstr "Delete items" - -#: ../../godmode/reporting/reporting_builder.list_items.php:525 -msgid "Delete selected items from position: " -msgstr "Delete selected items from position: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:527 -msgid "Delete above to" -msgstr "Delete above to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:527 -msgid "Delete below to" -msgstr "Delete below to" - -#: ../../godmode/reporting/reporting_builder.list_items.php:555 +#: ../../godmode/setup/performance.php:120 msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." +"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 "" -"Are you sure you wish to sort the items into the report?\\nThis action " -"changes how items are sorted into the database." +"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's " +"notification space." -#: ../../godmode/reporting/reporting_builder.list_items.php:576 -msgid "Please select any item to order" -msgstr "Please select any item to sort" +#: ../../godmode/setup/performance.php:123 +#: ../../include/functions_config.php:403 +msgid "Delete not init modules" +msgstr "Delete not init modules" -#: ../../godmode/reporting/reporting_builder.list_items.php:606 -msgid "Are you sure to delete the items into the report?\\n" -msgstr "Are you sure to delete the items into the report?" +#: ../../godmode/setup/performance.php:127 +msgid "Big Operation Step to purge old data" +msgstr "" -#: ../../godmode/reporting/reporting_builder.list_items.php:628 -msgid "Please select any item to delete" -msgstr "Please select an item to delete it" - -#: ../../godmode/reporting/visual_console_builder.elements.php:79 -msgid "Width x Height
Max value" -msgstr "Width x Height
Max value" - -#: ../../godmode/reporting/visual_console_builder.elements.php:143 -msgid "Percentile Bar" -msgstr "Percentile Bar" - -#: ../../godmode/reporting/visual_console_builder.elements.php:148 -msgid "Percentile Bubble" -msgstr "Percentile Bubble" - -#: ../../godmode/reporting/visual_console_builder.elements.php:163 -msgid "Simple Value (Process Max)" -msgstr "Simple Value (Process Max)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:168 -msgid "Simple Value (Process Min)" -msgstr "Simple Value (Process Min)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:173 -msgid "Simple Value (Process Avg)" -msgstr "Simple Value (Process Avg)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:600 -msgid "Edit label" -msgstr "Edit label" - -#: ../../godmode/reporting/graph_builder.php:207 -msgid "Graph builder" -msgstr "Graph builder" - -#: ../../godmode/reporting/graph_builder.php:227 -msgid "Graph stored successfully" -msgstr "Graph stored successfully" - -#: ../../godmode/reporting/graph_builder.php:227 -msgid "There was a problem storing Graph" -msgstr "There was a problem storing Graph" - -#: ../../godmode/reporting/graph_builder.php:230 -msgid "There was a problem adding Module" -msgstr "There was a problem adding Module" - -#: ../../godmode/reporting/graph_builder.php:233 -msgid "Update the graph" -msgstr "Update the graph" - -#: ../../godmode/reporting/graph_builder.php:233 -msgid "Bad update the graph" -msgstr "Bad update the graph" - -#: ../../godmode/reporting/graph_builder.php:236 -msgid "Graph deleted successfully" -msgstr "Graph deleted successfully" - -#: ../../godmode/reporting/graph_builder.php:236 -msgid "There was a problem deleting Graph" -msgstr "There was a problem deleting the graph" - -#: ../../godmode/reporting/graph_builder.main.php:139 -msgid "Type of graph" -msgstr "Type of graph" - -#: ../../godmode/reporting/graph_builder.main.php:151 -msgid "Horizontal bars" -msgstr "Horizontal bars" - -#: ../../godmode/reporting/graph_builder.main.php:152 -msgid "Vertical bars" -msgstr "Vertical bars" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:125 -msgid "Range between elements (px)" -msgstr "Range between elements (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:132 -msgid "Size (px)" -msgstr "Size (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:161 -msgid "Width (px)" -msgstr "Width (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:175 -msgid "Percentile" -msgstr "Percentile" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:180 -msgid "Bubble" -msgstr "Bubble" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:189 -msgid "Percent" -msgstr "Percent" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:224 -msgid "One item per agent" -msgstr "One item per agent" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:258 -#: ../../godmode/reporting/visual_console_builder.wizard.php:561 -msgid "Agent - Module" -msgstr "Agent - Module" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:267 -msgid "Enable link agent" -msgstr "Enable agent link" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:279 -msgid "Set Parent" -msgstr "Set Parent" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:281 -msgid "Item created in the visualmap" -msgstr "Iteam created on the visual map" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:282 -msgid "Use the agents relationship (from selected agents)" -msgstr "Use the agents relationship (from selected agents)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:285 -msgid "Item in the map" -msgstr "Item on the map" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:288 -msgid "The parent relationships in Pandora will be drawn in the map." -msgstr "The parenting relationships in Pandora will be drawn on the map." - -#: ../../godmode/reporting/visual_console_builder.wizard.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:306 -msgid "Are you sure to add many elements\\nin visual map?" -msgstr "Are you sure you wish to add this many elements\\non the visual map?" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:482 -msgid "Please select any module or modules." -msgstr "Please select any module or modules." - -#: ../../godmode/reporting/visual_console_builder.php:150 -msgid "This file isn't image" -msgstr "Invalid image file" - -#: ../../godmode/reporting/visual_console_builder.php:151 -msgid "This file isn't image." -msgstr "Invalid image file" - -#: ../../godmode/reporting/visual_console_builder.php:155 -#: ../../godmode/reporting/visual_console_builder.php:156 -msgid "File already are exists." -msgstr "File already exists." - -#: ../../godmode/reporting/visual_console_builder.php:162 -#: ../../godmode/reporting/visual_console_builder.php:163 -msgid "The file have not image extension." -msgstr "The file doesn't have an image extension" - -#: ../../godmode/reporting/visual_console_builder.php:174 -#: ../../godmode/reporting/visual_console_builder.php:175 -#: ../../godmode/reporting/visual_console_builder.php:182 -#: ../../godmode/reporting/visual_console_builder.php:185 -msgid "Problems with move file to target." -msgstr "Problems moving file to target location" - -#: ../../godmode/reporting/visual_console_builder.php:213 -msgid "Successfully update." -msgstr "Successfully updated" - -#: ../../godmode/reporting/visual_console_builder.php:225 -msgid "Could not be update." -msgstr "Could not be updated" - -#: ../../godmode/reporting/visual_console_builder.php:291 -msgid "Successfully multiple delete." -msgstr "Successfully multiple delete." - -#: ../../godmode/reporting/visual_console_builder.php:292 -msgid "Unsuccessfull multiple delete." -msgstr "Unsuccessfull multiple delete." - -#: ../../godmode/reporting/visual_console_builder.php:370 -msgid "Successfully delete." -msgstr "Successfully delete." - -#: ../../godmode/reporting/visual_console_builder.editor.php:145 -msgid "Saving in progress" -msgstr "Saving in progress" - -#: ../../godmode/reporting/visual_console_builder.editor.php:150 -msgid "Deletion in progress" -msgstr "Deletion in progress" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:605 -msgid "Not valid" -msgstr "Not valid" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 -msgid "Target server" -msgstr "Target server" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1178 -msgid "Greater or equal (>=)" -msgstr "Greater or equal to (>=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1179 -msgid "Less or equal (<=)" -msgstr "Lesser or equal to (<=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 -msgid "Less (<)" -msgstr "Lesser than (<)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1181 -msgid "Greater (>)" -msgstr "Greater than (>)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 -msgid "Equal (=)" -msgstr "Equal to (=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1183 -msgid "Not equal (!=)" -msgstr "Unequal to (!=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 -msgid "Please save the SLA for start to add items in this list." -msgstr "Please save the SLA for start to add items in this list." - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1538 -msgid "rate" -msgstr "rate" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1561 +#: ../../godmode/setup/performance.php:127 msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." +"The number of blocks that a time interval is split into. A bigger value " +"means bigger blocks, which is faster but heavier on the database. Default is " +"100." msgstr "" -"Please be careful: when the module has different intervals during its life, " -"the sum may return mistaken results." -#: ../../godmode/reporting/reporting_builder.item_editor.php:1575 -msgid "Please save the report to start adding items into the list." -msgstr "Please save the report to start adding items onto the list" +#: ../../godmode/setup/performance.php:130 +#: ../../include/functions_config.php:407 +msgid "Small Operation Step to purge old data" +msgstr "" -#: ../../godmode/reporting/map_builder.php:187 -#: ../../godmode/reporting/map_builder.php:197 -msgid "Not copied. Error copying data" -msgstr "Not copied. Error copying data" - -#: ../../godmode/reporting/map_builder.php:255 -#: ../../general/firts_task/map_builder.php:24 -msgid "There are no visual console defined yet." -msgstr "There are no visual consoles defined yet" - -#: ../../godmode/reporting/graphs.php:144 -msgid "Number of Graphs" -msgstr "Number of Graphs" - -#: ../../godmode/reporting/graphs.php:198 -msgid "Create graph" -msgstr "Create graph" - -#: ../../godmode/reporting/reporting_builder.php:77 +#: ../../godmode/setup/performance.php:130 msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" +"The number of rows that are processed in a single query in deletion. Default " +"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " +"systems with locks." msgstr "" -"Your report has been scheduled and the system will send a PDF file of the " -"report as soon as it's finished." -#: ../../godmode/reporting/reporting_builder.php:78 -msgid "An error has ocurred" -msgstr "An error has ocurred." +#: ../../godmode/setup/performance.php:135 +msgid "Database maintenance options" +msgstr "Database maintenance options" -#: ../../godmode/reporting/reporting_builder.php:332 -#: ../../godmode/reporting/reporting_builder.php:1771 -#: ../../godmode/reporting/reporting_builder.php:1823 -msgid "Reports list" -msgstr "Reports list" +#: ../../godmode/setup/performance.php:141 +#: ../../include/functions_graph.php:3118 +msgid "Others" +msgstr "Others" -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Free text for search: " -msgstr "Free text for search: " +#: ../../godmode/events/event_edit_filter.php:201 +msgid "Update Filter" +msgstr "Update Filter" -#: ../../godmode/reporting/reporting_builder.php:437 -msgid "Search by report name or description, list matches." -msgstr "Search by report name or description, list matches." +#: ../../godmode/events/event_edit_filter.php:204 +msgid "Create Filter" +msgstr "Create Filter" -#: ../../godmode/reporting/reporting_builder.php:447 -msgid "Show Option" -msgstr "Show Option" - -#: ../../godmode/reporting/reporting_builder.php:733 -msgid "Create report" -msgstr "Create report" - -#: ../../godmode/reporting/reporting_builder.main.php:85 -msgid "Only the group can view the report" -msgstr "Only the group can view the report" - -#: ../../godmode/reporting/reporting_builder.main.php:86 -msgid "The next group can edit the report" -msgstr "The next group can edit the report" - -#: ../../godmode/reporting/reporting_builder.main.php:87 -msgid "Only the user and admin user can edit the report" -msgstr "Only the user and admin user can edit the report" - -#: ../../godmode/reporting/reporting_builder.main.php:89 -msgid "Write Access" -msgstr "Writing Access" - -#: ../../godmode/reporting/reporting_builder.main.php:90 +#: ../../godmode/events/event_edit_filter.php:218 msgid "" -"For example, you want a report that the people of \"All\" groups can see but " -"you want to edit only for you or your group." +"This group will be use to restrict the visibility of this filter with ACLs" msgstr "" -"For example, you want a report that people from \"All\" groups can see, but " -"you want only yourself or your group to be able to edit." +"This group will be used to restrict visibility for this filter with ACLs." -#: ../../godmode/reporting/reporting_builder.main.php:110 -msgid "Non interactive report" -msgstr "Non-interactive Report" +#: ../../godmode/events/event_edit_filter.php:284 +msgid "Choose between the users who have validated an event. " +msgstr "Choose among the users who have validated an event. " -#: ../../godmode/tag/edit_tag.php:52 ../../godmode/tag/tag.php:100 -msgid "List tags" -msgstr "List tags" +#: ../../godmode/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "Load default event fields" -#: ../../godmode/tag/edit_tag.php:63 ../../godmode/tag/tag.php:110 -msgid "Tags configuration" -msgstr "Tag settings" +#: ../../godmode/events/custom_events.php:133 +msgid "Default event fields will be loaded. Do you want to continue?" +msgstr "Default event fields will be loaded. Continue?" -#: ../../godmode/tag/edit_tag.php:87 -msgid "Error updating tag" -msgstr "Error updating tag" +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "No responses found" -#: ../../godmode/tag/edit_tag.php:91 -msgid "Successfully updated tag" -msgstr "Successfully updated tag" +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "Create response" -#: ../../godmode/tag/edit_tag.php:117 -msgid "Error creating tag" -msgstr "Error creating tag" +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "Response added succesfully" -#: ../../godmode/tag/edit_tag.php:123 -msgid "Successfully created tag" -msgstr "Successfully created tag" +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "Response cannot be added" -#: ../../godmode/tag/edit_tag.php:156 -msgid "Update Tag" -msgstr "Update Tag" +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "Response successfully updated" -#: ../../godmode/tag/edit_tag.php:159 -msgid "Create Tag" -msgstr "Create Tag" +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "Response cannot be updated" -#: ../../godmode/tag/edit_tag.php:182 -msgid "Hyperlink to help information that has to exist previously." -msgstr "Hyperlink to help information that has to exist previously." +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "Response successfully deleted" -#: ../../godmode/tag/edit_tag.php:192 -msgid "Associated Email direction to use later in alerts associated to Tags." -msgstr "" -"Associated E-mail direction to use later in alerts associated to Tags." +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "Response cannot be deleted" -#: ../../godmode/tag/edit_tag.php:202 -msgid "Associated phone number to use later in alerts associated to Tags." -msgstr "Phone number linked for use later in alerts related to tags." +#: ../../godmode/events/event_responses.editor.php:63 +msgid "Edit event responses" +msgstr "Edit event responses" + +#: ../../godmode/events/event_responses.editor.php:93 +msgid "For Command type Modal Window mode is enforced" +msgstr "For Command type Modal Window mode is enforced" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "Modal window" +msgstr "Modal window" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "New window" +msgstr "New window" + +#: ../../godmode/menu.php:42 +msgid "Module categories" +msgstr "Module categories" + +#: ../../godmode/menu.php:46 +msgid "Module types" +msgstr "Module types" + +#: ../../godmode/menu.php:62 +msgid "Resources" +msgstr "Resources" + +#: ../../godmode/menu.php:70 +msgid "Manage agents groups" +msgstr "Manage agent groups" + +#: ../../godmode/menu.php:111 +msgid "Bulk operations" +msgstr "Bulk operations" + +#: ../../godmode/menu.php:146 +msgid "List of Alerts" +msgstr "List of Alerts" + +#: ../../godmode/menu.php:171 ../../include/functions_menu.php:512 +msgid "SNMP alerts" +msgstr "SNMP alerts" + +#: ../../godmode/menu.php:181 +msgid "Event filters" +msgstr "Event filters" + +#: ../../godmode/menu.php:186 +msgid "Custom events" +msgstr "Custom events" + +#: ../../godmode/menu.php:208 +msgid "Manage servers" +msgstr "Manage servers" + +#: ../../godmode/menu.php:245 +msgid "General Setup" +msgstr "General Setup" + +#: ../../godmode/menu.php:289 +msgid "Admin tools" +msgstr "Admin tools" + +#: ../../godmode/menu.php:297 +msgid "System audit log" +msgstr "System audit log" + +#: ../../godmode/menu.php:301 +msgid "Diagnostic info" +msgstr "Diagnostic info" + +#: ../../godmode/menu.php:303 +msgid "Site news" +msgstr "Site news" + +#: ../../godmode/menu.php:310 +msgid "DB maintenance" +msgstr "DB maintenance" + +#: ../../godmode/menu.php:316 +msgid "DB information" +msgstr "DB information" + +#: ../../godmode/menu.php:319 +msgid "Database audit" +msgstr "Database audit" + +#: ../../godmode/menu.php:320 +msgid "Database event" +msgstr "Database events" + +#: ../../godmode/menu.php:402 +msgid "Extension manager" +msgstr "Extension manager" + +#: ../../godmode/menu.php:428 +msgid "Update manager" +msgstr "Update manager" + +#: ../../godmode/menu.php:433 +#, fuzzy +msgid "Update Manager offline" +msgstr "Offline Update Manager" + +#: ../../godmode/menu.php:435 +#, fuzzy +msgid "Update Manager online" +msgstr "Online Update Manager" + +#: ../../godmode/menu.php:437 +#, fuzzy +msgid "Update Manager options" +msgstr "Update manager" #: ../../godmode/tag/tag.php:80 msgid "Number of modules" @@ -31391,6 +29270,15 @@ msgstr "Number of modules" msgid "Number of policy modules" msgstr "Number of policy modules" +#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53 +#: ../../godmode/tag/edit_tag.php:64 +msgid "List tags" +msgstr "List tags" + +#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68 +msgid "Tags configuration" +msgstr "Tag settings" + #: ../../godmode/tag/tag.php:121 msgid "Error deleting tag" msgstr "Error deleting tag" @@ -31429,602 +29317,5136 @@ msgstr "No tags defined" msgid "Create tag" msgstr "Create tag" -#: ../../general/firts_task/recon_view.php:21 -msgid "There are no recon task defined yet." -msgstr "There are no recon task defined yet." +#: ../../godmode/tag/edit_tag.php:92 +msgid "Error updating tag" +msgstr "Error updating tag" -#: ../../general/firts_task/recon_view.php:28 -#: ../../general/firts_task/recon_view.php:35 -msgid "Create Recon Task" -msgstr "Create Recon Task" +#: ../../godmode/tag/edit_tag.php:96 +msgid "Successfully updated tag" +msgstr "Successfully updated tag" -#: ../../general/firts_task/recon_view.php:29 -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." +#: ../../godmode/tag/edit_tag.php:122 +msgid "Error creating tag" +msgstr "Error creating tag" + +#: ../../godmode/tag/edit_tag.php:128 +msgid "Successfully created tag" +msgstr "Successfully created tag" + +#: ../../godmode/tag/edit_tag.php:161 +msgid "Update Tag" +msgstr "Update Tag" + +#: ../../godmode/tag/edit_tag.php:164 +msgid "Create Tag" +msgstr "Create Tag" + +#: ../../godmode/tag/edit_tag.php:187 +msgid "Hyperlink to help information that has to exist previously." +msgstr "Hyperlink to help information that has to exist previously." + +#: ../../godmode/tag/edit_tag.php:197 +msgid "Associated Email direction to use later in alerts associated to Tags." +msgstr "Associated E-mail direction to use later in alerts associated to Tags." + +#: ../../godmode/tag/edit_tag.php:207 +msgid "Associated phone number to use later in alerts associated to Tags." +msgstr "Phone number linked for use later in alerts related to tags." + +#: ../../include/functions_snmp.php:67 +msgid "Load Average (Last minute)" +msgstr "Load Average (Last minute)" + +#: ../../include/functions_snmp.php:71 +msgid "Load Average (Last 5 minutes)" +msgstr "Load Average (Last 5 minutes)" + +#: ../../include/functions_snmp.php:75 +msgid "Load Average (Last 15 minutes)" +msgstr "Load Average (Last 15 minutes)" + +#: ../../include/functions_snmp.php:79 +msgid "Total Swap Size configured for the host" +msgstr "Total Swap Size configured for the host" + +#: ../../include/functions_snmp.php:83 +msgid "Available Swap Space on the host" +msgstr "Available Swap Space on the host" + +#: ../../include/functions_snmp.php:87 +msgid "Total Real/Physical Memory Size on the host" +msgstr "Total Real/Physical Memory Size on the host" + +#: ../../include/functions_snmp.php:91 +msgid "Available Real/Physical Memory Space on the host" +msgstr "Available Real/Physical Memory Space on the host" + +#: ../../include/functions_snmp.php:95 +msgid "Total Available Memory on the host" +msgstr "Total Available Memory on the host" + +#: ../../include/functions_snmp.php:99 +msgid "Total Cached Memory" +msgstr "Total Cached Memory" + +#: ../../include/functions_snmp.php:103 +msgid "Total Buffered Memory" +msgstr "Total Buffered Memory" + +#: ../../include/functions_snmp.php:107 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "Amount of memory swapped in from disk (kB/s)" + +#: ../../include/functions_snmp.php:111 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "Amount of memory swapped to disk (kB/s)" + +#: ../../include/functions_snmp.php:115 +msgid "Number of blocks sent to a block device" +msgstr "Number of blocks sent to a block device" + +#: ../../include/functions_snmp.php:119 +msgid "Number of blocks received from a block device" +msgstr "Number of blocks received from a block device" + +#: ../../include/functions_snmp.php:123 +msgid "Number of interrupts processed" +msgstr "Number of interrupts processed" + +#: ../../include/functions_snmp.php:127 +msgid "Number of context switches" +msgstr "Number of context switches" + +#: ../../include/functions_snmp.php:131 +msgid "user CPU time" +msgstr "user CPU time" + +#: ../../include/functions_snmp.php:135 +msgid "system CPU time" +msgstr "system CPU time" + +#: ../../include/functions_snmp.php:139 +msgid "idle CPU time" +msgstr "idle CPU time" + +#: ../../include/functions_snmp.php:143 +msgid "system Up time" +msgstr "system Up time" + +#: ../../include/functions_pandora_networkmap.php:738 +#, php-format +msgid "Edit node %s" +msgstr "Edit node %s" + +#: ../../include/functions_pandora_networkmap.php:739 +msgid "Holding Area" +msgstr "Holding Area" + +#: ../../include/functions_pandora_networkmap.php:740 +#, fuzzy +msgid "Show details and options" +msgstr "Show details" + +#: ../../include/functions_pandora_networkmap.php:741 +msgid "Set as children" +msgstr "Define as children element" + +#: ../../include/functions_pandora_networkmap.php:742 +msgid "Set parent" +msgstr "Define as parent element" + +#: ../../include/functions_pandora_networkmap.php:743 +#: ../../include/functions_pandora_networkmap.php:749 +msgid "Abort the action of set relationship" +msgstr "Abort the action of set relationship" + +#: ../../include/functions_pandora_networkmap.php:745 +#: ../../include/functions_pandora_networkmap.php:1484 +msgid "Add node" +msgstr "Add node" + +#: ../../include/functions_pandora_networkmap.php:746 +msgid "Set center" +msgstr "Set centre" + +#: ../../include/functions_pandora_networkmap.php:748 +msgid "Refresh Holding area" +msgstr "Refresh Holding Area" + +#: ../../include/functions_pandora_networkmap.php:934 +#: ../../include/functions_maps.php:62 +msgid "Copy of " +msgstr "Copy of " + +#: ../../include/functions_pandora_networkmap.php:1257 +msgid "Open Minimap" +msgstr "Open Minimap" + +#: ../../include/functions_pandora_networkmap.php:1264 +#, fuzzy +msgid "Hide Labels" +msgstr "GIS Labels" + +#: ../../include/functions_pandora_networkmap.php:1355 +msgid "Edit node" +msgstr "Edit node" + +#: ../../include/functions_pandora_networkmap.php:1366 +#, fuzzy +msgid "Adresses" +msgstr "Addresses" + +#: ../../include/functions_pandora_networkmap.php:1368 +#, fuzzy +msgid "OS type" +msgstr "Trap type" + +#: ../../include/functions_pandora_networkmap.php:1373 +#: ../../include/functions_pandora_networkmap.php:1374 +#, fuzzy +msgid "Node Details" +msgstr "Module details" + +#: ../../include/functions_pandora_networkmap.php:1383 +msgid "Ip" 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 it 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 other customized " -"\n" -"\t\ttype. You can define your own customized recon script." -#: ../../general/firts_task/network_map.php:23 -msgid "There are no network map defined yet." -msgstr "There are no network maps defined yet" +#: ../../include/functions_pandora_networkmap.php:1384 +#, fuzzy +msgid "MAC" +msgstr "ASC" -#: ../../general/firts_task/network_map.php:30 -msgid "Network Map" -msgstr "Network Map" +#: ../../include/functions_pandora_networkmap.php:1393 +#: ../../include/functions_pandora_networkmap.php:1394 +#, fuzzy +msgid "Interface Information (SNMP)" +msgstr "Interface information" -#: ../../general/firts_task/network_map.php:33 -#: ../../general/firts_task/network_map.php:49 -msgid "Create Network Map" -msgstr "Create Network Map" +#: ../../include/functions_pandora_networkmap.php:1401 +msgid "Shape" +msgstr "Shape" -#: ../../general/firts_task/network_map.php:34 -msgid "" -"There is also an open-source version of the network map. \n" -"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes " -"and relationships, agents, modules and groups available to the user. \n" -"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" -"\t\t\t" +#: ../../include/functions_pandora_networkmap.php:1403 +msgid "Circle" +msgstr "Circle" + +#: ../../include/functions_pandora_networkmap.php:1404 +msgid "Square" +msgstr "Square" + +#: ../../include/functions_pandora_networkmap.php:1405 +msgid "Rhombus" +msgstr "Rhomb" + +#: ../../include/functions_pandora_networkmap.php:1415 +#: ../../include/functions_pandora_networkmap.php:1540 +msgid "name fictional node" +msgstr "Name fictional node" + +#: ../../include/functions_pandora_networkmap.php:1416 +#: ../../include/functions_pandora_networkmap.php:1541 +msgid "Networkmap to link" +msgstr "Networkmap to link" + +#: ../../include/functions_pandora_networkmap.php:1422 +msgid "Update fictional node" +msgstr "Update fictional node" + +#: ../../include/functions_pandora_networkmap.php:1425 +#: ../../include/functions_pandora_networkmap.php:1426 +msgid "Node options" +msgstr "Node Options" + +#: ../../include/functions_pandora_networkmap.php:1433 +msgid "Node source" +msgstr "Node Source" + +#: ../../include/functions_pandora_networkmap.php:1434 +msgid "Interface source" +msgstr "Interface Source" + +#: ../../include/functions_pandora_networkmap.php:1435 +msgid "Interface Target" +msgstr "Interface Target" + +#: ../../include/functions_pandora_networkmap.php:1437 +msgid "Node target" +msgstr "Node Target" + +#: ../../include/functions_pandora_networkmap.php:1438 +msgid "E." +msgstr "E." + +#: ../../include/functions_pandora_networkmap.php:1471 +msgid "There are not relations" +msgstr "There are no relations." + +#: ../../include/functions_pandora_networkmap.php:1478 +#: ../../include/functions_pandora_networkmap.php:1479 +msgid "Relations" +msgstr "Relations" + +#: ../../include/functions_pandora_networkmap.php:1503 +#: ../../include/functions_pandora_networkmap.php:1507 +#: ../../include/functions_pandora_networkmap.php:1508 +#: ../../include/functions_pandora_networkmap.php:1528 +#: ../../include/functions_pandora_networkmap.php:1533 +#: ../../include/functions_pandora_networkmap.php:1551 +msgid "Add agent node" +msgstr "Add Agent Node" + +#: ../../include/functions_pandora_networkmap.php:1532 +msgid "Add agent node (filter by group)" +msgstr "Add Agent Node (filter by group)" + +#: ../../include/functions_pandora_networkmap.php:1547 +msgid "Add fictional node" +msgstr "Add Fictional Node" + +#: ../../include/functions_pandora_networkmap.php:1550 +msgid "Add fictional point" +msgstr "Add fictional point" + +#: ../../include/functions_users.php:377 +#, php-format +msgid "User %s login at %s" +msgstr "User %s login at %s" + +#: ../../include/functions_users.php:438 +#, php-format +msgid "User %s was deleted in the DB at %s" +msgstr "User %s was deleted in the DB at %s" + +#: ../../include/functions_users.php:443 +#, php-format +msgid "User %s logout at %s" +msgstr "User %s logout at %s" + +#: ../../include/functions_networkmap.php:1663 +#: ../../include/functions_networkmap.php:1749 +msgid "Radial dynamic" +msgstr "Radial dynamic" + +#: ../../include/functions_networkmap.php:1719 +msgid "Create a new topology map" +msgstr "Create a new topology map" + +#: ../../include/functions_networkmap.php:1720 +msgid "Create a new group map" +msgstr "Create a new group map" + +#: ../../include/functions_networkmap.php:1721 +msgid "Create a new dynamic map" +msgstr "Create a new dynamic map" + +#: ../../include/functions_networkmap.php:1723 +msgid "Create a new radial dynamic map" msgstr "" -"There is also an open-source version of the network map. \n" -"\t\t\t\t\t\t\t\tThis functionality allows graphically displaying the nodes " -"and relations, agents, modules and groups available to the user. \n" -"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" -"\t\t\t" -#: ../../general/firts_task/network_map.php:38 -msgid "Topology Map" -msgstr "Topology Map" +#: ../../include/functions_networkmap.php:1747 +#: ../../include/functions_maps.php:43 +msgid "Dynamic" +msgstr "Dynamic" -#: ../../general/firts_task/network_map.php:39 -msgid "Group Map" -msgstr "Group Map" - -#: ../../general/firts_task/network_map.php:40 -msgid "Radial Map (User without strict user)" -msgstr "Radial Map (User without strict user)" - -#: ../../general/firts_task/network_map.php:41 -msgid "Dinamic Map" -msgstr "Dynamic Map" - -#: ../../general/firts_task/network_map.php:42 -msgid "Policy Map (Only Enterprise version)" -msgstr "Policy Map (Only Enterprise version)" - -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 -msgid "There are no custom fields defined yet." -msgstr "There are no custom fields defined yet." - -#: ../../general/firts_task/custom_fields.php:28 -msgid "Custom Fields" -msgstr "Custom Fields" - -#: ../../general/firts_task/custom_fields.php:31 -#: ../../general/firts_task/custom_fields.php:35 -msgid "Create Custom Fields" -msgstr "Create Custom Fields" - -#: ../../general/firts_task/custom_fields.php:32 +#: ../../include/help/clippy/modules_not_learning_mode.php:40 msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t You're able to create custom fields by klicking on 'Administration' -> " -"'Manage monitoring' -> 'Manage custom fields'. " +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." msgstr "" -"Custom fields are an easy way to customize an agent's information.\n" -"\t\t It's possible to create custom fields by clicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " +"Please note that if you have your agent set up you mustn't add new modules " +"coming from the data XML." -#: ../../general/firts_task/collections.php:21 -msgid "There are no collections defined yet." -msgstr "There are no collections defined yet." - -#: ../../general/firts_task/collections.php:28 -#: ../../general/firts_task/collections.php:37 -msgid "Create Collections" -msgstr "Create Collections" - -#: ../../general/firts_task/collections.php:29 +#: ../../include/help/clippy/modules_not_learning_mode.php:41 msgid "" -"A file collection is a group of files (e.g. scripts or executables) which " -"are \n" -"\t\tautomatically copied to a specific directory of the agent (under Windows " -"or UNIX). The file collections allow to be propagated\n" -"\t\t along with the policies in order to be used by a group of agents, using " -"a 'package' of scripts and modules which use them.\n" -"\t\tFirst we learn how to use the file collections in the agent's view, how " -"to conduct it manually, agent by agent, without using collections,\n" -"\t\t and how to do the same thing by using policies.Our first task is to " -"arrange a compilation of files. In order to do this, please go to the " -"agent's \n" -"\t\t administrator. Subsequently, we're going to see a 'sub option' called " -"'Collections'. Please click on it in order to create a new collection as we " -"can see on \n" -"\t\t the picture below. " +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." msgstr "" -"A file collection is a group of files (e.g. scripts or executables) which " -"are \n" -"\t\tautomatically copied to a specific directory of the agent (under Windows " -"or UNIX). File collections can be propagated\n" -"\t\t along with policies in order to be used by a group of agents, using a " -"'package' of scripts and modules.\n" -"\t\tFirst we learn how to use file collections in the agent's view, then, " -"how to conduct it manually, agent by agent, without using collections,\n" -"\t\t and how to do the same thing by using policies.Our first task is to " -"arrange a compilation of files. In order to do this, please go to the agent " -"\n" -"\t\t manager. Subsequently, we're going to see a 'sub option' called " -"'Collections'. Please click on it in order to create a new collection as we " -"can see on \n" -"\t\t the picture below. " +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." -#: ../../general/firts_task/service_list.php:21 -msgid "There are no services defined yet." -msgstr "There are no services defined yet." - -#: ../../general/firts_task/service_list.php:28 -#: ../../general/firts_task/service_list.php:36 -msgid "Create Services" -msgstr "Create Services" - -#: ../../general/firts_task/service_list.php:29 +#: ../../include/help/clippy/modules_not_learning_mode.php:42 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." +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." 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." +"You should use \"normal\" mode (not 'learning' mode) only when you don't " +"intend to add more modules to the agent." -#: ../../general/firts_task/snmp_filters.php:21 -msgid "There are no SNMP filter defined yet." -msgstr "There are no SNMP filter defined yet." +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" +msgstr "All servers down" -#: ../../general/firts_task/snmp_filters.php:25 -msgid "SNMP Filter" -msgstr "SNMP Filter" - -#: ../../general/firts_task/snmp_filters.php:28 -#: ../../general/firts_task/snmp_filters.php:35 -msgid "Create SNMP Filter" -msgstr "Create SNMP Filter" - -#: ../../general/firts_task/snmp_filters.php:29 +#: ../../include/help/clippy/servers_down.php:44 msgid "" -"Some systems receive a high number of traps. \n" -"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " -"Pandora FMS versions 3.2 and above, \n" -"\t\t\t\tit's possible to filter the traps that the server obtains in order " -"to avoid straining the application unnecessarily.\n" -"\t\t\t\tIn order to define different filters, please go to 'Administration' -" -"> 'Manage SNMP Console' and 'SNMP Filters'. \n" -"\t\t\t\tOne trap which is going to run in conjunction with any of them - " -"just the ones for the server are going to get ruled out automatically. " +"Can you up all servers. You go to terminal in linux and execute the next " +"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " +"introduce root pass." msgstr "" -"Some systems receive a high number of traps. \n" -"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. On " -"Pandora FMS versions 3.2 and above, \n" -"\t\t\t\tit's possible to filter the traps that the server retrieves in order " -"to avoid straining the application unnecessarily.\n" -"\t\t\t\tIn order to define different filters, please go to 'Administration' -" -"> 'Manage SNMP Console' and 'SNMP Filters'. \n" -"\t\t\t\tOne trap is going to run in conjunction with any of them - just the " -"ones for the server are going to get ruled out automatically. " +"You must boot up all servers. Go to the Linux terminal and run the following " +"command: \"sudo /etc/init.d/pandora_server restart\". You'll have to provide " +"root user credentials." -#: ../../general/firts_task/tags.php:21 -msgid "There are no tags defined yet." -msgstr "There are no tags defined yet." +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" +msgstr "Topology Group" -#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 -msgid "Create Tags" -msgstr "Create Tags" - -#: ../../general/firts_task/tags.php:29 +#: ../../include/help/clippy/topology_group.php:44 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. " +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " msgstr "" -"On Pandora FMS version 5 and newer, access to modules can be configured by 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\tA user's access can therefore be restricted to modules with " -"certain tags. " +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " -#: ../../general/firts_task/fields_manager.php:25 -msgid "Fields Manager" -msgstr "Field Manager" +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." +msgstr "Interval Agent." -#: ../../general/firts_task/fields_manager.php:28 -msgid "Create Fields Manager" -msgstr "Create field manager" - -#: ../../general/firts_task/fields_manager.php:29 +#: ../../include/help/clippy/interval_agent_min.php:44 msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " +"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 "" -"Custom fields are an easy way to customize an agent's information\n" -"\t\t\t\tA user is able to create custom fields by clicking on " -"'Administration' -> 'Manage monitoring' -> 'Manage custom fields'. " +"Please note that having agents with a monitoring interval below 300 seconds " +"is not recommended. This will seriously impact the server's performance. " +"For example, having 200 agents with a 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." -#: ../../general/firts_task/fields_manager.php:32 -msgid "Create Fields " -msgstr "Create Fields " +#: ../../include/help/clippy/server_queued_modules.php:39 +msgid "Excesive Queued." +msgstr "Too many modules queued" -#: ../../general/firts_task/map_builder.php:32 -#: ../../general/firts_task/map_builder.php:40 -msgid "Create Visual Console" -msgstr "Create Visual Console" - -#: ../../general/firts_task/map_builder.php:33 +#: ../../include/help/clippy/server_queued_modules.php:44 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'. " +"You have too much items in the processing queue. This can happen if your " +"server is too loaded and/or not properly configured. This could be something " +"temporal, or a bottleneck. One possible solution is increase number of " +"server threads, but you should consider getting support about this." msgstr "" -"Pandora FMS allows users to create visual maps on which each user is able to " -"create his or her own monitoring map.\n" -"\t\t\tThe new visual console editor is much more practical, although the " -"prior visual console editor had its advantages. \n" -"\t\t\tOn 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-" -"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'. " +"You have too many items in the processing queue. This can happen if your " +"server is overloaded and/or improperly configured. This could be something " +"temporary, or a bottleneck. A possible solution is to increase the number of " +"server threads, but you should consider getting support (or contact our " +"support for Enterprise Edition users)." -#: ../../general/firts_task/incidents.php:23 -msgid "There are no incidents defined yet." -msgstr "There are no incidents defined yet." - -#: ../../general/firts_task/incidents.php:31 -#: ../../general/firts_task/incidents.php:40 -msgid "Create Incidents" -msgstr "Create Incidents" - -#: ../../general/firts_task/incidents.php:32 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 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" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your email." msgstr "" -"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 subsystems within the system's monitoring process.\n" -"\t\t\tFor it, the Pandora FMS team has designed an incident manager from " -"which any user is able to open incidents, \n" -"\t\t\tthat explain what's happened on the network, and update them with " -"comments and files, at any time, in case there is a need to do so.\n" -"\t\t\tThis system allows users to work as a team, along with different roles " -"and work-flow systems which allow an incident to be \n" -"\t\t\tmoved from one group to another, and members from different groups and " -"different people could work on the same incident, sharing information and " -"files.\n" -"\t\t" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your e-mail." -#: ../../general/firts_task/planned_downtime.php:21 -msgid "There are no planned downtime defined yet." -msgstr "There are no planned downtime defined yet." - -#: ../../general/firts_task/planned_downtime.php:28 -#: ../../general/firts_task/planned_downtime.php:34 -msgid "Create Planned Downtime" -msgstr "Create Planned Downtime" - -#: ../../general/firts_task/planned_downtime.php:29 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 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. " +"And restart your pandora server to read again general configuration tokens." 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 down time by deactivating the agent.\n" -"\t\t\t\t\t\tIf an agent is deactivated, it doesn't gather information. " -"During down time, down-time intervals aren't taken into \n" -"\t\t\t\t\t\taccount for most metrics or report types, because agents don't " -"contain any data within those intervals. " +"After, restart your Pandora Server to reread the general configuration " +"tokens." -#: ../../general/firts_task/custom_graphs.php:23 -msgid "There are no custom graphs defined yet." -msgstr "There are no custom graphs defined yet." +#: ../../include/help/clippy/modules_not_init.php:39 +msgid "You have non initialized modules" +msgstr "You have non initialised modules" -#: ../../general/firts_task/custom_graphs.php:28 -msgid "Custom Graphs" -msgstr "Custom Graphs" - -#: ../../general/firts_task/custom_graphs.php:31 -#: ../../general/firts_task/custom_graphs.php:36 -msgid "Create Custom Graph" -msgstr "Create Custom Graph" - -#: ../../general/firts_task/custom_graphs.php:32 +#: ../../include/help/clippy/modules_not_init.php:44 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." +"This happen when you have just created a module and it's not executed at " +"first time. Usually in a few seconds should be initialized and you will be " +"able to see in main view. If you keep non-init modules for more than 24hr " +"(due a problem in it's execution or configuration) they will be " +"automatically deleted by the system. Non-init are not visible in the “main " +"view”, you can see/edit them in the module administration section, in the " +"agent administrator." 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's automated graphs and the " -"graphs the user customizes by using one or more modules to do so." +"This happens when you have just created a module and it wasn't executed on " +"the first time. Usually after a few seconds the status should change to " +"\"initialized\" and you'll be able to see it on the main view." -#: ../../general/logon_failed.php:33 +#: ../../include/help/clippy/agent_out_of_limits.php:39 +msgid "Agent contact date passed it's ETA!." +msgstr "Agent contact date passed it's ETA!." + +#: ../../include/help/clippy/agent_out_of_limits.php:44 msgid "" -"Either, your password or your login are incorrect. Please check your CAPS " -"LOCK key, username and password are case SeNSiTiVe.

All actions, " -"included failed login attempts are logged in Pandora FMS System logs, and " -"these can be reviewed by each user, please report to admin any incident or " -"malfunction." +"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 "" -"Username or password are incorrect. Please check that your CAPS LOCK key is " -"disabled, username and password are case sensitive

All actions, " -"included failed login attempts are registered in Pandora FMS System logs and " -"can be reviewed by all users. Please report any incident or malfunction to " -"an admin" +"This occurs when your agent has stopped reporting, or the server has any " +"issues (overloaded or downed). You should also check the connectivity " +"between agent and server." -#: ../../general/logon_ok.php:32 -msgid "Welcome to Pandora FMS Web Console" -msgstr "Welcome to Pandora FMS Web Console" +#: ../../include/help/clippy/homepage.php:59 +msgid "Hi, can I help you?" +msgstr "Hi! How can I help you?" -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 -msgid "Pandora FMS Overview" -msgstr "Pandora FMS Overview" - -#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377 -msgid "News board" -msgstr "News board" - -#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382 -msgid "ago" -msgstr "ago" - -#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389 -msgid "by" -msgstr "by" - -#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 -msgid "This is your last activity in Pandora FMS console" -msgstr "This is your last activity performed on the Pandora FMS console" - -#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 -#: ../../general/pandora_help.php:95 -msgid "Pandora FMS help system" -msgstr "Pandora FMS help wizard" - -#: ../../general/pandora_help.php:73 -msgid "Help system error" -msgstr "Help wizard error" - -#: ../../general/pandora_help.php:78 +#: ../../include/help/clippy/homepage.php:60 msgid "" -"Pandora FMS help system has been called with a help reference that currently " -"don't exist. There is no help content to show." +"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 "" -"Pandora FMS' help wizard has been asked for a reference that currently " -"doesn't exist. There is no help content available for this topic." +"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." -#: ../../general/noaccess.php:26 -msgid "Access to this page is restricted" -msgstr "Access to this page is restricted" +#: ../../include/help/clippy/homepage.php:67 +msgid "Close this wizard and don't open it again." +msgstr "Close this wizard and don't open it again." -#: ../../general/noaccess.php:36 +#: ../../include/help/clippy/homepage.php:81 +msgid "Which task would you like to do first?" +msgstr "Which task would you like to tackle first?" + +#: ../../include/help/clippy/homepage.php:85 +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." + +#: ../../include/help/clippy/homepage.php:90 +msgid "Create a alert by email in a critical module." +msgstr "Create an email alert for a module in critical status" + +#: ../../include/help/clippy/homepage.php:209 +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 to setup the e-mail config on the Pandora " +"FMS Server." + +#: ../../include/help/clippy/homepage.php:213 +msgid "If you have it already configured you can go to the next step." +msgstr "If you've already configured it, you can go to the next step." + +#: ../../include/help/clippy/homepage.php:218 +msgid "Now, pull down the Manage alerts menu and click on Actions. " +msgstr "Now, pull down the 'Manage Alerts' menu, and click on 'Actions'. " + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 +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'll lead you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." +msgstr "Click on this tab.." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +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'll teach you." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "Choose the network server module." +msgstr "Choose the network server module." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." +msgstr "And click the button." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 +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'll teach you ." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 +msgid "Now we are going to fill the form." +msgstr "Now, we'll proceed to fill out the form." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "Please choose Network Management." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "Choose the component named \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 +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:100 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Check if the IP shown is the same as your device's IP" + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 +msgid "And only to finish it is clicking this button." +msgstr "And only to finish it is clicking this button." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 +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 "" +"Congrats! Your module has been created.
Its status color 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:137 +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:152 +msgid "Select the critical module." +msgstr "Select the critical module." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 +msgid "In template select \"Critical Condition\"." +msgstr "On the template select \"Critical Condition\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 +msgid "Now, select the action created before." +msgstr "Now, select the previously created action." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 +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:181 +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've just created go to the main view by clicking on the " +"eye tab." + +#: ../../include/help/clippy/data_configuration_module.php:39 +msgid "Data Configuration Module." +msgstr "Data Configuration Module." + +#: ../../include/help/clippy/data_configuration_module.php:44 +msgid "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." +msgstr "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." + +#: ../../include/help/clippy/data_configuration_module.php:50 +msgid "" +"Information imported FIRST time from the XML will fill the information you " +"can see in the console, but after the first import, system will ignore any " +"update coming from the XML/Agent." +msgstr "" +"The information imported the FIRST time form the XML file will be the " +"information visible on the console. After the first import, the system will " +"ignore any updates coming from the XML/agent." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 +msgid "" +"Now, you have to go to the monitors list and look for a \"critical\" module " +"to apply the alert." +msgstr "" +"Now, you must go to the monitor list and look for a \"critical\" module to " +"apply the alert to." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 +msgid "" +"If you know the name of the agent or the name of the module in critical " +"status, type it in this field to make the module list shorter. You can write " +"the entire name or just a part of it." +msgstr "" +"If you know the agent name or the name of the module in critical status, " +"type it in this field in order to shorten the list of modules.You can write " +"the name entirely or partially." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 +msgid "Click on Show button to get the modules list filtered." +msgstr "Click on Show button to get the modules list filtered." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 +msgid "" +"Now, to edit the module, click on the wrench that appears in the type column." +msgstr "" +"In order to edit the module, click on the wrench icon that can be seen in " +"the 'Type' column." + +#: ../../include/help/clippy/extension_cron_send_email.php:39 +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:" + +#: ../../include/help/clippy/extension_cron_send_email.php:41 +msgid "Please check if the email configuration is correct." +msgstr "Please check if the e-mail configuration is correct." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 +msgid "Fill the name of your action." +msgstr "Provide the name for your action." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 +msgid "" +"Select the group in the drop-down list and filter for ACL (the user in this " +"group can use your action to create an alert)." +msgstr "" +"Select the group from the drop-down list and filter by ACL (other users in " +"this group can use your action to create an alert)." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 +msgid "In the command field select \"email\"." +msgstr "In the 'Command' field, select \"email\"." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 +msgid "" +"In the threshold field enter the seconds. The help icon show more " +"information." +msgstr "" +"In the 'Threshold' field, enter the time (seconds). The help icon displays " +"more details." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 +msgid "" +"In the first field enter the email address/addresses where you want to " +"receive the email alerts separated with comas ( , ) or white spaces." +msgstr "" +"In the first field, enter the email address(es) to which the alerts should " +"be sent. Multiple addresses must be separated by commas (,) or blank spaces." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 +msgid "" +"In the \"Subject\" field you can use the macros _agent_ or _module_ for " +"each name." +msgstr "" +"In the 'Subject' field you can use the \"_agent_\" or \"_module_\" macros " +"for each name." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 +msgid "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." +msgstr "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 +msgid "Click on Create button to create the action." +msgstr "Click on the 'Create' button to create the action" + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 +msgid "" +"Let me show you how to create an email action: Click on Create button and " +"fill the form showed in the following screen." +msgstr "" +"Let me show you how to set up email actions: click on the 'Create' button, " +"and fill out the form shown in the following screen." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 +msgid "" +"Now, you have to go to the monitors list and look for a critical module to " +"apply the alert." +msgstr "" +"Now, head over to the monitor list and look for a module in critical status " +"to apply the alert to." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 +msgid "" +"Click on the arrow to drop down the Monitoring submenu and select Monitor " +"Detail." +msgstr "" +"Click on the arrow to display the Monitoring submenu and select 'Monitor " +"Detail'." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 +msgid "I'm going to show you how to monitor a server." +msgstr "I'm going to show you how to monitor a server." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 +msgid "Please, type an agent to save the modules for monitoring a server." +msgstr "Please, type an agent to save the modules for monitoring a server." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 +msgid "If you have typed the name correctly you will see the agent." +msgstr "If the name is entered correctly, the agent will be shown." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 +msgid "Now, please choose the agent you searched." +msgstr "Now, select the agent you searched for." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 +msgid "Choose the agent and click on the name." +msgstr "Select the agent and click on its name." + +#: ../../include/help/clippy/module_unknow.php:39 +msgid "You have unknown modules in this agent." +msgstr "You have unknown modules in this agent." + +#: ../../include/help/clippy/module_unknow.php:44 +msgid "" +"Unknown modules are modules which receive data normally at least in one " +"occassion, but at this time are not receving data. Please check our " +"troubleshoot help page to help you determine why you have unknown modules." +msgstr "" +"Unknown modules are those which have received data normally at least on one " +"occasion, but that aren't receiving data right now. Please check our " +"troubleshooting page to help you determine why you have modules in unknown " +"status." + +#: ../../include/functions_treeview.php:252 +#: ../../include/graphs/functions_flot.php:558 +#: ../../include/functions_graph.php:770 +msgid "No data" +msgstr "No data" + +#: ../../include/functions_treeview.php:271 +msgid "Go to module edition" +msgstr "Go to module edition" + +#: ../../include/functions_treeview.php:309 +msgid "There was a problem loading alerts" +msgstr "There was a problem loading the alerts" + +#: ../../include/functions_treeview.php:393 +msgid "Go to alerts edition" +msgstr "Go to alerts edition" + +#: ../../include/functions_treeview.php:532 +msgid "Go to agent edition" +msgstr "Go to agent edition" + +#: ../../include/functions_treeview.php:541 +msgid "Agent data" +msgstr "Agent data" + +#: ../../include/functions_treeview.php:614 +msgid "Advanced information" +msgstr "Advanced information" + +#: ../../include/functions_visual_map.php:903 +msgid "Last value: " +msgstr "Last value: " + +#: ../../include/functions_visual_map.php:1290 +msgid "Agent successfully added to layout" +msgstr "Agent successfully added to the layout." + +#: ../../include/functions_visual_map.php:1437 +msgid "Modules successfully added to layout" +msgstr "Modules successfully added to the layout." + +#: ../../include/functions_visual_map.php:1637 +msgid "Agents successfully added to layout" +msgstr "Agents successfully added to the layout." + +#: ../../include/functions_visual_map.php:1978 +msgid "Cannot load the visualmap" +msgstr "Cannot load the visual map." + +#: ../../include/functions_visual_map.php:2313 +msgid "Percentile bar" +msgstr "Percentile bar" + +#: ../../include/functions_visual_map.php:2317 +msgid "Static graph" +msgstr "Static graph" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "Agent hierarchy" + +#: ../../include/functions_api.php:77 +msgid "No set or get or help operation." +msgstr "No 'set' or 'get' or 'help' operation." + +#: ../../include/functions_api.php:81 +msgid "This operation does not exist." +msgstr "This operation doesn't exist" + +#: ../../include/functions_api.php:85 +msgid "Id does not exist in BD." +msgstr "Id does not exist in BD." + +#: ../../include/functions_api.php:927 +msgid "Does not exist agent with this name." +msgstr "There are no agents with this name." + +#: ../../include/functions_api.php:929 +msgid "Does not exist module with this name." +msgstr "There are no modules with this name." + +#: ../../include/functions_api.php:1306 ../../include/functions_api.php:5822 +msgid "Correct Delete" +msgstr "Correct Delete" + +#: ../../include/functions_api.php:1852 +msgid "Error in creation network module. Agent name doesn't exist." +msgstr "Error in creation of network module. Agent name doesn't exist." + +#: ../../include/functions_api.php:1858 +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." + +#: ../../include/functions_api.php:1913 +msgid "Error in creation network module." +msgstr "Error creating network module." + +#: ../../include/functions_api.php:1946 +msgid "Error updating network module. Module name cannot be left blank." +msgstr "" +"Error when updating the network module. The module's name cannot be left " +"blank." + +#: ../../include/functions_api.php:1954 +msgid "Error updating network module. Id_module doesn't exist." +msgstr "Error updating the network module. 'Id_module' doesn't exist." + +#: ../../include/functions_api.php:1969 +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." + +#: ../../include/functions_api.php:1976 +msgid "Error updating network module. Id_agent doesn't exist." +msgstr "Error updating network module. Id_agent doesn't exist." + +#: ../../include/functions_api.php:2029 +msgid "Network module updated." +msgstr "Network module updated." + +#: ../../include/functions_api.php:2058 +msgid "Error in creation plugin module. Id_plugin cannot be left blank." +msgstr "Error creating the plugin module. 'id_plugin' cannot be left blank." + +#: ../../include/functions_api.php:2065 +msgid "Error in creation plugin module. Agent name doesn't exist." +msgstr "Error in creation of plugin module. Agent name doesn't exist." + +#: ../../include/functions_api.php:2125 +msgid "Error in creation plugin module." +msgstr "Error creating the plugin module." + +#: ../../include/functions_api.php:2156 +msgid "Error updating plugin module. Id_module cannot be left blank." +msgstr "Error updating the plugin module. 'Id_module' cannot be left blank." + +#: ../../include/functions_api.php:2163 +msgid "Error updating plugin module. Id_module doesn't exist." +msgstr "Error on updating plugin module. 'Id_module' doesn't exist." + +#: ../../include/functions_api.php:2175 +msgid "Error updating plugin module. Id_module exists in the new agent." +msgstr "Error on updating plugin module. 'Id_module' exists in the new agent." + +#: ../../include/functions_api.php:2182 +msgid "Error updating plugin module. Id_agent doesn't exist." +msgstr "Error updating plugin module. Id_agent doesn't exist." + +#: ../../include/functions_api.php:2243 +msgid "Plugin module updated." +msgstr "Plugin module successfully updated" + +#: ../../include/functions_api.php:2272 +msgid "Error in creation data module. Module_name cannot be left blank." +msgstr "Error creating the data module. 'Module_name' cannot be left blank." + +#: ../../include/functions_api.php:2279 +msgid "Error in creation data module. Agent name doesn't exist." +msgstr "Error in creation of data module. Agent name doesn't exist." + +#: ../../include/functions_api.php:2330 ../../include/functions_api.php:2396 +msgid "Error in creation data module." +msgstr "Error creating the data module." + +#: ../../include/functions_api.php:2364 +msgid "Error in creation synthetic module. Module_name cannot be left blank." +msgstr "Error creating synthetic module. 'Module_name' cannot be left blank." + +#: ../../include/functions_api.php:2371 +msgid "Error in creation synthetic module. Agent name doesn't exist." +msgstr "Error in creation synthetic module. Agent name doesn't exist." + +#: ../../include/functions_api.php:2508 +msgid "Synthetic module created ID: " +msgstr "Synthetic module ID created: " + +#: ../../include/functions_api.php:2539 +msgid "Error updating data module. Id_module cannot be left blank." +msgstr "Error updating the data module. 'Id_module' cannot be left blank." + +#: ../../include/functions_api.php:2546 +msgid "Error updating data module. Id_module doesn't exist." +msgstr "Error on updating the data module. 'Id_module' doesn't exist." + +#: ../../include/functions_api.php:2558 +msgid "Error updating data module. Id_module exists in the new agent." +msgstr "Error updating data module. 'Id_module' exists in the new agent." + +#: ../../include/functions_api.php:2565 +msgid "Error updating data module. Id_agent doesn't exist." +msgstr "Error updating data module. Id_agent doesn't exist." + +#: ../../include/functions_api.php:2613 +msgid "Data module updated." +msgstr "Data module updated." + +#: ../../include/functions_api.php:2650 +msgid "Error in creation SNMP module. Module_name cannot be left blank." +msgstr "Error creating the SNMP module. 'Module_name' cannot be left blank." + +#: ../../include/functions_api.php:2655 +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." + +#: ../../include/functions_api.php:2662 +msgid "Error in creation SNMP module. Agent name doesn't exist." +msgstr "Error in creation of SNMP module. Agent name doesn't exist." + +#: ../../include/functions_api.php:2677 ../../include/functions_api.php:2840 +#: ../../include/functions_api.php:5300 +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' doesn't exist. Please " +"set it to 'AES' or 'DES'. " + +#: ../../include/functions_api.php:2682 ../../include/functions_api.php:2849 +#: ../../include/functions_api.php:5305 +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 doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " + +#: ../../include/functions_api.php:2687 ../../include/functions_api.php:2855 +#: ../../include/functions_api.php:5310 +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 doesn't exist. Set it to " +"'MD5' or 'SHA'. " + +#: ../../include/functions_api.php:2771 +msgid "Error in creation SNMP module." +msgstr "Error creating the SNMP module." + +#: ../../include/functions_api.php:2804 +msgid "Error updating SNMP module. Id_module cannot be left blank." +msgstr "Error updating the SNMP module. 'Id_module' cannot be left blank." + +#: ../../include/functions_api.php:2811 +msgid "Error updating SNMP module. Id_module doesn't exist." +msgstr "Error on updating SNMP module. 'Id_module' doesn't exist." + +#: ../../include/functions_api.php:2823 +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." + +#: ../../include/functions_api.php:2830 +msgid "Error updating snmp module. Id_agent doesn't exist." +msgstr "Error updating snmp module. Id_agent doesn't exist." + +#: ../../include/functions_api.php:2943 +msgid "SNMP module updated." +msgstr "SNMP module updated." + +#: ../../include/functions_api.php:2971 +msgid "" +"Error creating network component. Network component name cannot be left " +"blank." +msgstr "" +"Error creating a network component. The Network component's name cannot be " +"left blank." + +#: ../../include/functions_api.php:2976 +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." + +#: ../../include/functions_api.php:2981 +msgid "" +"Error creating network component. Network component group cannot be left " +"blank." +msgstr "" +"Error creating the network component. The network component's group cannot " +"be left blank." + +#: ../../include/functions_api.php:3017 +msgid "" +"Error creating network component. This network component already exists." +msgstr "" +"Error creating the network component. This network component already exists." + +#: ../../include/functions_api.php:3056 +msgid "" +"Error creating plugin component. Plugin component name cannot be left blank." +msgstr "" +"Error creating the plugin component. The plugin component's name cannot be " +"left blank." + +#: ../../include/functions_api.php:3061 +msgid "Error creating plugin component. Incorrect value for Id plugin." +msgstr "" +"Error creating the plugin component. Incorrect value for the plugin's ID." + +#: ../../include/functions_api.php:3066 +msgid "" +"Error creating plugin component. Plugin component group cannot be left blank." +msgstr "" +"Error creating plugin component. The plugin component's group cannot be left " +"blank." + +#: ../../include/functions_api.php:3106 +msgid "Error creating plugin component. This plugin component already exists." +msgstr "" +"Error creating the plugin component. This plugin component already exists." + +#: ../../include/functions_api.php:3144 +msgid "" +"Error creating SNMP component. SNMP component name cannot be left blank." +msgstr "" +"Error creating the SNMP component. The SNMP component's name cannot be left " +"blank." + +#: ../../include/functions_api.php:3149 +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." + +#: ../../include/functions_api.php:3154 +msgid "" +"Error creating SNMP component. Snmp component group cannot be left blank." +msgstr "" +"Error creating the SNMP component. The SNMP component's group cannot be left " +"blank." + +#: ../../include/functions_api.php:3166 +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' doesn't exist. Please set " +"it to 'AES' or 'DES'. " + +#: ../../include/functions_api.php:3175 +msgid "" +"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" +"Error on creating SNMP component. 'snmp3_sec_level' doesn't exist. Please " +"set it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " + +#: ../../include/functions_api.php:3181 +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' doesn't exist. Please " +"set it to 'MD5' or 'SHA'. " + +#: ../../include/functions_api.php:3256 +msgid "Error creating SNMP component. This SNMP component already exists." +msgstr "Error creating the SNMP component. This SNMP component already exists." + +#: ../../include/functions_api.php:3293 +msgid "" +"Error creating local component. Local component name cannot be left blank." +msgstr "" +"Error creating a local component. The local component's name cannot be left " +"blank." + +#: ../../include/functions_api.php:3299 +msgid "" +"Error creating local component. Local component group cannot be left blank." +msgstr "" +"Error creating the local component. The local component's group cannot be " +"left blank." + +#: ../../include/functions_api.php:3323 +msgid "Error creating local component." +msgstr "Error creating local component." + +#: ../../include/functions_api.php:3329 +msgid "Error creating local component. This local component already exists." +msgstr "" +"Error creating the local component. This local component already exists." + +#: ../../include/functions_api.php:3362 +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." + +#: ../../include/functions_api.php:3370 +msgid "Error getting module value from all agents. Module name doesn't exist." +msgstr "" +"Error on getting module value from all agents. Module name doesn't exist." + +#: ../../include/functions_api.php:3415 +msgid "Error creating alert template. Template name cannot be left blank." +msgstr "" +"Error creating the alert template. The template's name cannot be left blank." + +#: ../../include/functions_api.php:3487 +msgid "Error creating alert template." +msgstr "Error creating the alert template." + +#: ../../include/functions_api.php:3518 +msgid "Error updating alert template. Id_template cannot be left blank." +msgstr "Error updating alert template. 'Id_template' cannot be left blank." + +#: ../../include/functions_api.php:3526 +msgid "Error updating alert template. Id_template doesn't exist." +msgstr "Error on updating alert template. 'Id_template' doesn't exist." + +#: ../../include/functions_api.php:3552 +msgid "Error updating alert template." +msgstr "Error updating the alert template." + +#: ../../include/functions_api.php:3557 +msgid "Correct updating of alert template" +msgstr "Alert template sucessfully updated." + +#: ../../include/functions_api.php:3581 +msgid "Error deleting alert template. Id_template cannot be left blank." +msgstr "Error deleting the alert template. 'Id_template' cannot be left blank." + +#: ../../include/functions_api.php:3590 +msgid "Error deleting alert template." +msgstr "Error deleting the alert template." + +#: ../../include/functions_api.php:3594 +msgid "Correct deleting of alert template." +msgstr "The alert template was successfully deleted." + +#: ../../include/functions_api.php:3631 +msgid "Error getting all alert templates." +msgstr "Error retrieving all alert templates" + +#: ../../include/functions_api.php:3663 +msgid "Error getting alert template. Id_template doesn't exist." +msgstr "Error on getting alert template. 'Id_template' doesn't exist." + +#: ../../include/functions_api.php:3680 +msgid "Error getting alert template." +msgstr "Error retrieving the alert template." + +#: ../../include/functions_api.php:3719 +msgid "Error getting module groups." +msgstr "Error retrieving module groups." + +#: ../../include/functions_api.php:3764 +msgid "Error getting plugins." +msgstr "Error retrieving plugins." + +#: ../../include/functions_api.php:3787 +msgid "Error creating module from network component. Agent doesn't exist." +msgstr "Error on creating module from network component. Agent doesn't exist." + +#: ../../include/functions_api.php:3794 +#, fuzzy +msgid "" +"Error creating module from network component. Network component doesn't " +"exist." +msgstr "" +"Error when creating the module from a network component. The network " +"component doesn't exist." + +#: ../../include/functions_api.php:3812 +msgid "Error creating module from network component. Error creating module." +msgstr "" +"Error creating the module from a network component. Error creating the " +"module." + +#: ../../include/functions_api.php:3839 +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." + +#: ../../include/functions_api.php:3845 +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." + +#: ../../include/functions_api.php:3851 +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." + +#: ../../include/functions_api.php:3859 +msgid "Error assigning module to template. Id_template doensn't exists." +msgstr "Error assigning the module to a template. 'Id_template' doesn't exist." + +#: ../../include/functions_api.php:3869 +msgid "Error assigning module to template. Id_agent doesn't exist." +msgstr "Error on assigning module to template. 'Id_agent' doesn't exist." + +#: ../../include/functions_api.php:3876 +msgid "Error assigning module to template. Id_module doesn't exist." +msgstr "Error assigning module to template. 'Id_module' doesn't exist." + +#: ../../include/functions_api.php:3884 +msgid "Error assigning module to template." +msgstr "Error assigning the module to a template." + +#: ../../include/functions_api.php:3910 +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." + +#: ../../include/functions_api.php:3917 +msgid "Error deleting module template. Id_module_template doesn't exist." +msgstr "Error on deleting module template. 'Id_module_template' doesn't exist." + +#: ../../include/functions_api.php:3925 ../../include/functions_api.php:3984 +msgid "Error deleting module template." +msgstr "Error deleting the module template." + +#: ../../include/functions_api.php:3928 ../../include/functions_api.php:3987 +msgid "Correct deleting of module template." +msgstr "Module template sucessfully deleted." + +#: ../../include/functions_api.php:4064 +msgid "Error validate all alerts. Failed " +msgstr "Error on validating all alerts. Failed " + +#: ../../include/functions_api.php:4067 +msgid "Correct validating of all alerts." +msgstr "All alerts successfully validated." + +#: ../../include/functions_api.php:4094 +msgid "Error validating all alert policies." +msgstr "Error when validating all alert policies." + +#: ../../include/functions_api.php:4152 +msgid "Error validate all policy alerts. Failed " +msgstr "Error validating all the policy alerts. Failed. " + +#: ../../include/functions_api.php:4155 +msgid "Correct validating of all policy alerts." +msgstr "All policy alerts successfully validated." + +#: ../../include/functions_api.php:4178 +msgid "Error stopping downtime. Id_downtime cannot be left blank." +msgstr "Error stopping the downtime. 'Id_downtime' cannot be left blank." + +#: ../../include/functions_api.php:4194 +msgid "Downtime stopped." +msgstr "Downtime stopped." + +#: ../../include/functions_api.php:4509 +msgid "and this modules are doesn't exists or not applicable a this agents: " +msgstr "& these modules don't exist or aren't applicable to these agents: " + +#: ../../include/functions_api.php:4511 +msgid "and this agents are generate problems: " +msgstr "& these agents generate issues: " + +#: ../../include/functions_api.php:4513 +msgid "and this agents with ids are doesn't exists: " +msgstr "& these agents with ID's don't exist: " + +#: ../../include/functions_api.php:4540 +msgid "Error adding agent to policy. Id_policy cannot be left blank." +msgstr "" +"Error when adding the agent to the policy. 'Id_policy' cannot be left blank." + +#: ../../include/functions_api.php:4545 +msgid "Error adding agent to policy. Id_agent cannot be left blank." +msgstr "" +"Error when adding the agent to the policy. 'Id_agent' cannot be left blank." + +#: ../../include/functions_api.php:4553 +msgid "Error adding agent to policy. Id_agent doesn't exist." +msgstr "Error on adding agent to policy. 'Id_agent' doesn't exist." + +#: ../../include/functions_api.php:4561 +msgid "Error adding agent to policy." +msgstr "Error when adding the agent to the policy." + +#: ../../include/functions_api.php:4569 +msgid "Error adding agent to policy. The agent is already in the policy." +msgstr "" +"Error when adding the agent to the policy. The agent is already in the " +"policy." + +#: ../../include/functions_api.php:4604 +msgid "Error adding data module to policy. Id_policy cannot be left blank." +msgstr "" +"Error when adding the data module to the policy. 'Id_policy' cannot be left " +"blank." + +#: ../../include/functions_api.php:4609 +msgid "Error adding data module to policy. Module_name cannot be left blank." +msgstr "" +"Error when adding the data module to the policy. 'Module_name' cannot be " +"left blank." + +#: ../../include/functions_api.php:4617 +msgid "Error adding data module to policy." +msgstr "Error when adding the data module to the policy." + +#: ../../include/functions_api.php:4653 +msgid "" +"Error adding data module to policy. The module is already in the policy." +msgstr "" +"Error when adding the data module to the policy. The module is already in " +"the policy." + +#: ../../include/functions_api.php:4693 +msgid "Error updating data module in policy. Id_policy cannot be left blank." +msgstr "" +"Error updating the data module in the policy. 'Id_policy' cannot be left " +"blank." + +#: ../../include/functions_api.php:4698 +msgid "" +"Error updating data module in policy. Id_policy_module cannot be left blank." +msgstr "" +"Error updating data module in policy. 'id_policy_module' cannot be left " +"blank." + +#: ../../include/functions_api.php:4706 +msgid "Error updating data module in policy. Module doesn't exist." +msgstr "Error on updating data module in policy. Module doesn't exist." + +#: ../../include/functions_api.php:4712 +msgid "Error updating data module in policy. Module type is not network type." +msgstr "" +"Error updating the data module in the policy. The module type doesn't match " +"the network type." + +#: ../../include/functions_api.php:4741 +msgid "Data policy module updated." +msgstr "Data policy module updated." + +#: ../../include/functions_api.php:4770 +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." + +#: ../../include/functions_api.php:4776 +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." + +#: ../../include/functions_api.php:4782 +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." + +#: ../../include/functions_api.php:4792 +msgid "Error adding network module to policy." +msgstr "Error adding the network module to the policy." + +#: ../../include/functions_api.php:4830 +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." + +#: ../../include/functions_api.php:4868 +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." + +#: ../../include/functions_api.php:4874 +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." + +#: ../../include/functions_api.php:4883 +msgid "Error updating network module in policy. Module doesn't exist." +msgstr "Error on updating network module in policy. Module doesn't exist." + +#: ../../include/functions_api.php:4889 +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." + +#: ../../include/functions_api.php:4915 +msgid "Network policy module updated." +msgstr "Network policy module updated." + +#: ../../include/functions_api.php:4942 +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." + +#: ../../include/functions_api.php:4947 +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." + +#: ../../include/functions_api.php:4952 +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." + +#: ../../include/functions_api.php:4960 +msgid "Error adding plugin module to policy." +msgstr "Error adding the plugin module to the policy." + +#: ../../include/functions_api.php:5003 +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." + +#: ../../include/functions_api.php:5042 +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" + +#: ../../include/functions_api.php:5048 +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." + +#: ../../include/functions_api.php:5057 +msgid "Error updating plugin module in policy. Module doesn't exist." +msgstr "Error on updating plugin module in policy. Module doesn't exist." + +#: ../../include/functions_api.php:5063 +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." + +#: ../../include/functions_api.php:5095 +msgid "Plugin policy module updated." +msgstr "Plugin policy module updated." + +#: ../../include/functions_api.php:5270 +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." + +#: ../../include/functions_api.php:5275 +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." + +#: ../../include/functions_api.php:5283 +msgid "Error adding SNMP module to policy." +msgstr "Error adding the SNMP module to the policy." + +#: ../../include/functions_api.php:5288 +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." + +#: ../../include/functions_api.php:5382 +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." + +#: ../../include/functions_api.php:5421 +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." + +#: ../../include/functions_api.php:5426 +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." + +#: ../../include/functions_api.php:5434 +msgid "Error updating SNMP module in policy. Module doesn't exist." +msgstr "Error on updating SNMP module in policy. Module doesn't exist." + +#: ../../include/functions_api.php:5439 +msgid "Error updating SNMP module in policy. Module type is not SNMP type." +msgstr "Error on updating SNMP module in policy. Module type is not SNMP type." + +#: ../../include/functions_api.php:5449 +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' doesn't exist. Please set it " +"to 'AES' or 'DES'. " + +#: ../../include/functions_api.php:5459 +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' doesn't exist. Please set " +"it to 'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " + +#: ../../include/functions_api.php:5466 +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' doesn't exist. Please set " +"it to 'MD5' or 'SHA'. " + +#: ../../include/functions_api.php:5506 +msgid "SNMP policy module updated." +msgstr "The SNMP policy module has been updated." + +#: ../../include/functions_api.php:5529 +msgid "Error applying policy. Id_policy cannot be left blank." +msgstr "Error applying the policy. 'Id_policy' cannot be left blank." + +#: ../../include/functions_api.php:5542 ../../include/functions_api.php:5567 +msgid "Error applying policy." +msgstr "Error applying policy" + +#: ../../include/functions_api.php:5554 +msgid "Error applying policy. This policy is already pending to apply." +msgstr "" +"Error applying the policy. This policy is already pending on being applied." + +#: ../../include/functions_api.php:5612 +msgid "Error applying all policies." +msgstr "Error applying all policies." + +#: ../../include/functions_api.php:5664 +msgid "Error in group creation. Group_name cannot be left blank." +msgstr "Error with group creation. 'Group_name' cannot be left blank." + +#: ../../include/functions_api.php:5670 +msgid "Error in group creation. Icon_name cannot be left blank." +msgstr "Error creating group. 'Icon_name' cannot be left blank." + +#: ../../include/functions_api.php:5683 ../../include/functions_api.php:5860 +msgid "Error in group creation. Id_parent_group doesn't exist." +msgstr "Error on group creation. 'Id_parent_group' doesn't exist." + +#: ../../include/functions_api.php:5711 +msgid "Error in group creation." +msgstr "Error creating group." + +#: ../../include/functions_api.php:5848 +msgid "Error in netflow filter creation. Filter name cannot be left blank." +msgstr "Error creating NetFlow filter. The filter name cannot be left blank." + +#: ../../include/functions_api.php:5853 +msgid "Error in netflow filter creation. Group id cannot be left blank." +msgstr "Error creating the NetFlow filter. Group ID cannot be left blank." + +#: ../../include/functions_api.php:5866 +msgid "Error in netflow filter creation. Filter cannot be left blank." +msgstr "Error creating NetFlow filter. Filter cannot be left blank." + +#: ../../include/functions_api.php:5871 +msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." +msgstr "Error creating NetFlow filter. 'Aggregate_by' cannot be left blank" + +#: ../../include/functions_api.php:5876 +msgid "Error in netflow filter creation. Output_format cannot be left blank." +msgstr "Error creating NetFlow filter. 'Output_format' cannot be left blank." + +#: ../../include/functions_api.php:5894 +msgid "Error in netflow filter creation." +msgstr "Error creating NetFlow filter." + +#: ../../include/functions_api.php:6033 +msgid "Create user." +msgstr "Create user." + +#: ../../include/functions_api.php:6072 +msgid "Error updating user. Id_user cannot be left blank." +msgstr "User update error. 'Id_user' cannot be left blank." + +#: ../../include/functions_api.php:6080 +msgid "Error updating user. Id_user doesn't exist." +msgstr "Error on updating user. 'Id_user' doesn't exist." + +#: ../../include/functions_api.php:6096 +msgid "Error updating user. Password info incorrect." +msgstr "User update error. Password info is incorrect." + +#: ../../include/functions_api.php:6104 +msgid "Updated user." +msgstr "User updated." + +#: ../../include/functions_api.php:6135 +msgid "Error enable/disable user. Id_user cannot be left blank." +msgstr "Error enabling/disabling user. 'Id_user' cannot be left blank." + +#: ../../include/functions_api.php:6142 +msgid "Error enable/disable user. Enable/disable value cannot be left blank." +msgstr "" +"Error enabling/disabling user. Enable/disable value cannot be left blank." + +#: ../../include/functions_api.php:6148 +msgid "Error enable/disable user. The user doesn't exist." +msgstr "Error enable/disable user. The user doesn't exist." + +#: ../../include/functions_api.php:6157 +msgid "Error in user enabling/disabling." +msgstr "Error enabling/disabling user." + +#: ../../include/functions_api.php:6162 +msgid "Enabled user." +msgstr "User enabled" + +#: ../../include/functions_api.php:6166 +msgid "Disabled user." +msgstr "User disabled." + +#: ../../include/functions_api.php:7632 +msgid "Delete user." +msgstr "Delete user." + +#: ../../include/functions_api.php:7661 +msgid "Add user profile." +msgstr "Add user profile." + +#: ../../include/functions_api.php:7694 +msgid "Delete user profile." +msgstr "Delete user profile." + +#: ../../include/functions_api.php:7792 +msgid "Correct module disable" +msgstr "Module successfully disabled." + +#: ../../include/functions_api.php:7795 +msgid "Error disabling module" +msgstr "Error on disabling module." + +#: ../../include/functions_api.php:7821 +msgid "Correct module enable" +msgstr "Module successfully enabled." + +#: ../../include/functions_api.php:7824 +msgid "Error enabling module" +msgstr "Error: could not enable module." + +#: ../../include/functions_api.php:8363 +msgid "Error adding event comment." +msgstr "Error adding an event comment." + +#: ../../include/functions_api.php:8602 +msgid "Error enable/disable agent. Id_agent cannot be left blank." +msgstr "Error enabling/disabling agent. 'Id_agent' cannot be left blank." + +#: ../../include/functions_api.php:8609 +msgid "Error enable/disable agent. Enable/disable value cannot be left blank." +msgstr "" +"Error enabling/disabling agent. Enable/disable value cannot be left blank." + +#: ../../include/functions_api.php:8615 +msgid "Error enable/disable agent. The agent doesn't exist." +msgstr "Error enable/disable agent. The agent doesn't exist." + +#: ../../include/functions_api.php:8626 +msgid "Error in agent enabling/disabling." +msgstr "Error enabling/disabling agent" + +#: ../../include/functions_api.php:8632 +msgid "Enabled agent." +msgstr "Agent enabled." + +#: ../../include/functions_api.php:8637 +msgid "Disabled agent." +msgstr "Agent disabled." + +#: ../../include/functions_api.php:8733 +msgid "Error getting special_days." +msgstr "Error obtaining special_days" + +#: ../../include/functions_api.php:8768 +msgid "Error creating special day. Specified day already exists." +msgstr "Error creating the special day. The specified day already exists." + +#: ../../include/functions_api.php:8773 +msgid "Error creating special day. Invalid date format." +msgstr "Error creating the special day. Invalid date format." + +#: ../../include/functions_api.php:8785 +msgid "Error in creation special day." +msgstr "Error when creating the special day." + +#: ../../include/functions_api.php:8818 +msgid "Error updating special day. Id cannot be left blank." +msgstr "Error updating the special day. The ID cannot be left blank." + +#: ../../include/functions_api.php:8825 +msgid "Error updating special day. Id doesn't exist." +msgstr "Error on updating special day. ID doesn't exist." + +#: ../../include/functions_api.php:8830 +msgid "Error updating special day. Invalid date format." +msgstr "Error updating the special day. Invalid date format." + +#: ../../include/functions_api.php:8864 +msgid "Error deleting special day. Id cannot be left blank." +msgstr "Error deleting the special day. The ID cannot be left blank." + +#: ../../include/functions_api.php:8871 +msgid "Error deleting special day. Id doesn't exist." +msgstr "Error on deleting the special day. ID doesn't exist." + +#: ../../include/functions_api.php:8878 +msgid "Error in deletion special day." +msgstr "Error deleting the special day." + +#: ../../include/functions_alerts.php:549 +msgid "Max and min" +msgstr "Max and min" + +#: ../../include/functions_alerts.php:552 +msgid "Equal to" +msgstr "Equal to" + +#: ../../include/functions_alerts.php:553 +msgid "Not equal to" +msgstr "Not equal to" + +#: ../../include/functions_alerts.php:556 +msgid "Unknown status" +msgstr "Unknown status" + +#: ../../include/functions_alerts.php:557 +msgid "On Change" +msgstr "On Change" + +#: ../../include/functions_agents.php:664 +msgid "" +"There was an error copying the agent configuration, the copy has been " +"cancelled" +msgstr "" +"There was an error copying the agent's configuration, the copy has been " +"cancelled." + +#: ../../include/functions_agents.php:2116 +#: ../../include/functions_agents.php:2141 +#: ../../include/functions_agents.php:2166 +msgid "No Monitors" +msgstr "No Monitors" + +#: ../../include/functions_agents.php:2120 +#: ../../include/functions_agents.php:2145 +#: ../../include/functions_agents.php:2170 +#: ../../include/functions_reporting.php:7088 +msgid "At least one module in CRITICAL status" +msgstr "At least one module is in CRITICAL status." + +#: ../../include/functions_agents.php:2124 +#: ../../include/functions_agents.php:2149 +#: ../../include/functions_agents.php:2174 +#: ../../include/functions_reporting.php:7092 +msgid "At least one module in WARNING status" +msgstr "At least one module is in WARNING status" + +#: ../../include/functions_agents.php:2128 +#: ../../include/functions_agents.php:2153 +#: ../../include/functions_agents.php:2178 +#: ../../include/functions_reporting.php:7096 +msgid "At least one module is in UKNOWN status" +msgstr "At least one module is in UNKNOWN status" + +#: ../../include/functions_agents.php:2132 +#: ../../include/functions_agents.php:2157 +#: ../../include/functions_agents.php:2182 +#: ../../include/functions_reporting.php:7100 +msgid "All Monitors OK" +msgstr "All monitors are OK" + +#: ../../include/functions_db.php:75 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "Error on connecting to database %s at %s." + +#: ../../include/functions_db.php:1512 +msgid "SQL sentence" +msgstr "SQL sentence" + +#: ../../include/functions_db.php:1514 +msgid "Rows" +msgstr "Rows" + +#: ../../include/functions_db.php:1515 +msgid "Saved" +msgstr "Saved" + +#: ../../include/functions_db.php:1516 +msgid "Time (ms)" +msgstr "Time (ms)" + +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:5007 +#: ../../include/functions_reporting.php:5116 +msgid "Simple graph" +msgstr "Simple graph" + +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3118 +msgid "Simple baseline graph" +msgstr "Simple baseline graph" + +#: ../../include/functions_reports.php:511 +msgid "SQL vertical bar graph" +msgstr "SQL Vertical bar graph" + +#: ../../include/functions_reports.php:513 +msgid "SQL pie graph" +msgstr "SQL pie graph" + +#: ../../include/functions_reports.php:515 +msgid "SQL horizonal bar graph" +msgstr "SQL horizonal bar graph" + +#: ../../include/functions_reports.php:519 +msgid "Automatic combined Graph" +msgstr "Automatic combined Graph" + +#: ../../include/functions_reports.php:524 +#: ../../include/functions_reports.php:526 +#: ../../include/functions_reports.php:528 +#: ../../include/functions_reports.php:530 +msgid "ITIL" +msgstr "ITIL" + +#: ../../include/functions_reports.php:548 +#: ../../include/functions_reports.php:550 +msgid "Forecasting" +msgstr "Forecasting" + +#: ../../include/functions_reports.php:551 +msgid "Projection graph" +msgstr "Projection graph" + +#: ../../include/functions_reports.php:556 +#: ../../include/functions_graph.php:704 +#: ../../include/functions_graph.php:3816 +msgid "Avg. Value" +msgstr "Avg. Value" + +#: ../../include/functions_reports.php:562 +msgid "Monitor report" +msgstr "Monitor report" + +#: ../../include/functions_reports.php:564 +msgid "Serialize data" +msgstr "Serialise data" + +#: ../../include/functions_reports.php:568 +msgid "Historical Data" +msgstr "Historical Data" + +#: ../../include/functions_reports.php:572 +#: ../../include/functions_reports.php:574 +#: ../../include/functions_reports.php:576 +#: ../../include/functions_reports.php:579 +#: ../../include/functions_reports.php:583 +#: ../../include/functions_reports.php:586 +#: ../../include/functions_reports.php:588 +#: ../../include/functions_reports.php:590 +msgid "Grouped" +msgstr "Grouped" + +#: ../../include/functions_reports.php:589 +msgid "Network interfaces" +msgstr "Network interfaces" + +#: ../../include/functions_reports.php:594 +#: ../../include/functions_reports.php:596 +msgid "Text/HTML " +msgstr "Text / HTML " + +#: ../../include/functions_reports.php:597 +msgid "Import text from URL" +msgstr "Import text from URL" + +#: ../../include/functions_reports.php:602 +msgid "Alert report module" +msgstr "Alert report module" + +#: ../../include/functions_reports.php:604 +msgid "Alert report agent" +msgstr "Alert report agent" + +#: ../../include/functions_reports.php:607 +msgid "Alert report group" +msgstr "Alert report group" + +#: ../../include/functions_reports.php:613 +msgid "Event report agent" +msgstr "Event report agent" + +#: ../../include/functions_reports.php:615 +msgid "Event report module" +msgstr "Event report module" + +#: ../../include/functions_reports.php:617 +msgid "Event report group" +msgstr "Event report group" + +#: ../../include/functions_reports.php:624 +msgid "Inventory changes" +msgstr "Inventory changes" + +#: ../../include/functions_reports.php:632 +#: ../../include/functions_reporting.php:3315 +msgid "Agent configuration" +msgstr "Agent configuration" + +#: ../../include/functions_reports.php:634 +#: ../../include/functions_reporting.php:2372 +msgid "Group configuration" +msgstr "Group settings" + +#: ../../include/functions_reports.php:636 +msgid "Netflow area chart" +msgstr "Netflow area chart" + +#: ../../include/functions_reports.php:638 +msgid "Netflow pie chart" +msgstr "Netflow pie graph" + +#: ../../include/functions_reports.php:640 +msgid "Netflow data table" +msgstr "Netflow data chart" + +#: ../../include/functions_reports.php:642 +msgid "Netflow statistics table" +msgstr "Netflow statistics chart" + +#: ../../include/functions_reports.php:644 +msgid "Netflow summary table" +msgstr "Netflow summary chart" + +#: ../../include/auth/mysql.php:246 +msgid "" +"Problems with configuration permissions. Please contact with Administrator" +msgstr "" +"Problems with configuration permissions. Please contact with Administrator" + +#: ../../include/auth/mysql.php:252 +msgid "Your permissions have changed. Please, login again." +msgstr "Your permissions have changed. Please, login again." + +#: ../../include/auth/mysql.php:265 +msgid "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" +msgstr "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" + +#: ../../include/auth/mysql.php:281 +msgid "Fail the group synchronizing" +msgstr "Fail the group synchronizing" + +#: ../../include/auth/mysql.php:287 +msgid "Fail the tag synchronizing" +msgstr "Fail the tag synchronizing" + +#: ../../include/auth/mysql.php:300 +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" + +#: ../../include/auth/mysql.php:312 +msgid "User not found in database or incorrect password" +msgstr "User not found in database or incorrect password" + +#: ../../include/auth/mysql.php:543 +msgid "Could not changes password on remote pandora" +msgstr "Could not change password for remote pandora" + +#: ../../include/auth/mysql.php:580 +msgid "Your installation of PHP does not support LDAP" +msgstr "Your PHP environment doesn't support LDAP" + +#: ../../include/functions.php:217 +msgid "," +msgstr "," + +#: ../../include/functions.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "s" + +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "d" + +#: ../../include/functions.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "M" + +#: ../../include/functions.php:442 ../../include/functions.php:576 +msgid "Y" +msgstr "Y" + +#: ../../include/functions.php:443 ../../include/functions.php:577 +msgid "m" +msgstr "m" + +#: ../../include/functions.php:444 ../../include/functions.php:578 +msgid "h" +msgstr "h" + +#: ../../include/functions.php:445 ../../include/functions.php:579 +msgid "N" +msgstr "N" + +#: ../../include/functions.php:865 ../../include/functions.php:1073 +#: ../../include/functions.php:1106 ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:69 +#: ../../include/functions_events.php:1466 +#: ../../include/functions_graph.php:2665 +#: ../../include/functions_graph.php:3155 +#: ../../include/functions_graph.php:3156 +#: ../../include/functions_graph.php:5062 +msgid "Maintenance" +msgstr "Maintenance" + +#: ../../include/functions.php:868 ../../include/functions.php:1074 +#: ../../include/functions.php:1109 ../../include/functions_events.php:1469 +#: ../../include/functions_graph.php:3159 +#: ../../include/functions_graph.php:3160 +#: ../../include/functions_graph.php:5065 +msgid "Informational" +msgstr "Informative" + +#: ../../include/functions.php:880 ../../include/functions.php:1076 +#: ../../include/functions.php:1121 ../../include/functions_graph.php:3167 +#: ../../include/functions_graph.php:3168 +#: ../../include/functions_graph.php:5077 +msgid "Minor" +msgstr "Minor" + +#: ../../include/functions.php:883 ../../include/functions.php:1078 +#: ../../include/functions.php:1124 ../../include/functions_graph.php:3175 +#: ../../include/functions_graph.php:3176 +#: ../../include/functions_graph.php:5080 +msgid "Major" +msgstr "Major" + +#: ../../include/functions.php:1027 ../../include/functions_events.php:1402 +msgid "Monitor Critical" +msgstr "Monitor in critical status" + +#: ../../include/functions.php:1028 ../../include/functions_events.php:1405 +msgid "Monitor Warning" +msgstr "Monitor in warning status" + +#: ../../include/functions.php:1029 ../../include/functions_events.php:1408 +msgid "Monitor Normal" +msgstr "Monitor in normal status" + +#: ../../include/functions.php:1031 +msgid "Monitor Unknown" +msgstr "Unknown Monitor" + +#: ../../include/functions.php:1034 ../../include/functions_events.php:1124 +#: ../../include/functions_events.php:1414 +msgid "Alert recovered" +msgstr "Alert recovered" + +#: ../../include/functions.php:1035 ../../include/functions_events.php:1159 +#: ../../include/functions_events.php:1417 +msgid "Alert ceased" +msgstr "Alert ceased" + +#: ../../include/functions.php:1036 ../../include/functions_events.php:1420 +msgid "Alert manual validation" +msgstr "Manual alert validation" + +#: ../../include/functions.php:1038 +msgid "Agent created" +msgstr "Agent created" + +#: ../../include/functions.php:1039 ../../include/functions_events.php:1423 +msgid "Recon host detected" +msgstr "Recon host detected" + +#: ../../include/functions.php:1042 ../../include/functions_events.php:1156 +#: ../../include/functions_events.php:1432 +msgid "Configuration change" +msgstr "Configuration change" + +#: ../../include/functions.php:2015 +msgid "custom" +msgstr "custom" + +#: ../../include/functions.php:2020 ../../include/functions.php:2021 +#, php-format +msgid "%s minutes" +msgstr "%s minutes" + +#: ../../include/functions.php:2023 ../../include/functions.php:2024 +#, php-format +msgid "%s hours" +msgstr "%s hours" + +#: ../../include/functions.php:2026 ../../include/ajax/module.php:124 +#: ../../include/functions_netflow.php:1090 +msgid "1 week" +msgstr "1 week" + +#: ../../include/functions.php:2029 ../../include/functions.php:2030 +#, php-format +msgid "%s months" +msgstr "%s months" + +#: ../../include/functions.php:2032 ../../include/functions.php:2033 +#, php-format +msgid "%s years" +msgstr "%s years" + +#: ../../include/functions.php:2036 +msgid "Default values will be used" +msgstr "Default values will be applied" + +#: ../../include/functions.php:2196 +msgid "The uploaded file was only partially uploaded" +msgstr "The file was only partially uploaded." + +#: ../../include/functions.php:2202 +msgid "Missing a temporary folder" +msgstr "Temporary folder missing." + +#: ../../include/functions.php:2205 +msgid "Failed to write file to disk" +msgstr "Failed to write file to disk." + +#: ../../include/functions.php:2208 +msgid "File upload stopped by extension" +msgstr "File upload stopped by extension." + +#: ../../include/functions.php:2212 +msgid "Unknown upload error" +msgstr "Unknown upload error." + +#: ../../include/functions.php:2308 +msgid "Source ID" +msgstr "Source ID" + +#: ../../include/functions.php:2315 +msgid "No data found to export" +msgstr "No data found to export" + +#: ../../include/functions.php:2580 +msgid "15 seconds" +msgstr "15 seconds" + +#: ../../include/functions.php:2585 +msgid "15 minutes" +msgstr "15 minutes" + +#: ../../include/functions.php:2586 ../../include/ajax/module.php:119 +msgid "30 minutes" +msgstr "30 minutes" + +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:54 +#: ../../include/functions_graph.php:2660 +msgid "Informative" +msgstr "Informative" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +#: ../../include/functions_graph.php:2661 +msgid "Low" +msgstr "Low" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +#: ../../include/functions_graph.php:2662 +msgid "Medium" +msgstr "Medium" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_graph.php:2663 +msgid "Serious" +msgstr "Serious" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +#: ../../include/functions_graph.php:2664 +msgid "Very serious" +msgstr "Very serious" + +#: ../../include/functions_incidents.php:88 +#: ../../include/functions_incidents.php:107 +msgid "Active incidents" +msgstr "Active incidents" + +#: ../../include/functions_incidents.php:89 +#: ../../include/functions_incidents.php:110 +msgid "Active incidents, with comments" +msgstr "Active incidents, with comments" + +#: ../../include/functions_incidents.php:90 +#: ../../include/functions_incidents.php:113 +msgid "Rejected incidents" +msgstr "Rejected incidents" + +#: ../../include/functions_incidents.php:91 +#: ../../include/functions_incidents.php:116 +msgid "Expired incidents" +msgstr "Expired incidents" + +#: ../../include/functions_incidents.php:92 +#: ../../include/functions_incidents.php:119 +msgid "Closed incidents" +msgstr "Closed incidents" + +#: ../../include/graphs/export_data.php:71 +#: ../../include/graphs/export_data.php:126 +msgid "An error occured exporting the data" +msgstr "An error occured exporting the data" + +#: ../../include/graphs/functions_flot.php:235 +msgid "Cancel zoom" +msgstr "Cancel zoom" + +#: ../../include/graphs/functions_flot.php:237 +msgid "Warning and Critical thresholds" +msgstr "Warning and Critical thresholds" + +#: ../../include/graphs/functions_flot.php:240 +msgid "Overview graph" +msgstr "Overview graph" + +#: ../../include/graphs/functions_pchart.php:201 +#: ../../include/graphs/functions_pchart.php:1130 +msgid "Actual" +msgstr "Actual" + +#: ../../include/functions_html.php:725 +msgid "weeks" +msgstr "weeks" + +#: ../../include/functions_html.php:856 +msgid "Month day" +msgstr "Day of the month" + +#: ../../include/functions_html.php:857 ../../include/functions_graph.php:2449 +msgid "Month" +msgstr "Month" + +#: ../../include/functions_html.php:858 +msgid "Week day" +msgstr "Day of the week" + +#: ../../include/functions_html.php:2149 +msgid "Type at least two characters to search the module." +msgstr "Type at least two characters to search the module." + +#: ../../include/functions_tags.php:602 +msgid "Click here to open a popup window with URL tag" +msgstr "Click here to open a popup window with URL tag" + +#: ../../include/functions_planned_downtimes.php:560 +msgid "Succesful stopped the Downtime" +msgstr "Downtime has been stopped successfully" + +#: ../../include/functions_planned_downtimes.php:561 +msgid "Unsuccesful stopped the Downtime" +msgstr "Downtime could not be stopped successfully" + +#: ../../include/functions_planned_downtimes.php:660 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "Enabled %s elements from the downtime" + +#: ../../include/functions_planned_downtimes.php:785 +msgid "This planned downtime are executed now. Can't delete in this moment." +msgstr "" +"This planned downtime are executed now. It can't be deleted in this moment." + +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "Deleted this planned downtime successfully." + +#: ../../include/functions_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "Problems for deleted this planned downtime." + +#: ../../include/functions_events.php:1001 +msgid "Events -by module-" +msgstr "Events -by module-" + +#: ../../include/functions_events.php:1121 +msgid "Going to unknown" +msgstr "Going to unknown" + +#: ../../include/functions_events.php:1127 +msgid "Alert manually validated" +msgstr "Alert manually validated" + +#: ../../include/functions_events.php:1130 +msgid "Going from critical to warning" +msgstr "Passing from critical to warning status" + +#: ../../include/functions_events.php:1134 +msgid "Going down to critical state" +msgstr "Going down to critical status" + +#: ../../include/functions_events.php:1138 +msgid "Going up to normal state" +msgstr "Going up to normal status" + +#: ../../include/functions_events.php:1141 +msgid "Going down from normal to warning" +msgstr "Falling from normal to warning status" + +#: ../../include/functions_events.php:1147 +#: ../../include/functions_graph.php:3031 +#: ../../include/functions_graph.php:3082 +msgid "SYSTEM" +msgstr "SYSTEM" + +#: ../../include/functions_events.php:1150 +msgid "Recon server detected a new host" +msgstr "Recon server detected a new host" + +#: ../../include/functions_events.php:1153 +msgid "New agent created" +msgstr "New agent created" + +#: ../../include/functions_events.php:1166 +msgid "Unknown type:" +msgstr "Unknown status:" + +#: ../../include/functions_events.php:1503 +#: ../../include/functions_events.php:1524 +msgid "Only new" +msgstr "Only new events" + +#: ../../include/functions_events.php:1505 +#: ../../include/functions_events.php:1530 +msgid "Only in process" +msgstr "Only in process" + +#: ../../include/functions_events.php:1506 +#: ../../include/functions_events.php:1533 +msgid "Only not validated" +msgstr "Only not validated" + +#: ../../include/functions_events.php:1577 +msgid "Agent address" +msgstr "Agent address" + +#: ../../include/functions_events.php:1578 +msgid "Agent id" +msgstr "Agent ID" + +#: ../../include/functions_events.php:1580 +msgid "Module Agent address" +msgstr "Module's agent address" + +#: ../../include/functions_events.php:1672 +msgid "Change owner" +msgstr "Change owner" + +#: ../../include/functions_events.php:1711 +msgid "Change status" +msgstr "Change status" + +#: ../../include/functions_events.php:1717 +#: ../../include/functions_events.php:1723 +msgid "In process" +msgstr "In process" + +#: ../../include/functions_events.php:1750 +#: ../../include/functions_events.php:2562 +msgid "Add comment" +msgstr "Add comment" + +#: ../../include/functions_events.php:1769 +msgid "Custom responses" +msgstr "Custom responses" + +#: ../../include/functions_events.php:1971 +msgid "There was an error connecting to the node" +msgstr "There was an error connecting to the node" + +#: ../../include/functions_events.php:2010 +msgid "Agent details" +msgstr "Agent details" + +#: ../../include/functions_events.php:2047 +msgid "View custom fields" +msgstr "View custom fields" + +#: ../../include/functions_events.php:2059 +msgid "Module details" +msgstr "Module details" + +#: ../../include/functions_events.php:2076 +msgid "No assigned" +msgstr "Not assigned" + +#: ../../include/functions_events.php:2149 +#: ../../include/functions_events.php:2153 +msgid "Go to data overview" +msgstr "Go to data overview" + +#: ../../include/functions_events.php:2296 +#, php-format +msgid "Invalid custom data: %s" +msgstr "Invalid custom data : %s" + +#: ../../include/functions_events.php:2343 +msgid "First event" +msgstr "First event" + +#: ../../include/functions_events.php:2343 +msgid "Last event" +msgstr "Last event" + +#: ../../include/functions_events.php:2419 +#: ../../mobile/operation/events.php:497 +msgid "Acknowledged by" +msgstr "Acknowledged by" + +#: ../../include/functions_events.php:2457 +msgid "ID extra" +msgstr "Extra ID" + +#: ../../include/functions_events.php:2508 +#: ../../include/functions_events.php:2554 +msgid "There are no comments" +msgstr "There are no comments." + +#: ../../include/ajax/visual_console_builder.ajax.php:178 +#: ../../include/functions_graph.php:5044 +msgid "No data to show" +msgstr "No data to show" + +#: ../../include/ajax/update_manager.ajax.php:95 +msgid "Invalid extension. The package must have the extension .oum." +msgstr "Invalid extension. The package is required to be in '.oum' format." + +#: ../../include/ajax/update_manager.ajax.php:102 +msgid "The file was not uploaded succesfully." +msgstr "The file wasn't uploaded successfully." + +#: ../../include/ajax/double_auth.ajax.php:146 +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:147 +#: ../../include/ajax/double_auth.ajax.php:283 +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:153 +#: ../../include/ajax/double_auth.ajax.php:289 +msgid "QR" +msgstr "QR" + +#: ../../include/ajax/double_auth.ajax.php:189 +msgid "You are about to activate the double authentication" +msgstr "You're about to enable the double authentication mechanism" + +#: ../../include/ajax/double_auth.ajax.php:190 +msgid "" +"With this option enabled, your account access will be more secure, \n" +"\t\tcause 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:194 +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:199 +msgid "Download the app" +msgstr "Download the app" + +#: ../../include/ajax/double_auth.ajax.php:203 +#: ../../include/ajax/double_auth.ajax.php:294 +msgid "Continue" +msgstr "Continue" + +#: ../../include/ajax/double_auth.ajax.php:219 +msgid "Are you installed the app yet?" +msgstr "Have you installed the app yet?" + +#: ../../include/ajax/double_auth.ajax.php:277 +msgid "A private code has been generated" +msgstr "A private code has been generated" + +#: ../../include/ajax/double_auth.ajax.php:282 +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:292 +msgid "Refresh code" +msgstr "Refresh code" + +#: ../../include/ajax/double_auth.ajax.php:358 +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:420 +msgid "Introduce a code generated by the app" +msgstr "Introduce a code generated by the app" + +#: ../../include/ajax/double_auth.ajax.php:421 +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:430 +msgid "Validate code" +msgstr "Validate code" + +#: ../../include/ajax/double_auth.ajax.php:481 +msgid "The code is valid, you can exit now" +msgstr "The code is valid. You may exit now." + +#: ../../include/ajax/double_auth.ajax.php:497 +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/events.php:301 +msgid "Agent fields" +msgstr "Agent fields" + +#: ../../include/ajax/events.php:309 +msgid "Custom data" +msgstr "Custom data" + +#: ../../include/ajax/events.php:377 +msgid "Error adding comment" +msgstr "Error on adding comment." + +#: ../../include/ajax/events.php:378 +msgid "Comment added successfully" +msgstr "Comment added successfully." + +#: ../../include/ajax/events.php:379 +msgid "Error changing event status" +msgstr "Error on changing event status." + +#: ../../include/ajax/events.php:380 +msgid "Event status changed successfully" +msgstr "Event status changed successfully." + +#: ../../include/ajax/events.php:381 +msgid "Error changing event owner" +msgstr "Error: could not change event owner." + +#: ../../include/ajax/events.php:382 +msgid "Event owner changed successfully" +msgstr "Event owner changed successfully." + +#: ../../include/ajax/module.php:127 ../../include/functions_netflow.php:1060 +msgid "3 months" +msgstr "3 months" + +#: ../../include/ajax/module.php:130 ../../include/functions_netflow.php:1063 +msgid "2 years" +msgstr "2 years" + +#: ../../include/ajax/module.php:131 +msgid "3 years" +msgstr "3 years" + +#: ../../include/ajax/module.php:1063 +msgid "Any monitors aren't with this filter." +msgstr "No monitors have this filter." + +#: ../../include/ajax/module.php:1066 +msgid "This agent doesn't have any active monitors." +msgstr "This agent doesn't have any active monitors." + +#: ../../include/functions_reporting.php:1169 +msgid "Event Report Group" +msgstr "Event Report Group" + +#: ../../include/functions_reporting.php:1345 +msgid "Event Report Module" +msgstr "Event Report Module" + +#: ../../include/functions_reporting.php:1518 +msgid "Agent/Modules" +msgstr "Agent/Modules" + +#: ../../include/functions_reporting.php:1607 +msgid "Exception - Everything" +msgstr "Exception - Everything" + +#: ../../include/functions_reporting.php:1612 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "Exception - Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1614 +#, php-format +msgid "Modules over or equal to %s" +msgstr "Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1618 +#, php-format +msgid "Exception - Modules under or equal to %s" +msgstr "Exception - Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1620 +#, php-format +msgid "Modules under or equal to %s" +msgstr "Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1624 +#, php-format +msgid "Exception - Modules under %s" +msgstr "Exception - Modules lesser than %s" + +#: ../../include/functions_reporting.php:1626 +#, php-format +msgid "Modules under %s" +msgstr "Modules lesser than %s" + +#: ../../include/functions_reporting.php:1630 +#, php-format +msgid "Exception - Modules over %s" +msgstr "Exception - Modules larger than %s" + +#: ../../include/functions_reporting.php:1632 +#, php-format +msgid "Modules over %s" +msgstr "Modules larger than %s" + +#: ../../include/functions_reporting.php:1636 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Exception - Equal to %s" + +#: ../../include/functions_reporting.php:1638 +#, php-format +msgid "Equal to %s" +msgstr "Equal to %s" + +#: ../../include/functions_reporting.php:1642 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Exception - Not equal to %s" + +#: ../../include/functions_reporting.php:1644 +#, php-format +msgid "Not equal to %s" +msgstr "Not equal to %s" + +#: ../../include/functions_reporting.php:1648 +msgid "Exception - Modules at normal status" +msgstr "Exception - Modules in normal status." + +#: ../../include/functions_reporting.php:1649 +msgid "Modules at normal status" +msgstr "Modules in normal status" + +#: ../../include/functions_reporting.php:1653 +msgid "Exception - Modules at critical or warning status" +msgstr "Exception - Modules in critical or warning status" + +#: ../../include/functions_reporting.php:1654 +msgid "Modules at critical or warning status" +msgstr "Modules in critical or warning status." + +#: ../../include/functions_reporting.php:1839 +msgid "There are no Modules under those conditions." +msgstr "There are no Modules under those conditions." + +#: ../../include/functions_reporting.php:1842 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "There are no Modules larger than or equal to %s" + +#: ../../include/functions_reporting.php:1845 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "There are no Modules lesser than or equal to %s" + +#: ../../include/functions_reporting.php:1848 +#, php-format +msgid "There are no Modules less %s." +msgstr "There are no Modules lesser than %s" + +#: ../../include/functions_reporting.php:1851 +#, php-format +msgid "There are no Modules over %s." +msgstr "There are no Modules larger than %s" + +#: ../../include/functions_reporting.php:1854 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "There are no Modules equal to %s" + +#: ../../include/functions_reporting.php:1857 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "There are no Modules not equal to %s" + +#: ../../include/functions_reporting.php:1860 +msgid "There are no Modules normal status" +msgstr "There are no Modules in normal status" + +#: ../../include/functions_reporting.php:1863 +msgid "There are no Modules at critial or warning status" +msgstr "There are no modules in critical or warning status." + +#: ../../include/functions_reporting.php:2065 +msgid "Event Report Agent" +msgstr "Event Report Agent" + +#: ../../include/functions_reporting.php:2259 +msgid "Database Serialized" +msgstr "Database Serialized" + +#: ../../include/functions_reporting.php:2448 +msgid "Network interfaces report" +msgstr "Network interface report" + +#: ../../include/functions_reporting.php:2467 +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." + +#: ../../include/functions_reporting.php:2517 +msgid "bytes/s" +msgstr "bytes/s" + +#: ../../include/functions_reporting.php:2546 +msgid "Alert Report Group" +msgstr "Alert Report Group" + +#: ../../include/functions_reporting.php:2668 +msgid "Alert Report Agent" +msgstr "Alert Report Agent" + +#: ../../include/functions_reporting.php:2776 +msgid "Alert Report Module" +msgstr "Alert Report Module" + +#: ../../include/functions_reporting.php:2911 +msgid "SQL Graph Vertical Bars" +msgstr "SQL vertical bar graph" + +#: ../../include/functions_reporting.php:2914 +msgid "SQL Graph Horizontal Bars" +msgstr "SQL horizontal bar graph" + +#: ../../include/functions_reporting.php:2917 +msgid "SQL Graph Pie" +msgstr "SQL Graph Pie" + +#: ../../include/functions_reporting.php:3043 +msgid "Netflow Area" +msgstr "Netflow Area" + +#: ../../include/functions_reporting.php:3046 +msgid "Netflow Pie" +msgstr "Netflow Pie" + +#: ../../include/functions_reporting.php:3049 +msgid "Netflow Data" +msgstr "Netflow Data" + +#: ../../include/functions_reporting.php:3052 +msgid "Netflow Statistics" +msgstr "Netflow Statistics" + +#: ../../include/functions_reporting.php:3055 +msgid "Netflow Summary" +msgstr "Netflow Summary" + +#: ../../include/functions_reporting.php:3179 +msgid "Prediction Date" +msgstr "Prediction Date" + +#: ../../include/functions_reporting.php:3710 +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." + +#: ../../include/functions_reporting.php:4516 +msgid "No Address" +msgstr "No Address" + +#: ../../include/functions_reporting.php:4931 +msgid "Minimal" +msgstr "Minimum" + +#: ../../include/functions_reporting.php:4934 +msgid "Maximun" +msgstr "Maximum" + +#: ../../include/functions_reporting.php:5500 +#: ../../include/functions_reporting.php:5614 +#: ../../include/functions_reporting.php:5743 +msgid "Maximum of events shown" +msgstr "Maximum number of displayed events" + +#: ../../include/functions_reporting.php:6105 +#: ../../include/functions_reporting.php:6142 +msgid "Server health" +msgstr "Server health" + +#: ../../include/functions_reporting.php:6105 +#, php-format +msgid "%d Downed servers" +msgstr "%d Downed servers" + +#: ../../include/functions_reporting.php:6113 +#: ../../include/functions_reporting.php:6145 +msgid "Monitor health" +msgstr "Monitor health" + +#: ../../include/functions_reporting.php:6113 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Abnormal monitors" + +#: ../../include/functions_reporting.php:6115 +#: ../../include/functions_reporting.php:6146 +msgid "of monitors up" +msgstr "of monitors up" + +#: ../../include/functions_reporting.php:6121 +#: ../../include/functions_reporting.php:6148 +msgid "Module sanity" +msgstr "Module sanity" + +#: ../../include/functions_reporting.php:6121 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d Not initiated monitors" + +#: ../../include/functions_reporting.php:6123 +#: ../../include/functions_reporting.php:6149 +msgid "of total modules inited" +msgstr "of total modules initiated" + +#: ../../include/functions_reporting.php:6129 +#: ../../include/functions_reporting.php:6151 +#: ../../include/functions_reporting_html.php:2016 +msgid "Alert level" +msgstr "Alert level" + +#: ../../include/functions_reporting.php:6129 +#: ../../include/functions_reporting.php:7148 +#: ../../include/functions_reporting.php:7157 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Triggered alerts" + +#: ../../include/functions_reporting.php:6131 +#: ../../include/functions_reporting.php:6152 +msgid "of defined alerts not fired" +msgstr "Of defined alerts not triggered" + +#: ../../include/functions_reporting.php:6211 +msgid "Defined and fired alerts" +msgstr "Defined and triggered alerts" + +#: ../../include/functions_reporting.php:6277 +msgid "Monitor normal" +msgstr "Monitor in normal status" + +#: ../../include/functions_reporting.php:6281 +msgid "Monitor unknown" +msgstr "Monitor in unknown status" + +#: ../../include/functions_reporting.php:6288 +msgid "Monitor not init" +msgstr "Monitor not initialised" + +#: ../../include/functions_reporting.php:6312 +#: ../../include/functions_reporting.php:6323 +msgid "Monitors by status" +msgstr "Monitors by status" + +#: ../../include/functions_reporting.php:6388 +#: ../../include/functions_reporting_html.php:2730 +msgid "Total agents and monitors" +msgstr "Total # of agents and monitors" + +#: ../../include/functions_reporting.php:6411 +msgid "Defined users" +msgstr "Defined users" + +#: ../../include/functions_reporting.php:7049 +msgid "Agent without data" +msgstr "Dataless agent" + +#: ../../include/functions_reporting.php:7136 +#: ../../include/functions_reporting.php:7143 +#, php-format +msgid "%d Total modules" +msgstr "%d Total modules" + +#: ../../include/functions_reporting.php:7137 +#: ../../include/functions_reporting.php:7144 +#, php-format +msgid "%d Normal modules" +msgstr "%d Normal modules" + +#: ../../include/functions_reporting.php:7138 +#: ../../include/functions_reporting.php:7145 +#, php-format +msgid "%d Critical modules" +msgstr "%d Critical modules" + +#: ../../include/functions_reporting.php:7139 +#: ../../include/functions_reporting.php:7146 +#, php-format +msgid "%d Warning modules" +msgstr "%d Warning modules" + +#: ../../include/functions_reporting.php:7140 +#: ../../include/functions_reporting.php:7147 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Modules in Unknown status" + +#: ../../include/functions_reporting.php:7151 +#, php-format +msgid "%d Total agents" +msgstr "%d Total agents" + +#: ../../include/functions_reporting.php:7152 +#, php-format +msgid "%d Normal agents" +msgstr "%d Agents in Normal status" + +#: ../../include/functions_reporting.php:7153 +#, php-format +msgid "%d Critical agents" +msgstr "%d Agents in critical status" + +#: ../../include/functions_reporting.php:7154 +#, php-format +msgid "%d Warning agents" +msgstr "%d Agents in warning status." + +#: ../../include/functions_reporting.php:7155 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Unknown agents" + +#: ../../include/functions_reporting.php:7156 +#, php-format +msgid "%d not init agents" +msgstr "%d not init agents" + +#: ../../include/functions_reporting.php:9031 +msgid "Total running modules" +msgstr "Total running modules" + +#: ../../include/functions_reporting.php:9034 +#: ../../include/functions_reporting.php:9050 +#: ../../include/functions_reporting.php:9066 +#: ../../include/functions_reporting.php:9089 +#: ../../include/functions_reporting.php:9108 +#: ../../include/functions_reporting.php:9120 +#: ../../include/functions_reporting.php:9132 +#: ../../include/functions_reporting.php:9148 +msgid "Ratio" +msgstr "Ratio" + +#: ../../include/functions_reporting.php:9034 +#: ../../include/functions_reporting.php:9050 +#: ../../include/functions_reporting.php:9066 +#: ../../include/functions_reporting.php:9089 +#: ../../include/functions_reporting.php:9108 +#: ../../include/functions_reporting.php:9120 +#: ../../include/functions_reporting.php:9132 +#: ../../include/functions_reporting.php:9148 +msgid "Modules by second" +msgstr "Modules by second" + +#: ../../include/functions_reporting.php:9046 +msgid "Local modules" +msgstr "Local modules" + +#: ../../include/functions_reporting.php:9057 +msgid "Remote modules" +msgstr "Remote modules" + +#: ../../include/functions_reporting.php:9081 +msgid "Network modules" +msgstr "Network modules" + +#: ../../include/functions_reporting.php:9104 +msgid "Plugin modules" +msgstr "Plugin modules" + +#: ../../include/functions_reporting.php:9116 +msgid "Prediction modules" +msgstr "Prediction modules" + +#: ../../include/functions_reporting.php:9128 +msgid "WMI modules" +msgstr "WMI modules" + +#: ../../include/functions_reporting.php:9140 +msgid "Web modules" +msgstr "Web modules" + +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "Security error. Please contact your administrator." + +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." +msgstr "" +"The file is missing in the disk's storage. Please contact your administrator." + +#: ../../include/functions_netflow.php:361 +msgid "Total flows" +msgstr "Total flows" + +#: ../../include/functions_netflow.php:366 +msgid "Total bytes" +msgstr "Total bytes" + +#: ../../include/functions_netflow.php:371 +msgid "Total packets" +msgstr "Total packages" + +#: ../../include/functions_netflow.php:376 +msgid "Average bits per second" +msgstr "Average bits per second" + +#: ../../include/functions_netflow.php:381 +msgid "Average packets per second" +msgstr "Average packages per second" + +#: ../../include/functions_netflow.php:386 +msgid "Average bytes per packet" +msgstr "Average bytes per packet" + +#: ../../include/functions_netflow.php:1028 +msgid "Area graph" +msgstr "Area graph" + +#: ../../include/functions_netflow.php:1029 +msgid "Pie graph and Summary table" +msgstr "Pie graph and summary table" + +#: ../../include/functions_netflow.php:1030 +msgid "Statistics table" +msgstr "Statistics table" + +#: ../../include/functions_netflow.php:1032 +msgid "Circular mesh" +msgstr "Circular Mesh" + +#: ../../include/functions_netflow.php:1033 +#: ../../include/functions_netflow.php:1387 +msgid "Host detailed traffic" +msgstr "Detailed host traffic" + +#: ../../include/functions_netflow.php:1046 +#: ../../include/functions_netflow.php:1079 +msgid "10 mins" +msgstr "10 mins" + +#: ../../include/functions_netflow.php:1047 +#: ../../include/functions_netflow.php:1080 +msgid "15 mins" +msgstr "15 mins" + +#: ../../include/functions_netflow.php:1048 +#: ../../include/functions_netflow.php:1081 +msgid "30 mins" +msgstr "30 mins" + +#: ../../include/functions_netflow.php:1055 +#: ../../include/functions_netflow.php:1088 +msgid "5 days" +msgstr "5 days" + +#: ../../include/functions_netflow.php:1062 +msgid "Last year" +msgstr "Last year" + +#: ../../include/functions_netflow.php:1076 +msgid "1 min" +msgstr "1 min" + +#: ../../include/functions_netflow.php:1077 +msgid "2 mins" +msgstr "2 mins" + +#: ../../include/functions_netflow.php:1078 +msgid "5 mins" +msgstr "5 mins" + +#: ../../include/functions_netflow.php:1129 +#: ../../include/functions_netflow.php:1139 +#: ../../include/functions_netflow.php:1188 +#: ../../include/functions_netflow.php:1246 +#: ../../include/functions_netflow.php:1252 +#: ../../include/functions_netflow.php:1285 +msgid "Aggregate" +msgstr "Aggregate" + +#: ../../include/functions_netflow.php:1358 +msgid "Sent" +msgstr "Sent" + +#: ../../include/functions_netflow.php:1365 +msgid "Received" +msgstr "Received" + +#: ../../include/functions_netflow.php:1432 +msgid "Error generating report" +msgstr "Error when generating report" + +#: ../../include/functions_netflow.php:1629 +msgid "MB" +msgstr "MB" + +#: ../../include/functions_netflow.php:1631 +msgid "MB/s" +msgstr "MB/s" + +#: ../../include/functions_netflow.php:1633 +msgid "kB" +msgstr "kB" + +#: ../../include/functions_netflow.php:1635 +msgid "kB/s" +msgstr "kB/s" + +#: ../../include/functions_netflow.php:1639 +msgid "B/s" +msgstr "B/s" + +#: ../../include/functions_netflow.php:1653 +msgid "Dst port" +msgstr "Dst port" + +#: ../../include/functions_netflow.php:1655 +msgid "Dst IP" +msgstr "Dst IP" + +#: ../../include/functions_netflow.php:1659 +msgid "Src IP" +msgstr "Source IP" + +#: ../../include/functions_netflow.php:1661 +msgid "Src port" +msgstr "Source Port" + +#: ../../include/functions_clippy.php:163 +#: ../../include/functions_clippy.php:168 +msgid "End wizard" +msgstr "End wizard" + +#: ../../include/functions_clippy.php:195 +msgid "Next →" +msgstr "Next →" + +#: ../../include/functions_clippy.php:196 +msgid "← Back" +msgstr "← Back" + +#: ../../include/functions_clippy.php:208 +msgid "Do you want to exit the help tour?" +msgstr "Do you wish to stop the help tour?" + +#: ../../include/functions_graph.php:706 +msgid "Units. Value" +msgstr "Unit Value" + +#: ../../include/functions_graph.php:782 +#: ../../include/functions_graph.php:1754 +#, php-format +msgid "Percentile %dº" +msgstr "Percentile %dº" + +#: ../../include/functions_graph.php:1249 +#, fuzzy, php-format +msgid "%s" +msgstr "s" + +#: ../../include/functions_graph.php:1754 +#, fuzzy +msgid " of module " +msgstr "List of modules" + +#: ../../include/functions_graph.php:2000 +msgid "Not fired alerts" +msgstr "Non-triggered alerts" + +#: ../../include/functions_graph.php:2447 +msgid "Today" +msgstr "Today" + +#: ../../include/functions_graph.php:2448 +msgid "Week" +msgstr "Week" + +#: ../../include/functions_graph.php:2450 +#: ../../include/functions_graph.php:2451 +msgid "Months" +msgstr "Month" + +#: ../../include/functions_graph.php:2473 +msgid "History db" +msgstr "History db" + +#: ../../include/functions_graph.php:2687 +#: ../../include/functions_graph.php:2699 +msgid "Open incident" +msgstr "Open incident" + +#: ../../include/functions_graph.php:2688 +#: ../../include/functions_graph.php:2701 +msgid "Closed incident" +msgstr "Closed incident" + +#: ../../include/functions_graph.php:2689 +#: ../../include/functions_graph.php:2703 +msgid "Outdated" +msgstr "Outdated" + +#: ../../include/functions_graph.php:3817 +msgid "Units" +msgstr "Units" + +#: ../../include/functions_graph.php:5414 +msgid "Main node" +msgstr "Main node" + +#: ../../include/functions_ui.php:225 +msgid "Information" +msgstr "Information" + +#: ../../include/functions_ui.php:367 +msgid "Request successfully processed" +msgstr "Request successfully processed" + +#: ../../include/functions_ui.php:370 +msgid "Error processing request" +msgstr "Error processing request" + +#: ../../include/functions_ui.php:508 +msgid "" +"Is possible that this view uses part of information which your user has not " +"access" +msgstr "" +"It's possible that this view uses a part of the information to which your " +"user doesn't have access." + +#: ../../include/functions_ui.php:1015 +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:1020 +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:1614 ../../include/functions_ui.php:1648 +#, php-format +msgid "Total items: %s" +msgstr "Total items : %s" + +#: ../../include/functions_ui.php:1955 +msgid "Unknown type" +msgstr "Unknown type" + +#: ../../include/functions_ui.php:2760 +msgid "Type at least two characters to search." +msgstr "Type at least two characters to search." + +#: ../../include/functions_ui.php:3547 +msgid "Problem with Pandora FMS database" +msgstr "Problem with Pandora FMS database" + +#: ../../include/functions_ui.php:3548 +#, fuzzy +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." + +#: ../../include/functions_ui.php:3552 +msgid "DB ERROR" +msgstr "DB ERROR" + +#: ../../include/functions_ui.php:3558 +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 auth system, the origin of this problem could be " +"that Pandora cannot override the authorization variables from the config " +"database. Please remove them from your database by executing :" +"
DELETE FROM tconfig WHERE token = \"auth\";
" + +#: ../../include/functions_ui.php:3562 +msgid "Empty configuration table" +msgstr "Empty configuration table" + +#: ../../include/functions_ui.php:3563 +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.
" + +#: ../../include/functions_ui.php:3570 +msgid "No configuration file found" +msgstr "No configuration file found." + +#: ../../include/functions_ui.php:3571 +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." + +#: ../../include/functions_ui.php:3582 +#, php-format +msgid "You may try to run the %sinstallation wizard%s to create one." +msgstr "You may try running the %sinstallation wizard%s to create one." + +#: ../../include/functions_ui.php:3585 +msgid "Installer active" +msgstr "Installer active" + +#: ../../include/functions_ui.php:3586 +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." + +#: ../../include/functions_ui.php:3590 +msgid "Bad permission for include/config.php" +msgstr "Bad permission for include/config.php" + +#: ../../include/functions_ui.php:3591 +#, fuzzy +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." + +#: ../../include/functions_menu.php:470 +msgid "Configure user" +msgstr "Configure user" + +#: ../../include/functions_menu.php:471 +msgid "Configure profile" +msgstr "Configure profile" + +#: ../../include/functions_menu.php:475 +msgid "Module templates management" +msgstr "Module templates management" + +#: ../../include/functions_menu.php:476 +msgid "Inventory modules management" +msgstr "Inventory modules management" + +#: ../../include/functions_menu.php:481 +msgid "View agent" +msgstr "View agent" + +#: ../../include/functions_menu.php:485 +msgid "Manage network map" +msgstr "Manage network map" + +#: ../../include/functions_menu.php:487 +#, fuzzy +msgid "Builder visual console" +msgstr "View visual console" + +#: ../../include/functions_menu.php:489 +#, fuzzy +msgid "Administration events" +msgstr "Management view" + +#: ../../include/functions_menu.php:491 +msgid "View reporting" +msgstr "View reporting" + +#: ../../include/functions_menu.php:492 +msgid "Manage custom graphs" +msgstr "Manage custom graphs" + +#: ../../include/functions_menu.php:493 +msgid "Copy dashboard" +msgstr "Copy dashboard" + +#: ../../include/functions_menu.php:496 +msgid "Manage GIS Maps" +msgstr "Manage GIS Maps" + +#: ../../include/functions_menu.php:498 +msgid "Incidents statistics" +msgstr "Incident statistics" + +#: ../../include/functions_menu.php:499 +msgid "Manage messages" +msgstr "Manage messages" + +#: ../../include/functions_menu.php:501 +msgid "Manage groups" +msgstr "Manage groups" + +#: ../../include/functions_menu.php:502 +msgid "Manage module groups" +msgstr "Manage module groups" + +#: ../../include/functions_menu.php:503 +msgid "Manage custom field" +msgstr "Manage custom fields" + +#: ../../include/functions_menu.php:505 +msgid "Manage alert actions" +msgstr "Manage alert actions" + +#: ../../include/functions_menu.php:506 +msgid "Manage commands" +msgstr "Manage commands" + +#: ../../include/functions_menu.php:507 +msgid "Manage event alerts" +msgstr "Manage event alerts" + +#: ../../include/functions_menu.php:509 +msgid "Manage export targets" +msgstr "Manage export targets" + +#: ../../include/functions_menu.php:511 +msgid "Manage services" +msgstr "Manage services" + +#: ../../include/functions_menu.php:519 +msgid "Manage incident" +msgstr "Manage incidents" + +#: ../../include/functions_menu.php:571 +msgid "Administration" +msgstr "Administration" + +#: ../../include/class/Tree.class.php:1480 +msgid "NO DATA" +msgstr "NO DATA" + +#: ../../include/functions_reporting_html.php:93 +#, fuzzy +msgid "Label: " +msgstr "Label" + +#: ../../include/functions_reporting_html.php:625 +msgid "Events by Severity" +msgstr "Events according to severity" + +#: ../../include/functions_reporting_html.php:1084 +#: ../../include/functions_reporting_html.php:2526 +msgid "Monitors" +msgstr "Monitors" + +#: ../../include/functions_reporting_html.php:1320 +#, php-format +msgid "Agent '%s'" +msgstr "Agent '%s'" + +#: ../../include/functions_reporting_html.php:1334 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "Interface '%s' throughput graph" + +#: ../../include/functions_reporting_html.php:1337 +msgid "Mac" +msgstr "MAC address" + +#: ../../include/functions_reporting_html.php:1338 +msgid "Actual status" +msgstr "Current status" + +#: ../../include/functions_reporting_html.php:1566 +msgid "Empty modules" +msgstr "Empty modules" + +#: ../../include/functions_reporting_html.php:1573 +msgid "Warning
Critical" +msgstr "Warning
Critical" + +#: ../../include/functions_reporting_html.php:1796 +#, fuzzy +msgid "Agent max value" +msgstr "SLA max value" + +#: ../../include/functions_reporting_html.php:1799 +msgid "Agent min" +msgstr "Min amount of agents" + +#: ../../include/functions_reporting_html.php:1800 +#, fuzzy +msgid "Agent min Value" +msgstr "SLA min value" + +#: ../../include/functions_reporting_html.php:2185 +msgid "Alerts not fired" +msgstr "Non-triggered alerts" + +#: ../../include/functions_reporting_html.php:2194 +msgid "Total alerts monitored" +msgstr "Total # of alerts monitored" + +#: ../../include/functions_reporting_html.php:2245 +msgid "Total monitors" +msgstr "Total # of monitors" + +#: ../../include/functions_reporting_html.php:2246 +msgid "Monitors down on period" +msgstr "Monitors down on period" + +#: ../../include/functions_reporting_html.php:2262 +msgid "Monitors OK" +msgstr "Monitors in OK status" + +#: ../../include/functions_reporting_html.php:2263 +msgid "Monitors BAD" +msgstr "Monitors BAD" + +#: ../../include/functions_reporting_html.php:2337 +#, php-format +msgid "Agents in group: %s" +msgstr "Agents in group : %s" + +#: ../../include/functions_reporting_html.php:2430 +msgid "Last failure" +msgstr "Latest failure" + +#: ../../include/functions_reporting_html.php:2494 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:2668 +#: ../../mobile/operation/groups.php:133 +msgid "Agents critical" +msgstr "Agents in critical status" + +#: ../../include/functions_reporting_html.php:2671 +msgid "Agents warning" +msgstr "Agents in warning status" + +#: ../../include/functions_reporting_html.php:2677 +msgid "Agents ok" +msgstr "Agents in OK status" + +#: ../../include/functions_reporting_html.php:2680 +#: ../../include/functions_groups.php:794 +#: ../../include/functions_groups.php:796 +#: ../../include/functions_groups.php:798 +#: ../../include/functions_groups.php:799 +#: ../../include/functions_groups.php:800 +#: ../../mobile/operation/groups.php:137 +msgid "Agents unknown" +msgstr "Unknown agents" + +#: ../../include/functions_reporting_html.php:2686 +#: ../../mobile/operation/groups.php:129 +msgid "Agents not init" +msgstr "Uninitialized agents" + +#: ../../include/functions_reporting_html.php:2697 +#: ../../include/functions_reporting_html.php:2706 +msgid "Agents by status" +msgstr "Agents by status" + +#: ../../include/functions_reporting_html.php:2750 +#: ../../include/functions_reporting_html.php:2759 +msgid "Node overview" +msgstr "Node overview" + +#: ../../include/functions_reporting_html.php:2781 +#: ../../include/functions_reporting_html.php:2798 +msgid "Warning events" +msgstr "Events in Warning status" + +#: ../../include/functions_reporting_html.php:2785 +#: ../../include/functions_reporting_html.php:2802 +msgid "OK events" +msgstr "Events in OK status" + +#: ../../include/functions_reporting_html.php:2789 +#: ../../include/functions_reporting_html.php:2806 +msgid "Unknown events" +msgstr "Events in Unknown status" + +#: ../../include/functions_reporting_html.php:2829 +msgid "Important Events by Criticity" +msgstr "Important Events by Criticity" + +#: ../../include/functions_reporting_html.php:2855 +msgid "Last activity in Pandora FMS console" +msgstr "Latest activity in the Pandora FMS console" + +#: ../../include/functions_reporting_html.php:2931 +msgid "Events info (1hr.)" +msgstr "Event info. (1hr.)" + +#: ../../include/functions_filemanager.php:172 +#: ../../include/functions_filemanager.php:242 +#: ../../include/functions_filemanager.php:300 +#: ../../include/functions_filemanager.php:382 +msgid "Security error" +msgstr "Security error" + +#: ../../include/functions_filemanager.php:185 +msgid "Upload error" +msgstr "Upload error" + +#: ../../include/functions_filemanager.php:193 +#: ../../include/functions_filemanager.php:261 +#: ../../include/functions_filemanager.php:326 +msgid "Upload correct" +msgstr "Upload correct" + +#: ../../include/functions_filemanager.php:206 +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:254 +msgid "Error creating file" +msgstr "Error creating file" + +#: ../../include/functions_filemanager.php:267 +#: ../../include/functions_filemanager.php:362 +msgid "Error creating file with empty name" +msgstr "Error creating a file with no name." + +#: ../../include/functions_filemanager.php:312 +msgid "Attach error" +msgstr "Attachment error" + +#: ../../include/functions_filemanager.php:357 +msgid "Directory created" +msgstr "Directory created" + +#: ../../include/functions_filemanager.php:550 +#, php-format +msgid "Directory %s doesn't exist!" +msgstr "Directory %s doesn't exist!" + +#: ../../include/functions_filemanager.php:565 +msgid "Index of images" +msgstr "Image index" + +#: ../../include/functions_filemanager.php:603 +msgid "Parent directory" +msgstr "Parent directory" + +#: ../../include/functions_filemanager.php:632 +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:636 +msgid "Decompress" +msgstr "Decompress" + +#: ../../include/functions_filemanager.php:679 +msgid "Directory" +msgstr "Directory" + +#: ../../include/functions_filemanager.php:685 +msgid "Compressed file" +msgstr "Compressed file" + +#: ../../include/functions_filemanager.php:688 +#: ../../include/functions_filemanager.php:695 +msgid "Text file" +msgstr "Text file" + +#: ../../include/functions_filemanager.php:785 +msgid "Create directory" +msgstr "Create directory" + +#: ../../include/functions_filemanager.php:790 +msgid "Create text" +msgstr "Create text" + +#: ../../include/functions_filemanager.php:795 +msgid "Upload file/s" +msgstr "Upload file(s)" + +#: ../../include/functions_filemanager.php:802 +msgid "The directory is read-only" +msgstr "This directory is read-only" + +#: ../../include/functions_visual_map_editor.php:57 +msgid "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." +msgstr "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." + +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "Border color" + +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "Outline width" + +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "Fill color" + +#: ../../include/functions_visual_map_editor.php:198 +msgid "Enable link" +msgstr "Enable link" + +#: ../../include/functions_visual_map_editor.php:219 +msgid "White" +msgstr "White" + +#: ../../include/functions_visual_map_editor.php:220 +msgid "Black" +msgstr "Black" + +#: ../../include/functions_visual_map_editor.php:221 +msgid "Transparent" +msgstr "Transparent" + +#: ../../include/functions_visual_map_editor.php:345 +msgid "Original Size" +msgstr "Original Size" + +#: ../../include/functions_visual_map_editor.php:352 +msgid "Aspect ratio" +msgstr "Aspect ratio" + +#: ../../include/functions_visual_map_editor.php:353 +msgid "Width proportional" +msgstr "Proportional width" + +#: ../../include/functions_visual_map_editor.php:359 +msgid "Height proportional" +msgstr "Proportional Height" + +#: ../../include/functions_visual_map_editor.php:489 +msgid "For use the original image file size, set 0 width and 0 height." +msgstr "" +"In order to use the original image's file size, set width and height to 0." + +#: ../../include/functions_visual_map_editor.php:525 +msgid "Lines haven't advanced options" +msgstr "Lines haven't advanced options" + +#: ../../include/functions_visual_map_editor.php:552 +msgid "Click start point
of the line" +msgstr "Click the starting point
of the line" + +#: ../../include/functions_visual_map_editor.php:557 +msgid "Click end point
of the line" +msgstr "Click end point
of the line" + +#: ../../include/functions_visual_map_editor.php:598 +msgid "Show grid" +msgstr "Show grid" + +#: ../../include/functions_visual_map_editor.php:600 +msgid "Delete item" +msgstr "Delete item" + +#: ../../include/functions_visual_map_editor.php:601 +msgid "Copy item" +msgstr "Copy item" + +#: ../../include/functions_visual_map_editor.php:629 +msgid "No image or name defined." +msgstr "No image or name defined." + +#: ../../include/functions_visual_map_editor.php:631 +msgid "No label defined." +msgstr "No label defined" + +#: ../../include/functions_visual_map_editor.php:633 +msgid "No image defined." +msgstr "No image defined." + +#: ../../include/functions_visual_map_editor.php:635 +msgid "No process defined." +msgstr "No process defined." + +#: ../../include/functions_visual_map_editor.php:637 +msgid "No Max value defined." +msgstr "No Max value defined." + +#: ../../include/functions_visual_map_editor.php:639 +msgid "No width defined." +msgstr "No width defined." + +#: ../../include/functions_visual_map_editor.php:641 +msgid "No period defined." +msgstr "No period defined." + +#: ../../include/functions_visual_map_editor.php:643 +msgid "No agent defined." +msgstr "No agent defined." + +#: ../../include/functions_visual_map_editor.php:645 +msgid "No module defined." +msgstr "No module defined." + +#: ../../include/functions_visual_map_editor.php:648 +msgid "Successfully save the changes." +msgstr "Changes successfully saved." + +#: ../../include/functions_visual_map_editor.php:650 +msgid "Could not be save" +msgstr "Could not be saved." + +#: ../../include/functions_update_manager.php:202 +msgid "There is a unknown error." +msgstr "There is a unknown error." + +#: ../../include/functions_update_manager.php:472 +#: ../../include/functions_update_manager.php:502 +msgid "Remote server error on newsletter request" +msgstr "" + +#: ../../include/functions_update_manager.php:480 +#, fuzzy +msgid "E-mail successfully subscribed to newsletter." +msgstr "Field successfully deleted" + +#: ../../include/functions_update_manager.php:482 +msgid "E-mail has already subscribed to newsletter." +msgstr "" + +#: ../../include/functions_update_manager.php:484 +#: ../../include/functions_update_manager.php:524 +#, fuzzy +msgid "Update manager returns error code: " +msgstr "Update Manager Setup" + +#: ../../include/functions_update_manager.php:519 +msgid "Pandora successfully subscribed with UID: " +msgstr "" + +#: ../../include/functions_update_manager.php:521 +#, fuzzy +msgid "Unsuccessful subscription." +msgstr "Unsuccesful action" + +#: ../../include/functions_update_manager.php:654 +msgid "Failed extracting the package to temp directory." +msgstr "Failed to extract the package to the temp directory." + +#: ../../include/functions_update_manager.php:683 +msgid "Failed the copying of the files." +msgstr "Failed to copy the files." + +#: ../../include/functions_update_manager.php:699 +msgid "Package extracted successfully." +msgstr "Package extracted successfully." + +#: ../../include/functions_config.php:94 +msgid "Failed updated: User did not login." +msgstr "Update failed : User did not login." + +#: ../../include/functions_config.php:102 +msgid "Failed updated: User is not admin." +msgstr "Update failed: User isn't admin." + +#: ../../include/functions_config.php:140 +#, fuzzy +msgid "SSL cert path" +msgstr "Traceroute path" + +#: ../../include/functions_config.php:144 +#, fuzzy +msgid "Use cert." +msgstr "User comment" + +#: ../../include/functions_config.php:184 +msgid "License information" +msgstr "Licence information" + +#: ../../include/functions_config.php:204 +msgid "Identification_reminder" +msgstr "" + +#: ../../include/functions_config.php:206 +#, fuzzy +msgid "Include_agents" +msgstr "Incidents" + +#: ../../include/functions_config.php:208 +#, fuzzy +msgid "Audit log directory" +msgstr "Server log directory" + +#: ../../include/functions_config.php:233 +msgid "Replication DB engine" +msgstr "Replication DB engine" + +#: ../../include/functions_config.php:235 +msgid "Replication DB host" +msgstr "Replication DB host" + +#: ../../include/functions_config.php:237 +msgid "Replication DB database" +msgstr "Replication DB database" + +#: ../../include/functions_config.php:239 +msgid "Replication DB user" +msgstr "Replication DB user" + +#: ../../include/functions_config.php:241 +msgid "Replication DB password" +msgstr "Replication DB password" + +#: ../../include/functions_config.php:243 +msgid "Replication DB port" +msgstr "Replication DB port" + +#: ../../include/functions_config.php:357 +#, fuzzy +msgid "Saml path" +msgstr "Nmap path" + +#: ../../include/functions_config.php:387 +#, fuzzy +msgid "Max. days before autodisable deletion" +msgstr "Max. days before delete events" + +#: ../../include/functions_config.php:389 +msgid "Item limit for realtime reports)" +msgstr "" + +#: ../../include/functions_config.php:405 +msgid "Big Operatiopn Step to purge old data" +msgstr "" + +#: ../../include/functions_config.php:455 +msgid "Show QR code header" +msgstr "Display QR code in header" + +#: ../../include/functions_config.php:469 +#, fuzzy +msgid "Custom logo login" +msgstr "Custom logo" + +#: ../../include/functions_config.php:498 +#, fuzzy +msgid "Fixed graph" +msgstr "View graph" + +#: ../../include/functions_config.php:504 +msgid "Paginate module" +msgstr "Paginate module" + +#: ../../include/functions_config.php:516 +msgid "Default type of module charts." +msgstr "Default module chart type" + +#: ../../include/functions_config.php:518 +msgid "Default show only average or min and max" +msgstr "" + +#: ../../include/functions_config.php:527 +msgid "Display lateral menus with left click" +msgstr "" + +#: ../../include/functions_config.php:546 +msgid "Add the custom post process" +msgstr "Add the custom post process" + +#: ../../include/functions_config.php:553 +msgid "Delete the custom post process" +msgstr "Delete the custom post process" + +#: ../../include/functions_config.php:654 +#, fuzzy +msgid "Enable history event" +msgstr "Enable historic database" + +#: ../../include/functions_config.php:668 +#, fuzzy +msgid "Event Days" +msgstr "Event ID" + +#: ../../include/functions_config.php:678 +#, fuzzy +msgid "eHorus user" +msgstr "Operator users" + +#: ../../include/functions_config.php:680 +#, fuzzy +msgid "eHorus password" +msgstr "Authenticate password" + +#: ../../include/functions_config.php:682 +msgid "eHorus API hostname" +msgstr "" + +#: ../../include/functions_config.php:684 +msgid "eHorus API port" +msgstr "" + +#: ../../include/functions_config.php:686 +msgid "eHorus request timeout" +msgstr "" + +#: ../../include/functions_config.php:688 +#, fuzzy +msgid "eHorus id custom field" +msgstr "View custom fields" + +#: ../../include/functions_config.php:700 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "Updated failed. The following values could not be updated: %s" + +#: ../../include/functions_config.php:1658 +msgid "" +"Click here to start the registration " +"process" +msgstr "" + +#: ../../include/functions_config.php:1659 +#, fuzzy +msgid "This instance is not registered in the Update manager" +msgstr "This message doesn't exist on the system." + +#: ../../include/functions_config.php:1666 +msgid "" +"Click here to start the newsletter " +"subscription process" +msgstr "" + +#: ../../include/functions_config.php:1667 +msgid "Not subscribed to the newsletter" +msgstr "" + +#: ../../include/functions_config.php:1678 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "The default password for the \"Admin\" user hasn't been changed." + +#: ../../include/functions_config.php:1679 +msgid "" +"Please change the default password because is a common vulnerability " +"reported." +msgstr "" +"Please change the default password. It's a commonly reported security issue " +"to not do so." + +#: ../../include/functions_config.php:1685 +msgid "You can not get updates until you renew the license." +msgstr "You cannot obtain updates until you renew the license." + +#: ../../include/functions_config.php:1686 +msgid "This license has expired." +msgstr "This license has expired." + +#: ../../include/functions_config.php:1691 +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" + +#: ../../include/functions_config.php:1704 +msgid "Remote configuration directory is not readble for the console" +msgstr "Remote configuration directory is unreadable for the console." + +#: ../../include/functions_config.php:1710 +#: ../../include/functions_config.php:1717 +msgid "Remote configuration directory is not writtable for the console" +msgstr "Remote configuration directory is not writtable by the console" + +#: ../../include/functions_config.php:1728 +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." + +#: ../../include/functions_config.php:1728 +msgid "files" +msgstr "files" + +#: ../../include/functions_config.php:1729 +msgid "Too much files in your tempora/attachment directory" +msgstr "Too many files in your temporary/attachment directory" + +#: ../../include/functions_config.php:1746 +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 48hrs " +"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." + +#: ../../include/functions_config.php:1747 +msgid "Database maintance problem" +msgstr "Database maintenance issue." + +#: ../../include/functions_config.php:1753 +msgid "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" +msgstr "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" + +#: ../../include/functions_config.php:1754 +msgid "Default font doesnt exist" +msgstr "The default font doesn't exist." + +#: ../../include/functions_config.php:1759 +msgid "You need to restart server after altering this configuration setting." +msgstr "" +"You'll need to restart the server after modifying this configuration setting." + +#: ../../include/functions_config.php:1760 +msgid "" +"Event storm protection is activated. No events will be generated during this " +"mode." +msgstr "" +"Event storm protection is activated. No events will be generated during this " +"mode." + +#: ../../include/functions_config.php:1767 +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 in the main index.php file" + +#: ../../include/functions_config.php:1768 +msgid "Developer mode is enabled" +msgstr "Developer mode enabled" + +#: ../../include/functions_config.php:1777 +msgid "Error first setup Open update" +msgstr "Error on first setup open update" + +#: ../../include/functions_config.php:1783 +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." + +#: ../../include/functions_config.php:1784 +msgid "New update of Pandora Console" +msgstr "New Pandora Console update" + +#: ../../include/functions_config.php:1798 +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 don't forget to restart the " +"apache process after the changes are complete." + +#: ../../include/functions_config.php:1799 +msgid "PHP safe mode is enabled. Some features may not properly work." +msgstr "PHP safe mode is enabled. Some features may not work properly." + +#: ../../include/functions_config.php:1804 +#, php-format +msgid "Recommended value is %s" +msgstr "The recommended value is %s" + +#: ../../include/functions_config.php:1804 +#: ../../include/functions_config.php:1810 +msgid "Unlimited" +msgstr "Unlimited" + +#: ../../include/functions_config.php:1804 +#: ../../include/functions_config.php:1810 +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1833 +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 (hp.ini) or contact your " +"administrator (remember to restart the Apache process after performing " +"changes)" + +#: ../../include/functions_config.php:1805 +#: ../../include/functions_config.php:1811 +#: ../../include/functions_config.php:1819 +#: ../../include/functions_config.php:1827 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Not recommended '%s' value in PHP configuration" + +#: ../../include/functions_config.php:1810 +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1826 +#, php-format +msgid "Recommended value is: %s" +msgstr "The recommended value is: %s" + +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1826 +#, php-format +msgid "%s or greater" +msgstr "%s or greater" + +#: ../../include/functions_config.php:1826 +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/functions_config.php:1832 +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)" + +#: ../../include/functions_config.php:1833 +msgid "Problems with disable functions in PHP.INI" +msgstr "Problems with disable functions in PHP.INI" + +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "The target IP cannot be left blank." + +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "Numeric OID" + +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "Syntax" + +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "Display hint" + +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "Max. access" + +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "OID Information" + +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "Starting OID" + +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "Browse" + +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "First match" + +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "Previous match" + +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "Next match" + +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "Last match" + +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "Expand the tree (can be slow)" + +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "Collapse the tree" + +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "SNMP v3 settings" + +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "Search options" + +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "Alert Actions" + +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "Alert Templates" + +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "Visual console layout" + +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "Planned downtime" + +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "GIS maps" + +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "GIS connections" + +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "GIS map layers" + +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "Network maps" + +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "Show branch son" + +#: ../../include/functions_groups.php:2178 +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. A common installation must have " +"at least one group." + +#: ../../include/functions_servers.php:363 +msgid "Data server" +msgstr "Data server" + +#: ../../include/functions_servers.php:368 +msgid "Network server" +msgstr "Network server" + +#: ../../include/functions_servers.php:373 +msgid "SNMP Trap server" +msgstr "SNMP Trap server" + +#: ../../include/functions_servers.php:383 +msgid "Plugin server" +msgstr "Plug-in server" + +#: ../../include/functions_servers.php:388 +msgid "Prediction server" +msgstr "Prediction server" + +#: ../../include/functions_servers.php:393 +msgid "WMI server" +msgstr "WMI server" + +#: ../../include/functions_servers.php:403 +msgid "Inventory server" +msgstr "Inventory server" + +#: ../../include/functions_servers.php:408 +msgid "Web server" +msgstr "Web server" + +#: ../../include/functions_servers.php:413 +msgid "Event server" +msgstr "Event server" + +#: ../../include/functions_servers.php:418 +msgid "Enterprise ICMP server" +msgstr "Enterprise ICMP server" + +#: ../../include/functions_servers.php:423 +msgid "Enterprise SNMP server" +msgstr "Enterprise SNMP server" + +#: ../../include/functions_servers.php:428 +msgid "Enterprise Satellite server" +msgstr "Enterprise Satellite server" + +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/tactical.php:72 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/modules.php:174 +#: ../../mobile/operation/alerts.php:142 ../../mobile/operation/agents.php:146 +#: ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/networkmaps.php:100 +#: ../../mobile/operation/agent.php:67 ../../mobile/operation/events.php:431 +#: ../../mobile/operation/groups.php:54 +#: ../../mobile/operation/networkmap.php:79 ../../mobile/index.php:241 msgid "" "Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

\n" -"\t\t\tPlease know that all attempts to access this page are recorded in " -"security logs of Pandora System Database" +"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 authorised users only, please contact " -"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 System Database" +"Access to this page is restricted to authorized users only, please contact " +"your system administrator if you should need help.

. Please remember " +"that any attempts to access this page will be recorded on the Pandora FMS " +"System Database." -#: ../../general/login_page.php:35 -msgid "Go to Pandora FMS Website" -msgstr "Go to the Pandora FMS Website" - -#: ../../general/login_page.php:40 -msgid "Go to Login" -msgstr "Go to Login" - -#: ../../general/login_page.php:131 -msgid "Logged out" -msgstr "Logged out" - -#: ../../general/login_page.php:157 -msgid "View details" -msgstr "View details" - -#: ../../general/login_page.php:218 -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." - -#: ../../general/login_page.php:219 -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" - -#: ../../general/login_page.php:282 -msgid "Why is it recommended to upgrade the web browser?" -msgstr "Why is it recommendable to upgrade your browser?" - -#: ../../general/login_page.php:287 -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." - -#: ../../general/login_page.php:296 -msgid "Continue despite this warning" -msgstr "Continue despite this warning" - -#: ../../general/header.php:89 ../../general/header.php:91 -msgid "Enter keywords to search" -msgstr "Enter keywords to search" - -#: ../../general/header.php:139 ../../general/header.php:140 -msgid "QR Code of the page" -msgstr "Page QR Code" - -#: ../../general/header.php:240 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "System alerts detected - Please fix them as soon as possible" - -#: ../../general/header.php:251 +#: ../../mobile/operation/module_graph.php:366 +#: ../../mobile/operation/module_graph.php:375 #, php-format -msgid "You have %d warning(s)" -msgstr "You have %d warning(s)" +msgid "PandoraFMS: %s" +msgstr "PandoraFMS : %s" -#: ../../general/header.php:257 -msgid "There are not warnings" -msgstr "There are no warnings" - -#: ../../general/header.php:283 -msgid "New chat message" -msgstr "New chat message" - -#: ../../general/header.php:292 -msgid "Message overview" -msgstr "Message overview" - -#: ../../general/header.php:293 +#: ../../mobile/operation/module_graph.php:389 #, php-format -msgid "You have %d unread message(s)" -msgstr "You have %d unread message(s)" +msgid "Options for %s : %s" +msgstr "Options for %s : %s" -#: ../../general/header.php:297 -msgid "Blank characters are used as AND conditions" -msgstr "Blank characters are used as AND conditions" +#: ../../mobile/operation/module_graph.php:396 +msgid "Show Alerts" +msgstr "Show Alerts" -#: ../../general/login_help_dialog.php:42 -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'll " -"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!" +#: ../../mobile/operation/module_graph.php:404 +msgid "Show Events" +msgstr "Show Events" -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" -msgstr "Online help" +#: ../../mobile/operation/module_graph.php:436 +msgid "Avg Only" +msgstr "Avg Only" -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" -msgstr "Enterprise Edition" +#: ../../mobile/operation/module_graph.php:441 +msgid "Time range (hours)" +msgstr "Time range (hours)" -#: ../../general/login_help_dialog.php:69 -msgid "Forums" -msgstr "Forums" +#: ../../mobile/operation/module_graph.php:461 +msgid "Update graph" +msgstr "Update graph" -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" -msgstr "Documentation" +#: ../../mobile/operation/module_graph.php:470 +msgid "Error get the graph" +msgstr "Error retrieving the graph" -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" -msgstr "Don't show this message again" +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "Last activity" -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" -msgstr "Press here to activate the shortcut bar" +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" +msgstr "Visual consoles" -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" -msgstr "Incidents opened" +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" +msgstr "No maps defined" -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" -msgstr "Create new message" +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "Filter Modules by %s" + +#: ../../mobile/operation/modules.php:261 +#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/networkmaps.php:150 +#: ../../mobile/operation/events.php:659 +msgid "Apply Filter" +msgstr "Apply Filter" + +#: ../../mobile/operation/modules.php:500 +msgid "Interval." +msgstr "Interval" + +#: ../../mobile/operation/modules.php:506 +msgid "Last update." +msgstr "Last update" + +#: ../../mobile/operation/modules.php:706 +#: ../../mobile/operation/alerts.php:306 ../../mobile/operation/agents.php:462 +#: ../../mobile/operation/networkmaps.php:216 +#: ../../mobile/operation/events.php:1070 +msgid "(Default)" +msgstr "(Default)" + +#: ../../mobile/operation/modules.php:713 +#: ../../mobile/operation/alerts.php:316 ../../mobile/operation/agents.php:468 +#: ../../mobile/operation/networkmaps.php:222 +#: ../../mobile/operation/events.php:1096 +#, php-format +msgid "Group: %s" +msgstr "Group : %s" + +#: ../../mobile/operation/modules.php:721 +#, php-format +msgid "Module group: %s" +msgstr "Module group : %s" + +#: ../../mobile/operation/modules.php:725 +#: ../../mobile/operation/alerts.php:320 ../../mobile/operation/agents.php:472 +#: ../../mobile/operation/events.php:1112 +#, php-format +msgid "Status: %s" +msgstr "Status : %s" + +#: ../../mobile/operation/modules.php:729 +#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:476 +#, php-format +msgid "Free Search: %s" +msgstr "Free Search : %s" + +#: ../../mobile/operation/modules.php:734 +#, php-format +msgid "Tag: %s" +msgstr "Tag: %s" + +#: ../../mobile/operation/alerts.php:162 +#, php-format +msgid "Filter Alerts by %s" +msgstr "Filter Alerts by %s" + +#: ../../mobile/operation/alerts.php:272 +msgid "Last Fired" +msgstr "Last Fired" + +#: ../../mobile/operation/alerts.php:282 +msgid "No alerts" +msgstr "No alerts" + +#: ../../mobile/operation/alerts.php:312 +#, php-format +msgid "Standby: %s" +msgstr "Standby : %s" + +#: ../../mobile/operation/agents.php:166 +#, php-format +msgid "Filter Agents by %s" +msgstr "Filter Agents by %s" + +#: ../../mobile/operation/agents.php:369 +msgid "No agents" +msgstr "No agents" + +#: ../../mobile/operation/networkmaps.php:112 +msgid "Networkmaps" +msgstr "Network maps" + +#: ../../mobile/operation/networkmaps.php:120 +#, php-format +msgid "Filter Networkmaps by %s" +msgstr "Filter Network maps by %s" + +#: ../../mobile/operation/networkmaps.php:202 +#: ../../mobile/operation/networkmap.php:164 +msgid "No networkmaps" +msgstr "No network maps" + +#: ../../mobile/operation/networkmaps.php:229 +#: ../../mobile/operation/events.php:1108 +#, php-format +msgid "Type: %s" +msgstr "Type: %s" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "Home" + +#: ../../mobile/operation/agent.php:112 +msgid "PandoraFMS: Agents" +msgstr "PandoraFMS : Agents" + +#: ../../mobile/operation/agent.php:117 +msgid "No agent found" +msgstr "No agent found." + +#: ../../mobile/operation/agent.php:180 +msgid "Modules by status" +msgstr "Modules by status" + +#: ../../mobile/operation/agent.php:236 +#, php-format +msgid "Last %s Events" +msgstr "Last %s events" + +#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 +#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 +msgid "Preset Filters" +msgstr "Preset Filters" + +#: ../../mobile/operation/events.php:443 +msgid "ERROR: Event detail" +msgstr "ERROR : Event details" + +#: ../../mobile/operation/events.php:445 +msgid "Error connecting to DB pandora." +msgstr "Error on connecting to Pandora DB." + +#: ../../mobile/operation/events.php:458 +msgid "Event detail" +msgstr "Event details" + +#: ../../mobile/operation/events.php:541 +msgid "Sucessful validate" +msgstr "Validation successful." + +#: ../../mobile/operation/events.php:543 +msgid "Fail validate" +msgstr "Validation failed." + +#: ../../mobile/operation/events.php:575 +#, php-format +msgid "Filter Events by %s" +msgstr "Filter events by %s" + +#: ../../mobile/operation/events.php:1076 +#, php-format +msgid "Filter: %s" +msgstr "Filter : %s" + +#: ../../mobile/operation/events.php:1089 +#, php-format +msgid "Severity: %s" +msgstr "Severity : %s" + +#: ../../mobile/operation/events.php:1116 +#, php-format +msgid "Free search: %s" +msgstr "Free search : %s" + +#: ../../mobile/operation/events.php:1120 +#, php-format +msgid "Hours: %s" +msgstr "Hours : %s" + +#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 +msgid "Pandora FMS mobile" +msgstr "Pandora FMS : Mobile" + +#: ../../mobile/include/ui.class.php:630 +msgid "Not found header." +msgstr "Header not found." + +#: ../../mobile/include/ui.class.php:633 +msgid "Not found content." +msgstr "Content not found." + +#: ../../mobile/include/ui.class.php:636 +msgid "Not found footer." +msgstr "Footer not found." + +#: ../../mobile/include/ui.class.php:639 +msgid "Incorrect form." +msgstr "Incorrect form." + +#: ../../mobile/include/ui.class.php:642 +msgid "Incorrect grid." +msgstr "Wrong grid." + +#: ../../mobile/include/ui.class.php:645 +msgid "Incorrect collapsible." +msgstr "Wrong collapsible." + +#: ../../mobile/include/user.class.php:152 +#: ../../mobile/include/user.class.php:170 +#: ../../mobile/include/user.class.php:177 +msgid "Double authentication failed" +msgstr "Double authentication failed" + +#: ../../mobile/include/user.class.php:153 +msgid "Secret code not found" +msgstr "Secret code not found" + +#: ../../mobile/include/user.class.php:154 +msgid "Please contact the administrator to reset your double authentication" +msgstr "Please contact the administrator to reset your double authentication" + +#: ../../mobile/include/user.class.php:178 +msgid "There was an error checking the code" +msgstr "There was an error checking the code" + +#: ../../mobile/include/user.class.php:211 +msgid "Login Failed" +msgstr "Login Failed" + +#: ../../mobile/include/user.class.php:212 +msgid "User not found in database or incorrect password." +msgstr "User not found in database or wrong password." + +#: ../../mobile/include/user.class.php:220 +msgid "Login out" +msgstr "Logout" + +#: ../../mobile/include/user.class.php:244 +msgid "user" +msgstr "User" + +#: ../../mobile/include/user.class.php:251 +msgid "password" +msgstr "Password" + +#~ msgid "Previous Dashboard" +#~ msgstr "Previous Dashboard" + +#~ msgid "Next Dashboard" +#~ msgstr "Next Dashboard" + +#~ msgid "Play" +#~ msgstr "Play" + +#~ msgid "Next slide in" +#~ msgstr "Next slide in" + +#~ msgid "Number Cells" +#~ msgstr "Number Cells" + +#~ msgid "Update cells" +#~ msgstr "Update cells" + +#~ msgid "Name of dashboard" +#~ msgstr "Name of dashboard" + +#~ 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 "Replicate Dashboard" +#~ msgstr "Replicate Dashboard" + +#~ 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 "Path doesn't exist or is not writable" +#~ msgstr "Path doesn't exist or is not writable." + +#~ msgid "Poling time" +#~ msgstr "Poling time" + +#~ msgid "Radius" +#~ msgstr "Radius" + +#~ msgid "Network map linked" +#~ msgstr "Network map linked" + +#~ msgid "Show modules:" +#~ msgstr "Show modules:" + +#~ msgid "Network console" +#~ msgstr "Network console" + +#~ msgid "Networkmap enterprise" +#~ msgstr "Enterprise network map" + +#~ msgid "Details of node:" +#~ msgstr "Details of node :" + +#~ msgid "Source data" +#~ msgstr "Source data" + +#~ 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 "Start empty networkmap" +#~ msgstr "Start empty networkmap" + +#~ msgid "The networkmap has been generated already." +#~ msgstr "The network map has already been generated." + +#~ msgid "x" +#~ msgstr "x" + +#~ msgid "Refresh network map 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 "Networkmap enterprise - %s" +#~ msgstr "Enterprise network map - %s" + +#~ msgid "Error parsing MIB" +#~ msgstr "Error parsing MIB" + +#~ msgid "Fail uploaded %s/%s traps" +#~ msgstr "Failure in uploading %s/%s traps" + +#~ msgid "Autosync users" +#~ msgstr "Autosync users" + +#~ 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 "Visualmap" +#~ msgstr "Visual map" + +#~ msgid "Updated at realtime" +#~ msgstr "Updated in real time" + +#~ msgid "" +#~ "the selected modules do not exist or do not belong to the intended " +#~ "agents: " +#~ msgstr "" +#~ "and this modules are doesn't exist or not applicable to this agents: " + +#~ msgid "and this agents with ids are don't exist: " +#~ msgstr "and this agents with ids aren't exists: " + +#~ msgid "Agent max" +#~ msgstr "Max amount of agents" + +#~ msgid "Map summary" +#~ msgstr "Map summary" + +#~ msgid "The session may be expired" +#~ msgstr "The session may be expired" + +#~ msgid "None selected" +#~ msgstr "None selected" + +#~ msgid "Network map created successfully" +#~ msgstr "Network map created successfully" + +#~ msgid "Could not create network map" +#~ msgstr "Couldn't create the network map" + +#~ msgid "Network map saved successfully" +#~ msgstr "Network map successfully saved" + +#~ msgid "Could not save network map" +#~ msgstr "Couldn't save the network map" + +#~ msgid "Delete map" +#~ msgstr "Delete map" + +#~ msgid "Topology view" +#~ msgstr "Topology view" + +#~ msgid "Policies view" +#~ msgstr "Policy view" + +#~ msgid "Radial dynamic view" +#~ msgstr "Radial dynamic view" + +#~ msgid "Store group" +#~ msgstr "Store group" + +#~ msgid "Depth" +#~ msgstr "Depth" + +#~ msgid "Show interfaces" +#~ msgstr "Show interfaces" + +#~ msgid "Only modules with alerts" +#~ msgstr "Only modules with alerts" + +#~ msgid "Hide policy modules" +#~ msgstr "Hide policy modules" + +#~ 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 "Combined graph" +#~ msgstr "Combined graph" + +#~ msgid "No special days configured" +#~ msgstr "No special days configured" + +#~ msgid "This is defined in minutes" +#~ msgstr "This is defined in minutes" #~ msgid "Criticity" #~ msgstr "Criticity" @@ -32083,7 +34505,6 @@ msgstr "Create new message" #~ msgid "Not executed" #~ msgstr "Not executed" -#, php-format #~ msgid "Deleted data above %d" #~ msgstr "Deleted data above %d" @@ -32102,9 +34523,6 @@ msgstr "Create new message" #~ 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" @@ -32123,26 +34541,22 @@ msgstr "Create new message" #~ msgid "Massive modules copy" #~ msgstr "Massive modules copy" -#, 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" +#~ "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" +#~ "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 "Actual" -#~ msgstr "Actual" - #~ msgid "Empty graph" #~ msgstr "Empty graph" @@ -32233,9 +34647,6 @@ msgstr "Create new message" #~ msgid "Refresh networkmap state" #~ msgstr "Refresh network map state" -#~ msgid "Path doesn't exists or is not writable" -#~ msgstr "Path doesn't exist or is not writable." - #~ msgid "Generated: " #~ msgstr "Generated: " @@ -32264,22 +34675,19 @@ msgstr "Create new message" #~ msgstr "Masive modules policy tags edition" #~ 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." +#~ "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." +#~ "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" @@ -32311,15 +34719,15 @@ msgstr "Create new message" #~ msgstr "Generate a dinamic report" #~ msgid "" -#~ "There is a new update please go to menu Administration and into extensions " -#~ "go to Update Manager for more details." +#~ "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." +#~ "There is a new update please go to menu Administration and into " +#~ "extensions go to " +#~ "Update Manager for more details." #~ msgid "Events info (1hr)" #~ msgstr "Events info (1hr)" @@ -32337,7 +34745,8 @@ msgstr "Create new message" #~ 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." +#~ 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." @@ -32346,18 +34755,18 @@ msgstr "Create new message" #~ 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'. " +#~ "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'. " +#~ "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'. " +#~ "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'. " @@ -32376,28 +34785,28 @@ msgstr "Create new message" #~ "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'. " +#~ "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'. " +#~ "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'. " +#~ "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'. " +#~ "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'. " +#~ "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." +#~ "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." @@ -32406,7 +34815,8 @@ msgstr "Create new message" #~ 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." +#~ 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." @@ -32420,14 +34830,9 @@ msgstr "Create new message" #~ msgstr "" #~ "Error deleting the module template. 'Id_module_template' doesn't exist." -#~ msgid "and this agents with ids are doesn't exists: " -#~ msgstr "& these agents with ID's don't exist: " - -#~ msgid "and this modules are doesn't exists or not applicable a this agents: " -#~ msgstr "& these modules don't exist or aren't applicable to these agents: " - #~ 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." +#~ 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." @@ -32462,8 +34867,8 @@ msgstr "Create new message" #~ "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'. " +#~ "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." diff --git a/pandora_console/include/languages/es.mo b/pandora_console/include/languages/es.mo old mode 100644 new mode 100755 index 33577453e2..bd4d62b209 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 old mode 100644 new mode 100755 index 57f85ddbb7..642c077044 --- a/pandora_console/include/languages/es.po +++ b/pandora_console/include/languages/es.po @@ -3,11 +3,21 @@ # This file is distributed under the same license as the pandora-fms package. # FIRST AUTHOR , 2015. # +#: ../../enterprise/meta/monitoring/group_view.php:135 +#: ../../enterprise/meta/monitoring/group_view.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:905 +#: ../../enterprise/include/functions_reporting.php:1787 +#: ../../enterprise/include/functions_reporting.php:1788 +#: ../../enterprise/include/functions_reporting.php:1789 +#: ../../enterprise/include/functions_reporting.php:1790 +#: ../../enterprise/include/functions_reporting.php:1791 +#: ../../enterprise/include/functions_reporting.php:1792 +#: ../../include/functions_api.php:8904 msgid "" msgstr "" "Project-Id-Version: pandora-fms\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-01 11:28+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-29 05:45+0100\n" "PO-Revision-Date: 2016-03-03 08:27+0000\n" "Last-Translator: MIguel Lopez ARTICA \n" "Language-Team: Spanish \n" @@ -17,130 +27,895 @@ msgstr "" "X-Launchpad-Export-Date: 2016-03-03 08:28+0000\n" "X-Generator: Launchpad (build 17925)\n" -#: ../../enterprise/mobile/include/enterprise.class.php:63 -#: ../../enterprise/dashboard/main_dashboard.php:381 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:157 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:516 -#: ../../enterprise/meta/include/functions_wizard_meta.php:148 -#: ../../enterprise/meta/include/functions_wizard_meta.php:359 -#: ../../enterprise/meta/include/functions_wizard_meta.php:460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:991 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1411 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1511 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1625 -#: ../../enterprise/meta/advanced/servers.build_table.php:59 -#: ../../enterprise/include/functions_reporting.php:1896 -#: ../../enterprise/include/functions_reporting.php:2010 -#: ../../enterprise/include/functions_reporting.php:3185 -#: ../../enterprise/include/functions_services.php:1413 -#: ../../enterprise/include/functions_reporting_pdf.php:1321 -#: ../../enterprise/include/functions_reporting_pdf.php:1457 -#: ../../enterprise/include/functions_reporting_pdf.php:2338 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1078 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1562 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1702 -#: ../../enterprise/operation/services/services.service.php:120 -#: ../../enterprise/operation/services/services.list.php:303 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:298 -#: ../../enterprise/operation/agentes/policy_view.php:131 -#: ../../enterprise/operation/agentes/policy_view.php:305 -#: ../../enterprise/operation/agentes/collection_view.php:63 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:259 -#: ../../enterprise/godmode/services/services.service.php:233 -#: ../../enterprise/godmode/alerts/alert_events_list.php:422 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 -#: ../../enterprise/godmode/alerts/alert_events.php:488 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 -#: ../../enterprise/godmode/agentes/inventory_manager.php:233 -#: ../../enterprise/godmode/agentes/collection_manager.php:105 -#: ../../enterprise/godmode/agentes/collection_manager.php:163 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:67 -#: ../../enterprise/godmode/setup/edit_skin.php:207 -#: ../../enterprise/godmode/setup/setup_skins.php:82 -#: ../../enterprise/godmode/modules/local_components.php:469 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 -#: ../../enterprise/godmode/modules/configure_local_component.php:141 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 -#: ../../enterprise/godmode/reporting/mysql_builder.php:41 -#: ../../enterprise/godmode/reporting/mysql_builder.php:138 -#: ../../enterprise/godmode/reporting/mysql_builder.php:139 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 -#: ../../enterprise/godmode/policies/policies.php:253 -#: ../../enterprise/godmode/policies/configure_policy.php:65 -#: ../../enterprise/godmode/policies/policy_collections.php:121 -#: ../../enterprise/godmode/policies/policy_collections.php:192 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 -#: ../../enterprise/godmode/policies/policy_agents.php:348 -#: ../../enterprise/godmode/policies/policy_modules.php:1019 -#: ../../mobile/operation/networkmaps.php:195 -#: ../../mobile/operation/visualmaps.php:139 -#: ../../extensions/files_repo/files_repo_list.php:58 -#: ../../include/functions_filemanager.php:578 -#: ../../include/functions_treeview.php:79 -#: ../../include/functions_reporting.php:4731 -#: ../../include/functions_reporting_html.php:482 -#: ../../include/functions_reporting_html.php:1095 -#: ../../include/functions_reporting_html.php:1514 -#: ../../include/functions_reporting_html.php:2978 -#: ../../include/functions_events.php:2013 -#: ../../include/functions_events.php:2063 ../../operation/extensions.php:47 -#: ../../operation/gis_maps/gis_map.php:89 -#: ../../operation/gis_maps/index.php:35 -#: ../../operation/agentes/networkmap_list.php:134 -#: ../../operation/agentes/networkmap.php:437 -#: ../../operation/search_maps.php:31 -#: ../../operation/netflow/nf_live_view.php:288 -#: ../../operation/search_helps.php:36 ../../operation/search_users.php:41 -#: ../../godmode/events/event_filter.php:104 -#: ../../godmode/events/event_responses.editor.php:76 -#: ../../godmode/events/event_responses.list.php:54 -#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 -#: ../../godmode/category/edit_category.php:155 -#: ../../godmode/alerts/alert_commands.php:323 -#: ../../godmode/alerts/configure_alert_command.php:146 -#: ../../godmode/alerts/configure_alert_template.php:707 -#: ../../godmode/alerts/alert_templates.php:298 -#: ../../godmode/alerts/configure_alert_action.php:112 -#: ../../godmode/alerts/alert_actions.php:340 -#: ../../godmode/agentes/module_manager_editor_common.php:130 -#: ../../godmode/agentes/module_manager_editor_common.php:578 -#: ../../godmode/agentes/planned_downtime.editor.php:472 -#: ../../godmode/agentes/planned_downtime.editor.php:722 -#: ../../godmode/agentes/module_manager.php:504 -#: ../../godmode/agentes/configure_field.php:48 -#: ../../godmode/servers/modificar_server.php:46 -#: ../../godmode/servers/plugin.php:243 ../../godmode/servers/plugin.php:685 -#: ../../godmode/servers/servers.build_table.php:63 -#: ../../godmode/servers/recon_script.php:95 -#: ../../godmode/servers/recon_script.php:348 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_edit_form.php:189 -#: ../../godmode/netflow/nf_edit.php:118 -#: ../../godmode/groups/configure_modu_group.php:65 -#: ../../godmode/groups/group_list.php:333 -#: ../../godmode/groups/configure_group.php:114 -#: ../../godmode/groups/modu_group_list.php:182 -#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 -#: ../../godmode/modules/manage_nc_groups.php:193 -#: ../../godmode/modules/manage_network_templates.php:181 -#: ../../godmode/modules/manage_nc_groups_form.php:66 -#: ../../godmode/modules/manage_network_components_form_common.php:52 -#: ../../godmode/modules/module_list.php:59 -#: ../../godmode/modules/manage_network_templates_form.php:144 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/graph_builder.main.php:94 -#: ../../godmode/reporting/reporting_builder.item_editor.php:614 -#: ../../godmode/reporting/reporting_builder.main.php:65 -#: ../../godmode/reporting/reporting_builder.main.php:67 -#: ../../godmode/tag/edit_tag.php:164 ../../godmode/tag/tag.php:156 -msgid "Name" -msgstr "Nombre" +#: ../../operation/search_alerts.php:27 ../../operation/search_reports.php:29 +#: ../../operation/search_users.php:26 ../../operation/search_agents.php:33 +#: ../../operation/search_modules.php:26 ../../operation/search_maps.php:22 +#: ../../operation/search_graphs.php:24 +msgid "Zero results found" +msgstr "No se encontró ningún resultado" -#: ../../enterprise/mobile/include/enterprise.class.php:64 +#: ../../operation/search_alerts.php:39 +#: ../../operation/agentes/status_monitor.php:944 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:96 +#: ../../operation/agentes/estado_agente.php:488 +#: ../../operation/agentes/ver_agente.php:734 +#: ../../operation/agentes/alerts_status.php:427 +#: ../../operation/agentes/alerts_status.php:502 +#: ../../operation/agentes/estado_monitores.php:95 +#: ../../operation/search_agents.php:44 ../../operation/search_agents.php:50 +#: ../../operation/incidents/incident_detail.php:349 +#: ../../operation/search_modules.php:42 ../../operation/gis_maps/ajax.php:216 +#: ../../operation/gis_maps/ajax.php:247 +#: ../../operation/events/events.build_table.php:36 +#: ../../extensions/agents_alerts.php:344 ../../extensions/insert_data.php:147 +#: ../../extensions/module_groups.php:41 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:87 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:194 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:253 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:186 +#: ../../enterprise/operation/inventory/inventory.php:206 +#: ../../enterprise/operation/log/log_viewer.php:193 +#: ../../enterprise/extensions/ipam/ipam_network.php:537 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 +#: ../../enterprise/godmode/policies/policy_linking.php:120 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1449 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1896 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2046 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2053 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:81 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/services/services.elements.php:326 +#: ../../enterprise/godmode/services/services.elements.php:335 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 +#: ../../enterprise/meta/agentsearch.php:92 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3237 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:221 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1442 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2268 +#: ../../enterprise/include/functions_inventory.php:233 +#: ../../enterprise/include/functions_inventory.php:505 +#: ../../enterprise/include/functions_inventory.php:561 +#: ../../enterprise/include/functions_reporting_pdf.php:743 +#: ../../enterprise/include/functions_reporting_pdf.php:801 +#: ../../enterprise/include/functions_reporting_pdf.php:829 +#: ../../enterprise/include/functions_reporting_pdf.php:895 +#: ../../enterprise/include/functions_reporting_pdf.php:1084 +#: ../../enterprise/include/functions_reporting_pdf.php:1330 +#: ../../enterprise/include/functions_reporting_pdf.php:1610 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../enterprise/include/functions_reporting_pdf.php:1934 +#: ../../enterprise/include/functions_log.php:332 +#: ../../enterprise/include/functions_alert_event.php:923 +#: ../../enterprise/dashboard/widgets/top_n.php:126 +#: ../../enterprise/dashboard/widgets/module_icon.php:52 +#: ../../enterprise/dashboard/widgets/module_status.php:52 +#: ../../enterprise/dashboard/widgets/module_table_value.php:49 +#: ../../enterprise/dashboard/widgets/single_graph.php:50 +#: ../../enterprise/dashboard/widgets/module_value.php:52 +#: ../../godmode/reporting/graph_builder.graph_editor.php:84 +#: ../../godmode/reporting/reporting_builder.item_editor.php:897 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1461 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1660 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1667 +#: ../../godmode/reporting/visual_console_builder.wizard.php:276 +#: ../../godmode/reporting/visual_console_builder.wizard.php:550 +#: ../../godmode/reporting/visual_console_builder.wizard.php:573 +#: ../../godmode/reporting/reporting_builder.list_items.php:290 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:647 +#: ../../godmode/agentes/module_manager_editor_common.php:675 +#: ../../godmode/agentes/planned_downtime.list.php:171 +#: ../../godmode/agentes/module_manager_editor_prediction.php:115 +#: ../../godmode/servers/plugin.php:66 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/massive/massive_copy_modules.php:86 +#: ../../godmode/massive/massive_copy_modules.php:200 +#: ../../godmode/alerts/alert_list.list.php:379 +#: ../../godmode/alerts/alert_list.list.php:590 +#: ../../godmode/alerts/alert_view.php:66 +#: ../../godmode/alerts/alert_list.builder.php:59 +#: ../../godmode/gis_maps/configure_gis_map.php:420 +#: ../../include/functions_pandora_networkmap.php:1364 +#: ../../include/functions_pandora_networkmap.php:1491 +#: ../../include/ajax/alert_list.ajax.php:131 +#: ../../include/functions_reporting.php:5483 +#: ../../include/functions_graph.php:5170 +#: ../../include/functions_reporting_html.php:337 +#: ../../include/functions_reporting_html.php:453 +#: ../../include/functions_reporting_html.php:532 +#: ../../include/functions_reporting_html.php:984 +#: ../../include/functions_reporting_html.php:1373 +#: ../../include/functions_reporting_html.php:1712 +#: ../../include/functions_reporting_html.php:1853 +#: ../../include/functions_reporting_html.php:1891 +#: ../../include/functions_reporting_html.php:2134 +#: ../../include/functions_reporting_html.php:2288 +#: ../../include/functions_reporting_html.php:2499 +#: ../../include/functions_visual_map_editor.php:257 +#: ../../mobile/operation/modules.php:454 +#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/agents.php:69 +#: ../../mobile/operation/agents.php:309 ../../mobile/operation/home.php:72 +#: ../../mobile/operation/events.php:510 +msgid "Agent" +msgstr "Agente" + +#: ../../operation/search_alerts.php:42 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:97 +#: ../../operation/agentes/alerts_status.php:428 +#: ../../operation/agentes/alerts_status.php:469 +#: ../../operation/agentes/alerts_status.php:503 +#: ../../operation/agentes/alerts_status.php:537 +#: ../../operation/agentes/estado_monitores.php:97 +#: ../../operation/search_modules.php:35 +#: ../../extensions/agents_alerts.php:279 ../../extensions/insert_data.php:158 +#: ../../extensions/module_groups.php:43 +#: ../../enterprise/operation/agentes/agent_inventory.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:194 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:191 +#: ../../enterprise/operation/inventory/inventory.php:169 +#: ../../enterprise/extensions/check_acls.php:121 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 +#: ../../enterprise/godmode/policies/policy_linking.php:121 +#: ../../enterprise/godmode/policies/policy_alerts.php:240 +#: ../../enterprise/godmode/policies/policy_alerts.php:447 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1461 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1897 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2047 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2054 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 +#: ../../enterprise/godmode/agentes/inventory_manager.php:149 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/services/services.elements.php:325 +#: ../../enterprise/godmode/services/services.elements.php:351 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 +#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:222 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1492 +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2269 +#: ../../enterprise/include/functions_inventory.php:506 +#: ../../enterprise/include/functions_inventory.php:562 +#: ../../enterprise/include/functions_reporting_pdf.php:744 +#: ../../enterprise/include/functions_reporting_pdf.php:802 +#: ../../enterprise/include/functions_reporting_pdf.php:896 +#: ../../enterprise/include/functions_reporting_pdf.php:1041 +#: ../../enterprise/include/functions_reporting_pdf.php:1085 +#: ../../enterprise/include/functions_reporting_pdf.php:1611 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../enterprise/include/functions_reporting_pdf.php:1939 +#: ../../enterprise/include/functions_alert_event.php:924 +#: ../../enterprise/dashboard/widgets/top_n.php:127 +#: ../../enterprise/dashboard/widgets/top_n.php:310 +#: ../../enterprise/dashboard/widgets/module_icon.php:63 +#: ../../enterprise/dashboard/widgets/module_icon.php:69 +#: ../../enterprise/dashboard/widgets/module_status.php:63 +#: ../../enterprise/dashboard/widgets/module_status.php:69 +#: ../../enterprise/dashboard/widgets/module_table_value.php:60 +#: ../../enterprise/dashboard/widgets/module_table_value.php:66 +#: ../../enterprise/dashboard/widgets/single_graph.php:61 +#: ../../enterprise/dashboard/widgets/single_graph.php:67 +#: ../../enterprise/dashboard/widgets/module_value.php:63 +#: ../../enterprise/dashboard/widgets/module_value.php:69 +#: ../../godmode/reporting/graph_builder.graph_editor.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:951 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1462 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1661 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1668 +#: ../../godmode/reporting/visual_console_builder.wizard.php:275 +#: ../../godmode/reporting/visual_console_builder.wizard.php:582 +#: ../../godmode/reporting/reporting_builder.list_items.php:295 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/agentes/module_manager_editor_common.php:657 +#: ../../godmode/agentes/module_manager_editor_common.php:676 +#: ../../godmode/agentes/planned_downtime.list.php:175 +#: ../../godmode/agentes/planned_downtime.editor.php:838 +#: ../../godmode/agentes/module_manager_editor_prediction.php:140 +#: ../../godmode/servers/plugin.php:67 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +#: ../../godmode/alerts/alert_list.list.php:393 +#: ../../godmode/alerts/alert_list.list.php:599 +#: ../../godmode/alerts/alert_view.php:71 +#: ../../godmode/alerts/alert_list.builder.php:71 +#: ../../include/functions_treeview.php:66 +#: ../../include/ajax/alert_list.ajax.php:140 +#: ../../include/functions_graph.php:5286 +#: ../../include/functions_reporting_html.php:338 +#: ../../include/functions_reporting_html.php:454 +#: ../../include/functions_reporting_html.php:985 +#: ../../include/functions_reporting_html.php:1374 +#: ../../include/functions_reporting_html.php:1412 +#: ../../include/functions_reporting_html.php:1719 +#: ../../include/functions_reporting_html.php:1854 +#: ../../include/functions_visual_map_editor.php:290 +#: ../../mobile/operation/alerts.php:268 +msgid "Module" +msgstr "Módulo" + +#: ../../operation/search_alerts.php:45 +#: ../../operation/agentes/alerts_status.php:429 +#: ../../operation/agentes/alerts_status.php:470 +#: ../../operation/agentes/alerts_status.php:504 +#: ../../operation/agentes/alerts_status.php:538 +#: ../../operation/servers/recon_view.php:101 +#: ../../extensions/agents_alerts.php:344 +#: ../../enterprise/operation/agentes/policy_view.php:195 +#: ../../enterprise/godmode/policies/policy_alerts.php:239 +#: ../../enterprise/godmode/policies/policy_alerts.php:438 +#: ../../enterprise/include/functions_reporting_pdf.php:1042 +#: ../../enterprise/include/functions_reporting_pdf.php:1086 +#: ../../enterprise/include/functions_reporting_pdf.php:1131 +#: ../../godmode/alerts/alert_list.list.php:407 +#: ../../godmode/alerts/alert_view.php:75 +#: ../../godmode/alerts/alert_list.builder.php:113 +#: ../../include/functions_treeview.php:328 +#: ../../include/functions_treeview.php:369 +#: ../../include/functions_reporting_html.php:1375 +#: ../../include/functions_reporting_html.php:1413 +#: ../../include/functions_reporting_html.php:1449 +#: ../../mobile/operation/alerts.php:270 +msgid "Template" +msgstr "Plantilla" + +#: ../../operation/search_alerts.php:48 +#: ../../operation/agentes/alerts_status.functions.php:106 +#: ../../operation/agentes/alerts_status.php:430 +#: ../../operation/agentes/alerts_status.php:471 +#: ../../operation/agentes/alerts_status.php:505 +#: ../../operation/agentes/alerts_status.php:539 +#: ../../operation/snmpconsole/snmp_view.php:539 +#: ../../operation/snmpconsole/snmp_view.php:837 +#: ../../operation/integria_incidents/incident.list.php:102 +#: ../../operation/incidents/incident.php:343 +#: ../../operation/events/events.build_table.php:253 +#: ../../extensions/agents_alerts.php:280 ../../general/logon_ok.php:222 +#: ../../general/logon_ok.php:419 +#: ../../enterprise/operation/agentes/policy_view.php:196 +#: ../../enterprise/extensions/ipam/ipam_list.php:200 +#: ../../enterprise/godmode/policies/policy_modules.php:1060 +#: ../../enterprise/godmode/policies/policy_alerts.php:455 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1901 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2048 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2056 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 +#: ../../enterprise/godmode/reporting/graph_template_list.php:130 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../enterprise/godmode/alerts/alert_events_list.php:424 +#: ../../enterprise/godmode/alerts/alert_events.php:510 +#: ../../enterprise/godmode/alerts/alert_events.php:522 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 +#: ../../enterprise/include/functions_services.php:1432 +#: ../../enterprise/dashboard/widgets/top_n.php:129 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1467 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1662 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1671 +#: ../../godmode/reporting/visual_console_builder.elements.php:85 +#: ../../godmode/agentes/module_manager.php:532 +#: ../../godmode/agentes/agent_template.php:230 +#: ../../godmode/agentes/planned_downtime.editor.php:839 +#: ../../godmode/netflow/nf_item_list.php:152 +#: ../../godmode/netflow/nf_edit.php:120 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/snmpconsole/snmp_filters.php:133 +#: ../../godmode/snmpconsole/snmp_alert.php:1066 +#: ../../godmode/snmpconsole/snmp_alert.php:1151 +#: ../../godmode/massive/massive_add_action_alerts.php:155 +#: ../../godmode/massive/massive_standby_alerts.php:163 +#: ../../godmode/massive/massive_operations.php:271 +#: ../../godmode/massive/massive_enable_disable_alerts.php:163 +#: ../../godmode/massive/massive_delete_action_alerts.php:164 +#: ../../godmode/users/configure_user.php:619 +#: ../../godmode/admin_access_logs.php:61 +#: ../../godmode/admin_access_logs.php:189 +#: ../../godmode/alerts/alert_list.list.php:607 +#: ../../godmode/alerts/alert_view.php:417 +#: ../../godmode/modules/manage_network_components.php:570 +#: ../../godmode/modules/manage_network_templates.php:192 +#: ../../godmode/modules/manage_nc_groups.php:194 +#: ../../godmode/events/event_filter.php:113 ../../include/functions.php:2306 +#: ../../include/functions_events.php:3384 +#: ../../include/ajax/alert_list.ajax.php:148 +#: ../../include/functions_reporting_html.php:2851 +#: ../../include/functions_ui_renders.php:97 +#: ../../mobile/operation/tactical.php:308 +msgid "Action" +msgstr "Acción" + +#: ../../operation/reporting/reporting_viewer.php:77 +#: ../../godmode/netflow/nf_item_list.php:39 +msgid "Report list" +msgstr "Lista de informes" + +#: ../../operation/reporting/reporting_viewer.php:82 +#: ../../operation/reporting/graph_viewer.php:136 +#: ../../operation/visual_console/render_view.php:110 +#: ../../enterprise/meta/screens/screens.visualmap.php:181 +#: ../../enterprise/meta/screens/screens.visualmap.php:206 +#: ../../godmode/reporting/reporting_builder.php:1930 +#: ../../godmode/reporting/reporting_builder.php:1958 +#: ../../godmode/reporting/graph_builder.php:199 +#: ../../godmode/reporting/visual_console_builder.php:667 +#: ../../godmode/reporting/reporting_builder.main.php:51 +msgid "Main data" +msgstr "Datos principales" + +#: ../../operation/reporting/reporting_viewer.php:86 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 +#: ../../godmode/reporting/reporting_builder.php:1933 +msgid "List items" +msgstr "Listado de elementos" + +#: ../../operation/reporting/reporting_viewer.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 +#: ../../enterprise/include/functions_reporting.php:4818 +#: ../../enterprise/include/functions_reporting.php:4868 +#: ../../godmode/reporting/reporting_builder.php:1936 +msgid "Item editor" +msgstr "Editor de elementos" + +#: ../../operation/reporting/reporting_viewer.php:98 +#: ../../godmode/reporting/reporting_builder.php:1945 +msgid "View report" +msgstr "Ver informe" + +#: ../../operation/reporting/reporting_viewer.php:103 +#: ../../operation/reporting/graph_viewer.php:150 +#: ../../operation/gis_maps/render_view.php:108 +#: ../../operation/visual_console/render_view.php:136 +#: ../../extensions/agents_alerts.php:91 +#: ../../extensions/agents_modules.php:101 +#: ../../extensions/matrix_events.php:31 +#: ../../enterprise/dashboard/main_dashboard.php:142 +msgid "Full screen mode" +msgstr "Modo a pantalla completa" + +#: ../../operation/reporting/reporting_viewer.php:108 +#: ../../operation/reporting/graph_viewer.php:155 +#: ../../operation/gis_maps/render_view.php:112 +#: ../../operation/events/events.php:443 +#: ../../operation/visual_console/render_view.php:164 +#: ../../extensions/agents_alerts.php:96 +#: ../../extensions/agents_modules.php:106 +#: ../../enterprise/dashboard/main_dashboard.php:156 +msgid "Back to normal mode" +msgstr "Volver a modo normal" + +#: ../../operation/reporting/reporting_viewer.php:119 +#: ../../operation/reporting/reporting_viewer.php:124 +#: ../../operation/reporting/reporting_viewer.php:128 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/reporting/graph_viewer.php:163 +#: ../../operation/reporting/graph_viewer.php:314 ../../operation/menu.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 +#: ../../enterprise/meta/general/logon_ok.php:48 +#: ../../godmode/reporting/reporting_builder.php:359 +#: ../../godmode/reporting/reporting_builder.php:364 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1897 +#: ../../godmode/reporting/reporting_builder.php:1902 +#: ../../godmode/reporting/reporting_builder.php:1906 +#: ../../godmode/reporting/reporting_builder.php:1968 +#: ../../godmode/reporting/reporting_builder.php:1973 +#: ../../godmode/reporting/reporting_builder.php:1976 +#: ../../godmode/reporting/map_builder.php:39 +#: ../../godmode/reporting/graphs.php:75 +msgid "Reporting" +msgstr "Informes" + +#: ../../operation/reporting/reporting_viewer.php:130 +#: ../../operation/reporting/custom_reporting.php:27 +#: ../../operation/menu.php:242 +#: ../../godmode/reporting/reporting_builder.php:346 +#: ../../godmode/reporting/reporting_builder.php:368 +#: ../../godmode/reporting/reporting_builder.php:1884 +msgid "Custom reporting" +msgstr "Informes personalizados" + +#: ../../operation/reporting/reporting_viewer.php:152 +msgid "View Report" +msgstr "Ver Informe" + +#: ../../operation/reporting/reporting_viewer.php:191 +msgid "Set initial date" +msgstr "Fijar fecha de inicio" + +#: ../../operation/reporting/reporting_viewer.php:199 +#: ../../operation/agentes/gis_view.php:181 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 +#: ../../enterprise/godmode/policies/policy_alerts.php:336 +#: ../../enterprise/godmode/alerts/alert_events_list.php:559 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 +#: ../../enterprise/include/functions_reporting_pdf.php:2213 +#: ../../enterprise/include/functions_reporting_pdf.php:2249 +#: ../../enterprise/include/functions_reporting_pdf.php:2287 +#: ../../godmode/agentes/planned_downtime.list.php:143 +#: ../../godmode/alerts/alert_templates.php:94 +#: ../../godmode/alerts/alert_list.list.php:532 +#: ../../godmode/alerts/alert_list.list.php:536 +msgid "From" +msgstr "De" + +#: ../../operation/reporting/reporting_viewer.php:202 +#: ../../enterprise/include/functions_reporting_pdf.php:2167 +msgid "Items period before" +msgstr "Periodo de elementos antes de" + +#: ../../operation/reporting/reporting_viewer.php:203 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 +#: ../../enterprise/godmode/policies/policy_alerts.php:337 +#: ../../enterprise/godmode/policies/policy_alerts.php:469 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +#: ../../enterprise/godmode/alerts/alert_events_list.php:560 +#: ../../enterprise/godmode/alerts/alert_events_list.php:601 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 +#: ../../enterprise/include/functions_reporting.php:1959 +#: ../../enterprise/include/functions_reporting.php:2070 +#: ../../enterprise/include/functions_reporting.php:3246 +#: ../../godmode/massive/massive_add_action_alerts.php:161 +#: ../../godmode/alerts/alert_templates.php:96 +#: ../../godmode/alerts/alert_list.list.php:533 +#: ../../godmode/alerts/alert_list.list.php:619 +#: ../../godmode/alerts/alert_list.builder.php:99 +#: ../../include/ajax/alert_list.ajax.php:160 +#: ../../include/functions_reporting.php:9275 +msgid "to" +msgstr "a" + +#: ../../operation/reporting/reporting_viewer.php:206 +#: ../../operation/agentes/datos_agente.php:209 +#: ../../operation/snmpconsole/snmp_view.php:450 +#: ../../operation/users/user_edit.php:500 +#: ../../operation/integria_incidents/incident.incident.php:117 +#: ../../operation/events/events_list.php:634 +#: ../../extensions/net_tools.php:337 +#: ../../extensions/files_repo/files_repo_form.php:88 +#: ../../enterprise/operation/agentes/collection_view.php:97 +#: ../../enterprise/operation/agentes/policy_view.php:161 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:286 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:74 +#: ../../enterprise/extensions/vmware/vmware_view.php:1218 +#: ../../enterprise/extensions/translate_string.php:306 +#: ../../enterprise/extensions/translate_string.php:313 +#: ../../enterprise/extensions/ipam/ipam_network.php:670 +#: ../../enterprise/extensions/ipam/ipam_massive.php:95 +#: ../../enterprise/extensions/ipam/ipam_editor.php:118 +#: ../../enterprise/extensions/cron/main.php:319 +#: ../../enterprise/godmode/policies/policy_collections.php:158 +#: ../../enterprise/godmode/policies/policy_collections.php:210 +#: ../../enterprise/godmode/policies/policy_modules.php:322 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 +#: ../../enterprise/godmode/policies/configure_policy.php:86 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 +#: ../../enterprise/godmode/agentes/collections.data.php:95 +#: ../../enterprise/godmode/agentes/collections.data.php:200 +#: ../../enterprise/godmode/agentes/collections.data.php:258 +#: ../../enterprise/godmode/agentes/collections.data.php:333 +#: ../../enterprise/godmode/agentes/collection_manager.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:217 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 +#: ../../enterprise/godmode/agentes/collections.editor.php:130 +#: ../../enterprise/godmode/agentes/collections.editor.php:196 +#: ../../enterprise/godmode/agentes/inventory_manager.php:204 +#: ../../enterprise/godmode/agentes/inventory_manager.php:266 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:87 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 +#: ../../enterprise/godmode/servers/manage_export_form.php:120 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:327 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:86 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:309 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 +#: ../../enterprise/godmode/services/services.service.php:366 +#: ../../enterprise/godmode/services/services.elements.php:412 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 +#: ../../enterprise/godmode/modules/configure_local_component.php:486 +#: ../../enterprise/godmode/setup/setup.php:234 +#: ../../enterprise/godmode/setup/setup.php:327 +#: ../../enterprise/godmode/setup/edit_skin.php:262 +#: ../../enterprise/godmode/setup/setup_history.php:84 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 +#: ../../enterprise/godmode/setup/setup_log_collector.php:55 +#: ../../enterprise/meta/advanced/metasetup.performance.php:103 +#: ../../enterprise/meta/advanced/metasetup.visual.php:251 +#: ../../enterprise/meta/advanced/metasetup.setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:146 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:297 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 +#: ../../enterprise/meta/event/custom_events.php:197 +#: ../../enterprise/dashboard/main_dashboard.php:280 +#: ../../enterprise/dashboard/widget.php:180 +#: ../../godmode/reporting/graph_builder.main.php:180 +#: ../../godmode/reporting/visual_console_builder.data.php:164 +#: ../../godmode/reporting/reporting_builder.main.php:38 +#: ../../godmode/reporting/visual_console_builder.elements.php:513 +#: ../../godmode/agentes/agent_manager.php:462 +#: ../../godmode/agentes/configure_field.php:61 +#: ../../godmode/agentes/module_manager_editor.php:483 +#: ../../godmode/agentes/planned_downtime.list.php:466 +#: ../../godmode/agentes/planned_downtime.list.php:475 +#: ../../godmode/agentes/agent_template.php:252 +#: ../../godmode/agentes/agent_conf_gis.php:88 +#: ../../godmode/agentes/planned_downtime.editor.php:624 +#: ../../godmode/netflow/nf_edit_form.php:240 +#: ../../godmode/servers/plugin.php:173 ../../godmode/servers/plugin.php:546 +#: ../../godmode/servers/recon_script.php:223 +#: ../../godmode/servers/manage_recontask_form.php:380 +#: ../../godmode/servers/modificar_server.php:53 +#: ../../godmode/groups/configure_group.php:204 +#: ../../godmode/groups/configure_modu_group.php:83 +#: ../../godmode/snmpconsole/snmp_filters.php:105 +#: ../../godmode/snmpconsole/snmp_filters.php:142 +#: ../../godmode/snmpconsole/snmp_alert.php:871 +#: ../../godmode/snmpconsole/snmp_alert.php:1119 +#: ../../godmode/category/edit_category.php:169 +#: ../../godmode/massive/massive_edit_plugins.php:321 +#: ../../godmode/massive/massive_edit_modules.php:611 +#: ../../godmode/massive/massive_edit_agents.php:454 +#: ../../godmode/users/configure_profile.php:381 +#: ../../godmode/users/configure_user.php:587 +#: ../../godmode/update_manager/update_manager.setup.php:132 +#: ../../godmode/alerts/configure_alert_special_days.php:102 +#: ../../godmode/alerts/configure_alert_command.php:198 +#: ../../godmode/alerts/alert_list.list.php:147 +#: ../../godmode/alerts/alert_list.list.php:155 +#: ../../godmode/alerts/configure_alert_action.php:216 +#: ../../godmode/alerts/configure_alert_action.php:222 +#: ../../godmode/modules/manage_network_templates_form.php:154 +#: ../../godmode/modules/manage_network_components_form.php:274 +#: ../../godmode/modules/manage_nc_groups_form.php:79 +#: ../../godmode/setup/setup_ehorus.php:57 +#: ../../godmode/setup/setup_ehorus.php:158 +#: ../../godmode/setup/snmp_wizard.php:106 ../../godmode/setup/news.php:207 +#: ../../godmode/setup/setup_general.php:308 +#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/os.php:57 +#: ../../godmode/setup/os.php:110 ../../godmode/setup/setup_auth.php:198 +#: ../../godmode/setup/setup_visuals.php:702 ../../godmode/setup/links.php:120 +#: ../../godmode/setup/performance.php:146 +#: ../../godmode/events/event_edit_filter.php:400 +#: ../../godmode/events/custom_events.php:201 +#: ../../godmode/events/event_responses.editor.php:145 +#: ../../godmode/tag/edit_tag.php:224 +#: ../../include/functions_pandora_networkmap.php:1462 +#: ../../include/functions_events.php:1704 +#: ../../include/functions_events.php:1742 +#: ../../include/ajax/alert_list.ajax.php:173 +#: ../../include/functions_visual_map_editor.php:441 +msgid "Update" +msgstr "Actualizar" + +#: ../../operation/reporting/reporting_viewer.php:217 +msgid "Invalid date selected. Initial date must be before end date." +msgstr "" +"Fecha seleccionada no válida. La fecha inicial debe ser anterior a la fecha " +"de finalización." + +#: ../../operation/reporting/reporting_viewer.php:237 +#: ../../extensions/system_info.php:496 ../../general/ui/agents_list.php:121 +#: ../../enterprise/operation/log/log_viewer.php:246 +#: ../../enterprise/operation/log/log_viewer.php:252 +#: ../../enterprise/godmode/policies/policy_modules.php:1164 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 +#: ../../godmode/massive/massive_copy_modules.php:164 +msgid "Loading" +msgstr "Cargando" + +#: ../../operation/reporting/reporting_viewer.php:257 +#: ../../operation/reporting/reporting_viewer.php:277 +#: ../../operation/reporting/graph_viewer.php:264 +#: ../../operation/agentes/stat_win.php:500 +#: ../../operation/agentes/datos_agente.php:304 +#: ../../operation/agentes/estado_monitores.php:381 +#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391 +#: ../../operation/events/events_list.php:1577 +#: ../../extensions/insert_data.php:194 +#: ../../enterprise/operation/log/log_viewer.php:310 +#: ../../enterprise/operation/log/log_viewer.php:322 +#: ../../enterprise/extensions/cron/main.php:339 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2232 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:683 +#: ../../enterprise/godmode/alerts/alert_events.php:577 +#: ../../enterprise/dashboard/widgets/tree_view.php:316 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1912 +#: ../../godmode/agentes/planned_downtime.editor.php:1168 +#: ../../godmode/alerts/configure_alert_template.php:1069 +#: ../../godmode/setup/news.php:297 +msgid "Choose time" +msgstr "Seleccionar tiempo" + +#: ../../operation/reporting/reporting_viewer.php:258 +#: ../../operation/reporting/reporting_viewer.php:278 +#: ../../operation/reporting/graph_viewer.php:265 +#: ../../operation/agentes/stat_win.php:501 +#: ../../operation/agentes/datos_agente.php:305 +#: ../../operation/agentes/estado_monitores.php:382 +#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392 +#: ../../operation/events/events_list.php:1578 +#: ../../extensions/insert_data.php:195 +#: ../../enterprise/operation/log/log_viewer.php:311 +#: ../../enterprise/operation/log/log_viewer.php:323 +#: ../../enterprise/extensions/cron/main.php:340 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2233 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:684 +#: ../../enterprise/godmode/alerts/alert_events.php:578 +#: ../../enterprise/dashboard/widgets/tree_view.php:317 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1913 +#: ../../godmode/agentes/planned_downtime.editor.php:1169 +#: ../../godmode/alerts/configure_alert_template.php:1070 +#: ../../godmode/setup/news.php:298 +msgid "Time" +msgstr "Hora" + +#: ../../operation/reporting/reporting_viewer.php:259 +#: ../../operation/reporting/reporting_viewer.php:279 +#: ../../operation/reporting/graph_viewer.php:266 +#: ../../operation/agentes/stat_win.php:502 +#: ../../operation/agentes/datos_agente.php:306 +#: ../../operation/agentes/estado_monitores.php:383 +#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393 +#: ../../operation/events/events_list.php:1579 +#: ../../extensions/insert_data.php:196 +#: ../../enterprise/operation/log/log_viewer.php:312 +#: ../../enterprise/operation/log/log_viewer.php:324 +#: ../../enterprise/extensions/cron/main.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2234 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:685 +#: ../../enterprise/godmode/alerts/alert_events.php:579 +#: ../../enterprise/dashboard/widgets/tree_view.php:318 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1914 +#: ../../godmode/agentes/planned_downtime.editor.php:1170 +#: ../../godmode/alerts/configure_alert_template.php:1071 +#: ../../godmode/setup/news.php:299 ../../include/functions_html.php:854 +msgid "Hour" +msgstr "Hora" + +#: ../../operation/reporting/reporting_viewer.php:260 +#: ../../operation/reporting/reporting_viewer.php:280 +#: ../../operation/reporting/graph_viewer.php:267 +#: ../../operation/agentes/stat_win.php:503 +#: ../../operation/agentes/datos_agente.php:307 +#: ../../operation/agentes/estado_monitores.php:384 +#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394 +#: ../../operation/events/events_list.php:1580 +#: ../../extensions/insert_data.php:197 +#: ../../enterprise/operation/log/log_viewer.php:313 +#: ../../enterprise/operation/log/log_viewer.php:325 +#: ../../enterprise/extensions/cron/main.php:342 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2235 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:686 +#: ../../enterprise/godmode/alerts/alert_events.php:580 +#: ../../enterprise/dashboard/widgets/tree_view.php:319 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1915 +#: ../../godmode/agentes/planned_downtime.editor.php:1171 +#: ../../godmode/alerts/configure_alert_template.php:1072 +#: ../../godmode/setup/news.php:300 ../../include/functions_html.php:855 +msgid "Minute" +msgstr "Minuto" + +#: ../../operation/reporting/reporting_viewer.php:261 +#: ../../operation/reporting/reporting_viewer.php:281 +#: ../../operation/reporting/graph_viewer.php:268 +#: ../../operation/agentes/stat_win.php:504 +#: ../../operation/agentes/datos_agente.php:308 +#: ../../operation/agentes/estado_monitores.php:385 +#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395 +#: ../../operation/events/events_list.php:1581 +#: ../../extensions/insert_data.php:198 +#: ../../enterprise/operation/log/log_viewer.php:314 +#: ../../enterprise/operation/log/log_viewer.php:326 +#: ../../enterprise/extensions/cron/main.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2236 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:687 +#: ../../enterprise/godmode/alerts/alert_events.php:581 +#: ../../enterprise/dashboard/widgets/tree_view.php:320 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1916 +#: ../../godmode/agentes/planned_downtime.editor.php:1172 +#: ../../godmode/alerts/configure_alert_template.php:1073 +#: ../../godmode/setup/news.php:301 +msgid "Second" +msgstr "Segundo" + +#: ../../operation/reporting/reporting_viewer.php:262 +#: ../../operation/reporting/reporting_viewer.php:282 +#: ../../operation/reporting/graph_viewer.php:269 +#: ../../operation/agentes/stat_win.php:505 +#: ../../operation/agentes/datos_agente.php:309 +#: ../../operation/agentes/estado_monitores.php:386 +#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396 +#: ../../operation/events/events_list.php:1582 +#: ../../extensions/insert_data.php:199 +#: ../../enterprise/operation/agentes/agent_inventory.php:89 +#: ../../enterprise/operation/log/log_viewer.php:315 +#: ../../enterprise/operation/log/log_viewer.php:327 +#: ../../enterprise/extensions/cron/main.php:344 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2237 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:688 +#: ../../enterprise/godmode/alerts/alert_events.php:582 +#: ../../enterprise/dashboard/widgets/tree_view.php:321 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1917 +#: ../../godmode/agentes/planned_downtime.editor.php:1173 +#: ../../godmode/alerts/configure_alert_template.php:1074 +#: ../../godmode/setup/news.php:302 ../../include/functions.php:436 +#: ../../include/functions.php:570 +msgid "Now" +msgstr "Ahora" + +#: ../../operation/reporting/reporting_viewer.php:263 +#: ../../operation/reporting/reporting_viewer.php:283 +#: ../../operation/reporting/graph_viewer.php:270 +#: ../../operation/agentes/stat_win.php:506 +#: ../../operation/agentes/datos_agente.php:310 +#: ../../operation/agentes/estado_monitores.php:387 +#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397 +#: ../../operation/events/events_list.php:1583 +#: ../../extensions/insert_data.php:200 +#: ../../enterprise/operation/log/log_viewer.php:316 +#: ../../enterprise/operation/log/log_viewer.php:328 +#: ../../enterprise/extensions/cron/main.php:345 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2238 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:689 +#: ../../enterprise/godmode/alerts/alert_events.php:583 +#: ../../enterprise/dashboard/widgets/tree_view.php:322 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1918 +#: ../../godmode/agentes/planned_downtime.editor.php:1174 +#: ../../godmode/alerts/configure_alert_template.php:1075 +#: ../../godmode/setup/news.php:303 +#: ../../include/functions_filemanager.php:619 +#: ../../include/functions_filemanager.php:640 +#: ../../include/functions_filemanager.php:656 +#: ../../include/functions_snmp_browser.php:441 +#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 +msgid "Close" +msgstr "Cerrar" + +#: ../../operation/reporting/reporting_viewer.php:317 +#: ../../operation/reporting/graph_viewer.php:307 +msgid "Invalid date selected" +msgstr "Fecha seleccionada inválida" + +#: ../../operation/reporting/custom_reporting.php:32 +#: ../../operation/reporting/graph_viewer.php:341 +msgid "There are no defined reportings" +msgstr "No hay informes definidos" + +#: ../../operation/reporting/custom_reporting.php:38 +#: ../../operation/search_reports.php:38 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:872 +#: ../../enterprise/include/functions_reporting_csv.php:876 +#: ../../godmode/reporting/reporting_builder.php:532 +msgid "Report name" +msgstr "Nombre de informe" + +#: ../../operation/reporting/custom_reporting.php:39 +#: ../../operation/reporting/graph_viewer.php:326 +#: ../../operation/agentes/pandora_networkmap.editor.php:194 +#: ../../operation/agentes/custom_fields.php:64 +#: ../../operation/agentes/gis_view.php:183 +#: ../../operation/agentes/estado_generalagente.php:172 +#: ../../operation/agentes/estado_agente.php:493 +#: ../../operation/search_reports.php:39 ../../operation/search_users.php:53 +#: ../../operation/integria_incidents/incident.tracking.php:21 +#: ../../operation/integria_incidents/incident.incident.php:105 +#: ../../operation/integria_incidents/incident.workunits.php:31 +#: ../../operation/integria_incidents/incident.files.php:25 +#: ../../operation/integria_incidents/incident.files.php:44 +#: ../../operation/incidents/incident_detail.php:454 +#: ../../operation/incidents/incident_detail.php:506 +#: ../../operation/gis_maps/ajax.php:302 ../../operation/search_graphs.php:34 +#: ../../operation/events/events.php:93 +#: ../../extensions/files_repo/files_repo_form.php:72 +#: ../../extensions/files_repo/files_repo_list.php:59 +#: ../../enterprise/operation/agentes/collection_view.php:65 +#: ../../enterprise/operation/agentes/policy_view.php:49 +#: ../../enterprise/operation/agentes/transactional_map.php:146 +#: ../../enterprise/operation/agentes/ver_agente.php:58 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:193 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:252 +#: ../../enterprise/operation/services/services.service.php:121 +#: ../../enterprise/operation/services/services.list.php:310 +#: ../../enterprise/extensions/backup/main.php:65 +#: ../../enterprise/extensions/backup/main.php:160 +#: ../../enterprise/extensions/ipam/ipam_network.php:143 +#: ../../enterprise/extensions/ipam/ipam_editor.php:85 +#: ../../enterprise/extensions/ipam/ipam_list.php:160 +#: ../../enterprise/extensions/cron/functions.php:37 +#: ../../enterprise/godmode/policies/policy_collections.php:123 +#: ../../enterprise/godmode/policies/policy_collections.php:194 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 +#: ../../enterprise/godmode/policies/configure_policy.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 +#: ../../enterprise/godmode/reporting/graph_template_list.php:125 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 +#: ../../enterprise/godmode/agentes/collections.php:184 +#: ../../enterprise/godmode/agentes/collection_manager.php:107 +#: ../../enterprise/godmode/agentes/collection_manager.php:165 +#: ../../enterprise/godmode/agentes/inventory_manager.php:234 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:286 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 +#: ../../enterprise/godmode/alerts/alert_events.php:501 +#: ../../enterprise/godmode/services/services.service.php:236 +#: ../../enterprise/godmode/services/services.elements.php:374 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 +#: ../../enterprise/godmode/modules/configure_local_component.php:305 +#: ../../enterprise/godmode/modules/configure_local_component.php:443 +#: ../../enterprise/godmode/setup/setup_skins.php:119 +#: ../../enterprise/godmode/setup/edit_skin.php:231 #: ../../enterprise/meta/include/functions_wizard_meta.php:158 #: ../../enterprise/meta/include/functions_wizard_meta.php:369 #: ../../enterprise/meta/include/functions_wizard_meta.php:465 @@ -153,862 +928,1326 @@ msgstr "Nombre" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1113 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1393 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1658 -#: ../../enterprise/extensions/cron/functions.php:37 -#: ../../enterprise/extensions/backup/main.php:65 -#: ../../enterprise/extensions/backup/main.php:160 -#: ../../enterprise/extensions/ipam/ipam_network.php:143 -#: ../../enterprise/extensions/ipam/ipam_editor.php:72 -#: ../../enterprise/extensions/ipam/ipam_list.php:61 -#: ../../enterprise/include/functions_update_manager.php:169 -#: ../../enterprise/include/functions_reporting.php:1897 -#: ../../enterprise/include/functions_reporting.php:2011 -#: ../../enterprise/include/functions_reporting.php:3186 -#: ../../enterprise/include/functions_reporting_csv.php:119 -#: ../../enterprise/include/functions_reporting_csv.php:182 -#: ../../enterprise/include/functions_reporting_csv.php:208 -#: ../../enterprise/include/functions_reporting_csv.php:231 -#: ../../enterprise/include/functions_reporting_csv.php:253 -#: ../../enterprise/include/functions_reporting_csv.php:274 -#: ../../enterprise/include/functions_reporting_csv.php:310 -#: ../../enterprise/include/functions_reporting_csv.php:337 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:360 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:383 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:406 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:427 -#: ../../enterprise/include/functions_reporting_csv.php:457 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:480 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:503 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:526 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:549 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:571 -#: ../../enterprise/include/functions_reporting_csv.php:593 -#: ../../enterprise/include/functions_reporting_csv.php:636 -#: ../../enterprise/include/functions_services.php:1414 -#: ../../enterprise/include/functions_reporting_pdf.php:2093 -#: ../../enterprise/include/functions_reporting_pdf.php:2236 -#: ../../enterprise/include/functions_reporting_pdf.php:2284 -#: ../../enterprise/include/functions_reporting_pdf.php:2339 #: ../../enterprise/include/functions_netflow_pdf.php:166 -#: ../../enterprise/operation/services/services.service.php:121 -#: ../../enterprise/operation/services/services.list.php:308 -#: ../../enterprise/operation/agentes/policy_view.php:49 -#: ../../enterprise/operation/agentes/collection_view.php:65 -#: ../../enterprise/operation/agentes/ver_agente.php:58 -#: ../../enterprise/godmode/services/services.elements.php:365 -#: ../../enterprise/godmode/services/services.service.php:236 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:78 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:234 -#: ../../enterprise/godmode/alerts/alert_events.php:501 -#: ../../enterprise/godmode/agentes/collections.php:184 -#: ../../enterprise/godmode/agentes/inventory_manager.php:234 -#: ../../enterprise/godmode/agentes/collection_manager.php:107 -#: ../../enterprise/godmode/agentes/collection_manager.php:165 -#: ../../enterprise/godmode/setup/edit_skin.php:230 -#: ../../enterprise/godmode/setup/setup_skins.php:119 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:241 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:155 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:284 -#: ../../enterprise/godmode/modules/configure_local_component.php:422 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:122 -#: ../../enterprise/godmode/reporting/graph_template_list.php:125 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1163 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:163 -#: ../../enterprise/godmode/policies/configure_policy.php:75 -#: ../../enterprise/godmode/policies/policy_collections.php:123 -#: ../../enterprise/godmode/policies/policy_collections.php:194 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:243 -#: ../../mobile/operation/agent.php:141 -#: ../../mobile/operation/tactical.php:265 -#: ../../extensions/files_repo/files_repo_form.php:72 -#: ../../extensions/files_repo/files_repo_list.php:59 -#: ../../include/functions_treeview.php:129 -#: ../../include/functions_treeview.php:428 -#: ../../include/functions_snmp_browser.php:415 -#: ../../include/functions_reporting_html.php:1486 -#: ../../include/functions_reporting_html.php:1519 -#: ../../include/functions_reporting_html.php:2266 -#: ../../include/functions_reporting_html.php:2979 -#: ../../include/functions_events.php:1807 ../../include/ajax/module.php:709 -#: ../../operation/integria_incidents/incident.files.php:25 -#: ../../operation/integria_incidents/incident.files.php:44 -#: ../../operation/integria_incidents/incident.incident.php:105 -#: ../../operation/integria_incidents/incident.workunits.php:31 -#: ../../operation/integria_incidents/incident.tracking.php:21 -#: ../../operation/events/events.php:93 ../../operation/gis_maps/ajax.php:302 -#: ../../operation/search_reports.php:39 -#: ../../operation/agentes/custom_fields.php:64 -#: ../../operation/agentes/gis_view.php:183 -#: ../../operation/agentes/estado_agente.php:451 -#: ../../operation/agentes/estado_generalagente.php:172 -#: ../../operation/search_graphs.php:34 -#: ../../operation/incidents/incident_detail.php:454 -#: ../../operation/incidents/incident_detail.php:506 -#: ../../operation/search_users.php:53 -#: ../../operation/reporting/graph_viewer.php:289 -#: ../../operation/reporting/custom_reporting.php:39 -#: ../../godmode/events/event_responses.editor.php:87 -#: ../../godmode/events/event_responses.list.php:55 -#: ../../godmode/users/user_list.php:277 -#: ../../godmode/snmpconsole/snmp_alert.php:526 -#: ../../godmode/snmpconsole/snmp_alert.php:1057 -#: ../../godmode/snmpconsole/snmp_filters.php:94 -#: ../../godmode/snmpconsole/snmp_filters.php:131 -#: ../../godmode/alerts/alert_commands.php:325 -#: ../../godmode/alerts/configure_alert_special_days.php:87 -#: ../../godmode/alerts/configure_alert_command.php:155 -#: ../../godmode/alerts/alert_special_days.php:163 -#: ../../godmode/alerts/configure_alert_template.php:723 -#: ../../godmode/alerts/alert_templates.php:47 +#: ../../enterprise/include/functions_reporting_csv.php:131 +#: ../../enterprise/include/functions_reporting_csv.php:134 +#: ../../enterprise/include/functions_reporting_csv.php:216 +#: ../../enterprise/include/functions_reporting_csv.php:218 +#: ../../enterprise/include/functions_reporting_csv.php:247 +#: ../../enterprise/include/functions_reporting_csv.php:249 +#: ../../enterprise/include/functions_reporting_csv.php:273 +#: ../../enterprise/include/functions_reporting_csv.php:275 +#: ../../enterprise/include/functions_reporting_csv.php:300 +#: ../../enterprise/include/functions_reporting_csv.php:302 +#: ../../enterprise/include/functions_reporting_csv.php:326 +#: ../../enterprise/include/functions_reporting_csv.php:328 +#: ../../enterprise/include/functions_reporting_csv.php:366 +#: ../../enterprise/include/functions_reporting_csv.php:368 +#: ../../enterprise/include/functions_reporting_csv.php:394 +#: ../../enterprise/include/functions_reporting_csv.php:396 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:429 +#: ../../enterprise/include/functions_reporting_csv.php:431 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:465 +#: ../../enterprise/include/functions_reporting_csv.php:467 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:501 +#: ../../enterprise/include/functions_reporting_csv.php:503 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:536 +#: ../../enterprise/include/functions_reporting_csv.php:538 +#: ../../enterprise/include/functions_reporting_csv.php:570 +#: ../../enterprise/include/functions_reporting_csv.php:572 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:606 +#: ../../enterprise/include/functions_reporting_csv.php:608 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:642 +#: ../../enterprise/include/functions_reporting_csv.php:644 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:678 +#: ../../enterprise/include/functions_reporting_csv.php:680 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:714 +#: ../../enterprise/include/functions_reporting_csv.php:716 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:750 +#: ../../enterprise/include/functions_reporting_csv.php:752 +#: ../../enterprise/include/functions_reporting_csv.php:792 +#: ../../enterprise/include/functions_reporting_csv.php:794 +#: ../../enterprise/include/functions_reporting_csv.php:873 +#: ../../enterprise/include/functions_reporting_csv.php:877 +#: ../../enterprise/include/functions_services.php:1414 +#: ../../enterprise/include/functions_reporting.php:1928 +#: ../../enterprise/include/functions_reporting.php:2042 +#: ../../enterprise/include/functions_reporting.php:3218 +#: ../../enterprise/include/functions_reporting_pdf.php:2171 +#: ../../enterprise/include/functions_reporting_pdf.php:2314 +#: ../../enterprise/include/functions_reporting_pdf.php:2362 +#: ../../enterprise/include/functions_reporting_pdf.php:2417 +#: ../../enterprise/include/functions_update_manager.php:171 +#: ../../enterprise/mobile/include/enterprise.class.php:79 +#: ../../godmode/reporting/reporting_builder.php:533 +#: ../../godmode/reporting/reporting_builder.item_editor.php:690 +#: ../../godmode/reporting/graphs.php:153 +#: ../../godmode/reporting/graph_builder.main.php:121 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/reporting/reporting_builder.main.php:121 +#: ../../godmode/agentes/modificar_agente.php:492 #: ../../godmode/agentes/agent_manager.php:278 -#: ../../godmode/agentes/modificar_agente.php:434 -#: ../../godmode/agentes/module_manager_editor_common.php:309 -#: ../../godmode/agentes/planned_downtime.editor.php:476 -#: ../../godmode/agentes/planned_downtime.list.php:390 -#: ../../godmode/agentes/module_manager.php:522 -#: ../../godmode/agentes/agent_template.php:225 -#: ../../godmode/servers/modificar_server.php:48 -#: ../../godmode/servers/plugin.php:262 ../../godmode/servers/plugin.php:394 +#: ../../godmode/agentes/module_manager.php:527 +#: ../../godmode/agentes/module_manager_editor_common.php:335 +#: ../../godmode/agentes/planned_downtime.list.php:392 +#: ../../godmode/agentes/agent_template.php:229 +#: ../../godmode/agentes/planned_downtime.editor.php:482 +#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/plugin.php:312 ../../godmode/servers/plugin.php:444 #: ../../godmode/servers/recon_script.php:107 #: ../../godmode/servers/recon_script.php:154 #: ../../godmode/servers/recon_script.php:349 -#: ../../godmode/netflow/nf_item_list.php:149 +#: ../../godmode/servers/modificar_server.php:48 #: ../../godmode/groups/group_list.php:337 #: ../../godmode/groups/configure_group.php:170 -#: ../../godmode/setup/os.list.php:35 ../../godmode/setup/os.builder.php:36 +#: ../../godmode/snmpconsole/snmp_filters.php:94 +#: ../../godmode/snmpconsole/snmp_filters.php:131 +#: ../../godmode/snmpconsole/snmp_alert.php:526 +#: ../../godmode/snmpconsole/snmp_alert.php:1057 #: ../../godmode/massive/massive_edit_plugins.php:451 +#: ../../godmode/massive/massive_edit_modules.php:459 #: ../../godmode/massive/massive_edit_agents.php:303 -#: ../../godmode/massive/massive_edit_modules.php:436 -#: ../../godmode/modules/manage_network_components.php:542 -#: ../../godmode/modules/manage_network_templates.php:182 -#: ../../godmode/modules/module_list.php:60 -#: ../../godmode/modules/manage_network_components_form.php:251 +#: ../../godmode/users/user_list.php:277 +#: ../../godmode/alerts/configure_alert_special_days.php:90 +#: ../../godmode/alerts/alert_templates.php:47 +#: ../../godmode/alerts/configure_alert_command.php:155 +#: ../../godmode/alerts/alert_commands.php:332 +#: ../../godmode/alerts/configure_alert_template.php:758 #: ../../godmode/modules/manage_network_templates_form.php:148 #: ../../godmode/modules/manage_network_templates_form.php:199 -#: ../../godmode/reporting/reporting_builder.list_items.php:302 -#: ../../godmode/reporting/graph_builder.main.php:111 -#: ../../godmode/reporting/reporting_builder.item_editor.php:643 -#: ../../godmode/reporting/graphs.php:143 -#: ../../godmode/reporting/reporting_builder.php:536 -#: ../../godmode/reporting/reporting_builder.main.php:121 -#: ../../godmode/tag/edit_tag.php:172 ../../godmode/tag/tag.php:156 -#: ../../godmode/tag/tag.php:200 +#: ../../godmode/modules/manage_network_components.php:567 +#: ../../godmode/modules/manage_network_templates.php:191 +#: ../../godmode/modules/module_list.php:60 +#: ../../godmode/modules/manage_network_components_form.php:263 +#: ../../godmode/setup/snmp_wizard.php:40 ../../godmode/setup/os.list.php:35 +#: ../../godmode/setup/os.builder.php:36 +#: ../../godmode/events/event_responses.list.php:55 +#: ../../godmode/events/event_responses.editor.php:87 +#: ../../godmode/tag/tag.php:156 ../../godmode/tag/tag.php:200 +#: ../../godmode/tag/edit_tag.php:177 ../../include/functions_treeview.php:129 +#: ../../include/functions_treeview.php:499 +#: ../../include/functions_events.php:1808 ../../include/ajax/module.php:730 +#: ../../include/functions_reporting_html.php:1543 +#: ../../include/functions_reporting_html.php:1576 +#: ../../include/functions_reporting_html.php:2360 +#: ../../include/functions_reporting_html.php:3073 +#: ../../include/functions_snmp_browser.php:415 +#: ../../mobile/operation/tactical.php:312 +#: ../../mobile/operation/agent.php:158 msgid "Description" msgstr "Descripción" -#: ../../enterprise/mobile/include/functions_web.php:15 -#: ../../enterprise/meta/general/main_header.php:132 -#: ../../enterprise/meta/general/main_header.php:147 -#: ../../include/functions_groups.php:120 -#: ../../operation/search_results.php:113 -msgid "Reports" -msgstr "Informes" +#: ../../operation/reporting/custom_reporting.php:40 +#: ../../operation/search_reports.php:40 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 +#: ../../godmode/reporting/reporting_builder.php:534 +msgid "HTML" +msgstr "HTML" -#: ../../enterprise/dashboard/main_dashboard.php:69 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 -#: ../../enterprise/meta/advanced/metasetup.visual.php:215 -#: ../../enterprise/meta/advanced/metasetup.visual.php:220 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 -#: ../../enterprise/operation/agentes/policy_view.php:253 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 -#: ../../enterprise/godmode/policies/policy_alerts.php:304 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 -#: ../../extensions/agents_alerts.php:311 ../../include/functions_ui.php:896 -#: ../../operation/events/events_list.php:463 -#: ../../operation/users/user_edit.php:259 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/users/user_edit.php:269 -#: ../../operation/users/user_edit.php:291 -#: ../../operation/snmpconsole/snmp_view.php:385 -#: ../../operation/gis_maps/gis_map.php:93 -#: ../../godmode/events/event_edit_filter.php:265 -#: ../../godmode/users/configure_user.php:448 -#: ../../godmode/gis_maps/index.php:74 -#: ../../godmode/alerts/alert_list.list.php:494 -#: ../../godmode/alerts/alert_view.php:43 -#: ../../godmode/agentes/module_manager_editor_common.php:347 -#: ../../godmode/setup/gis_step_2.php:367 -#: ../../godmode/setup/gis_step_2.php:451 -#: ../../godmode/setup/setup_visuals.php:141 -#: ../../godmode/setup/setup_visuals.php:454 -#: ../../godmode/setup/setup_visuals.php:466 -#: ../../godmode/massive/massive_edit_agents.php:385 -msgid "Default" -msgstr "Predeterminado" +#: ../../operation/reporting/custom_reporting.php:41 +#: ../../operation/search_reports.php:41 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 +#: ../../godmode/reporting/reporting_builder.php:535 +msgid "XML" +msgstr "XML" -#: ../../enterprise/dashboard/main_dashboard.php:168 -#: ../../extensions/agents_modules.php:100 -#: ../../extensions/agents_alerts.php:90 ../../extensions/matrix_events.php:31 -#: ../../operation/gis_maps/render_view.php:99 -#: ../../operation/visual_console/render_view.php:133 -#: ../../operation/reporting/graph_viewer.php:147 -#: ../../operation/reporting/reporting_viewer.php:103 -msgid "Full screen mode" -msgstr "Modo a pantalla completa" +#: ../../operation/reporting/graph_viewer.php:34 +#: ../../operation/reporting/graph_viewer.php:41 +#: ../../operation/snmpconsole/snmp_view.php:97 +#: ../../operation/messages/message_list.php:56 +#: ../../operation/messages/message_list.php:73 +#: ../../operation/incidents/incident.php:66 +#: ../../operation/incidents/incident_detail.php:85 +#: ../../operation/incidents/incident_detail.php:114 +#: ../../operation/gis_maps/gis_map.php:74 +#: ../../operation/events/events.php:499 ../../extensions/files_repo.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:130 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:38 +#: ../../enterprise/extensions/ipam/ipam_action.php:64 +#: ../../enterprise/godmode/policies/policies.php:174 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 +#: ../../enterprise/godmode/reporting/graph_template_list.php:86 +#: ../../enterprise/godmode/reporting/graph_template_list.php:106 +#: ../../enterprise/godmode/alerts/alert_events_list.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:204 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 +#: ../../enterprise/godmode/modules/local_components.php:330 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 +#: ../../enterprise/dashboard/dashboards.php:50 +#: ../../godmode/reporting/reporting_builder.php:412 +#: ../../godmode/reporting/map_builder.php:87 +#: ../../godmode/reporting/graphs.php:86 ../../godmode/reporting/graphs.php:94 +#: ../../godmode/reporting/graphs.php:136 +#: ../../godmode/agentes/planned_downtime.list.php:107 +#: ../../godmode/netflow/nf_item_list.php:105 +#: ../../godmode/netflow/nf_item_list.php:126 +#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 +#: ../../godmode/snmpconsole/snmp_filters.php:76 +#: ../../godmode/snmpconsole/snmp_alert.php:459 +#: ../../godmode/massive/massive_delete_tags.php:151 +#: ../../godmode/massive/massive_delete_modules.php:236 +#: ../../godmode/massive/massive_delete_alerts.php:156 +#: ../../godmode/massive/massive_delete_action_alerts.php:105 +#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 +#: ../../godmode/users/configure_user.php:412 +#: ../../godmode/users/profile_list.php:94 +#: ../../godmode/alerts/alert_templates.php:224 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:214 +#: ../../godmode/alerts/alert_actions.php:332 +#: ../../godmode/alerts/alert_special_days.php:223 +#: ../../godmode/alerts/alert_commands.php:319 +#: ../../godmode/modules/manage_network_components.php:372 +#: ../../godmode/modules/manage_nc_groups.php:122 +#: ../../godmode/setup/news.php:97 ../../godmode/setup/gis.php:57 +#: ../../godmode/setup/links.php:69 ../../godmode/events/event_filter.php:56 +#: ../../godmode/events/event_filter.php:77 +msgid "Successfully deleted" +msgstr "Borrado correctamente" -#: ../../enterprise/dashboard/main_dashboard.php:173 -#: ../../extensions/agents_modules.php:105 -#: ../../extensions/agents_alerts.php:95 ../../operation/events/events.php:429 -#: ../../operation/gis_maps/render_view.php:103 -#: ../../operation/visual_console/render_view.php:139 -#: ../../operation/reporting/graph_viewer.php:152 -#: ../../operation/reporting/reporting_viewer.php:108 -msgid "Back to normal mode" -msgstr "Volver a modo normal" +#: ../../operation/reporting/graph_viewer.php:36 +#: ../../operation/reporting/graph_viewer.php:43 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 +#: ../../enterprise/godmode/reporting/graph_template_list.php:87 +#: ../../enterprise/godmode/reporting/graph_template_list.php:107 +#: ../../godmode/reporting/map_builder.php:94 +#: ../../godmode/reporting/graphs.php:88 ../../godmode/reporting/graphs.php:98 +#: ../../godmode/reporting/graphs.php:137 +#: ../../godmode/agentes/planned_downtime.list.php:108 +#: ../../godmode/netflow/nf_item_list.php:106 +#: ../../godmode/netflow/nf_item_list.php:127 +#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 +#: ../../godmode/modules/manage_nc_groups.php:123 +#: ../../godmode/events/event_filter.php:57 +#: ../../godmode/events/event_filter.php:78 +msgid "Not deleted. Error deleting data" +msgstr "No se pudo borrar. Error al borrar los datos." -#: ../../enterprise/dashboard/main_dashboard.php:178 -#: ../../enterprise/dashboard/main_dashboard.php:305 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 -#: ../../extensions/net_tools.php:322 -#: ../../godmode/update_manager/update_manager.php:28 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -msgid "Options" -msgstr "Opciones" +#: ../../operation/reporting/graph_viewer.php:139 +#: ../../godmode/reporting/graph_builder.php:202 +msgid "Graph editor" +msgstr "Editor de Gráficas" -#: ../../enterprise/dashboard/main_dashboard.php:194 -msgid "Slides mode" -msgstr "Modo diapositivas" +#: ../../operation/reporting/graph_viewer.php:145 +#: ../../godmode/reporting/graph_builder.php:205 +msgid "View graph" +msgstr "Ver gráfica" -#: ../../enterprise/dashboard/main_dashboard.php:199 -msgid "Previous Dashboard" -msgstr "Dashboard anterior" +#: ../../operation/reporting/graph_viewer.php:164 ../../operation/menu.php:249 +#: ../../godmode/reporting/graphs.php:75 +msgid "Custom graphs" +msgstr "Gráficas personalizadas" -#: ../../enterprise/dashboard/main_dashboard.php:204 -msgid "Next Dashboard" -msgstr "Siguiente dashboard" +#: ../../operation/reporting/graph_viewer.php:181 +msgid "No data." +msgstr "Sin datos." -#: ../../enterprise/dashboard/main_dashboard.php:209 -msgid "Play" -msgstr "Reproducir" +#: ../../operation/reporting/graph_viewer.php:192 +#: ../../operation/netflow/nf_live_view.php:231 +#: ../../operation/integria_incidents/incident.tracking.php:23 +#: ../../operation/events/events.build_table.php:567 +#: ../../extensions/users_connected.php:79 +#: ../../extensions/insert_data.php:166 ../../general/logon_ok.php:223 +#: ../../general/logon_ok.php:420 +#: ../../enterprise/operation/agentes/agent_inventory.php:70 +#: ../../enterprise/operation/inventory/inventory.php:223 +#: ../../enterprise/extensions/backup/main.php:66 +#: ../../enterprise/include/functions_reporting_csv.php:198 +#: ../../enterprise/include/functions_reporting_csv.php:252 +#: ../../enterprise/include/functions_inventory.php:507 +#: ../../enterprise/include/functions_reporting_pdf.php:945 +#: ../../enterprise/include/functions_reporting_pdf.php:951 +#: ../../enterprise/include/functions_reporting_pdf.php:968 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1065 +#: ../../godmode/admin_access_logs.php:190 +#: ../../godmode/alerts/configure_alert_special_days.php:66 +#: ../../include/functions.php:2307 ../../include/functions_events.php:3697 +#: ../../include/functions_reporting.php:2210 +#: ../../include/functions_reporting.php:2243 +#: ../../include/functions_reporting_html.php:1244 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1251 +#: ../../include/functions_reporting_html.php:1265 +#: ../../include/functions_reporting_html.php:2852 +#: ../../mobile/operation/tactical.php:310 +msgid "Date" +msgstr "Fecha" -#: ../../enterprise/dashboard/main_dashboard.php:214 -msgid "Pause" -msgstr "Pausar" +#: ../../operation/reporting/graph_viewer.php:204 +#: ../../operation/agentes/graphs.php:136 +#: ../../operation/agentes/stat_win.php:333 +#: ../../operation/agentes/interface_traffic_graph_win.php:232 +msgid "Time range" +msgstr "Rango de tiempo" -#: ../../enterprise/dashboard/main_dashboard.php:218 -msgid "Next slide in" -msgstr "Siguiente diapositiva" +#: ../../operation/reporting/graph_viewer.php:213 +#: ../../operation/reporting/graph_viewer.php:236 +msgid "Graph defined" +msgstr "Gráfico definido" + +#: ../../operation/reporting/graph_viewer.php:214 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 +#: ../../enterprise/dashboard/widgets/custom_graph.php:39 +#: ../../godmode/reporting/graph_builder.main.php:155 +#: ../../godmode/setup/setup_visuals.php:442 +#: ../../include/functions_visual_map_editor.php:304 +msgid "Area" +msgstr "Área" + +#: ../../operation/reporting/graph_viewer.php:215 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 +#: ../../enterprise/dashboard/widgets/custom_graph.php:40 +#: ../../godmode/reporting/graph_builder.main.php:156 +msgid "Stacked area" +msgstr "Área apilada" + +#: ../../operation/reporting/graph_viewer.php:216 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 +#: ../../enterprise/dashboard/widgets/custom_graph.php:41 +#: ../../godmode/reporting/graph_builder.main.php:157 +#: ../../godmode/reporting/visual_console_builder.elements.php:198 +#: ../../godmode/setup/setup_visuals.php:445 +#: ../../include/functions_visual_map_editor.php:63 +#: ../../include/functions_visual_map_editor.php:303 +#: ../../include/functions_visual_map_editor.php:591 +msgid "Line" +msgstr "Línea" + +#: ../../operation/reporting/graph_viewer.php:217 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 +#: ../../enterprise/dashboard/widgets/custom_graph.php:42 +#: ../../godmode/reporting/graph_builder.main.php:158 +msgid "Stacked line" +msgstr "Línea apilada" + +#: ../../operation/reporting/graph_viewer.php:218 +#: ../../enterprise/dashboard/widgets/custom_graph.php:43 +#: ../../godmode/reporting/graph_builder.main.php:159 +msgid "Bullet chart" +msgstr "gráfico bala" + +#: ../../operation/reporting/graph_viewer.php:219 +#: ../../enterprise/dashboard/widgets/custom_graph.php:44 +#: ../../godmode/reporting/graph_builder.main.php:160 +msgid "Gauge" +msgstr "Medidor" + +#: ../../operation/reporting/graph_viewer.php:220 +#: ../../enterprise/dashboard/widgets/custom_graph.php:45 +msgid "Horizontal Bars" +msgstr "Barras horizontales" + +#: ../../operation/reporting/graph_viewer.php:221 +#: ../../enterprise/dashboard/widgets/custom_graph.php:46 +msgid "Vertical Bars" +msgstr "Barras verticales" + +#: ../../operation/reporting/graph_viewer.php:222 +#: ../../enterprise/dashboard/widgets/custom_graph.php:47 +#: ../../godmode/reporting/graph_builder.main.php:163 +msgid "Pie" +msgstr "Gráfico Circular" -#: ../../enterprise/dashboard/main_dashboard.php:229 -#: ../../enterprise/dashboard/widgets/top_n.php:289 -#: ../../enterprise/meta/advanced/policymanager.queue.php:236 -#: ../../enterprise/extensions/ipam/ipam_network.php:159 -#: ../../enterprise/include/functions_networkmap_enterprise.php:615 -#: ../../extensions/agents_modules.php:86 -#: ../../extensions/agents_alerts.php:78 ../../include/ajax/module.php:760 -#: ../../operation/agentes/networkmap.php:584 -#: ../../operation/servers/recon_view.php:49 -#: ../../operation/visual_console/render_view.php:178 -#: ../../operation/visual_console/public_console.php:100 #: ../../operation/reporting/graph_viewer.php:227 -#: ../../general/login_page.php:46 ../../general/login_page.php:156 +#: ../../godmode/reporting/graph_builder.main.php:167 +msgid "Equalize maximum thresholds" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:228 +#: ../../godmode/reporting/graph_builder.main.php:168 +msgid "" +"If an option is selected, all graphs will have the highest value from all " +"modules included in the graph as a maximum threshold" +msgstr "" + +#: ../../operation/reporting/graph_viewer.php:237 +msgid "Zoom x1" +msgstr "Ampliación x1" + +#: ../../operation/reporting/graph_viewer.php:238 +msgid "Zoom x2" +msgstr "Ampliación x2" + +#: ../../operation/reporting/graph_viewer.php:239 +msgid "Zoom x3" +msgstr "Ampliación x3" + +#: ../../operation/reporting/graph_viewer.php:244 +#: ../../operation/servers/recon_view.php:49 +#: ../../operation/visual_console/render_view.php:173 +#: ../../operation/visual_console/public_console.php:112 +#: ../../extensions/agents_alerts.php:79 +#: ../../extensions/agents_modules.php:87 ../../general/login_page.php:46 +#: ../../general/login_page.php:199 +#: ../../enterprise/extensions/ipam/ipam_network.php:159 +#: ../../enterprise/godmode/policies/policy_queue.php:470 +#: ../../enterprise/meta/advanced/policymanager.queue.php:236 +#: ../../enterprise/dashboard/widgets/top_n.php:286 +#: ../../enterprise/dashboard/main_dashboard.php:185 +#: ../../include/functions_pandora_networkmap.php:747 +#: ../../include/ajax/module.php:782 msgid "Refresh" msgstr "Refrescar" -#: ../../enterprise/dashboard/main_dashboard.php:253 -msgid "Save the actual layout design" -msgstr "Guardar el diseño actual" +#: ../../operation/reporting/graph_viewer.php:314 +msgid "Custom graph viewer" +msgstr "Visor de imágenes personalizadas" -#: ../../enterprise/dashboard/main_dashboard.php:344 -msgid "Number Cells" -msgstr "Número de celdas" +#: ../../operation/reporting/graph_viewer.php:325 +#: ../../operation/search_graphs.php:33 ../../godmode/reporting/graphs.php:152 +msgid "Graph name" +msgstr "Nombre gráfica" -#: ../../enterprise/dashboard/main_dashboard.php:349 -msgid "Update cells" -msgstr "Actualizar las celdas" +#: ../../operation/agentes/pandora_networkmap.php:153 +msgid "Succesfully created" +msgstr "Creado correctamente" -#: ../../enterprise/dashboard/main_dashboard.php:351 -msgid "Name of dashboard" -msgstr "Nombre del dashboard" +#: ../../operation/agentes/pandora_networkmap.php:153 +#: ../../enterprise/operation/agentes/transactional_map.php:86 +#: ../../enterprise/extensions/ipam/ipam_action.php:92 +#: ../../enterprise/extensions/ipam/ipam_action.php:100 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:287 +#: ../../enterprise/godmode/policies/policies.php:128 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 +#: ../../enterprise/godmode/policies/policy_alerts.php:148 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:87 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/modules/local_components.php:107 +#: ../../enterprise/godmode/modules/local_components.php:247 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:165 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2279 +#: ../../godmode/agentes/configurar_agente.php:244 +#: ../../godmode/agentes/configurar_agente.php:591 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 +#: ../../godmode/agentes/planned_downtime.editor.php:356 +#: ../../godmode/users/configure_user.php:235 +#: ../../godmode/alerts/alert_list.php:104 +#: ../../godmode/alerts/alert_actions.php:185 +#: ../../godmode/alerts/alert_special_days.php:149 +#: ../../godmode/alerts/alert_commands.php:294 +#: ../../godmode/alerts/configure_alert_template.php:119 +#: ../../godmode/alerts/configure_alert_template.php:432 +#: ../../godmode/modules/manage_network_components.php:162 +#: ../../godmode/modules/manage_network_components.php:256 +#: ../../godmode/modules/manage_nc_groups.php:74 +#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 +#: ../../include/functions_planned_downtimes.php:110 +#: ../../include/functions_planned_downtimes.php:727 +msgid "Could not be created" +msgstr "No se ha podido crear" -#: ../../enterprise/dashboard/main_dashboard.php:354 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:286 -#: ../../godmode/reporting/reporting_builder.php:557 -msgid "Private" -msgstr "Privado" +#: ../../operation/agentes/pandora_networkmap.php:247 +msgid "Succesfully updated" +msgstr "Actualizado correctamente" -#: ../../enterprise/dashboard/main_dashboard.php:359 -#: ../../enterprise/dashboard/main_dashboard.php:383 -#: ../../enterprise/dashboard/widgets/top_n.php:309 -#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../operation/agentes/pandora_networkmap.php:247 +#: ../../operation/snmpconsole/snmp_view.php:117 +#: ../../operation/incidents/incident.php:111 +#: ../../enterprise/operation/agentes/transactional_map.php:110 +#: ../../enterprise/extensions/ipam/ipam_massive.php:42 +#: ../../enterprise/extensions/ipam/ipam_action.php:128 +#: ../../enterprise/godmode/policies/policy_modules.php:894 +#: ../../enterprise/godmode/policies/policies.php:159 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:130 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 +#: ../../enterprise/godmode/alerts/alert_events_list.php:95 +#: ../../enterprise/godmode/alerts/alert_events.php:375 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 +#: ../../enterprise/godmode/modules/local_components.php:309 +#: ../../godmode/agentes/planned_downtime.editor.php:359 +#: ../../godmode/massive/massive_edit_modules.php:153 +#: ../../godmode/alerts/alert_templates.php:152 +#: ../../godmode/alerts/alert_list.php:197 +#: ../../godmode/alerts/alert_actions.php:263 +#: ../../godmode/alerts/configure_alert_command.php:94 +#: ../../godmode/alerts/alert_special_days.php:207 +#: ../../godmode/alerts/configure_alert_template.php:445 +#: ../../godmode/modules/manage_network_components.php:346 +#: ../../godmode/setup/gis.php:41 +#: ../../include/functions_planned_downtimes.php:122 +msgid "Could not be updated" +msgstr "No se pudo actualizar" + +#: ../../operation/agentes/pandora_networkmap.php:260 +msgid "Succesfully duplicate" +msgstr "Duplicado correctamente" + +#: ../../operation/agentes/pandora_networkmap.php:260 +#: ../../enterprise/godmode/policies/policy_modules.php:1028 +msgid "Could not be duplicated" +msgstr "No se puede duplicar" + +#: ../../operation/agentes/pandora_networkmap.php:269 +msgid "Succesfully deleted" +msgstr "Eliminado correctamente" + +#: ../../operation/agentes/pandora_networkmap.php:269 +#: ../../operation/snmpconsole/snmp_view.php:98 +#: ../../operation/messages/message_list.php:57 +#: ../../operation/incidents/incident.php:67 +#: ../../operation/incidents/incident_detail.php:86 +#: ../../operation/incidents/incident_detail.php:115 +#: ../../operation/gis_maps/gis_map.php:75 +#: ../../operation/events/events.php:500 ../../extensions/files_repo.php:166 +#: ../../enterprise/operation/agentes/transactional_map.php:131 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:39 +#: ../../enterprise/extensions/ipam/ipam_action.php:61 +#: ../../enterprise/godmode/policies/policy_collections.php:69 +#: ../../enterprise/godmode/policies/policy_modules.php:952 +#: ../../enterprise/godmode/policies/policies.php:175 +#: ../../enterprise/godmode/policies/policy_agents.php:91 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 +#: ../../enterprise/godmode/policies/policy_alerts.php:165 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 +#: ../../enterprise/godmode/alerts/alert_events_list.php:161 +#: ../../enterprise/godmode/alerts/alert_events_list.php:205 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 +#: ../../enterprise/godmode/modules/local_components.php:331 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 +#: ../../enterprise/dashboard/dashboards.php:51 +#: ../../godmode/reporting/reporting_builder.php:413 +#: ../../godmode/massive/massive_delete_tags.php:152 +#: ../../godmode/massive/massive_delete_alerts.php:157 +#: ../../godmode/massive/massive_delete_action_alerts.php:106 +#: ../../godmode/users/configure_user.php:413 +#: ../../godmode/alerts/alert_templates.php:225 +#: ../../godmode/alerts/alert_list.php:145 +#: ../../godmode/alerts/alert_list.php:214 +#: ../../godmode/alerts/alert_actions.php:333 +#: ../../godmode/alerts/alert_special_days.php:224 +#: ../../godmode/alerts/alert_commands.php:320 +#: ../../godmode/modules/manage_network_components.php:373 +#: ../../godmode/setup/news.php:98 ../../godmode/setup/gis.php:55 +msgid "Could not be deleted" +msgstr "No se pudo borrar" + +#: ../../operation/agentes/pandora_networkmap.php:365 +#: ../../operation/agentes/pandora_networkmap.editor.php:133 +#: ../../operation/agentes/pandora_networkmap.view.php:703 +#: ../../enterprise/meta/general/main_header.php:187 +msgid "Networkmap" +msgstr "Mapa de red" + +#: ../../operation/agentes/pandora_networkmap.php:398 +#: ../../operation/agentes/pandora_networkmap.editor.php:183 +#: ../../operation/netflow/nf_live_view.php:288 +#: ../../operation/search_users.php:41 ../../operation/search_maps.php:31 +#: ../../operation/gis_maps/gis_map.php:89 ../../operation/search_helps.php:36 +#: ../../extensions/files_repo/files_repo_list.php:58 +#: ../../enterprise/operation/agentes/collection_view.php:63 +#: ../../enterprise/operation/agentes/policy_view.php:131 +#: ../../enterprise/operation/agentes/policy_view.php:305 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:86 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:192 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:251 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:158 +#: ../../enterprise/operation/services/services.service.php:120 +#: ../../enterprise/operation/services/services.list.php:305 +#: ../../enterprise/godmode/policies/policy_collections.php:121 +#: ../../enterprise/godmode/policies/policy_collections.php:192 +#: ../../enterprise/godmode/policies/policy_modules.php:1058 +#: ../../enterprise/godmode/policies/policies.php:255 +#: ../../enterprise/godmode/policies/policy_agents.php:377 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:242 +#: ../../enterprise/godmode/policies/configure_policy.php:65 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1198 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:111 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:112 +#: ../../enterprise/godmode/reporting/mysql_builder.php:41 +#: ../../enterprise/godmode/reporting/mysql_builder.php:138 +#: ../../enterprise/godmode/reporting/mysql_builder.php:139 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:83 +#: ../../enterprise/godmode/agentes/collection_manager.php:105 +#: ../../enterprise/godmode/agentes/collection_manager.php:163 +#: ../../enterprise/godmode/agentes/inventory_manager.php:233 +#: ../../enterprise/godmode/servers/list_satellite.php:35 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:54 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:67 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:325 +#: ../../enterprise/godmode/alerts/alert_events_list.php:422 +#: ../../enterprise/godmode/alerts/alert_events.php:488 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:407 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:131 +#: ../../enterprise/godmode/services/services.service.php:233 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:78 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:154 +#: ../../enterprise/godmode/modules/configure_local_component.php:149 +#: ../../enterprise/godmode/modules/local_components.php:481 +#: ../../enterprise/godmode/setup/setup_skins.php:82 +#: ../../enterprise/godmode/setup/edit_skin.php:208 +#: ../../enterprise/meta/advanced/servers.build_table.php:59 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:157 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:517 +#: ../../enterprise/meta/include/functions_wizard_meta.php:148 +#: ../../enterprise/meta/include/functions_wizard_meta.php:359 +#: ../../enterprise/meta/include/functions_wizard_meta.php:460 +#: ../../enterprise/meta/include/functions_wizard_meta.php:991 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1294 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1411 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1511 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1625 +#: ../../enterprise/include/functions_services.php:1413 +#: ../../enterprise/include/functions_reporting.php:1927 +#: ../../enterprise/include/functions_reporting.php:2041 +#: ../../enterprise/include/functions_reporting.php:3217 +#: ../../enterprise/include/functions_reporting_pdf.php:1328 +#: ../../enterprise/include/functions_reporting_pdf.php:1464 +#: ../../enterprise/include/functions_reporting_pdf.php:2416 +#: ../../enterprise/dashboard/dashboards.php:87 +#: ../../enterprise/dashboard/main_dashboard.php:282 +#: ../../enterprise/dashboard/main_dashboard.php:312 +#: ../../enterprise/mobile/include/enterprise.class.php:78 +#: ../../godmode/reporting/reporting_builder.item_editor.php:659 +#: ../../godmode/reporting/graph_builder.main.php:101 +#: ../../godmode/reporting/reporting_builder.list_items.php:302 +#: ../../godmode/reporting/reporting_builder.main.php:65 +#: ../../godmode/reporting/reporting_builder.main.php:67 +#: ../../godmode/agentes/configure_field.php:48 +#: ../../godmode/agentes/module_manager.php:509 +#: ../../godmode/agentes/module_manager_editor_common.php:142 +#: ../../godmode/agentes/module_manager_editor_common.php:613 +#: ../../godmode/agentes/planned_downtime.editor.php:478 +#: ../../godmode/agentes/planned_downtime.editor.php:753 +#: ../../godmode/netflow/nf_edit.php:118 +#: ../../godmode/netflow/nf_edit_form.php:189 +#: ../../godmode/servers/plugin.php:293 ../../godmode/servers/plugin.php:735 +#: ../../godmode/servers/servers.build_table.php:64 +#: ../../godmode/servers/recon_script.php:95 +#: ../../godmode/servers/recon_script.php:348 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/servers/modificar_server.php:46 +#: ../../godmode/groups/group_list.php:333 +#: ../../godmode/groups/configure_group.php:114 +#: ../../godmode/groups/modu_group_list.php:183 +#: ../../godmode/groups/configure_modu_group.php:69 +#: ../../godmode/category/edit_category.php:155 +#: ../../godmode/users/user_list.php:269 ../../godmode/users/user_list.php:403 +#: ../../godmode/alerts/alert_templates.php:298 +#: ../../godmode/alerts/alert_actions.php:340 +#: ../../godmode/alerts/configure_alert_command.php:146 +#: ../../godmode/alerts/configure_alert_action.php:112 +#: ../../godmode/alerts/alert_commands.php:330 +#: ../../godmode/alerts/configure_alert_template.php:742 +#: ../../godmode/modules/manage_network_templates_form.php:144 +#: ../../godmode/modules/manage_network_templates.php:190 +#: ../../godmode/modules/module_list.php:59 +#: ../../godmode/modules/manage_network_components_form_common.php:54 +#: ../../godmode/modules/manage_nc_groups_form.php:66 +#: ../../godmode/modules/manage_nc_groups.php:193 +#: ../../godmode/setup/os.list.php:34 ../../godmode/setup/os.builder.php:35 +#: ../../godmode/events/event_responses.list.php:54 +#: ../../godmode/events/event_responses.editor.php:76 +#: ../../godmode/events/event_filter.php:108 ../../godmode/tag/tag.php:156 +#: ../../godmode/tag/edit_tag.php:169 +#: ../../include/functions_pandora_networkmap.php:1380 +#: ../../include/functions_pandora_networkmap.php:1413 +#: ../../include/functions_pandora_networkmap.php:1538 +#: ../../include/functions_treeview.php:79 +#: ../../include/functions_events.php:2016 +#: ../../include/functions_events.php:2066 +#: ../../include/functions_reporting.php:5481 +#: ../../include/functions_reporting_html.php:530 +#: ../../include/functions_reporting_html.php:1143 +#: ../../include/functions_reporting_html.php:1571 +#: ../../include/functions_reporting_html.php:3072 +#: ../../include/functions_filemanager.php:580 +#: ../../mobile/operation/visualmaps.php:139 +#: ../../mobile/operation/networkmaps.php:195 +msgid "Name" +msgstr "Nombre" + +#: ../../operation/agentes/pandora_networkmap.php:399 +#: ../../include/functions_reporting_html.php:2743 +msgid "Nodes" +msgstr "Nodos" + +#: ../../operation/agentes/pandora_networkmap.php:400 +#: ../../operation/tree.php:61 +#: ../../extensions/files_repo/files_repo_form.php:65 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/dashboard/widgets/groups_status.php:28 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 +#: ../../enterprise/dashboard/widgets/events_list.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:34 +#: ../../godmode/reporting/visual_console_builder.wizard.php:233 +#: ../../include/functions_networkmap.php:1657 +#: ../../include/functions_maps.php:40 ../../mobile/operation/home.php:50 +#: ../../mobile/operation/groups.php:66 +#: ../../mobile/include/functions_web.php:26 +msgid "Groups" +msgstr "Grupos" + +#: ../../operation/agentes/pandora_networkmap.php:402 +#: ../../operation/agentes/pandora_networkmap.php:479 +#: ../../enterprise/godmode/policies/policy_modules.php:1188 +#: ../../enterprise/godmode/policies/policies.php:386 +#: ../../enterprise/dashboard/dashboards.php:90 +#: ../../enterprise/dashboard/dashboards.php:124 +#: ../../godmode/reporting/map_builder.php:214 +#: ../../godmode/massive/massive_copy_modules.php:224 +#: ../../godmode/alerts/alert_actions.php:342 +msgid "Copy" +msgstr "Copiar" + +#: ../../operation/agentes/pandora_networkmap.php:403 +#: ../../operation/agentes/status_monitor.php:1112 +#: ../../operation/agentes/estado_agente.php:578 +#: ../../operation/servers/recon_view.php:110 +#: ../../operation/search_reports.php:52 +#: ../../operation/gis_maps/gis_map.php:163 +#: ../../extensions/files_repo/files_repo_list.php:101 +#: ../../enterprise/operation/agentes/transactional_map.php:281 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:143 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 +#: ../../enterprise/extensions/cron/main.php:262 +#: ../../enterprise/godmode/reporting/mysql_builder.php:86 +#: ../../enterprise/godmode/reporting/mysql_builder.php:100 +#: ../../enterprise/godmode/reporting/mysql_builder.php:110 +#: ../../enterprise/godmode/reporting/mysql_builder.php:152 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:357 +#: ../../enterprise/godmode/agentes/collections.editor.php:178 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 +#: ../../enterprise/godmode/alerts/alert_events_list.php:634 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 +#: ../../enterprise/meta/screens/screens.visualmap.php:63 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1905 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1999 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2477 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 +#: ../../enterprise/include/ajax/transactional.ajax.php:119 +#: ../../enterprise/include/ajax/transactional.ajax.php:206 +#: ../../godmode/reporting/reporting_builder.php:698 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1138 +#: ../../godmode/reporting/reporting_builder.list_items.php:424 +#: ../../godmode/agentes/modificar_agente.php:565 +#: ../../godmode/agentes/fields_manager.php:126 +#: ../../godmode/agentes/planned_downtime.list.php:401 +#: ../../godmode/servers/plugin.php:157 ../../godmode/servers/plugin.php:781 +#: ../../godmode/servers/servers.build_table.php:154 +#: ../../godmode/users/user_list.php:469 +#: ../../godmode/users/profile_list.php:389 +#: ../../godmode/alerts/alert_special_days.php:449 +#: ../../godmode/setup/snmp_wizard.php:119 +#: ../../godmode/events/event_responses.list.php:67 +#: ../../include/functions_pandora_networkmap.php:1438 +#: ../../include/ajax/module.php:841 ../../include/functions_groups.php:2166 +msgid "Edit" +msgstr "Editar" + +#: ../../operation/agentes/pandora_networkmap.php:404 +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/snmpconsole/snmp_view.php:840 +#: ../../operation/messages/message_edit.php:109 +#: ../../operation/messages/message_list.php:128 +#: ../../operation/messages/message_list.php:194 +#: ../../operation/messages/message_list.php:200 +#: ../../operation/messages/message_list.php:216 +#: ../../operation/integria_incidents/incident.files.php:46 +#: ../../operation/incidents/incident_detail.php:456 +#: ../../operation/gis_maps/gis_map.php:165 +#: ../../extensions/files_repo/files_repo_list.php:106 +#: ../../enterprise/operation/agentes/transactional_map.php:286 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:147 +#: ../../enterprise/operation/services/services.list.php:462 +#: ../../enterprise/extensions/backup/main.php:137 +#: ../../enterprise/extensions/cron/main.php:265 +#: ../../enterprise/godmode/policies/policy_plugins.php:83 +#: ../../enterprise/godmode/policies/policy_modules.php:1124 +#: ../../enterprise/godmode/policies/policy_modules.php:1148 +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:379 +#: ../../enterprise/godmode/policies/policy_queue.php:421 +#: ../../enterprise/godmode/policies/policies.php:396 +#: ../../enterprise/godmode/policies/policy_agents.php:478 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 +#: ../../enterprise/godmode/policies/policy_alerts.php:422 +#: ../../enterprise/godmode/reporting/mysql_builder.php:42 +#: ../../enterprise/godmode/reporting/mysql_builder.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:373 +#: ../../enterprise/godmode/reporting/graph_template_list.php:158 +#: ../../enterprise/godmode/agentes/plugins_manager.php:112 +#: ../../enterprise/godmode/agentes/plugins_manager.php:171 +#: ../../enterprise/godmode/agentes/inventory_manager.php:262 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:328 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:366 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:313 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 +#: ../../enterprise/godmode/alerts/alert_events_list.php:568 +#: ../../enterprise/godmode/alerts/alert_events_list.php:646 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 +#: ../../enterprise/godmode/modules/local_components.php:531 +#: ../../enterprise/godmode/modules/local_components.php:543 +#: ../../enterprise/godmode/setup/setup_acl.php:153 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 +#: ../../enterprise/meta/advanced/servers.build_table.php:132 +#: ../../enterprise/meta/advanced/metasetup.visual.php:162 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:261 +#: ../../enterprise/meta/advanced/policymanager.queue.php:312 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:160 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:196 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:209 +#: ../../enterprise/meta/include/functions_wizard_meta.php:294 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 +#: ../../enterprise/include/ajax/transactional.ajax.php:121 +#: ../../enterprise/include/ajax/transactional.ajax.php:209 +#: ../../enterprise/dashboard/dashboards.php:91 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../godmode/reporting/graph_builder.graph_editor.php:88 +#: ../../godmode/reporting/graph_builder.graph_editor.php:127 +#: ../../godmode/reporting/reporting_builder.php:707 +#: ../../godmode/reporting/map_builder.php:215 +#: ../../godmode/reporting/graphs.php:191 +#: ../../godmode/reporting/graphs.php:204 +#: ../../godmode/reporting/reporting_builder.list_items.php:426 +#: ../../godmode/reporting/reporting_builder.list_items.php:453 +#: ../../godmode/reporting/reporting_builder.list_items.php:472 +#: ../../godmode/reporting/reporting_builder.list_items.php:532 +#: ../../godmode/reporting/visual_console_builder.elements.php:515 +#: ../../godmode/agentes/module_manager.php:533 +#: ../../godmode/agentes/module_manager.php:745 +#: ../../godmode/agentes/module_manager.php:762 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager_editor_common.php:678 +#: ../../godmode/agentes/planned_downtime.list.php:402 +#: ../../godmode/agentes/planned_downtime.list.php:470 +#: ../../godmode/agentes/agent_template.php:250 +#: ../../godmode/agentes/planned_downtime.editor.php:797 +#: ../../godmode/agentes/planned_downtime.editor.php:802 +#: ../../godmode/agentes/planned_downtime.editor.php:850 +#: ../../godmode/netflow/nf_item_list.php:239 +#: ../../godmode/netflow/nf_item_list.php:250 +#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 +#: ../../godmode/servers/servers.build_table.php:167 +#: ../../godmode/servers/recon_script.php:350 +#: ../../godmode/groups/modu_group_list.php:184 +#: ../../godmode/snmpconsole/snmp_filters.php:144 +#: ../../godmode/snmpconsole/snmp_alert.php:1095 +#: ../../godmode/snmpconsole/snmp_alert.php:1124 +#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 +#: ../../godmode/massive/massive_delete_agents.php:140 +#: ../../godmode/massive/massive_delete_profiles.php:131 +#: ../../godmode/massive/massive_delete_tags.php:218 +#: ../../godmode/massive/massive_delete_modules.php:513 +#: ../../godmode/massive/massive_delete_alerts.php:237 +#: ../../godmode/massive/massive_delete_action_alerts.php:187 +#: ../../godmode/users/user_list.php:471 +#: ../../godmode/update_manager/update_manager.messages.php:91 +#: ../../godmode/update_manager/update_manager.messages.php:165 +#: ../../godmode/alerts/alert_templates.php:344 +#: ../../godmode/alerts/alert_actions.php:343 +#: ../../godmode/alerts/alert_list.list.php:710 +#: ../../godmode/alerts/alert_commands.php:333 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/modules/manage_network_templates_form.php:219 +#: ../../godmode/modules/manage_network_components.php:617 +#: ../../godmode/modules/manage_network_components.php:629 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_network_templates.php:227 +#: ../../godmode/modules/manage_nc_groups.php:221 +#: ../../godmode/modules/manage_nc_groups.php:232 +#: ../../godmode/setup/snmp_wizard.php:122 ../../godmode/setup/news.php:225 +#: ../../godmode/setup/gis.php:64 ../../godmode/setup/setup_visuals.php:656 +#: ../../godmode/setup/setup_visuals.php:687 ../../godmode/setup/links.php:137 +#: ../../godmode/events/event_responses.list.php:66 +#: ../../godmode/events/event_filter.php:148 +#: ../../godmode/events/event_filter.php:168 +#: ../../include/functions_pandora_networkmap.php:744 +#: ../../include/functions_groups.php:2173 +msgid "Delete" +msgstr "Borrar" + +#: ../../operation/agentes/pandora_networkmap.php:466 +msgid "Pending to generate" +msgstr "Pendiente de generar" + +#: ../../operation/agentes/pandora_networkmap.php:486 +#: ../../enterprise/operation/services/services.list.php:437 +msgid "Config" +msgstr "Config" + +#: ../../operation/agentes/pandora_networkmap.php:492 +#: ../../operation/snmpconsole/snmp_view.php:658 +#: ../../operation/snmpconsole/snmp_view.php:664 +#: ../../operation/snmpconsole/snmp_view.php:815 +#: ../../operation/messages/message_list.php:193 +#: ../../operation/messages/message_list.php:199 +#: ../../operation/users/user_edit.php:826 +#: ../../operation/incidents/incident_detail.php:425 +#: ../../operation/incidents/incident_detail.php:472 +#: ../../operation/events/events.build_table.php:760 +#: ../../operation/events/events.php:768 +#: ../../extensions/files_repo/files_repo_list.php:105 +#: ../../enterprise/operation/agentes/transactional_map.php:263 +#: ../../enterprise/operation/agentes/transactional_map.php:269 +#: ../../enterprise/operation/agentes/transactional_map.php:285 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:146 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:228 +#: ../../enterprise/operation/services/services.list.php:461 +#: ../../enterprise/extensions/backup/main.php:177 +#: ../../enterprise/godmode/policies/policy_modules.php:1106 +#: ../../enterprise/godmode/policies/policy_modules.php:1113 +#: ../../enterprise/godmode/policies/policy_modules.php:1142 +#: ../../enterprise/godmode/policies/policy_queue.php:440 +#: ../../enterprise/godmode/policies/policy_queue.php:476 +#: ../../enterprise/godmode/policies/policy_queue.php:492 +#: ../../enterprise/godmode/policies/policies.php:382 +#: ../../enterprise/godmode/policies/policies.php:392 +#: ../../enterprise/godmode/policies/policies.php:410 +#: ../../enterprise/godmode/policies/policy_agents.php:227 +#: ../../enterprise/godmode/policies/policy_agents.php:326 +#: ../../enterprise/godmode/policies/policy_agents.php:470 +#: ../../enterprise/godmode/policies/policy_agents.php:523 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 +#: ../../enterprise/godmode/policies/policy_alerts.php:411 +#: ../../enterprise/godmode/reporting/mysql_builder.php:49 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:369 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:759 +#: ../../enterprise/godmode/reporting/graph_template_list.php:146 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 +#: ../../enterprise/godmode/agentes/inventory_manager.php:261 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:367 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:312 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 +#: ../../enterprise/godmode/alerts/alert_events_list.php:643 +#: ../../enterprise/godmode/alerts/alert_events_list.php:756 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 +#: ../../enterprise/godmode/modules/local_components.php:530 +#: ../../enterprise/godmode/setup/setup_skins.php:136 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 +#: ../../enterprise/meta/advanced/policymanager.queue.php:330 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 +#: ../../enterprise/include/ajax/transactional.ajax.php:120 +#: ../../enterprise/include/ajax/transactional.ajax.php:208 +#: ../../enterprise/include/functions_services.php:1660 +#: ../../enterprise/dashboard/dashboards.php:129 +#: ../../godmode/reporting/reporting_builder.php:703 +#: ../../godmode/reporting/graphs.php:190 +#: ../../godmode/reporting/visual_console_builder.elements.php:318 +#: ../../godmode/agentes/modificar_agente.php:631 +#: ../../godmode/agentes/agent_manager.php:198 +#: ../../godmode/agentes/module_manager.php:705 +#: ../../godmode/agentes/module_manager.php:713 +#: ../../godmode/agentes/module_manager.php:728 +#: ../../godmode/agentes/module_manager.php:743 +#: ../../godmode/agentes/module_manager.php:754 +#: ../../godmode/agentes/fields_manager.php:127 +#: ../../godmode/agentes/module_manager_editor_common.php:152 +#: ../../godmode/agentes/agent_template.php:250 +#: ../../godmode/agentes/planned_downtime.editor.php:847 +#: ../../godmode/netflow/nf_item_list.php:237 +#: ../../godmode/netflow/nf_edit.php:143 ../../godmode/servers/plugin.php:782 +#: ../../godmode/groups/modu_group_list.php:198 +#: ../../godmode/groups/modu_group_list.php:200 +#: ../../godmode/snmpconsole/snmp_filters.php:143 +#: ../../godmode/snmpconsole/snmp_alert.php:1094 +#: ../../godmode/snmpconsole/snmp_alert.php:1123 +#: ../../godmode/snmpconsole/snmp_alert.php:1335 +#: ../../godmode/category/category.php:126 +#: ../../godmode/category/category.php:131 +#: ../../godmode/massive/massive_add_action_alerts.php:179 +#: ../../godmode/massive/massive_add_tags.php:158 +#: ../../godmode/massive/massive_edit_plugins.php:533 +#: ../../godmode/massive/massive_delete_agents.php:138 +#: ../../godmode/massive/massive_delete_profiles.php:129 +#: ../../godmode/massive/massive_standby_alerts.php:167 +#: ../../godmode/massive/massive_operations.php:247 +#: ../../godmode/massive/massive_operations.php:256 +#: ../../godmode/massive/massive_add_alerts.php:183 +#: ../../godmode/massive/massive_delete_tags.php:215 +#: ../../godmode/massive/massive_enable_disable_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:511 +#: ../../godmode/massive/massive_add_profiles.php:115 +#: ../../godmode/massive/massive_delete_action_alerts.php:185 +#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 +#: ../../godmode/users/configure_user.php:660 +#: ../../godmode/users/profile_list.php:390 +#: ../../godmode/alerts/alert_templates.php:341 +#: ../../godmode/alerts/alert_actions.php:385 +#: ../../godmode/alerts/alert_actions.php:388 +#: ../../godmode/alerts/alert_list.list.php:825 +#: ../../godmode/alerts/alert_special_days.php:451 +#: ../../godmode/alerts/alert_commands.php:361 +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +#: ../../godmode/db/db_refine.php:119 +#: ../../godmode/modules/manage_network_components.php:616 +#: ../../godmode/modules/manage_network_templates.php:209 +#: ../../godmode/modules/manage_network_templates.php:214 +#: ../../godmode/modules/manage_nc_groups.php:219 +#: ../../godmode/setup/news.php:267 ../../godmode/setup/links.php:150 +#: ../../godmode/events/event_filter.php:146 ../../godmode/tag/tag.php:273 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_filemanager.php:740 +#: ../../include/functions_groups.php:2173 +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#: ../../operation/agentes/pandora_networkmap.php:502 +msgid "There are no maps defined." +msgstr "No hay mapas definidos." + +#: ../../operation/agentes/pandora_networkmap.php:509 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 +msgid "Create networkmap" +msgstr "Crear mapa de red" + +#: ../../operation/agentes/pandora_networkmap.editor.php:165 +#: ../../operation/agentes/pandora_networkmap.view.php:705 +msgid "Not found networkmap." +msgstr "No se encontró ningún networkmap." + +#: ../../operation/agentes/pandora_networkmap.editor.php:186 +#: ../../operation/agentes/pandora_networkmap.editor.php:199 +#: ../../operation/agentes/alerts_status.functions.php:68 +#: ../../operation/agentes/estado_generalagente.php:246 +#: ../../operation/agentes/status_monitor.php:291 +#: ../../operation/agentes/exportdata.php:234 +#: ../../operation/agentes/estado_agente.php:167 +#: ../../operation/agentes/estado_agente.php:515 +#: ../../operation/agentes/group_view.php:164 +#: ../../operation/agentes/ver_agente.php:603 +#: ../../operation/netflow/nf_live_view.php:291 +#: ../../operation/users/user_edit.php:532 +#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 +#: ../../operation/integria_incidents/incident.list.php:61 +#: ../../operation/integria_incidents/incident.list.php:95 +#: ../../operation/integria_incidents/incident.incident.php:87 +#: ../../operation/incidents/incident.php:339 +#: ../../operation/incidents/incident_detail.php:308 +#: ../../operation/search_maps.php:32 ../../operation/gis_maps/gis_map.php:90 +#: ../../operation/gis_maps/ajax.php:309 +#: ../../operation/events/events.build_table.php:185 +#: ../../operation/events/events_list.php:544 +#: ../../operation/events/sound_events.php:76 +#: ../../extensions/agents_alerts.php:74 +#: ../../extensions/agents_modules.php:82 ../../general/ui/agents_list.php:69 +#: ../../enterprise/operation/agentes/transactional_map.php:147 +#: ../../enterprise/operation/agentes/ver_agente.php:50 +#: ../../enterprise/operation/agentes/ver_agente.php:71 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:196 +#: ../../enterprise/operation/inventory/inventory.php:164 +#: ../../enterprise/operation/services/services.service.php:123 +#: ../../enterprise/operation/services/services.list.php:162 +#: ../../enterprise/operation/services/services.list.php:314 +#: ../../enterprise/operation/log/log_viewer.php:197 +#: ../../enterprise/godmode/policies/policies.php:229 +#: ../../enterprise/godmode/policies/policies.php:257 +#: ../../enterprise/godmode/policies/policy_agents.php:359 +#: ../../enterprise/godmode/policies/configure_policy.php:68 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1401 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 +#: ../../enterprise/godmode/reporting/graph_template_list.php:126 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 +#: ../../enterprise/godmode/agentes/collections.php:183 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:92 +#: ../../enterprise/godmode/alerts/alert_events_list.php:361 +#: ../../enterprise/godmode/alerts/alert_events_list.php:423 +#: ../../enterprise/godmode/alerts/alert_events.php:491 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 +#: ../../enterprise/godmode/services/services.service.php:239 +#: ../../enterprise/godmode/modules/configure_local_component.php:217 +#: ../../enterprise/godmode/modules/local_components.php:401 +#: ../../enterprise/godmode/modules/local_components.php:483 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 +#: ../../enterprise/meta/advanced/synchronizing.user.php:553 #: ../../enterprise/meta/agentsearch.php:95 #: ../../enterprise/meta/include/functions_networkmap_meta.php:91 #: ../../enterprise/meta/include/functions_networkmap_meta.php:158 #: ../../enterprise/meta/include/functions_events_meta.php:67 #: ../../enterprise/meta/include/functions_wizard_meta.php:153 #: ../../enterprise/meta/include/functions_wizard_meta.php:1629 -#: ../../enterprise/meta/advanced/synchronizing.user.php:553 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:239 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:329 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:398 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:506 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:587 +#: ../../enterprise/include/functions_reporting_pdf.php:2311 +#: ../../enterprise/include/functions_reporting_pdf.php:2361 #: ../../enterprise/include/functions_alert_event.php:926 -#: ../../enterprise/include/functions_reporting_pdf.php:2233 -#: ../../enterprise/include/functions_reporting_pdf.php:2283 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1674 -#: ../../enterprise/operation/log/log_viewer.php:192 -#: ../../enterprise/operation/services/services.service.php:123 -#: ../../enterprise/operation/services/services.list.php:160 -#: ../../enterprise/operation/services/services.list.php:312 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:262 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:268 -#: ../../enterprise/operation/agentes/ver_agente.php:50 -#: ../../enterprise/operation/agentes/ver_agente.php:71 -#: ../../enterprise/operation/inventory/inventory.php:162 -#: ../../enterprise/godmode/services/services.service.php:239 -#: ../../enterprise/godmode/alerts/alert_events_list.php:361 -#: ../../enterprise/godmode/alerts/alert_events_list.php:423 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:155 -#: ../../enterprise/godmode/alerts/alert_events.php:491 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:409 -#: ../../enterprise/godmode/agentes/collections.php:183 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:167 -#: ../../enterprise/godmode/modules/local_components.php:389 -#: ../../enterprise/godmode/modules/local_components.php:471 -#: ../../enterprise/godmode/modules/configure_local_component.php:209 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:114 -#: ../../enterprise/godmode/reporting/graph_template_list.php:126 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:307 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:83 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1347 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:158 -#: ../../enterprise/godmode/policies/policies.php:229 -#: ../../enterprise/godmode/policies/policies.php:255 -#: ../../enterprise/godmode/policies/configure_policy.php:68 -#: ../../enterprise/godmode/policies/policy_agents.php:334 -#: ../../mobile/operation/networkmaps.php:65 -#: ../../mobile/operation/networkmaps.php:69 -#: ../../mobile/operation/networkmaps.php:129 -#: ../../mobile/operation/networkmaps.php:130 -#: ../../mobile/operation/networkmaps.php:197 +#: ../../enterprise/dashboard/widgets/top_n.php:306 +#: ../../enterprise/dashboard/widgets/alerts_fired.php:28 +#: ../../enterprise/dashboard/widgets/tree_view.php:44 +#: ../../enterprise/dashboard/dashboards.php:89 +#: ../../enterprise/dashboard/main_dashboard.php:290 +#: ../../enterprise/dashboard/main_dashboard.php:314 +#: ../../godmode/reporting/reporting_builder.php:431 +#: ../../godmode/reporting/reporting_builder.php:561 +#: ../../godmode/reporting/map_builder.php:208 +#: ../../godmode/reporting/reporting_builder.item_editor.php:873 +#: ../../godmode/reporting/graphs.php:155 +#: ../../godmode/reporting/graph_builder.main.php:114 +#: ../../godmode/reporting/reporting_builder.main.php:69 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:193 +#: ../../godmode/agentes/modificar_agente.php:145 +#: ../../godmode/agentes/modificar_agente.php:488 +#: ../../godmode/agentes/agent_manager.php:243 +#: ../../godmode/agentes/agent_incidents.php:89 +#: ../../godmode/agentes/configurar_agente.php:338 +#: ../../godmode/agentes/planned_downtime.list.php:393 +#: ../../godmode/agentes/planned_downtime.editor.php:480 +#: ../../godmode/agentes/planned_downtime.editor.php:754 +#: ../../godmode/netflow/nf_edit.php:119 +#: ../../godmode/netflow/nf_edit_form.php:193 +#: ../../godmode/servers/manage_recontask_form.php:300 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/snmpconsole/snmp_alert.php:556 +#: ../../godmode/massive/massive_add_action_alerts.php:136 +#: ../../godmode/massive/massive_add_tags.php:124 +#: ../../godmode/massive/massive_delete_agents.php:105 +#: ../../godmode/massive/massive_delete_profiles.php:103 +#: ../../godmode/massive/massive_standby_alerts.php:136 +#: ../../godmode/massive/massive_add_alerts.php:151 +#: ../../godmode/massive/massive_edit_agents.php:205 +#: ../../godmode/massive/massive_edit_agents.php:280 +#: ../../godmode/massive/massive_enable_disable_alerts.php:136 +#: ../../godmode/massive/massive_copy_modules.php:71 +#: ../../godmode/massive/massive_copy_modules.php:182 +#: ../../godmode/massive/massive_add_profiles.php:89 +#: ../../godmode/massive/massive_delete_alerts.php:212 +#: ../../godmode/massive/massive_delete_action_alerts.php:138 +#: ../../godmode/users/user_list.php:227 +#: ../../godmode/users/configure_user.php:617 +#: ../../godmode/alerts/configure_alert_special_days.php:69 +#: ../../godmode/alerts/alert_templates.php:299 +#: ../../godmode/alerts/alert_actions.php:341 +#: ../../godmode/alerts/alert_special_days.php:246 +#: ../../godmode/alerts/configure_alert_action.php:116 +#: ../../godmode/alerts/configure_alert_template.php:746 +#: ../../godmode/gis_maps/configure_gis_map.php:366 +#: ../../godmode/modules/manage_network_templates_form.php:200 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_templates_form.php:300 +#: ../../godmode/modules/manage_network_components.php:479 +#: ../../godmode/modules/manage_network_components.php:568 +#: ../../godmode/modules/manage_network_components_form_common.php:101 +#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/news.php:164 +#: ../../godmode/setup/gis.php:63 +#: ../../godmode/events/event_edit_filter.php:224 +#: ../../godmode/events/custom_events.php:80 +#: ../../godmode/events/custom_events.php:156 +#: ../../godmode/events/event_responses.list.php:56 +#: ../../godmode/events/event_responses.editor.php:81 +#: ../../godmode/events/event_filter.php:109 +#: ../../include/functions_pandora_networkmap.php:1370 +#: ../../include/functions_pandora_networkmap.php:1513 +#: ../../include/functions_networkmap.php:1746 +#: ../../include/functions_visual_map.php:2330 +#: ../../include/functions_events.php:38 +#: ../../include/functions_events.php:2435 +#: ../../include/functions_events.php:3327 +#: ../../include/functions_graph.php:5381 +#: ../../include/functions_reporting_html.php:1540 +#: ../../include/functions_reporting_html.php:1575 +#: ../../include/functions_visual_map_editor.php:61 +#: ../../include/functions_visual_map_editor.php:315 +#: ../../include/functions_visual_map_editor.php:589 +#: ../../include/functions_groups.php:745 +#: ../../mobile/operation/visualmaps.php:49 +#: ../../mobile/operation/visualmaps.php:53 +#: ../../mobile/operation/visualmaps.php:141 #: ../../mobile/operation/modules.php:128 #: ../../mobile/operation/modules.php:132 #: ../../mobile/operation/modules.php:203 #: ../../mobile/operation/modules.php:204 ../../mobile/operation/alerts.php:84 #: ../../mobile/operation/alerts.php:88 ../../mobile/operation/alerts.php:178 -#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/events.php:356 -#: ../../mobile/operation/events.php:360 ../../mobile/operation/events.php:496 -#: ../../mobile/operation/events.php:599 ../../mobile/operation/events.php:600 -#: ../../mobile/operation/visualmaps.php:49 -#: ../../mobile/operation/visualmaps.php:53 -#: ../../mobile/operation/visualmaps.php:141 -#: ../../mobile/operation/agents.php:75 ../../mobile/operation/agents.php:120 -#: ../../mobile/operation/agents.php:124 ../../mobile/operation/agents.php:175 -#: ../../mobile/operation/agents.php:176 ../../mobile/operation/agents.php:280 -#: ../../extensions/agents_modules.php:81 -#: ../../extensions/agents_alerts.php:73 -#: ../../include/functions_graph.php:5073 -#: ../../include/functions_networkmap.php:1746 -#: ../../include/functions_groups.php:715 -#: ../../include/functions_visual_map.php:2292 -#: ../../include/functions_visual_map_editor.php:61 -#: ../../include/functions_visual_map_editor.php:303 -#: ../../include/functions_visual_map_editor.php:577 -#: ../../include/functions_reporting_html.php:1483 -#: ../../include/functions_reporting_html.php:1518 -#: ../../include/functions_events.php:37 -#: ../../include/functions_events.php:2432 -#: ../../operation/integria_incidents/incident.incident.php:87 -#: ../../operation/integria_incidents/incident.list.php:61 -#: ../../operation/integria_incidents/incident.list.php:95 -#: ../../operation/events/events.build_table.php:91 -#: ../../operation/events/events_list.php:529 -#: ../../operation/events/sound_events.php:71 -#: ../../operation/users/user_edit.php:420 -#: ../../operation/search_agents.php:47 ../../operation/search_agents.php:59 -#: ../../operation/gis_maps/gis_map.php:90 -#: ../../operation/gis_maps/index.php:36 ../../operation/gis_maps/ajax.php:309 -#: ../../operation/agentes/exportdata.php:226 -#: ../../operation/agentes/ver_agente.php:539 -#: ../../operation/agentes/group_view.php:146 -#: ../../operation/agentes/estado_agente.php:164 -#: ../../operation/agentes/estado_agente.php:467 -#: ../../operation/agentes/networkmap_list.php:136 -#: ../../operation/agentes/networkmap_list.php:170 -#: ../../operation/agentes/networkmap.php:448 -#: ../../operation/agentes/alerts_status.functions.php:68 -#: ../../operation/agentes/estado_generalagente.php:246 -#: ../../operation/agentes/status_monitor.php:407 -#: ../../operation/search_maps.php:32 -#: ../../operation/netflow/nf_live_view.php:291 -#: ../../operation/incidents/incident.php:334 -#: ../../operation/incidents/incident_detail.php:308 -#: ../../godmode/events/event_filter.php:105 -#: ../../godmode/events/event_responses.editor.php:81 -#: ../../godmode/events/event_responses.list.php:56 -#: ../../godmode/events/custom_events.php:80 -#: ../../godmode/events/custom_events.php:156 -#: ../../godmode/events/event_edit_filter.php:213 -#: ../../godmode/users/configure_user.php:617 -#: ../../godmode/users/user_list.php:227 -#: ../../godmode/snmpconsole/snmp_alert.php:556 -#: ../../godmode/gis_maps/index.php:71 -#: ../../godmode/gis_maps/configure_gis_map.php:356 -#: ../../godmode/alerts/configure_alert_special_days.php:66 -#: ../../godmode/alerts/alert_special_days.php:164 -#: ../../godmode/alerts/configure_alert_template.php:711 -#: ../../godmode/alerts/alert_templates.php:299 -#: ../../godmode/alerts/configure_alert_action.php:116 -#: ../../godmode/alerts/alert_actions.php:341 -#: ../../godmode/agentes/agent_incidents.php:89 -#: ../../godmode/agentes/agent_manager.php:243 -#: ../../godmode/agentes/modificar_agente.php:135 -#: ../../godmode/agentes/modificar_agente.php:430 -#: ../../godmode/agentes/planned_downtime.editor.php:474 -#: ../../godmode/agentes/planned_downtime.editor.php:723 -#: ../../godmode/agentes/planned_downtime.list.php:391 -#: ../../godmode/agentes/configurar_agente.php:338 -#: ../../godmode/servers/manage_recontask_form.php:300 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_edit_form.php:193 -#: ../../godmode/netflow/nf_edit.php:119 ../../godmode/setup/news.php:164 -#: ../../godmode/setup/gis_step_2.php:153 ../../godmode/setup/gis.php:63 -#: ../../godmode/massive/massive_delete_agents.php:105 -#: ../../godmode/massive/massive_delete_alerts.php:212 -#: ../../godmode/massive/massive_standby_alerts.php:136 -#: ../../godmode/massive/massive_copy_modules.php:71 -#: ../../godmode/massive/massive_copy_modules.php:182 -#: ../../godmode/massive/massive_add_alerts.php:151 -#: ../../godmode/massive/massive_delete_profiles.php:103 -#: ../../godmode/massive/massive_add_tags.php:124 -#: ../../godmode/massive/massive_edit_agents.php:205 -#: ../../godmode/massive/massive_edit_agents.php:280 -#: ../../godmode/massive/massive_add_profiles.php:89 -#: ../../godmode/massive/massive_add_action_alerts.php:136 -#: ../../godmode/massive/massive_delete_action_alerts.php:138 -#: ../../godmode/massive/massive_enable_disable_alerts.php:136 -#: ../../godmode/modules/manage_network_components.php:454 -#: ../../godmode/modules/manage_network_components.php:543 -#: ../../godmode/modules/manage_network_components_form_common.php:99 -#: ../../godmode/modules/manage_network_templates_form.php:200 -#: ../../godmode/modules/manage_network_templates_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:300 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:193 -#: ../../godmode/reporting/graph_builder.main.php:107 -#: ../../godmode/reporting/reporting_builder.item_editor.php:816 -#: ../../godmode/reporting/map_builder.php:208 -#: ../../godmode/reporting/graphs.php:145 -#: ../../godmode/reporting/reporting_builder.php:432 -#: ../../godmode/reporting/reporting_builder.php:564 -#: ../../godmode/reporting/reporting_builder.main.php:69 -#: ../../general/ui/agents_list.php:69 +#: ../../mobile/operation/alerts.php:179 ../../mobile/operation/agents.php:75 +#: ../../mobile/operation/agents.php:120 ../../mobile/operation/agents.php:124 +#: ../../mobile/operation/agents.php:175 ../../mobile/operation/agents.php:176 +#: ../../mobile/operation/agents.php:316 +#: ../../mobile/operation/networkmaps.php:65 +#: ../../mobile/operation/networkmaps.php:69 +#: ../../mobile/operation/networkmaps.php:129 +#: ../../mobile/operation/networkmaps.php:130 +#: ../../mobile/operation/networkmaps.php:197 +#: ../../mobile/operation/events.php:361 ../../mobile/operation/events.php:365 +#: ../../mobile/operation/events.php:501 ../../mobile/operation/events.php:604 +#: ../../mobile/operation/events.php:605 msgid "Group" msgstr "Grupo" -#: ../../enterprise/dashboard/main_dashboard.php:366 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:627 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 -#: ../../enterprise/godmode/reporting/mysql_builder.php:149 -#: ../../extensions/insert_data.php:178 ../../operation/agentes/graphs.php:246 -#: ../../godmode/setup/gis_step_2.php:310 -#: ../../godmode/reporting/visual_console_builder.data.php:127 -#: ../../godmode/reporting/reporting_builder.main.php:32 -msgid "Save" -msgstr "Guardar" +#: ../../operation/agentes/pandora_networkmap.editor.php:190 +#, fuzzy +msgid "Node radius" +msgstr "No hay usuario administrador" -#: ../../enterprise/dashboard/main_dashboard.php:387 -msgid "Private dashboard" -msgstr "Dashboard privado" +#: ../../operation/agentes/pandora_networkmap.editor.php:197 +#: ../../operation/incidents/incident.php:341 +#: ../../operation/incidents/incident_detail.php:289 +#: ../../operation/events/events.build_table.php:229 +#: ../../enterprise/operation/log/log_viewer.php:205 +#: ../../enterprise/meta/advanced/synchronizing.user.php:508 +#: ../../enterprise/meta/advanced/policymanager.sync.php:295 +#: ../../enterprise/meta/advanced/synchronizing.component.php:310 +#: ../../enterprise/meta/advanced/synchronizing.group.php:147 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 +#: ../../enterprise/meta/advanced/synchronizing.os.php:91 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:94 +#: ../../enterprise/include/functions_log.php:332 +#: ../../godmode/agentes/agent_incidents.php:91 +#: ../../godmode/massive/massive_copy_modules.php:108 +#: ../../godmode/events/custom_events.php:107 +#: ../../godmode/events/custom_events.php:165 +#: ../../include/functions_events.php:47 +#: ../../include/functions_events.php:2144 +#: ../../include/functions_events.php:2259 +#: ../../include/functions_events.php:3364 +msgid "Source" +msgstr "Origen" -#: ../../enterprise/dashboard/main_dashboard.php:391 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:292 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:421 -#: ../../enterprise/meta/advanced/metasetup.visual.php:154 -#: ../../enterprise/godmode/alerts/alert_events_list.php:608 -#: ../../enterprise/godmode/agentes/inventory_manager.php:208 -#: ../../enterprise/godmode/agentes/plugins_manager.php:93 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185 -#: ../../enterprise/godmode/agentes/collection_manager.php:109 -#: ../../enterprise/godmode/agentes/collection_manager.php:126 -#: ../../enterprise/godmode/servers/manage_export_form.php:122 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 -#: ../../enterprise/godmode/setup/setup_acl.php:98 -#: ../../enterprise/godmode/setup/setup_acl.php:117 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:243 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:160 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:233 -#: ../../enterprise/godmode/policies/policy_collections.php:196 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 -#: ../../enterprise/godmode/policies/policy_plugins.php:65 -#: ../../enterprise/godmode/policies/policy_alerts.php:474 -#: ../../enterprise/godmode/policies/policy_alerts.php:520 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 -#: ../../extensions/files_repo/files_repo_form.php:94 -#: ../../operation/integria_incidents/incident.files.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:35 -#: ../../operation/events/events_list.php:327 -#: ../../operation/events/events_list.php:355 -#: ../../operation/incidents/incident_detail.php:404 -#: ../../godmode/events/event_edit_filter.php:335 -#: ../../godmode/events/event_edit_filter.php:350 -#: ../../godmode/users/configure_profile.php:364 -#: ../../godmode/snmpconsole/snmp_alert.php:1199 -#: ../../godmode/alerts/alert_list.list.php:610 -#: ../../godmode/agentes/planned_downtime.editor.php:622 -#: ../../godmode/agentes/planned_downtime.editor.php:693 -#: ../../godmode/agentes/planned_downtime.editor.php:832 -#: ../../godmode/servers/plugin.php:746 -#: ../../godmode/servers/manage_recontask_form.php:384 -#: ../../godmode/servers/recon_script.php:383 ../../godmode/setup/news.php:275 -#: ../../godmode/setup/links.php:158 ../../godmode/setup/setup_visuals.php:572 -#: ../../godmode/setup/setup_visuals.php:608 -#: ../../godmode/massive/massive_add_alerts.php:185 -#: ../../godmode/massive/massive_add_tags.php:161 -#: ../../godmode/massive/massive_add_action_alerts.php:181 -#: ../../godmode/modules/manage_network_templates_form.php:308 -#: ../../godmode/reporting/graph_builder.graph_editor.php:159 -#: ../../godmode/reporting/visual_console_builder.wizard.php:324 -msgid "Add" -msgstr "Añadir" +#: ../../operation/agentes/pandora_networkmap.editor.php:200 +#: ../../godmode/menu.php:213 ../../include/functions_groups.php:92 +msgid "Recon task" +msgstr "Tarea de reconocimiento" -#: ../../enterprise/dashboard/main_dashboard.php:399 -#: ../../godmode/reporting/visual_console_builder.editor.php:139 -#: ../../godmode/reporting/visual_console_builder.editor.php:144 -#: ../../godmode/reporting/visual_console_builder.editor.php:149 -msgid "Action in progress" -msgstr "Acción en curso" +#: ../../operation/agentes/pandora_networkmap.editor.php:201 +msgid "CIDR IP mask" +msgstr "Máscara CIDR" -#: ../../enterprise/dashboard/main_dashboard.php:400 -#: ../../godmode/reporting/visual_console_builder.editor.php:140 -msgid "Loading in progress" -msgstr "Carga en curso" +#: ../../operation/agentes/pandora_networkmap.editor.php:203 +msgid "Source from recon task" +msgstr "Origen de tarea recon" -#: ../../enterprise/dashboard/main_dashboard.php:406 -#: ../../enterprise/dashboard/main_dashboard.php:486 -#: ../../enterprise/meta/include/functions_ui_meta.php:779 -#: ../../extensions/system_info.php:532 ../../extensions/system_info.php:593 -#: ../../include/functions_ui.php:229 ../../include/functions.php:1015 -#: ../../include/functions_events.php:1161 -#: ../../include/functions_events.php:1428 -#: ../../include/ajax/double_auth.ajax.php:250 -#: ../../include/ajax/double_auth.ajax.php:345 -#: ../../include/ajax/double_auth.ajax.php:390 -#: ../../include/ajax/double_auth.ajax.php:505 -#: ../../operation/users/user_edit.php:572 -#: ../../operation/users/user_edit.php:637 -#: ../../operation/agentes/networkmap_list.php:377 -#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:813 -#: ../../godmode/massive/massive_edit_plugins.php:814 -msgid "Error" -msgstr "Error" - -#: ../../enterprise/dashboard/main_dashboard.php:407 -msgid "Error: there are cells not empty." -msgstr "Error: las celdas no pueden star vacias" - -#: ../../enterprise/dashboard/main_dashboard.php:412 -msgid "Error save conf dashboard" -msgstr "Error al guardar el conf del dashboard" - -#: ../../enterprise/dashboard/main_dashboard.php:480 -msgid "Add widget" -msgstr "Agregar widget" - -#: ../../enterprise/dashboard/main_dashboard.php:485 -msgid "Add new widget" -msgstr "Añadir nuevo widget" - -#: ../../enterprise/dashboard/main_dashboard.php:487 +#: ../../operation/agentes/pandora_networkmap.editor.php:205 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." +"It is setted any recon task, the nodes get from the recontask IP mask " +"instead from the group." msgstr "" -"Error, que están tratando de añadir un widget en una celda vacía. Por favor, " -"guarde el diseño antes de añadir cualquier control en esta celda." +"Si está seleccionada alguna tarea recon, los nodos se obtendrán de la " +"máscara IP de la recontask en lugar del grupo" -#: ../../enterprise/dashboard/widget.php:58 -#: ../../operation/integria_incidents/incident.incident.php:82 -#: ../../operation/agentes/estado_generalagente.php:395 -msgid "Title" -msgstr "Título" - -#: ../../enterprise/dashboard/widget.php:173 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:186 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 -#: ../../enterprise/meta/advanced/metasetup.password.php:146 -#: ../../enterprise/meta/advanced/metasetup.visual.php:248 -#: ../../enterprise/meta/advanced/metasetup.performance.php:103 -#: ../../enterprise/meta/advanced/metasetup.setup.php:230 -#: ../../enterprise/meta/event/custom_events.php:197 -#: ../../enterprise/extensions/translate_string.php:306 -#: ../../enterprise/extensions/translate_string.php:313 -#: ../../enterprise/extensions/cron/main.php:316 -#: ../../enterprise/extensions/vmware/vmware_view.php:1218 -#: ../../enterprise/extensions/ipam/ipam_network.php:670 -#: ../../enterprise/extensions/ipam/ipam_editor.php:105 -#: ../../enterprise/extensions/ipam/ipam_massive.php:95 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1084 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1617 -#: ../../enterprise/operation/agentes/policy_view.php:161 -#: ../../enterprise/operation/agentes/collection_view.php:97 -#: ../../enterprise/godmode/services/services.elements.php:403 -#: ../../enterprise/godmode/services/services.service.php:365 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:85 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:257 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:225 -#: ../../enterprise/godmode/agentes/inventory_manager.php:204 -#: ../../enterprise/godmode/agentes/inventory_manager.php:266 -#: ../../enterprise/godmode/agentes/collections.data.php:95 -#: ../../enterprise/godmode/agentes/collections.data.php:200 -#: ../../enterprise/godmode/agentes/collections.data.php:258 -#: ../../enterprise/godmode/agentes/collections.data.php:333 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:215 -#: ../../enterprise/godmode/agentes/collections.editor.php:130 -#: ../../enterprise/godmode/agentes/collections.editor.php:196 -#: ../../enterprise/godmode/agentes/collection_manager.php:132 -#: ../../enterprise/godmode/agentes/collection_manager.php:218 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:171 -#: ../../enterprise/godmode/servers/manage_export_form.php:120 -#: ../../enterprise/godmode/setup/setup_log_collector.php:55 -#: ../../enterprise/godmode/setup/edit_skin.php:261 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:218 -#: ../../enterprise/godmode/setup/setup.php:234 -#: ../../enterprise/godmode/setup/setup.php:327 -#: ../../enterprise/godmode/setup/setup_history.php:77 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:300 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:126 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:291 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:228 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:115 -#: ../../enterprise/godmode/modules/configure_local_component.php:465 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:88 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:109 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:229 -#: ../../enterprise/godmode/policies/configure_policy.php:86 -#: ../../enterprise/godmode/policies/policy_collections.php:158 -#: ../../enterprise/godmode/policies/policy_collections.php:210 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:216 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:274 -#: ../../enterprise/godmode/policies/policy_modules.php:299 -#: ../../extensions/files_repo/files_repo_form.php:88 -#: ../../extensions/net_tools.php:328 -#: ../../include/functions_visual_map_editor.php:429 -#: ../../include/functions_events.php:1703 -#: ../../include/functions_events.php:1741 -#: ../../operation/integria_incidents/incident.incident.php:117 -#: ../../operation/events/events_list.php:619 -#: ../../operation/users/user_edit.php:388 -#: ../../operation/snmpconsole/snmp_view.php:440 -#: ../../operation/agentes/datos_agente.php:209 -#: ../../operation/reporting/reporting_viewer.php:206 -#: ../../godmode/events/event_responses.editor.php:145 -#: ../../godmode/events/custom_events.php:201 -#: ../../godmode/events/event_edit_filter.php:384 -#: ../../godmode/users/configure_user.php:587 -#: ../../godmode/users/configure_profile.php:370 -#: ../../godmode/category/edit_category.php:169 -#: ../../godmode/snmpconsole/snmp_alert.php:871 -#: ../../godmode/snmpconsole/snmp_alert.php:1119 -#: ../../godmode/snmpconsole/snmp_filters.php:105 -#: ../../godmode/snmpconsole/snmp_filters.php:142 -#: ../../godmode/alerts/configure_alert_special_days.php:97 -#: ../../godmode/alerts/configure_alert_command.php:198 -#: ../../godmode/alerts/alert_list.list.php:140 -#: ../../godmode/alerts/alert_list.list.php:148 -#: ../../godmode/alerts/configure_alert_action.php:216 -#: ../../godmode/alerts/configure_alert_action.php:222 -#: ../../godmode/agentes/agent_manager.php:453 -#: ../../godmode/agentes/agent_conf_gis.php:88 -#: ../../godmode/agentes/planned_downtime.editor.php:618 -#: ../../godmode/agentes/planned_downtime.list.php:464 -#: ../../godmode/agentes/planned_downtime.list.php:473 -#: ../../godmode/agentes/module_manager_editor.php:475 -#: ../../godmode/agentes/agent_template.php:248 -#: ../../godmode/agentes/configure_field.php:61 -#: ../../godmode/servers/modificar_server.php:53 -#: ../../godmode/servers/plugin.php:496 -#: ../../godmode/servers/manage_recontask_form.php:380 -#: ../../godmode/servers/recon_script.php:223 -#: ../../godmode/netflow/nf_edit_form.php:240 -#: ../../godmode/groups/configure_modu_group.php:76 -#: ../../godmode/groups/configure_group.php:204 -#: ../../godmode/update_manager/update_manager.setup.php:87 -#: ../../godmode/setup/setup_netflow.php:81 ../../godmode/setup/news.php:207 -#: ../../godmode/setup/links.php:120 ../../godmode/setup/os.php:54 -#: ../../godmode/setup/os.php:107 ../../godmode/setup/setup_general.php:292 -#: ../../godmode/setup/performance.php:128 -#: ../../godmode/setup/setup_auth.php:233 -#: ../../godmode/setup/setup_visuals.php:628 -#: ../../godmode/massive/massive_edit_plugins.php:321 -#: ../../godmode/massive/massive_edit_agents.php:447 -#: ../../godmode/massive/massive_edit_modules.php:588 -#: ../../godmode/modules/manage_nc_groups_form.php:79 -#: ../../godmode/modules/manage_network_components_form.php:262 -#: ../../godmode/modules/manage_network_templates_form.php:154 -#: ../../godmode/reporting/visual_console_builder.data.php:131 -#: ../../godmode/reporting/visual_console_builder.elements.php:503 -#: ../../godmode/reporting/graph_builder.main.php:161 -#: ../../godmode/reporting/reporting_builder.main.php:38 -#: ../../godmode/tag/edit_tag.php:219 -msgid "Update" -msgstr "Actualizar" - -#: ../../enterprise/dashboard/widget.php:283 -msgid "Configure widget" -msgstr "Configurar widget" - -#: ../../enterprise/dashboard/widget.php:288 -msgid "Delete widget" -msgstr "Eliminar widget" - -#: ../../enterprise/dashboard/widget.php:298 -msgid "Config widget" -msgstr "Configurar el widget" - -#: ../../enterprise/dashboard/widget.php:308 -msgid "Please configure this widget before usage" -msgstr "Por favor, configure este widget antes de su uso" - -#: ../../enterprise/dashboard/widget.php:311 -msgid "Widget cannot be loaded" -msgstr "El widget no se puede cargar" - -#: ../../enterprise/dashboard/widget.php:312 -msgid "Please, configure the widget again to recover it" -msgstr "Por favor, configure el widget otra vez para recuperarlo" - -#: ../../enterprise/dashboard/dashboard_replicate.php:32 -msgid "Dashboard replicate" -msgstr "Réplica del dashboard" - -#: ../../enterprise/dashboard/dashboard_replicate.php:42 -msgid "Not copyed. Error copying data. You must select a dashboard" -msgstr "" -"No se ha copiado. Error al copiar datos. Debe seleccionar un dashboard" - -#: ../../enterprise/dashboard/dashboard_replicate.php:72 -#: ../../enterprise/dashboard/dashboard_replicate.php:95 -msgid "Not copyed. Error copying data" -msgstr "No se ha copiado. Error al copiar datos." - -#: ../../enterprise/dashboard/dashboard_replicate.php:104 -msgid "Successfully copyed" -msgstr "Copiado correctamente" - -#: ../../enterprise/dashboard/dashboard_replicate.php:121 -msgid "Source user's group" -msgstr "Grupo de usuarios de origen" - -#: ../../enterprise/dashboard/dashboard_replicate.php:144 -#: ../../enterprise/dashboard/dashboard_replicate.php:154 -#: ../../operation/agentes/status_monitor.php:445 -#: ../../operation/incidents/incident.php:233 -msgid "Show" -msgstr "Mostrar" - -#: ../../enterprise/dashboard/dashboard_replicate.php:148 -msgid "Destination user's group" -msgstr "Grupo de usuarios de destino" - -#: ../../enterprise/dashboard/dashboard_replicate.php:162 -msgid "Group Dashboards" -msgstr "Agrupar dashboards" - -#: ../../enterprise/dashboard/dashboard_replicate.php:173 -#: ../../enterprise/dashboard/widgets/top_n.php:401 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 -#: ../../enterprise/meta/advanced/metasetup.setup.php:242 -#: ../../enterprise/meta/advanced/metasetup.setup.php:248 -#: ../../enterprise/meta/advanced/metasetup.setup.php:257 -#: ../../enterprise/meta/advanced/metasetup.setup.php:263 -#: ../../enterprise/meta/event/custom_events.php:211 -#: ../../enterprise/meta/event/custom_events.php:222 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 -#: ../../enterprise/extensions/ipam/ipam_network.php:635 -#: ../../enterprise/include/functions_networkmap_enterprise.php:242 -#: ../../enterprise/include/functions_networkmap_enterprise.php:604 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1599 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1602 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1680 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1685 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:290 +#: ../../operation/agentes/pandora_networkmap.editor.php:207 +#: ../../operation/agentes/ver_agente.php:729 +#: ../../operation/agentes/ver_agente.php:772 +#: ../../operation/agentes/ver_agente.php:782 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../operation/snmpconsole/snmp_view.php:423 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:722 +#: ../../operation/users/user_edit.php:351 +#: ../../operation/users/user_edit.php:375 +#: ../../operation/users/user_edit.php:415 +#: ../../operation/users/user_edit.php:429 +#: ../../operation/users/user_edit.php:581 +#: ../../operation/users/user_edit.php:588 +#: ../../operation/users/user_edit.php:597 +#: ../../operation/users/user_edit.php:604 +#: ../../operation/integria_incidents/incident.list.php:42 +#: ../../operation/integria_incidents/incident.list.php:133 +#: ../../operation/integria_incidents/incident.list.php:134 +#: ../../operation/integria_incidents/incident.incident.php:24 +#: ../../operation/events/events_list.php:279 +#: ../../operation/events/events_list.php:881 #: ../../enterprise/operation/agentes/ver_agente.php:36 -#: ../../enterprise/godmode/alerts/alert_events_list.php:595 -#: ../../enterprise/godmode/alerts/alert_events.php:468 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:368 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:499 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:595 -#: ../../enterprise/godmode/servers/manage_export_form.php:73 -#: ../../enterprise/godmode/setup/setup.php:341 -#: ../../enterprise/godmode/setup/setup.php:347 -#: ../../enterprise/godmode/setup/setup.php:355 -#: ../../enterprise/godmode/setup/setup.php:361 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:346 -#: ../../enterprise/godmode/modules/configure_local_component.php:486 -#: ../../enterprise/godmode/modules/configure_local_component.php:492 -#: ../../enterprise/godmode/modules/configure_local_component.php:500 -#: ../../enterprise/godmode/modules/configure_local_component.php:506 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:697 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:718 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:733 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:743 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:654 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:718 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:733 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:743 +#: ../../enterprise/extensions/ipam/ipam_network.php:635 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:244 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:284 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:414 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:430 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:446 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:462 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:477 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:483 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:328 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:403 +#: ../../enterprise/godmode/policies/policy_agents.php:223 +#: ../../enterprise/godmode/policies/policy_agents.php:653 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:681 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:756 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:917 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:933 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:949 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:965 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:981 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:996 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1002 +#: ../../enterprise/godmode/policies/policy_alerts.php:459 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1693 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1780 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:158 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:190 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:196 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:208 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:218 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:218 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:270 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:278 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:288 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:310 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:328 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:361 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:381 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:391 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:412 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:432 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:454 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:473 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:493 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:59 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:336 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:353 @@ -1020,91 +2259,114 @@ msgstr "Agrupar dashboards" #: ../../enterprise/godmode/reporting/reporting_builder.global.php:500 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:509 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:528 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:54 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:307 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:326 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:424 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:452 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:469 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:496 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:185 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:217 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:223 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:235 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:245 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:665 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:729 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:744 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:754 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:138 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:344 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:363 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:374 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 #: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1635 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1712 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:212 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:264 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:272 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:322 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:355 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:375 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:385 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:426 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:448 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:466 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:485 -#: ../../enterprise/godmode/policies/policy_agents.php:217 -#: ../../enterprise/godmode/policies/policy_agents.php:602 -#: ../../enterprise/godmode/policies/policy_alerts.php:459 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:273 -#: ../../mobile/operation/events.php:582 ../../include/functions_html.php:315 -#: ../../include/functions_html.php:478 ../../include/functions.php:881 -#: ../../include/functions_visual_map_editor.php:248 -#: ../../include/functions_visual_map_editor.php:320 -#: ../../include/functions_visual_map_editor.php:495 -#: ../../include/functions_events.php:1695 -#: ../../include/functions_events.php:1702 -#: ../../include/ajax/planned_downtime.ajax.php:85 -#: ../../operation/integria_incidents/incident.incident.php:24 -#: ../../operation/integria_incidents/incident.list.php:42 -#: ../../operation/integria_incidents/incident.list.php:133 -#: ../../operation/integria_incidents/incident.list.php:134 -#: ../../operation/events/events_list.php:271 -#: ../../operation/events/events_list.php:845 -#: ../../operation/users/user_edit.php:338 -#: ../../operation/snmpconsole/snmp_view.php:413 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:712 -#: ../../operation/agentes/ver_agente.php:665 -#: ../../operation/agentes/ver_agente.php:708 -#: ../../operation/agentes/ver_agente.php:718 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/events/custom_events.php:213 -#: ../../godmode/events/custom_events.php:224 -#: ../../godmode/events/event_edit_filter.php:405 -#: ../../godmode/users/configure_user.php:507 -#: ../../godmode/users/configure_user.php:675 -#: ../../godmode/users/configure_user.php:679 -#: ../../godmode/users/configure_user.php:684 -#: ../../godmode/snmpconsole/snmp_alert.php:27 -#: ../../godmode/snmpconsole/snmp_alert.php:902 -#: ../../godmode/gis_maps/configure_gis_map.php:404 -#: ../../godmode/alerts/configure_alert_template.php:577 -#: ../../godmode/alerts/alert_list.list.php:588 -#: ../../godmode/alerts/configure_alert_action.php:131 -#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:252 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:699 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:720 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:735 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:745 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:56 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:343 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:359 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:389 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:508 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:536 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:555 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:582 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:431 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:562 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:658 +#: ../../enterprise/godmode/servers/manage_export_form.php:73 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:89 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:133 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:97 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:116 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:128 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:98 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:117 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:129 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:306 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:384 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:459 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:460 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:461 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:462 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:511 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:27 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:174 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:197 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:90 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:135 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:225 +#: ../../enterprise/godmode/alerts/alert_events_list.php:595 +#: ../../enterprise/godmode/alerts/alert_events.php:468 +#: ../../enterprise/godmode/modules/configure_local_component.php:367 +#: ../../enterprise/godmode/modules/configure_local_component.php:507 +#: ../../enterprise/godmode/modules/configure_local_component.php:513 +#: ../../enterprise/godmode/modules/configure_local_component.php:521 +#: ../../enterprise/godmode/modules/configure_local_component.php:527 +#: ../../enterprise/godmode/setup/setup.php:341 +#: ../../enterprise/godmode/setup/setup.php:347 +#: ../../enterprise/godmode/setup/setup.php:355 +#: ../../enterprise/godmode/setup/setup.php:361 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:232 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:322 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:383 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:491 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:564 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:100 +#: ../../enterprise/meta/advanced/metasetup.setup.php:277 +#: ../../enterprise/meta/advanced/metasetup.setup.php:283 +#: ../../enterprise/meta/advanced/metasetup.setup.php:293 +#: ../../enterprise/meta/advanced/metasetup.setup.php:299 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:148 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:258 +#: ../../enterprise/meta/event/custom_events.php:211 +#: ../../enterprise/meta/event/custom_events.php:222 +#: ../../enterprise/dashboard/widgets/top_n.php:398 +#: ../../enterprise/dashboard/widgets/service_map.php:39 +#: ../../godmode/reporting/graph_builder.graph_editor.php:135 +#: ../../godmode/reporting/graph_builder.graph_editor.php:194 +#: ../../godmode/reporting/graph_builder.graph_editor.php:214 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1024 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1049 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1090 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1100 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1125 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1388 +#: ../../godmode/reporting/visual_console_builder.wizard.php:172 +#: ../../godmode/reporting/visual_console_builder.wizard.php:269 +#: ../../godmode/reporting/visual_console_builder.wizard.php:277 +#: ../../godmode/reporting/visual_console_builder.wizard.php:299 +#: ../../godmode/reporting/visual_console_builder.wizard.php:308 +#: ../../godmode/reporting/visual_console_builder.wizard.php:347 +#: ../../godmode/reporting/visual_console_builder.wizard.php:544 +#: ../../godmode/reporting/visual_console_builder.wizard.php:554 +#: ../../godmode/reporting/visual_console_builder.wizard.php:586 +#: ../../godmode/reporting/visual_console_builder.elements.php:288 +#: ../../godmode/reporting/visual_console_builder.elements.php:426 #: ../../godmode/agentes/agent_manager.php:275 -#: ../../godmode/agentes/agent_manager.php:371 -#: ../../godmode/agentes/module_manager_editor_plugin.php:49 -#: ../../godmode/agentes/module_manager_editor_common.php:382 -#: ../../godmode/agentes/module_manager_editor_common.php:554 -#: ../../godmode/agentes/module_manager_editor_common.php:708 -#: ../../godmode/agentes/module_manager_editor_common.php:714 -#: ../../godmode/agentes/module_manager_editor_common.php:723 -#: ../../godmode/agentes/module_manager_editor_common.php:729 +#: ../../godmode/agentes/agent_manager.php:374 +#: ../../godmode/agentes/module_manager_editor_plugin.php:52 +#: ../../godmode/agentes/module_manager_editor_common.php:408 +#: ../../godmode/agentes/module_manager_editor_common.php:589 +#: ../../godmode/agentes/module_manager_editor_common.php:749 +#: ../../godmode/agentes/module_manager_editor_common.php:755 +#: ../../godmode/agentes/module_manager_editor_common.php:764 +#: ../../godmode/agentes/module_manager_editor_common.php:770 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:325 #: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:400 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:685 @@ -1116,1194 +2378,236 @@ msgstr "Agrupar dashboards" #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:985 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1000 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1006 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:247 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:287 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:417 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:433 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:449 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:465 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:480 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:486 -#: ../../godmode/servers/manage_recontask_form.php:265 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:246 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:286 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:448 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:464 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:479 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:485 #: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../godmode/servers/manage_recontask_form.php:265 #: ../../godmode/groups/configure_group.php:182 -#: ../../godmode/setup/os.builder.php:40 -#: ../../godmode/setup/setup_general.php:134 -#: ../../godmode/setup/setup_visuals.php:204 -#: ../../godmode/massive/massive_delete_alerts.php:242 -#: ../../godmode/massive/massive_delete_modules.php:478 -#: ../../godmode/massive/massive_delete_modules.php:552 -#: ../../godmode/massive/massive_delete_modules.php:593 -#: ../../godmode/massive/massive_delete_modules.php:594 -#: ../../godmode/massive/massive_delete_modules.php:595 -#: ../../godmode/massive/massive_delete_modules.php:596 -#: ../../godmode/massive/massive_delete_modules.php:662 -#: ../../godmode/massive/massive_add_alerts.php:193 -#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/snmpconsole/snmp_alert.php:27 +#: ../../godmode/snmpconsole/snmp_alert.php:902 +#: ../../godmode/massive/massive_add_action_alerts.php:258 #: ../../godmode/massive/massive_add_tags.php:169 +#: ../../godmode/massive/massive_edit_plugins.php:284 +#: ../../godmode/massive/massive_edit_modules.php:319 +#: ../../godmode/massive/massive_edit_modules.php:528 +#: ../../godmode/massive/massive_edit_modules.php:556 +#: ../../godmode/massive/massive_edit_modules.php:617 +#: ../../godmode/massive/massive_edit_modules.php:675 +#: ../../godmode/massive/massive_edit_modules.php:760 +#: ../../godmode/massive/massive_edit_modules.php:761 +#: ../../godmode/massive/massive_edit_modules.php:762 +#: ../../godmode/massive/massive_edit_modules.php:763 +#: ../../godmode/massive/massive_edit_modules.php:949 +#: ../../godmode/massive/massive_add_alerts.php:193 #: ../../godmode/massive/massive_edit_agents.php:297 #: ../../godmode/massive/massive_delete_tags.php:226 #: ../../godmode/massive/massive_delete_tags.php:253 #: ../../godmode/massive/massive_delete_tags.php:289 -#: ../../godmode/massive/massive_add_action_alerts.php:258 -#: ../../godmode/massive/massive_edit_modules.php:305 -#: ../../godmode/massive/massive_edit_modules.php:505 -#: ../../godmode/massive/massive_edit_modules.php:533 -#: ../../godmode/massive/massive_edit_modules.php:594 -#: ../../godmode/massive/massive_edit_modules.php:652 -#: ../../godmode/massive/massive_edit_modules.php:731 -#: ../../godmode/massive/massive_edit_modules.php:732 -#: ../../godmode/massive/massive_edit_modules.php:733 -#: ../../godmode/massive/massive_edit_modules.php:734 -#: ../../godmode/massive/massive_edit_modules.php:911 +#: ../../godmode/massive/massive_delete_modules.php:490 +#: ../../godmode/massive/massive_delete_modules.php:564 +#: ../../godmode/massive/massive_delete_modules.php:609 +#: ../../godmode/massive/massive_delete_modules.php:610 +#: ../../godmode/massive/massive_delete_modules.php:611 +#: ../../godmode/massive/massive_delete_modules.php:612 +#: ../../godmode/massive/massive_delete_modules.php:679 +#: ../../godmode/massive/massive_delete_alerts.php:242 +#: ../../godmode/users/configure_user.php:507 +#: ../../godmode/users/configure_user.php:675 +#: ../../godmode/users/configure_user.php:679 +#: ../../godmode/users/configure_user.php:684 +#: ../../godmode/alerts/alert_list.list.php:610 +#: ../../godmode/alerts/alert_list.builder.php:136 +#: ../../godmode/alerts/configure_alert_action.php:131 +#: ../../godmode/alerts/configure_alert_template.php:585 +#: ../../godmode/gis_maps/configure_gis_map.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:191 #: ../../godmode/modules/manage_network_components_form_plugin.php:24 +#: ../../godmode/modules/manage_network_components_form.php:455 +#: ../../godmode/modules/manage_network_components_form.php:461 +#: ../../godmode/modules/manage_network_components_form.php:470 +#: ../../godmode/modules/manage_network_components_form.php:476 #: ../../godmode/modules/manage_nc_groups_form.php:71 -#: ../../godmode/modules/manage_network_components_form_common.php:175 -#: ../../godmode/modules/manage_network_components_form.php:443 -#: ../../godmode/modules/manage_network_components_form.php:449 -#: ../../godmode/modules/manage_network_components_form.php:458 -#: ../../godmode/modules/manage_network_components_form.php:464 -#: ../../godmode/reporting/graph_builder.graph_editor.php:133 -#: ../../godmode/reporting/graph_builder.graph_editor.php:177 -#: ../../godmode/reporting/graph_builder.graph_editor.php:197 -#: ../../godmode/reporting/visual_console_builder.elements.php:288 -#: ../../godmode/reporting/visual_console_builder.wizard.php:156 -#: ../../godmode/reporting/visual_console_builder.wizard.php:253 -#: ../../godmode/reporting/visual_console_builder.wizard.php:261 -#: ../../godmode/reporting/visual_console_builder.wizard.php:283 -#: ../../godmode/reporting/visual_console_builder.wizard.php:292 -#: ../../godmode/reporting/visual_console_builder.wizard.php:331 -#: ../../godmode/reporting/visual_console_builder.wizard.php:528 -#: ../../godmode/reporting/visual_console_builder.wizard.php:538 -#: ../../godmode/reporting/visual_console_builder.wizard.php:570 -#: ../../godmode/reporting/reporting_builder.item_editor.php:955 -#: ../../godmode/reporting/reporting_builder.item_editor.php:996 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1006 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1031 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1290 +#: ../../godmode/setup/setup_general.php:143 +#: ../../godmode/setup/os.builder.php:40 +#: ../../godmode/setup/setup_visuals.php:260 +#: ../../godmode/events/event_edit_filter.php:421 +#: ../../godmode/events/custom_events.php:213 +#: ../../godmode/events/custom_events.php:224 +#: ../../include/functions_pandora_networkmap.php:263 +#: ../../include/functions_pandora_networkmap.php:737 +#: ../../include/functions_pandora_networkmap.php:1445 +#: ../../include/functions_pandora_networkmap.php:1448 +#: ../../include/functions_pandora_networkmap.php:1519 +#: ../../include/functions_pandora_networkmap.php:1524 +#: ../../include/functions.php:907 ../../include/functions_html.php:315 +#: ../../include/functions_html.php:478 +#: ../../include/functions_events.php:1696 +#: ../../include/functions_events.php:1703 +#: ../../include/ajax/planned_downtime.ajax.php:85 +#: ../../include/ajax/alert_list.ajax.php:151 +#: ../../include/functions_visual_map_editor.php:248 +#: ../../include/functions_visual_map_editor.php:332 +#: ../../include/functions_visual_map_editor.php:507 +#: ../../mobile/operation/events.php:587 msgid "None" msgstr "Ninguno/a" -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -msgid "Replicate Dashboard" -msgstr "Replicar dashboards" +#: ../../operation/agentes/pandora_networkmap.editor.php:209 +msgid "Show only the task with the recon script \"SNMP L2 Recon\"." +msgstr "Mostrar solo las tareas recon con el script \"SNMP L2 Recon\"" -#: ../../enterprise/dashboard/dashboard_replicate.php:187 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/meta/advanced/policymanager.queue.php:330 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:101 -#: ../../enterprise/extensions/backup/main.php:177 -#: ../../enterprise/include/functions_services.php:1660 -#: ../../enterprise/operation/services/services.list.php:459 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 -#: ../../enterprise/godmode/alerts/alert_events_list.php:643 -#: ../../enterprise/godmode/alerts/alert_events_list.php:756 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:479 -#: ../../enterprise/godmode/agentes/inventory_manager.php:261 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:205 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:161 -#: ../../enterprise/godmode/setup/setup_skins.php:136 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:574 -#: ../../enterprise/godmode/modules/local_components.php:518 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:223 -#: ../../enterprise/godmode/reporting/graph_template_list.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:757 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:352 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:360 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:175 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:393 -#: ../../enterprise/godmode/policies/policies.php:376 -#: ../../enterprise/godmode/policies/policies.php:386 -#: ../../enterprise/godmode/policies/policies.php:404 -#: ../../enterprise/godmode/policies/policy_queue.php:440 -#: ../../enterprise/godmode/policies/policy_queue.php:476 -#: ../../enterprise/godmode/policies/policy_queue.php:492 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:263 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:269 -#: ../../enterprise/godmode/policies/policy_agents.php:220 -#: ../../enterprise/godmode/policies/policy_agents.php:301 -#: ../../enterprise/godmode/policies/policy_agents.php:441 -#: ../../enterprise/godmode/policies/policy_agents.php:494 -#: ../../enterprise/godmode/policies/policy_modules.php:1067 -#: ../../enterprise/godmode/policies/policy_modules.php:1074 -#: ../../enterprise/godmode/policies/policy_modules.php:1103 -#: ../../enterprise/godmode/policies/policy_alerts.php:411 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:246 -#: ../../extensions/files_repo/files_repo_list.php:105 -#: ../../include/functions_filemanager.php:730 -#: ../../include/functions_groups.php:2143 -#: ../../include/functions_events.php:1758 -#: ../../operation/events/events.build_table.php:666 -#: ../../operation/events/events.php:754 -#: ../../operation/users/user_edit.php:675 -#: ../../operation/messages/message_list.php:193 -#: ../../operation/messages/message_list.php:199 -#: ../../operation/snmpconsole/snmp_view.php:648 -#: ../../operation/snmpconsole/snmp_view.php:654 -#: ../../operation/snmpconsole/snmp_view.php:805 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/incidents/incident_detail.php:425 -#: ../../operation/incidents/incident_detail.php:472 -#: ../../godmode/events/event_filter.php:142 -#: ../../godmode/users/configure_user.php:660 -#: ../../godmode/users/user_list.php:471 ../../godmode/users/user_list.php:473 -#: ../../godmode/users/profile_list.php:390 -#: ../../godmode/category/category.php:126 -#: ../../godmode/category/category.php:131 -#: ../../godmode/snmpconsole/snmp_alert.php:1094 -#: ../../godmode/snmpconsole/snmp_alert.php:1123 -#: ../../godmode/snmpconsole/snmp_alert.php:1335 -#: ../../godmode/snmpconsole/snmp_filters.php:143 -#: ../../godmode/alerts/alert_commands.php:354 -#: ../../godmode/alerts/alert_special_days.php:220 -#: ../../godmode/alerts/alert_templates.php:341 -#: ../../godmode/alerts/alert_list.list.php:803 -#: ../../godmode/alerts/alert_actions.php:385 -#: ../../godmode/alerts/alert_actions.php:388 -#: ../../godmode/agentes/agent_manager.php:198 -#: ../../godmode/agentes/modificar_agente.php:561 -#: ../../godmode/agentes/module_manager_editor_common.php:140 -#: ../../godmode/agentes/planned_downtime.editor.php:816 -#: ../../godmode/agentes/module_manager.php:700 -#: ../../godmode/agentes/module_manager.php:708 -#: ../../godmode/agentes/module_manager.php:723 -#: ../../godmode/agentes/module_manager.php:738 -#: ../../godmode/agentes/module_manager.php:749 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/servers/plugin.php:732 -#: ../../godmode/netflow/nf_item_list.php:237 -#: ../../godmode/netflow/nf_edit.php:143 -#: ../../godmode/groups/modu_group_list.php:195 -#: ../../godmode/db/db_refine.php:119 ../../godmode/db/db_event.php:92 -#: ../../godmode/db/db_audit.php:107 ../../godmode/setup/news.php:267 -#: ../../godmode/setup/links.php:150 -#: ../../godmode/massive/massive_delete_agents.php:134 -#: ../../godmode/massive/massive_standby_alerts.php:167 -#: ../../godmode/massive/massive_delete_modules.php:499 -#: ../../godmode/massive/massive_add_alerts.php:183 -#: ../../godmode/massive/massive_delete_profiles.php:129 -#: ../../godmode/massive/massive_edit_plugins.php:533 -#: ../../godmode/massive/massive_add_tags.php:158 -#: ../../godmode/massive/massive_delete_tags.php:215 -#: ../../godmode/massive/massive_add_profiles.php:115 -#: ../../godmode/massive/massive_add_action_alerts.php:179 -#: ../../godmode/massive/massive_operations.php:239 -#: ../../godmode/massive/massive_operations.php:248 -#: ../../godmode/massive/massive_delete_action_alerts.php:185 -#: ../../godmode/massive/massive_enable_disable_alerts.php:167 -#: ../../godmode/modules/manage_nc_groups.php:219 -#: ../../godmode/modules/manage_network_components.php:591 -#: ../../godmode/modules/manage_network_templates.php:200 -#: ../../godmode/modules/manage_network_templates.php:205 -#: ../../godmode/reporting/visual_console_builder.elements.php:318 -#: ../../godmode/reporting/graphs.php:176 -#: ../../godmode/reporting/reporting_builder.php:701 -#: ../../godmode/tag/tag.php:273 -msgid "Are you sure?" -msgstr "¿Está seguro?" +#: ../../operation/agentes/pandora_networkmap.editor.php:211 +msgid "Source from CIDR IP mask" +msgstr "Origen de máscara CIDR" -#: ../../enterprise/dashboard/widgets/network_map.php:25 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:762 -#: ../../enterprise/operation/policies/networkmap.policies.php:128 -#: ../../operation/menu.php:115 -#: ../../operation/agentes/networkmap.topology.php:155 -#: ../../operation/agentes/networkmap_list.php:80 -#: ../../operation/agentes/networkmap.php:410 -#: ../../operation/agentes/networkmap.groups.php:147 -msgid "Network map" -msgstr "Mapa de red" +#: ../../operation/agentes/pandora_networkmap.editor.php:215 +msgid "Don't show subgroups:" +msgstr "No mostrar subgrupos" -#: ../../enterprise/dashboard/widgets/network_map.php:29 -msgid "Show a map of the monitored network" -msgstr "Mostrar un mapa de la red monitorizada" +#: ../../operation/agentes/pandora_networkmap.editor.php:228 +msgid "Method generation networkmap" +msgstr "Método de generación de mapas de red" -#: ../../enterprise/dashboard/widgets/network_map.php:35 -#: ../../enterprise/extensions/vmware/vmware_view.php:1064 -#: ../../enterprise/extensions/vmware/vmware_view.php:1085 -#: ../../operation/gis_maps/render_view.php:145 -msgid "Map" -msgstr "Mapa" +#: ../../operation/agentes/pandora_networkmap.editor.php:240 +msgid "Save networkmap" +msgstr "Guardar mapa de red" -#: ../../enterprise/dashboard/widgets/network_map.php:37 -msgid "No overlap" -msgstr "No solapar" +#: ../../operation/agentes/pandora_networkmap.editor.php:246 +msgid "Update networkmap" +msgstr "Actualizar mapa de red" -#: ../../enterprise/dashboard/widgets/network_map.php:40 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:582 -#: ../../enterprise/operation/services/services.list.php:168 -#: ../../enterprise/godmode/services/services.service.php:250 -#: ../../operation/agentes/networkmap.php:509 -msgid "Simple" -msgstr "Simple" +#: ../../operation/agentes/agent_fields.php:28 +#: ../../operation/agentes/custom_fields.php:28 +#: ../../operation/agentes/estado_generalagente.php:46 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 +#: ../../include/functions_treeview.php:440 +msgid "There was a problem loading agent" +msgstr "Hubo un problema al cargar la configuración del agente" -#: ../../enterprise/dashboard/widgets/network_map.php:43 -#: ../../include/functions_config.php:442 -#: ../../godmode/setup/setup_visuals.php:232 -msgid "Font size" -msgstr "Tamaño de la tipografía" +#: ../../operation/agentes/agent_fields.php:38 +#: ../../operation/agentes/status_monitor.php:538 +msgid "Agent custom fields" +msgstr "Campos personalizados de agente" -#: ../../enterprise/dashboard/widgets/network_map.php:45 -msgid "8" -msgstr "8" +#: ../../operation/agentes/agent_fields.php:45 +#: ../../operation/agentes/estado_generalagente.php:355 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 +#: ../../include/functions_treeview.php:603 +msgid "Custom field" +msgstr "Campo personalizado" -#: ../../enterprise/dashboard/widgets/network_map.php:46 -msgid "9" -msgstr "9" +#: ../../operation/agentes/agent_fields.php:48 +#: ../../operation/agentes/custom_fields.php:87 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 +msgid "empty" +msgstr "vacío" -#: ../../enterprise/dashboard/widgets/network_map.php:47 -msgid "10" -msgstr "10" +#: ../../operation/agentes/custom_fields.php:52 +msgid "No fields defined" +msgstr "No se han definido campos" -#: ../../enterprise/dashboard/widgets/network_map.php:48 -msgid "11" -msgstr "11" +#: ../../operation/agentes/custom_fields.php:59 +#: ../../godmode/agentes/fields_manager.php:95 +#: ../../godmode/alerts/alert_view.php:441 +#: ../../godmode/alerts/alert_view.php:531 +msgid "Field" +msgstr "Campo" -#: ../../enterprise/dashboard/widgets/network_map.php:49 -msgid "12" -msgstr "12" +#: ../../operation/agentes/custom_fields.php:61 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 +msgid "Display on front" +msgstr "Mostrar en la vista principal" -#: ../../enterprise/dashboard/widgets/url.php:23 -msgid "Show the URL content" -msgstr "Mostrar el contenido URL" - -#: ../../enterprise/dashboard/widgets/url.php:25 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1484 -#: ../../extensions/api_checker.php:192 ../../operation/gis_maps/ajax.php:293 -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1093 -msgid "URL" -msgstr "URL" - -#: ../../enterprise/dashboard/widgets/url.php:26 -msgid "My URL" -msgstr "Mi URL" - -#: ../../enterprise/dashboard/widgets/url.php:48 -#: ../../enterprise/dashboard/widgets/post.php:36 -#: ../../enterprise/dashboard/widgets/tactical.php:62 -#: ../../enterprise/dashboard/widgets/tactical.php:70 -msgid "Please, configure this widget before use" -msgstr "Por favor, configure este widget antes de usarlo" - -#: ../../enterprise/dashboard/widgets/url.php:66 -msgid "Invalid URL" -msgstr "URL no válida" - -#: ../../enterprise/dashboard/widgets/groups_status.php:24 -msgid "Groups status" -msgstr "Estado de los grupos" - -#: ../../enterprise/dashboard/widgets/groups_status.php:26 -msgid "General and quick group status report" -msgstr "Informe general y rápido del estado de los grupos" - -#: ../../enterprise/dashboard/widgets/groups_status.php:28 -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:35 -#: ../../enterprise/dashboard/widgets/events_list.php:57 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:35 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:300 -#: ../../mobile/include/functions_web.php:26 -#: ../../mobile/operation/groups.php:64 ../../mobile/operation/home.php:48 -#: ../../extensions/files_repo/files_repo_form.php:65 -#: ../../include/ajax/networkmap.ajax.php:57 -#: ../../operation/agentes/networkmap.php:476 ../../operation/tree.php:61 -#: ../../godmode/reporting/visual_console_builder.wizard.php:217 -msgid "Groups" -msgstr "Grupos" - -#: ../../enterprise/dashboard/widgets/post.php:23 -msgid "Panel with a message" -msgstr "panel con un mensaje" - -#: ../../enterprise/dashboard/widgets/post.php:25 -#: ../../enterprise/include/functions_netflow_pdf.php:208 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1457 -#: ../../include/functions_reports.php:595 -#: ../../include/functions_reporting.php:3643 ../../godmode/setup/news.php:181 -#: ../../godmode/setup/setup_visuals.php:567 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1051 -msgid "Text" -msgstr "Texto" - -#: ../../enterprise/dashboard/widgets/post.php:26 -msgid "My Post" -msgstr "Mi página" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 -msgid "Top N Events by agent." -msgstr "Top N de eventos por agente" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 -msgid "Top N events by agent." -msgstr "Top N de eventos por agente" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 -msgid "Amount to show" -msgstr "Cantidad a mostrar" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 -#: ../../enterprise/dashboard/widgets/events_list.php:38 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 -#: ../../mobile/operation/events.php:642 -#: ../../operation/events/events_list.php:558 -#: ../../godmode/events/event_edit_filter.php:268 -#: ../../godmode/admin_access_logs.php:67 -#: ../../godmode/admin_access_logs.php:68 -msgid "Max. hours old" -msgstr "Máx. horas de antiguedad" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 -msgid "Legend Position" -msgstr "Posición de la leyenda" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 -#: ../../godmode/setup/gis_step_2.php:244 -msgid "Bottom" -msgstr "Inferior" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 -msgid "No legend" -msgstr "Sin leyenda" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 -msgid "Please select one or more groups." -msgstr "Por favor, seleccione uno o más grupos" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 -msgid "There is not data to show." -msgstr "No hay datos que mostrar" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 -#: ../../enterprise/meta/advanced/metasetup.setup.php:102 -#: ../../enterprise/include/functions_reporting_pdf.php:1382 -#: ../../enterprise/include/functions_reporting_pdf.php:1520 -#: ../../mobile/operation/events.php:110 -#: ../../include/functions_graph.php:1886 -#: ../../include/functions_graph.php:2530 -#: ../../include/functions_graph.php:2942 -#: ../../include/functions_graph.php:2945 -#: ../../include/functions_reporting.php:4795 -#: ../../include/functions_reporting.php:5034 ../../include/functions.php:1014 -#: ../../include/functions_reporting_html.php:532 -#: ../../include/functions_reporting_html.php:1140 -#: ../../include/functions_events.php:973 -#: ../../include/functions_events.php:1425 -#: ../../operation/events/events_rss.php:178 -#: ../../operation/events/events.php:79 -#: ../../godmode/setup/setup_general.php:65 -msgid "System" -msgstr "Sistema" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:187 -#: ../../include/functions_graph.php:1751 -#: ../../include/functions_graph.php:1828 -#: ../../include/functions_graph.php:1899 -#: ../../include/functions_graph.php:2619 -#: ../../include/functions_graph.php:3062 -#: ../../include/functions_reporting.php:1077 -#: ../../include/functions_reporting.php:1233 -#: ../../include/functions_reporting.php:1257 -#: ../../include/functions_reporting.php:1282 -#: ../../include/functions_reporting.php:1308 -#: ../../include/functions_reporting.php:1961 -#: ../../include/functions_reporting.php:2140 -#: ../../include/functions_reporting.php:2164 -#: ../../include/functions_reporting.php:2188 -#: ../../include/functions_reporting_html.php:2094 -#: ../../include/functions_reporting_html.php:2172 -msgid "other" -msgstr "otro" - -#: ../../enterprise/dashboard/widgets/tree_view.php:22 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 -msgid "Tree View" -msgstr "Vista de árbol" - -#: ../../enterprise/dashboard/widgets/tree_view.php:24 -msgid "Show the tree view" -msgstr "Mostrar la vista de árbol" - -#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../operation/agentes/custom_fields.php:62 +#: ../../godmode/agentes/configure_field.php:51 +#: ../../godmode/agentes/fields_manager.php:96 msgid "" -"The user doesn't have permission to read agents. Please contact with your " -"pandora administrator." +"The fields with display on front enabled will be displayed into the agent " +"details" msgstr "" -"El usuario no tiene permiso para leer los agentes. Por favor contacte con su " -"administrador de Pandora" +"Si esta opción está activada, los campos mostrarán la información en la " +"vista principal." -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 -msgid "Map made by user" -msgstr "Mapa hecho por el usuario" +#: ../../operation/agentes/alerts_status.functions.php:32 +#: ../../enterprise/godmode/alerts/alert_events_list.php:343 +msgid "Alert(s) validated" +msgstr "Alerta(s) validada(s)" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 -msgid "Show a map made by user" -msgstr "Mostrar un mapa hecho por el usuario" +#: ../../operation/agentes/alerts_status.functions.php:33 +msgid "Error processing alert(s)" +msgstr "Error al procesar la(s) alerta(s)" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:560 -#: ../../operation/agentes/networkmap.php:467 -msgid "Layout" -msgstr "Diseño" +#: ../../operation/agentes/alerts_status.functions.php:72 +#: ../../mobile/operation/alerts.php:36 +msgid "All (Enabled)" +msgstr "Todos (Habilitados)" -#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 -#: ../../mobile/operation/agent.php:241 -#: ../../mobile/operation/module_graph.php:469 -#: ../../mobile/operation/modules.php:596 -#: ../../mobile/operation/tactical.php:168 -#: ../../mobile/operation/visualmap.php:118 -#: ../../mobile/operation/events.php:787 ../../mobile/operation/agents.php:344 -#: ../../godmode/reporting/visual_console_builder.wizard.php:334 -msgid "Loading..." -msgstr "Cargando…" - -#: ../../enterprise/dashboard/widgets/single_graph.php:29 -msgid "Single graph" -msgstr "Gráfico simple" - -#: ../../enterprise/dashboard/widgets/single_graph.php:31 -msgid "Show a graph of an agent module" -msgstr "Mostrar una gráfica de un módulo de agente" - -#: ../../enterprise/dashboard/widgets/single_graph.php:46 -#: ../../enterprise/dashboard/widgets/top_n.php:129 -#: ../../enterprise/meta/agentsearch.php:92 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3237 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:245 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:333 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:404 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:512 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:593 -#: ../../enterprise/extensions/ipam/ipam_network.php:537 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:172 -#: ../../enterprise/include/functions_alert_event.php:923 -#: ../../enterprise/include/functions_inventory.php:233 -#: ../../enterprise/include/functions_inventory.php:505 -#: ../../enterprise/include/functions_inventory.php:561 -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2237 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:184 -#: ../../enterprise/include/functions_reporting_csv.php:233 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1442 -#: ../../enterprise/include/functions_reporting_pdf.php:743 -#: ../../enterprise/include/functions_reporting_pdf.php:801 -#: ../../enterprise/include/functions_reporting_pdf.php:829 -#: ../../enterprise/include/functions_reporting_pdf.php:895 -#: ../../enterprise/include/functions_reporting_pdf.php:1077 -#: ../../enterprise/include/functions_reporting_pdf.php:1323 -#: ../../enterprise/include/functions_reporting_pdf.php:1597 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../enterprise/include/functions_reporting_pdf.php:1880 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1648 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/log/log_viewer.php:188 -#: ../../enterprise/operation/inventory/inventory.php:204 -#: ../../enterprise/godmode/services/services.elements.php:317 -#: ../../enterprise/godmode/services/services.elements.php:326 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:213 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:84 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1828 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1978 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1985 -#: ../../enterprise/godmode/policies/policy_linking.php:120 -#: ../../mobile/operation/modules.php:427 ../../mobile/operation/home.php:86 -#: ../../mobile/operation/alerts.php:266 ../../mobile/operation/events.php:505 -#: ../../mobile/operation/agents.php:69 ../../mobile/operation/agents.php:273 -#: ../../extensions/module_groups.php:41 -#: ../../extensions/agents_alerts.php:343 ../../extensions/insert_data.php:147 -#: ../../include/functions_graph.php:4862 -#: ../../include/functions_reporting.php:4733 -#: ../../include/functions_visual_map_editor.php:257 -#: ../../include/functions_reporting_html.php:320 -#: ../../include/functions_reporting_html.php:405 -#: ../../include/functions_reporting_html.php:484 -#: ../../include/functions_reporting_html.php:936 -#: ../../include/functions_reporting_html.php:1318 -#: ../../include/functions_reporting_html.php:1649 -#: ../../include/functions_reporting_html.php:1759 -#: ../../include/functions_reporting_html.php:1797 -#: ../../include/functions_reporting_html.php:2040 -#: ../../include/functions_reporting_html.php:2194 -#: ../../include/functions_reporting_html.php:2405 -#: ../../operation/search_modules.php:42 ../../operation/search_agents.php:44 -#: ../../operation/search_agents.php:50 ../../operation/gis_maps/ajax.php:216 -#: ../../operation/gis_maps/ajax.php:247 -#: ../../operation/agentes/exportdata.php:96 -#: ../../operation/agentes/estado_monitores.php:95 -#: ../../operation/agentes/ver_agente.php:670 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/estado_agente.php:446 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/alerts_status.php:419 -#: ../../operation/agentes/alerts_status.php:492 -#: ../../operation/agentes/status_monitor.php:918 -#: ../../operation/incidents/incident_detail.php:349 -#: ../../operation/search_alerts.php:39 -#: ../../godmode/gis_maps/configure_gis_map.php:410 -#: ../../godmode/alerts/alert_list.list.php:372 -#: ../../godmode/alerts/alert_list.list.php:568 -#: ../../godmode/alerts/alert_view.php:66 -#: ../../godmode/alerts/alert_list.builder.php:59 -#: ../../godmode/agentes/module_manager_editor_common.php:607 -#: ../../godmode/agentes/module_manager_editor_common.php:635 -#: ../../godmode/agentes/module_manager_editor_prediction.php:115 -#: ../../godmode/agentes/planned_downtime.list.php:169 -#: ../../godmode/servers/plugin.php:66 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_copy_modules.php:86 -#: ../../godmode/massive/massive_copy_modules.php:200 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:290 -#: ../../godmode/reporting/graph_builder.graph_editor.php:81 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.wizard.php:260 -#: ../../godmode/reporting/visual_console_builder.wizard.php:534 -#: ../../godmode/reporting/visual_console_builder.wizard.php:557 -#: ../../godmode/reporting/reporting_builder.item_editor.php:836 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1353 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1551 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1558 -msgid "Agent" -msgstr "Agente" - -#: ../../enterprise/dashboard/widgets/single_graph.php:57 -#: ../../enterprise/dashboard/widgets/single_graph.php:63 -#: ../../enterprise/dashboard/widgets/top_n.php:130 -#: ../../enterprise/dashboard/widgets/top_n.php:313 -#: ../../enterprise/meta/include/functions_wizard_meta.php:3244 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:222 -#: ../../enterprise/extensions/check_acls.php:121 -#: ../../enterprise/include/functions_alert_event.php:924 -#: ../../enterprise/include/functions_inventory.php:506 -#: ../../enterprise/include/functions_inventory.php:562 -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2238 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:185 -#: ../../enterprise/include/functions_reporting_csv.php:233 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1492 -#: ../../enterprise/include/functions_reporting_pdf.php:744 -#: ../../enterprise/include/functions_reporting_pdf.php:802 -#: ../../enterprise/include/functions_reporting_pdf.php:896 -#: ../../enterprise/include/functions_reporting_pdf.php:1034 -#: ../../enterprise/include/functions_reporting_pdf.php:1078 -#: ../../enterprise/include/functions_reporting_pdf.php:1598 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../enterprise/include/functions_reporting_pdf.php:1885 -#: ../../enterprise/operation/agentes/agent_inventory.php:64 -#: ../../enterprise/operation/agentes/policy_view.php:194 -#: ../../enterprise/operation/inventory/inventory.php:167 -#: ../../enterprise/godmode/services/services.elements.php:316 -#: ../../enterprise/godmode/services/services.elements.php:342 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:20 -#: ../../enterprise/godmode/agentes/inventory_manager.php:149 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:241 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:145 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1407 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1979 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986 -#: ../../enterprise/godmode/policies/policy_linking.php:121 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:153 -#: ../../enterprise/godmode/policies/policy_alerts.php:240 -#: ../../enterprise/godmode/policies/policy_alerts.php:447 -#: ../../mobile/operation/alerts.php:268 ../../extensions/module_groups.php:43 -#: ../../extensions/agents_alerts.php:278 ../../extensions/insert_data.php:158 -#: ../../include/functions_graph.php:4978 -#: ../../include/functions_treeview.php:66 -#: ../../include/functions_visual_map_editor.php:290 -#: ../../include/functions_reporting_html.php:321 -#: ../../include/functions_reporting_html.php:406 -#: ../../include/functions_reporting_html.php:937 -#: ../../include/functions_reporting_html.php:1319 -#: ../../include/functions_reporting_html.php:1357 -#: ../../include/functions_reporting_html.php:1656 -#: ../../include/functions_reporting_html.php:1760 -#: ../../operation/search_modules.php:35 -#: ../../operation/agentes/exportdata.php:97 -#: ../../operation/agentes/estado_monitores.php:97 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/alerts_status.php:420 -#: ../../operation/agentes/alerts_status.php:460 -#: ../../operation/agentes/alerts_status.php:493 -#: ../../operation/agentes/alerts_status.php:526 -#: ../../operation/search_alerts.php:42 -#: ../../godmode/alerts/alert_list.list.php:397 -#: ../../godmode/alerts/alert_list.list.php:577 -#: ../../godmode/alerts/alert_view.php:71 -#: ../../godmode/alerts/alert_list.builder.php:71 -#: ../../godmode/agentes/module_manager_editor_common.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:636 -#: ../../godmode/agentes/module_manager_editor_prediction.php:140 -#: ../../godmode/agentes/planned_downtime.editor.php:807 -#: ../../godmode/agentes/planned_downtime.list.php:173 -#: ../../godmode/servers/plugin.php:67 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -#: ../../godmode/reporting/reporting_builder.list_items.php:295 -#: ../../godmode/reporting/graph_builder.graph_editor.php:82 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:259 -#: ../../godmode/reporting/visual_console_builder.wizard.php:566 -#: ../../godmode/reporting/reporting_builder.item_editor.php:890 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1354 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1552 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1559 -msgid "Module" -msgstr "Módulo" - -#: ../../enterprise/dashboard/widgets/single_graph.php:80 -#: ../../enterprise/dashboard/widgets/custom_graph.php:33 -#: ../../enterprise/dashboard/widgets/top_n.php:62 -#: ../../enterprise/include/functions_reporting_csv.php:120 -#: ../../enterprise/include/functions_reporting_csv.php:209 -#: ../../enterprise/include/functions_reporting_csv.php:232 -#: ../../enterprise/include/functions_reporting_csv.php:254 -#: ../../enterprise/include/functions_reporting_csv.php:311 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -#: ../../enterprise/include/functions_reporting_csv.php:594 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:80 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1174 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1204 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:105 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 -#: ../../include/functions_visual_map_editor.php:405 -#: ../../godmode/agentes/module_manager_editor_prediction.php:155 -#: ../../godmode/reporting/reporting_builder.list_items.php:301 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -#: ../../godmode/reporting/graph_builder.main.php:135 -#: ../../godmode/reporting/visual_console_builder.wizard.php:142 -#: ../../godmode/reporting/reporting_builder.item_editor.php:654 -#: ../../godmode/reporting/reporting_builder.item_editor.php:696 -msgid "Period" -msgstr "Periodo" - -#: ../../enterprise/dashboard/widgets/example.php:23 -msgid "Welcome message to Pandora FMS" -msgstr "Mensaje de bienvenida de Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:25 -#: ../../operation/users/webchat.php:86 -#: ../../operation/messages/message_edit.php:92 -#: ../../operation/messages/message_edit.php:210 -msgid "Message" -msgstr "Mensaje" - -#: ../../enterprise/dashboard/widgets/example.php:26 -msgid "Welcome" -msgstr "Bienvenido/a" - -#: ../../enterprise/dashboard/widgets/example.php:37 -#: ../../general/login_help_dialog.php:39 -msgid "Welcome to Pandora FMS" -msgstr "Bienvenido a Pandora FMS" - -#: ../../enterprise/dashboard/widgets/example.php:40 -msgid "" -"This is an example of a dashboard widget. A widget may contain elements" -msgstr "" -"Éste es un ejemplo de un widget del dashboard. Un widget puede contener " -"elementos." - -#: ../../enterprise/dashboard/widgets/example.php:41 -msgid "" -"To add more elements, click on \"Add widgets\" on the top of this " -"page." -msgstr "" -"Para añadir más elementos, haga clic en \"Add widgets\" en la parte " -"superior de esta página." - -#: ../../enterprise/dashboard/widgets/example.php:42 -#: ../../enterprise/dashboard/widgets/example.php:44 -msgid "" -"To delete this message, click on the delete button on top right corner of " -"this element." -msgstr "" -"Para eliminar este mensaje, haga clic sobre el botón de la esquina derecha " -"de este elemento." - -#: ../../enterprise/dashboard/widgets/example.php:43 -msgid "" -"To do so, just click on the title and drag and drop it to the desired place." -msgstr "" -"Para hacer eso, haga clic en el título, arrastre y suelte el elemento en el " -"lugar que desee." - -#: ../../enterprise/dashboard/widgets/example.php:45 -msgid "Thanks for using Pandora FMS" -msgstr "Gracias por usar Pandora FMS" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:23 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1431 -#: ../../include/functions_reports.php:429 -#: ../../include/functions_reports.php:505 -#: ../../include/functions_reports.php:507 -#: ../../include/functions_visual_map_editor.php:234 -#: ../../include/functions_visual_map_editor.php:244 -#: ../../godmode/reporting/reporting_builder.item_editor.php:989 -msgid "Custom graph" -msgstr "Gráfica personalizada" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:25 -msgid "Show a defined custom graph" -msgstr "Mostrar una gráfica personalizada definida" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:30 -#: ../../enterprise/operation/services/services.service.php:134 -#: ../../enterprise/operation/services/services.list.php:321 -#: ../../extensions/realtime_graphs.php:72 -#: ../../include/functions_visual_map_editor.php:56 -#: ../../include/functions_events.php:2098 ../../include/ajax/module.php:715 -#: ../../operation/search_modules.php:52 -#: ../../operation/agentes/status_monitor.php:958 -msgid "Graph" -msgstr "Gráfico" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:36 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:208 -#: ../../operation/reporting/graph_viewer.php:205 -#: ../../godmode/setup/setup_visuals.php:376 -#: ../../godmode/reporting/graph_builder.main.php:145 -msgid "Area" -msgstr "Área" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:37 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:209 -#: ../../operation/reporting/graph_viewer.php:206 -#: ../../godmode/reporting/graph_builder.main.php:146 -msgid "Stacked area" -msgstr "Área apilada" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:210 -#: ../../include/functions_visual_map_editor.php:63 -#: ../../include/functions_visual_map_editor.php:579 -#: ../../operation/reporting/graph_viewer.php:207 -#: ../../godmode/setup/setup_visuals.php:379 -#: ../../godmode/reporting/visual_console_builder.elements.php:198 -#: ../../godmode/reporting/graph_builder.main.php:147 -msgid "Line" -msgstr "Línea" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:39 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:211 -#: ../../operation/reporting/graph_viewer.php:208 -#: ../../godmode/reporting/graph_builder.main.php:148 -msgid "Stacked line" -msgstr "Línea apilada" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:40 -#: ../../operation/reporting/graph_viewer.php:209 -#: ../../godmode/reporting/graph_builder.main.php:149 -msgid "Bullet chart" -msgstr "gráfico bala" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:41 -#: ../../operation/reporting/graph_viewer.php:210 -#: ../../godmode/reporting/graph_builder.main.php:150 -msgid "Gauge" -msgstr "Medidor" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:42 -#: ../../operation/reporting/graph_viewer.php:211 -msgid "Horizontal Bars" -msgstr "Barras horizontales" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:43 -#: ../../operation/reporting/graph_viewer.php:212 -msgid "Vertical Bars" -msgstr "Barras verticales" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:44 -#: ../../operation/reporting/graph_viewer.php:213 -#: ../../godmode/reporting/graph_builder.main.php:153 -msgid "Pie" -msgstr "Gráfico Circular" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:46 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 -msgid "Stacked" -msgstr "Apilado" - -#: ../../enterprise/dashboard/widgets/custom_graph.php:69 -msgid "You don't have access" -msgstr "No tiene acceso" - -#: ../../enterprise/dashboard/widgets/tactical.php:27 -#: ../../enterprise/dashboard/widgets/tactical.php:29 -#: ../../enterprise/meta/general/main_header.php:89 -#: ../../enterprise/meta/monitoring/tactical.php:60 -#: ../../mobile/operation/tactical.php:81 ../../mobile/operation/home.php:36 -#: ../../operation/menu.php:45 ../../operation/users/user_edit.php:295 -#: ../../operation/agentes/tactical.php:54 -msgid "Tactical view" -msgstr "Vista táctica" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/agentsearch.php:97 -#: ../../enterprise/meta/include/functions_events_meta.php:70 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 -#: ../../enterprise/meta/advanced/policymanager.queue.php:222 -#: ../../enterprise/meta/advanced/servers.build_table.php:60 -#: ../../enterprise/extensions/vmware/vmware_view.php:978 -#: ../../enterprise/extensions/backup/main.php:68 -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:2242 -#: ../../enterprise/include/functions_reporting.php:3054 -#: ../../enterprise/include/functions_reporting.php:3356 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_services.php:1429 -#: ../../enterprise/include/functions_reporting_pdf.php:1172 -#: ../../enterprise/include/functions_reporting_pdf.php:1320 -#: ../../enterprise/include/functions_reporting_pdf.php:1455 -#: ../../enterprise/include/functions_reporting_pdf.php:1602 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1959 -#: ../../enterprise/include/functions_reporting_pdf.php:2237 -#: ../../enterprise/include/functions_reporting_pdf.php:2287 -#: ../../enterprise/operation/services/services.service.php:131 -#: ../../enterprise/operation/services/services.list.php:152 -#: ../../enterprise/operation/services/services.list.php:319 -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/operation/agentes/policy_view.php:307 -#: ../../enterprise/operation/agentes/collection_view.php:66 -#: ../../enterprise/godmode/alerts/alert_events_list.php:425 -#: ../../enterprise/godmode/agentes/collection_manager.php:108 -#: ../../enterprise/godmode/agentes/collection_manager.php:166 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/policies/policies.php:252 -#: ../../enterprise/godmode/policies/policy_collections.php:124 -#: ../../enterprise/godmode/policies/policy_collections.php:195 -#: ../../enterprise/godmode/policies/policy_queue.php:348 -#: ../../enterprise/godmode/policies/policy_agents.php:350 -#: ../../mobile/operation/modules.php:119 -#: ../../mobile/operation/modules.php:120 -#: ../../mobile/operation/modules.php:212 -#: ../../mobile/operation/modules.php:213 -#: ../../mobile/operation/modules.php:433 -#: ../../mobile/operation/modules.php:437 -#: ../../mobile/operation/modules.php:441 -#: ../../mobile/operation/modules.php:445 -#: ../../mobile/operation/modules.php:453 -#: ../../mobile/operation/modules.php:458 -#: ../../mobile/operation/modules.php:463 -#: ../../mobile/operation/modules.php:526 -#: ../../mobile/operation/modules.php:576 -#: ../../mobile/operation/modules.php:645 ../../mobile/operation/alerts.php:75 -#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194 -#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274 -#: ../../mobile/operation/events.php:337 ../../mobile/operation/events.php:338 -#: ../../mobile/operation/events.php:488 ../../mobile/operation/events.php:608 -#: ../../mobile/operation/events.php:609 ../../mobile/operation/agents.php:81 -#: ../../mobile/operation/agents.php:111 ../../mobile/operation/agents.php:112 -#: ../../mobile/operation/agents.php:184 ../../mobile/operation/agents.php:185 -#: ../../mobile/operation/agents.php:285 ../../extensions/net_tools.php:239 -#: ../../extensions/agents_alerts.php:281 -#: ../../include/functions_snmp_browser.php:435 -#: ../../include/functions_reporting.php:4730 -#: ../../include/functions_reporting_html.php:325 -#: ../../include/functions_reporting_html.php:481 -#: ../../include/functions_reporting_html.php:612 -#: ../../include/functions_reporting_html.php:1093 -#: ../../include/functions_reporting_html.php:1487 -#: ../../include/functions_reporting_html.php:1522 -#: ../../include/functions_reporting_html.php:1984 -#: ../../include/functions_events.php:38 -#: ../../include/functions_events.php:2410 ../../include/ajax/module.php:710 -#: ../../operation/integria_incidents/incident.incident.php:98 -#: ../../operation/integria_incidents/incident.list.php:58 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/events/events.build_table.php:50 -#: ../../operation/search_modules.php:51 ../../operation/search_agents.php:64 -#: ../../operation/messages/message_list.php:121 -#: ../../operation/snmpconsole/snmp_view.php:394 -#: ../../operation/snmpconsole/snmp_view.php:495 -#: ../../operation/snmpconsole/snmp_view.php:811 -#: ../../operation/agentes/estado_agente.php:189 -#: ../../operation/agentes/estado_agente.php:475 -#: ../../operation/agentes/alerts_status.functions.php:83 -#: ../../operation/agentes/alerts_status.php:424 -#: ../../operation/agentes/alerts_status.php:464 -#: ../../operation/agentes/alerts_status.php:497 -#: ../../operation/agentes/alerts_status.php:530 -#: ../../operation/agentes/status_monitor.php:950 -#: ../../operation/servers/recon_view.php:98 -#: ../../operation/incidents/incident.php:235 -#: ../../operation/incidents/incident.php:331 -#: ../../operation/incidents/incident_detail.php:276 -#: ../../godmode/events/custom_events.php:83 -#: ../../godmode/events/custom_events.php:157 -#: ../../godmode/alerts/alert_list.list.php:404 -#: ../../godmode/alerts/alert_view.php:96 -#: ../../godmode/agentes/agent_incidents.php:86 -#: ../../godmode/agentes/agent_manager.php:310 -#: ../../godmode/agentes/module_manager.php:523 -#: ../../godmode/servers/servers.build_table.php:64 -#: ../../godmode/massive/massive_delete_agents.php:119 -#: ../../godmode/massive/massive_delete_modules.php:450 -#: ../../godmode/massive/massive_copy_modules.php:83 -#: ../../godmode/massive/massive_copy_modules.php:196 -#: ../../godmode/massive/massive_edit_agents.php:220 -#: ../../godmode/massive/massive_edit_agents.php:343 -#: ../../godmode/massive/massive_edit_modules.php:310 -msgid "Status" -msgstr "Estado" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 -#: ../../godmode/alerts/alert_templates.php:83 -msgid "and" -msgstr "y" - -#: ../../enterprise/dashboard/widgets/tactical.php:32 -#: ../../include/functions_reporting.php:5602 -#: ../../include/functions_reporting_html.php:2631 -msgid "Monitor checks" -msgstr "Comprobaciones de monitores" - -#: ../../enterprise/dashboard/widgets/tactical.php:39 -#: ../../include/functions_reporting.php:8352 -msgid "Server performance" -msgstr "Rendimiento del servidor" - -#: ../../enterprise/dashboard/widgets/tactical.php:44 -#: ../../include/functions_reporting_html.php:1855 -#: ../../include/functions_reporting_html.php:1949 -#: ../../operation/gis_maps/index.php:26 -msgid "Summary" -msgstr "Lista de agentes" - -#: ../../enterprise/dashboard/widgets/reports.php:27 -#: ../../enterprise/dashboard/widgets/reports.php:43 -#: ../../enterprise/extensions/cron/main.php:217 -#: ../../enterprise/extensions/cron/main.php:234 -#: ../../enterprise/extensions/cron/main.php:248 -#: ../../enterprise/extensions/cron/functions.php:361 -#: ../../extensions/resource_exportation.php:348 -msgid "Report" -msgstr "Informe" - -#: ../../enterprise/dashboard/widgets/reports.php:29 -msgid "Show a report made by user" -msgstr "Mostrar un informe hecho por el usuario" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:21 -msgid "Global health" -msgstr "Salud global" - -#: ../../enterprise/dashboard/widgets/monitor_health.php:23 -msgid "Show a list of global monitor health" -msgstr "Mostrar una lista global de la salud de los monitores" - -#: ../../enterprise/dashboard/widgets/events_list.php:26 -#: ../../enterprise/meta/general/logon_ok.php:43 -#: ../../enterprise/meta/general/main_header.php:119 -#: ../../enterprise/meta/monitoring/tactical.php:293 -#: ../../enterprise/extensions/ipam/ipam_network.php:539 -#: ../../enterprise/extensions/ipam/ipam_massive.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:722 -#: ../../mobile/include/functions_web.php:24 -#: ../../mobile/operation/home.php:42 ../../mobile/operation/events.php:559 -#: ../../include/functions_graph.php:728 -#: ../../include/functions_graph.php:3525 -#: ../../include/functions_graph.php:4194 -#: ../../include/functions_reports.php:612 -#: ../../include/functions_reports.php:614 -#: ../../include/functions_reports.php:616 -#: ../../include/functions_reporting_html.php:1072 -#: ../../operation/menu.php:261 ../../operation/events/events.php:397 -#: ../../operation/events/events.php:406 ../../operation/events/events.php:423 -#: ../../godmode/menu.php:173 -msgid "Events" -msgstr "Eventos" - -#: ../../enterprise/dashboard/widgets/events_list.php:28 -msgid "Latest events list" -msgstr "Última lista de eventos" - -#: ../../enterprise/dashboard/widgets/events_list.php:31 -#: ../../enterprise/operation/services/services.list.php:153 -#: ../../enterprise/operation/services/services.list.php:170 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 -#: ../../enterprise/godmode/setup/setup_acl.php:131 -#: ../../include/functions_html.php:845 ../../include/functions_html.php:846 -#: ../../include/functions_html.php:847 ../../include/functions_html.php:848 -#: ../../include/functions_html.php:849 -#: ../../include/functions_visual_map_editor.php:292 -#: ../../include/functions_visual_map_editor.php:612 -#: ../../include/ajax/visual_console_builder.ajax.php:660 -#: ../../operation/integria_incidents/incident.list.php:33 -#: ../../operation/events/events_list.php:434 -#: ../../godmode/events/event_edit_filter.php:284 -#: ../../godmode/users/configure_user.php:689 -#: ../../godmode/agentes/planned_downtime.list.php:152 -#: ../../godmode/servers/manage_recontask_form.php:291 -#: ../../godmode/servers/manage_recontask.php:333 -#: ../../godmode/setup/setup_auth.php:107 -#: ../../godmode/massive/massive_add_action_alerts.php:146 -#: ../../godmode/reporting/visual_console_builder.wizard.php:329 -msgid "Any" -msgstr "Cualquier" - -#: ../../enterprise/dashboard/widgets/events_list.php:34 -#: ../../mobile/operation/modules.php:43 ../../include/functions.php:1055 -#: ../../include/functions_events.php:1434 -#: ../../operation/events/events_list.php:546 -#: ../../operation/agentes/estado_agente.php:186 -#: ../../operation/agentes/status_monitor.php:422 -#: ../../godmode/events/event_edit_filter.php:220 -#: ../../godmode/massive/massive_delete_agents.php:117 -#: ../../godmode/massive/massive_delete_modules.php:457 -#: ../../godmode/massive/massive_copy_modules.php:81 -#: ../../godmode/massive/massive_copy_modules.php:194 -#: ../../godmode/massive/massive_edit_agents.php:218 -#: ../../godmode/massive/massive_edit_modules.php:317 -msgid "Not normal" -msgstr "No normal" - -#: ../../enterprise/dashboard/widgets/events_list.php:36 -#: ../../enterprise/meta/include/functions_events_meta.php:76 -#: ../../enterprise/include/functions_reporting_pdf.php:1174 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 -#: ../../include/functions_reporting_html.php:614 -#: ../../include/functions_events.php:40 -#: ../../operation/events/events.build_table.php:97 -#: ../../operation/events/events_list.php:543 -#: ../../godmode/events/event_filter.php:106 -#: ../../godmode/events/custom_events.php:89 -#: ../../godmode/events/custom_events.php:159 -#: ../../godmode/events/event_edit_filter.php:222 -msgid "Event type" -msgstr "Tipo de evento" - -#: ../../enterprise/dashboard/widgets/events_list.php:39 -msgid "Limit" -msgstr "Límite" - -#: ../../enterprise/dashboard/widgets/events_list.php:46 -#: ../../operation/events/events_list.php:555 -#: ../../godmode/events/event_filter.php:107 -#: ../../godmode/events/event_edit_filter.php:232 -msgid "Event status" -msgstr "Estado del evento" - -#: ../../enterprise/dashboard/widgets/events_list.php:47 -#: ../../include/functions_events.php:1501 -#: ../../include/functions_events.php:1520 -msgid "All event" -msgstr "Todos los eventos" - -#: ../../enterprise/dashboard/widgets/events_list.php:48 -#: ../../include/functions_events.php:1503 -#: ../../include/functions_events.php:1526 -msgid "Only validated" -msgstr "Solo validados" - -#: ../../enterprise/dashboard/widgets/events_list.php:49 -msgid "Only pending" -msgstr "Solo pendientes" - -#: ../../enterprise/dashboard/widgets/events_list.php:52 -#: ../../enterprise/meta/include/functions_agents_meta.php:854 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 -#: ../../enterprise/meta/include/functions_html_meta.php:51 -#: ../../enterprise/meta/include/functions_wizard_meta.php:251 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 -#: ../../enterprise/meta/include/functions_users_meta.php:79 -#: ../../enterprise/meta/include/functions_users_meta.php:89 -#: ../../enterprise/meta/advanced/policymanager.queue.php:214 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/meta/advanced/policymanager.queue.php:298 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 -#: ../../enterprise/extensions/ipam/ipam_network.php:305 -#: ../../enterprise/include/functions_metaconsole.php:605 -#: ../../enterprise/include/functions_metaconsole.php:606 -#: ../../enterprise/include/functions_metaconsole.php:1210 -#: ../../enterprise/operation/log/log_viewer.php:189 -#: ../../enterprise/operation/log/log_viewer.php:204 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 +#: ../../operation/agentes/alerts_status.functions.php:73 +#: ../../operation/agentes/alerts_status.functions.php:79 +#: ../../operation/agentes/alerts_status.functions.php:94 +#: ../../operation/agentes/alerts_status.functions.php:111 +#: ../../operation/agentes/alerts_status.functions.php:113 +#: ../../operation/agentes/status_monitor.php:306 +#: ../../operation/agentes/status_monitor.php:323 +#: ../../operation/agentes/status_monitor.php:333 +#: ../../operation/agentes/status_monitor.php:352 +#: ../../operation/agentes/status_monitor.php:395 +#: ../../operation/agentes/status_monitor.php:397 +#: ../../operation/agentes/status_monitor.php:462 +#: ../../operation/agentes/estado_agente.php:194 +#: ../../operation/agentes/estado_monitores.php:427 +#: ../../operation/agentes/estado_monitores.php:446 +#: ../../operation/snmpconsole/snmp_view.php:384 +#: ../../operation/snmpconsole/snmp_view.php:401 +#: ../../operation/snmpconsole/snmp_view.php:406 +#: ../../operation/snmpconsole/snmp_view.php:545 ../../operation/tree.php:130 +#: ../../operation/tree.php:155 ../../operation/gis_maps/render_view.php:145 +#: ../../operation/events/export_csv.php:54 +#: ../../operation/events/events.build_table.php:492 +#: ../../operation/events/events.build_query.php:118 +#: ../../operation/events/events_list.php:450 +#: ../../operation/events/events_list.php:454 +#: ../../operation/events/events_list.php:462 +#: ../../operation/events/events_list.php:561 +#: ../../operation/events/events_list.php:564 +#: ../../operation/events/events_rss.php:110 +#: ../../extensions/files_repo/files_repo_form.php:50 +#: ../../extensions/agents_modules.php:78 +#: ../../general/subselect_data_module.php:42 #: ../../enterprise/operation/agentes/agent_inventory.php:69 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:32 #: ../../enterprise/operation/inventory/inventory.php:55 #: ../../enterprise/operation/inventory/inventory.php:57 #: ../../enterprise/operation/inventory/inventory.php:120 #: ../../enterprise/operation/inventory/inventory.php:122 -#: ../../enterprise/operation/inventory/inventory.php:174 +#: ../../enterprise/operation/inventory/inventory.php:176 +#: ../../enterprise/operation/log/log_viewer.php:194 +#: ../../enterprise/operation/log/log_viewer.php:212 +#: ../../enterprise/extensions/ipam/ipam_network.php:305 +#: ../../enterprise/godmode/policies/policy_queue.php:340 +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/godmode/policies/policy_queue.php:407 +#: ../../enterprise/godmode/policies/policy_agents.php:370 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1426 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1428 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1443 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:127 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 +#: ../../enterprise/godmode/modules/local_components.php:438 +#: ../../enterprise/godmode/modules/local_components.php:448 +#: ../../enterprise/godmode/modules/local_components.php:462 #: ../../enterprise/godmode/setup/setup_acl.php:84 #: ../../enterprise/godmode/setup/setup_acl.php:89 #: ../../enterprise/godmode/setup/setup_acl.php:94 @@ -2311,2455 +2615,118 @@ msgstr "Solo pendientes" #: ../../enterprise/godmode/setup/setup_acl.php:310 #: ../../enterprise/godmode/setup/setup_acl.php:322 #: ../../enterprise/godmode/setup/setup_acl.php:362 -#: ../../enterprise/godmode/setup/setup_acl.php:393 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:204 -#: ../../enterprise/godmode/modules/local_components.php:426 -#: ../../enterprise/godmode/modules/local_components.php:436 -#: ../../enterprise/godmode/modules/local_components.php:450 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:153 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1372 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1374 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1389 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:122 -#: ../../enterprise/godmode/policies/policy_queue.php:340 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -#: ../../enterprise/godmode/policies/policy_queue.php:407 -#: ../../enterprise/godmode/policies/policy_agents.php:227 -#: ../../enterprise/godmode/policies/policy_agents.php:235 -#: ../../enterprise/godmode/policies/policy_agents.php:341 -#: ../../mobile/operation/networkmaps.php:137 -#: ../../mobile/operation/networkmaps.php:227 -#: ../../mobile/operation/modules.php:38 -#: ../../mobile/operation/modules.php:225 -#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37 -#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/events.php:619 -#: ../../mobile/operation/events.php:629 -#: ../../mobile/operation/events.php:1072 -#: ../../mobile/operation/events.php:1091 ../../mobile/operation/agents.php:32 -#: ../../extensions/files_repo/files_repo_form.php:50 -#: ../../extensions/agents_modules.php:77 -#: ../../include/functions_graph.php:2483 -#: ../../include/functions_groups.php:586 -#: ../../include/functions_groups.php:2329 -#: ../../include/functions_reporting.php:1505 ../../include/functions.php:878 -#: ../../include/functions.php:1101 ../../include/functions_users.php:187 -#: ../../include/functions_users.php:192 ../../include/functions_users.php:890 -#: ../../operation/events/events.build_query.php:112 -#: ../../operation/events/events.build_table.php:398 -#: ../../operation/events/events_list.php:444 -#: ../../operation/events/events_list.php:448 -#: ../../operation/events/events_list.php:456 -#: ../../operation/events/events_list.php:547 -#: ../../operation/events/events_list.php:550 -#: ../../operation/events/events_rss.php:110 -#: ../../operation/events/export_csv.php:54 -#: ../../operation/snmpconsole/snmp_view.php:374 -#: ../../operation/snmpconsole/snmp_view.php:391 -#: ../../operation/snmpconsole/snmp_view.php:396 -#: ../../operation/snmpconsole/snmp_view.php:535 -#: ../../operation/gis_maps/render_view.php:136 -#: ../../operation/agentes/estado_monitores.php:422 -#: ../../operation/agentes/estado_monitores.php:443 -#: ../../operation/agentes/estado_agente.php:190 -#: ../../operation/agentes/networkmap_list.php:185 -#: ../../operation/agentes/networkmap.php:474 -#: ../../operation/agentes/alerts_status.functions.php:73 -#: ../../operation/agentes/alerts_status.functions.php:79 -#: ../../operation/agentes/alerts_status.functions.php:94 -#: ../../operation/agentes/status_monitor.php:337 -#: ../../operation/agentes/status_monitor.php:394 -#: ../../operation/agentes/status_monitor.php:395 -#: ../../operation/agentes/status_monitor.php:425 -#: ../../operation/agentes/status_monitor.php:442 -#: ../../operation/agentes/status_monitor.php:454 -#: ../../operation/agentes/status_monitor.php:475 ../../operation/tree.php:130 -#: ../../operation/tree.php:155 ../../godmode/events/event_edit_filter.php:224 -#: ../../godmode/events/event_edit_filter.php:228 -#: ../../godmode/events/event_edit_filter.php:364 -#: ../../godmode/alerts/alert_list.php:262 -#: ../../godmode/alerts/alert_list.php:316 -#: ../../godmode/alerts/alert_list.php:329 -#: ../../godmode/alerts/alert_templates.php:255 -#: ../../godmode/alerts/alert_list.list.php:115 -#: ../../godmode/alerts/alert_list.list.php:121 -#: ../../godmode/alerts/alert_list.list.php:130 -#: ../../godmode/alerts/alert_list.list.php:135 -#: ../../godmode/admin_access_logs.php:62 -#: ../../godmode/admin_access_logs.php:64 -#: ../../godmode/setup/gis_step_2.php:154 -#: ../../godmode/massive/massive_delete_agents.php:121 -#: ../../godmode/massive/massive_delete_modules.php:409 -#: ../../godmode/massive/massive_delete_modules.php:437 -#: ../../godmode/massive/massive_delete_modules.php:460 -#: ../../godmode/massive/massive_copy_modules.php:85 -#: ../../godmode/massive/massive_copy_modules.php:198 -#: ../../godmode/massive/massive_edit_agents.php:222 -#: ../../godmode/massive/massive_edit_modules.php:252 -#: ../../godmode/massive/massive_edit_modules.php:280 -#: ../../godmode/massive/massive_edit_modules.php:320 -#: ../../godmode/modules/manage_network_components.php:490 -#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../enterprise/godmode/setup/setup_acl.php:391 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:218 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:105 +#: ../../enterprise/meta/advanced/policymanager.queue.php:214 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +#: ../../enterprise/meta/advanced/policymanager.queue.php:298 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:531 +#: ../../enterprise/meta/include/functions_wizard_meta.php:251 +#: ../../enterprise/meta/include/functions_agents_meta.php:1053 +#: ../../enterprise/meta/include/functions_html_meta.php:51 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:226 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:265 +#: ../../enterprise/meta/include/functions_users_meta.php:79 +#: ../../enterprise/meta/include/functions_users_meta.php:89 +#: ../../enterprise/include/functions_metaconsole.php:610 +#: ../../enterprise/include/functions_metaconsole.php:611 +#: ../../enterprise/include/functions_metaconsole.php:1215 +#: ../../enterprise/dashboard/widgets/events_list.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:52 +#: ../../enterprise/dashboard/widgets/tree_view.php:65 +#: ../../godmode/reporting/reporting_builder.item_editor.php:891 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1040 +#: ../../godmode/reporting/visual_console_builder.wizard.php:222 +#: ../../godmode/reporting/visual_console_builder.wizard.php:227 #: ../../godmode/reporting/reporting_builder.list_items.php:162 #: ../../godmode/reporting/reporting_builder.list_items.php:164 #: ../../godmode/reporting/reporting_builder.list_items.php:166 #: ../../godmode/reporting/reporting_builder.list_items.php:188 #: ../../godmode/reporting/reporting_builder.list_items.php:191 #: ../../godmode/reporting/reporting_builder.list_items.php:194 -#: ../../godmode/reporting/graph_builder.graph_editor.php:140 -#: ../../godmode/reporting/visual_console_builder.wizard.php:206 -#: ../../godmode/reporting/visual_console_builder.wizard.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:946 +#: ../../godmode/massive/massive_delete_agents.php:121 +#: ../../godmode/massive/massive_edit_modules.php:253 +#: ../../godmode/massive/massive_edit_modules.php:281 +#: ../../godmode/massive/massive_edit_modules.php:303 +#: ../../godmode/massive/massive_edit_modules.php:334 +#: ../../godmode/massive/massive_edit_agents.php:222 +#: ../../godmode/massive/massive_copy_modules.php:85 +#: ../../godmode/massive/massive_copy_modules.php:198 +#: ../../godmode/massive/massive_delete_modules.php:409 +#: ../../godmode/massive/massive_delete_modules.php:437 +#: ../../godmode/massive/massive_delete_modules.php:460 +#: ../../godmode/massive/massive_delete_modules.php:474 +#: ../../godmode/admin_access_logs.php:62 +#: ../../godmode/admin_access_logs.php:64 +#: ../../godmode/alerts/alert_templates.php:255 +#: ../../godmode/alerts/alert_list.php:292 +#: ../../godmode/alerts/alert_list.php:346 +#: ../../godmode/alerts/alert_list.php:359 +#: ../../godmode/alerts/alert_list.list.php:122 +#: ../../godmode/alerts/alert_list.list.php:128 +#: ../../godmode/alerts/alert_list.list.php:137 +#: ../../godmode/alerts/alert_list.list.php:142 +#: ../../godmode/modules/manage_network_templates_form.php:267 +#: ../../godmode/modules/manage_network_components.php:515 +#: ../../godmode/setup/gis_step_2.php:154 +#: ../../godmode/events/event_edit_filter.php:235 +#: ../../godmode/events/event_edit_filter.php:239 +#: ../../godmode/events/event_edit_filter.php:380 +#: ../../include/functions_users.php:187 ../../include/functions_users.php:192 +#: ../../include/functions_users.php:886 ../../include/functions.php:904 +#: ../../include/functions.php:1127 ../../include/functions_events.php:3109 +#: ../../include/functions_events.php:3622 +#: ../../include/functions_modules.php:2475 +#: ../../include/functions_modules.php:2476 +#: ../../include/functions_reporting.php:1524 +#: ../../include/functions_graph.php:2761 +#: ../../include/functions_groups.php:616 +#: ../../include/functions_groups.php:2359 +#: ../../mobile/operation/modules.php:38 +#: ../../mobile/operation/modules.php:225 +#: ../../mobile/operation/modules.php:240 ../../mobile/operation/alerts.php:37 +#: ../../mobile/operation/alerts.php:43 ../../mobile/operation/agents.php:32 +#: ../../mobile/operation/networkmaps.php:137 +#: ../../mobile/operation/networkmaps.php:227 +#: ../../mobile/operation/events.php:624 ../../mobile/operation/events.php:634 +#: ../../mobile/operation/events.php:1082 +#: ../../mobile/operation/events.php:1101 msgid "All" msgstr "Todo" -#: ../../enterprise/dashboard/widgets/events_list.php:54 -#: ../../enterprise/meta/include/functions_events_meta.php:85 -#: ../../enterprise/include/functions_reporting.php:1294 -#: ../../enterprise/include/functions_reporting.php:1785 -#: ../../enterprise/include/functions_reporting_pdf.php:1175 -#: ../../enterprise/include/functions_reporting_pdf.php:1324 -#: ../../enterprise/include/functions_reporting_pdf.php:1459 -#: ../../enterprise/include/functions_reporting_pdf.php:1848 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 -#: ../../mobile/operation/events.php:368 ../../mobile/operation/events.php:369 -#: ../../mobile/operation/events.php:484 ../../mobile/operation/events.php:627 -#: ../../mobile/operation/events.php:628 -#: ../../include/functions_reporting.php:4734 -#: ../../include/functions_reporting_html.php:485 -#: ../../include/functions_reporting_html.php:615 -#: ../../include/functions_reporting_html.php:1097 -#: ../../include/functions_events.php:43 -#: ../../include/functions_events.php:883 -#: ../../include/functions_events.php:2382 -#: ../../operation/events/events.build_table.php:117 -#: ../../operation/events/events_list.php:549 -#: ../../operation/snmpconsole/snmp_view.php:389 -#: ../../godmode/events/event_filter.php:108 -#: ../../godmode/events/custom_events.php:98 -#: ../../godmode/events/custom_events.php:162 -#: ../../godmode/events/event_edit_filter.php:226 -msgid "Severity" -msgstr "Gravedad" - -#: ../../enterprise/dashboard/widgets/events_list.php:62 -#: ../../enterprise/meta/include/functions_events_meta.php:91 -#: ../../enterprise/include/functions_reporting_pdf.php:2288 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 -#: ../../enterprise/godmode/modules/configure_local_component.php:354 -#: ../../mobile/operation/events.php:509 -#: ../../include/functions_treeview.php:164 -#: ../../include/functions_reporting_html.php:1523 -#: ../../include/functions_events.php:45 -#: ../../include/functions_events.php:2441 -#: ../../operation/events/events.build_table.php:129 -#: ../../operation/users/user_edit.php:421 -#: ../../operation/agentes/group_view.php:146 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:461 -#: ../../operation/agentes/status_monitor.php:464 ../../operation/tree.php:49 -#: ../../godmode/events/custom_events.php:104 -#: ../../godmode/events/custom_events.php:164 -#: ../../godmode/users/configure_user.php:618 -#: ../../godmode/massive/massive_add_tags.php:147 -#: ../../godmode/massive/massive_delete_tags.php:187 -#: ../../godmode/massive/massive_edit_modules.php:531 -#: ../../godmode/modules/manage_network_components_form_common.php:184 -#: ../../godmode/tag/edit_tag.php:58 ../../godmode/tag/tag.php:106 -#: ../../general/firts_task/tags.php:25 -msgid "Tags" -msgstr "Etiquetas" - -#: ../../enterprise/dashboard/widgets/events_list.php:183 -#: ../../enterprise/meta/monitoring/group_view.php:142 -#: ../../enterprise/meta/monitoring/group_view.php:145 -#: ../../enterprise/meta/monitoring/tactical.php:262 -#: ../../enterprise/extensions/cron/functions.php:190 -#: ../../enterprise/include/functions_reporting.php:1131 -#: ../../enterprise/include/functions_reporting.php:1220 -#: ../../enterprise/include/functions_reporting.php:1594 -#: ../../enterprise/include/functions_reporting.php:1750 -#: ../../enterprise/include/functions_reporting.php:2262 -#: ../../enterprise/include/functions_reporting.php:3073 -#: ../../enterprise/include/functions_reporting.php:3404 -#: ../../enterprise/include/functions_reporting_csv.php:614 -#: ../../enterprise/include/functions_reporting_pdf.php:323 -#: ../../enterprise/include/functions_reporting_pdf.php:661 -#: ../../enterprise/include/functions_reporting_pdf.php:679 -#: ../../enterprise/include/functions_reporting_pdf.php:1615 -#: ../../enterprise/include/functions_reporting_pdf.php:1676 -#: ../../enterprise/include/functions_reporting_pdf.php:1769 -#: ../../enterprise/include/functions_reporting_pdf.php:1979 -#: ../../enterprise/include/functions_reporting_pdf.php:2012 -#: ../../enterprise/operation/services/services.service.php:184 -#: ../../enterprise/operation/services/services.list.php:150 -#: ../../enterprise/operation/services/services.list.php:392 -#: ../../enterprise/operation/services/services.service_map.php:118 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:585 -#: ../../mobile/operation/groups.php:106 ../../mobile/operation/groups.php:108 -#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 -#: ../../include/functions_alerts.php:574 -#: ../../include/functions_graph.php:749 -#: ../../include/functions_graph.php:1817 -#: ../../include/functions_graph.php:3546 -#: ../../include/functions_filemanager.php:697 -#: ../../include/functions_groups.php:773 -#: ../../include/functions_groups.php:775 -#: ../../include/functions_groups.php:777 -#: ../../include/functions_groups.php:778 -#: ../../include/functions_groups.php:779 ../../include/functions_ui.php:450 -#: ../../include/functions_ui.php:451 ../../include/functions_reports.php:426 -#: ../../include/functions_reporting.php:3023 -#: ../../include/functions_reporting.php:3227 -#: ../../include/functions_reporting.php:3861 -#: ../../include/functions_reporting.php:3862 -#: ../../include/functions_reporting.php:3863 -#: ../../include/functions_reporting.php:3864 -#: ../../include/functions_reporting.php:3865 -#: ../../include/functions_reporting.php:3866 ../../include/functions.php:1004 -#: ../../include/functions_visual_map.php:1134 -#: ../../include/functions_visual_map.php:1148 -#: ../../include/functions_visual_map.php:1161 -#: ../../include/functions_visual_map.php:1174 -#: ../../include/functions_reporting_html.php:344 -#: ../../include/functions_reporting_html.php:1009 -#: ../../include/functions_reporting_html.php:1030 -#: ../../include/functions_reporting_html.php:1446 -#: ../../include/functions_reporting_html.php:1608 -#: ../../include/functions_events.php:1398 -#: ../../include/functions_events.php:2739 ../../include/ajax/module.php:775 -#: ../../include/graphs/functions_flot.php:395 -#: ../../operation/agentes/estado_monitores.php:428 -#: ../../operation/agentes/group_view.php:148 -#: ../../operation/agentes/group_view.php:150 -#: ../../operation/agentes/estado_agente.php:185 -#: ../../operation/agentes/tactical.php:152 -#: ../../operation/agentes/status_monitor.php:421 ../../operation/tree.php:134 -#: ../../operation/tree.php:159 ../../operation/tree.php:293 -#: ../../godmode/alerts/alert_list.builder.php:206 -#: ../../godmode/massive/massive_delete_agents.php:116 -#: ../../godmode/massive/massive_delete_modules.php:456 -#: ../../godmode/massive/massive_copy_modules.php:80 -#: ../../godmode/massive/massive_copy_modules.php:193 -#: ../../godmode/massive/massive_edit_agents.php:217 -#: ../../godmode/massive/massive_edit_modules.php:316 -msgid "Unknown" -msgstr "Desconocido" - -#: ../../enterprise/dashboard/widgets/maps_status.php:24 -msgid "Maps status" -msgstr "Estado de los mapas" - -#: ../../enterprise/dashboard/widgets/maps_status.php:26 -msgid "General and quick visual maps report" -msgstr "Informe rápido y general de los mapas visuales" - -#: ../../enterprise/dashboard/widgets/maps_status.php:28 -#: ../../operation/search_results.php:123 -msgid "Maps" -msgstr "Mapas" - -#: ../../enterprise/dashboard/widgets/maps_status.php:73 -#: ../../enterprise/extensions/backup/main.php:114 -#: ../../enterprise/include/functions_reporting.php:1225 -#: ../../enterprise/include/functions_reporting.php:2254 -#: ../../enterprise/include/functions_reporting.php:3067 -#: ../../enterprise/include/functions_reporting.php:3409 -#: ../../enterprise/include/functions_reporting_csv.php:618 -#: ../../enterprise/include/functions_services.php:1700 -#: ../../enterprise/include/functions_reporting_pdf.php:1621 -#: ../../enterprise/include/functions_reporting_pdf.php:1774 -#: ../../enterprise/include/functions_reporting_pdf.php:1973 -#: ../../enterprise/include/functions_reporting_pdf.php:2021 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 -#: ../../include/functions_db.php:1097 -#: ../../include/functions_reporting_html.php:350 -#: ../../include/functions_reporting_html.php:1453 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1184 -msgid "OK" -msgstr "Bien" - -#: ../../enterprise/dashboard/widgets/maps_status.php:76 -#: ../../godmode/massive/massive_edit_agents.php:387 -msgid "Bad" -msgstr "Mal" - -#: ../../enterprise/dashboard/widgets/top_n.php:31 -#: ../../include/functions_reporting.php:810 -msgid "Top N" -msgstr "Top N" - -#: ../../enterprise/dashboard/widgets/top_n.php:34 -msgid "Show a top n of agents modules." -msgstr "Mostrar el top N de módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:64 -#: ../../enterprise/godmode/agentes/inventory_manager.php:176 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 -#: ../../include/functions.php:1985 ../../include/functions.php:2544 -#: ../../include/functions_netflow.php:1049 -#: ../../include/functions_netflow.php:1082 ../../include/ajax/module.php:119 -#: ../../operation/gis_maps/render_view.php:130 -#: ../../godmode/setup/performance.php:85 -msgid "1 hour" -msgstr "1 hora" - -#: ../../enterprise/dashboard/widgets/top_n.php:65 -#: ../../enterprise/godmode/agentes/inventory_manager.php:177 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 -#: ../../include/functions_netflow.php:1050 -#: ../../include/functions_netflow.php:1083 -#: ../../operation/gis_maps/render_view.php:131 -msgid "2 hours" -msgstr "2 horas" - -#: ../../enterprise/dashboard/widgets/top_n.php:66 -#: ../../include/functions_netflow.php:1051 -#: ../../include/functions_netflow.php:1084 -msgid "5 hours" -msgstr "5 horas" - -#: ../../enterprise/dashboard/widgets/top_n.php:67 -#: ../../enterprise/godmode/agentes/inventory_manager.php:179 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 -#: ../../include/functions_netflow.php:1052 -#: ../../include/functions_netflow.php:1085 ../../include/ajax/module.php:121 -#: ../../godmode/setup/performance.php:86 -msgid "12 hours" -msgstr "12 horas" - -#: ../../enterprise/dashboard/widgets/top_n.php:68 -#: ../../enterprise/godmode/agentes/inventory_manager.php:180 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 -#: ../../include/functions.php:1988 ../../include/functions_netflow.php:1053 -#: ../../include/functions_netflow.php:1086 ../../include/ajax/module.php:122 -msgid "1 day" -msgstr "1 día" - -#: ../../enterprise/dashboard/widgets/top_n.php:70 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1517 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1126 -msgid "Quantity (n)" -msgstr "Cantidad (n)" - -#: ../../enterprise/dashboard/widgets/top_n.php:72 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1500 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -#: ../../godmode/netflow/nf_item_list.php:147 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1109 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -msgid "Order" -msgstr "Orden" - -#: ../../enterprise/dashboard/widgets/top_n.php:74 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:186 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1503 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:47 -#: ../../godmode/reporting/reporting_builder.item_editor.php:47 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1112 -msgid "Ascending" -msgstr "Ascendente" - -#: ../../enterprise/dashboard/widgets/top_n.php:75 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:188 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1506 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:48 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1115 -msgid "Descending" -msgstr "Descendente" - -#: ../../enterprise/dashboard/widgets/top_n.php:76 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1118 -msgid "By agent name" -msgstr "Por nombre de agente" - -#: ../../enterprise/dashboard/widgets/top_n.php:78 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1523 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1136 -msgid "Display" -msgstr "Mostrar" - -#: ../../enterprise/dashboard/widgets/top_n.php:80 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 -#: ../../enterprise/godmode/modules/configure_local_component.php:222 -#: ../../enterprise/godmode/modules/configure_local_component.php:237 -#: ../../include/functions_alerts.php:550 -#: ../../include/functions_graph.php:3855 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2301 -#: ../../godmode/alerts/configure_alert_template.php:617 -#: ../../godmode/agentes/module_manager_editor_common.php:240 -#: ../../godmode/agentes/module_manager_editor_common.php:260 -#: ../../godmode/massive/massive_edit_modules.php:358 -#: ../../godmode/massive/massive_edit_modules.php:404 -#: ../../godmode/massive/massive_edit_modules.php:485 -#: ../../godmode/modules/manage_network_components_form_common.php:110 -#: ../../godmode/modules/manage_network_components_form_common.php:123 -msgid "Max." -msgstr "Máx." - -#: ../../enterprise/dashboard/widgets/top_n.php:81 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 -#: ../../enterprise/godmode/modules/configure_local_component.php:219 -#: ../../enterprise/godmode/modules/configure_local_component.php:234 -#: ../../include/functions_alerts.php:551 -#: ../../include/functions_graph.php:3855 -#: ../../include/functions_treeview.php:94 -#: ../../include/functions_treeview.php:107 -#: ../../include/functions_reporting_html.php:2300 -#: ../../godmode/alerts/configure_alert_template.php:612 -#: ../../godmode/massive/massive_edit_modules.php:349 -#: ../../godmode/massive/massive_edit_modules.php:395 -#: ../../godmode/massive/massive_edit_modules.php:483 -#: ../../godmode/modules/manage_network_components_form_common.php:107 -#: ../../godmode/modules/manage_network_components_form_common.php:120 -msgid "Min." -msgstr "Mín." - -#: ../../enterprise/dashboard/widgets/top_n.php:82 -#: ../../include/functions_graph.php:3855 -msgid "Avg." -msgstr "Media" - -#: ../../enterprise/dashboard/widgets/top_n.php:85 -#: ../../godmode/reporting/map_builder.php:209 -msgid "Items" -msgstr "Elementos" - -#: ../../enterprise/dashboard/widgets/top_n.php:111 -msgid "" -"Please could you fill the widget data previous to filling the list items." -msgstr "Por favor, rellene el Widget de datos antes de la lista de items." - -#: ../../enterprise/dashboard/widgets/top_n.php:117 -#: ../../enterprise/dashboard/widgets/top_n.php:300 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 -msgid "avg" -msgstr "media" - -#: ../../enterprise/dashboard/widgets/top_n.php:118 -#: ../../enterprise/dashboard/widgets/top_n.php:301 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1539 -msgid "max" -msgstr "máx" - -#: ../../enterprise/dashboard/widgets/top_n.php:119 -#: ../../enterprise/dashboard/widgets/top_n.php:302 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1540 -msgid "min" -msgstr "mín" - -#: ../../enterprise/dashboard/widgets/top_n.php:120 -#: ../../enterprise/dashboard/widgets/top_n.php:303 -#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1541 -msgid "sum" -msgstr "suma" - -#: ../../enterprise/dashboard/widgets/top_n.php:131 -#: ../../enterprise/dashboard/widgets/top_n.php:340 -#: ../../enterprise/meta/advanced/policymanager.queue.php:216 -#: ../../enterprise/meta/advanced/policymanager.queue.php:258 -#: ../../enterprise/include/functions_reporting_pdf.php:804 -#: ../../enterprise/include/functions_reporting_pdf.php:897 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1987 -#: ../../enterprise/godmode/policies/policy_queue.php:342 -#: ../../enterprise/godmode/policies/policy_queue.php:376 -#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:123 -#: ../../include/functions_menu.php:564 -#: ../../include/functions_reporting_html.php:938 -#: ../../include/functions_reporting_html.php:1762 -#: ../../godmode/extensions.php:153 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1560 -msgid "Operation" -msgstr "Operación" - -#: ../../enterprise/dashboard/widgets/top_n.php:132 -#: ../../enterprise/extensions/ipam/ipam_list.php:68 -#: ../../enterprise/include/functions_services.php:1432 -#: ../../enterprise/operation/agentes/policy_view.php:196 -#: ../../enterprise/godmode/alerts/alert_events_list.php:424 -#: ../../enterprise/godmode/alerts/alert_events.php:510 -#: ../../enterprise/godmode/alerts/alert_events.php:522 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:158 -#: ../../enterprise/godmode/reporting/graph_template_list.php:130 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1833 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1980 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1988 -#: ../../enterprise/godmode/policies/policy_modules.php:1021 -#: ../../enterprise/godmode/policies/policy_alerts.php:455 -#: ../../mobile/operation/tactical.php:261 -#: ../../extensions/agents_alerts.php:279 -#: ../../include/functions_ui_renders.php:97 ../../include/functions.php:2263 -#: ../../include/functions_reporting_html.php:2757 -#: ../../operation/extensions.php:49 -#: ../../operation/integria_incidents/incident.list.php:102 -#: ../../operation/events/events.build_table.php:159 -#: ../../operation/snmpconsole/snmp_view.php:529 -#: ../../operation/snmpconsole/snmp_view.php:827 -#: ../../operation/agentes/networkmap_list.php:261 -#: ../../operation/agentes/alerts_status.php:422 -#: ../../operation/agentes/alerts_status.php:462 -#: ../../operation/agentes/alerts_status.php:495 -#: ../../operation/agentes/alerts_status.php:528 -#: ../../operation/incidents/incident.php:338 -#: ../../operation/search_alerts.php:48 -#: ../../godmode/events/event_filter.php:109 -#: ../../godmode/users/configure_user.php:619 -#: ../../godmode/snmpconsole/snmp_alert.php:1066 -#: ../../godmode/snmpconsole/snmp_alert.php:1151 -#: ../../godmode/snmpconsole/snmp_filters.php:133 -#: ../../godmode/alerts/alert_list.list.php:585 -#: ../../godmode/alerts/alert_view.php:417 -#: ../../godmode/agentes/planned_downtime.editor.php:808 -#: ../../godmode/agentes/module_manager.php:527 -#: ../../godmode/agentes/agent_template.php:226 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/netflow/nf_item_list.php:152 -#: ../../godmode/netflow/nf_edit.php:120 -#: ../../godmode/admin_access_logs.php:61 -#: ../../godmode/admin_access_logs.php:189 -#: ../../godmode/massive/massive_standby_alerts.php:163 -#: ../../godmode/massive/massive_add_action_alerts.php:155 -#: ../../godmode/massive/massive_operations.php:263 -#: ../../godmode/massive/massive_delete_action_alerts.php:164 -#: ../../godmode/massive/massive_enable_disable_alerts.php:163 -#: ../../godmode/modules/manage_nc_groups.php:194 -#: ../../godmode/modules/manage_network_components.php:545 -#: ../../godmode/modules/manage_network_templates.php:183 -#: ../../godmode/reporting/visual_console_builder.elements.php:85 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1359 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1553 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1562 -#: ../../general/logon_ok.php:222 ../../general/logon_ok.php:419 -msgid "Action" -msgstr "Acción" - -#: ../../enterprise/dashboard/widgets/top_n.php:182 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1959 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2148 -#: ../../godmode/reporting/reporting_builder.item_editor.php:927 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1491 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1526 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1687 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1715 -msgid "Select an Agent first" -msgstr "Debe seleccionar primero un agente" - -#: ../../enterprise/dashboard/widgets/top_n.php:275 -msgid "Selection module one by one" -msgstr "Selección de módulos uno en uno" - -#: ../../enterprise/dashboard/widgets/top_n.php:286 -msgid "Selection several modules" -msgstr "Selección múltiple de módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:314 -msgid "Regex for to filter modules" -msgstr "Expresión regular para filtrar módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:323 -msgid "Filter modules" -msgstr "Filtrar módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:335 -#: ../../enterprise/meta/agentsearch.php:96 -#: ../../enterprise/meta/include/functions_wizard_meta.php:305 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 -#: ../../enterprise/meta/advanced/servers.build_table.php:63 -#: ../../enterprise/meta/monitoring/group_view.php:96 -#: ../../enterprise/meta/monitoring/group_view.php:133 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 -#: ../../enterprise/include/functions_policies.php:3206 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:683 -#: ../../enterprise/operation/services/services.service_map.php:129 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:156 -#: ../../enterprise/godmode/policies/policies.php:339 -#: ../../enterprise/godmode/policies/policy_modules.php:324 -#: ../../mobile/operation/agent.php:181 ../../mobile/operation/modules.php:186 -#: ../../mobile/operation/home.php:66 ../../mobile/operation/agents.php:79 -#: ../../mobile/operation/agents.php:290 ../../mobile/operation/agents.php:291 -#: ../../extensions/agents_modules.php:194 -#: ../../include/functions_reports.php:555 -#: ../../include/functions_reports.php:557 -#: ../../include/functions_reports.php:559 -#: ../../include/functions_reports.php:561 -#: ../../include/functions_reports.php:563 -#: ../../include/functions_reports.php:565 -#: ../../include/functions_reports.php:567 -#: ../../include/functions_reporting_html.php:784 -#: ../../include/functions_reporting_html.php:2406 -#: ../../include/ajax/networkmap.ajax.php:71 -#: ../../operation/search_agents.php:63 -#: ../../operation/agentes/exportdata.php:266 -#: ../../operation/agentes/group_view.php:104 -#: ../../operation/agentes/group_view.php:141 -#: ../../operation/agentes/estado_agente.php:472 -#: ../../operation/agentes/graphs.php:124 ../../operation/tree.php:73 -#: ../../operation/search_results.php:133 -#: ../../godmode/agentes/modificar_agente.php:500 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 -#: ../../godmode/agentes/planned_downtime.editor.php:726 -#: ../../godmode/agentes/planned_downtime.editor.php:799 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 -#: ../../godmode/agentes/configurar_agente.php:277 -#: ../../godmode/agentes/configurar_agente.php:508 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:312 -#: ../../godmode/servers/servers.build_table.php:67 -#: ../../godmode/db/db_refine.php:95 -#: ../../godmode/massive/massive_delete_modules.php:467 -#: ../../godmode/massive/massive_copy_modules.php:144 -#: ../../godmode/massive/massive_edit_plugins.php:308 -#: ../../godmode/massive/massive_add_tags.php:139 -#: ../../godmode/massive/massive_delete_tags.php:199 -#: ../../godmode/massive/massive_edit_modules.php:294 -#: ../../godmode/reporting/reporting_builder.list_items.php:163 -#: ../../godmode/reporting/reporting_builder.list_items.php:189 -#: ../../godmode/reporting/graph_builder.graph_editor.php:144 -#: ../../godmode/reporting/visual_console_builder.wizard.php:251 -#: ../../godmode/reporting/reporting_builder.item_editor.php:952 -msgid "Modules" -msgstr "Módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:349 -#: ../../godmode/modules/manage_network_templates_form.php:224 -msgid "Add modules" -msgstr "Añadir módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:440 -msgid "Successful added modules" -msgstr "Módulos añadidos con éxito" - -#: ../../enterprise/dashboard/widgets/top_n.php:444 -msgid "Unsuccessful added modules" -msgstr "Error añadiendo módulos" - -#: ../../enterprise/dashboard/widgets/top_n.php:466 -#: ../../enterprise/include/functions_reporting_pdf.php:794 -#: ../../enterprise/include/functions_reporting_pdf.php:1583 -#: ../../enterprise/include/functions_reporting_pdf.php:1931 -#: ../../include/functions_reporting.php:867 -#: ../../include/functions_reporting.php:1692 -#: ../../include/functions_reporting_html.php:1699 -#: ../../include/functions_reporting_html.php:1824 -msgid "There are no Agent/Modules defined" -msgstr "No hay Agente/Módulos definidos" - -#: ../../enterprise/dashboard/widgets/top_n.php:472 -#: ../../enterprise/meta/include/functions_wizard_meta.php:838 -#: ../../enterprise/meta/include/functions_wizard_meta.php:847 -#: ../../enterprise/meta/include/functions_wizard_meta.php:924 -#: ../../enterprise/meta/include/functions_wizard_meta.php:933 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1125 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1134 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1341 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1350 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1422 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1431 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1538 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1547 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1526 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1352 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983 -#: ../../include/functions_reporting.php:818 -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:727 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1139 -msgid "Max" -msgstr "Máx" - -#: ../../enterprise/dashboard/widgets/top_n.php:475 -#: ../../enterprise/meta/include/functions_wizard_meta.php:836 -#: ../../enterprise/meta/include/functions_wizard_meta.php:845 -#: ../../enterprise/meta/include/functions_wizard_meta.php:922 -#: ../../enterprise/meta/include/functions_wizard_meta.php:931 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1123 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1132 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1339 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1348 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1420 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1429 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1536 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1545 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1245 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1528 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1354 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 ../../include/functions_ui.php:1983 -#: ../../include/functions_reporting.php:821 -#: ../../godmode/alerts/alert_view.php:310 -#: ../../godmode/reporting/reporting_builder.item_editor.php:729 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1141 -msgid "Min" -msgstr "Mín" - -#: ../../enterprise/dashboard/widgets/top_n.php:480 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1530 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1356 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 -#: ../../include/functions_reporting.php:826 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1143 -msgid "Avg" -msgstr "Media" - -#: ../../enterprise/dashboard/widgets/top_n.php:536 -#: ../../include/functions_reporting.php:920 -msgid "Insuficient data" -msgstr "Datos insuficientes" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 -msgid "Top N Events by module." -msgstr "Top N de eventos por módulo" - -#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 -msgid "Top N events by module." -msgstr "Top N de eventos por módulo" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 -msgid "Alerts Fired" -msgstr "Alertas disparadas" - -#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 -msgid "Alerts Fired report" -msgstr "Informe de alertas lanzadas" - -#: ../../enterprise/meta/agentsearch.php:26 -#: ../../enterprise/meta/index.php:469 -#: ../../enterprise/meta/advanced/synchronizing.php:33 -#: ../../enterprise/meta/advanced/agents_setup.php:35 -#: ../../enterprise/meta/advanced/policymanager.php:35 -#: ../../enterprise/meta/general/logon_ok.php:15 -#: ../../enterprise/meta/monitoring/group_view.php:32 -#: ../../enterprise/meta/monitoring/tactical.php:35 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 -#: ../../operation/agentes/ver_agente.php:811 -#: ../../operation/netflow/nf_live_view.php:131 -#: ../../godmode/netflow/nf_edit_form.php:65 -#: ../../godmode/netflow/nf_item_list.php:57 -#: ../../godmode/netflow/nf_edit.php:47 -msgid "Main" -msgstr "Principal" - -#: ../../enterprise/meta/agentsearch.php:28 -#: ../../enterprise/meta/agentsearch.php:32 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 -#: ../../operation/events/events_list.php:403 -#: ../../godmode/events/event_edit_filter.php:240 -msgid "Agent search" -msgstr "Búsqueda de agente" - -#: ../../enterprise/meta/agentsearch.php:68 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 -#: ../../enterprise/meta/general/main_header.php:466 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 -#: ../../enterprise/extensions/translate_string.php:265 -#: ../../enterprise/operation/log/log_viewer.php:165 -#: ../../enterprise/operation/log/log_viewer.php:230 -#: ../../enterprise/operation/services/services.list.php:141 -#: ../../enterprise/operation/services/services.list.php:180 -#: ../../enterprise/operation/agentes/agent_inventory.php:90 -#: ../../enterprise/operation/agentes/agent_inventory.php:95 -#: ../../enterprise/operation/inventory/inventory.php:177 -#: ../../enterprise/operation/inventory/inventory.php:217 -#: ../../enterprise/godmode/alerts/alert_events_list.php:364 -#: ../../enterprise/godmode/alerts/alert_events_list.php:368 -#: ../../enterprise/godmode/agentes/collections.php:173 -#: ../../enterprise/godmode/agentes/collection_manager.php:50 -#: ../../enterprise/godmode/modules/local_components.php:438 -#: ../../enterprise/godmode/modules/local_components.php:452 -#: ../../enterprise/godmode/policies/policy_collections.php:182 -#: ../../enterprise/godmode/policies/policy_agents.php:337 -#: ../../enterprise/godmode/policies/policy_agents.php:342 -#: ../../include/functions_snmp_browser.php:556 -#: ../../operation/integria_incidents/incident.list.php:76 -#: ../../operation/agentes/estado_agente.php:176 -#: ../../operation/agentes/estado_agente.php:194 -#: ../../operation/agentes/status_monitor.php:456 -#: ../../operation/incidents/incident.php:289 -#: ../../operation/search_results.php:160 -#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 -#: ../../godmode/alerts/alert_templates.php:256 -#: ../../godmode/alerts/alert_templates.php:260 -#: ../../godmode/agentes/modificar_agente.php:159 -#: ../../godmode/agentes/modificar_agente.php:163 -#: ../../godmode/agentes/planned_downtime.list.php:139 -#: ../../godmode/agentes/module_manager.php:37 -#: ../../godmode/modules/manage_network_components.php:499 -#: ../../godmode/reporting/reporting_builder.php:440 -#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 -msgid "Search" -msgstr "Buscar" - -#: ../../enterprise/meta/agentsearch.php:71 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 -#: ../../enterprise/meta/advanced/policymanager.queue.php:244 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 -#: ../../enterprise/godmode/alerts/alert_events_list.php:382 -#: ../../enterprise/godmode/modules/local_components.php:445 -#: ../../operation/events/events_list.php:627 -#: ../../operation/agentes/alerts_status.php:384 -#: ../../operation/agentes/status_monitor.php:525 ../../operation/tree.php:184 -#: ../../godmode/users/user_list.php:243 -#: ../../godmode/alerts/alert_templates.php:268 -#: ../../godmode/modules/manage_network_components.php:507 -#: ../../godmode/reporting/reporting_builder.list_items.php:205 -#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 -msgid "Show Options" -msgstr "Mostrar opciones" - -#: ../../enterprise/meta/agentsearch.php:79 -msgid "Search results for" -msgstr "Buscar resultados para" - -#: ../../enterprise/meta/agentsearch.php:91 -#: ../../enterprise/meta/include/functions_wizard_meta.php:133 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1620 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 -#: ../../enterprise/meta/advanced/policymanager.queue.php:255 -#: ../../enterprise/extensions/csv_import/main.php:75 -#: ../../enterprise/include/functions_reporting.php:1895 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1332 -#: ../../operation/events/events.build_table.php:45 -#: ../../operation/events/events_list.php:441 -#: ../../operation/servers/recon_view.php:173 -#: ../../godmode/agentes/agent_manager.php:267 -#: ../../godmode/agentes/module_manager.php:513 -#: ../../godmode/massive/massive_edit_agents.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 -msgid "Server" -msgstr "Servidor" - -#: ../../enterprise/meta/agentsearch.php:93 -#: ../../enterprise/extensions/ipam/ipam_network.php:538 -#: ../../enterprise/godmode/modules/local_components.php:434 -#: ../../enterprise/godmode/modules/local_components.php:448 -#: ../../enterprise/godmode/modules/local_components.php:470 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 -#: ../../enterprise/godmode/modules/configure_local_component.php:160 -#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:279 -#: ../../include/functions_reporting_html.php:1484 -#: ../../include/functions_events.php:2028 -#: ../../operation/search_agents.php:45 ../../operation/search_agents.php:53 -#: ../../operation/gis_maps/ajax.php:276 -#: ../../operation/agentes/estado_agente.php:457 -#: ../../operation/agentes/estado_generalagente.php:128 -#: ../../operation/tree.php:55 ../../operation/tree.php:94 -#: ../../godmode/agentes/agent_manager.php:255 -#: ../../godmode/agentes/modificar_agente.php:426 -#: ../../godmode/agentes/planned_downtime.editor.php:724 -#: ../../godmode/servers/manage_recontask_form.php:286 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_agents.php:287 -msgid "OS" -msgstr "SO" - -#: ../../enterprise/meta/agentsearch.php:94 -#: ../../enterprise/meta/include/functions_wizard_meta.php:776 -#: ../../enterprise/meta/include/functions_wizard_meta.php:894 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1058 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1570 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 -#: ../../enterprise/extensions/ipam/ipam_network.php:125 -#: ../../enterprise/extensions/ipam/ipam_list.php:63 -#: ../../enterprise/include/functions_reporting_pdf.php:2285 -#: ../../enterprise/godmode/agentes/inventory_manager.php:174 -#: ../../enterprise/godmode/agentes/inventory_manager.php:236 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:80 -#: ../../enterprise/godmode/modules/configure_local_component.php:215 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 -#: ../../mobile/operation/modules.php:470 -#: ../../mobile/operation/modules.php:473 -#: ../../mobile/operation/modules.php:474 -#: ../../mobile/operation/modules.php:646 -#: ../../include/functions_treeview.php:85 -#: ../../include/functions_treeview.php:422 -#: ../../include/functions_reporting_html.php:1520 -#: ../../operation/search_modules.php:50 ../../operation/search_agents.php:46 -#: ../../operation/search_agents.php:56 -#: ../../operation/agentes/estado_agente.php:462 -#: ../../operation/agentes/estado_generalagente.php:201 -#: ../../operation/agentes/status_monitor.php:941 -#: ../../operation/servers/recon_view.php:92 -#: ../../operation/netflow/nf_live_view.php:242 -#: ../../godmode/agentes/agent_manager.php:249 -#: ../../godmode/agentes/module_manager_editor_common.php:332 -#: ../../godmode/agentes/module_manager_editor_common.php:358 -#: ../../godmode/agentes/module_manager.php:519 -#: ../../godmode/servers/manage_recontask_form.php:247 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_agents.php:283 -#: ../../godmode/massive/massive_edit_modules.php:441 -#: ../../godmode/modules/manage_network_components_form_common.php:102 -msgid "Interval" -msgstr "Intervalo" - -#: ../../enterprise/meta/agentsearch.php:98 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 -#: ../../enterprise/include/functions_policies.php:3224 -#: ../../enterprise/include/functions_reporting_pdf.php:706 -#: ../../enterprise/godmode/services/services.service.php:312 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -#: ../../enterprise/godmode/alerts/alert_events.php:71 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -#: ../../enterprise/godmode/policies/policies.php:343 -#: ../../enterprise/godmode/policies/policy_alerts.php:32 -#: ../../mobile/include/functions_web.php:25 -#: ../../mobile/operation/agent.php:189 ../../mobile/operation/home.php:54 -#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 -#: ../../mobile/operation/agents.php:287 -#: ../../extensions/agents_alerts.php:252 -#: ../../include/functions_graph.php:732 -#: ../../include/functions_graph.php:3529 -#: ../../include/functions_graph.php:4198 -#: ../../include/functions_treeview.php:280 -#: ../../include/functions_reports.php:601 -#: ../../include/functions_reports.php:603 -#: ../../include/functions_reports.php:606 -#: ../../include/functions_reporting_html.php:1059 -#: ../../include/functions_reporting_html.php:2415 -#: ../../operation/search_agents.php:65 -#: ../../operation/agentes/ver_agente.php:823 -#: ../../operation/agentes/ver_agente.php:1016 -#: ../../operation/agentes/estado_agente.php:478 -#: ../../operation/search_results.php:93 ../../godmode/menu.php:132 -#: ../../godmode/alerts/alert_commands.php:242 -#: ../../godmode/alerts/configure_alert_special_days.php:52 -#: ../../godmode/alerts/configure_alert_command.php:41 -#: ../../godmode/alerts/alert_special_days.php:43 -#: ../../godmode/alerts/configure_alert_template.php:62 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/alerts/configure_alert_action.php:56 -#: ../../godmode/alerts/configure_alert_action.php:65 -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -#: ../../godmode/agentes/modificar_agente.php:504 -#: ../../godmode/agentes/configurar_agente.php:287 -#: ../../godmode/groups/group_list.php:336 -#: ../../godmode/groups/configure_group.php:161 -#: ../../godmode/massive/massive_copy_modules.php:153 -msgid "Alerts" -msgstr "Alertas" - -#: ../../enterprise/meta/agentsearch.php:99 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../enterprise/operation/agentes/policy_view.php:309 -#: ../../enterprise/operation/agentes/ver_agente.php:75 -#: ../../mobile/operation/agent.php:138 ../../mobile/operation/agents.php:85 -#: ../../mobile/operation/agents.php:300 ../../mobile/operation/agents.php:302 -#: ../../mobile/operation/agents.php:304 ../../mobile/operation/agents.php:305 -#: ../../include/functions_treeview.php:443 -#: ../../include/functions_events.php:2033 ../../include/ajax/module.php:716 -#: ../../operation/search_agents.php:66 ../../operation/gis_maps/ajax.php:219 -#: ../../operation/gis_maps/ajax.php:321 -#: ../../operation/agentes/ver_agente.php:548 -#: ../../operation/agentes/estado_agente.php:481 -#: ../../operation/agentes/estado_generalagente.php:206 -#: ../../operation/search_users.php:47 ../../godmode/users/user_list.php:272 -#: ../../godmode/agentes/planned_downtime.editor.php:725 -msgid "Last contact" -msgstr "Último contacto" - -#: ../../enterprise/meta/agentsearch.php:191 -msgid "There are no agents included in this group" -msgstr "No hay ningún agente incluido en este grupo" - -#: ../../enterprise/meta/index.php:239 ../../mobile/include/user.class.php:172 -#: ../../index.php:233 ../../include/ajax/double_auth.ajax.php:489 -msgid "Invalid code" -msgstr "Código inválido" - -#: ../../enterprise/meta/index.php:250 ../../index.php:244 -msgid "The code shouldn't be empty" -msgstr "El código no debería estar vacío" - -#: ../../enterprise/meta/index.php:262 ../../index.php:256 -msgid "Expired login" -msgstr "Inicio de sesión caducado" - -#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 -#: ../../index.php:264 ../../index.php:270 -msgid "Login error" -msgstr "Error de conexión" - -#: ../../enterprise/meta/index.php:499 ../../enterprise/meta/index.php:510 -#: ../../index.php:668 -msgid "Sorry! I can't find the page!" -msgstr "No se puede encontrar la página." - -#: ../../enterprise/meta/include/functions_agents_meta.php:970 -#: ../../enterprise/meta/include/functions_agents_meta.php:981 -msgid "Agents movement" -msgstr "Movimiento de agentes" - -#: ../../enterprise/meta/include/functions_agents_meta.php:975 -#: ../../enterprise/meta/include/functions_agents_meta.php:984 -msgid "Group management" -msgstr "Gestionar grupos" - -#: ../../enterprise/meta/include/functions_groups_meta.php:77 -#, php-format -msgid "(Error Duplicate ID (%d) ) " -msgstr "(Error ID Duplicado (%d) ) " - -#: ../../enterprise/meta/include/functions_groups_meta.php:99 -msgid "Different parent" -msgstr "Diferente padre" - -#: ../../enterprise/meta/include/functions_groups_meta.php:104 -msgid "Different name" -msgstr "Diferente nombre" - -#: ../../enterprise/meta/include/functions_groups_meta.php:130 -#: ../../enterprise/meta/include/functions_meta.php:99 -#: ../../enterprise/meta/advanced/synchronizing.component.php:289 -#: ../../enterprise/meta/advanced/synchronizing.user.php:489 -#: ../../enterprise/meta/advanced/synchronizing.user.php:569 -#: ../../enterprise/meta/advanced/policymanager.sync.php:238 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 -#, php-format -msgid "Error connecting to %s" -msgstr "Error al conectar con %s" - -#: ../../enterprise/meta/include/functions_meta.php:128 -msgid "No admin user" -msgstr "No hay usuario administrador" - -#: ../../enterprise/meta/include/functions_meta.php:144 -#: ../../include/functions_config.php:212 -msgid "Activate Metaconsole" -msgstr "Activar la metaconsola" - -#: ../../enterprise/meta/include/functions_meta.php:154 -#: ../../enterprise/meta/advanced/metasetup.setup.php:91 -#: ../../include/functions_config.php:134 -#: ../../godmode/setup/setup_general.php:51 -msgid "Language code for Pandora" -msgstr "Código de idioma para Pandora FMS" - -#: ../../enterprise/meta/include/functions_meta.php:164 -#: ../../enterprise/meta/advanced/metasetup.setup.php:97 -#: ../../include/functions_config.php:138 -#: ../../godmode/setup/setup_general.php:61 -msgid "Auto login (hash) password" -msgstr "Contraseña («hash») de Inicio de sesión automático" - -#: ../../enterprise/meta/include/functions_meta.php:174 -#: ../../enterprise/meta/advanced/metasetup.setup.php:101 -#: ../../include/functions_config.php:141 -#: ../../godmode/setup/setup_general.php:64 -msgid "Time source" -msgstr "Hora de referencia" - -#: ../../enterprise/meta/include/functions_meta.php:184 -#: ../../enterprise/meta/advanced/metasetup.setup.php:108 -#: ../../include/functions_config.php:145 -#: ../../godmode/setup/setup_general.php:73 -msgid "Enforce https" -msgstr "Forzar https" - -#: ../../enterprise/meta/include/functions_meta.php:194 -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../include/functions_config.php:147 -#: ../../godmode/setup/setup_general.php:77 -msgid "Attachment store" -msgstr "Almacenamiento de adjuntos" - -#: ../../enterprise/meta/include/functions_meta.php:204 -#: ../../enterprise/meta/advanced/metasetup.setup.php:149 -#: ../../include/functions_config.php:167 -#: ../../godmode/setup/setup_general.php:202 -msgid "Timezone setup" -msgstr "Zona horaria" - -#: ../../enterprise/meta/include/functions_meta.php:214 -#: ../../enterprise/meta/advanced/metasetup.setup.php:155 -#: ../../include/functions_config.php:189 -#: ../../godmode/setup/setup_general.php:228 -msgid "Public URL" -msgstr "URL pública" - -#: ../../enterprise/meta/include/functions_meta.php:224 -msgid "Netflow disable custom live view filters" -msgstr "Desactivar filtros personalizados en la vista en vivo de netflow" - -#: ../../enterprise/meta/include/functions_meta.php:234 -#: ../../enterprise/meta/include/functions_meta.php:244 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 -#: ../../enterprise/meta/advanced/metasetup.setup.php:209 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 -#: ../../include/functions_config.php:151 -#: ../../godmode/setup/setup_general.php:89 -msgid "API password" -msgstr "Password de la API" - -#: ../../enterprise/meta/include/functions_meta.php:255 -#: ../../enterprise/meta/advanced/metasetup.setup.php:213 -#: ../../include/functions_config.php:149 -#: ../../godmode/setup/setup_general.php:80 -msgid "IP list with API access" -msgstr "Lista de IPs con acceso al API" - -#: ../../enterprise/meta/include/functions_meta.php:272 -msgid "Customizable section" -msgstr "Sección personalizable" - -#: ../../enterprise/meta/include/functions_meta.php:282 -#: ../../enterprise/meta/advanced/metasetup.password.php:122 -#: ../../enterprise/godmode/setup/setup.php:289 -#: ../../include/functions_config.php:270 -msgid "Apply password policy to admin users" -msgstr "Aplicar la política de contraseñas a los usuarios administradores" - -#: ../../enterprise/meta/include/functions_meta.php:295 -#: ../../enterprise/meta/advanced/metasetup.password.php:78 -#: ../../enterprise/godmode/setup/setup.php:252 -#: ../../include/functions_config.php:253 -msgid "Enable password policy" -msgstr "Habilitar política de contraseñas" - -#: ../../enterprise/meta/include/functions_meta.php:305 -#: ../../enterprise/meta/advanced/metasetup.password.php:84 -#: ../../enterprise/godmode/setup/setup.php:257 -#: ../../include/functions_config.php:256 -msgid "Min. size password" -msgstr "Contraseña con tamaño mínimo" - -#: ../../enterprise/meta/include/functions_meta.php:315 -#: ../../enterprise/meta/advanced/metasetup.password.php:89 -#: ../../enterprise/godmode/setup/setup.php:261 -#: ../../include/functions_config.php:266 -msgid "Password must have numbers" -msgstr "La contraseña tiene que contener números" - -#: ../../enterprise/meta/include/functions_meta.php:325 -#: ../../enterprise/meta/advanced/metasetup.password.php:95 -#: ../../enterprise/godmode/setup/setup.php:266 -#: ../../include/functions_config.php:268 -msgid "Password must have symbols" -msgstr "La contraseña tiene que contener símbolos" - -#: ../../enterprise/meta/include/functions_meta.php:335 -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/godmode/setup/setup.php:271 -#: ../../include/functions_config.php:258 -msgid "Password expiration" -msgstr "Expiración de contraseña" - -#: ../../enterprise/meta/include/functions_meta.php:345 -#: ../../enterprise/meta/advanced/metasetup.password.php:106 -#: ../../enterprise/godmode/setup/setup.php:275 -#: ../../include/functions_config.php:260 -msgid "Force change password on first login" -msgstr "Forzar cambio de contraseña en el primer inicio de sesión" - -#: ../../enterprise/meta/include/functions_meta.php:355 -#: ../../enterprise/meta/advanced/metasetup.password.php:112 -#: ../../enterprise/godmode/setup/setup.php:280 -#: ../../include/functions_config.php:262 -msgid "User blocked if login fails" -msgstr "Usuario bloqueado si la identificación falla" - -#: ../../enterprise/meta/include/functions_meta.php:365 -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/godmode/setup/setup.php:284 -#: ../../include/functions_config.php:264 -msgid "Number of failed login attempts" -msgstr "Número de intentos de identificación fallidos" - -#: ../../enterprise/meta/include/functions_meta.php:375 -#: ../../enterprise/meta/advanced/metasetup.password.php:128 -#: ../../enterprise/godmode/setup/setup.php:294 -#: ../../include/functions_config.php:272 -msgid "Enable password history" -msgstr "Activar histórico de contraseñas" - -#: ../../enterprise/meta/include/functions_meta.php:385 -#: ../../enterprise/meta/advanced/metasetup.password.php:134 -#: ../../enterprise/godmode/setup/setup.php:299 -#: ../../include/functions_config.php:274 -msgid "Compare previous password" -msgstr "Comparar la contraseña anterior" - -#: ../../enterprise/meta/include/functions_meta.php:398 -#: ../../include/functions_config.php:280 -#: ../../godmode/setup/setup_auth.php:62 -msgid "Authentication method" -msgstr "Método de autenticación" - -#: ../../enterprise/meta/include/functions_meta.php:408 -#: ../../include/functions_config.php:318 -#: ../../godmode/setup/setup_auth.php:68 -msgid "Fallback to local authentication" -msgstr "Alternativa si falla autenticación" - -#: ../../enterprise/meta/include/functions_meta.php:418 -#: ../../include/functions_config.php:282 -#: ../../godmode/setup/setup_auth.php:77 -msgid "Autocreate remote users" -msgstr "Crear automáticamente los usuarios remotos" - -#: ../../enterprise/meta/include/functions_meta.php:428 -#: ../../include/functions_config.php:284 -#: ../../godmode/setup/setup_auth.php:89 -msgid "Autocreate profile" -msgstr "Creat automáticamente el perfil" - -#: ../../enterprise/meta/include/functions_meta.php:438 -#: ../../include/functions_config.php:286 -#: ../../godmode/setup/setup_auth.php:97 -msgid "Autocreate profile group" -msgstr "Crear automáticamente perfil de grupo" - -#: ../../enterprise/meta/include/functions_meta.php:448 -#: ../../include/functions_config.php:288 -#: ../../godmode/setup/setup_auth.php:106 -msgid "Autocreate profile tags" -msgstr "Autocreado de tags de perfiles" - -#: ../../enterprise/meta/include/functions_meta.php:458 -#: ../../include/functions_config.php:290 -#: ../../godmode/setup/setup_auth.php:114 -msgid "Autocreate blacklist" -msgstr "Crear automáticamente una lista negra" - -#: ../../enterprise/meta/include/functions_meta.php:468 -#: ../../include/functions_config.php:352 -#: ../../operation/users/user_edit.php:349 -#: ../../godmode/setup/setup_auth.php:201 -msgid "Double authentication" -msgstr "Doble autenticación" - -#: ../../enterprise/meta/include/functions_meta.php:478 -#: ../../include/functions_config.php:354 -msgid "Session timeout" -msgstr "Sesión expirada" - -#: ../../enterprise/meta/include/functions_meta.php:490 -#: ../../enterprise/godmode/setup/setup_auth.php:93 -#: ../../include/functions_config.php:293 -msgid "Active directory server" -msgstr "Servidor de Directorio Activo" - -#: ../../enterprise/meta/include/functions_meta.php:500 -#: ../../enterprise/godmode/setup/setup_auth.php:100 -#: ../../include/functions_config.php:295 -msgid "Active directory port" -msgstr "Puerto del Directorio Activo" - -#: ../../enterprise/meta/include/functions_meta.php:510 -#: ../../enterprise/meta/include/functions_meta.php:582 -#: ../../enterprise/godmode/setup/setup_auth.php:107 -#: ../../include/functions_config.php:297 -#: ../../include/functions_config.php:312 -#: ../../godmode/setup/setup_auth.php:161 -msgid "Start TLS" -msgstr "Start TLS" - -#: ../../enterprise/meta/include/functions_meta.php:520 -#: ../../enterprise/godmode/setup/setup_auth.php:70 -#: ../../include/functions_config.php:299 -msgid "Advance Config AD" -msgstr "Configuración avanzada de AD" - -#: ../../enterprise/meta/include/functions_meta.php:530 -#: ../../enterprise/godmode/setup/setup_auth.php:115 -#: ../../include/functions_config.php:301 -msgid "Domain" -msgstr "Dominio" - -#: ../../enterprise/meta/include/functions_meta.php:540 -#: ../../enterprise/godmode/setup/setup_auth.php:86 -#: ../../include/functions_config.php:303 -msgid "Advanced Permisions AD" -msgstr "Permisos avanzados de AD" - -#: ../../enterprise/meta/include/functions_meta.php:552 -#: ../../include/functions_config.php:306 -#: ../../godmode/setup/setup_auth.php:139 -msgid "LDAP server" -msgstr "Servidor LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:562 -#: ../../include/functions_config.php:308 -#: ../../godmode/setup/setup_auth.php:146 -msgid "LDAP port" -msgstr "Puerto LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:572 -#: ../../include/functions_config.php:310 -#: ../../godmode/setup/setup_auth.php:154 -msgid "LDAP version" -msgstr "Versión LDAP" - -#: ../../enterprise/meta/include/functions_meta.php:592 -#: ../../include/functions_config.php:314 -#: ../../godmode/setup/setup_auth.php:169 -msgid "Base DN" -msgstr "DN base" - -#: ../../enterprise/meta/include/functions_meta.php:602 -#: ../../include/functions_config.php:316 -#: ../../godmode/setup/setup_auth.php:176 -msgid "Login attribute" -msgstr "Atributo de acceso" - -#: ../../enterprise/meta/include/functions_meta.php:615 -msgid "Pandora FMS host" -msgstr "Servidor de Pandora FMS" - -#: ../../enterprise/meta/include/functions_meta.php:625 -#: ../../enterprise/meta/include/functions_meta.php:678 -#: ../../enterprise/meta/include/functions_meta.php:731 -#: ../../enterprise/godmode/setup/setup_auth.php:145 -#: ../../enterprise/godmode/setup/setup_auth.php:197 -#: ../../enterprise/godmode/setup/setup_auth.php:249 -#: ../../include/functions_config.php:323 -#: ../../include/functions_config.php:334 -#: ../../include/functions_config.php:344 -msgid "MySQL port" -msgstr "Puerto de MySQL" - -#: ../../enterprise/meta/include/functions_meta.php:635 -#: ../../enterprise/meta/include/functions_meta.php:688 -#: ../../enterprise/meta/include/functions_meta.php:741 -#: ../../enterprise/godmode/setup/setup_auth.php:152 -#: ../../enterprise/godmode/setup/setup_auth.php:204 -#: ../../enterprise/godmode/setup/setup_auth.php:256 -#: ../../enterprise/godmode/setup/setup_history.php:55 -#: ../../include/functions_config.php:325 -#: ../../include/functions_config.php:336 -#: ../../include/functions_config.php:346 -#: ../../include/functions_config.php:625 -msgid "Database name" -msgstr "Nombre de la base de datos" - -#: ../../enterprise/meta/include/functions_meta.php:645 -#: ../../enterprise/meta/include/functions_meta.php:698 -#: ../../enterprise/meta/include/functions_meta.php:751 -#: ../../enterprise/meta/include/functions_events_meta.php:64 -#: ../../enterprise/meta/include/functions_wizard_meta.php:398 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 -#: ../../enterprise/meta/general/login_page.php:69 -#: ../../enterprise/extensions/check_acls.php:42 -#: ../../enterprise/extensions/check_acls.php:120 -#: ../../enterprise/extensions/cron/main.php:185 -#: ../../enterprise/extensions/vmware/main.php:225 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 -#: ../../enterprise/godmode/servers/manage_export_form.php:97 -#: ../../enterprise/godmode/setup/setup_auth.php:159 -#: ../../enterprise/godmode/setup/setup_auth.php:211 -#: ../../enterprise/godmode/setup/setup_auth.php:263 -#: ../../mobile/include/user.class.php:239 -#: ../../mobile/operation/tactical.php:262 -#: ../../extensions/users_connected.php:77 -#: ../../extensions/api_checker.php:105 ../../extensions/ssh_gateway.php:59 -#: ../../include/functions.php:2262 -#: ../../include/functions_reporting_html.php:2755 -#: ../../include/functions_events.php:36 -#: ../../include/functions_config.php:327 -#: ../../include/functions_config.php:338 -#: ../../include/functions_config.php:348 -#: ../../operation/integria_incidents/incident.tracking.php:22 -#: ../../operation/events/events.build_table.php:79 -#: ../../operation/events/events.build_table.php:474 -#: ../../operation/search_users.php:68 -#: ../../godmode/events/custom_events.php:77 -#: ../../godmode/events/custom_events.php:155 -#: ../../godmode/admin_access_logs.php:63 -#: ../../godmode/admin_access_logs.php:188 ../../general/logon_ok.php:220 -#: ../../general/logon_ok.php:417 ../../general/login_page.php:119 -msgid "User" -msgstr "Usuario" - -#: ../../enterprise/meta/include/functions_meta.php:655 -#: ../../enterprise/meta/include/functions_meta.php:708 -#: ../../enterprise/meta/include/functions_meta.php:761 -#: ../../enterprise/meta/include/functions_wizard_meta.php:402 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 -#: ../../enterprise/meta/general/login_page.php:73 -#: ../../enterprise/extensions/vmware/main.php:230 -#: ../../enterprise/include/functions_setup.php:30 -#: ../../enterprise/include/functions_setup.php:59 -#: ../../enterprise/godmode/agentes/inventory_manager.php:191 -#: ../../enterprise/godmode/servers/manage_export_form.php:101 -#: ../../enterprise/godmode/setup/setup_auth.php:166 -#: ../../enterprise/godmode/setup/setup_auth.php:218 -#: ../../enterprise/godmode/setup/setup_auth.php:270 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 -#: ../../mobile/include/user.class.php:246 -#: ../../extensions/api_checker.php:110 ../../include/functions_config.php:329 -#: ../../include/functions_config.php:340 -#: ../../include/functions_config.php:350 -#: ../../godmode/users/configure_user.php:451 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:265 -#: ../../godmode/agentes/module_manager_editor_wmi.php:53 -#: ../../godmode/massive/massive_edit_modules.php:497 -#: ../../godmode/modules/manage_network_components_form_wmi.php:50 -#: ../../general/login_page.php:124 -msgid "Password" -msgstr "Contraseña" - -#: ../../enterprise/meta/include/functions_meta.php:668 -#: ../../enterprise/godmode/setup/setup_auth.php:190 -#: ../../include/functions_config.php:332 -msgid "Babel Enterprise host" -msgstr "Servidor de Babel Enterprise" - -#: ../../enterprise/meta/include/functions_meta.php:721 -#: ../../enterprise/godmode/setup/setup_auth.php:242 -#: ../../include/functions_config.php:342 -msgid "Integria host" -msgstr "Servidor de Integria" - -#: ../../enterprise/meta/include/functions_meta.php:774 -#: ../../enterprise/meta/advanced/metasetup.visual.php:81 -#: ../../include/functions_config.php:399 -#: ../../godmode/setup/setup_visuals.php:539 -msgid "Date format string" -msgstr "Información de la base de datos" - -#: ../../enterprise/meta/include/functions_meta.php:784 -#: ../../enterprise/meta/advanced/metasetup.visual.php:95 -#: ../../include/functions_config.php:401 -#: ../../godmode/setup/setup_visuals.php:552 -msgid "Timestamp or time comparation" -msgstr "Marca de tiempo o comparación de hora" - -#: ../../enterprise/meta/include/functions_meta.php:794 -#: ../../enterprise/meta/advanced/metasetup.visual.php:103 -#: ../../include/functions_config.php:403 -#: ../../godmode/setup/setup_visuals.php:296 -msgid "Graph color (min)" -msgstr "Color de la gráfica (mín.)" - -#: ../../enterprise/meta/include/functions_meta.php:804 -#: ../../enterprise/meta/advanced/metasetup.visual.php:108 -#: ../../include/functions_config.php:405 -#: ../../godmode/setup/setup_visuals.php:300 -msgid "Graph color (avg)" -msgstr "Color de la gráfica (med.)" - -#: ../../enterprise/meta/include/functions_meta.php:814 -#: ../../enterprise/meta/advanced/metasetup.visual.php:113 -#: ../../include/functions_config.php:407 -#: ../../godmode/setup/setup_visuals.php:304 -msgid "Graph color (max)" -msgstr "Color de la gráfica (máx.)" - -#: ../../enterprise/meta/include/functions_meta.php:824 -#: ../../enterprise/meta/advanced/metasetup.visual.php:118 -#: ../../include/functions_config.php:423 -msgid "Graphic resolution (1-low, 5-high)" -msgstr "Resolución de los gráficos (1 baja, 5 alta)" - -#: ../../enterprise/meta/include/functions_meta.php:834 -#: ../../enterprise/meta/advanced/metasetup.visual.php:122 -#: ../../include/functions_config.php:425 -#: ../../godmode/setup/setup_visuals.php:340 -msgid "Value to interface graphics" -msgstr "Valor para la interfaz gráfica" - -#: ../../enterprise/meta/include/functions_meta.php:847 -#: ../../enterprise/meta/advanced/metasetup.visual.php:126 -#: ../../include/functions_config.php:432 -#: ../../operation/events/events_list.php:457 -#: ../../operation/users/user_edit.php:250 -#: ../../operation/snmpconsole/snmp_view.php:378 -#: ../../godmode/events/event_edit_filter.php:263 -#: ../../godmode/users/configure_user.php:516 -#: ../../godmode/setup/setup_visuals.php:61 -msgid "Block size for pagination" -msgstr "Tamaño de bloque para la paginación" - -#: ../../enterprise/meta/include/functions_meta.php:857 -#: ../../enterprise/meta/advanced/metasetup.visual.php:131 -#: ../../include/functions_config.php:434 -#: ../../godmode/setup/setup_visuals.php:349 -msgid "Use round corners" -msgstr "Usar bordes redondeados" - -#: ../../enterprise/meta/include/functions_meta.php:867 -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../include/functions_config.php:444 -#: ../../operation/users/user_edit.php:263 -#: ../../godmode/users/configure_user.php:512 -#: ../../godmode/setup/setup_visuals.php:354 -msgid "Interactive charts" -msgstr "Gráficas interactivas" - -#: ../../enterprise/meta/include/functions_meta.php:877 -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "Metaconsole elements" -msgstr "Elementos de la Metaconsola" - -#: ../../enterprise/meta/include/functions_meta.php:887 -#: ../../enterprise/meta/advanced/metasetup.visual.php:173 -#: ../../godmode/setup/setup_visuals.php:523 -msgid "Show only the group name" -msgstr "Mostrar solo el nombre del grupo" - -#: ../../enterprise/meta/include/functions_meta.php:927 -#: ../../enterprise/meta/advanced/metasetup.visual.php:157 -#: ../../include/functions_config.php:565 -#: ../../godmode/setup/setup_visuals.php:611 -msgid "Delete interval" -msgstr "Borrar intervalo" - -#: ../../enterprise/meta/include/functions_meta.php:933 -#: ../../enterprise/meta/include/functions_meta.php:938 -#: ../../enterprise/meta/include/functions_meta.php:943 -#: ../../enterprise/meta/include/functions_meta.php:948 -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../enterprise/meta/include/functions_meta.php:958 -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/meta/advanced/metasetup.visual.php:221 -#: ../../enterprise/meta/advanced/metasetup.visual.php:227 -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../include/functions_config.php:573 -#: ../../include/functions_config.php:576 -#: ../../include/functions_config.php:579 -#: ../../include/functions_config.php:582 -#: ../../include/functions_config.php:585 -#: ../../include/functions_config.php:588 -#: ../../godmode/setup/setup_visuals.php:451 -#: ../../godmode/setup/setup_visuals.php:457 -#: ../../godmode/setup/setup_visuals.php:470 -#: ../../godmode/setup/setup_visuals.php:478 -#: ../../godmode/setup/setup_visuals.php:483 -#: ../../godmode/setup/setup_visuals.php:491 -msgid "Custom report front" -msgstr "Portada de informe personalizado" - -#: ../../enterprise/meta/include/functions_meta.php:938 -#: ../../enterprise/meta/advanced/metasetup.visual.php:214 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 -#: ../../include/functions_config.php:576 -#: ../../godmode/setup/setup_visuals.php:451 -msgid "Font family" -msgstr "Tipo de letra" - -#: ../../enterprise/meta/include/functions_meta.php:943 -#: ../../enterprise/meta/advanced/metasetup.visual.php:217 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 -#: ../../include/functions_config.php:446 -#: ../../include/functions_config.php:579 -#: ../../godmode/setup/setup_visuals.php:147 -#: ../../godmode/setup/setup_visuals.php:458 -msgid "Custom logo" -msgstr "Logotipo personalizado" - -#: ../../enterprise/meta/include/functions_meta.php:948 -#: ../../enterprise/meta/advanced/metasetup.visual.php:227 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 -#: ../../include/functions_config.php:582 -#: ../../godmode/setup/setup_visuals.php:478 -msgid "Header" -msgstr "Encabezado" - -#: ../../enterprise/meta/include/functions_meta.php:953 -#: ../../enterprise/meta/advanced/metasetup.visual.php:231 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 -#: ../../include/functions_config.php:585 -#: ../../godmode/setup/setup_visuals.php:483 -msgid "First page" -msgstr "Primera página" - -#: ../../enterprise/meta/include/functions_meta.php:958 -#: ../../enterprise/meta/advanced/metasetup.visual.php:238 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 -#: ../../include/functions_config.php:588 -#: ../../godmode/setup/setup_visuals.php:491 -msgid "Footer" -msgstr "Pie de página" - -#: ../../enterprise/meta/include/functions_meta.php:963 -#: ../../enterprise/meta/advanced/metasetup.visual.php:184 -#: ../../include/functions_config.php:490 -#: ../../godmode/setup/setup_visuals.php:84 -msgid "Display data of proc modules in other format" -msgstr "Mostrar los datos de los módulos proc de otra forma" - -#: ../../enterprise/meta/include/functions_meta.php:968 -#: ../../enterprise/meta/advanced/metasetup.visual.php:193 -#: ../../include/functions_config.php:492 -#: ../../godmode/setup/setup_visuals.php:94 -msgid "Display text proc modules have state is ok" -msgstr "Texto a mostrar cuando el estado del módulo proc es OK" - -#: ../../enterprise/meta/include/functions_meta.php:973 -#: ../../enterprise/meta/advanced/metasetup.visual.php:196 -#: ../../include/functions_config.php:494 -#: ../../godmode/setup/setup_visuals.php:98 -msgid "Display text when proc modules have state critical" -msgstr "Texto a mostrar cuando el estado del módulo proc es Critico" - -#: ../../enterprise/meta/include/functions_meta.php:987 -#: ../../enterprise/meta/advanced/metasetup.performance.php:78 -#: ../../include/functions_config.php:364 -#: ../../godmode/setup/performance.php:47 -msgid "Max. days before delete events" -msgstr "Nº max. de días antes de borrar eventos" - -#: ../../enterprise/meta/include/functions_meta.php:997 -#: ../../enterprise/meta/advanced/metasetup.performance.php:82 -msgid "Active events history" -msgstr "Historial de eventos activo" - -#: ../../enterprise/meta/include/functions_meta.php:1007 -#: ../../enterprise/meta/advanced/metasetup.performance.php:87 -#: ../../include/functions_config.php:370 -#: ../../godmode/setup/performance.php:53 -msgid "Max. days before delete audit events" -msgstr "Nº max. de días antes de borrar eventos de auditoría interna" - -#: ../../enterprise/meta/include/functions_meta.php:1017 -#: ../../enterprise/meta/advanced/metasetup.performance.php:92 -#: ../../include/functions_config.php:382 -#: ../../godmode/setup/performance.php:94 -msgid "Default hours for event view" -msgstr "Núm. de horas predeterminado para la visión de eventos" - -#: ../../enterprise/meta/include/functions_meta.php:1027 -#: ../../include/functions_config.php:388 -#: ../../godmode/setup/performance.php:104 -msgid "Use agent access graph" -msgstr "Usar la gráfica de acceso del agente" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 -#: ../../operation/agentes/networkmap_list.php:100 -#: ../../operation/agentes/networkmap.php:168 -msgid "Network map deleted successfully" -msgstr "Mapa de red borrado con éxito" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 -#: ../../operation/agentes/networkmap_list.php:101 -#: ../../operation/agentes/networkmap.php:169 -msgid "Could not delete network map" -msgstr "No se pudo borrar el mapa de red" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 -#: ../../enterprise/meta/advanced/policymanager.queue.php:228 -#: ../../enterprise/extensions/ipam/ipam_network.php:328 -#: ../../enterprise/operation/services/services.list.php:270 -#: ../../enterprise/operation/services/services.list.php:276 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 -#: ../../enterprise/godmode/setup/setup_skins.php:91 -#: ../../enterprise/godmode/setup/setup_acl.php:133 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 -#: ../../enterprise/godmode/policies/policy_linking.php:68 -#: ../../enterprise/godmode/policies/policies.php:239 -#: ../../enterprise/godmode/policies/policy_queue.php:354 -#: ../../operation/agentes/estado_monitores.php:448 -#: ../../operation/agentes/networkmap_list.php:190 -#: ../../operation/agentes/alerts_status.functions.php:106 -#: ../../operation/agentes/alerts_status.functions.php:116 -#: ../../operation/agentes/graphs.php:169 -#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147 -#: ../../operation/incidents/incident.php:225 -#: ../../godmode/snmpconsole/snmp_alert.php:908 -#: ../../godmode/snmpconsole/snmp_filters.php:96 -#: ../../godmode/snmpconsole/snmp_filters.php:132 -#: ../../godmode/agentes/module_manager.php:41 -#: ../../godmode/netflow/nf_item_list.php:148 -#: ../../godmode/admin_access_logs.php:45 -#: ../../godmode/admin_access_logs.php:72 -#: ../../godmode/modules/manage_network_templates_form.php:242 -#: ../../godmode/modules/manage_network_templates_form.php:298 -#: ../../godmode/reporting/reporting_builder.list_items.php:173 -#: ../../godmode/reporting/reporting_builder.list_items.php:196 -#: ../../godmode/reporting/reporting_builder.item_editor.php:624 -#: ../../godmode/tag/tag.php:161 -msgid "Filter" -msgstr "Filtro" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:134 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:221 -msgid "Not networkmap defined." -msgstr "No hay mapa de red definido." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:160 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:196 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:208 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:209 -#: ../../enterprise/meta/include/functions_wizard_meta.php:294 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1425 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1594 -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:261 -#: ../../enterprise/meta/advanced/policymanager.queue.php:312 -#: ../../enterprise/meta/advanced/servers.build_table.php:132 -#: ../../enterprise/meta/advanced/metasetup.visual.php:159 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:267 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:428 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:620 -#: ../../enterprise/extensions/cron/main.php:263 -#: ../../enterprise/extensions/backup/main.php:137 -#: ../../enterprise/include/functions_networkmap_enterprise.php:612 -#: ../../enterprise/operation/services/services.list.php:460 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:304 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:372 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:261 -#: ../../enterprise/godmode/alerts/alert_events_list.php:568 -#: ../../enterprise/godmode/alerts/alert_events_list.php:646 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:480 -#: ../../enterprise/godmode/agentes/inventory_manager.php:262 -#: ../../enterprise/godmode/agentes/plugins_manager.php:112 -#: ../../enterprise/godmode/agentes/plugins_manager.php:171 -#: ../../enterprise/godmode/setup/setup_acl.php:153 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:122 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:191 -#: ../../enterprise/godmode/modules/local_components.php:519 -#: ../../enterprise/godmode/modules/local_components.php:531 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:224 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:237 -#: ../../enterprise/godmode/reporting/graph_template_list.php:158 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:355 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:364 -#: ../../enterprise/godmode/reporting/mysql_builder.php:42 -#: ../../enterprise/godmode/reporting/mysql_builder.php:49 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:177 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:188 -#: ../../enterprise/godmode/policies/policies.php:390 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:379 -#: ../../enterprise/godmode/policies/policy_queue.php:421 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:270 -#: ../../enterprise/godmode/policies/policy_plugins.php:83 -#: ../../enterprise/godmode/policies/policy_agents.php:449 -#: ../../enterprise/godmode/policies/policy_modules.php:1085 -#: ../../enterprise/godmode/policies/policy_modules.php:1109 -#: ../../enterprise/godmode/policies/policy_alerts.php:422 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:257 -#: ../../extensions/files_repo/files_repo_list.php:106 -#: ../../include/functions_groups.php:2143 -#: ../../operation/integria_incidents/incident.files.php:46 -#: ../../operation/messages/message_list.php:128 -#: ../../operation/messages/message_list.php:194 -#: ../../operation/messages/message_list.php:200 -#: ../../operation/messages/message_list.php:216 -#: ../../operation/messages/message_edit.php:109 -#: ../../operation/snmpconsole/snmp_view.php:648 -#: ../../operation/snmpconsole/snmp_view.php:654 -#: ../../operation/snmpconsole/snmp_view.php:805 -#: ../../operation/snmpconsole/snmp_view.php:830 -#: ../../operation/gis_maps/gis_map.php:163 -#: ../../operation/agentes/networkmap_list.php:138 -#: ../../operation/agentes/networkmap_list.php:229 -#: ../../operation/agentes/networkmap_list.php:253 -#: ../../operation/incidents/incident_detail.php:456 -#: ../../godmode/extensions.php:280 ../../godmode/extensions.php:284 -#: ../../godmode/events/event_filter.php:144 -#: ../../godmode/events/event_filter.php:164 -#: ../../godmode/events/event_responses.list.php:66 -#: ../../godmode/users/user_list.php:471 -#: ../../godmode/snmpconsole/snmp_alert.php:1095 -#: ../../godmode/snmpconsole/snmp_alert.php:1124 -#: ../../godmode/snmpconsole/snmp_filters.php:144 -#: ../../godmode/gis_maps/index.php:111 -#: ../../godmode/alerts/alert_commands.php:326 -#: ../../godmode/alerts/alert_special_days.php:165 -#: ../../godmode/alerts/alert_templates.php:344 -#: ../../godmode/alerts/alert_list.list.php:688 -#: ../../godmode/alerts/alert_actions.php:343 -#: ../../godmode/agentes/module_manager_editor_common.php:638 -#: ../../godmode/agentes/planned_downtime.editor.php:766 -#: ../../godmode/agentes/planned_downtime.editor.php:771 -#: ../../godmode/agentes/planned_downtime.editor.php:819 -#: ../../godmode/agentes/planned_downtime.list.php:400 -#: ../../godmode/agentes/planned_downtime.list.php:468 -#: ../../godmode/agentes/module_manager.php:528 -#: ../../godmode/agentes/module_manager.php:740 -#: ../../godmode/agentes/module_manager.php:757 -#: ../../godmode/agentes/agent_template.php:246 -#: ../../godmode/agentes/fields_manager.php:127 -#: ../../godmode/servers/servers.build_table.php:167 -#: ../../godmode/servers/recon_script.php:350 -#: ../../godmode/netflow/nf_item_list.php:239 -#: ../../godmode/netflow/nf_item_list.php:250 -#: ../../godmode/netflow/nf_edit.php:145 ../../godmode/netflow/nf_edit.php:157 -#: ../../godmode/groups/modu_group_list.php:183 -#: ../../godmode/db/db_refine.php:119 ../../godmode/setup/news.php:225 -#: ../../godmode/setup/links.php:137 ../../godmode/setup/setup_visuals.php:582 -#: ../../godmode/setup/setup_visuals.php:613 ../../godmode/setup/gis.php:64 -#: ../../godmode/massive/massive_delete_agents.php:136 -#: ../../godmode/massive/massive_delete_alerts.php:237 -#: ../../godmode/massive/massive_delete_modules.php:501 -#: ../../godmode/massive/massive_delete_profiles.php:131 -#: ../../godmode/massive/massive_delete_tags.php:218 -#: ../../godmode/massive/massive_delete_action_alerts.php:187 -#: ../../godmode/modules/manage_nc_groups.php:221 -#: ../../godmode/modules/manage_nc_groups.php:232 -#: ../../godmode/modules/manage_network_components.php:592 -#: ../../godmode/modules/manage_network_components.php:604 -#: ../../godmode/modules/manage_network_templates.php:205 -#: ../../godmode/modules/manage_network_templates.php:218 -#: ../../godmode/modules/manage_network_templates_form.php:219 -#: ../../godmode/reporting/reporting_builder.list_items.php:426 -#: ../../godmode/reporting/reporting_builder.list_items.php:453 -#: ../../godmode/reporting/reporting_builder.list_items.php:472 -#: ../../godmode/reporting/reporting_builder.list_items.php:532 -#: ../../godmode/reporting/graph_builder.graph_editor.php:85 -#: ../../godmode/reporting/graph_builder.graph_editor.php:124 -#: ../../godmode/reporting/visual_console_builder.elements.php:505 -#: ../../godmode/reporting/map_builder.php:215 -#: ../../godmode/reporting/graphs.php:193 -#: ../../godmode/reporting/reporting_builder.php:705 -msgid "Delete" -msgstr "Borrar" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:236 -#: ../../enterprise/meta/screens/screens.networkmap.php:44 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:390 -msgid "Create networkmap" -msgstr "Crear mapa de red" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 -msgid "Networkmap list" -msgstr "Lista de mapas de red" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:425 -msgid "Successful update the networkmap." -msgstr "Mapa de red actualizado correctamente" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:426 -msgid "Unsuccessful update the networkmap." -msgstr "El mapa de red no se ha podido actualizar" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:438 -msgid "Unnamed " -msgstr "Sin nombre " - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:519 -#: ../../godmode/events/event_edit_filter.php:206 -msgid "Save in group" -msgstr "Guardar en grupo" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:526 -#: ../../godmode/agentes/planned_downtime.editor.php:677 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:317 -msgid "Filter by group" -msgstr "Filtrar por grupo" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -msgid "Filter by tag" -msgstr "Filtrar por tag" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:529 -#: ../../operation/agentes/alerts_status.functions.php:86 -#: ../../operation/agentes/status_monitor.php:462 -#: ../../operation/agentes/status_monitor.php:465 -msgid "Only it is show tags in use." -msgstr "Mostrar sólo etiquetas en uso" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:535 -msgid "Filter by agents" -msgstr "Filtrar por agente" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:545 -msgid "Filter by modules" -msgstr "Filtrar por módulo" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:555 -#: ../../enterprise/godmode/alerts/alert_events_list.php:597 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 -#: ../../enterprise/godmode/policies/policy_modules.php:276 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 -#: ../../include/functions_visual_map_editor.php:450 -#: ../../operation/events/events_list.php:569 -#: ../../godmode/agentes/agent_manager.php:398 -#: ../../godmode/agentes/module_manager_editor.php:465 -#: ../../godmode/massive/massive_edit_agents.php:403 -#: ../../godmode/massive/massive_add_action_alerts.php:157 -msgid "Advanced options" -msgstr "Opciones avanzadas" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:563 -#: ../../enterprise/extensions/vmware/vmware_view.php:1198 -#: ../../operation/agentes/networkmap.php:537 -msgid "Font" -msgstr "Fuente" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:570 -msgid "Show modules" -msgstr "Mostrar módulos" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:576 -#: ../../operation/agentes/networkmap.php:515 -msgid "Regenerate" -msgstr "Regenerar" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:585 -msgid "Show modulegroup" -msgstr "Mostrar los grupos de módulos" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:594 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:605 -#: ../../operation/agentes/networkmap.php:489 -msgid "No Overlap" -msgstr "Sin solapamiento" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:597 -#: ../../operation/agentes/networkmap.php:557 -msgid "Distance between nodes" -msgstr "Distancia entre nodos" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:598 -#: ../../operation/agentes/networkmap.php:558 -msgid "Separation between elements in the map (in Non-overlap mode)" -msgstr "Separación entre los elementos del mapa (en modo no-solapado)." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:614 -msgid "Show children Metaconsole" -msgstr "Mostrar los hijos de la Metaconsola" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:623 -#: ../../enterprise/meta/advanced/policymanager.queue.php:306 -#: ../../enterprise/meta/advanced/policymanager.apply.php:215 -#: ../../enterprise/godmode/policies/policy_queue.php:415 -#: ../../enterprise/godmode/policies/policy_agents.php:352 -#: ../../include/functions_visual_map_editor.php:334 -msgid "Apply" -msgstr "Aplicar" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:660 -#: ../../operation/agentes/networkmap.php:588 -msgid "Map options" -msgstr "Opciones del mapa" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:665 -msgid "There is no group selected" -msgstr "No ha seleccionado ningún grupo" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:682 -#: ../../enterprise/include/functions_networkmap_enterprise.php:74 -#: ../../enterprise/operation/policies/networkmap.policies.php:64 -#: ../../mobile/operation/networkmap.php:110 -#: ../../mobile/operation/networkmap.php:129 -#: ../../mobile/operation/networkmap.php:146 -#: ../../operation/agentes/networkmap.topology.php:73 -#: ../../operation/agentes/networkmap.dinamic.php:85 -#: ../../operation/agentes/networkmap.groups.php:68 -msgid "Pandora FMS" -msgstr "Pandora FMS" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:691 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:749 -#: ../../enterprise/meta/include/functions_networkmap_meta.php:770 -#: ../../enterprise/extensions/vmware/vmware_view.php:1228 -#: ../../enterprise/extensions/vmware/vmware_view.php:1260 -#: ../../enterprise/extensions/vmware/vmware_view.php:1276 -#: ../../enterprise/operation/policies/networkmap.policies.php:70 -#: ../../enterprise/operation/policies/networkmap.policies.php:119 -#: ../../enterprise/operation/policies/networkmap.policies.php:133 -#: ../../mobile/operation/networkmap.php:222 -#: ../../mobile/operation/networkmap.php:234 -#: ../../operation/agentes/networkmap.topology.php:80 -#: ../../operation/agentes/networkmap.topology.php:145 -#: ../../operation/agentes/networkmap.topology.php:160 -#: ../../operation/agentes/networkmap.groups.php:75 -#: ../../operation/agentes/networkmap.groups.php:134 -#: ../../operation/agentes/networkmap.groups.php:152 -msgid "Map could not be generated" -msgstr "El mapa no pudo ser generado" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:693 -#: ../../enterprise/extensions/vmware/vmware_view.php:1229 -#: ../../enterprise/operation/policies/networkmap.policies.php:71 -#: ../../operation/agentes/networkmap.topology.php:81 -#: ../../operation/agentes/networkmap.groups.php:76 -#: ../../general/ui/agents_list.php:127 -msgid "No agents found" -msgstr "No se encontró ningún agente" - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:876 -#, php-format -msgid "Cannot connect to %s Pandora to generate networkmap." -msgstr "No se puede conectar a %s Pandora FMS para generar networkmap." - -#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:374 -#: ../../enterprise/extensions/ipam/ipam_network.php:559 -#: ../../enterprise/extensions/ipam/ipam_network.php:594 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 -#: ../../enterprise/include/functions_servicemap.php:258 -#: ../../enterprise/include/functions_reporting.php:1219 -#: ../../enterprise/include/functions_reporting.php:3071 -#: ../../enterprise/include/functions_reporting.php:3403 -#: ../../enterprise/include/functions_services.php:1012 -#: ../../enterprise/include/functions_services.php:1219 -#: ../../enterprise/include/functions_services.php:1697 -#: ../../enterprise/include/functions_reporting_pdf.php:1613 -#: ../../enterprise/include/functions_reporting_pdf.php:1768 -#: ../../enterprise/include/functions_reporting_pdf.php:1977 -#: ../../enterprise/include/functions_visual_map.php:274 -#: ../../mobile/operation/agent.php:132 ../../mobile/operation/agent.php:143 -#: ../../mobile/operation/events.php:143 ../../mobile/operation/events.php:154 -#: ../../mobile/operation/events.php:162 ../../mobile/operation/events.php:235 -#: ../../mobile/operation/events.php:262 ../../mobile/operation/events.php:270 -#: ../../include/functions_db.php:156 ../../include/functions_ui.php:1989 -#: ../../include/functions_ui.php:1999 -#: ../../include/functions_treeview.php:157 -#: ../../include/functions_treeview.php:298 ../../include/functions.php:918 -#: ../../include/functions.php:924 ../../include/functions.php:927 -#: ../../include/functions_reporting_html.php:342 -#: ../../include/functions_reporting_html.php:2333 -#: ../../include/functions_reporting_html.php:2371 -#: ../../include/functions_events.php:1775 -#: ../../include/functions_events.php:1942 -#: ../../include/functions_events.php:2008 -#: ../../include/functions_events.php:2024 -#: ../../include/functions_events.php:2034 -#: ../../include/functions_events.php:2039 -#: ../../include/functions_events.php:2057 -#: ../../include/functions_events.php:2136 -#: ../../include/functions_events.php:2190 -#: ../../include/functions_events.php:2202 -#: ../../include/functions_events.php:2214 -#: ../../include/functions_events.php:2236 -#: ../../include/functions_events.php:2251 -#: ../../include/functions_events.php:2261 -#: ../../include/functions_events.php:2350 -#: ../../include/functions_events.php:2427 -#: ../../include/functions_events.php:2449 -#: ../../include/functions_events.php:2459 -#: ../../operation/snmpconsole/snmp_view.php:589 -#: ../../operation/snmpconsole/snmp_view.php:608 -#: ../../operation/agentes/estado_generalagente.php:152 -#: ../../operation/agentes/estado_generalagente.php:164 -#: ../../operation/agentes/estado_generalagente.php:177 -#: ../../operation/agentes/estado_generalagente.php:281 -#: ../../operation/agentes/estado_generalagente.php:360 -#: ../../godmode/alerts/alert_view.php:113 -#: ../../godmode/agentes/planned_downtime.list.php:475 -#: ../../godmode/modules/manage_network_components.php:558 -msgid "N/A" -msgstr "N/A" - -#: ../../enterprise/meta/include/functions_ui_meta.php:54 -#: ../../include/functions_ui.php:1295 -msgid "the Flexible Monitoring System" -msgstr "el Sistema Flexible de Monitorización" - -#: ../../enterprise/meta/include/functions_events_meta.php:55 -#: ../../include/functions_events.php:33 -#: ../../include/functions_events.php:1578 -#: ../../godmode/events/custom_events.php:68 -#: ../../godmode/events/custom_events.php:152 -msgid "Event id" -msgstr "Identificación del evento" - -#: ../../enterprise/meta/include/functions_events_meta.php:58 -#: ../../enterprise/include/functions_reporting_pdf.php:1173 -#: ../../include/functions_reporting_html.php:613 -#: ../../include/functions_reporting_html.php:1985 -#: ../../include/functions_events.php:34 -#: ../../include/functions_events.php:890 -#: ../../include/functions_events.php:2333 -#: ../../godmode/events/custom_events.php:71 -#: ../../godmode/events/custom_events.php:153 -msgid "Event name" -msgstr "Nombre del evento" - -#: ../../enterprise/meta/include/functions_events_meta.php:61 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 -#: ../../enterprise/include/functions_inventory.php:64 -#: ../../enterprise/include/functions_reporting_pdf.php:2232 -#: ../../mobile/operation/modules.php:426 -#: ../../mobile/operation/modules.php:644 -#: ../../include/functions_treeview.php:396 -#: ../../include/functions_reporting_html.php:1482 -#: ../../include/functions_events.php:35 -#: ../../include/functions_events.php:893 -#: ../../operation/events/events.build_table.php:67 -#: ../../godmode/events/custom_events.php:74 -#: ../../godmode/events/custom_events.php:154 -#: ../../godmode/agentes/agent_manager.php:154 -#: ../../godmode/agentes/modificar_agente.php:421 -msgid "Agent name" -msgstr "Nombre del agente" - -#: ../../enterprise/meta/include/functions_events_meta.php:73 -#: ../../enterprise/include/functions_inventory.php:65 -#: ../../enterprise/include/functions_inventory.php:240 -#: ../../enterprise/include/functions_reporting_csv.php:187 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_reporting_pdf.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1326 -#: ../../enterprise/include/functions_reporting_pdf.php:1461 -#: ../../mobile/operation/modules.php:478 -#: ../../mobile/operation/modules.php:647 -#: ../../mobile/operation/events.php:468 -#: ../../include/functions_reporting.php:4736 -#: ../../include/functions_netflow.php:287 -#: ../../include/functions_reporting_html.php:487 -#: ../../include/functions_reporting_html.php:617 -#: ../../include/functions_reporting_html.php:1099 -#: ../../include/functions_reporting_html.php:1987 -#: ../../include/functions_events.php:39 -#: ../../include/functions_events.php:897 -#: ../../include/functions_events.php:2338 ../../include/ajax/events.php:465 -#: ../../operation/integria_incidents/incident.files.php:43 -#: ../../operation/events/events.build_table.php:73 -#: ../../operation/events/events.php:89 ../../operation/search_modules.php:54 -#: ../../operation/messages/message_list.php:127 -#: ../../operation/snmpconsole/snmp_view.php:521 -#: ../../operation/agentes/exportdata.php:99 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/estado_generalagente.php:400 -#: ../../operation/agentes/status_monitor.php:971 -#: ../../godmode/events/custom_events.php:86 -#: ../../godmode/events/custom_events.php:158 ../../godmode/setup/news.php:223 -msgid "Timestamp" -msgstr "Fecha/Hora" - -#: ../../enterprise/meta/include/functions_events_meta.php:79 -#: ../../include/functions_events.php:41 -#: ../../godmode/events/custom_events.php:92 -#: ../../godmode/events/custom_events.php:160 -msgid "Agent module" -msgstr "Módulo de agente" - -#: ../../enterprise/meta/include/functions_events_meta.php:82 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 -#: ../../include/functions_events.php:42 -#: ../../include/functions_events.php:976 -#: ../../operation/events/events.build_table.php:110 -#: ../../operation/events/events_rss.php:185 -#: ../../operation/snmpconsole/snmp_view.php:372 -#: ../../operation/snmpconsole/snmp_view.php:525 -#: ../../operation/snmpconsole/snmp_view.php:819 -#: ../../operation/agentes/estado_monitores.php:424 -#: ../../godmode/events/custom_events.php:95 -#: ../../godmode/events/custom_events.php:161 -#: ../../godmode/agentes/configurar_agente.php:511 -msgid "Alert" -msgstr "Alerta" - -#: ../../enterprise/meta/include/functions_events_meta.php:88 -#: ../../include/functions_events.php:44 -#: ../../include/functions_events.php:1748 -#: ../../operation/events/events.build_table.php:123 -#: ../../operation/events/events.build_table.php:475 -#: ../../godmode/events/custom_events.php:101 -#: ../../godmode/events/custom_events.php:163 -msgid "Comment" -msgstr "Comentar" - -#: ../../enterprise/meta/include/functions_events_meta.php:94 -#: ../../enterprise/meta/advanced/synchronizing.tag.php:91 -#: ../../enterprise/meta/advanced/synchronizing.component.php:310 -#: ../../enterprise/meta/advanced/synchronizing.user.php:508 -#: ../../enterprise/meta/advanced/policymanager.sync.php:295 -#: ../../enterprise/meta/advanced/synchronizing.group.php:147 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:332 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/log/log_viewer.php:197 -#: ../../include/functions_events.php:46 -#: ../../include/functions_events.php:2141 -#: ../../include/functions_events.php:2256 -#: ../../operation/events/events.build_table.php:135 -#: ../../operation/incidents/incident.php:336 -#: ../../operation/incidents/incident_detail.php:289 -#: ../../godmode/events/custom_events.php:107 -#: ../../godmode/events/custom_events.php:165 -#: ../../godmode/agentes/agent_incidents.php:91 -#: ../../godmode/massive/massive_copy_modules.php:108 -msgid "Source" -msgstr "Origen" - -#: ../../enterprise/meta/include/functions_events_meta.php:97 -#: ../../include/functions_events.php:47 -#: ../../include/functions_events.php:2246 -#: ../../godmode/events/custom_events.php:110 -#: ../../godmode/events/custom_events.php:166 -msgid "Extra id" -msgstr "ID extra" - -#: ../../enterprise/meta/include/functions_events_meta.php:100 -#: ../../mobile/operation/events.php:472 ../../include/functions_events.php:48 -#: ../../include/functions_events.php:2348 -#: ../../operation/integria_incidents/incident.list.php:101 -#: ../../operation/events/events.build_table.php:85 -#: ../../operation/incidents/incident.php:337 -#: ../../operation/incidents/incident_detail.php:266 -#: ../../godmode/events/custom_events.php:113 -#: ../../godmode/events/custom_events.php:167 -#: ../../godmode/agentes/agent_incidents.php:92 -msgid "Owner" -msgstr "Propietario" - -#: ../../enterprise/meta/include/functions_events_meta.php:103 -#: ../../include/functions_events.php:49 -#: ../../operation/events/events.build_table.php:147 -#: ../../godmode/events/custom_events.php:116 -#: ../../godmode/events/custom_events.php:168 -msgid "ACK Timestamp" -msgstr "ACK Timestamp" - -#: ../../enterprise/meta/include/functions_events_meta.php:106 -#: ../../include/functions_events.php:50 -#: ../../include/functions_events.php:2185 -#: ../../include/functions_events.php:2197 -#: ../../include/functions_events.php:2209 -#: ../../include/functions_events.php:2221 -#: ../../include/functions_events.php:2226 -#: ../../include/functions_events.php:2231 -#: ../../include/functions_events.php:2235 -#: ../../operation/events/events.build_table.php:153 -#: ../../godmode/events/custom_events.php:119 -#: ../../godmode/events/custom_events.php:169 -msgid "Instructions" -msgstr "Instrucciones" - -#: ../../enterprise/meta/include/functions_events_meta.php:109 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:326 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 -#: ../../include/functions_events.php:51 -#: ../../godmode/events/custom_events.php:122 -#: ../../godmode/events/custom_events.php:170 -msgid "Server name" -msgstr "Nombre del servidor" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:107 -#: ../../enterprise/meta/include/functions_alerts_meta.php:125 -#: ../../enterprise/include/functions_reporting.php:80 -#: ../../enterprise/include/functions_reporting.php:4658 -#: ../../enterprise/include/functions_reporting.php:4682 -#: ../../enterprise/include/functions_reporting.php:4736 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 -#: ../../godmode/menu.php:143 ../../godmode/agentes/configurar_agente.php:515 -msgid "Templates" -msgstr "Plantillas" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:111 -#: ../../enterprise/meta/include/functions_alerts_meta.php:128 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 -#: ../../enterprise/extensions/cron/main.php:191 -#: ../../enterprise/extensions/backup/main.php:69 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 -#: ../../enterprise/include/functions_reporting_pdf.php:1036 -#: ../../enterprise/include/functions_reporting_pdf.php:1080 -#: ../../enterprise/include/functions_reporting_pdf.php:1125 -#: ../../enterprise/operation/services/services.list.php:325 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:235 -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -#: ../../enterprise/godmode/agentes/collections.php:185 -#: ../../enterprise/godmode/agentes/inventory_manager.php:237 -#: ../../enterprise/godmode/setup/setup_skins.php:120 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 -#: ../../enterprise/godmode/policies/policy_alerts.php:241 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 -#: ../../extensions/module_groups.php:84 -#: ../../include/functions_filemanager.php:581 -#: ../../include/functions_treeview.php:288 -#: ../../include/functions_reporting_html.php:1321 -#: ../../include/functions_reporting_html.php:1359 -#: ../../include/functions_reporting_html.php:1395 ../../godmode/menu.php:148 -#: ../../godmode/events/event_responses.list.php:57 -#: ../../godmode/category/category.php:111 -#: ../../godmode/alerts/alert_list.list.php:114 -#: ../../godmode/alerts/alert_list.list.php:403 -#: ../../godmode/alerts/alert_view.php:344 -#: ../../godmode/alerts/alert_list.builder.php:105 -#: ../../godmode/agentes/modificar_agente.php:435 -#: ../../godmode/agentes/planned_downtime.editor.php:729 -#: ../../godmode/agentes/fields_manager.php:97 -#: ../../godmode/groups/group_list.php:338 ../../godmode/tag/tag.php:205 -msgid "Actions" -msgstr "Acciones" - -#: ../../enterprise/meta/include/functions_alerts_meta.php:115 -#: ../../enterprise/meta/include/functions_alerts_meta.php:131 -#: ../../godmode/menu.php:154 -msgid "Commands" -msgstr "Comandos" - -#: ../../enterprise/meta/include/functions_components_meta.php:48 -#: ../../enterprise/meta/include/functions_components_meta.php:66 -#: ../../godmode/menu.php:43 -msgid "Component groups" -msgstr "Grupos de componentes" - -#: ../../enterprise/meta/include/functions_components_meta.php:52 -#: ../../enterprise/meta/include/functions_components_meta.php:69 -#: ../../enterprise/godmode/menu.php:62 -msgid "Local components" -msgstr "Componentes locales" - -#: ../../enterprise/meta/include/functions_components_meta.php:56 -#: ../../enterprise/meta/include/functions_components_meta.php:72 -#: ../../godmode/menu.php:98 -msgid "Network components" -msgstr "Componentes de red" - -#: ../../enterprise/meta/include/functions_components_meta.php:60 -#: ../../enterprise/meta/include/functions_components_meta.php:75 -msgid "Plugin management" -msgstr "Gestión de plugins" - -#: ../../enterprise/meta/include/functions_components_meta.php:81 -msgid "Create plugin" -msgstr "Crear plugin" - -#: ../../enterprise/meta/include/functions_components_meta.php:84 -msgid "Edit plugin" -msgstr "Editar plugin" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:163 -#: ../../enterprise/meta/include/functions_wizard_meta.php:166 -#: ../../enterprise/meta/include/functions_wizard_meta.php:375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:378 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 -#: ../../enterprise/include/functions_reporting_pdf.php:1882 -#: ../../include/functions_treeview.php:416 -#: ../../include/functions_reporting_html.php:1653 -#: ../../include/functions_events.php:2023 -#: ../../operation/gis_maps/ajax.php:269 -#: ../../godmode/agentes/agent_manager.php:201 -#: ../../godmode/servers/modificar_server.php:47 -msgid "IP Address" -msgstr "Dirección IP" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:175 -#: ../../enterprise/meta/include/functions_wizard_meta.php:392 -#: ../../enterprise/meta/include/functions_wizard_meta.php:552 -#: ../../enterprise/include/functions_metaconsole.php:1272 -#: ../../enterprise/include/functions_metaconsole.php:1295 -#: ../../enterprise/include/functions_metaconsole.php:1318 -#: ../../enterprise/include/functions_metaconsole.php:1341 -#: ../../enterprise/include/functions_metaconsole.php:1364 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:77 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:302 -msgid "Check" -msgstr "Comprobar" - +#: ../../operation/agentes/alerts_status.functions.php:74 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:831 +#: ../../enterprise/include/functions_reporting_pdf.php:703 +#: ../../enterprise/include/functions_reporting_pdf.php:1044 +#: ../../enterprise/include/functions_reporting_pdf.php:1088 +#: ../../enterprise/include/functions_reporting_pdf.php:1133 +#: ../../include/functions_reporting_html.php:1103 +#: ../../include/functions_reporting_html.php:1377 +#: ../../include/functions_reporting_html.php:1415 +#: ../../include/functions_reporting_html.php:1451 +#: ../../mobile/operation/alerts.php:38 +msgid "Fired" +msgstr "Lanzada" + +#: ../../operation/agentes/alerts_status.functions.php:75 +#: ../../operation/snmpconsole/snmp_view.php:164 +#: ../../operation/snmpconsole/snmp_view.php:834 +#: ../../mobile/operation/alerts.php:39 +msgid "Not fired" +msgstr "No disparado" + +#: ../../operation/agentes/alerts_status.functions.php:76 +#: ../../operation/agentes/estado_generalagente.php:80 +#: ../../operation/agentes/estado_generalagente.php:295 +#: ../../operation/search_agents.php:90 +#: ../../enterprise/extensions/vmware/functions.php:20 +#: ../../enterprise/godmode/modules/configure_local_component.php:287 +#: ../../enterprise/godmode/setup/setup.php:99 +#: ../../enterprise/godmode/setup/edit_skin.php:248 #: ../../enterprise/meta/include/functions_wizard_meta.php:179 #: ../../enterprise/meta/include/functions_wizard_meta.php:407 #: ../../enterprise/meta/include/functions_wizard_meta.php:476 @@ -4772,275 +2739,304 @@ msgstr "Comprobar" #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:890 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1073 #: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1364 -#: ../../enterprise/extensions/vmware/functions.php:20 -#: ../../enterprise/include/functions_reporting_pdf.php:2265 -#: ../../enterprise/godmode/setup/edit_skin.php:247 -#: ../../enterprise/godmode/setup/setup.php:99 -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../mobile/operation/agent.php:114 ../../mobile/operation/alerts.php:40 -#: ../../include/functions_groups.php:2128 -#: ../../include/functions_treeview.php:74 -#: ../../include/functions_treeview.php:392 -#: ../../include/functions_reporting.php:3390 -#: ../../include/functions_reporting_html.php:1499 -#: ../../operation/search_agents.php:90 -#: ../../operation/agentes/alerts_status.functions.php:76 -#: ../../operation/agentes/estado_generalagente.php:80 -#: ../../operation/agentes/estado_generalagente.php:295 -#: ../../godmode/alerts/configure_alert_template.php:648 -#: ../../godmode/alerts/alert_view.php:516 -#: ../../godmode/agentes/agent_manager.php:311 -#: ../../godmode/agentes/modificar_agente.php:488 -#: ../../godmode/agentes/module_manager_editor_common.php:153 -#: ../../godmode/agentes/module_manager_editor_common.php:424 +#: ../../enterprise/include/functions_reporting_pdf.php:2343 +#: ../../godmode/agentes/modificar_agente.php:558 +#: ../../godmode/agentes/agent_manager.php:314 +#: ../../godmode/agentes/module_manager_editor_common.php:165 +#: ../../godmode/agentes/module_manager_editor_common.php:450 +#: ../../godmode/massive/massive_edit_modules.php:467 #: ../../godmode/massive/massive_edit_agents.php:345 -#: ../../godmode/massive/massive_edit_modules.php:444 +#: ../../godmode/alerts/alert_view.php:516 +#: ../../godmode/alerts/configure_alert_template.php:658 +#: ../../include/functions_treeview.php:74 +#: ../../include/functions_treeview.php:463 +#: ../../include/functions_reporting.php:3365 +#: ../../include/functions_reporting_html.php:1556 +#: ../../include/functions_groups.php:2158 +#: ../../mobile/operation/alerts.php:40 ../../mobile/operation/agent.php:122 msgid "Disabled" msgstr "Desactivado" -#: ../../enterprise/meta/include/functions_wizard_meta.php:184 -#: ../../enterprise/meta/include/functions_wizard_meta.php:412 -#: ../../enterprise/meta/include/functions_wizard_meta.php:481 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1010 -#: ../../enterprise/include/functions_reporting_csv.php:303 -#: ../../enterprise/godmode/alerts/alert_events.php:97 -#: ../../enterprise/godmode/alerts/alert_events.php:102 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 -#: ../../include/functions_reports.php:573 -#: ../../include/functions_reporting.php:4011 -#: ../../include/ajax/events.php:298 -#: ../../godmode/alerts/configure_alert_template.php:148 -#: ../../godmode/alerts/configure_alert_template.php:153 -#: ../../godmode/servers/plugin.php:276 ../../godmode/servers/plugin.php:282 -#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:108 -msgid "General" -msgstr "General" +#: ../../operation/agentes/alerts_status.functions.php:80 +#: ../../enterprise/operation/agentes/policy_view.php:221 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 +#: ../../godmode/alerts/alert_list.list.php:140 +#: ../../include/functions_ui.php:813 ../../mobile/operation/alerts.php:44 +msgid "Standby on" +msgstr "Modo standby activado" -#: ../../enterprise/meta/include/functions_wizard_meta.php:239 -#: ../../godmode/modules/manage_network_templates_form.php:302 -msgid "Components" -msgstr "Componentes" +#: ../../operation/agentes/alerts_status.functions.php:81 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 +#: ../../godmode/alerts/alert_list.list.php:141 +#: ../../mobile/operation/alerts.php:45 +msgid "Standby off" +msgstr "Modo standby desactivado" -#: ../../enterprise/meta/include/functions_wizard_meta.php:241 -msgid "Agent modules" -msgstr "Modulos de agentes" +#: ../../operation/agentes/alerts_status.functions.php:83 +#: ../../operation/agentes/status_monitor.php:967 +#: ../../operation/agentes/estado_agente.php:193 +#: ../../operation/agentes/estado_agente.php:523 +#: ../../operation/agentes/alerts_status.php:432 +#: ../../operation/agentes/alerts_status.php:473 +#: ../../operation/agentes/alerts_status.php:507 +#: ../../operation/agentes/alerts_status.php:541 +#: ../../operation/servers/recon_view.php:98 +#: ../../operation/snmpconsole/snmp_view.php:404 +#: ../../operation/snmpconsole/snmp_view.php:505 +#: ../../operation/snmpconsole/snmp_view.php:821 +#: ../../operation/messages/message_list.php:121 +#: ../../operation/search_agents.php:64 +#: ../../operation/integria_incidents/incident.list.php:58 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:98 +#: ../../operation/incidents/incident.php:240 +#: ../../operation/incidents/incident.php:336 +#: ../../operation/incidents/incident_detail.php:276 +#: ../../operation/search_modules.php:51 +#: ../../operation/events/events.build_table.php:144 +#: ../../extensions/net_tools.php:239 ../../extensions/agents_alerts.php:282 +#: ../../enterprise/operation/agentes/collection_view.php:66 +#: ../../enterprise/operation/agentes/policy_view.php:47 +#: ../../enterprise/operation/agentes/policy_view.php:134 +#: ../../enterprise/operation/agentes/policy_view.php:198 +#: ../../enterprise/operation/agentes/policy_view.php:307 +#: ../../enterprise/operation/services/services.service.php:131 +#: ../../enterprise/operation/services/services.list.php:154 +#: ../../enterprise/operation/services/services.list.php:321 +#: ../../enterprise/extensions/vmware/vmware_view.php:978 +#: ../../enterprise/extensions/backup/main.php:68 +#: ../../enterprise/godmode/policies/policy_collections.php:124 +#: ../../enterprise/godmode/policies/policy_collections.php:195 +#: ../../enterprise/godmode/policies/policy_queue.php:348 +#: ../../enterprise/godmode/policies/policies.php:254 +#: ../../enterprise/godmode/policies/policy_agents.php:379 +#: ../../enterprise/godmode/agentes/collection_manager.php:108 +#: ../../enterprise/godmode/agentes/collection_manager.php:166 +#: ../../enterprise/godmode/servers/list_satellite.php:36 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../enterprise/godmode/alerts/alert_events_list.php:425 +#: ../../enterprise/meta/advanced/servers.build_table.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:222 +#: ../../enterprise/meta/agentsearch.php:97 +#: ../../enterprise/meta/include/functions_events_meta.php:70 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1552 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_services.php:1429 +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:2273 +#: ../../enterprise/include/functions_reporting.php:3087 +#: ../../enterprise/include/functions_reporting.php:3388 +#: ../../enterprise/include/functions_reporting_pdf.php:1179 +#: ../../enterprise/include/functions_reporting_pdf.php:1327 +#: ../../enterprise/include/functions_reporting_pdf.php:1462 +#: ../../enterprise/include/functions_reporting_pdf.php:1615 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:2037 +#: ../../enterprise/include/functions_reporting_pdf.php:2315 +#: ../../enterprise/include/functions_reporting_pdf.php:2365 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../godmode/agentes/agent_manager.php:313 +#: ../../godmode/agentes/agent_incidents.php:86 +#: ../../godmode/agentes/module_manager.php:528 +#: ../../godmode/servers/servers.build_table.php:65 +#: ../../godmode/massive/massive_delete_agents.php:119 +#: ../../godmode/massive/massive_edit_agents.php:220 +#: ../../godmode/massive/massive_edit_agents.php:343 +#: ../../godmode/massive/massive_copy_modules.php:83 +#: ../../godmode/massive/massive_copy_modules.php:196 +#: ../../godmode/massive/massive_delete_modules.php:450 +#: ../../godmode/alerts/alert_list.list.php:411 +#: ../../godmode/alerts/alert_view.php:96 +#: ../../godmode/events/custom_events.php:83 +#: ../../godmode/events/custom_events.php:157 +#: ../../include/functions_pandora_networkmap.php:1381 +#: ../../include/functions_events.php:39 +#: ../../include/functions_events.php:2413 +#: ../../include/functions_events.php:3290 ../../include/ajax/module.php:731 +#: ../../include/functions_reporting.php:5480 +#: ../../include/functions_reporting_html.php:342 +#: ../../include/functions_reporting_html.php:529 +#: ../../include/functions_reporting_html.php:660 +#: ../../include/functions_reporting_html.php:1141 +#: ../../include/functions_reporting_html.php:1544 +#: ../../include/functions_reporting_html.php:1579 +#: ../../include/functions_reporting_html.php:2078 +#: ../../include/functions_snmp_browser.php:435 +#: ../../mobile/operation/modules.php:119 +#: ../../mobile/operation/modules.php:120 +#: ../../mobile/operation/modules.php:212 +#: ../../mobile/operation/modules.php:213 +#: ../../mobile/operation/modules.php:460 +#: ../../mobile/operation/modules.php:464 +#: ../../mobile/operation/modules.php:468 +#: ../../mobile/operation/modules.php:472 +#: ../../mobile/operation/modules.php:480 +#: ../../mobile/operation/modules.php:485 +#: ../../mobile/operation/modules.php:490 +#: ../../mobile/operation/modules.php:554 +#: ../../mobile/operation/modules.php:605 +#: ../../mobile/operation/modules.php:674 ../../mobile/operation/alerts.php:75 +#: ../../mobile/operation/alerts.php:76 ../../mobile/operation/alerts.php:194 +#: ../../mobile/operation/alerts.php:195 ../../mobile/operation/alerts.php:274 +#: ../../mobile/operation/agents.php:81 ../../mobile/operation/agents.php:111 +#: ../../mobile/operation/agents.php:112 ../../mobile/operation/agents.php:184 +#: ../../mobile/operation/agents.php:185 ../../mobile/operation/agents.php:321 +#: ../../mobile/operation/events.php:342 ../../mobile/operation/events.php:343 +#: ../../mobile/operation/events.php:493 ../../mobile/operation/events.php:613 +#: ../../mobile/operation/events.php:614 +msgid "Status" +msgstr "Estado" -#: ../../enterprise/meta/include/functions_wizard_meta.php:284 -msgid "Add selected modules to agent" -msgstr "Añadir los módulos seleccionados al agente" +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/status_monitor.php:339 +#: ../../operation/agentes/status_monitor.php:342 +#: ../../operation/agentes/group_view.php:164 ../../operation/tree.php:49 +#: ../../operation/users/user_edit.php:533 +#: ../../operation/events/events.build_table.php:223 +#: ../../general/firts_task/tags.php:25 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:92 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:94 +#: ../../enterprise/godmode/modules/configure_local_component.php:375 +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/include/functions_events_meta.php:91 +#: ../../enterprise/include/functions_reporting_pdf.php:2366 +#: ../../enterprise/dashboard/widgets/events_list.php:62 +#: ../../enterprise/dashboard/widgets/tree_view.php:35 +#: ../../godmode/massive/massive_add_tags.php:147 +#: ../../godmode/massive/massive_edit_modules.php:554 +#: ../../godmode/massive/massive_delete_tags.php:187 +#: ../../godmode/users/configure_user.php:618 +#: ../../godmode/modules/manage_network_components_form_common.php:200 +#: ../../godmode/events/custom_events.php:104 +#: ../../godmode/events/custom_events.php:164 +#: ../../godmode/tag/edit_tag.php:57 ../../include/functions_treeview.php:164 +#: ../../include/functions_events.php:46 +#: ../../include/functions_events.php:2444 +#: ../../include/functions_events.php:3359 +#: ../../include/functions_reporting_html.php:1580 +#: ../../mobile/operation/events.php:514 +msgid "Tags" +msgstr "Etiquetas" -#: ../../enterprise/meta/include/functions_wizard_meta.php:298 -msgid "Undo changes" -msgstr "Deshacer los cambios" +#: ../../operation/agentes/alerts_status.functions.php:86 +#: ../../operation/agentes/status_monitor.php:340 +#: ../../operation/agentes/status_monitor.php:343 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +msgid "Only it is show tags in use." +msgstr "Mostrar sólo etiquetas en uso" -#: ../../enterprise/meta/include/functions_wizard_meta.php:469 -msgid "Latency" -msgstr "Latencia" +#: ../../operation/agentes/alerts_status.functions.php:91 +#: ../../operation/agentes/status_monitor.php:348 +msgid "No tags" +msgstr "Sin etiquetas" -#: ../../enterprise/meta/include/functions_wizard_meta.php:470 -msgid "Response" -msgstr "Respuesta" +#: ../../operation/agentes/alerts_status.functions.php:97 +#: ../../operation/agentes/datos_agente.php:202 +msgid "Free text for search" +msgstr "Búsqueda de texto libre" -#: ../../enterprise/meta/include/functions_wizard_meta.php:472 -msgid "Check type" -msgstr "Compruebe el tipo" +#: ../../operation/agentes/alerts_status.functions.php:99 +msgid "Filter by agent name, module name, template name or action name" +msgstr "" +"Filtrar por nombre de agente, nombre de módulo, nombre de plantilla o de " +"acción" -#: ../../enterprise/meta/include/functions_wizard_meta.php:489 -#: ../../enterprise/meta/include/functions_wizard_meta.php:540 -#: ../../enterprise/include/functions_enterprise.php:273 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:51 -msgid "Web checks" -msgstr "Comprobaciones web" +#: ../../operation/agentes/alerts_status.functions.php:103 +#: ../../operation/agentes/alerts_status.php:416 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../enterprise/operation/agentes/policy_view.php:193 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../godmode/alerts/alert_list.list.php:138 +msgid "Standby" +msgstr "Standby" -#: ../../enterprise/meta/include/functions_wizard_meta.php:517 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 -#: ../../include/functions_reporting.php:3608 -#: ../../godmode/tag/edit_tag.php:180 -msgid "Url" -msgstr "Url" +#: ../../operation/agentes/alerts_status.functions.php:109 +#, fuzzy +msgid "No actions" +msgstr "Sin colecciones" -#: ../../enterprise/meta/include/functions_wizard_meta.php:521 -msgid "String to check" -msgstr "Cadena a comprobar" +#: ../../operation/agentes/alerts_status.functions.php:116 +#: ../../operation/agentes/alerts_status.functions.php:126 +#: ../../operation/agentes/graphs.php:159 +#: ../../operation/agentes/estado_monitores.php:452 +#: ../../operation/netflow/nf_live_view.php:302 ../../operation/tree.php:147 +#: ../../operation/incidents/incident.php:230 +#: ../../enterprise/operation/services/services.list.php:272 +#: ../../enterprise/operation/services/services.list.php:278 +#: ../../enterprise/extensions/ipam/ipam_network.php:328 +#: ../../enterprise/godmode/policies/policy_queue.php:354 +#: ../../enterprise/godmode/policies/policies.php:239 +#: ../../enterprise/godmode/policies/policy_linking.php:68 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:150 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:179 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:230 +#: ../../enterprise/godmode/setup/setup_skins.php:91 +#: ../../enterprise/godmode/setup/setup_acl.php:133 +#: ../../enterprise/meta/advanced/policymanager.queue.php:228 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:101 +#: ../../godmode/reporting/reporting_builder.item_editor.php:669 +#: ../../godmode/reporting/reporting_builder.list_items.php:173 +#: ../../godmode/reporting/reporting_builder.list_items.php:196 +#: ../../godmode/agentes/module_manager.php:49 +#: ../../godmode/netflow/nf_item_list.php:148 +#: ../../godmode/snmpconsole/snmp_filters.php:96 +#: ../../godmode/snmpconsole/snmp_filters.php:132 +#: ../../godmode/snmpconsole/snmp_alert.php:908 +#: ../../godmode/admin_access_logs.php:45 +#: ../../godmode/admin_access_logs.php:72 +#: ../../godmode/modules/manage_network_templates_form.php:242 +#: ../../godmode/modules/manage_network_templates_form.php:298 +#: ../../godmode/tag/tag.php:161 +msgid "Filter" +msgstr "Filtro" -#: ../../enterprise/meta/include/functions_wizard_meta.php:526 -msgid "Add check" -msgstr "Añadir comprobación" +#: ../../operation/agentes/tactical.php:46 +#: ../../operation/agentes/group_view.php:61 +#: ../../extensions/agents_alerts.php:55 +#: ../../extensions/agents_modules.php:56 +#: ../../enterprise/operation/services/services.service.php:135 +#: ../../enterprise/operation/services/services.list.php:324 +#: ../../enterprise/extensions/ipam/ipam_list.php:188 +msgid "Last update" +msgstr "Última actualización" -#: ../../enterprise/meta/include/functions_wizard_meta.php:534 -msgid "Delete check" -msgstr "Eliminar comprobación" +#: ../../operation/agentes/tactical.php:55 +#: ../../operation/users/user_edit.php:308 ../../operation/menu.php:45 +#: ../../enterprise/meta/monitoring/tactical.php:60 +#: ../../enterprise/meta/general/main_header.php:93 +#: ../../enterprise/dashboard/widgets/tactical.php:27 +#: ../../enterprise/dashboard/widgets/tactical.php:29 +#: ../../mobile/operation/tactical.php:84 ../../mobile/operation/home.php:38 +msgid "Tactical view" +msgstr "Vista táctica" -#: ../../enterprise/meta/include/functions_wizard_meta.php:548 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:73 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:294 -msgid "Load basic" -msgstr "cargar básicos" +#: ../../operation/agentes/tactical.php:135 +msgid "Report of State" +msgstr "Informe de Estado" -#: ../../enterprise/meta/include/functions_wizard_meta.php:550 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:75 -msgid "Load a basic structure on Web Checks" -msgstr "Cargar una estructura básica en las comprobaciones web" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:554 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:79 -msgid "Check the correct structure of the WebCheck" -msgstr "Cargar la estructura correcta de las comprobaciones web" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:561 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:123 -msgid "First line must be \"task_begin\"" -msgstr "La primera línea tiene que ser \"task_begin\"" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:562 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:124 -msgid "Webchecks configuration is empty" -msgstr "La configuración de chequeos web está vacía" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:563 -#: ../../enterprise/meta/include/functions_wizard_meta.php:564 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:125 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 -msgid "Last line must be \"task_end\"" -msgstr "La última línea tiene que ser \"task_end\"" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:565 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 -#: ../../enterprise/godmode/modules/configure_local_component.php:313 -msgid "There is a line with a unknown token 'token_fail'." -msgstr "Hay una línea con un token desconocido \"token_fail\"." - -#: ../../enterprise/meta/include/functions_wizard_meta.php:566 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 -msgid "Web checks are built correctly" -msgstr "Los chequeos webs se han construido correctamente" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:782 -#: ../../enterprise/meta/include/functions_wizard_meta.php:900 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1361 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1442 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1575 -#: ../../enterprise/include/functions_reporting_pdf.php:2286 -#: ../../enterprise/godmode/modules/configure_local_component.php:275 -#: ../../include/functions_netflow.php:1128 -#: ../../include/functions_netflow.php:1138 -#: ../../include/functions_netflow.php:1156 -#: ../../include/functions_netflow.php:1164 -#: ../../include/functions_netflow.php:1187 -#: ../../include/functions_netflow.php:1245 -#: ../../include/functions_netflow.php:1251 -#: ../../include/functions_netflow.php:1283 -#: ../../include/functions_reporting_html.php:1521 -#: ../../godmode/agentes/module_manager_editor_common.php:319 -#: ../../godmode/massive/massive_edit_modules.php:507 -#: ../../godmode/modules/manage_network_components_form_common.php:152 -msgid "Unit" -msgstr "Unidad" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:814 -#: ../../enterprise/meta/include/functions_wizard_meta.php:906 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1116 -msgid "Various" -msgstr "Varios" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:822 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1318 -#: ../../extensions/net_tools.php:145 -msgid "SNMP Community" -msgstr "Comunidad SNMP" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:829 -#: ../../enterprise/meta/include/functions_wizard_meta.php:914 -#: ../../extensions/api_checker.php:162 -msgid "Credentials" -msgstr "Credenciales" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:835 -#: ../../enterprise/meta/include/functions_wizard_meta.php:921 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1122 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1142 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1338 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1535 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1555 -#: ../../enterprise/meta/monitoring/group_view.php:148 -#: ../../enterprise/meta/monitoring/tactical.php:260 -#: ../../enterprise/include/functions_services.php:1267 -#: ../../enterprise/include/functions_reporting_pdf.php:678 -#: ../../enterprise/include/functions_reporting_pdf.php:2281 -#: ../../enterprise/operation/services/services.service.php:127 -#: ../../enterprise/operation/services/services.service.php:179 -#: ../../enterprise/operation/services/services.list.php:148 -#: ../../enterprise/operation/services/services.list.php:317 -#: ../../enterprise/operation/services/services.list.php:386 -#: ../../enterprise/operation/services/services.service_map.php:116 -#: ../../enterprise/godmode/services/services.service.php:263 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1605 -#: ../../mobile/operation/groups.php:118 ../../mobile/operation/groups.php:120 -#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 -#: ../../include/functions_graph.php:1815 -#: ../../include/functions_graph.php:2878 -#: ../../include/functions_graph.php:2879 -#: ../../include/functions_graph.php:4763 -#: ../../include/functions_groups.php:800 -#: ../../include/functions_groups.php:802 -#: ../../include/functions_groups.php:804 -#: ../../include/functions_groups.php:805 -#: ../../include/functions_groups.php:806 ../../include/functions_ui.php:235 -#: ../../include/functions_ui.php:1983 ../../include/functions.php:848 -#: ../../include/functions.php:1051 ../../include/functions.php:1054 -#: ../../include/functions.php:1089 -#: ../../include/functions_reporting_html.php:1028 -#: ../../include/functions_events.php:1474 -#: ../../operation/gis_maps/render_view.php:138 -#: ../../operation/agentes/estado_monitores.php:427 -#: ../../operation/agentes/group_view.php:153 -#: ../../operation/agentes/estado_agente.php:183 #: ../../operation/agentes/tactical.php:150 -#: ../../operation/agentes/status_monitor.php:419 -#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132 -#: ../../operation/tree.php:157 ../../operation/tree.php:288 -#: ../../godmode/servers/manage_recontask_form.php:188 -#: ../../godmode/setup/setup_netflow.php:70 -#: ../../godmode/massive/massive_delete_agents.php:114 -#: ../../godmode/massive/massive_delete_modules.php:454 -#: ../../godmode/massive/massive_copy_modules.php:78 -#: ../../godmode/massive/massive_copy_modules.php:191 -#: ../../godmode/massive/massive_edit_agents.php:215 -#: ../../godmode/massive/massive_edit_agents.php:388 -#: ../../godmode/massive/massive_edit_modules.php:314 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1246 -msgid "Warning" -msgstr "Advertencia" - -#: ../../enterprise/meta/include/functions_wizard_meta.php:840 -#: ../../enterprise/meta/include/functions_wizard_meta.php:849 -#: ../../enterprise/meta/include/functions_wizard_meta.php:926 -#: ../../enterprise/meta/include/functions_wizard_meta.php:935 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1565 -#: ../../enterprise/godmode/modules/configure_local_component.php:228 -#: ../../enterprise/godmode/modules/configure_local_component.php:243 -#: ../../godmode/agentes/module_manager_editor_common.php:250 -#: ../../godmode/agentes/module_manager_editor_common.php:270 -#: ../../godmode/massive/massive_edit_modules.php:377 -#: ../../godmode/massive/massive_edit_modules.php:423 -#: ../../godmode/modules/manage_network_components_form_common.php:116 -#: ../../godmode/modules/manage_network_components_form_common.php:129 -msgid "Inverse interval" -msgstr "Intervalo inverso" - +#: ../../operation/agentes/status_monitor.php:300 +#: ../../operation/agentes/estado_agente.php:188 +#: ../../operation/agentes/group_view.php:168 +#: ../../operation/agentes/group_view.php:173 +#: ../../operation/agentes/estado_monitores.php:428 +#: ../../operation/tree.php:133 ../../operation/tree.php:158 +#: ../../operation/tree.php:283 ../../operation/gis_maps/render_view.php:146 +#: ../../enterprise/operation/agentes/transactional_map.php:202 +#: ../../enterprise/operation/services/services.service.php:126 +#: ../../enterprise/operation/services/services.service.php:174 +#: ../../enterprise/operation/services/services.service_map.php:116 +#: ../../enterprise/operation/services/services.list.php:151 +#: ../../enterprise/operation/services/services.list.php:318 +#: ../../enterprise/operation/services/services.list.php:383 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1661 +#: ../../enterprise/godmode/services/services.service.php:259 +#: ../../enterprise/godmode/services/services.elements.php:401 +#: ../../enterprise/meta/monitoring/tactical.php:278 +#: ../../enterprise/meta/monitoring/group_view.php:154 #: ../../enterprise/meta/include/functions_wizard_meta.php:844 #: ../../enterprise/meta/include/functions_wizard_meta.php:930 #: ../../enterprise/meta/include/functions_wizard_meta.php:1131 @@ -5049,977 +3045,2541 @@ msgstr "Intervalo inverso" #: ../../enterprise/meta/include/functions_wizard_meta.php:1428 #: ../../enterprise/meta/include/functions_wizard_meta.php:1544 #: ../../enterprise/meta/include/functions_wizard_meta.php:1562 -#: ../../enterprise/meta/monitoring/group_view.php:149 -#: ../../enterprise/meta/monitoring/tactical.php:259 #: ../../enterprise/include/functions_services.php:1264 #: ../../enterprise/include/functions_services.php:1423 #: ../../enterprise/include/functions_reporting_pdf.php:677 -#: ../../enterprise/include/functions_reporting_pdf.php:2281 -#: ../../enterprise/operation/services/services.service.php:126 -#: ../../enterprise/operation/services/services.service.php:174 -#: ../../enterprise/operation/services/services.list.php:149 -#: ../../enterprise/operation/services/services.list.php:316 -#: ../../enterprise/operation/services/services.list.php:381 -#: ../../enterprise/operation/services/services.service_map.php:115 -#: ../../enterprise/godmode/services/services.elements.php:392 -#: ../../enterprise/godmode/services/services.service.php:259 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1603 -#: ../../mobile/operation/groups.php:122 ../../mobile/operation/groups.php:124 -#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 -#: ../../include/functions_graph.php:1814 -#: ../../include/functions_graph.php:2886 -#: ../../include/functions_graph.php:2887 -#: ../../include/functions_graph.php:4766 -#: ../../include/functions_groups.php:809 -#: ../../include/functions_groups.php:811 -#: ../../include/functions_groups.php:813 -#: ../../include/functions_groups.php:814 -#: ../../include/functions_groups.php:815 ../../include/functions_ui.php:1983 -#: ../../include/functions.php:851 ../../include/functions.php:1053 -#: ../../include/functions.php:1054 ../../include/functions.php:1056 -#: ../../include/functions.php:1092 -#: ../../include/functions_reporting_html.php:1026 -#: ../../include/functions_events.php:1477 -#: ../../operation/gis_maps/render_view.php:137 -#: ../../operation/agentes/estado_monitores.php:423 -#: ../../operation/agentes/group_view.php:154 -#: ../../operation/agentes/estado_agente.php:184 -#: ../../operation/agentes/tactical.php:149 -#: ../../operation/agentes/status_monitor.php:420 ../../operation/tree.php:133 -#: ../../operation/tree.php:158 ../../operation/tree.php:283 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../enterprise/dashboard/widgets/tree_view.php:55 +#: ../../enterprise/dashboard/widgets/tree_view.php:68 +#: ../../enterprise/dashboard/widgets/tree_view.php:206 +#: ../../enterprise/dashboard/widgets/service_map.php:84 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1342 #: ../../godmode/massive/massive_delete_agents.php:115 -#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_edit_modules.php:298 +#: ../../godmode/massive/massive_edit_modules.php:329 +#: ../../godmode/massive/massive_edit_agents.php:216 #: ../../godmode/massive/massive_copy_modules.php:79 #: ../../godmode/massive/massive_copy_modules.php:192 -#: ../../godmode/massive/massive_edit_agents.php:216 -#: ../../godmode/massive/massive_edit_modules.php:315 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1244 +#: ../../godmode/massive/massive_delete_modules.php:455 +#: ../../godmode/massive/massive_delete_modules.php:469 +#: ../../include/functions.php:877 ../../include/functions.php:1079 +#: ../../include/functions.php:1080 ../../include/functions.php:1082 +#: ../../include/functions.php:1118 ../../include/functions_events.php:1478 +#: ../../include/functions_graph.php:2075 +#: ../../include/functions_graph.php:3179 +#: ../../include/functions_graph.php:3180 +#: ../../include/functions_graph.php:5074 ../../include/functions_ui.php:1988 +#: ../../include/functions_reporting_html.php:1074 +#: ../../include/functions_groups.php:839 +#: ../../include/functions_groups.php:841 +#: ../../include/functions_groups.php:843 +#: ../../include/functions_groups.php:844 +#: ../../include/functions_groups.php:845 +#: ../../mobile/operation/modules.php:41 ../../mobile/operation/agents.php:33 msgid "Critical" msgstr "Crítico" -#: ../../enterprise/meta/include/functions_wizard_meta.php:854 -#: ../../enterprise/meta/include/functions_wizard_meta.php:940 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1157 -msgid "Thresholds" -msgstr "Thresholds" +#: ../../operation/agentes/tactical.php:151 +#: ../../operation/agentes/status_monitor.php:299 +#: ../../operation/agentes/estado_agente.php:187 +#: ../../operation/agentes/group_view.php:172 +#: ../../operation/agentes/estado_monitores.php:432 +#: ../../operation/netflow/nf_live_view.php:264 ../../operation/tree.php:132 +#: ../../operation/tree.php:157 ../../operation/tree.php:288 +#: ../../operation/gis_maps/render_view.php:147 +#: ../../enterprise/operation/agentes/transactional_map.php:207 +#: ../../enterprise/operation/services/services.service.php:127 +#: ../../enterprise/operation/services/services.service.php:179 +#: ../../enterprise/operation/services/services.service_map.php:117 +#: ../../enterprise/operation/services/services.list.php:150 +#: ../../enterprise/operation/services/services.list.php:319 +#: ../../enterprise/operation/services/services.list.php:388 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1663 +#: ../../enterprise/godmode/services/services.service.php:263 +#: ../../enterprise/meta/monitoring/tactical.php:279 +#: ../../enterprise/meta/monitoring/group_view.php:153 +#: ../../enterprise/meta/include/functions_wizard_meta.php:835 +#: ../../enterprise/meta/include/functions_wizard_meta.php:921 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1122 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1142 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1338 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1419 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1535 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1555 +#: ../../enterprise/include/functions_services.php:1267 +#: ../../enterprise/include/functions_reporting_pdf.php:678 +#: ../../enterprise/include/functions_reporting_pdf.php:2359 +#: ../../enterprise/dashboard/widgets/tree_view.php:54 +#: ../../enterprise/dashboard/widgets/tree_view.php:67 +#: ../../enterprise/dashboard/widgets/tree_view.php:211 +#: ../../enterprise/dashboard/widgets/service_map.php:85 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1344 +#: ../../godmode/servers/manage_recontask_form.php:188 +#: ../../godmode/massive/massive_delete_agents.php:114 +#: ../../godmode/massive/massive_edit_modules.php:297 +#: ../../godmode/massive/massive_edit_modules.php:328 +#: ../../godmode/massive/massive_edit_agents.php:215 +#: ../../godmode/massive/massive_edit_agents.php:388 +#: ../../godmode/massive/massive_copy_modules.php:78 +#: ../../godmode/massive/massive_copy_modules.php:191 +#: ../../godmode/massive/massive_delete_modules.php:454 +#: ../../godmode/massive/massive_delete_modules.php:468 +#: ../../godmode/setup/setup_netflow.php:70 ../../include/functions.php:874 +#: ../../include/functions.php:1077 ../../include/functions.php:1080 +#: ../../include/functions.php:1115 ../../include/functions_events.php:1475 +#: ../../include/functions_graph.php:2076 +#: ../../include/functions_graph.php:3171 +#: ../../include/functions_graph.php:3172 +#: ../../include/functions_graph.php:5071 ../../include/functions_ui.php:234 +#: ../../include/functions_ui.php:1988 +#: ../../include/functions_reporting_html.php:1076 +#: ../../include/functions_groups.php:830 +#: ../../include/functions_groups.php:832 +#: ../../include/functions_groups.php:834 +#: ../../include/functions_groups.php:835 +#: ../../include/functions_groups.php:836 +#: ../../mobile/operation/modules.php:40 ../../mobile/operation/agents.php:35 +msgid "Warning" +msgstr "Advertencia" -#: ../../enterprise/meta/include/functions_wizard_meta.php:946 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:95 -msgid "Proxy URL" -msgstr "Proxy URL" +#: ../../operation/agentes/tactical.php:152 +#: ../../operation/agentes/status_monitor.php:298 +#: ../../operation/agentes/estado_agente.php:186 +#: ../../operation/agentes/group_view.php:171 +#: ../../operation/agentes/estado_monitores.php:430 +#: ../../operation/netflow/nf_live_view.php:304 ../../operation/tree.php:131 +#: ../../operation/tree.php:156 ../../operation/tree.php:303 +#: ../../enterprise/meta/monitoring/tactical.php:280 +#: ../../enterprise/meta/monitoring/group_view.php:152 +#: ../../enterprise/include/functions_services.php:1258 +#: ../../enterprise/include/functions_reporting_pdf.php:676 +#: ../../enterprise/dashboard/widgets/tree_view.php:53 +#: ../../enterprise/dashboard/widgets/tree_view.php:66 +#: ../../enterprise/dashboard/widgets/tree_view.php:226 +#: ../../godmode/netflow/nf_edit_form.php:207 +#: ../../godmode/massive/massive_delete_agents.php:113 +#: ../../godmode/massive/massive_edit_modules.php:296 +#: ../../godmode/massive/massive_edit_modules.php:327 +#: ../../godmode/massive/massive_edit_agents.php:214 +#: ../../godmode/massive/massive_copy_modules.php:77 +#: ../../godmode/massive/massive_copy_modules.php:190 +#: ../../godmode/massive/massive_delete_modules.php:453 +#: ../../godmode/massive/massive_delete_modules.php:467 +#: ../../include/functions.php:871 ../../include/functions.php:1075 +#: ../../include/functions.php:1082 ../../include/functions.php:1112 +#: ../../include/functions_events.php:1472 +#: ../../include/functions_graph.php:2077 +#: ../../include/functions_graph.php:3163 +#: ../../include/functions_graph.php:3164 +#: ../../include/functions_graph.php:5068 +#: ../../include/functions_reporting_html.php:1072 +#: ../../include/functions_groups.php:821 +#: ../../include/functions_groups.php:823 +#: ../../include/functions_groups.php:825 +#: ../../include/functions_groups.php:826 +#: ../../include/functions_groups.php:827 +#: ../../include/functions_groups.php:835 +#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 +msgid "Normal" +msgstr "Normal" -#: ../../enterprise/meta/include/functions_wizard_meta.php:951 -msgid "Web configuration" -msgstr "Configuración web" +#: ../../operation/agentes/tactical.php:153 +#: ../../operation/agentes/pandora_networkmap.view.php:245 +#: ../../operation/agentes/status_monitor.php:301 +#: ../../operation/agentes/estado_agente.php:189 +#: ../../operation/agentes/group_view.php:166 +#: ../../operation/agentes/group_view.php:169 +#: ../../operation/agentes/estado_monitores.php:433 +#: ../../operation/tree.php:134 ../../operation/tree.php:159 +#: ../../operation/tree.php:293 +#: ../../enterprise/operation/agentes/transactional_map.php:213 +#: ../../enterprise/operation/agentes/transactional_map.php:250 +#: ../../enterprise/operation/services/services.service.php:184 +#: ../../enterprise/operation/services/services.service_map.php:119 +#: ../../enterprise/operation/services/services.list.php:152 +#: ../../enterprise/operation/services/services.list.php:394 +#: ../../enterprise/extensions/cron/functions.php:190 +#: ../../enterprise/meta/monitoring/tactical.php:281 +#: ../../enterprise/meta/monitoring/group_view.php:146 +#: ../../enterprise/meta/monitoring/group_view.php:150 +#: ../../enterprise/include/functions_reporting_csv.php:819 +#: ../../enterprise/include/functions_reporting_csv.php:848 +#: ../../enterprise/include/functions_reporting.php:1162 +#: ../../enterprise/include/functions_reporting.php:1251 +#: ../../enterprise/include/functions_reporting.php:1625 +#: ../../enterprise/include/functions_reporting.php:1781 +#: ../../enterprise/include/functions_reporting.php:2293 +#: ../../enterprise/include/functions_reporting.php:3105 +#: ../../enterprise/include/functions_reporting.php:3436 +#: ../../enterprise/include/functions_reporting_pdf.php:323 +#: ../../enterprise/include/functions_reporting_pdf.php:661 +#: ../../enterprise/include/functions_reporting_pdf.php:679 +#: ../../enterprise/include/functions_reporting_pdf.php:1631 +#: ../../enterprise/include/functions_reporting_pdf.php:1660 +#: ../../enterprise/include/functions_reporting_pdf.php:1724 +#: ../../enterprise/include/functions_reporting_pdf.php:1817 +#: ../../enterprise/include/functions_reporting_pdf.php:2057 +#: ../../enterprise/include/functions_reporting_pdf.php:2092 +#: ../../enterprise/dashboard/widgets/events_list.php:185 +#: ../../enterprise/dashboard/widgets/tree_view.php:56 +#: ../../enterprise/dashboard/widgets/tree_view.php:69 +#: ../../enterprise/dashboard/widgets/tree_view.php:216 +#: ../../enterprise/dashboard/widgets/service_map.php:87 +#: ../../godmode/massive/massive_delete_agents.php:116 +#: ../../godmode/massive/massive_edit_modules.php:299 +#: ../../godmode/massive/massive_edit_modules.php:330 +#: ../../godmode/massive/massive_edit_agents.php:217 +#: ../../godmode/massive/massive_copy_modules.php:80 +#: ../../godmode/massive/massive_copy_modules.php:193 +#: ../../godmode/massive/massive_delete_modules.php:456 +#: ../../godmode/massive/massive_delete_modules.php:470 +#: ../../godmode/alerts/alert_list.builder.php:209 +#: ../../include/functions_visual_map.php:1159 +#: ../../include/functions_visual_map.php:1177 +#: ../../include/functions_visual_map.php:1190 +#: ../../include/functions_visual_map.php:1203 +#: ../../include/functions_alerts.php:574 +#: ../../include/functions_reports.php:426 ../../include/functions.php:1030 +#: ../../include/graphs/functions_flot.php:427 +#: ../../include/functions_maps.php:46 ../../include/functions_events.php:1399 +#: ../../include/functions_events.php:2742 ../../include/ajax/module.php:799 +#: ../../include/functions_reporting.php:2997 +#: ../../include/functions_reporting.php:3203 +#: ../../include/functions_reporting.php:4546 +#: ../../include/functions_reporting.php:4547 +#: ../../include/functions_reporting.php:4548 +#: ../../include/functions_reporting.php:4549 +#: ../../include/functions_reporting.php:4550 +#: ../../include/functions_reporting.php:4551 +#: ../../include/functions_graph.php:774 +#: ../../include/functions_graph.php:2078 +#: ../../include/functions_graph.php:3842 ../../include/functions_ui.php:449 +#: ../../include/functions_ui.php:450 +#: ../../include/functions_reporting_html.php:363 +#: ../../include/functions_reporting_html.php:390 +#: ../../include/functions_reporting_html.php:1057 +#: ../../include/functions_reporting_html.php:1078 +#: ../../include/functions_reporting_html.php:1503 +#: ../../include/functions_reporting_html.php:1665 +#: ../../include/functions_filemanager.php:706 +#: ../../include/functions_groups.php:803 +#: ../../include/functions_groups.php:805 +#: ../../include/functions_groups.php:807 +#: ../../include/functions_groups.php:808 +#: ../../include/functions_groups.php:809 +#: ../../mobile/operation/modules.php:42 ../../mobile/operation/agents.php:36 +msgid "Unknown" +msgstr "Desconocido" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1143 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1556 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1563 -msgid "Str: " -msgstr "Cadena " +#: ../../operation/agentes/tactical.php:154 +#: ../../operation/agentes/status_monitor.php:303 +#: ../../operation/agentes/estado_agente.php:191 +#: ../../operation/agentes/group_view.php:167 ../../operation/tree.php:135 +#: ../../operation/tree.php:160 ../../operation/tree.php:298 +#: ../../enterprise/meta/monitoring/tactical.php:282 +#: ../../enterprise/meta/monitoring/group_view.php:147 +#: ../../enterprise/meta/monitoring/group_view.php:151 +#: ../../enterprise/include/functions_reporting_pdf.php:680 +#: ../../enterprise/dashboard/widgets/tree_view.php:57 +#: ../../enterprise/dashboard/widgets/tree_view.php:70 +#: ../../enterprise/dashboard/widgets/tree_view.php:221 +#: ../../godmode/massive/massive_delete_agents.php:118 +#: ../../godmode/massive/massive_edit_modules.php:301 +#: ../../godmode/massive/massive_edit_modules.php:332 +#: ../../godmode/massive/massive_edit_agents.php:219 +#: ../../godmode/massive/massive_copy_modules.php:82 +#: ../../godmode/massive/massive_copy_modules.php:195 +#: ../../godmode/massive/massive_delete_modules.php:458 +#: ../../godmode/massive/massive_delete_modules.php:472 +#: ../../include/functions_graph.php:2081 +#: ../../include/functions_reporting_html.php:1080 +#: ../../include/functions_groups.php:812 +#: ../../include/functions_groups.php:814 +#: ../../include/functions_groups.php:816 +#: ../../include/functions_groups.php:817 +#: ../../include/functions_groups.php:818 +#: ../../mobile/operation/modules.php:44 +msgid "Not init" +msgstr "No inicializados" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 -msgid " Inverse interval " -msgstr " Intervalo inverso " +#: ../../operation/agentes/tactical.php:193 +#: ../../include/functions_events.php:866 +msgid "Latest events" +msgstr "Últimos eventos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 -msgid "Alerts in module" -msgstr "Alertas en el módulo" +#: ../../operation/agentes/tactical.php:208 +#: ../../operation/events/event_statistics.php:37 +#: ../../include/functions_events.php:1011 +msgid "Event graph" +msgstr "Gráfica de eventos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 -#: ../../include/functions_reporting_html.php:2041 -msgid "Alert description" -msgstr "Descripción de la alerta" +#: ../../operation/agentes/tactical.php:214 +#: ../../operation/events/event_statistics.php:61 +#: ../../include/functions_events.php:1016 +msgid "Event graph by agent" +msgstr "Gráfica de eventos por agente" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1375 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1465 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1585 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1656 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 -msgid "Preview" -msgstr "Vista previa" +#: ../../operation/agentes/graphs.php:86 +msgid "Other modules" +msgstr "Otros módulos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 -msgid "Checks" -msgstr "Comprobaciones" +#: ../../operation/agentes/graphs.php:91 +msgid "Modules network no proc" +msgstr "Módulos de red sin proc" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 -msgid "Deleted modules" -msgstr "Módulos eliminados" +#: ../../operation/agentes/graphs.php:123 +#: ../../operation/agentes/exportdata.php:274 +#: ../../operation/agentes/estado_agente.php:520 +#: ../../operation/agentes/group_view.php:121 +#: ../../operation/agentes/group_view.php:159 ../../operation/tree.php:73 +#: ../../operation/search_results.php:133 ../../operation/search_agents.php:63 +#: ../../extensions/agents_modules.php:195 +#: ../../enterprise/operation/services/services.service_map.php:130 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:309 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:430 +#: ../../enterprise/godmode/policies/policy_modules.php:347 +#: ../../enterprise/godmode/policies/policies.php:341 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:788 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:157 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:172 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:137 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:93 +#: ../../enterprise/meta/monitoring/group_view.php:99 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:407 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:515 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:596 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:225 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:64 +#: ../../enterprise/meta/advanced/servers.build_table.php:63 +#: ../../enterprise/meta/agentsearch.php:96 +#: ../../enterprise/meta/include/functions_wizard_meta.php:305 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1645 +#: ../../enterprise/include/functions_policies.php:3208 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:683 +#: ../../enterprise/dashboard/widgets/top_n.php:332 +#: ../../enterprise/dashboard/widgets/tree_view.php:37 +#: ../../enterprise/dashboard/widgets/service_map.php:98 +#: ../../godmode/reporting/graph_builder.graph_editor.php:148 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1017 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1046 +#: ../../godmode/reporting/visual_console_builder.wizard.php:267 +#: ../../godmode/reporting/reporting_builder.list_items.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:189 +#: ../../godmode/agentes/modificar_agente.php:570 +#: ../../godmode/agentes/configurar_agente.php:277 +#: ../../godmode/agentes/configurar_agente.php:508 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:757 +#: ../../godmode/agentes/planned_downtime.editor.php:830 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:792 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:311 +#: ../../godmode/servers/servers.build_table.php:68 +#: ../../godmode/massive/massive_add_tags.php:139 +#: ../../godmode/massive/massive_edit_plugins.php:308 +#: ../../godmode/massive/massive_edit_modules.php:308 +#: ../../godmode/massive/massive_delete_tags.php:199 +#: ../../godmode/massive/massive_copy_modules.php:144 +#: ../../godmode/massive/massive_delete_modules.php:479 +#: ../../godmode/db/db_refine.php:95 ../../include/functions_reports.php:555 +#: ../../include/functions_reports.php:557 +#: ../../include/functions_reports.php:559 +#: ../../include/functions_reports.php:561 +#: ../../include/functions_reports.php:563 +#: ../../include/functions_reports.php:565 +#: ../../include/functions_reports.php:567 +#: ../../include/functions_reporting_html.php:832 +#: ../../include/functions_reporting_html.php:2500 +#: ../../mobile/operation/modules.php:186 ../../mobile/operation/agents.php:79 +#: ../../mobile/operation/agents.php:326 ../../mobile/operation/agents.php:327 +#: ../../mobile/operation/home.php:64 ../../mobile/operation/agent.php:205 +msgid "Modules" +msgstr "Módulos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1851 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1951 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2424 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2540 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2629 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2840 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 -msgid "Another module already exists with the same name" -msgstr "Ya existe otro módulo con el mismo nombre" +#: ../../operation/agentes/graphs.php:132 +#: ../../operation/agentes/stat_win.php:309 +#: ../../operation/agentes/exportdata.php:309 +#: ../../operation/agentes/interface_traffic_graph_win.php:225 +#: ../../mobile/operation/module_graph.php:454 +msgid "Begin date" +msgstr "Fecha de inicio" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1862 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1959 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2434 -#, php-format -msgid "Error adding module %s" -msgstr "Error al añadir módulo %s" +#: ../../operation/agentes/graphs.php:140 +#: ../../operation/agentes/stat_win.php:340 +msgid "Show events" +msgstr "Mostrar eventos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1872 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1969 -msgid "" -"There was an error creating the alerts, the operation has been cancelled" +#: ../../operation/agentes/graphs.php:142 +#: ../../operation/agentes/stat_win.php:357 +msgid "Show alerts" +msgstr "Mostrar alertas" + +#: ../../operation/agentes/graphs.php:143 +msgid "the combined graph does not show the alerts into this graph" +msgstr "Las gráficas combinadas no muestran las alertas" + +#: ../../operation/agentes/graphs.php:145 +msgid "Show as one combined graph" +msgstr "Mostrar como una gráfica combinada" + +#: ../../operation/agentes/graphs.php:147 +msgid "one combined graph" +msgstr "gráfica combinada" + +#: ../../operation/agentes/graphs.php:150 +msgid "several graphs for each module" +msgstr "varias gráficas por cada módulo" + +#: ../../operation/agentes/graphs.php:157 +msgid "Save as custom graph" +msgstr "Guardar como gráfica personalizada" + +#: ../../operation/agentes/graphs.php:163 +msgid "Filter graphs" +msgstr "Filtrar gráficas" + +#: ../../operation/agentes/graphs.php:163 +#: ../../operation/agentes/alerts_status.php:396 +#: ../../operation/snmpconsole/snmp_view.php:454 +#: ../../enterprise/godmode/policies/policy_queue.php:277 +#: ../../enterprise/godmode/policies/policy_queue.php:364 +#: ../../godmode/snmpconsole/snmp_alert.php:913 +#: ../../godmode/users/user_list.php:249 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Toggle filter(s)" +msgstr "Conmutar filtro(s)" + +#: ../../operation/agentes/graphs.php:210 +#, fuzzy +msgid "There was an error loading the graph" +msgstr "Se ha producido un error al cargar los datos" + +#: ../../operation/agentes/graphs.php:218 +#: ../../operation/agentes/graphs.php:221 +msgid "Name custom graph" +msgstr "Nombre de gráfica personalizada" + +#: ../../operation/agentes/graphs.php:235 ../../extensions/insert_data.php:178 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:67 +#: ../../enterprise/godmode/reporting/mysql_builder.php:149 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:628 +#: ../../enterprise/include/ajax/transactional.ajax.php:83 +#: ../../enterprise/dashboard/main_dashboard.php:297 +#: ../../godmode/reporting/visual_console_builder.data.php:160 +#: ../../godmode/reporting/reporting_builder.main.php:32 +#: ../../godmode/setup/gis_step_2.php:310 +#: ../../godmode/setup/snmp_wizard.php:104 +msgid "Save" +msgstr "Guardar" + +#: ../../operation/agentes/graphs.php:243 +msgid "Save custom graph" +msgstr "Guardar gráfica personalizada" + +#: ../../operation/agentes/graphs.php:264 +msgid "Custom graph create from the tab graphs in the agent." +msgstr "Creada gráfica personalizada desde la sección de gráficas del agente" + +#: ../../operation/agentes/ehorus.php:30 +#, fuzzy +msgid "Missing agent id" +msgstr "Edición masiva de agentes" + +#: ../../operation/agentes/ehorus.php:48 +msgid "Missing ehorus agent id" msgstr "" -"Se produjo un error al crear las alertas, la operación ha sido cancelada" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1904 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 -#: ../../enterprise/godmode/policies/policy_modules.php:653 -msgid "Successfully added module." -msgstr "Módulo añadido correctamente" +#: ../../operation/agentes/ehorus.php:80 +#, fuzzy +msgid "There was an error retrieving an authorization token" +msgstr "Se ha producido un error al recuperar la información del mapa visual" -#: ../../enterprise/meta/include/functions_wizard_meta.php:1905 -#: ../../enterprise/meta/include/functions_wizard_meta.php:1999 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2477 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1419 -#: ../../enterprise/meta/screens/screens.visualmap.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:264 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:425 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:617 +#: ../../operation/agentes/ehorus.php:93 +#: ../../operation/agentes/ehorus.php:129 +#, fuzzy +msgid "There was an error processing the response" +msgstr "Hubo un error verificando el código" + +#: ../../operation/agentes/ehorus.php:116 +#, fuzzy +msgid "There was an error retrieving the agent data" +msgstr "Se ha producido un error al cargar los datos" + +#: ../../operation/agentes/ehorus.php:134 +msgid "Remote management of this agent with eHorus" +msgstr "" + +#: ../../operation/agentes/ehorus.php:136 +#, fuzzy +msgid "Launch" +msgstr "Latencia" + +#: ../../operation/agentes/ehorus.php:142 +msgid "The connection was lost and the authorization token was expired" +msgstr "" + +#: ../../operation/agentes/ehorus.php:144 +msgid "Reload the page to request a new authorization token" +msgstr "" + +#: ../../operation/agentes/pandora_networkmap.view.php:111 +msgid "Success be updated." +msgstr "Actualizado correctamente" + +#: ../../operation/agentes/pandora_networkmap.view.php:114 +#: ../../enterprise/extensions/ipam/ipam_action.php:190 +msgid "Could not be updated." +msgstr "No se puede actualizar" + +#: ../../operation/agentes/pandora_networkmap.view.php:227 +msgid "Name: " +msgstr "Nombre: " + +#: ../../operation/agentes/pandora_networkmap.view.php:258 +#: ../../operation/agentes/status_monitor.php:1031 +msgid "(Adopt) " +msgstr "Adoptar " + +#: ../../operation/agentes/pandora_networkmap.view.php:268 +#: ../../operation/agentes/status_monitor.php:1041 +msgid "(Unlinked) (Adopt) " +msgstr "(Sin enlazar) (Adoptar) " + +#: ../../operation/agentes/pandora_networkmap.view.php:272 +#: ../../operation/agentes/status_monitor.php:1045 +msgid "(Unlinked) " +msgstr "(Sin enlazar) " + +#: ../../operation/agentes/pandora_networkmap.view.php:277 +msgid "Policy: " +msgstr "Política: " + +#: ../../operation/agentes/pandora_networkmap.view.php:285 +#: ../../operation/agentes/pandora_networkmap.view.php:307 +#: ../../operation/agentes/status_monitor.php:1152 +#: ../../operation/agentes/status_monitor.php:1156 +#: ../../operation/agentes/status_monitor.php:1189 +#: ../../operation/agentes/status_monitor.php:1194 +#: ../../operation/search_modules.php:112 +#: ../../operation/search_modules.php:132 +#: ../../enterprise/operation/agentes/policy_view.php:363 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/extensions/vmware/vmware_view.php:909 +#: ../../enterprise/include/functions_services.php:1595 +#: ../../enterprise/include/functions_services.php:1619 +#: ../../include/functions_modules.php:1853 +#: ../../include/functions_modules.php:1873 +#: ../../include/class/Tree.class.php:1462 +#: ../../mobile/operation/modules.php:469 +#: ../../mobile/operation/modules.php:487 +msgid "CRITICAL" +msgstr "CRÍTICO" + +#: ../../operation/agentes/pandora_networkmap.view.php:289 +#: ../../operation/agentes/pandora_networkmap.view.php:312 +#: ../../operation/agentes/status_monitor.php:1162 +#: ../../operation/agentes/status_monitor.php:1166 +#: ../../operation/agentes/status_monitor.php:1201 +#: ../../operation/agentes/status_monitor.php:1206 +#: ../../operation/search_modules.php:116 +#: ../../operation/search_modules.php:139 +#: ../../enterprise/operation/agentes/policy_view.php:367 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/extensions/vmware/vmware_view.php:914 +#: ../../enterprise/include/functions_services.php:1599 +#: ../../enterprise/include/functions_services.php:1623 +#: ../../include/functions_modules.php:1857 +#: ../../include/functions_modules.php:1877 +#: ../../include/class/Tree.class.php:1469 +#: ../../mobile/operation/modules.php:473 +#: ../../mobile/operation/modules.php:492 +msgid "WARNING" +msgstr "ADVERTENCIA" + +#: ../../operation/agentes/pandora_networkmap.view.php:293 +#: ../../operation/agentes/pandora_networkmap.view.php:302 +#: ../../operation/agentes/status_monitor.php:1142 +#: ../../operation/agentes/status_monitor.php:1146 +#: ../../operation/agentes/status_monitor.php:1177 +#: ../../operation/agentes/status_monitor.php:1182 +#: ../../operation/search_modules.php:108 +#: ../../operation/search_modules.php:125 +#: ../../enterprise/operation/agentes/policy_view.php:371 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/extensions/vmware/vmware_view.php:905 +#: ../../enterprise/include/functions_services.php:1591 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../include/functions_modules.php:1861 +#: ../../include/functions_modules.php:1869 +#: ../../include/class/Tree.class.php:1488 +#: ../../mobile/operation/modules.php:465 +#: ../../mobile/operation/modules.php:482 +msgid "NORMAL" +msgstr "NORMAL" + +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/extensions/vmware/vmware_view.php:918 +#: ../../enterprise/include/functions_services.php:1606 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../enterprise/include/functions_services.php:1619 +#: ../../enterprise/include/functions_services.php:1623 +#: ../../enterprise/include/functions_services.php:1627 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/functions_modules.php:1876 +#: ../../include/class/Tree.class.php:1474 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +msgid "UNKNOWN" +msgstr "DESCONOCIDO" + +#: ../../operation/agentes/pandora_networkmap.view.php:301 +#: ../../operation/agentes/pandora_networkmap.view.php:306 +#: ../../operation/agentes/pandora_networkmap.view.php:311 +#: ../../operation/agentes/status_monitor.php:1176 +#: ../../operation/agentes/status_monitor.php:1181 +#: ../../operation/agentes/status_monitor.php:1188 +#: ../../operation/agentes/status_monitor.php:1193 +#: ../../operation/agentes/status_monitor.php:1200 +#: ../../operation/agentes/status_monitor.php:1205 +#: ../../operation/search_modules.php:124 +#: ../../operation/search_modules.php:131 +#: ../../operation/search_modules.php:138 +#: ../../enterprise/operation/agentes/policy_view.php:378 +#: ../../enterprise/operation/agentes/policy_view.php:382 +#: ../../enterprise/operation/agentes/policy_view.php:386 +#: ../../enterprise/operation/agentes/transactional_map.php:149 +#: ../../enterprise/include/functions_services.php:1614 +#: ../../enterprise/include/functions_services.php:1619 +#: ../../enterprise/include/functions_services.php:1623 +#: ../../include/functions_modules.php:1868 +#: ../../include/functions_modules.php:1872 +#: ../../include/functions_modules.php:1876 +#: ../../mobile/operation/modules.php:481 +#: ../../mobile/operation/modules.php:486 +#: ../../mobile/operation/modules.php:491 +msgid "Last status" +msgstr "Último estado" + +#: ../../operation/agentes/pandora_networkmap.view.php:326 +#: ../../enterprise/extensions/vmware/vmware_manager.php:202 +msgid "Status: " +msgstr "Estado: " + +#: ../../operation/agentes/pandora_networkmap.view.php:370 +msgid "Data: " +msgstr "Datos: " + +#: ../../operation/agentes/pandora_networkmap.view.php:373 +#: ../../operation/agentes/estado_generalagente.php:553 +msgid "Last contact: " +msgstr "Último contacto: " + +#: ../../operation/agentes/pandora_networkmap.view.php:733 +#: ../../operation/snmpconsole/snmp_view.php:77 +#: ../../operation/snmpconsole/snmp_browser.php:86 +#: ../../operation/snmpconsole/snmp_statistics.php:45 +msgid "Normal screen" +msgstr "Pantalla normal" + +#: ../../operation/agentes/pandora_networkmap.view.php:743 +#: ../../operation/snmpconsole/snmp_view.php:81 +#: ../../operation/snmpconsole/snmp_browser.php:90 +#: ../../operation/snmpconsole/snmp_statistics.php:49 +#: ../../operation/events/events.php:320 +#: ../../extensions/agents_alerts.php:118 +#: ../../extensions/agents_modules.php:130 +msgid "Full screen" +msgstr "Pantalla completa" + +#: ../../operation/agentes/pandora_networkmap.view.php:749 +#, fuzzy +msgid "List of networkmap" +msgstr "Lista de mapas de red Enterprise" + +#: ../../operation/agentes/pandora_networkmap.view.php:755 +#, fuzzy, php-format +msgid "Networkmap - %s" +msgstr "Mapas de red" + +#: ../../operation/agentes/gis_view.php:55 +#: ../../godmode/agentes/agent_conf_gis.php:40 +msgid "" +"There is no default map. Please go to the setup for to set a default map." +msgstr "" +"No existe un mapa por defecto. Por favor, selecciona uno en la sección de " +"configuración" + +#: ../../operation/agentes/gis_view.php:86 +#: ../../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 SIG para este agente, por lo que es colocado en posición por " +"defecto del mapa." + +#: ../../operation/agentes/gis_view.php:91 +msgid "Last position in " +msgstr "última posición en " + +#: ../../operation/agentes/gis_view.php:98 +msgid "Period to show data as path" +msgstr "periodo para mostrar datos como ruta" + +#: ../../operation/agentes/gis_view.php:102 +msgid "Refresh path" +msgstr "refrescar ruta" + +#: ../../operation/agentes/gis_view.php:105 +msgid "Positional data from the last" +msgstr "Datos de posición desde el último" + +#: ../../operation/agentes/gis_view.php:144 +msgid "This agent doesn't have any GIS data." +msgstr "Este agente no tiene ningún dato GIS." + +#: ../../operation/agentes/gis_view.php:172 +#, php-format +msgid "%s Km" +msgstr "%s Km" + +#: ../../operation/agentes/gis_view.php:178 +#: ../../godmode/setup/gis_step_2.php:300 +msgid "Longitude" +msgstr "Longitud" + +#: ../../operation/agentes/gis_view.php:179 +#: ../../godmode/setup/gis_step_2.php:296 +msgid "Latitude" +msgstr "Latitud" + +#: ../../operation/agentes/gis_view.php:180 +#: ../../godmode/setup/gis_step_2.php:304 +msgid "Altitude" +msgstr "Altitud" + +#: ../../operation/agentes/gis_view.php:182 +#: ../../enterprise/include/functions_reporting_pdf.php:2250 +#: ../../enterprise/include/functions_reporting_pdf.php:2288 +#: ../../godmode/agentes/planned_downtime.list.php:145 +msgid "To" +msgstr "Para" + +#: ../../operation/agentes/gis_view.php:184 +msgid "Distance" +msgstr "Distancia" + +#: ../../operation/agentes/gis_view.php:185 +msgid "# of Packages" +msgstr "# de paquetes" + +#: ../../operation/agentes/gis_view.php:186 +#: ../../operation/gis_maps/ajax.php:222 +msgid "Manual placement" +msgstr "Colocación manual" + +#: ../../operation/agentes/gis_view.php:189 +msgid "positional data" +msgstr "datos de posición" + +#: ../../operation/agentes/gis_view.php:194 +#: ../../operation/agentes/group_view.php:165 ../../operation/tree.php:273 +#: ../../enterprise/operation/agentes/agent_inventory.php:230 +#: ../../enterprise/meta/monitoring/group_view.php:145 +#: ../../enterprise/include/functions_inventory.php:322 +#: ../../enterprise/include/functions_reporting_pdf.php:660 +#: ../../enterprise/include/functions_reporting_pdf.php:675 +#: ../../enterprise/dashboard/widgets/tree_view.php:196 +#: ../../godmode/db/db_audit.php:80 ../../godmode/db/db_event.php:61 +#: ../../include/functions_reporting_html.php:1055 +#: ../../include/functions_reporting_html.php:1070 +msgid "Total" +msgstr "Total" + +#: ../../operation/agentes/gis_view.php:194 +#: ../../operation/agentes/status_monitor.php:979 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:98 +#: ../../operation/search_modules.php:53 ../../extensions/insert_data.php:164 +#: ../../extensions/insert_data.php:165 +#: ../../enterprise/operation/agentes/policy_view.php:308 +#: ../../enterprise/godmode/agentes/collections.data.php:62 +#: ../../enterprise/godmode/agentes/collections.data.php:101 +#: ../../enterprise/godmode/agentes/collections.data.php:136 +#: ../../enterprise/godmode/agentes/collections.data.php:152 +#: ../../enterprise/godmode/agentes/collections.data.php:167 +#: ../../enterprise/godmode/agentes/collections.data.php:189 +#: ../../enterprise/godmode/agentes/collections.data.php:212 +#: ../../enterprise/godmode/agentes/collections.data.php:233 +#: ../../enterprise/godmode/agentes/collections.data.php:252 +#: ../../enterprise/godmode/agentes/collections.editor.php:39 +#: ../../enterprise/include/functions_reporting_csv.php:223 +#: ../../enterprise/include/functions_reporting_csv.php:279 +#: ../../enterprise/include/functions_reporting_csv.php:305 +#: ../../enterprise/include/functions_reporting_csv.php:371 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_services.php:1428 +#: ../../enterprise/include/functions_reporting_pdf.php:946 +#: ../../enterprise/include/functions_reporting_pdf.php:952 +#: ../../enterprise/include/functions_reporting_pdf.php:953 +#: ../../enterprise/include/functions_reporting_pdf.php:956 +#: ../../include/ajax/module.php:735 +#: ../../include/functions_reporting.php:2210 +#: ../../include/functions_reporting.php:2244 +#: ../../include/functions_netflow.php:310 +#: ../../include/functions_graph.php:3318 +#: ../../include/functions_reporting_html.php:1244 +#: ../../include/functions_reporting_html.php:1247 +#: ../../include/functions_reporting_html.php:1248 +#: ../../include/functions_reporting_html.php:1251 +#: ../../mobile/operation/modules.php:551 +#: ../../mobile/operation/modules.php:607 +#: ../../mobile/operation/modules.php:677 +msgid "Data" +msgstr "Datos" + +#: ../../operation/agentes/estado_generalagente.php:42 +msgid "The agent has not assigned server. Maybe agent does not run fine." +msgstr "" +"El agente no ha sido asignado a ningún servidor. Quizá el agente no se esté " +"ejecutando correctamente." + +#: ../../operation/agentes/estado_generalagente.php:83 +#: ../../operation/agentes/estado_agente.php:570 +#: ../../godmode/agentes/modificar_agente.php:540 +#: ../../godmode/agentes/agent_manager.php:396 +#: ../../godmode/agentes/module_manager.php:589 +#: ../../godmode/agentes/module_manager_editor_common.php:544 +#: ../../godmode/agentes/planned_downtime.list.php:427 +#: ../../godmode/agentes/planned_downtime.editor.php:488 +#: ../../godmode/massive/massive_edit_modules.php:593 +#: ../../godmode/massive/massive_edit_agents.php:397 +#: ../../include/ajax/module.php:849 ../../include/class/Tree.class.php:1784 +#: ../../mobile/operation/agent.php:125 +msgid "Quiet" +msgstr "Silencioso" + +#: ../../operation/agentes/estado_generalagente.php:120 +msgid "" +"Agent statuses are re-calculated by the server, they are not shown in real " +"time." +msgstr "" +"Los estados de los agentes se calculan por el servidor, no se muestran en " +"tiempo real." + +#: ../../operation/agentes/estado_generalagente.php:128 +#: ../../operation/agentes/estado_agente.php:505 ../../operation/tree.php:55 +#: ../../operation/tree.php:94 ../../operation/search_agents.php:45 +#: ../../operation/search_agents.php:53 ../../operation/gis_maps/ajax.php:276 +#: ../../enterprise/extensions/ipam/ipam_network.php:538 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:82 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:156 +#: ../../enterprise/godmode/modules/configure_local_component.php:168 +#: ../../enterprise/godmode/modules/local_components.php:446 +#: ../../enterprise/godmode/modules/local_components.php:460 +#: ../../enterprise/godmode/modules/local_components.php:482 +#: ../../enterprise/meta/agentsearch.php:93 +#: ../../enterprise/dashboard/widgets/tree_view.php:38 +#: ../../godmode/agentes/modificar_agente.php:484 +#: ../../godmode/agentes/agent_manager.php:255 +#: ../../godmode/agentes/planned_downtime.editor.php:755 +#: ../../godmode/servers/manage_recontask_form.php:286 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_agents.php:287 +#: ../../include/functions_events.php:2031 +#: ../../include/functions_reporting_html.php:1541 +#: ../../mobile/operation/agents.php:73 ../../mobile/operation/agents.php:315 +msgid "OS" +msgstr "SO" + +#: ../../operation/agentes/estado_generalagente.php:148 +#: ../../extensions/net_tools.php:131 ../../mobile/operation/agent.php:148 +msgid "IP address" +msgstr "Dirección IP" + +#: ../../operation/agentes/estado_generalagente.php:152 +#: ../../operation/agentes/estado_generalagente.php:164 +#: ../../operation/agentes/estado_generalagente.php:177 +#: ../../operation/agentes/estado_generalagente.php:281 +#: ../../operation/agentes/estado_generalagente.php:360 +#: ../../operation/snmpconsole/snmp_view.php:599 +#: ../../operation/snmpconsole/snmp_view.php:618 +#: ../../enterprise/extensions/ipam/ipam_network.php:559 +#: ../../enterprise/extensions/ipam/ipam_network.php:594 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:159 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:181 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:383 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:1124 +#: ../../enterprise/include/functions_visual_map.php:274 +#: ../../enterprise/include/functions_servicemap.php:263 +#: ../../enterprise/include/functions_services.php:1012 +#: ../../enterprise/include/functions_services.php:1219 +#: ../../enterprise/include/functions_services.php:1697 +#: ../../enterprise/include/functions_reporting.php:1250 +#: ../../enterprise/include/functions_reporting.php:3103 +#: ../../enterprise/include/functions_reporting.php:3435 +#: ../../enterprise/include/functions_reporting_pdf.php:1629 +#: ../../enterprise/include/functions_reporting_pdf.php:1658 +#: ../../enterprise/include/functions_reporting_pdf.php:1816 +#: ../../enterprise/include/functions_reporting_pdf.php:2055 +#: ../../godmode/agentes/planned_downtime.list.php:477 +#: ../../godmode/alerts/alert_view.php:113 +#: ../../godmode/modules/manage_network_components.php:583 +#: ../../include/functions_treeview.php:157 +#: ../../include/functions_treeview.php:339 ../../include/functions_db.php:156 +#: ../../include/functions.php:944 ../../include/functions.php:950 +#: ../../include/functions.php:953 ../../include/functions_events.php:1776 +#: ../../include/functions_events.php:1944 +#: ../../include/functions_events.php:2011 +#: ../../include/functions_events.php:2027 +#: ../../include/functions_events.php:2037 +#: ../../include/functions_events.php:2042 +#: ../../include/functions_events.php:2060 +#: ../../include/functions_events.php:2139 +#: ../../include/functions_events.php:2193 +#: ../../include/functions_events.php:2205 +#: ../../include/functions_events.php:2217 +#: ../../include/functions_events.php:2239 +#: ../../include/functions_events.php:2254 +#: ../../include/functions_events.php:2264 +#: ../../include/functions_events.php:2353 +#: ../../include/functions_events.php:2430 +#: ../../include/functions_events.php:2452 +#: ../../include/functions_events.php:2462 ../../include/functions_ui.php:1994 +#: ../../include/functions_ui.php:2004 +#: ../../include/functions_reporting_html.php:361 +#: ../../include/functions_reporting_html.php:388 +#: ../../include/functions_reporting_html.php:2427 +#: ../../include/functions_reporting_html.php:2465 +#: ../../mobile/operation/agent.php:149 ../../mobile/operation/agent.php:160 +#: ../../mobile/operation/events.php:148 ../../mobile/operation/events.php:159 +#: ../../mobile/operation/events.php:167 ../../mobile/operation/events.php:240 +#: ../../mobile/operation/events.php:267 ../../mobile/operation/events.php:275 +msgid "N/A" +msgstr "N/A" + +#: ../../operation/agentes/estado_generalagente.php:160 +#: ../../operation/gis_maps/ajax.php:315 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 +#: ../../include/functions_treeview.php:554 +msgid "Agent Version" +msgstr "Versión del agente" + +#: ../../operation/agentes/estado_generalagente.php:197 +msgid "Agent contact" +msgstr "Contacto de agente" + +#: ../../operation/agentes/estado_generalagente.php:201 +#: ../../operation/agentes/status_monitor.php:962 +#: ../../operation/agentes/estado_agente.php:510 +#: ../../operation/netflow/nf_live_view.php:242 +#: ../../operation/servers/recon_view.php:92 +#: ../../operation/search_agents.php:46 ../../operation/search_agents.php:56 +#: ../../operation/search_modules.php:50 +#: ../../enterprise/extensions/ipam/ipam_network.php:125 +#: ../../enterprise/extensions/ipam/ipam_list.php:162 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:188 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:244 +#: ../../enterprise/godmode/agentes/inventory_manager.php:174 +#: ../../enterprise/godmode/agentes/inventory_manager.php:236 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:80 +#: ../../enterprise/godmode/modules/configure_local_component.php:223 +#: ../../enterprise/meta/agentsearch.php:94 +#: ../../enterprise/meta/include/functions_wizard_meta.php:776 +#: ../../enterprise/meta/include/functions_wizard_meta.php:894 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1058 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1356 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1437 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1570 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1108 +#: ../../enterprise/include/functions_reporting_pdf.php:2363 +#: ../../godmode/agentes/agent_manager.php:249 +#: ../../godmode/agentes/module_manager.php:524 +#: ../../godmode/agentes/module_manager_editor_common.php:358 +#: ../../godmode/agentes/module_manager_editor_common.php:384 +#: ../../godmode/servers/manage_recontask_form.php:247 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_modules.php:464 +#: ../../godmode/massive/massive_edit_agents.php:283 +#: ../../godmode/modules/manage_network_components_form_common.php:104 +#: ../../include/functions_treeview.php:85 +#: ../../include/functions_treeview.php:493 +#: ../../include/functions_reporting_html.php:1577 +#: ../../mobile/operation/modules.php:497 +#: ../../mobile/operation/modules.php:500 +#: ../../mobile/operation/modules.php:501 +#: ../../mobile/operation/modules.php:675 +msgid "Interval" +msgstr "Intervalo" + +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/agentes/estado_agente.php:529 +#: ../../operation/agentes/ver_agente.php:612 +#: ../../operation/search_users.php:47 ../../operation/search_agents.php:66 +#: ../../operation/gis_maps/ajax.php:219 ../../operation/gis_maps/ajax.php:321 +#: ../../enterprise/operation/agentes/policy_view.php:309 +#: ../../enterprise/operation/agentes/ver_agente.php:75 +#: ../../enterprise/meta/agentsearch.php:99 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../godmode/agentes/planned_downtime.editor.php:756 +#: ../../godmode/users/user_list.php:272 +#: ../../include/functions_treeview.php:514 +#: ../../include/functions_events.php:2036 ../../include/ajax/module.php:737 +#: ../../mobile/operation/agents.php:85 ../../mobile/operation/agents.php:336 +#: ../../mobile/operation/agents.php:338 ../../mobile/operation/agents.php:340 +#: ../../mobile/operation/agents.php:341 ../../mobile/operation/agent.php:155 +msgid "Last contact" +msgstr "Último contacto" + +#: ../../operation/agentes/estado_generalagente.php:206 +#: ../../operation/agentes/estado_agente.php:499 +#: ../../operation/gis_maps/ajax.php:332 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 +#: ../../include/functions_treeview.php:514 +msgid "Remote" +msgstr "Remoto" + +#: ../../operation/agentes/estado_generalagente.php:211 +#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 +#: ../../enterprise/extensions/ipam/ipam_list.php:223 #: ../../enterprise/extensions/cron/main.php:260 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:256 -#: ../../enterprise/include/functions_networkmap_enterprise.php:608 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:303 -#: ../../enterprise/godmode/alerts/alert_events_list.php:634 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:475 -#: ../../enterprise/godmode/agentes/collections.editor.php:178 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:349 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 -#: ../../enterprise/godmode/reporting/mysql_builder.php:86 -#: ../../enterprise/godmode/reporting/mysql_builder.php:100 -#: ../../enterprise/godmode/reporting/mysql_builder.php:110 -#: ../../enterprise/godmode/reporting/mysql_builder.php:152 -#: ../../extensions/files_repo/files_repo_list.php:101 -#: ../../include/functions_groups.php:2136 ../../include/ajax/module.php:817 -#: ../../operation/gis_maps/gis_map.php:161 -#: ../../operation/search_reports.php:52 -#: ../../operation/agentes/estado_agente.php:530 -#: ../../operation/agentes/status_monitor.php:1095 -#: ../../operation/servers/recon_view.php:110 -#: ../../godmode/events/event_responses.list.php:67 -#: ../../godmode/users/user_list.php:469 -#: ../../godmode/users/profile_list.php:389 -#: ../../godmode/gis_maps/index.php:110 -#: ../../godmode/agentes/modificar_agente.php:495 -#: ../../godmode/agentes/planned_downtime.list.php:399 -#: ../../godmode/agentes/fields_manager.php:126 -#: ../../godmode/servers/plugin.php:731 -#: ../../godmode/servers/servers.build_table.php:154 -#: ../../godmode/reporting/reporting_builder.list_items.php:424 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1044 -#: ../../godmode/reporting/reporting_builder.php:696 -msgid "Edit" -msgstr "Editar" +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 +#: ../../godmode/snmpconsole/snmp_alert.php:1111 +#: ../../godmode/db/db_main.php:183 ../../include/functions_treeview.php:507 +#: ../../include/functions_ui.php:449 +msgid "Never" +msgstr "Nunca" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 -#: ../../enterprise/extensions/csv_import/main.php:41 -#, php-format -msgid "Could not create agent %s" -msgstr "No se pudieron crear agentes %s" +#: ../../operation/agentes/estado_generalagente.php:219 +msgid "Next contact" +msgstr "Siguiente contacto" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 -msgid "Agent successfully added" -msgstr "Agentes añadidos correctamente" +#: ../../operation/agentes/estado_generalagente.php:242 +msgid "Agent info" +msgstr "Información del agente" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2052 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 -#, php-format -msgid "%s Modules created" -msgstr "%s Módulos creados" +#: ../../operation/agentes/estado_generalagente.php:257 +#: ../../include/functions_treeview.php:626 +msgid "Agent access rate (24h)" +msgstr "Accesibilidad del agente (24h)" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 -#, php-format -msgid "Could not update agent %s" -msgstr "No se pudo actualizar el agente %s" +#: ../../operation/agentes/estado_generalagente.php:269 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 +#: ../../include/functions_treeview.php:483 +#: ../../mobile/operation/agent.php:151 +msgid "Other IP addresses" +msgstr "Otras direcciones IP" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 -msgid "Agent successfully updated" -msgstr "Agente actualizado correctamente" +#: ../../operation/agentes/estado_generalagente.php:279 +#: ../../operation/agentes/ver_agente.php:770 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../godmode/agentes/agent_manager.php:233 +#: ../../godmode/groups/configure_group.php:132 +#: ../../godmode/massive/massive_edit_agents.php:267 +#: ../../godmode/modules/manage_nc_groups_form.php:69 +#: ../../include/functions_visual_map_editor.php:504 +msgid "Parent" +msgstr "Padre" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 -#, php-format -msgid "%s Modules deleted" -msgstr "%s Módulos eliminados" +#: ../../operation/agentes/estado_generalagente.php:293 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +#: ../../godmode/agentes/agent_manager.php:320 +#: ../../godmode/agentes/configurar_agente.php:416 +#: ../../godmode/agentes/configurar_agente.php:526 +#: ../../godmode/servers/servers.build_table.php:160 +#: ../../godmode/massive/massive_edit_agents.php:349 +msgid "Remote configuration" +msgstr "Configuración remota" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 +#: ../../operation/agentes/estado_generalagente.php:298 +#: ../../enterprise/extensions/ipam/ipam_network.php:542 +#: ../../enterprise/extensions/ipam/ipam_massive.php:79 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 +#: ../../enterprise/godmode/setup/setup.php:98 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 +#: ../../enterprise/include/functions_reporting_pdf.php:2340 +#: ../../godmode/alerts/configure_alert_template.php:658 +#: ../../include/functions_reporting_html.php:1553 +#: ../../include/functions_groups.php:2158 +msgid "Enabled" +msgstr "Activado" + +#: ../../operation/agentes/estado_generalagente.php:311 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 +#: ../../include/functions_treeview.php:571 +msgid "Position (Long, Lat)" +msgstr "posición (longitud, latitud)" + +#: ../../operation/agentes/estado_generalagente.php:314 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 +msgid "There is no GIS data." +msgstr "No hay datos GIS" + +#: ../../operation/agentes/estado_generalagente.php:330 +#: ../../operation/agentes/ver_agente.php:946 +#: ../../operation/agentes/ver_agente.php:1152 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 +#: ../../godmode/agentes/agent_manager.php:392 +#: ../../include/functions_treeview.php:580 +msgid "Url address" +msgstr "Dirección Url" + +#: ../../operation/agentes/estado_generalagente.php:339 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 +#: ../../include/functions_treeview.php:588 +msgid "Timezone Offset" +msgstr "Franja horaria desactivada" + +#: ../../operation/agentes/estado_generalagente.php:389 +msgid "Active incident on this agent" +msgstr "Activar incidencia a este agente" + +#: ../../operation/agentes/estado_generalagente.php:393 +#: ../../operation/incidents/incident_detail.php:419 +#: ../../godmode/setup/news.php:222 +msgid "Author" +msgstr "Autor" + +#: ../../operation/agentes/estado_generalagente.php:398 +#: ../../operation/integria_incidents/incident.incident.php:82 +#: ../../enterprise/dashboard/widget.php:60 +msgid "Title" +msgstr "Título" + +#: ../../operation/agentes/estado_generalagente.php:403 +#: ../../operation/agentes/status_monitor.php:986 +#: ../../operation/agentes/exportdata.excel.php:76 +#: ../../operation/agentes/exportdata.csv.php:77 +#: ../../operation/agentes/exportdata.php:99 +#: ../../operation/snmpconsole/snmp_view.php:531 +#: ../../operation/messages/message_list.php:127 +#: ../../operation/integria_incidents/incident.files.php:43 +#: ../../operation/search_modules.php:54 +#: ../../operation/events/events.build_table.php:167 +#: ../../operation/events/events.php:89 +#: ../../enterprise/meta/include/functions_events_meta.php:73 +#: ../../enterprise/include/functions_reporting_csv.php:224 +#: ../../enterprise/include/functions_reporting_csv.php:754 +#: ../../enterprise/include/functions_inventory.php:65 +#: ../../enterprise/include/functions_inventory.php:240 +#: ../../enterprise/include/functions_reporting_pdf.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1333 +#: ../../enterprise/include/functions_reporting_pdf.php:1468 +#: ../../godmode/setup/news.php:223 ../../godmode/events/custom_events.php:86 +#: ../../godmode/events/custom_events.php:158 +#: ../../include/functions_events.php:40 +#: ../../include/functions_events.php:898 +#: ../../include/functions_events.php:2341 +#: ../../include/functions_events.php:3312 ../../include/ajax/events.php:466 +#: ../../include/functions_reporting.php:5486 +#: ../../include/functions_netflow.php:287 +#: ../../include/functions_reporting_html.php:535 +#: ../../include/functions_reporting_html.php:665 +#: ../../include/functions_reporting_html.php:1147 +#: ../../include/functions_reporting_html.php:2081 +#: ../../mobile/operation/modules.php:505 +#: ../../mobile/operation/modules.php:676 +#: ../../mobile/operation/events.php:473 +msgid "Timestamp" +msgstr "Fecha/Hora" + +#: ../../operation/agentes/estado_generalagente.php:408 +#: ../../operation/integria_incidents/incident.list.php:97 +#: ../../operation/integria_incidents/incident.incident.php:90 +#: ../../operation/incidents/incident.php:246 +#: ../../operation/incidents/incident.php:338 +#: ../../operation/incidents/incident_detail.php:318 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 +#: ../../enterprise/godmode/alerts/alert_events.php:505 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 +#: ../../godmode/agentes/agent_incidents.php:88 +#: ../../godmode/snmpconsole/snmp_alert.php:835 +#: ../../godmode/snmpconsole/snmp_alert.php:900 +#: ../../godmode/alerts/alert_templates.php:52 +#: ../../godmode/alerts/alert_list.list.php:127 +#: ../../godmode/alerts/alert_view.php:102 +#: ../../godmode/alerts/configure_alert_template.php:762 +#: ../../include/functions_events.php:2171 +#: ../../include/functions_reporting_html.php:2137 +msgid "Priority" +msgstr "Prioridad" + +#: ../../operation/agentes/estado_generalagente.php:449 +#: ../../include/functions_treeview.php:708 +msgid "Interface information" +msgstr "Interfaz de información" + +#: ../../operation/agentes/estado_generalagente.php:478 +#: ../../enterprise/operation/agentes/pandora_networkmap.view.php:523 +#: ../../include/functions_treeview.php:686 +msgid "Interface traffic" +msgstr "Interfaz de tráfico" + +#: ../../operation/agentes/estado_generalagente.php:539 +msgid "Events info (24hr.)" +msgstr "Información de eventos (24hr.)" + +#: ../../operation/agentes/estado_generalagente.php:599 +#: ../../include/functions_treeview.php:634 +#: ../../mobile/operation/agent.php:188 +msgid "Events (24h)" +msgstr "Eventos (24h)" + +#: ../../operation/agentes/estado_generalagente.php:618 +msgid "Refresh data" +msgstr "Refrescar datos" + +#: ../../operation/agentes/estado_generalagente.php:620 +#: ../../operation/agentes/group_view.php:163 +#: ../../operation/agentes/group_view.php:216 +#: ../../operation/servers/recon_view.php:86 +#: ../../operation/servers/recon_view.php:118 +#: ../../enterprise/operation/services/services.list.php:448 +#: ../../enterprise/extensions/ipam/ipam_network.php:154 +#: ../../enterprise/godmode/agentes/inventory_manager.php:270 +#: ../../include/ajax/module.php:779 ../../include/functions_ui.php:821 +#: ../../include/functions_groups.php:771 +#: ../../include/functions_groups.php:964 +msgid "Force" +msgstr "Forzar" + +#: ../../operation/agentes/status_monitor.php:40 ../../operation/menu.php:59 +msgid "Monitor detail" +msgstr "Detalle de monitores" + +#: ../../operation/agentes/status_monitor.php:45 +msgid "Monitor view" +msgstr "Vista del monitor" + +#: ../../operation/agentes/status_monitor.php:302 +#: ../../operation/agentes/estado_agente.php:190 +#: ../../operation/events/events_list.php:560 +#: ../../enterprise/dashboard/widgets/events_list.php:34 +#: ../../godmode/massive/massive_delete_agents.php:117 +#: ../../godmode/massive/massive_edit_modules.php:300 +#: ../../godmode/massive/massive_edit_modules.php:331 +#: ../../godmode/massive/massive_edit_agents.php:218 +#: ../../godmode/massive/massive_copy_modules.php:81 +#: ../../godmode/massive/massive_copy_modules.php:194 +#: ../../godmode/massive/massive_delete_modules.php:457 +#: ../../godmode/massive/massive_delete_modules.php:471 +#: ../../godmode/events/event_edit_filter.php:231 +#: ../../include/functions.php:1081 ../../include/functions_events.php:1435 +#: ../../mobile/operation/modules.php:43 +msgid "Not normal" +msgstr "No normal" + +#: ../../operation/agentes/status_monitor.php:305 +msgid "Monitor status" +msgstr "Estado del monitor" + +#: ../../operation/agentes/status_monitor.php:310 +#: ../../operation/agentes/ver_agente.php:726 +#: ../../operation/agentes/estado_monitores.php:443 +#: ../../extensions/agents_modules.php:76 +#: ../../enterprise/operation/agentes/ver_agente.php:33 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:206 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1438 +#: ../../enterprise/godmode/modules/configure_local_component.php:211 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 +#: ../../godmode/reporting/reporting_builder.item_editor.php:886 +#: ../../godmode/agentes/module_manager_editor_common.php:167 +#: ../../godmode/massive/massive_edit_modules.php:510 +#: ../../godmode/modules/manage_network_components_form_common.php:95 +#: ../../include/functions_treeview.php:123 +#: ../../include/functions_events.php:2073 +#: ../../include/functions_graph.php:5192 +#: ../../mobile/operation/modules.php:140 +#: ../../mobile/operation/modules.php:141 +#: ../../mobile/operation/modules.php:229 +#: ../../mobile/operation/modules.php:230 +msgid "Module group" +msgstr "Grupo del módulo" + +#: ../../operation/agentes/status_monitor.php:311 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 +#: ../../godmode/agentes/module_manager_editor_common.php:169 +#: ../../godmode/massive/massive_edit_modules.php:513 +#: ../../include/functions_treeview.php:118 +#: ../../include/functions_graph.php:5145 +msgid "Not assigned" +msgstr "Sin asignar" + +#: ../../operation/agentes/status_monitor.php:326 +#: ../../operation/incidents/incident.php:238 +msgid "Show" +msgstr "Mostrar" + +#: ../../operation/agentes/status_monitor.php:331 +#: ../../operation/agentes/status_monitor.php:954 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 +#: ../../enterprise/include/functions_reporting_pdf.php:2357 +#: ../../godmode/agentes/agent_template.php:227 +#: ../../godmode/alerts/alert_list.list.php:86 +#: ../../godmode/modules/manage_network_templates_form.php:196 +#: ../../godmode/modules/manage_network_components.php:565 +#: ../../include/ajax/module.php:727 ../../mobile/operation/modules.php:447 +#: ../../mobile/operation/modules.php:672 +msgid "Module name" +msgstr "Nombre módulo" + +#: ../../operation/agentes/status_monitor.php:335 +#: ../../operation/agentes/estado_agente.php:180 +#: ../../operation/agentes/estado_agente.php:198 +#: ../../operation/search_results.php:160 +#: ../../operation/integria_incidents/incident.list.php:76 +#: ../../operation/incidents/incident.php:294 +#: ../../general/ui/agents_list.php:80 ../../general/ui/agents_list.php:91 +#: ../../enterprise/operation/agentes/agent_inventory.php:90 +#: ../../enterprise/operation/agentes/agent_inventory.php:95 +#: ../../enterprise/operation/inventory/inventory.php:179 +#: ../../enterprise/operation/inventory/inventory.php:219 +#: ../../enterprise/operation/services/services.list.php:143 +#: ../../enterprise/operation/services/services.list.php:182 +#: ../../enterprise/operation/log/log_viewer.php:170 +#: ../../enterprise/operation/log/log_viewer.php:238 +#: ../../enterprise/extensions/translate_string.php:265 +#: ../../enterprise/godmode/policies/policy_collections.php:182 +#: ../../enterprise/godmode/policies/policy_agents.php:366 +#: ../../enterprise/godmode/policies/policy_agents.php:371 +#: ../../enterprise/godmode/agentes/collections.php:173 +#: ../../enterprise/godmode/agentes/collection_manager.php:50 +#: ../../enterprise/godmode/alerts/alert_events_list.php:364 +#: ../../enterprise/godmode/alerts/alert_events_list.php:368 +#: ../../enterprise/godmode/modules/local_components.php:450 +#: ../../enterprise/godmode/modules/local_components.php:464 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:228 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:318 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:379 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:487 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:560 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:138 +#: ../../enterprise/meta/general/main_header.php:491 +#: ../../enterprise/meta/agentsearch.php:68 +#: ../../godmode/reporting/reporting_builder.php:439 +#: ../../godmode/agentes/modificar_agente.php:169 +#: ../../godmode/agentes/modificar_agente.php:173 +#: ../../godmode/agentes/module_manager.php:45 +#: ../../godmode/agentes/planned_downtime.list.php:141 +#: ../../godmode/agentes/planned_downtime.list.php:177 +#: ../../godmode/users/user_list.php:230 ../../godmode/users/user_list.php:234 +#: ../../godmode/alerts/alert_templates.php:256 +#: ../../godmode/alerts/alert_templates.php:260 +#: ../../godmode/modules/manage_network_components.php:524 +#: ../../include/functions_snmp_browser.php:556 +msgid "Search" +msgstr "Buscar" + +#: ../../operation/agentes/status_monitor.php:379 +#: ../../godmode/agentes/module_manager_editor_data.php:17 +msgid "Data server module" +msgstr "Módulo del servidor de datos" + +#: ../../operation/agentes/status_monitor.php:381 +#: ../../godmode/agentes/module_manager_editor_network.php:64 +msgid "Network server module" +msgstr "Módulo del servidor de red" + +#: ../../operation/agentes/status_monitor.php:383 +#: ../../godmode/agentes/module_manager_editor_plugin.php:47 +msgid "Plugin server module" +msgstr "Módulo del servidor de complementos" + +#: ../../operation/agentes/status_monitor.php:385 +#: ../../godmode/agentes/module_manager_editor_wmi.php:32 +msgid "WMI server module" +msgstr "Módulo del servidor WMI" + +#: ../../operation/agentes/status_monitor.php:387 +#: ../../godmode/agentes/module_manager_editor_prediction.php:93 +msgid "Prediction server module" +msgstr "Módulo del servidor de predicción" + +#: ../../operation/agentes/status_monitor.php:389 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:32 +msgid "Web server module" +msgstr "Módulo del servidor web" + +#: ../../operation/agentes/status_monitor.php:393 +#: ../../operation/agentes/status_monitor.php:958 +#, fuzzy +msgid "Server type" +msgstr "Gravedad" + +#: ../../operation/agentes/status_monitor.php:397 +#: ../../godmode/agentes/modificar_agente.php:158 +msgid "Only enabled" +msgstr "Sólo habilitado" + +#: ../../operation/agentes/status_monitor.php:397 +#: ../../godmode/agentes/modificar_agente.php:157 +msgid "Only disabled" +msgstr "Sólo deshabilitado" + +#: ../../operation/agentes/status_monitor.php:399 +#, fuzzy +msgid "Show monitors..." +msgstr "No hay monitores" + +#: ../../operation/agentes/status_monitor.php:409 +#, fuzzy +msgid "Data type" +msgstr "Tabla de datos" + +#: ../../operation/agentes/status_monitor.php:528 +msgid "Advanced Options" +msgstr "Opciones Avanzadas" + +#: ../../operation/agentes/status_monitor.php:532 +#: ../../operation/agentes/alerts_status.php:390 ../../operation/tree.php:184 +#: ../../operation/events/events_list.php:642 +#: ../../enterprise/godmode/alerts/alert_events_list.php:382 +#: ../../enterprise/godmode/modules/local_components.php:457 +#: ../../enterprise/meta/advanced/policymanager.queue.php:244 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:148 +#: ../../enterprise/meta/agentsearch.php:71 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:108 +#: ../../godmode/reporting/reporting_builder.list_items.php:205 +#: ../../godmode/users/user_list.php:243 +#: ../../godmode/alerts/alert_templates.php:268 +#: ../../godmode/modules/manage_network_components.php:532 +#: ../../godmode/tag/tag.php:176 ../../godmode/tag/tag.php:281 +msgid "Show Options" +msgstr "Mostrar opciones" + +#: ../../operation/agentes/status_monitor.php:942 +#: ../../operation/agentes/ver_agente.php:1146 +#: ../../operation/agentes/alerts_status.php:412 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/operation/agentes/policy_view.php:48 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:201 +#: ../../enterprise/extensions/resource_exportation/functions.php:17 +#: ../../enterprise/godmode/policies/policy_queue.php:331 +#: ../../enterprise/godmode/policies/policy_queue.php:374 +#: ../../enterprise/godmode/agentes/plugins_manager.php:110 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/inventory_manager.php:231 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 +#: ../../enterprise/meta/advanced/policymanager.sync.php:306 +#: ../../enterprise/meta/advanced/policymanager.queue.php:212 +#: ../../enterprise/meta/advanced/policymanager.queue.php:256 +#: ../../enterprise/include/functions_policies.php:3785 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../godmode/alerts/alert_view.php:123 ../../include/ajax/module.php:721 +msgid "Policy" +msgstr "Política" + +#: ../../operation/agentes/status_monitor.php:942 +#: ../../operation/agentes/alerts_status.php:413 +#: ../../operation/agentes/alerts_status.php:459 +#: ../../enterprise/operation/agentes/collection_view.php:62 +#: ../../enterprise/godmode/agentes/collection_manager.php:162 +#: ../../enterprise/godmode/agentes/inventory_manager.php:232 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/agentes/module_manager.php:515 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/ajax/module.php:721 +msgid "P." +msgstr "P." + +#: ../../operation/agentes/status_monitor.php:948 +#, fuzzy +msgid "Data Type" +msgstr "Datos: " + +#: ../../operation/agentes/status_monitor.php:973 +#: ../../operation/search_modules.php:52 +#: ../../extensions/realtime_graphs.php:72 +#: ../../enterprise/operation/services/services.service.php:134 +#: ../../enterprise/operation/services/services.list.php:323 +#: ../../enterprise/dashboard/widgets/custom_graph.php:33 +#: ../../include/functions_pandora_networkmap.php:1382 +#: ../../include/functions_events.php:2101 ../../include/ajax/module.php:736 +#: ../../include/functions_visual_map_editor.php:56 +msgid "Graph" +msgstr "Gráfico" + +#: ../../operation/agentes/status_monitor.php:976 +#: ../../godmode/agentes/module_manager.php:529 +#: ../../include/ajax/module.php:734 +msgid "Warn" +msgstr "Advertencia" + +#: ../../operation/agentes/status_monitor.php:1137 +#: ../../operation/search_modules.php:104 +#: ../../include/functions_modules.php:1849 +#: ../../mobile/operation/modules.php:461 +msgid "NOT INIT" +msgstr "No inicializado" + +#: ../../operation/agentes/status_monitor.php:1355 +#: ../../operation/agentes/status_monitor.php:1361 +#: ../../enterprise/include/functions_services.php:1569 +#: ../../include/functions_ui.php:3657 +msgid "Snapshot view" +msgstr "Vista de captura de comando" + +#: ../../operation/agentes/status_monitor.php:1435 +msgid "This group doesn't have any monitor" +msgstr "Este grupo no tiene ningún monitor definido" + +#: ../../operation/agentes/status_monitor.php:1522 +#: ../../operation/agentes/estado_monitores.php:347 +#: ../../operation/tree.php:357 +#: ../../enterprise/dashboard/widgets/tree_view.php:282 +msgid "Module: " +msgstr "Módulo: " + +#: ../../operation/agentes/stat_win.php:44 +#: ../../operation/agentes/interface_traffic_graph_win.php:48 +msgid "There was a problem connecting with the node" +msgstr "Hubo un problema conectando con el nodo" + +#: ../../operation/agentes/stat_win.php:112 +msgid "There was a problem locating the source of the graph" +msgstr "Hubo un problema al localizar la fuente del gráfico" + +#: ../../operation/agentes/stat_win.php:263 +#: ../../operation/agentes/interface_traffic_graph_win.php:200 +msgid "Pandora FMS Graph configuration menu" +msgstr "Menú de configuración de gráficos" + +#: ../../operation/agentes/stat_win.php:265 +#: ../../operation/agentes/interface_traffic_graph_win.php:202 +msgid "Please, make your changes and apply with the Reload button" +msgstr "Haga sus cambios y aplíquelos con el botón Actualizar." + +#: ../../operation/agentes/stat_win.php:292 +#: ../../operation/agentes/interface_traffic_graph_win.php:219 +msgid "Refresh time" +msgstr "Tiempo de actualización" + +#: ../../operation/agentes/stat_win.php:300 +msgid "Avg. Only" +msgstr "Solo la media" + +#: ../../operation/agentes/stat_win.php:315 +msgid "Begin time" +msgstr "Comenzar el tiempo" + +#: ../../operation/agentes/stat_win.php:321 +#: ../../operation/agentes/interface_traffic_graph_win.php:244 +msgid "Zoom factor" +msgstr "Factor de ampliación" + +#: ../../operation/agentes/stat_win.php:351 msgid "" -"There was an error creating the alerts, the operation has been cancelled ." +"Show events is disabled because this Pandora node is set the event " +"replication." msgstr "" -"Ha habido un error creando las alertas, la operación ha sido cancelada." +"Los eventos no se muestran porque este nodo de Pandora tiene la replicación " +"de eventos activada." -#: ../../enterprise/meta/include/functions_wizard_meta.php:2476 -msgid "Module successfully added." -msgstr "Módulo añadido con éxito." +#: ../../operation/agentes/stat_win.php:363 +msgid "Show event graph" +msgstr "Mostrar gráfica de eventos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2548 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2637 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2848 -#, php-format -msgid "Error updating module %s" -msgstr "Erro al actualizar el módulo %s" +#: ../../operation/agentes/stat_win.php:372 +#: ../../operation/agentes/interface_traffic_graph_win.php:238 +msgid "Show percentil 95º" +msgstr "Muestra porcentaje 95º" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2571 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2660 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 +#: ../../operation/agentes/stat_win.php:378 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:245 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1244 +#: ../../mobile/operation/module_graph.php:420 +msgid "Time compare (Overlapped)" +msgstr "Comparación de tiempo (solapado)" + +#: ../../operation/agentes/stat_win.php:384 +#: ../../mobile/operation/module_graph.php:412 +msgid "Time compare (Separated)" +msgstr "Comparación de tiempo (por separado)" + +#: ../../operation/agentes/stat_win.php:390 +#: ../../mobile/operation/module_graph.php:428 +msgid "Show unknown graph" +msgstr "Mostrar gráficas desconocidas" + +#: ../../operation/agentes/stat_win.php:415 +#: ../../operation/agentes/interface_traffic_graph_win.php:271 +msgid "Reload" +msgstr "Actualizar" + +#: ../../operation/agentes/snapshot_view.php:66 +msgid "Current data at" +msgstr "Datos actuales a" + +#: ../../operation/agentes/networkmap.dinamic.php:130 +#: ../../enterprise/operation/policies/networkmap.policies.php:64 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:683 +#: ../../enterprise/include/class/NetworkmapEnterprise.class.php:227 +#: ../../include/functions_pandora_networkmap.php:99 +#: ../../mobile/operation/networkmap.php:110 +#: ../../mobile/operation/networkmap.php:129 +#: ../../mobile/operation/networkmap.php:146 +msgid "Pandora FMS" +msgstr "Pandora FMS" + +#: ../../operation/agentes/exportdata.excel.php:67 +#: ../../operation/agentes/exportdata.csv.php:68 +#: ../../operation/agentes/exportdata.php:82 +msgid "Invalid time specified" +msgstr "Hora especificada no válida" + +#: ../../operation/agentes/exportdata.excel.php:164 +#: ../../operation/agentes/exportdata.csv.php:181 +#: ../../operation/agentes/exportdata.php:217 +msgid "No modules specified" +msgstr "No se especificó ningún módulo" + +#: ../../operation/agentes/status_events.php:31 +#: ../../operation/agentes/status_events.php:32 +msgid "Latest events for this agent" +msgstr "Últimos eventos para este agente" + +#: ../../operation/agentes/exportdata.php:36 ../../operation/menu.php:406 +msgid "Export data" +msgstr "Exportar datos" + +#: ../../operation/agentes/exportdata.php:243 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 +#: ../../godmode/db/db_refine.php:83 +msgid "Source agent" +msgstr "Agente origen" + +#: ../../operation/agentes/exportdata.php:275 +msgid "No modules of type string. You can not calculate their average" +msgstr "No hay módulos de tipo cadena. No puede calcular su media." + +#: ../../operation/agentes/exportdata.php:318 +#: ../../enterprise/operation/log/log_viewer.php:223 +#: ../../enterprise/include/functions_netflow_pdf.php:163 +msgid "End date" +msgstr "Fecha final" + +#: ../../operation/agentes/exportdata.php:326 +msgid "Export type" +msgstr "Tipo de exportación" + +#: ../../operation/agentes/exportdata.php:329 +#: ../../include/functions_netflow.php:1031 +msgid "Data table" +msgstr "Tabla de datos" + +#: ../../operation/agentes/exportdata.php:330 +#: ../../extensions/insert_data.php:169 +#: ../../enterprise/operation/reporting/custom_reporting.php:21 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:293 +msgid "CSV" +msgstr "CSV" + +#: ../../operation/agentes/exportdata.php:331 +msgid "MS Excel" +msgstr "MS Excel" + +#: ../../operation/agentes/exportdata.php:332 +msgid "Average per hour/day" +msgstr "Media por hora/día" + +#: ../../operation/agentes/exportdata.php:340 +#: ../../extensions/resource_exportation.php:350 +#: ../../extensions/resource_exportation.php:353 +#: ../../enterprise/extensions/resource_exportation/functions.php:19 +msgid "Export" +msgstr "Exportar" + +#: ../../operation/agentes/datos_agente.php:165 +msgid "Received data from" +msgstr "Datos recibidos de" + +#: ../../operation/agentes/datos_agente.php:172 +msgid "Main database" +msgstr "Base de datos principal" + +#: ../../operation/agentes/datos_agente.php:172 +#: ../../enterprise/godmode/menu__.php:89 +#: ../../enterprise/godmode/menu.php:102 +#: ../../enterprise/include/functions_setup.php:33 +#: ../../enterprise/include/functions_setup.php:63 +msgid "History database" +msgstr "BBDD de histórico" + +#: ../../operation/agentes/datos_agente.php:173 msgid "" -"There was an error updating the alerts, the operation has been cancelled" +"Switch between the main database and the history database to retrieve module " +"data" msgstr "" -"Se produjo un error al actualizar las alertas, la operación ha sido cancelada" +"Cambiar entre base de datos principal y de histórico para recoger los datos " +"de los módulos" -#: ../../enterprise/meta/include/functions_wizard_meta.php:2593 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2682 -#: ../../enterprise/meta/include/functions_wizard_meta.php:2893 -msgid "Successfully updated module." -msgstr "Módulo actualizado correctamente" +#: ../../operation/agentes/datos_agente.php:185 +#: ../../include/ajax/module.php:135 +msgid "Choose a time from now" +msgstr "Elija un tiempo a partir de ahora" -#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 -msgid "Manage agent modules" -msgstr "Gestionar módulos de agentes" +#: ../../operation/agentes/datos_agente.php:188 +#: ../../include/ajax/module.php:147 +msgid "Specify time range" +msgstr "Especificar rango de tiempo" -#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 -#: ../../operation/integria_incidents/incident.php:141 -#: ../../operation/incidents/incident_detail.php:120 -msgid "No description available" -msgstr "Sin descripción disponible" +#: ../../operation/agentes/datos_agente.php:189 +#: ../../operation/events/events_list.php:486 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:449 +#: ../../include/ajax/module.php:148 +msgid "Timestamp from:" +msgstr "Timestamp desde:" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 -#: ../../enterprise/meta/advanced/servers.build_table.php:61 -#: ../../enterprise/include/functions_services.php:1412 -#: ../../enterprise/include/functions_reporting_pdf.php:1322 -#: ../../enterprise/include/functions_reporting_pdf.php:1458 -#: ../../enterprise/include/functions_reporting_pdf.php:2280 +#: ../../operation/agentes/datos_agente.php:195 +#: ../../operation/events/events_list.php:489 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 +#: ../../include/ajax/module.php:156 +msgid "Timestamp to:" +msgstr "Timestamp hasta:" + +#: ../../operation/agentes/datos_agente.php:286 +#: ../../godmode/agentes/module_manager.php:487 +#: ../../include/ajax/module.php:331 +msgid "No available data to show" +msgstr "No hay datos disponibles para mostrar" + +#: ../../operation/agentes/estado_agente.php:135 +#: ../../operation/gis_maps/render_view.php:116 +#: ../../enterprise/godmode/policies/configure_policy.php:38 +#: ../../enterprise/include/functions_policies.php:3199 +#: ../../godmode/agentes/configurar_agente.php:268 +#: ../../godmode/agentes/configurar_agente.php:493 ../../godmode/menu.php:232 +#: ../../godmode/menu.php:239 +msgid "Setup" +msgstr "Configuración" + +#: ../../operation/agentes/estado_agente.php:145 ../../operation/menu.php:54 +#: ../../godmode/agentes/agent_manager.php:165 +msgid "Agent detail" +msgstr "Detalle de agente" + +#: ../../operation/agentes/estado_agente.php:156 +msgid "Sucessfully deleted agent" +msgstr "Agente borrado correctamente" + +#: ../../operation/agentes/estado_agente.php:158 +msgid "There was an error message deleting the agent" +msgstr "Hubo errores al intentar borrar el agente" + +#: ../../operation/agentes/estado_agente.php:175 +#: ../../enterprise/godmode/policies/policies.php:233 +#: ../../godmode/agentes/modificar_agente.php:165 +#: ../../godmode/agentes/planned_downtime.editor.php:706 +msgid "Recursion" +msgstr "Recursión" + +#: ../../operation/agentes/estado_agente.php:526 +#: ../../operation/agentes/ver_agente.php:889 +#: ../../operation/agentes/ver_agente.php:1128 +#: ../../operation/search_results.php:93 ../../operation/search_agents.php:65 +#: ../../extensions/agents_alerts.php:253 +#: ../../enterprise/godmode/policies/policies.php:349 +#: ../../enterprise/godmode/policies/policy_alerts.php:32 +#: ../../enterprise/godmode/alerts/alert_events_list.php:67 +#: ../../enterprise/godmode/alerts/alert_events_list.php:114 +#: ../../enterprise/godmode/alerts/alert_events_list.php:129 +#: ../../enterprise/godmode/alerts/alert_events_list.php:144 +#: ../../enterprise/godmode/alerts/alert_events.php:71 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +#: ../../enterprise/godmode/services/services.service.php:312 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:85 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:599 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:73 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:103 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:226 +#: ../../enterprise/meta/agentsearch.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1370 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1460 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1580 +#: ../../enterprise/include/functions_policies.php:3256 +#: ../../enterprise/include/functions_reporting_pdf.php:706 +#: ../../godmode/agentes/modificar_agente.php:574 +#: ../../godmode/agentes/configurar_agente.php:287 +#: ../../godmode/groups/group_list.php:336 +#: ../../godmode/groups/configure_group.php:161 +#: ../../godmode/massive/massive_copy_modules.php:153 +#: ../../godmode/alerts/configure_alert_special_days.php:55 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../godmode/alerts/alert_list.php:330 +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +#: ../../godmode/alerts/configure_alert_command.php:41 +#: ../../godmode/alerts/alert_special_days.php:44 +#: ../../godmode/alerts/configure_alert_action.php:56 +#: ../../godmode/alerts/configure_alert_action.php:65 +#: ../../godmode/alerts/alert_commands.php:249 +#: ../../godmode/alerts/configure_alert_template.php:62 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../godmode/menu.php:141 ../../include/functions_treeview.php:321 +#: ../../include/functions_reports.php:601 +#: ../../include/functions_reports.php:603 +#: ../../include/functions_reports.php:606 +#: ../../include/functions_graph.php:748 +#: ../../include/functions_graph.php:3825 +#: ../../include/functions_graph.php:4503 +#: ../../include/functions_reporting_html.php:1107 +#: ../../include/functions_reporting_html.php:2509 +#: ../../mobile/operation/alerts.php:154 ../../mobile/operation/agents.php:83 +#: ../../mobile/operation/agents.php:323 ../../mobile/operation/agent.php:219 +#: ../../mobile/include/functions_web.php:25 +msgid "Alerts" +msgstr "Alertas" + +#: ../../operation/agentes/estado_agente.php:575 +#: ../../operation/visual_console/render_view.php:130 +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../enterprise/operation/agentes/transactional_map.php:276 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 +#: ../../enterprise/meta/screens/screens.visualmap.php:149 +#: ../../enterprise/meta/screens/screens.visualmap.php:165 +#: ../../godmode/reporting/visual_console_builder.php:686 +#: ../../godmode/agentes/modificar_agente.php:52 +#: ../../godmode/agentes/modificar_agente.php:578 +#: ../../godmode/agentes/configurar_agente.php:256 +#: ../../godmode/servers/manage_recontask.php:32 +#: ../../godmode/setup/setup_visuals.php:142 +#: ../../godmode/setup/setup_visuals.php:162 +#: ../../godmode/setup/setup_visuals.php:181 +#: ../../godmode/setup/setup_visuals.php:192 +#: ../../godmode/setup/setup_visuals.php:263 +msgid "View" +msgstr "Vista" + +#: ../../operation/agentes/estado_agente.php:591 +#, fuzzy +msgid "Remote config" +msgstr "Configuración remota" + +#: ../../operation/agentes/estado_agente.php:633 +#: ../../operation/agentes/estado_agente.php:653 +#: ../../operation/snmpconsole/snmp_view.php:582 +#: ../../operation/snmpconsole/snmp_statistics.php:151 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 +#: ../../godmode/agentes/modificar_agente.php:650 +msgid "Create agent" +msgstr "Crear agente" + +#: ../../operation/agentes/estado_agente.php:649 +#: ../../operation/agentes/group_view.php:430 +#: ../../godmode/agentes/modificar_agente.php:642 +msgid "There are no defined agents" +msgstr "No hay ningún agente definido" + +#: ../../operation/agentes/group_view.php:70 +#: ../../operation/users/user_edit.php:307 ../../operation/menu.php:48 +#: ../../enterprise/meta/monitoring/group_view.php:46 +msgid "Group view" +msgstr "Vista de grupo" + +#: ../../operation/agentes/group_view.php:117 +msgid "Summary of the status groups" +msgstr "Resumen de los grupos por estatus" + +#: ../../operation/agentes/group_view.php:120 +#: ../../operation/agentes/group_view.php:158 +#: ../../operation/search_results.php:73 +#: ../../extensions/agents_alerts.php:177 +#: ../../extensions/agents_modules.php:195 +#: ../../enterprise/operation/services/services.service_map.php:125 +#: ../../enterprise/godmode/policies/policy_queue.php:375 +#: ../../enterprise/godmode/policies/policies.php:256 +#: ../../enterprise/godmode/policies/policies.php:361 +#: ../../enterprise/godmode/policies/policy_agents.php:283 +#: ../../enterprise/godmode/policies/policy_agents.php:341 +#: ../../enterprise/godmode/policies/policy.php:50 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:134 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:96 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 +#: ../../enterprise/meta/monitoring/group_view.php:98 +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 +#: ../../enterprise/meta/advanced/policymanager.queue.php:257 +#: ../../enterprise/include/functions_reporting.php:4058 +#: ../../enterprise/include/functions_policies.php:3303 +#: ../../enterprise/include/functions_reporting_pdf.php:532 +#: ../../enterprise/include/functions_reporting_pdf.php:664 +#: ../../enterprise/dashboard/widgets/service_map.php:93 +#: ../../godmode/reporting/graph_builder.graph_editor.php:146 +#: ../../godmode/reporting/reporting_builder.item_editor.php:997 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 +#: ../../godmode/reporting/visual_console_builder.wizard.php:256 +#: ../../godmode/reporting/reporting_builder.list_items.php:161 +#: ../../godmode/reporting/reporting_builder.list_items.php:186 +#: ../../godmode/massive/massive_add_tags.php:129 +#: ../../godmode/massive/massive_edit_plugins.php:299 +#: ../../godmode/massive/massive_delete_agents.php:127 +#: ../../godmode/massive/massive_standby_alerts.php:142 +#: ../../godmode/massive/massive_edit_modules.php:342 +#: ../../godmode/massive/massive_add_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:224 +#: ../../godmode/massive/massive_delete_tags.php:192 +#: ../../godmode/massive/massive_enable_disable_alerts.php:141 +#: ../../godmode/massive/massive_delete_modules.php:496 +#: ../../godmode/massive/massive_delete_alerts.php:218 +#: ../../godmode/alerts/alert_list.list.php:71 +#: ../../include/functions_pandora_networkmap.php:1522 +#: ../../include/functions_reporting_html.php:832 +#: ../../include/functions_reporting_html.php:1061 +#: ../../include/functions_groups.php:46 +#: ../../include/functions_groups.php:784 +#: ../../include/functions_groups.php:786 +#: ../../include/functions_groups.php:788 +#: ../../include/functions_groups.php:789 +#: ../../include/functions_groups.php:790 +#: ../../mobile/operation/agents.php:158 ../../mobile/operation/home.php:58 +#: ../../mobile/include/functions_web.php:22 +msgid "Agents" +msgstr "Agentes" + +#: ../../operation/agentes/group_view.php:170 +msgid "Not Init" +msgstr "No iniciado" + +#: ../../operation/agentes/group_view.php:174 +#: ../../operation/snmpconsole/snmp_view.php:643 +#: ../../operation/events/sound_events.php:79 +#: ../../extensions/agents_alerts.php:323 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/godmode/alerts/alert_events_list.php:617 +#: ../../enterprise/meta/monitoring/group_view.php:155 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_view.php:85 +#: ../../include/functions_agents.php:2092 +#: ../../include/functions_agents.php:2104 ../../include/functions.php:1033 +#: ../../include/functions_events.php:1144 +#: ../../include/functions_events.php:1411 +#: ../../include/functions_reporting.php:7107 +#: ../../include/functions_ui.php:908 ../../mobile/operation/alerts.php:253 +msgid "Alert fired" +msgstr "Alerta lanzada" + +#: ../../operation/agentes/group_view.php:249 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 +#: ../../mobile/operation/modules.php:151 +#: ../../mobile/operation/modules.php:152 +#: ../../mobile/operation/modules.php:244 +#: ../../mobile/operation/modules.php:245 +msgid "Tag" +msgstr "Etiqueta" + +#: ../../operation/agentes/interface_traffic_graph_win.php:66 +msgid "In" +msgstr "En" + +#: ../../operation/agentes/interface_traffic_graph_win.php:67 +msgid "Out" +msgstr "Fuera" + +#: ../../operation/agentes/ver_agente.php:602 +#: ../../enterprise/operation/agentes/ver_agente.php:70 +msgid "Main IP" +msgstr "IP principal" + +#: ../../operation/agentes/ver_agente.php:613 +#: ../../enterprise/operation/agentes/ver_agente.php:76 +#: ../../include/functions_events.php:2041 +msgid "Last remote contact" +msgstr "Último contacto remoto" + +#: ../../operation/agentes/ver_agente.php:653 +#: ../../enterprise/operation/agentes/ver_agente.php:113 +msgid "Monitors down" +msgstr "Monitores caídos" + +#: ../../operation/agentes/ver_agente.php:689 +#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 +#: ../../enterprise/operation/agentes/ver_agente.php:152 +#: ../../include/functions_reporting_html.php:2184 +#: ../../include/functions_reporting_html.php:2193 +#: ../../include/functions_groups.php:848 +#: ../../include/functions_groups.php:850 +#: ../../include/functions_groups.php:852 +#: ../../include/functions_groups.php:853 +#: ../../include/functions_groups.php:854 +#: ../../mobile/operation/groups.php:161 +msgid "Alerts fired" +msgstr "Alertas disparadas" + +#: ../../operation/agentes/ver_agente.php:722 +#: ../../operation/netflow/nf_live_view.php:251 +#: ../../operation/search_modules.php:49 ../../operation/events/events.php:74 +#: ../../operation/events/sound_events.php:78 #: ../../enterprise/operation/agentes/policy_view.php:306 #: ../../enterprise/operation/agentes/ver_agente.php:30 -#: ../../enterprise/godmode/services/services.elements.php:320 -#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:159 +#: ../../enterprise/godmode/policies/policy_modules.php:1059 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1179 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:98 #: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:220 #: ../../enterprise/godmode/reporting/reporting_builder.global.php:82 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:77 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1145 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:97 -#: ../../enterprise/godmode/policies/policy_modules.php:1020 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:79 +#: ../../enterprise/godmode/services/services.elements.php:329 +#: ../../enterprise/godmode/modules/configure_local_component.php:184 +#: ../../enterprise/meta/advanced/servers.build_table.php:61 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:93 +#: ../../enterprise/include/functions_services.php:1412 +#: ../../enterprise/include/functions_reporting_pdf.php:1329 +#: ../../enterprise/include/functions_reporting_pdf.php:1465 +#: ../../enterprise/include/functions_reporting_pdf.php:2358 +#: ../../godmode/reporting/reporting_builder.item_editor.php:631 +#: ../../godmode/reporting/visual_console_builder.wizard.php:111 +#: ../../godmode/reporting/visual_console_builder.wizard.php:189 +#: ../../godmode/reporting/reporting_builder.list_items.php:165 +#: ../../godmode/reporting/reporting_builder.list_items.php:192 +#: ../../godmode/reporting/reporting_builder.list_items.php:285 +#: ../../godmode/agentes/module_manager.php:118 +#: ../../godmode/agentes/module_manager.php:521 +#: ../../godmode/agentes/module_manager_editor_common.php:173 +#: ../../godmode/agentes/planned_downtime.list.php:394 +#: ../../godmode/agentes/agent_template.php:228 +#: ../../godmode/agentes/planned_downtime.editor.php:485 +#: ../../godmode/servers/plugin.php:736 +#: ../../godmode/servers/servers.build_table.php:66 +#: ../../godmode/alerts/alert_templates.php:38 +#: ../../godmode/alerts/alert_templates.php:253 +#: ../../godmode/alerts/alert_templates.php:301 +#: ../../godmode/modules/manage_network_templates_form.php:197 +#: ../../godmode/modules/manage_network_components.php:566 +#: ../../godmode/modules/manage_network_components_form_common.php:69 +#: ../../godmode/setup/gis_step_2.php:171 ../../godmode/setup/news.php:221 +#: ../../godmode/events/event_responses.editor.php:115 +#: ../../include/functions_events.php:887 +#: ../../include/functions_events.php:2365 ../../include/ajax/module.php:724 +#: ../../include/functions_reporting.php:5482 +#: ../../include/functions_reporting_html.php:531 +#: ../../include/functions_reporting_html.php:1144 +#: ../../include/functions_reporting_html.php:1572 +#: ../../include/functions_reporting_html.php:2359 +#: ../../include/functions_visual_map_editor.php:379 +#: ../../include/functions_visual_map_editor.php:398 +#: ../../include/functions_snmp_browser.php:410 +#: ../../mobile/operation/visualmaps.php:61 +#: ../../mobile/operation/visualmaps.php:62 #: ../../mobile/operation/networkmaps.php:77 #: ../../mobile/operation/networkmaps.php:78 #: ../../mobile/operation/networkmaps.php:140 #: ../../mobile/operation/networkmaps.php:141 #: ../../mobile/operation/networkmaps.php:196 -#: ../../mobile/operation/events.php:347 ../../mobile/operation/events.php:348 -#: ../../mobile/operation/events.php:476 ../../mobile/operation/events.php:617 -#: ../../mobile/operation/events.php:618 -#: ../../mobile/operation/visualmaps.php:61 -#: ../../mobile/operation/visualmaps.php:62 -#: ../../include/functions_snmp_browser.php:410 -#: ../../include/functions_reporting.php:4732 -#: ../../include/functions_visual_map_editor.php:367 -#: ../../include/functions_visual_map_editor.php:386 -#: ../../include/functions_reporting_html.php:483 -#: ../../include/functions_reporting_html.php:1096 -#: ../../include/functions_reporting_html.php:1515 -#: ../../include/functions_reporting_html.php:2265 -#: ../../include/functions_events.php:886 -#: ../../include/functions_events.php:2362 ../../include/ajax/module.php:703 -#: ../../operation/events/events.php:74 -#: ../../operation/events/sound_events.php:73 -#: ../../operation/search_modules.php:49 -#: ../../operation/agentes/ver_agente.php:658 -#: ../../operation/agentes/networkmap_list.php:135 -#: ../../operation/agentes/networkmap_list.php:179 -#: ../../operation/agentes/networkmap_list.php:263 -#: ../../operation/agentes/status_monitor.php:924 -#: ../../operation/netflow/nf_live_view.php:251 -#: ../../godmode/events/event_responses.editor.php:115 -#: ../../godmode/alerts/alert_templates.php:38 -#: ../../godmode/alerts/alert_templates.php:253 -#: ../../godmode/alerts/alert_templates.php:301 -#: ../../godmode/agentes/module_manager_editor_common.php:156 -#: ../../godmode/agentes/planned_downtime.editor.php:479 -#: ../../godmode/agentes/planned_downtime.list.php:392 -#: ../../godmode/agentes/module_manager.php:117 -#: ../../godmode/agentes/module_manager.php:516 -#: ../../godmode/agentes/agent_template.php:224 -#: ../../godmode/servers/plugin.php:686 -#: ../../godmode/servers/servers.build_table.php:65 -#: ../../godmode/setup/news.php:221 ../../godmode/setup/gis_step_2.php:171 -#: ../../godmode/modules/manage_network_components.php:541 -#: ../../godmode/modules/manage_network_components_form_common.php:67 -#: ../../godmode/modules/manage_network_templates_form.php:197 -#: ../../godmode/reporting/reporting_builder.list_items.php:165 -#: ../../godmode/reporting/reporting_builder.list_items.php:192 -#: ../../godmode/reporting/reporting_builder.list_items.php:285 -#: ../../godmode/reporting/visual_console_builder.wizard.php:111 -#: ../../godmode/reporting/visual_console_builder.wizard.php:173 -#: ../../godmode/reporting/reporting_builder.item_editor.php:593 +#: ../../mobile/operation/events.php:352 ../../mobile/operation/events.php:353 +#: ../../mobile/operation/events.php:481 ../../mobile/operation/events.php:622 +#: ../../mobile/operation/events.php:623 msgid "Type" msgstr "Tipo" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:107 -#: ../../enterprise/godmode/alerts/alert_events.php:505 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:172 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:223 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:276 -#: ../../include/functions_reporting_html.php:2043 -#: ../../include/functions_events.php:2168 -#: ../../operation/integria_incidents/incident.incident.php:90 -#: ../../operation/integria_incidents/incident.list.php:97 -#: ../../operation/agentes/estado_generalagente.php:405 -#: ../../operation/incidents/incident.php:241 -#: ../../operation/incidents/incident.php:333 -#: ../../operation/incidents/incident_detail.php:318 -#: ../../godmode/snmpconsole/snmp_alert.php:835 -#: ../../godmode/snmpconsole/snmp_alert.php:900 -#: ../../godmode/alerts/configure_alert_template.php:727 -#: ../../godmode/alerts/alert_templates.php:52 -#: ../../godmode/alerts/alert_list.list.php:120 -#: ../../godmode/alerts/alert_view.php:102 -#: ../../godmode/agentes/agent_incidents.php:88 -msgid "Priority" -msgstr "Prioridad" +#: ../../operation/agentes/ver_agente.php:738 +#: ../../enterprise/extensions/ipam/ipam_network.php:535 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:84 +msgid "Address" +msgstr "Dirección" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 -#: ../../godmode/alerts/alert_templates.php:62 -msgid "Everyday" -msgstr "Cada día" +#: ../../operation/agentes/ver_agente.php:779 +msgid "Sons" +msgstr "Hijos" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 -#: ../../enterprise/include/functions_reporting.php:1114 -#: ../../enterprise/include/functions_reporting.php:1370 -#: ../../enterprise/include/functions_reporting.php:1804 -#: ../../enterprise/include/functions_reporting_pdf.php:1659 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1267 -#: ../../include/functions_html.php:827 -#: ../../godmode/alerts/configure_alert_special_days.php:78 -#: ../../godmode/alerts/alert_special_days.php:196 -#: ../../godmode/alerts/alert_templates.php:65 -#: ../../godmode/reporting/reporting_builder.item_editor.php:751 -msgid "Monday" -msgstr "Lunes" +#: ../../operation/agentes/ver_agente.php:863 +#: ../../operation/servers/recon_view.php:46 +#: ../../operation/search_agents.php:109 +msgid "Manage" +msgstr "Gestionar" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 -#: ../../enterprise/include/functions_reporting.php:1115 -#: ../../enterprise/include/functions_reporting.php:1371 -#: ../../enterprise/include/functions_reporting.php:1805 -#: ../../enterprise/include/functions_reporting_pdf.php:1660 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1273 -#: ../../include/functions_html.php:828 -#: ../../godmode/alerts/configure_alert_special_days.php:79 -#: ../../godmode/alerts/alert_special_days.php:199 -#: ../../godmode/alerts/alert_templates.php:66 -#: ../../godmode/reporting/reporting_builder.item_editor.php:757 -msgid "Tuesday" -msgstr "Martes" +#: ../../operation/agentes/ver_agente.php:877 +#: ../../operation/netflow/nf_live_view.php:131 +#: ../../enterprise/meta/monitoring/tactical.php:35 +#: ../../enterprise/meta/monitoring/group_view.php:32 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:37 +#: ../../enterprise/meta/advanced/synchronizing.php:33 +#: ../../enterprise/meta/advanced/agents_setup.php:35 +#: ../../enterprise/meta/advanced/policymanager.php:35 +#: ../../enterprise/meta/general/logon_ok.php:15 +#: ../../enterprise/meta/agentsearch.php:26 +#: ../../enterprise/meta/index.php:496 +#: ../../godmode/netflow/nf_item_list.php:57 +#: ../../godmode/netflow/nf_edit.php:47 +#: ../../godmode/netflow/nf_edit_form.php:65 +msgid "Main" +msgstr "Principal" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 -#: ../../enterprise/include/functions_reporting.php:1116 -#: ../../enterprise/include/functions_reporting.php:1372 -#: ../../enterprise/include/functions_reporting.php:1806 -#: ../../enterprise/include/functions_reporting_pdf.php:1661 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1279 -#: ../../include/functions_html.php:829 -#: ../../godmode/alerts/configure_alert_special_days.php:80 -#: ../../godmode/alerts/alert_special_days.php:202 -#: ../../godmode/alerts/alert_templates.php:67 -#: ../../godmode/reporting/reporting_builder.item_editor.php:763 -msgid "Wednesday" -msgstr "Miércoles" +#: ../../operation/agentes/ver_agente.php:919 +#: ../../godmode/agentes/configurar_agente.php:349 +msgid "GIS data" +msgstr "Datos GIS" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 -#: ../../enterprise/include/functions_reporting.php:1117 -#: ../../enterprise/include/functions_reporting.php:1373 -#: ../../enterprise/include/functions_reporting.php:1807 -#: ../../enterprise/include/functions_reporting_pdf.php:1662 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1285 -#: ../../include/functions_html.php:830 -#: ../../godmode/alerts/configure_alert_special_days.php:81 -#: ../../godmode/alerts/alert_special_days.php:205 -#: ../../godmode/alerts/alert_templates.php:68 -#: ../../godmode/reporting/reporting_builder.item_editor.php:769 -msgid "Thursday" -msgstr "Jueves" +#: ../../operation/agentes/ver_agente.php:933 +#: ../../operation/integria_incidents/incident.php:43 +#: ../../operation/integria_incidents/incident.php:54 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/menu.php:361 ../../general/firts_task/incidents.php:28 +#: ../../godmode/agentes/configurar_agente.php:393 +#: ../../godmode/agentes/configurar_agente.php:523 +msgid "Incidents" +msgstr "Incidentes" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 -#: ../../enterprise/include/functions_reporting.php:1118 -#: ../../enterprise/include/functions_reporting.php:1374 -#: ../../enterprise/include/functions_reporting.php:1808 -#: ../../enterprise/include/functions_reporting_pdf.php:1663 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 -#: ../../include/functions_html.php:831 -#: ../../godmode/alerts/configure_alert_special_days.php:82 -#: ../../godmode/alerts/alert_special_days.php:208 -#: ../../godmode/alerts/alert_templates.php:69 -#: ../../godmode/reporting/reporting_builder.item_editor.php:775 -msgid "Friday" -msgstr "Viernes" +#: ../../operation/agentes/ver_agente.php:957 +#: ../../operation/agentes/ver_agente.php:1140 +#: ../../enterprise/meta/event/custom_events.php:53 +#: ../../enterprise/meta/event/custom_events.php:58 +#: ../../enterprise/meta/event/custom_events.php:69 +#: ../../enterprise/meta/event/custom_events.php:83 +#: ../../godmode/agentes/agent_manager.php:443 +#: ../../godmode/massive/massive_edit_agents.php:446 +#: ../../godmode/events/events.php:53 ../../godmode/events/events.php:58 +#: ../../godmode/events/events.php:69 ../../godmode/menu.php:36 +#: ../../include/functions_events.php:2046 +msgid "Custom fields" +msgstr "Campos personalizados" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 -#: ../../enterprise/include/functions_reporting.php:1119 -#: ../../enterprise/include/functions_reporting.php:1375 -#: ../../enterprise/include/functions_reporting.php:1809 -#: ../../enterprise/include/functions_reporting_pdf.php:1664 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 -#: ../../include/functions_html.php:832 -#: ../../godmode/alerts/configure_alert_special_days.php:83 -#: ../../godmode/alerts/alert_special_days.php:211 -#: ../../godmode/alerts/alert_templates.php:70 -#: ../../godmode/reporting/reporting_builder.item_editor.php:781 -msgid "Saturday" -msgstr "Sábado" +#: ../../operation/agentes/ver_agente.php:969 +#: ../../operation/agentes/ver_agente.php:1143 +#: ../../operation/search_results.php:103 +#: ../../include/functions_reports.php:498 +#: ../../include/functions_reports.php:500 +#: ../../include/functions_reports.php:504 +#: ../../include/functions_reports.php:506 +#: ../../include/functions_reports.php:510 +#: ../../include/functions_reports.php:512 +#: ../../include/functions_reports.php:514 +#: ../../include/functions_reports.php:518 +#: ../../include/functions_groups.php:106 +#: ../../include/functions_groups.php:163 +msgid "Graphs" +msgstr "Gráficas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 -#: ../../enterprise/include/functions_reporting.php:1120 -#: ../../enterprise/include/functions_reporting.php:1376 -#: ../../enterprise/include/functions_reporting.php:1810 -#: ../../enterprise/include/functions_reporting_pdf.php:1665 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1303 -#: ../../include/functions_html.php:826 -#: ../../godmode/alerts/configure_alert_special_days.php:84 -#: ../../godmode/alerts/alert_special_days.php:214 -#: ../../godmode/alerts/alert_templates.php:71 -#: ../../godmode/reporting/reporting_builder.item_editor.php:787 -msgid "Sunday" -msgstr "Domingo" +#: ../../operation/agentes/ver_agente.php:987 +msgid "Log Viewer" +msgstr "Visor de sucesos" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../enterprise/extensions/ipam/ipam_editor.php:82 -#: ../../enterprise/godmode/setup/setup_history.php:64 -#: ../../include/functions_config.php:631 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Days" -msgstr "Días" +#: ../../operation/agentes/ver_agente.php:1000 +#: ../../operation/agentes/ver_agente.php:1155 +#: ../../godmode/setup/setup.php:102 ../../godmode/setup/setup.php:133 +#: ../../godmode/menu.php:270 +#, fuzzy +msgid "eHorus" +msgstr "Horas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 -#: ../../godmode/alerts/alert_templates.php:73 -msgid "Every" -msgstr "Cada" +#: ../../operation/agentes/ver_agente.php:1007 +#, fuzzy +msgid "Terminal" +msgstr "Prueba" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 -#: ../../enterprise/godmode/alerts/alert_events.php:453 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 -#: ../../godmode/snmpconsole/snmp_alert.php:813 -#: ../../godmode/alerts/configure_alert_template.php:545 -#: ../../godmode/alerts/alert_templates.php:89 -#: ../../godmode/alerts/alert_view.php:306 -msgid "Time threshold" -msgstr "Umbral de tiempo" +#: ../../operation/agentes/ver_agente.php:1012 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:249 +#: ../../enterprise/dashboard/widgets/top_n.php:75 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1230 +msgid "Display" +msgstr "Mostrar" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:148 -#: ../../enterprise/include/functions_reporting_pdf.php:2085 -#: ../../enterprise/include/functions_reporting_pdf.php:2135 -#: ../../enterprise/include/functions_reporting_pdf.php:2171 -#: ../../enterprise/include/functions_reporting_pdf.php:2209 -#: ../../enterprise/godmode/alerts/alert_events_list.php:559 -#: ../../enterprise/godmode/policies/policy_alerts.php:336 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:222 -#: ../../operation/agentes/gis_view.php:181 -#: ../../operation/reporting/reporting_viewer.php:199 -#: ../../godmode/alerts/alert_templates.php:94 -#: ../../godmode/alerts/alert_list.list.php:521 -#: ../../godmode/alerts/alert_list.list.php:525 -#: ../../godmode/agentes/planned_downtime.list.php:141 -msgid "From" -msgstr "De" +#: ../../operation/agentes/ver_agente.php:1017 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:299 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:777 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 +msgid "Processes" +msgstr "Procesos" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:150 -#: ../../enterprise/include/functions_reporting.php:1928 -#: ../../enterprise/include/functions_reporting.php:2039 -#: ../../enterprise/include/functions_reporting.php:3214 -#: ../../enterprise/godmode/alerts/alert_events_list.php:560 -#: ../../enterprise/godmode/alerts/alert_events_list.php:601 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -#: ../../enterprise/godmode/policies/policy_alerts.php:337 -#: ../../enterprise/godmode/policies/policy_alerts.php:469 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:223 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:280 -#: ../../include/functions_reporting.php:8425 -#: ../../operation/reporting/reporting_viewer.php:203 -#: ../../godmode/alerts/alert_templates.php:96 -#: ../../godmode/alerts/alert_list.list.php:522 -#: ../../godmode/alerts/alert_list.list.php:597 -#: ../../godmode/alerts/alert_list.builder.php:121 -#: ../../godmode/massive/massive_add_action_alerts.php:161 -msgid "to" -msgstr "a" +#: ../../operation/agentes/ver_agente.php:1022 +#: ../../general/firts_task/service_list.php:25 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.service_map.php:111 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/operation/menu.php:31 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:298 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:160 +#: ../../enterprise/godmode/menu__.php:79 +#: ../../enterprise/godmode/services/services.service.php:198 +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:122 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/godmode/menu.php:92 +#: ../../enterprise/meta/general/main_header.php:172 +#: ../../enterprise/include/functions_groups.php:61 +#: ../../enterprise/dashboard/widgets/service_map.php:79 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:300 +msgid "Services" +msgstr "Servicios" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 -#: ../../enterprise/operation/agentes/policy_view.php:146 -#: ../../enterprise/operation/agentes/policy_view.php:210 -#: ../../enterprise/operation/agentes/policy_view.php:442 -#: ../../include/functions.php:1999 -#: ../../godmode/alerts/configure_alert_template.php:874 -#: ../../godmode/alerts/alert_list.builder.php:209 -#: ../../godmode/modules/manage_network_components_form_wmi.php:58 -#: ../../godmode/modules/manage_network_components_form_plugin.php:29 -#: ../../godmode/modules/manage_network_components_form_network.php:82 -msgid "Empty" -msgstr "Vacío" +#: ../../operation/agentes/ver_agente.php:1027 +#: ../../operation/integria_incidents/incident.php:66 +#: ../../enterprise/godmode/agentes/collections.data.php:104 +#: ../../enterprise/godmode/agentes/collections.data.php:214 +#: ../../enterprise/godmode/agentes/collections.data.php:254 +#: ../../enterprise/godmode/agentes/collections.editor.php:46 +#: ../../enterprise/godmode/agentes/collections.editor.php:350 +#: ../../enterprise/godmode/agentes/collections.editor.php:375 +#: ../../enterprise/include/functions_collection.php:129 +msgid "Files" +msgstr "Archivos" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:637 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/meta/monitoring/group_view.php:150 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:617 -#: ../../mobile/operation/alerts.php:253 -#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909 -#: ../../include/functions_agents.php:2074 -#: ../../include/functions_agents.php:2086 -#: ../../include/functions_reporting.php:6329 ../../include/functions.php:1007 -#: ../../include/functions_events.php:1143 -#: ../../include/functions_events.php:1410 -#: ../../operation/events/sound_events.php:74 -#: ../../operation/snmpconsole/snmp_view.php:633 -#: ../../operation/agentes/group_view.php:155 -#: ../../godmode/alerts/alert_list.list.php:620 -#: ../../godmode/alerts/alert_view.php:85 -msgid "Alert fired" -msgstr "Alerta lanzada" +#: ../../operation/agentes/ver_agente.php:1125 +#: ../../enterprise/include/functions_reporting_pdf.php:2256 +#: ../../enterprise/include/functions_reporting_pdf.php:2294 +#: ../../include/functions_treeview.php:256 +#: ../../include/functions_reporting_html.php:70 +#: ../../include/functions_reporting_html.php:2637 +msgid "Last data" +msgstr "Últimos datos" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 -#: ../../enterprise/operation/agentes/policy_view.php:273 -#: ../../enterprise/godmode/alerts/alert_events_list.php:626 -#: ../../mobile/operation/alerts.php:261 -#: ../../extensions/agents_alerts.php:330 ../../include/functions_ui.php:917 -#: ../../include/functions_agents.php:2077 -#: ../../include/functions_agents.php:2089 -#: ../../include/functions_reporting.php:6274 -#: ../../operation/snmpconsole/snmp_view.php:636 -#: ../../godmode/alerts/alert_list.list.php:628 -#: ../../godmode/alerts/alert_view.php:93 -msgid "Alert not fired" -msgstr "Alerta no lanzada" +#: ../../operation/agentes/ver_agente.php:1131 +#: ../../enterprise/operation/agentes/ver_agente.php:174 +#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 +#: ../../enterprise/operation/inventory/inventory.php:112 +#: ../../enterprise/operation/menu.php:19 +#: ../../enterprise/godmode/agentes/configurar_agente.php:33 +#: ../../enterprise/include/functions_reporting_csv.php:179 +#: ../../godmode/agentes/configurar_agente.php:500 +#: ../../include/functions_reports.php:620 +#: ../../include/functions_reports.php:621 +#: ../../include/functions_reports.php:623 +#: ../../include/functions_reporting.php:1452 +msgid "Inventory" +msgstr "Inventario" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 -#: ../../enterprise/operation/agentes/policy_view.php:265 -#: ../../enterprise/godmode/alerts/alert_events_list.php:618 -#: ../../mobile/operation/alerts.php:253 -#: ../../extensions/agents_alerts.php:322 ../../include/functions_ui.php:909 -#: ../../godmode/alerts/alert_list.list.php:620 -#: ../../godmode/alerts/alert_view.php:85 -msgid "times" -msgstr "veces" +#: ../../operation/agentes/ver_agente.php:1134 +#: ../../enterprise/operation/agentes/ver_agente.php:190 +#: ../../enterprise/godmode/agentes/collections.php:181 +#: ../../enterprise/include/functions_groups.php:75 +#: ../../godmode/agentes/configurar_agente.php:496 +msgid "Collection" +msgstr "Colección" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 -#: ../../enterprise/operation/agentes/policy_view.php:269 -#: ../../enterprise/godmode/alerts/alert_events_list.php:622 -#: ../../mobile/operation/alerts.php:257 -#: ../../extensions/agents_alerts.php:326 ../../include/functions_ui.php:913 -#: ../../include/functions_reporting.php:6335 -#: ../../godmode/alerts/alert_list.list.php:624 -#: ../../godmode/alerts/alert_view.php:89 -msgid "Alert disabled" -msgstr "Alerta desactivada" +#: ../../operation/agentes/ver_agente.php:1137 +#: ../../godmode/agentes/configurar_agente.php:519 +msgid "Gis" +msgstr "Gis" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:892 -#: ../../enterprise/extensions/ipam/ipam_network.php:542 -#: ../../enterprise/extensions/ipam/ipam_massive.php:79 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:196 -#: ../../enterprise/include/functions_reporting_pdf.php:2262 -#: ../../enterprise/godmode/setup/setup.php:98 -#: ../../include/functions_groups.php:2128 -#: ../../include/functions_reporting_html.php:1496 -#: ../../operation/agentes/estado_generalagente.php:298 -#: ../../godmode/alerts/configure_alert_template.php:648 -msgid "Enabled" -msgstr "Activado" +#: ../../operation/agentes/ver_agente.php:1149 +#: ../../operation/integria_incidents/incident.list.php:94 +#: ../../operation/incidents/incident.php:337 +#: ../../operation/incidents/incident_detail.php:244 +#: ../../godmode/agentes/agent_incidents.php:87 +#: ../../godmode/servers/manage_recontask_form.php:306 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Incident" +msgstr "Incidente" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:898 -#: ../../enterprise/operation/agentes/policy_view.php:221 -#: ../../mobile/operation/alerts.php:44 ../../include/functions_ui.php:815 -#: ../../operation/agentes/alerts_status.functions.php:80 -#: ../../godmode/alerts/alert_list.list.php:133 -msgid "Standby on" -msgstr "Modo standby activado" +#: ../../operation/agentes/alerts_status.php:108 +msgid "Full list of alerts" +msgstr "Lista completa de alertas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:900 -#: ../../mobile/operation/alerts.php:45 -#: ../../operation/agentes/alerts_status.functions.php:81 -#: ../../godmode/alerts/alert_list.list.php:134 -msgid "Standby off" -msgstr "Modo standby desactivado" +#: ../../operation/agentes/alerts_status.php:132 +#: ../../operation/users/user_edit.php:309 ../../operation/menu.php:62 +msgid "Alert detail" +msgstr "Detalle de alertas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1057 -#: ../../include/functions_treeview.php:369 -#: ../../operation/agentes/custom_fields.php:28 -#: ../../operation/agentes/agent_fields.php:28 -#: ../../operation/agentes/estado_generalagente.php:46 -msgid "There was a problem loading agent" -msgstr "Hubo un problema al cargar la configuración del agente" +#: ../../operation/agentes/alerts_status.php:135 +#: ../../enterprise/meta/general/main_header.php:103 +msgid "Alerts view" +msgstr "Vista de alertas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1102 -#: ../../mobile/operation/agent.php:134 -#: ../../include/functions_treeview.php:412 -#: ../../operation/agentes/estado_generalagente.php:269 -msgid "Other IP addresses" -msgstr "Otras direcciones IP" +#: ../../operation/agentes/alerts_status.php:144 +msgid "Insufficient permissions to validate alerts" +msgstr "Permisos insuficientes para validar alertas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1117 -#: ../../include/functions_treeview.php:483 -#: ../../operation/gis_maps/ajax.php:315 -#: ../../operation/agentes/estado_generalagente.php:160 -msgid "Agent Version" -msgstr "Versión del agente" +#: ../../operation/agentes/alerts_status.php:396 +#: ../../godmode/alerts/alert_list.list.php:163 +msgid "Alert control filter" +msgstr "Filtro de control de alertas" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1124 -#: ../../include/functions_treeview.php:500 -#: ../../operation/agentes/estado_generalagente.php:311 -msgid "Position (Long, Lat)" -msgstr "posición (longitud, latitud)" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1128 -#: ../../operation/agentes/estado_generalagente.php:314 -msgid "There is no GIS data." -msgstr "No hay datos GIS" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1144 -#: ../../include/functions_treeview.php:509 -#: ../../operation/agentes/ver_agente.php:880 -#: ../../operation/agentes/ver_agente.php:1040 -#: ../../operation/agentes/estado_generalagente.php:330 -#: ../../godmode/agentes/agent_manager.php:389 -msgid "Url address" -msgstr "Dirección Url" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1149 -#: ../../include/functions_treeview.php:443 -#: ../../operation/gis_maps/ajax.php:332 -#: ../../operation/agentes/estado_generalagente.php:206 -msgid "Remote" -msgstr "Remoto" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1155 -#: ../../enterprise/extensions/cron/main.php:258 -#: ../../enterprise/extensions/ipam/ipam_list.php:91 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:229 -#: ../../include/functions_ui.php:450 ../../include/functions_treeview.php:436 -#: ../../operation/gis_maps/ajax.php:323 ../../operation/gis_maps/ajax.php:334 -#: ../../operation/agentes/estado_generalagente.php:211 -#: ../../godmode/snmpconsole/snmp_alert.php:1111 -#: ../../godmode/db/db_main.php:183 -msgid "Never" -msgstr "Nunca" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1164 -#: ../../include/functions_treeview.php:517 -#: ../../operation/agentes/estado_generalagente.php:339 -msgid "Timezone Offset" -msgstr "Franja horaria desactivada" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 -#: ../../include/functions_treeview.php:451 -msgid "Next agent contact" -msgstr "Siguiente contacto con el agente" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1180 -#: ../../include/functions_treeview.php:532 -#: ../../operation/agentes/agent_fields.php:45 -#: ../../operation/agentes/estado_generalagente.php:355 -msgid "Custom field" -msgstr "Campo personalizado" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1183 -#: ../../operation/agentes/custom_fields.php:87 -#: ../../operation/agentes/agent_fields.php:48 -msgid "empty" -msgstr "vacío" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 -msgid "Go to agent detail" -msgstr "Ir al detalle del agente" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 -#: ../../enterprise/extensions/csv_import_group/main.php:84 -#: ../../enterprise/extensions/csv_import/main.php:88 -#: ../../include/functions_filemanager.php:636 -msgid "Go" -msgstr "Ir" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 -msgid "Create new module" -msgstr "Crear nuevo módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 -#: ../../enterprise/extensions/cron/main.php:320 -#: ../../enterprise/extensions/backup/main.php:167 -#: ../../enterprise/extensions/ipam/ipam_editor.php:108 -#: ../../enterprise/extensions/ipam/ipam_list.php:125 -#: ../../enterprise/godmode/services/services.elements.php:408 -#: ../../enterprise/godmode/services/services.service.php:360 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:89 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:276 -#: ../../enterprise/godmode/alerts/alert_events_list.php:671 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 -#: ../../enterprise/godmode/agentes/collections.php:235 -#: ../../enterprise/godmode/agentes/collections.data.php:56 -#: ../../enterprise/godmode/agentes/collections.data.php:125 -#: ../../enterprise/godmode/agentes/collections.data.php:144 -#: ../../enterprise/godmode/agentes/collections.data.php:159 -#: ../../enterprise/godmode/agentes/collections.data.php:181 -#: ../../enterprise/godmode/agentes/collections.data.php:223 -#: ../../enterprise/godmode/agentes/collections.editor.php:117 -#: ../../enterprise/godmode/servers/manage_export.php:125 -#: ../../enterprise/godmode/servers/manage_export.php:157 -#: ../../enterprise/godmode/setup/edit_skin.php:269 -#: ../../enterprise/godmode/modules/local_components.php:539 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 -#: ../../enterprise/godmode/modules/configure_local_component.php:469 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 -#: ../../enterprise/godmode/policies/policies.php:424 -#: ../../enterprise/godmode/policies/configure_policy.php:90 -#: ../../enterprise/godmode/policies/policy_modules.php:304 -#: ../../include/functions_filemanager.php:615 -#: ../../include/functions_filemanager.php:652 -#: ../../include/functions_visual_map_editor.php:437 -#: ../../operation/integria_incidents/incident.incident.php:126 -#: ../../operation/gis_maps/gis_map.php:180 -#: ../../operation/agentes/networkmap_list.php:252 -#: ../../operation/incidents/incident_detail.php:379 -#: ../../godmode/events/event_responses.editor.php:134 -#: ../../godmode/events/event_edit_filter.php:388 -#: ../../godmode/users/configure_user.php:581 -#: ../../godmode/users/profile_list.php:404 -#: ../../godmode/category/edit_category.php:174 -#: ../../godmode/snmpconsole/snmp_alert.php:874 -#: ../../godmode/snmpconsole/snmp_alert.php:1221 -#: ../../godmode/snmpconsole/snmp_filters.php:108 -#: ../../godmode/snmpconsole/snmp_filters.php:156 -#: ../../godmode/gis_maps/index.php:127 -#: ../../godmode/alerts/alert_commands.php:370 -#: ../../godmode/alerts/configure_alert_special_days.php:101 -#: ../../godmode/alerts/configure_alert_command.php:202 -#: ../../godmode/alerts/alert_special_days.php:235 -#: ../../godmode/alerts/alert_list.php:300 -#: ../../godmode/alerts/alert_templates.php:363 -#: ../../godmode/alerts/alert_list.list.php:720 -#: ../../godmode/alerts/configure_alert_action.php:227 -#: ../../godmode/alerts/alert_actions.php:403 -#: ../../godmode/agentes/agent_manager.php:459 -#: ../../godmode/agentes/planned_downtime.list.php:364 -#: ../../godmode/agentes/planned_downtime.list.php:514 -#: ../../godmode/agentes/module_manager_editor.php:490 -#: ../../godmode/agentes/module_manager.php:122 -#: ../../godmode/agentes/configure_field.php:65 -#: ../../godmode/servers/plugin.php:492 -#: ../../godmode/servers/recon_script.php:220 -#: ../../godmode/servers/manage_recontask.php:381 -#: ../../godmode/netflow/nf_edit_form.php:244 -#: ../../godmode/groups/configure_modu_group.php:80 -#: ../../godmode/groups/configure_group.php:208 -#: ../../godmode/setup/news.php:204 ../../godmode/setup/links.php:117 -#: ../../godmode/setup/os.php:49 ../../godmode/setup/os.php:73 -#: ../../godmode/setup/gis.php:93 -#: ../../godmode/massive/massive_add_profiles.php:117 -#: ../../godmode/modules/manage_nc_groups.php:244 -#: ../../godmode/modules/manage_network_components.php:620 -#: ../../godmode/modules/manage_network_templates.php:228 -#: ../../godmode/modules/manage_nc_groups_form.php:83 -#: ../../godmode/modules/manage_network_components_form.php:267 -#: ../../godmode/modules/manage_network_templates_form.php:157 -#: ../../godmode/reporting/graph_builder.main.php:164 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1041 -#: ../../godmode/reporting/map_builder.php:312 -#: ../../godmode/tag/edit_tag.php:227 -msgid "Create" -msgstr "Crear" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 -#: ../../godmode/groups/configure_modu_group.php:47 -#: ../../godmode/groups/configure_group.php:68 -msgid "There was a problem loading group" -msgstr "Hubo un error al cargar la configuración del grupo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 -msgid "Group name" -msgstr "Nombre del grupo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1277 -#: ../../include/functions_visual_map_editor.php:492 -#: ../../operation/agentes/ver_agente.php:706 -#: ../../operation/agentes/estado_generalagente.php:279 -#: ../../godmode/agentes/agent_manager.php:233 -#: ../../godmode/groups/configure_group.php:132 -#: ../../godmode/massive/massive_edit_agents.php:267 -#: ../../godmode/modules/manage_nc_groups_form.php:69 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Parent" -msgstr "Padre" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 -#: ../../include/functions_visual_map.php:2296 -#: ../../include/functions_visual_map_editor.php:60 -#: ../../include/functions_visual_map_editor.php:576 -#: ../../godmode/groups/group_list.php:335 -#: ../../godmode/groups/configure_group.php:117 -#: ../../godmode/setup/os.builder.php:39 -#: ../../godmode/modules/module_list.php:57 -#: ../../godmode/reporting/visual_console_builder.elements.php:183 -msgid "Icon" -msgstr "Icono" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 -#: ../../include/functions_treeview.php:47 -msgid "There was a problem loading module" -msgstr "Hubo un problema al cargar el módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1361 -#: ../../enterprise/include/functions_reporting_pdf.php:2279 -#: ../../mobile/operation/modules.php:420 -#: ../../mobile/operation/modules.php:643 ../../include/ajax/module.php:706 -#: ../../operation/agentes/status_monitor.php:448 -#: ../../operation/agentes/status_monitor.php:931 -#: ../../godmode/alerts/alert_list.list.php:84 -#: ../../godmode/agentes/agent_template.php:223 -#: ../../godmode/modules/manage_network_components.php:540 -#: ../../godmode/modules/manage_network_templates_form.php:196 -msgid "Module name" -msgstr "Nombre módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1377 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:157 -#: ../../enterprise/operation/agentes/ver_agente.php:33 -#: ../../enterprise/godmode/modules/configure_local_component.php:203 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1384 -#: ../../mobile/operation/modules.php:140 -#: ../../mobile/operation/modules.php:141 -#: ../../mobile/operation/modules.php:229 -#: ../../mobile/operation/modules.php:230 -#: ../../extensions/agents_modules.php:75 -#: ../../include/functions_graph.php:4884 -#: ../../include/functions_treeview.php:123 -#: ../../include/functions_events.php:2070 -#: ../../operation/agentes/estado_monitores.php:438 -#: ../../operation/agentes/ver_agente.php:662 -#: ../../operation/agentes/networkmap.php:459 -#: ../../operation/agentes/status_monitor.php:428 -#: ../../godmode/agentes/module_manager_editor_common.php:223 -#: ../../godmode/massive/massive_edit_modules.php:487 -#: ../../godmode/modules/manage_network_components_form_common.php:93 -#: ../../godmode/reporting/reporting_builder.item_editor.php:825 -msgid "Module group" -msgstr "Grupo del módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1382 -#: ../../include/functions_graph.php:4837 -#: ../../include/functions_treeview.php:118 -#: ../../operation/agentes/status_monitor.php:440 -#: ../../godmode/agentes/module_manager_editor_common.php:225 -#: ../../godmode/massive/massive_edit_modules.php:490 -msgid "Not assigned" -msgstr "Sin asignar" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 -#: ../../godmode/massive/massive_delete_modules.php:405 -#: ../../godmode/massive/massive_edit_modules.php:248 -msgid "Module type" -msgstr "Tipo módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 -msgid "Go to module detail" -msgstr "Ir al detalle del módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 -msgid "Edit module" -msgstr "Editar módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 -#: ../../godmode/agentes/module_manager_editor_common.php:142 -msgid "Delete module" -msgstr "Eliminar Módulo" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 -msgid "Create new alert" -msgstr "Crear nueva alerta" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 -msgid "There was a problem loading alert" -msgstr "Ha habido un error al cargar la configuración de la alerta" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 -#: ../../enterprise/godmode/reporting/graph_template_list.php:124 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:284 -#: ../../godmode/alerts/alert_list.list.php:56 -msgid "Template name" -msgstr "Nombre de la plantilla" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1487 +#: ../../operation/agentes/alerts_status.php:417 +#: ../../operation/agentes/alerts_status.php:462 +#: ../../operation/agentes/alerts_status.php:497 +#: ../../operation/agentes/alerts_status.php:532 +#: ../../enterprise/operation/agentes/policy_view.php:47 +#: ../../enterprise/operation/agentes/policy_view.php:134 #: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../operation/agentes/alerts_status.functions.php:102 -#: ../../operation/agentes/alerts_status.php:410 -#: ../../operation/agentes/alerts_status.php:454 -#: ../../operation/agentes/alerts_status.php:488 -#: ../../operation/agentes/alerts_status.php:522 -#: ../../godmode/alerts/alert_list.list.php:131 -msgid "Standby" -msgstr "Standby" +#: ../../enterprise/operation/agentes/policy_view.php:198 +#: ../../enterprise/godmode/policies/policy_agents.php:379 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 +#: ../../enterprise/godmode/admin_access_logs.php:22 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../include/functions_events.php:884 +#: ../../mobile/operation/agents.php:321 +msgid "S." +msgstr "S." + +#: ../../operation/agentes/alerts_status.php:422 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:718 +msgid "Force execution" +msgstr "Forzar ejecución" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 -#: ../../enterprise/operation/agentes/policy_view.php:197 -#: ../../extensions/agents_alerts.php:280 -#: ../../include/functions_reporting_html.php:2269 #: ../../operation/agentes/alerts_status.php:423 -#: ../../operation/agentes/alerts_status.php:463 -#: ../../operation/agentes/alerts_status.php:496 -#: ../../operation/agentes/alerts_status.php:529 +#: ../../operation/agentes/alerts_status.php:466 +#: ../../operation/agentes/alerts_status.php:500 +#: ../../operation/agentes/alerts_status.php:535 +#: ../../include/ajax/module.php:718 +msgid "F." +msgstr "F." + +#: ../../operation/agentes/alerts_status.php:431 +#: ../../operation/agentes/alerts_status.php:472 +#: ../../operation/agentes/alerts_status.php:506 +#: ../../operation/agentes/alerts_status.php:540 +#: ../../extensions/agents_alerts.php:281 +#: ../../enterprise/operation/agentes/policy_view.php:197 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1528 #: ../../godmode/snmpconsole/snmp_alert.php:1063 #: ../../godmode/alerts/alert_view.php:79 +#: ../../include/functions_treeview.php:371 +#: ../../include/functions_reporting_html.php:2363 msgid "Last fired" msgstr "Lanzada por última vez" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 -msgid "Stand By" -msgstr "En espera" +#: ../../operation/agentes/alerts_status.php:436 +#: ../../operation/agentes/alerts_status.php:477 +#: ../../operation/agentes/alerts_status.php:511 +#: ../../operation/agentes/alerts_status.php:545 +#: ../../operation/agentes/alerts_status.php:590 +#: ../../operation/snmpconsole/snmp_view.php:653 +#: ../../operation/snmpconsole/snmp_view.php:810 +#: ../../operation/snmpconsole/snmp_view.php:838 +#: ../../enterprise/extensions/vmware/main.php:181 +#: ../../enterprise/extensions/vmware/main.php:188 +#: ../../enterprise/load_enterprise.php:1 +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +#: ../../enterprise/godmode/alerts/alert_events_list.php:676 +#: ../../enterprise/meta/advanced/license_meta.php:103 +#: ../../godmode/setup/license.php:98 ../../mobile/operation/events.php:528 +msgid "Validate" +msgstr "Validar" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 -#: ../../enterprise/meta/advanced/metasetup.password.php:79 -#: ../../enterprise/meta/advanced/metasetup.password.php:90 -#: ../../enterprise/meta/advanced/metasetup.password.php:96 -#: ../../enterprise/meta/advanced/metasetup.password.php:107 -#: ../../enterprise/meta/advanced/metasetup.password.php:123 -#: ../../enterprise/meta/advanced/metasetup.password.php:129 -#: ../../enterprise/meta/advanced/metasetup.visual.php:132 -#: ../../enterprise/meta/advanced/metasetup.visual.php:138 -#: ../../enterprise/meta/advanced/metasetup.visual.php:176 -#: ../../enterprise/meta/advanced/metasetup.visual.php:185 -#: ../../enterprise/meta/advanced/metasetup.performance.php:83 -#: ../../enterprise/meta/advanced/metasetup.setup.php:109 -#: ../../enterprise/meta/advanced/metasetup.setup.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../operation/agentes/alerts_status.php:599 +msgid "No alerts found" +msgstr "No se encontró ninguna alerta" + +#: ../../operation/agentes/estado_monitores.php:35 +msgid "Tag's information" +msgstr "Información de etiquetas" + +#: ../../operation/agentes/estado_monitores.php:81 +msgid "Relationship information" +msgstr "Información de relaciones" + +#: ../../operation/agentes/estado_monitores.php:127 +msgid "" +"To see the list of modules paginated, enable this option in the Styles " +"Configuration." +msgstr "" +"Para ver la lista de módulos con paginación, habilita esta opción en la " +"configuración de estilos." + +#: ../../operation/agentes/estado_monitores.php:128 +msgid "Full list of monitors" +msgstr "Lista completa de monitores" + +#: ../../operation/agentes/estado_monitores.php:153 +msgid "List of modules" +msgstr "Lista de módulos" + +#: ../../operation/agentes/estado_monitores.php:425 +msgid "Status:" +msgstr "Estado:" + +#: ../../operation/agentes/estado_monitores.php:429 +#: ../../operation/snmpconsole/snmp_view.php:382 +#: ../../operation/snmpconsole/snmp_view.php:535 +#: ../../operation/snmpconsole/snmp_view.php:829 +#: ../../operation/events/events.build_table.php:204 +#: ../../operation/events/events_rss.php:185 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:169 +#: ../../enterprise/meta/include/functions_events_meta.php:82 +#: ../../godmode/agentes/configurar_agente.php:511 +#: ../../godmode/events/custom_events.php:95 +#: ../../godmode/events/custom_events.php:161 +#: ../../include/functions_events.php:43 +#: ../../include/functions_events.php:977 +#: ../../include/functions_events.php:3343 +msgid "Alert" +msgstr "Alerta" + +#: ../../operation/agentes/estado_monitores.php:431 +msgid "Not Normal" +msgstr "No normal" + +#: ../../operation/agentes/estado_monitores.php:439 +msgid "Free text for search (*):" +msgstr "Texto libre de búsqueda (*)" + +#: ../../operation/agentes/estado_monitores.php:440 +msgid "Search by module name, list matches." +msgstr "Búsqueda por nombre del módulo, lista las coincidencias." + +#: ../../operation/agentes/estado_monitores.php:453 +msgid "Reset" +msgstr "Reiniciar" + +#: ../../operation/netflow/nf_live_view.php:107 +#: ../../operation/netflow/nf_live_view.php:132 +#: ../../operation/netflow/nf_live_view.php:136 +msgid "Netflow live view" +msgstr "Netflow en tiempo real" + +#: ../../operation/netflow/nf_live_view.php:111 +#: ../../enterprise/operation/log/log_viewer.php:155 +#: ../../enterprise/extensions/backup/main.php:57 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 +#: ../../godmode/netflow/nf_edit.php:43 +#: ../../godmode/setup/setup_general.php:186 +msgid "Not supported in Windows systems" +msgstr "No soportado en sistemas Windows" + +#: ../../operation/netflow/nf_live_view.php:120 +#, php-format +msgid "nfdump binary (%s) not found!" +msgstr "nfdump binary (%s) no encontrada" + +#: ../../operation/netflow/nf_live_view.php:125 +msgid "Make sure nfdump version 1.6.8 or newer is installed!" +msgstr "" +"Asegúrese de que tiene instalada la versión 1.6.8 nfdump o alguna posterior" + +#: ../../operation/netflow/nf_live_view.php:148 +msgid "Error creating filter" +msgstr "Error al crear filtro" + +#: ../../operation/netflow/nf_live_view.php:151 +msgid "Filter created successfully" +msgstr "Filtro creado correctamente" + +#: ../../operation/netflow/nf_live_view.php:166 +msgid "Filter updated successfully" +msgstr "Filtro actualizado correctamente" + +#: ../../operation/netflow/nf_live_view.php:167 +msgid "Error updating filter" +msgstr "Error al actualizar el filtro" + +#: ../../operation/netflow/nf_live_view.php:189 +msgid "Draw live filter" +msgstr "Extrae filtro en directo" + +#: ../../operation/netflow/nf_live_view.php:221 +msgid "Connection" +msgstr "Conexión" + +#: ../../operation/netflow/nf_live_view.php:237 +#: ../../enterprise/operation/log/log_viewer.php:218 +#: ../../enterprise/operation/log/log_viewer.php:226 +#: ../../enterprise/extensions/cron/main.php:300 +#: ../../godmode/agentes/planned_downtime.editor.php:510 +#: ../../godmode/agentes/planned_downtime.editor.php:521 +msgid "Date format in Pandora is year/month/day" +msgstr "El formato de fecha de Pandora es año/mes/día" + +#: ../../operation/netflow/nf_live_view.php:239 +#: ../../enterprise/operation/log/log_viewer.php:220 +#: ../../enterprise/operation/log/log_viewer.php:228 +#: ../../enterprise/extensions/cron/main.php:302 +#: ../../godmode/reporting/reporting_builder.item_editor.php:853 +#: ../../godmode/reporting/reporting_builder.item_editor.php:862 +#: ../../godmode/agentes/planned_downtime.editor.php:512 +#: ../../godmode/agentes/planned_downtime.editor.php:523 +#: ../../godmode/agentes/planned_downtime.editor.php:591 +#: ../../godmode/agentes/planned_downtime.editor.php:599 +#: ../../godmode/alerts/configure_alert_template.php:540 +#: ../../godmode/alerts/configure_alert_template.php:544 +msgid "Time format in Pandora is hours(24h):minutes:seconds" +msgstr "El formato de hora en Pandora es horas(24h):minutos:segundos" + +#: ../../operation/netflow/nf_live_view.php:245 +#: ../../operation/integria_incidents/incident.list.php:96 +#: ../../operation/integria_incidents/incident.incident.php:97 +#: ../../godmode/reporting/reporting_builder.item_editor.php:740 +#: ../../include/functions_netflow.php:1131 +#: ../../include/functions_netflow.php:1141 +#: ../../include/functions_netflow.php:1158 +#: ../../include/functions_netflow.php:1166 +#: ../../include/functions_netflow.php:1190 +msgid "Resolution" +msgstr "Resolución" + +#: ../../operation/netflow/nf_live_view.php:245 +msgid "The interval will be divided in chunks the length of the resolution." +msgstr "El intervalo dividirá en partes la extensión del resultado" + +#: ../../operation/netflow/nf_live_view.php:254 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1225 +#: ../../godmode/netflow/nf_item_list.php:150 +msgid "Max. values" +msgstr "Valores máximos" + +#: ../../operation/netflow/nf_live_view.php:264 +#: ../../godmode/setup/setup_netflow.php:70 +msgid "IP address resolution can take a lot of time" +msgstr "La resolución de direcciones IP puede tardar mucho tiempo" + +#: ../../operation/netflow/nf_live_view.php:265 +#: ../../operation/snmpconsole/snmp_view.php:436 +#: ../../operation/users/user_edit.php:274 +#: ../../general/login_identification_wizard.php:188 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:332 #: ../../enterprise/godmode/setup/setup.php:31 #: ../../enterprise/godmode/setup/setup.php:40 #: ../../enterprise/godmode/setup/setup.php:56 @@ -6031,79 +5591,87 @@ msgstr "En espera" #: ../../enterprise/godmode/setup/setup.php:276 #: ../../enterprise/godmode/setup/setup.php:290 #: ../../enterprise/godmode/setup/setup.php:295 -#: ../../enterprise/godmode/setup/setup_auth.php:61 -#: ../../enterprise/godmode/setup/setup_auth.php:72 -#: ../../enterprise/godmode/setup/setup_auth.php:108 #: ../../enterprise/godmode/setup/setup_history.php:46 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:325 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:171 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/snmpconsole/snmp_view.php:426 -#: ../../operation/netflow/nf_live_view.php:265 -#: ../../godmode/users/configure_user.php:513 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:301 -#: ../../godmode/agentes/agent_manager.php:381 +#: ../../enterprise/godmode/setup/setup_history.php:50 +#: ../../enterprise/godmode/setup/setup_auth.php:166 +#: ../../enterprise/godmode/setup/setup_auth.php:297 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:94 +#: ../../enterprise/meta/advanced/metasetup.performance.php:83 +#: ../../enterprise/meta/advanced/metasetup.visual.php:135 +#: ../../enterprise/meta/advanced/metasetup.visual.php:141 +#: ../../enterprise/meta/advanced/metasetup.visual.php:179 +#: ../../enterprise/meta/advanced/metasetup.visual.php:188 +#: ../../enterprise/meta/advanced/metasetup.setup.php:137 +#: ../../enterprise/meta/advanced/metasetup.setup.php:188 +#: ../../enterprise/meta/advanced/metasetup.password.php:79 +#: ../../enterprise/meta/advanced/metasetup.password.php:90 +#: ../../enterprise/meta/advanced/metasetup.password.php:96 +#: ../../enterprise/meta/advanced/metasetup.password.php:107 +#: ../../enterprise/meta/advanced/metasetup.password.php:123 +#: ../../enterprise/meta/advanced/metasetup.password.php:129 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1563 +#: ../../godmode/reporting/reporting_builder.php:637 +#: ../../godmode/reporting/visual_console_builder.wizard.php:242 +#: ../../godmode/reporting/visual_console_builder.wizard.php:285 +#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/agentes/agent_manager.php:384 #: ../../godmode/agentes/agent_conf_gis.php:79 #: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../godmode/servers/manage_recontask.php:329 -#: ../../godmode/setup/setup_netflow.php:63 -#: ../../godmode/setup/setup_netflow.php:71 -#: ../../godmode/setup/setup_general.php:70 -#: ../../godmode/setup/setup_general.php:74 -#: ../../godmode/setup/setup_general.php:94 -#: ../../godmode/setup/setup_general.php:98 -#: ../../godmode/setup/setup_general.php:179 -#: ../../godmode/setup/setup_general.php:234 -#: ../../godmode/setup/setup_general.php:242 -#: ../../godmode/setup/setup_general.php:251 -#: ../../godmode/setup/setup_general.php:272 -#: ../../godmode/setup/performance.php:98 -#: ../../godmode/setup/performance.php:105 -#: ../../godmode/setup/performance.php:112 -#: ../../godmode/setup/setup_auth.php:70 ../../godmode/setup/setup_auth.php:78 -#: ../../godmode/setup/setup_auth.php:162 -#: ../../godmode/setup/setup_auth.php:203 -#: ../../godmode/setup/setup_visuals.php:85 -#: ../../godmode/setup/setup_visuals.php:155 -#: ../../godmode/setup/setup_visuals.php:163 -#: ../../godmode/setup/setup_visuals.php:191 -#: ../../godmode/setup/setup_visuals.php:350 -#: ../../godmode/setup/setup_visuals.php:356 -#: ../../godmode/setup/setup_visuals.php:366 -#: ../../godmode/setup/setup_visuals.php:499 -#: ../../godmode/setup/setup_visuals.php:526 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/massive/massive_edit_modules.php:407 +#: ../../godmode/massive/massive_edit_modules.php:452 +#: ../../godmode/massive/massive_edit_modules.php:471 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:577 +#: ../../godmode/massive/massive_edit_modules.php:596 #: ../../godmode/massive/massive_edit_agents.php:277 #: ../../godmode/massive/massive_edit_agents.php:393 #: ../../godmode/massive/massive_edit_agents.php:400 -#: ../../godmode/massive/massive_edit_modules.php:384 -#: ../../godmode/massive/massive_edit_modules.php:429 -#: ../../godmode/massive/massive_edit_modules.php:448 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:554 -#: ../../godmode/massive/massive_edit_modules.php:573 -#: ../../godmode/reporting/visual_console_builder.wizard.php:226 -#: ../../godmode/reporting/visual_console_builder.wizard.php:269 -#: ../../godmode/reporting/reporting_builder.php:629 -#: ../../godmode/reporting/reporting_builder.main.php:111 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/update_manager/update_manager.setup.php:124 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:301 +#: ../../godmode/setup/setup_ehorus.php:55 +#: ../../godmode/setup/setup_general.php:71 +#: ../../godmode/setup/setup_general.php:75 +#: ../../godmode/setup/setup_general.php:79 +#: ../../godmode/setup/setup_general.php:103 +#: ../../godmode/setup/setup_general.php:107 +#: ../../godmode/setup/setup_general.php:188 +#: ../../godmode/setup/setup_general.php:243 +#: ../../godmode/setup/setup_general.php:251 +#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:281 +#: ../../godmode/setup/setup_general.php:290 +#: ../../godmode/setup/setup_netflow.php:63 +#: ../../godmode/setup/setup_netflow.php:71 +#: ../../godmode/setup/setup_auth.php:51 ../../godmode/setup/setup_auth.php:58 +#: ../../godmode/setup/setup_auth.php:90 +#: ../../godmode/setup/setup_auth.php:126 +#: ../../godmode/setup/setup_visuals.php:85 +#: ../../godmode/setup/setup_visuals.php:105 +#: ../../godmode/setup/setup_visuals.php:197 +#: ../../godmode/setup/setup_visuals.php:211 +#: ../../godmode/setup/setup_visuals.php:219 +#: ../../godmode/setup/setup_visuals.php:247 +#: ../../godmode/setup/setup_visuals.php:416 +#: ../../godmode/setup/setup_visuals.php:422 +#: ../../godmode/setup/setup_visuals.php:432 +#: ../../godmode/setup/setup_visuals.php:452 +#: ../../godmode/setup/setup_visuals.php:573 +#: ../../godmode/setup/setup_visuals.php:600 +#: ../../godmode/setup/performance.php:110 +#: ../../godmode/setup/performance.php:117 +#: ../../godmode/setup/performance.php:124 msgid "Yes" msgstr "Sí" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 -#: ../../enterprise/meta/advanced/metasetup.password.php:80 -#: ../../enterprise/meta/advanced/metasetup.password.php:91 -#: ../../enterprise/meta/advanced/metasetup.password.php:97 -#: ../../enterprise/meta/advanced/metasetup.password.php:108 -#: ../../enterprise/meta/advanced/metasetup.password.php:124 -#: ../../enterprise/meta/advanced/metasetup.password.php:130 -#: ../../enterprise/meta/advanced/metasetup.visual.php:133 -#: ../../enterprise/meta/advanced/metasetup.visual.php:139 -#: ../../enterprise/meta/advanced/metasetup.visual.php:180 -#: ../../enterprise/meta/advanced/metasetup.visual.php:189 -#: ../../enterprise/meta/advanced/metasetup.performance.php:84 -#: ../../enterprise/meta/advanced/metasetup.setup.php:110 -#: ../../enterprise/meta/advanced/metasetup.setup.php:161 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../operation/netflow/nf_live_view.php:266 +#: ../../operation/snmpconsole/snmp_view.php:439 +#: ../../operation/users/user_edit.php:274 +#: ../../general/login_identification_wizard.php:185 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:334 #: ../../enterprise/godmode/setup/setup.php:32 #: ../../enterprise/godmode/setup/setup.php:41 #: ../../enterprise/godmode/setup/setup.php:57 @@ -6115,2127 +5683,5183 @@ msgstr "Sí" #: ../../enterprise/godmode/setup/setup.php:277 #: ../../enterprise/godmode/setup/setup.php:291 #: ../../enterprise/godmode/setup/setup.php:296 -#: ../../enterprise/godmode/setup/setup_auth.php:64 -#: ../../enterprise/godmode/setup/setup_auth.php:75 -#: ../../enterprise/godmode/setup/setup_auth.php:109 #: ../../enterprise/godmode/setup/setup_history.php:47 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:327 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:173 -#: ../../mobile/operation/events.php:181 ../../mobile/operation/events.php:188 -#: ../../include/functions_events.php:2370 -#: ../../include/functions_events.php:2377 -#: ../../operation/users/user_edit.php:261 -#: ../../operation/snmpconsole/snmp_view.php:429 -#: ../../operation/netflow/nf_live_view.php:266 -#: ../../godmode/users/configure_user.php:513 -#: ../../godmode/alerts/alert_view.php:107 -#: ../../godmode/alerts/alert_view.php:303 -#: ../../godmode/alerts/alert_view.php:385 -#: ../../godmode/agentes/agent_manager.php:384 +#: ../../enterprise/godmode/setup/setup_history.php:51 +#: ../../enterprise/godmode/setup/setup_auth.php:169 +#: ../../enterprise/godmode/setup/setup_auth.php:298 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:95 +#: ../../enterprise/meta/advanced/metasetup.performance.php:84 +#: ../../enterprise/meta/advanced/metasetup.visual.php:136 +#: ../../enterprise/meta/advanced/metasetup.visual.php:142 +#: ../../enterprise/meta/advanced/metasetup.visual.php:183 +#: ../../enterprise/meta/advanced/metasetup.visual.php:192 +#: ../../enterprise/meta/advanced/metasetup.setup.php:138 +#: ../../enterprise/meta/advanced/metasetup.setup.php:189 +#: ../../enterprise/meta/advanced/metasetup.password.php:80 +#: ../../enterprise/meta/advanced/metasetup.password.php:91 +#: ../../enterprise/meta/advanced/metasetup.password.php:97 +#: ../../enterprise/meta/advanced/metasetup.password.php:108 +#: ../../enterprise/meta/advanced/metasetup.password.php:124 +#: ../../enterprise/meta/advanced/metasetup.password.php:130 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1565 +#: ../../godmode/reporting/reporting_builder.php:639 +#: ../../godmode/reporting/visual_console_builder.wizard.php:247 +#: ../../godmode/reporting/visual_console_builder.wizard.php:288 +#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/agentes/agent_manager.php:387 #: ../../godmode/agentes/agent_conf_gis.php:80 #: ../../godmode/servers/manage_recontask_form.php:305 -#: ../../godmode/servers/manage_recontask.php:329 -#: ../../godmode/setup/setup_netflow.php:64 -#: ../../godmode/setup/setup_netflow.php:72 ../../godmode/setup/news.php:264 -#: ../../godmode/setup/setup_general.php:71 -#: ../../godmode/setup/setup_general.php:75 -#: ../../godmode/setup/setup_general.php:95 -#: ../../godmode/setup/setup_general.php:99 -#: ../../godmode/setup/setup_general.php:180 -#: ../../godmode/setup/setup_general.php:237 -#: ../../godmode/setup/setup_general.php:245 -#: ../../godmode/setup/setup_general.php:252 -#: ../../godmode/setup/setup_general.php:273 -#: ../../godmode/setup/performance.php:99 -#: ../../godmode/setup/performance.php:106 -#: ../../godmode/setup/performance.php:113 -#: ../../godmode/setup/setup_auth.php:71 ../../godmode/setup/setup_auth.php:79 -#: ../../godmode/setup/setup_auth.php:163 -#: ../../godmode/setup/setup_auth.php:206 -#: ../../godmode/setup/setup_visuals.php:89 -#: ../../godmode/setup/setup_visuals.php:158 -#: ../../godmode/setup/setup_visuals.php:166 -#: ../../godmode/setup/setup_visuals.php:193 -#: ../../godmode/setup/setup_visuals.php:351 -#: ../../godmode/setup/setup_visuals.php:358 -#: ../../godmode/setup/setup_visuals.php:370 -#: ../../godmode/setup/setup_visuals.php:503 -#: ../../godmode/setup/setup_visuals.php:530 +#: ../../godmode/servers/manage_recontask.php:332 +#: ../../godmode/massive/massive_edit_modules.php:408 +#: ../../godmode/massive/massive_edit_modules.php:453 +#: ../../godmode/massive/massive_edit_modules.php:472 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:578 +#: ../../godmode/massive/massive_edit_modules.php:596 #: ../../godmode/massive/massive_edit_agents.php:277 #: ../../godmode/massive/massive_edit_agents.php:394 #: ../../godmode/massive/massive_edit_agents.php:400 -#: ../../godmode/massive/massive_edit_modules.php:385 -#: ../../godmode/massive/massive_edit_modules.php:430 -#: ../../godmode/massive/massive_edit_modules.php:449 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:555 -#: ../../godmode/massive/massive_edit_modules.php:573 -#: ../../godmode/reporting/visual_console_builder.wizard.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:272 -#: ../../godmode/reporting/reporting_builder.php:631 -#: ../../godmode/reporting/reporting_builder.main.php:115 +#: ../../godmode/users/configure_user.php:513 +#: ../../godmode/update_manager/update_manager.setup.php:125 +#: ../../godmode/alerts/alert_view.php:107 +#: ../../godmode/alerts/alert_view.php:303 +#: ../../godmode/alerts/alert_view.php:385 +#: ../../godmode/setup/setup_ehorus.php:56 ../../godmode/setup/news.php:264 +#: ../../godmode/setup/setup_general.php:72 +#: ../../godmode/setup/setup_general.php:76 +#: ../../godmode/setup/setup_general.php:80 +#: ../../godmode/setup/setup_general.php:104 +#: ../../godmode/setup/setup_general.php:108 +#: ../../godmode/setup/setup_general.php:189 +#: ../../godmode/setup/setup_general.php:246 +#: ../../godmode/setup/setup_general.php:254 +#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:282 +#: ../../godmode/setup/setup_general.php:291 +#: ../../godmode/setup/setup_netflow.php:64 +#: ../../godmode/setup/setup_netflow.php:72 +#: ../../godmode/setup/setup_auth.php:52 ../../godmode/setup/setup_auth.php:59 +#: ../../godmode/setup/setup_auth.php:91 +#: ../../godmode/setup/setup_auth.php:129 +#: ../../godmode/setup/setup_visuals.php:89 +#: ../../godmode/setup/setup_visuals.php:109 +#: ../../godmode/setup/setup_visuals.php:205 +#: ../../godmode/setup/setup_visuals.php:214 +#: ../../godmode/setup/setup_visuals.php:222 +#: ../../godmode/setup/setup_visuals.php:249 +#: ../../godmode/setup/setup_visuals.php:417 +#: ../../godmode/setup/setup_visuals.php:424 +#: ../../godmode/setup/setup_visuals.php:436 +#: ../../godmode/setup/setup_visuals.php:454 +#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:604 +#: ../../godmode/setup/performance.php:111 +#: ../../godmode/setup/performance.php:118 +#: ../../godmode/setup/performance.php:125 +#: ../../include/functions_events.php:2373 +#: ../../include/functions_events.php:2380 +#: ../../mobile/operation/events.php:186 ../../mobile/operation/events.php:193 msgid "No" msgstr "No" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 -msgid "Go to Alert detail" -msgstr "Ir a los detalles de la alerta" +#: ../../operation/netflow/nf_live_view.php:267 +msgid "IP address resolution" +msgstr "Resolución de dirección IP" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 -msgid "Delete alert" -msgstr "Eliminar alerta" +#: ../../operation/netflow/nf_live_view.php:267 +#: ../../godmode/setup/setup_netflow.php:69 +msgid "Resolve the IP addresses to get their hostnames." +msgstr "Resolver direcciones IP para obtener sus hostnames" -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 -msgid "There was a problem loading tag" -msgstr "Se produjo un problema al cargar tags" - -#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 -#: ../../godmode/tag/tag.php:199 -msgid "Tag name" -msgstr "Nombre de etiqueta" - -#: ../../enterprise/meta/include/functions_users_meta.php:168 -#: ../../enterprise/meta/include/functions_users_meta.php:187 -#: ../../enterprise/meta/general/main_header.php:242 -#: ../../enterprise/meta/general/main_header.php:308 -#: ../../godmode/users/configure_user.php:82 -#: ../../godmode/users/configure_profile.php:41 -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 -#: ../../godmode/users/profile_list.php:45 -#: ../../godmode/users/profile_list.php:53 -msgid "User management" -msgstr "Gestión de usuarios" - -#: ../../enterprise/meta/include/functions_users_meta.php:172 -#: ../../enterprise/meta/include/functions_users_meta.php:193 -#: ../../godmode/menu.php:74 ../../godmode/users/configure_user.php:86 -#: ../../godmode/users/configure_profile.php:45 -#: ../../godmode/users/user_list.php:117 -#: ../../godmode/users/profile_list.php:49 -msgid "Profile management" -msgstr "Gestionar perfiles" - -#: ../../enterprise/meta/include/functions_users_meta.php:178 -#: ../../enterprise/meta/include/functions_users_meta.php:190 -#: ../../enterprise/meta/general/main_header.php:408 -#: ../../enterprise/meta/general/main_header.php:413 -#: ../../operation/menu.php:325 ../../general/header.php:272 -#: ../../general/header.php:274 -msgid "Edit my user" -msgstr "Editar mi usuario" - -#: ../../enterprise/meta/include/functions_users_meta.php:184 -msgid "User synchronization" -msgstr "Sincronización de usuarios" - -#: ../../enterprise/meta/include/functions_users_meta.php:196 -msgid "Group synchronization" -msgstr "Sincronización de grupos" - -#: ../../enterprise/meta/screens/screens.visualmap.php:60 -msgid "Create visualmap" -msgstr "Crear mapa visual" - -#: ../../enterprise/meta/screens/screens.visualmap.php:120 -#: ../../godmode/reporting/visual_console_builder.php:240 -msgid "Successfully created." -msgstr "Creado correctamente." - -#: ../../enterprise/meta/screens/screens.visualmap.php:123 -#: ../../godmode/reporting/visual_console_builder.php:253 -msgid "Could not be created." -msgstr "No se puede crear" - -#: ../../enterprise/meta/screens/screens.visualmap.php:149 -#: ../../enterprise/meta/screens/screens.visualmap.php:165 -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:79 -#: ../../operation/agentes/estado_agente.php:527 -#: ../../operation/visual_console/render_view.php:128 -#: ../../godmode/gis_maps/index.php:72 -#: ../../godmode/agentes/modificar_agente.php:52 -#: ../../godmode/agentes/modificar_agente.php:508 -#: ../../godmode/agentes/configurar_agente.php:256 -#: ../../godmode/servers/manage_recontask.php:32 -#: ../../godmode/setup/setup_visuals.php:129 -#: ../../godmode/setup/setup_visuals.php:144 -#: ../../godmode/setup/setup_visuals.php:151 -#: ../../godmode/setup/setup_visuals.php:207 -#: ../../godmode/reporting/visual_console_builder.php:665 -msgid "View" -msgstr "Vista" - -#: ../../enterprise/meta/screens/screens.visualmap.php:169 -#: ../../operation/visual_console/render_view.php:125 -#: ../../godmode/reporting/visual_console_builder.php:662 -msgid "Builder" -msgstr "Compilador" - -#: ../../enterprise/meta/screens/screens.visualmap.php:173 -#: ../../enterprise/meta/general/logon_ok.php:38 -#: ../../enterprise/meta/general/main_header.php:110 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 -#: ../../enterprise/include/functions_reporting.php:31 -#: ../../enterprise/include/functions_reporting.php:4664 -#: ../../enterprise/include/functions_reporting.php:4686 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:68 -#: ../../operation/visual_console/render_view.php:122 -#: ../../godmode/reporting/visual_console_builder.wizard.php:311 -#: ../../godmode/reporting/visual_console_builder.php:659 -msgid "Wizard" -msgstr "Asistente" - -#: ../../enterprise/meta/screens/screens.visualmap.php:177 -#: ../../operation/visual_console/render_view.php:112 -#: ../../godmode/reporting/visual_console_builder.php:649 -msgid "List elements" -msgstr "Lista de elementos" - -#: ../../enterprise/meta/screens/screens.visualmap.php:181 -#: ../../enterprise/meta/screens/screens.visualmap.php:206 -#: ../../operation/visual_console/render_view.php:109 -#: ../../operation/reporting/graph_viewer.php:133 -#: ../../operation/reporting/reporting_viewer.php:82 -#: ../../godmode/reporting/graph_builder.php:189 -#: ../../godmode/reporting/visual_console_builder.php:646 -#: ../../godmode/reporting/reporting_builder.php:1826 -#: ../../godmode/reporting/reporting_builder.main.php:51 -msgid "Main data" -msgstr "Datos principales" - -#: ../../enterprise/meta/screens/screens.visualmap.php:188 -#: ../../operation/gis_maps/render_view.php:116 -#: ../../operation/visual_console/render_view.php:104 -#: ../../godmode/reporting/visual_console_builder.php:643 -msgid "Show link to public Visual Console" -msgstr "Mostrar enlace a la Consola Visual pública" - -#: ../../enterprise/meta/screens/screens.visualmap.php:196 -#: ../../operation/visual_console/render_view.php:95 -#: ../../godmode/reporting/visual_console_builder.php:640 -msgid "Visual consoles list" -msgstr "Lista de consolas visuales" - -#: ../../enterprise/meta/screens/screens.visualmap.php:208 -#: ../../godmode/reporting/visual_console_builder.php:671 -msgid "New visual console" -msgstr "Nueva consola visual" - -#: ../../enterprise/meta/screens/screens.visualmap.php:216 -#: ../../enterprise/meta/screens/screens.visualmap.php:220 -#: ../../extensions/resource_exportation.php:351 ../../operation/menu.php:127 -#: ../../operation/users/user_edit.php:292 -msgid "Visual console" -msgstr "Consola visual" - -#: ../../enterprise/meta/screens/screens.php:35 -#: ../../enterprise/meta/general/logon_ok.php:60 -#: ../../enterprise/meta/general/main_header.php:174 -msgid "Screens" -msgstr "Pantallas" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 -#, php-format -msgid "Error creating/updating %s/%s tags" -msgstr "Error al crear/actualizar %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 -#, php-format -msgid "Created/Updated %s/%s tags" -msgstr "Creados/actualizados %s/%s tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 -msgid "Synchronizing Tags" -msgstr "Sincronizar tags" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 -#: ../../enterprise/meta/advanced/synchronizing.component.php:311 -#: ../../enterprise/meta/advanced/synchronizing.user.php:509 -#: ../../enterprise/meta/advanced/policymanager.sync.php:296 -#: ../../enterprise/meta/advanced/synchronizing.group.php:148 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 -msgid "This metaconsole" -msgstr "Esta metaconsola" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 -#: ../../enterprise/meta/advanced/synchronizing.component.php:320 -#: ../../enterprise/meta/advanced/policymanager.sync.php:308 -#: ../../enterprise/meta/advanced/synchronizing.group.php:157 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 -#: ../../godmode/massive/massive_copy_modules.php:168 -msgid "Targets" -msgstr "Destinos" - -#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 -#: ../../enterprise/meta/advanced/synchronizing.component.php:327 -#: ../../enterprise/meta/advanced/synchronizing.user.php:578 -#: ../../enterprise/meta/advanced/policymanager.sync.php:315 -#: ../../enterprise/meta/advanced/synchronizing.group.php:164 -#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 -msgid "Sync" -msgstr "Sincr." - -#: ../../enterprise/meta/advanced/synchronizing.php:35 +#: ../../operation/netflow/nf_live_view.php:305 +#: ../../enterprise/godmode/modules/configure_local_component.php:158 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 +#: ../../enterprise/meta/general/logon_ok.php:64 #: ../../enterprise/meta/general/main_header.php:237 -msgid "Synchronizing" -msgstr "Sincronizando" +#: ../../enterprise/meta/general/main_header.php:308 +#: ../../godmode/netflow/nf_edit_form.php:208 +#: ../../godmode/users/configure_user.php:530 +#: ../../godmode/alerts/alert_commands.php:152 +#: ../../godmode/alerts/alert_commands.php:162 +#: ../../godmode/alerts/configure_alert_template.php:688 +#: ../../godmode/alerts/configure_alert_template.php:702 +#: ../../godmode/alerts/configure_alert_template.php:771 +#: ../../godmode/modules/manage_network_components_form_common.php:60 +msgid "Advanced" +msgstr "Avanzado" -#: ../../enterprise/meta/advanced/synchronizing.php:60 -#: ../../enterprise/meta/advanced/synchronizing.php:82 -msgid "Users synchronization" -msgstr "Sincronización de usuarios" +#: ../../operation/netflow/nf_live_view.php:311 +#: ../../operation/events/events_list.php:194 +#: ../../operation/events/events_list.php:278 +#: ../../operation/events/events_list.php:280 +#: ../../operation/events/events_list.php:605 +msgid "Load filter" +msgstr "Cargar filtro" -#: ../../enterprise/meta/advanced/synchronizing.php:64 -#: ../../enterprise/meta/advanced/synchronizing.php:85 -msgid "Groups synchronization" -msgstr "Sincronización de grupos" +#: ../../operation/netflow/nf_live_view.php:317 +msgid "Select a filter" +msgstr "Selecciona un filtro" -#: ../../enterprise/meta/advanced/synchronizing.php:68 -#: ../../enterprise/meta/advanced/synchronizing.php:88 -msgid "Alerts synchronization" -msgstr "Sincronización de alertas" +#: ../../operation/netflow/nf_live_view.php:331 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "Dst Ip" +msgstr "Dst Ip" -#: ../../enterprise/meta/advanced/synchronizing.php:72 -#: ../../enterprise/meta/advanced/synchronizing.php:91 -msgid "Components synchronization" -msgstr "Sincronización de componentes" +#: ../../operation/netflow/nf_live_view.php:331 +#: ../../godmode/netflow/nf_edit_form.php:210 +msgid "" +"Destination IP. A comma separated list of destination ip. If we leave the " +"field blank, will show all ip. Example filter by ip:" +"
25.46.157.214,160.253.135.249" +msgstr "" +"IP destino. Lista de IPs destino separadas por coma. Si dejamos en blanco " +"este campo mostrará todas las IPs. Ejemplo de filtro por IP: " +"25.46.157.214,160.253.135.249" -#: ../../enterprise/meta/advanced/synchronizing.php:76 -#: ../../enterprise/meta/advanced/synchronizing.php:94 -msgid "Tags synchronization" -msgstr "Sincronización de tags" +#: ../../operation/netflow/nf_live_view.php:340 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "Src Ip" +msgstr "IP Origen" -#: ../../enterprise/meta/advanced/policymanager.queue.php:60 -#: ../../enterprise/godmode/policies/policy_queue.php:59 -msgid "Operation successfully deleted from the queue" -msgstr "Operación eliminada correctamente de la cola" +#: ../../operation/netflow/nf_live_view.php:340 +#: ../../godmode/netflow/nf_edit_form.php:213 +msgid "" +"Source IP. A comma separated list of source ip. If we leave the field blank, " +"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249" +msgstr "" +"IP Origen. Lista de IPs origen separadas por coma. Si dejamos en blanco este " +"campo mostrará todas las IPs. Ejemplo de filtro por IP: " +"25.46.157.214,160.253.135.249" -#: ../../enterprise/meta/advanced/policymanager.queue.php:61 -#: ../../enterprise/godmode/policies/policy_queue.php:60 -msgid "Operation cannot be deleted from the queue" -msgstr "La operación no puede ser eliminada de la cola" +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:216 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Port" +msgstr "Puerto destino" -#: ../../enterprise/meta/advanced/policymanager.queue.php:212 -#: ../../enterprise/meta/advanced/policymanager.queue.php:256 -#: ../../enterprise/meta/advanced/policymanager.sync.php:306 -#: ../../enterprise/extensions/resource_exportation/functions.php:17 -#: ../../enterprise/include/functions_policies.php:3751 -#: ../../enterprise/operation/agentes/policy_view.php:48 -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:231 -#: ../../enterprise/godmode/agentes/plugins_manager.php:110 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:90 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:83 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:82 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:91 -#: ../../enterprise/godmode/policies/policy_queue.php:331 -#: ../../enterprise/godmode/policies/policy_queue.php:374 -#: ../../include/ajax/module.php:700 -#: ../../operation/agentes/ver_agente.php:1034 -#: ../../operation/agentes/alerts_status.php:406 -#: ../../operation/agentes/alerts_status.php:451 -#: ../../operation/agentes/status_monitor.php:916 -#: ../../godmode/alerts/alert_view.php:123 -#: ../../godmode/agentes/module_manager.php:510 -msgid "Policy" -msgstr "Política" +#: ../../operation/netflow/nf_live_view.php:352 +#: ../../godmode/netflow/nf_edit_form.php:216 +msgid "" +"Destination port. A comma separated list of destination ports. If we leave " +"the field blank, will show all ports. Example filter by ports 80 and 22:" +"
80,22" +msgstr "" +"Puerto destino. Lista de puertos de destino separados por coma. Si dejamos " +"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " +"puertos: 80,22" -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -msgid "Apply (database and files)" -msgstr "Aplicar (base de datos y archivos)" +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:219 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Port" +msgstr "Puerto origen" -#: ../../enterprise/meta/advanced/policymanager.queue.php:218 -#: ../../enterprise/meta/advanced/policymanager.queue.php:309 -#: ../../enterprise/godmode/policies/policy_queue.php:344 -#: ../../enterprise/godmode/policies/policy_queue.php:418 -msgid "Apply (only database)" -msgstr "Aplicar (sólo en la base de datos)" +#: ../../operation/netflow/nf_live_view.php:361 +#: ../../godmode/netflow/nf_edit_form.php:219 +msgid "" +"Source port. A comma separated list of source ports. If we leave the field " +"blank, will show all ports. Example filter by ports 80 and 22:
80,22" +msgstr "" +"Puerto origen. Lista de puertos de origen separados por coma. Si dejamos " +"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " +"puertos: 80,22" -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Complete" -msgstr "Completo" +#: ../../operation/netflow/nf_live_view.php:379 +#: ../../godmode/netflow/nf_edit_form.php:225 +msgid "Aggregate by" +msgstr "Agregado por" -#: ../../enterprise/meta/advanced/policymanager.queue.php:224 -#: ../../enterprise/godmode/policies/policy_queue.php:350 -msgid "Incomplete" -msgstr "Incompleto" +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +#: ../../include/functions_netflow.php:1657 +msgid "Protocol" +msgstr "Protocolo" -#: ../../enterprise/meta/advanced/policymanager.queue.php:257 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:161 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:163 -#: ../../enterprise/meta/monitoring/group_view.php:95 -#: ../../enterprise/meta/monitoring/group_view.php:132 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:228 -#: ../../enterprise/include/functions_policies.php:3271 -#: ../../enterprise/include/functions_reporting.php:4026 -#: ../../enterprise/include/functions_reporting_pdf.php:532 -#: ../../enterprise/include/functions_reporting_pdf.php:664 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1683 -#: ../../enterprise/operation/services/services.service_map.php:124 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:83 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:221 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:170 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:146 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:150 -#: ../../enterprise/godmode/policies/policy.php:50 -#: ../../enterprise/godmode/policies/policies.php:254 -#: ../../enterprise/godmode/policies/policies.php:355 -#: ../../enterprise/godmode/policies/policy_queue.php:375 -#: ../../enterprise/godmode/policies/policy_agents.php:258 -#: ../../enterprise/godmode/policies/policy_agents.php:316 -#: ../../mobile/include/functions_web.php:22 -#: ../../mobile/operation/groups.php:98 ../../mobile/operation/groups.php:100 -#: ../../mobile/operation/home.php:60 ../../mobile/operation/agents.php:158 -#: ../../extensions/agents_modules.php:194 -#: ../../extensions/agents_alerts.php:176 -#: ../../include/functions_groups.php:46 -#: ../../include/functions_groups.php:754 -#: ../../include/functions_groups.php:756 -#: ../../include/functions_groups.php:758 -#: ../../include/functions_groups.php:759 -#: ../../include/functions_groups.php:760 -#: ../../include/functions_reporting_html.php:784 -#: ../../include/functions_reporting_html.php:1013 -#: ../../include/ajax/networkmap.ajax.php:64 -#: ../../include/ajax/networkmap.ajax.php:92 -#: ../../operation/agentes/group_view.php:103 -#: ../../operation/agentes/group_view.php:140 -#: ../../operation/agentes/networkmap.php:475 -#: ../../operation/search_results.php:73 -#: ../../godmode/alerts/alert_list.list.php:69 -#: ../../godmode/massive/massive_delete_agents.php:123 -#: ../../godmode/massive/massive_delete_alerts.php:218 -#: ../../godmode/massive/massive_standby_alerts.php:142 -#: ../../godmode/massive/massive_delete_modules.php:484 -#: ../../godmode/massive/massive_add_alerts.php:157 -#: ../../godmode/massive/massive_edit_plugins.php:299 -#: ../../godmode/massive/massive_add_tags.php:129 -#: ../../godmode/massive/massive_edit_agents.php:224 -#: ../../godmode/massive/massive_delete_tags.php:192 -#: ../../godmode/massive/massive_edit_modules.php:328 -#: ../../godmode/massive/massive_enable_disable_alerts.php:141 -#: ../../godmode/reporting/reporting_builder.list_items.php:161 -#: ../../godmode/reporting/reporting_builder.list_items.php:186 -#: ../../godmode/reporting/graph_builder.graph_editor.php:142 -#: ../../godmode/reporting/visual_console_builder.wizard.php:240 -#: ../../godmode/reporting/reporting_builder.item_editor.php:936 -msgid "Agents" -msgstr "Agentes" +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Src Ip Address" +msgstr "Dirección IP origen" + +#: ../../operation/netflow/nf_live_view.php:381 +#: ../../godmode/netflow/nf_edit_form.php:226 +msgid "Dst Ip Address" +msgstr "Dirección IP destino" + +#: ../../operation/netflow/nf_live_view.php:384 +#: ../../godmode/netflow/nf_edit_form.php:230 +msgid "Output format" +msgstr "Formato de Salida" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../include/functions_netflow.php:1637 +#: ../../include/functions_config.php:441 +#: ../../include/functions_config.php:1473 +msgid "Bytes" +msgstr "Bytes" + +#: ../../operation/netflow/nf_live_view.php:385 +msgid "Bytes per second" +msgstr "Bytes por segundo" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes" +msgstr "Kilobytes" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes" +msgstr "Megabytes" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Kilobytes per second" +msgstr "Kilobytes por segundo" + +#: ../../operation/netflow/nf_live_view.php:385 +#: ../../godmode/netflow/nf_edit_form.php:231 +msgid "Megabytes per second" +msgstr "Megabytes por segundo" + +#: ../../operation/netflow/nf_live_view.php:396 +msgid "Draw" +msgstr "Dibujar" + +#: ../../operation/netflow/nf_live_view.php:400 +msgid "Save as new filter" +msgstr "Guardar nuevo filtro" + +#: ../../operation/netflow/nf_live_view.php:401 +msgid "Update current filter" +msgstr "Actualizar filtro actual" + +#: ../../operation/netflow/nf_live_view.php:415 +msgid "No filter selected" +msgstr "No se ha seleccionado ningún filtro" + +#: ../../operation/servers/recon_view.php:36 +#: ../../operation/servers/recon_view.php:51 +msgid "Recon View" +msgstr "Vista Recon" + +#: ../../operation/servers/recon_view.php:89 +#: ../../godmode/servers/manage_recontask_form.php:217 +msgid "Task name" +msgstr "Nombre de la tarea" + +#: ../../operation/servers/recon_view.php:95 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +#: ../../enterprise/extensions/ipam/ipam_list.php:148 +#: ../../godmode/servers/manage_recontask_form.php:241 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Network" +msgstr "Red" -#: ../../enterprise/meta/advanced/policymanager.queue.php:259 -#: ../../enterprise/extensions/ipam/ipam_network.php:151 -#: ../../enterprise/extensions/ipam/ipam_network.php:167 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 -#: ../../enterprise/godmode/policies/policy_queue.php:377 #: ../../operation/servers/recon_view.php:104 #: ../../operation/servers/recon_view.php:158 +#: ../../enterprise/extensions/ipam/ipam_network.php:151 +#: ../../enterprise/extensions/ipam/ipam_network.php:167 +#: ../../enterprise/godmode/policies/policy_queue.php:377 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:613 +#: ../../enterprise/meta/advanced/policymanager.queue.php:259 msgid "Progress" msgstr "Progreso" -#: ../../enterprise/meta/advanced/policymanager.queue.php:260 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 -#: ../../enterprise/godmode/policies/policy_queue.php:378 -msgid "Finished" -msgstr "Terminado" +#: ../../operation/servers/recon_view.php:107 +#: ../../operation/incidents/incident_detail.php:261 +#: ../../enterprise/operation/agentes/transactional_map.php:151 +msgid "Updated at" +msgstr "Actualizado el" -#: ../../enterprise/meta/advanced/policymanager.queue.php:334 -#: ../../enterprise/godmode/policies/policy_queue.php:446 -msgid "Delete from queue" -msgstr "Eliminar de la cola" +#: ../../operation/servers/recon_view.php:137 +#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 +msgid "Done" +msgstr "Hecho" -#: ../../enterprise/meta/advanced/policymanager.queue.php:352 -msgid "Empty queue." -msgstr "Cola vacia" +#: ../../operation/servers/recon_view.php:140 +msgid "Pending" +msgstr "Pendiente" -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 +#: ../../operation/servers/recon_view.php:145 +#: ../../godmode/servers/manage_recontask.php:311 +msgid "Network recon task" +msgstr "Tarea de reconocimiento de red" + +#: ../../operation/servers/recon_view.php:173 +#: ../../operation/events/events.build_table.php:139 +#: ../../operation/events/events_list.php:447 +#: ../../enterprise/extensions/csv_import/main.php:75 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1386 +#: ../../enterprise/meta/advanced/policymanager.queue.php:255 +#: ../../enterprise/meta/agentsearch.php:91 +#: ../../enterprise/meta/include/functions_wizard_meta.php:133 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1620 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1081 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1371 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1494 +#: ../../enterprise/include/functions_reporting.php:1926 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1170 +#: ../../godmode/agentes/agent_manager.php:267 +#: ../../godmode/agentes/module_manager.php:518 +#: ../../godmode/massive/massive_edit_agents.php:298 +#: ../../include/functions_events.php:3285 +msgid "Server" +msgstr "Servidor" + +#: ../../operation/servers/recon_view.php:173 +msgid "has no recon tasks assigned" +msgstr "No tiene tarea de descubrimiento asignado" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 +#: ../../operation/menu.php:89 +msgid "MIB uploader" +msgstr "Cargador MIB" + +#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 +msgid "" +"MIB files will be installed on the system. Please note that a MIB may depend " +"on other MIB. To customize trap definitions use the SNMP trap editor." +msgstr "" +"Ficheros MIB se instalarán en el sistema. Por favor, tenga en cuenta que un " +"MIB puede depender de otro MIB. Para personalizar definiciones de trap, se " +"debe usar el editor de trap SNMP." + +#: ../../operation/snmpconsole/snmp_view.php:71 +#: ../../operation/snmpconsole/snmp_statistics.php:61 +#: ../../operation/integria_incidents/incident_statistics.php:29 +#: ../../operation/incidents/incident_statistics.php:30 +#: ../../operation/events/event_statistics.php:32 ../../operation/menu.php:278 +#: ../../operation/menu.php:372 +#: ../../enterprise/extensions/ipam/ipam_network.php:171 +msgid "Statistics" +msgstr "Estadísticas" + +#: ../../operation/snmpconsole/snmp_view.php:73 +#: ../../operation/snmpconsole/snmp_statistics.php:55 +#: ../../operation/events/events.php:396 +#: ../../godmode/agentes/planned_downtime.editor.php:38 +#: ../../godmode/category/category.php:58 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../include/functions_html.php:653 ../../include/functions_html.php:654 +#: ../../include/functions_html.php:779 ../../include/functions_html.php:780 +msgid "List" +msgstr "Lista" + +#: ../../operation/snmpconsole/snmp_view.php:85 +#: ../../operation/snmpconsole/snmp_statistics.php:64 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/snmpconsole/snmp_filters.php:42 +#: ../../godmode/snmpconsole/snmp_alert.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +#: ../../godmode/snmpconsole/snmp_alert.php:80 +msgid "SNMP Console" +msgstr "Consola SNMP" + +#: ../../operation/snmpconsole/snmp_view.php:116 +#: ../../operation/incidents/incident.php:110 +#: ../../enterprise/operation/agentes/transactional_map.php:115 +#: ../../enterprise/extensions/ipam/ipam_massive.php:41 +#: ../../enterprise/extensions/ipam/ipam_action.php:131 +#: ../../enterprise/godmode/policies/policy_modules.php:893 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 +#: ../../enterprise/godmode/alerts/alert_events_list.php:94 +#: ../../enterprise/godmode/alerts/alert_events.php:374 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 +#: ../../godmode/agentes/configurar_agente.php:772 +#: ../../godmode/agentes/planned_downtime.editor.php:368 +#: ../../godmode/netflow/nf_edit_form.php:131 +#: ../../godmode/snmpconsole/snmp_filters.php:54 +#: ../../godmode/snmpconsole/snmp_alert.php:299 +#: ../../godmode/massive/massive_edit_modules.php:152 +#: ../../godmode/users/profile_list.php:223 +#: ../../godmode/alerts/alert_templates.php:151 +#: ../../godmode/alerts/alert_list.php:197 +#: ../../godmode/alerts/alert_actions.php:262 +#: ../../godmode/alerts/configure_alert_command.php:93 +#: ../../godmode/alerts/alert_special_days.php:206 +#: ../../godmode/alerts/configure_alert_template.php:444 +#: ../../godmode/modules/manage_nc_groups.php:98 +#: ../../godmode/setup/news.php:87 ../../godmode/setup/gis.php:39 +#: ../../godmode/setup/links.php:58 +#: ../../godmode/events/event_edit_filter.php:171 +#: ../../include/functions_planned_downtimes.php:125 +msgid "Successfully updated" +msgstr "Actualizado correctamente" + +#: ../../operation/snmpconsole/snmp_view.php:388 +#: ../../operation/users/user_edit.php:263 +#: ../../operation/events/events_list.php:463 +#: ../../enterprise/meta/advanced/metasetup.visual.php:129 +#: ../../enterprise/meta/include/functions_meta.php:1061 +#: ../../godmode/users/configure_user.php:516 +#: ../../godmode/setup/setup_visuals.php:61 +#: ../../godmode/events/event_edit_filter.php:274 +#: ../../include/functions_config.php:451 +msgid "Block size for pagination" +msgstr "Tamaño de bloque para la paginación" + +#: ../../operation/snmpconsole/snmp_view.php:395 +#: ../../operation/users/user_edit.php:272 +#: ../../operation/users/user_edit.php:274 +#: ../../operation/users/user_edit.php:282 +#: ../../operation/users/user_edit.php:304 +#: ../../operation/gis_maps/gis_map.php:93 +#: ../../operation/events/events_list.php:469 +#: ../../extensions/agents_alerts.php:312 +#: ../../enterprise/operation/agentes/policy_view.php:253 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:199 +#: ../../enterprise/godmode/policies/policy_alerts.php:304 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:78 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:83 +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:88 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:117 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:99 +#: ../../enterprise/meta/advanced/metasetup.visual.php:218 +#: ../../enterprise/meta/advanced/metasetup.visual.php:223 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1520 +#: ../../enterprise/dashboard/main_dashboard.php:65 +#: ../../godmode/agentes/module_manager_editor_common.php:373 +#: ../../godmode/massive/massive_edit_agents.php:385 +#: ../../godmode/users/configure_user.php:448 +#: ../../godmode/alerts/alert_list.list.php:504 +#: ../../godmode/alerts/alert_view.php:43 +#: ../../godmode/alerts/alert_special_days.php:275 +#: ../../godmode/alerts/alert_special_days.php:287 +#: ../../godmode/setup/gis_step_2.php:367 +#: ../../godmode/setup/gis_step_2.php:451 +#: ../../godmode/setup/setup_visuals.php:159 +#: ../../godmode/setup/setup_visuals.php:528 +#: ../../godmode/setup/setup_visuals.php:540 +#: ../../godmode/events/event_edit_filter.php:276 +#: ../../include/functions_ui.php:895 +msgid "Default" +msgstr "Predeterminado" + +#: ../../operation/snmpconsole/snmp_view.php:399 +#: ../../operation/events/events.build_table.php:211 +#: ../../operation/events/events_list.php:563 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:74 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:284 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:158 +#: ../../enterprise/meta/include/functions_events_meta.php:85 +#: ../../enterprise/include/functions_reporting.php:1325 +#: ../../enterprise/include/functions_reporting.php:1816 +#: ../../enterprise/include/functions_reporting_pdf.php:1182 +#: ../../enterprise/include/functions_reporting_pdf.php:1331 +#: ../../enterprise/include/functions_reporting_pdf.php:1466 +#: ../../enterprise/include/functions_reporting_pdf.php:1896 +#: ../../enterprise/dashboard/widgets/events_list.php:54 +#: ../../godmode/events/event_edit_filter.php:237 +#: ../../godmode/events/custom_events.php:98 +#: ../../godmode/events/custom_events.php:162 +#: ../../godmode/events/event_filter.php:112 +#: ../../include/functions_events.php:44 +#: ../../include/functions_events.php:884 +#: ../../include/functions_events.php:2385 +#: ../../include/functions_events.php:3349 +#: ../../include/functions_reporting.php:5484 +#: ../../include/functions_reporting_html.php:533 +#: ../../include/functions_reporting_html.php:663 +#: ../../include/functions_reporting_html.php:1145 +#: ../../mobile/operation/events.php:373 ../../mobile/operation/events.php:374 +#: ../../mobile/operation/events.php:489 ../../mobile/operation/events.php:632 +#: ../../mobile/operation/events.php:633 +msgid "Severity" +msgstr "Gravedad" + +#: ../../operation/snmpconsole/snmp_view.php:407 +#: ../../operation/snmpconsole/snmp_view.php:568 +#: ../../operation/snmpconsole/snmp_view.php:826 +#: ../../include/functions_events.php:2924 +#: ../../include/functions_events.php:2929 +msgid "Not validated" +msgstr "Sin validar" + +#: ../../operation/snmpconsole/snmp_view.php:408 +#: ../../operation/snmpconsole/snmp_view.php:572 +#: ../../operation/snmpconsole/snmp_view.php:823 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1659 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1340 +#: ../../include/functions_events.php:881 +#: ../../include/functions_events.php:1717 +#: ../../include/functions_events.php:1723 +#: ../../include/functions_events.php:1727 +#: ../../include/functions_events.php:1732 +#: ../../include/functions_events.php:2921 +#: ../../include/functions_events.php:2929 +#: ../../include/functions_graph.php:2894 +msgid "Validated" +msgstr "Validado" + +#: ../../operation/snmpconsole/snmp_view.php:413 +#: ../../operation/events/events_list.php:406 +#: ../../enterprise/extensions/ipam/ipam_network.php:281 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1838 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1415 +#: ../../godmode/snmpconsole/snmp_alert.php:893 +#: ../../godmode/events/event_edit_filter.php:247 +#: ../../mobile/operation/modules.php:254 +#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/agents.php:194 +#: ../../mobile/operation/events.php:642 +msgid "Free search" +msgstr "Búsqueda libre" + +#: ../../operation/snmpconsole/snmp_view.php:414 +msgid "" +"Search by any alphanumeric field in the trap.\n" +"\t\tREMEMBER trap sources need to be searched by IP Address" +msgstr "" + +#: ../../operation/snmpconsole/snmp_view.php:420 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 +#: ../../godmode/snmpconsole/snmp_alert.php:563 +#: ../../godmode/snmpconsole/snmp_alert.php:897 +msgid "Trap type" +msgstr "Clase de trap" + +#: ../../operation/snmpconsole/snmp_view.php:421 +msgid "Search by trap type" +msgstr "Búsqueda por tipo de trap" + +#: ../../operation/snmpconsole/snmp_view.php:424 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:725 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 +#: ../../godmode/snmpconsole/snmp_alert.php:28 +msgid "Cold start (0)" +msgstr "Inicio cero (0)" + +#: ../../operation/snmpconsole/snmp_view.php:425 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:728 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 +#: ../../godmode/snmpconsole/snmp_alert.php:29 +msgid "Warm start (1)" +msgstr "Comienzo de inicio (1)" + +#: ../../operation/snmpconsole/snmp_view.php:426 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:731 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 +#: ../../godmode/snmpconsole/snmp_alert.php:30 +msgid "Link down (2)" +msgstr "Enlace interrumpido (2)" + +#: ../../operation/snmpconsole/snmp_view.php:427 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:734 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 +#: ../../godmode/snmpconsole/snmp_alert.php:31 +msgid "Link up (3)" +msgstr "Enlace activo (3)" + +#: ../../operation/snmpconsole/snmp_view.php:428 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:737 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 +#: ../../godmode/snmpconsole/snmp_alert.php:32 +msgid "Authentication failure (4)" +msgstr "Fallo de autenticación (4)" + +#: ../../operation/snmpconsole/snmp_view.php:429 +#: ../../operation/snmpconsole/snmp_view.php:718 +#: ../../operation/snmpconsole/snmp_view.php:740 +#: ../../operation/snmpconsole/snmp_statistics.php:172 +#: ../../operation/snmpconsole/snmp_statistics.php:219 +#: ../../operation/users/user_edit.php:310 +#: ../../operation/integria_incidents/incident_statistics.php:58 +#: ../../operation/gis_maps/render_view.php:149 +#: ../../extensions/api_checker.php:152 +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../godmode/groups/configure_group.php:176 +#: ../../godmode/snmpconsole/snmp_alert.php:33 +#: ../../include/functions_graph.php:2483 +#: ../../include/functions_graph.php:2633 +#: ../../include/functions_graph.php:2674 +#: ../../include/functions_graph.php:2715 +#: ../../include/functions_graph.php:2771 +#: ../../include/functions_graph.php:2827 +#: ../../include/functions_graph.php:2881 +#: ../../include/functions_graph.php:3054 +#: ../../include/functions_graph.php:3194 +#: ../../include/functions_graph.php:3250 +#: ../../include/functions_graph.php:4201 +msgid "Other" +msgstr "Otro" + +#: ../../operation/snmpconsole/snmp_view.php:435 +msgid "Group by Enterprise String/IP" +msgstr "Agrupado por cadena Enterprise/IP" + +#: ../../operation/snmpconsole/snmp_view.php:467 +#: ../../operation/snmpconsole/snmp_statistics.php:116 +msgid "There are no SNMP traps in database" +msgstr "No hay definido ningún agente SNMP" + +#: ../../operation/snmpconsole/snmp_view.php:509 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 +#: ../../godmode/snmpconsole/snmp_alert.php:551 +#: ../../godmode/snmpconsole/snmp_alert.php:1047 +msgid "SNMP Agent" +msgstr "Agente SNMP" + +#: ../../operation/snmpconsole/snmp_view.php:513 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 +#: ../../godmode/snmpconsole/snmp_alert.php:536 +#: ../../godmode/snmpconsole/snmp_alert.php:1051 +msgid "Enterprise String" +msgstr "Cadena Enterprise" + +#: ../../operation/snmpconsole/snmp_view.php:518 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 +#: ../../enterprise/include/functions_reporting_pdf.php:1183 +#: ../../enterprise/include/functions_reporting_pdf.php:1463 +#: ../../include/functions_reporting_html.php:664 +#: ../../include/functions_reporting_html.php:1142 +msgid "Count" +msgstr "Número" + +#: ../../operation/snmpconsole/snmp_view.php:523 +msgid "Trap subtype" +msgstr "Subtipo trap" + +#: ../../operation/snmpconsole/snmp_view.php:527 +#: ../../operation/search_users.php:38 ../../operation/users/user_edit.php:209 +#: ../../godmode/users/user_list.php:266 +#: ../../godmode/users/configure_user.php:438 +#: ../../include/functions_reporting_html.php:2080 +msgid "User ID" +msgstr "ID usuario" + +#: ../../operation/snmpconsole/snmp_view.php:588 +#: ../../operation/snmpconsole/snmp_statistics.php:156 +msgid "View agent details" +msgstr "Ver detalles del agente" + +#: ../../operation/snmpconsole/snmp_view.php:646 +#: ../../extensions/agents_alerts.php:331 +#: ../../enterprise/operation/agentes/policy_view.php:273 +#: ../../enterprise/godmode/alerts/alert_events_list.php:626 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:639 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:880 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1548 +#: ../../godmode/alerts/alert_list.list.php:650 +#: ../../godmode/alerts/alert_view.php:93 +#: ../../include/functions_agents.php:2095 +#: ../../include/functions_agents.php:2107 +#: ../../include/functions_reporting.php:7052 +#: ../../include/functions_ui.php:916 ../../mobile/operation/alerts.php:261 +msgid "Alert not fired" +msgstr "Alerta no lanzada" + +#: ../../operation/snmpconsole/snmp_view.php:668 +#: ../../operation/events/events.build_table.php:686 +#: ../../include/functions_events.php:3816 +msgid "Show more" +msgstr "Mostrar más" + +#: ../../operation/snmpconsole/snmp_view.php:680 +msgid "Variable bindings:" +msgstr "Enlaces variables" + +#: ../../operation/snmpconsole/snmp_view.php:693 +msgid "See more details" +msgstr "Ver más detalles" + +#: ../../operation/snmpconsole/snmp_view.php:706 +msgid "Enterprise String:" +msgstr "Cadena Enterprise" + +#: ../../operation/snmpconsole/snmp_view.php:712 +#: ../../enterprise/godmode/agentes/collections.data.php:377 +msgid "Description:" +msgstr "Descripción:" + +#: ../../operation/snmpconsole/snmp_view.php:744 +msgid "Trap type:" +msgstr "Tipo trap:" + +#: ../../operation/snmpconsole/snmp_view.php:772 +msgid "Count:" +msgstr "Contar" + +#: ../../operation/snmpconsole/snmp_view.php:776 +msgid "First trap:" +msgstr "Primer trap:" + +#: ../../operation/snmpconsole/snmp_view.php:780 +msgid "Last trap:" +msgstr "Ultimo trap:" + +#: ../../operation/snmpconsole/snmp_view.php:800 +msgid "No matching traps found" +msgstr "No se encontraron traps coincidentes" + +#: ../../operation/snmpconsole/snmp_view.php:843 +#: ../../extensions/agents_modules.php:359 +#: ../../extensions/module_groups.php:296 +#: ../../enterprise/operation/services/services.service_map.php:106 +#: ../../enterprise/dashboard/widgets/service_map.php:49 +#: ../../enterprise/dashboard/widgets/service_map.php:74 +#: ../../godmode/snmpconsole/snmp_alert.php:1225 +#: ../../include/functions_reporting_html.php:945 +msgid "Legend" +msgstr "Leyenda" + +#: ../../operation/snmpconsole/snmp_browser.php:92 +msgid "SNMP Browser" +msgstr "Navegador SNMP" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +msgid "Traps received by source" +msgstr "Traps recibidos por el origen" + +#: ../../operation/snmpconsole/snmp_statistics.php:127 +#: ../../operation/snmpconsole/snmp_statistics.php:185 +#: ../../enterprise/include/functions_reporting_csv.php:292 +#: ../../include/functions_reporting.php:845 +#, php-format +msgid "Top %d" +msgstr "Primeros %d" + +#: ../../operation/snmpconsole/snmp_statistics.php:140 +#: ../../general/logon_ok.php:224 ../../general/logon_ok.php:421 +#: ../../godmode/admin_access_logs.php:191 +#: ../../include/functions_reporting_html.php:2853 +#: ../../mobile/operation/tactical.php:311 +msgid "Source IP" +msgstr "IP origen" + +#: ../../operation/snmpconsole/snmp_statistics.php:141 +#: ../../operation/snmpconsole/snmp_statistics.php:199 +msgid "Number" +msgstr "Número" + +#: ../../operation/snmpconsole/snmp_statistics.php:185 +msgid "Traps received by Enterprise String" +msgstr "Traps recibidos por cadena Enterprise" + +#: ../../operation/snmpconsole/snmp_statistics.php:198 +msgid "Trap Enterprise String" +msgstr "Traps Enterprise de cadena" + +#: ../../operation/messages/message_edit.php:35 +#: ../../operation/messages/message_list.php:32 +msgid "Received messages" +msgstr "Mensajes recibidos" + +#: ../../operation/messages/message_edit.php:39 +#: ../../operation/messages/message_list.php:36 +msgid "Sent messages" +msgstr "Mensajes enviados" + +#: ../../operation/messages/message_edit.php:43 +#: ../../operation/messages/message_list.php:40 +#: ../../operation/messages/message_list.php:221 +msgid "Create message" +msgstr "Crear mensaje" + +#: ../../operation/messages/message_edit.php:46 +#: ../../operation/messages/message_list.php:43 ../../operation/menu.php:380 +#: ../../godmode/menu.php:450 +msgid "Messages" +msgstr "Mensajes" + +#: ../../operation/messages/message_edit.php:60 +msgid "This message does not exist in the system" +msgstr "Este mensaje no existe en el sistema" + +#: ../../operation/messages/message_edit.php:79 +#: ../../operation/messages/message_edit.php:160 +#: ../../operation/messages/message_list.php:125 +msgid "Sender" +msgstr "Remitente" + +#: ../../operation/messages/message_edit.php:80 +msgid "at" +msgstr "el" + +#: ../../operation/messages/message_edit.php:82 +#: ../../operation/messages/message_edit.php:169 +#: ../../operation/messages/message_list.php:123 +msgid "Destination" +msgstr "Destino" + +#: ../../operation/messages/message_edit.php:85 +#: ../../operation/messages/message_edit.php:207 +#: ../../operation/messages/message_list.php:126 +#: ../../godmode/update_manager/update_manager.messages.php:136 +#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 +msgid "Subject" +msgstr "Asunto" + +#: ../../operation/messages/message_edit.php:92 +#: ../../operation/messages/message_edit.php:210 +#: ../../operation/users/webchat.php:86 +#: ../../enterprise/dashboard/widgets/example.php:25 +msgid "Message" +msgstr "Mensaje" + +#: ../../operation/messages/message_edit.php:104 +msgid "wrote" +msgstr "escribió" + +#: ../../operation/messages/message_edit.php:119 +msgid "Reply" +msgstr "Responder" + +#: ../../operation/messages/message_edit.php:136 +#, php-format +msgid "Message successfully sent to user %s" +msgstr "Mensaje enviado correctamente al usuario %s" + +#: ../../operation/messages/message_edit.php:137 +#, php-format +msgid "Error sending message to user %s" +msgstr "Error al enviar el mensaje al usuario %s" + +#: ../../operation/messages/message_edit.php:145 +msgid "Message successfully sent" +msgstr "Mensaje enviado correctamente" + +#: ../../operation/messages/message_edit.php:146 +#, php-format +msgid "Error sending message to group %s" +msgstr "Error al enviar el mensaje al grupo %s" + +#: ../../operation/messages/message_edit.php:203 +msgid "Select user" +msgstr "Seleccionar usuario" + +#: ../../operation/messages/message_edit.php:204 +msgid "OR" +msgstr "O" + +#: ../../operation/messages/message_edit.php:205 +msgid "Select group" +msgstr "Seleccionar grupo" + +#: ../../operation/messages/message_edit.php:217 +#: ../../operation/users/webchat.php:90 +msgid "Send message" +msgstr "Enviar mensaje" + +#: ../../operation/messages/message_list.php:74 +msgid "Not deleted. Error deleting messages" +msgstr "No borrada. Error al suprimir mensajes" + +#: ../../operation/messages/message_list.php:80 +#: ../../operation/messages/message_list.php:88 +msgid "You have" +msgstr "Tiene" + +#: ../../operation/messages/message_list.php:81 +msgid "sent message(s)" +msgstr "Mensaje(s) enviado(s)" + +#: ../../operation/messages/message_list.php:89 +msgid "unread message(s)" +msgstr "mensaje(s) sin leer" + +#: ../../operation/messages/message_list.php:97 +msgid "There are no messages." +msgstr "No hay mensajes." + +#: ../../operation/messages/message_list.php:136 +msgid "Click to read" +msgstr "Hacer click para leer" + +#: ../../operation/messages/message_list.php:141 +msgid "Mark as unread" +msgstr "Marcar como no leído" + +#: ../../operation/messages/message_list.php:148 +#: ../../operation/messages/message_list.php:153 +msgid "Message unread - click to read" +msgstr "Mensaje sin leer; pulse para leerlo" + +#: ../../operation/messages/message_list.php:180 +msgid "No Subject" +msgstr "Sin asunto" + +#: ../../operation/search_users.php:44 +#: ../../general/login_identification_wizard.php:170 +#: ../../general/login_identification_wizard.php:171 +#: ../../enterprise/operation/reporting/custom_reporting.php:24 +#: ../../enterprise/operation/reporting/custom_reporting.php:77 +#: ../../enterprise/extensions/cron/main.php:220 ../../godmode/tag/tag.php:203 +#: ../../godmode/tag/edit_tag.php:195 +msgid "Email" +msgstr "Correo-e" + +#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 +msgid "Profile" +msgstr "Perfil" + +#: ../../operation/search_users.php:63 +#: ../../enterprise/extensions/check_acls.php:61 +#: ../../enterprise/extensions/check_acls.php:141 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:339 +#: ../../godmode/users/user_list.php:275 ../../godmode/users/user_list.php:413 +msgid "Admin" +msgstr "Admin" + +#: ../../operation/search_users.php:64 ../../godmode/users/user_list.php:414 +#: ../../godmode/users/configure_user.php:465 +msgid "Administrator" +msgstr "Administrador" + +#: ../../operation/search_users.php:68 +#: ../../operation/integria_incidents/incident.tracking.php:22 +#: ../../operation/events/events.build_table.php:173 +#: ../../operation/events/events.build_table.php:568 +#: ../../extensions/ssh_gateway.php:59 ../../extensions/users_connected.php:77 +#: ../../extensions/api_checker.php:114 ../../general/logon_ok.php:220 +#: ../../general/logon_ok.php:417 ../../general/login_page.php:135 +#: ../../general/login_page.php:160 +#: ../../enterprise/extensions/vmware/main.php:225 +#: ../../enterprise/extensions/check_acls.php:42 +#: ../../enterprise/extensions/check_acls.php:120 +#: ../../enterprise/extensions/cron/main.php:187 +#: ../../enterprise/godmode/servers/manage_export_form.php:97 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:167 +#: ../../enterprise/godmode/setup/setup_auth.php:70 +#: ../../enterprise/godmode/setup/setup_auth.php:102 +#: ../../enterprise/godmode/setup/setup_auth.php:134 +#: ../../enterprise/meta/general/login_page.php:70 +#: ../../enterprise/meta/general/login_page.php:91 +#: ../../enterprise/meta/include/functions_events_meta.php:64 +#: ../../enterprise/meta/include/functions_wizard_meta.php:398 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1307 +#: ../../enterprise/meta/include/functions_meta.php:849 +#: ../../enterprise/meta/include/functions_meta.php:902 +#: ../../enterprise/meta/include/functions_meta.php:955 +#: ../../godmode/admin_access_logs.php:63 +#: ../../godmode/admin_access_logs.php:188 +#: ../../godmode/setup/setup_ehorus.php:73 +#: ../../godmode/events/custom_events.php:77 +#: ../../godmode/events/custom_events.php:155 ../../include/functions.php:2305 +#: ../../include/functions_events.php:37 +#: ../../include/functions_events.php:3317 +#: ../../include/functions_events.php:3698 +#: ../../include/functions_reporting_html.php:2849 +#: ../../include/functions_config.php:332 +#: ../../include/functions_config.php:343 +#: ../../include/functions_config.php:353 +#: ../../mobile/operation/tactical.php:309 +#: ../../mobile/include/user.class.php:245 +msgid "User" +msgstr "Usuario" + +#: ../../operation/search_users.php:69 +#: ../../godmode/users/configure_user.php:470 +msgid "Standard User" +msgstr "Usuario estándar" + +#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 +msgid "The user doesn't have any assigned profile/group" +msgstr "El usuario no tiene ningún perfil asignado" + +#: ../../operation/tree.php:67 ../../extensions/module_groups.php:325 +#: ../../enterprise/dashboard/widgets/tree_view.php:36 +#: ../../godmode/menu.php:49 +msgid "Module groups" +msgstr "Grupos de Módulos" + +#: ../../operation/tree.php:80 +#: ../../enterprise/operation/agentes/ver_agente.php:208 +#: ../../enterprise/meta/advanced/policymanager.apply.php:200 +#: ../../enterprise/include/functions_groups.php:32 +#: ../../enterprise/dashboard/widgets/tree_view.php:39 +#: ../../include/functions_networkmap.php:1660 +#: ../../include/functions_maps.php:37 +msgid "Policies" +msgstr "Políticas" + +#: ../../operation/tree.php:87 ../../operation/menu.php:51 +#: ../../enterprise/meta/general/main_header.php:88 +msgid "Tree view" +msgstr "Vista de árbol" + +#: ../../operation/tree.php:88 +#, php-format +msgid "Sort the agents by %s" +msgstr "Ordenar los agentes por %s" + +#: ../../operation/tree.php:91 +msgid "tags" +msgstr "Etiquetas" + +#: ../../operation/tree.php:97 +msgid "groups" +msgstr "Grupos" + +#: ../../operation/tree.php:100 +msgid "module groups" +msgstr "Grupos de módulos" + +#: ../../operation/tree.php:103 +#: ../../enterprise/meta/advanced/license_meta.php:76 +#: ../../enterprise/meta/advanced/license_meta.php:79 +#: ../../enterprise/meta/advanced/license_meta.php:82 +#: ../../enterprise/meta/advanced/license_meta.php:85 +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "modules" +msgstr "Módulos" + +#: ../../operation/tree.php:107 +msgid "policies" +msgstr "Políticas" + +#: ../../operation/tree.php:138 +msgid "Agent status" +msgstr "Estado de agente" + +#: ../../operation/tree.php:140 +msgid "Search agent" +msgstr "Buscar agente" + +#: ../../operation/tree.php:163 +#: ../../include/functions_reporting_html.php:2015 +msgid "Module status" +msgstr "Estado del módulo" + +#: ../../operation/tree.php:165 +msgid "Search module" +msgstr "Buscar módulo" + +#: ../../operation/tree.php:189 +msgid "Tree search" +msgstr "Búsqueda de árbol" + +#: ../../operation/tree.php:264 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 +#: ../../enterprise/include/functions_inventory.php:165 +#: ../../enterprise/dashboard/widgets/tree_view.php:187 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +msgid "No data found" +msgstr "No se encontraron datos" + +#: ../../operation/tree.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:331 +#: ../../enterprise/dashboard/widgets/tree_view.php:194 +#: ../../godmode/db/db_main.php:99 ../../include/functions_reporting.php:6357 +#: ../../include/functions_reporting_html.php:2723 +#: ../../mobile/operation/groups.php:125 +msgid "Total agents" +msgstr "Agentes totales" + +#: ../../operation/tree.php:272 +#: ../../enterprise/include/functions_reporting_csv.php:333 +#: ../../enterprise/dashboard/widgets/tree_view.php:195 +msgid "Total modules" +msgstr "Módulos totales" + +#: ../../operation/tree.php:276 ../../operation/tree.php:277 +#: ../../operation/tree.php:278 +#: ../../enterprise/include/functions_reporting_csv.php:340 +#: ../../enterprise/dashboard/widgets/tree_view.php:199 +#: ../../enterprise/dashboard/widgets/tree_view.php:200 +#: ../../enterprise/dashboard/widgets/tree_view.php:201 +#: ../../include/functions_reporting.php:6202 +#: ../../include/functions_reporting.php:6223 +#: ../../include/functions_graph.php:2000 +msgid "Fired alerts" +msgstr "Alertas disparadas" + +#: ../../operation/tree.php:281 +#: ../../enterprise/dashboard/widgets/tree_view.php:204 +msgid "Critical agents" +msgstr "Agentes Críticos" + +#: ../../operation/tree.php:282 +#: ../../enterprise/include/functions_reporting_csv.php:335 +#: ../../enterprise/dashboard/widgets/tree_view.php:205 +#: ../../mobile/operation/groups.php:157 +msgid "Critical modules" +msgstr "Módulos críticos" + +#: ../../operation/tree.php:286 +#: ../../enterprise/dashboard/widgets/tree_view.php:209 +msgid "Warning agents" +msgstr "Agentes en advertencia" + +#: ../../operation/tree.php:287 +#: ../../enterprise/include/functions_reporting_csv.php:336 +#: ../../enterprise/dashboard/widgets/tree_view.php:210 +#: ../../mobile/operation/groups.php:153 +msgid "Warning modules" +msgstr "Módulos de advertencia" + +#: ../../operation/tree.php:291 +#: ../../enterprise/dashboard/widgets/tree_view.php:214 +msgid "Unknown agents" +msgstr "Agentes en desconocido" + +#: ../../operation/tree.php:292 +#: ../../enterprise/include/functions_reporting_csv.php:337 +#: ../../enterprise/dashboard/widgets/tree_view.php:215 +#: ../../mobile/operation/groups.php:141 +msgid "Unknown modules" +msgstr "Módulos desconocidos" + +#: ../../operation/tree.php:296 +#: ../../enterprise/dashboard/widgets/tree_view.php:219 +msgid "Not init agents" +msgstr "Agentes no inicializados" + +#: ../../operation/tree.php:297 +#: ../../enterprise/include/functions_reporting_csv.php:338 +#: ../../enterprise/dashboard/widgets/tree_view.php:220 +#: ../../mobile/operation/groups.php:145 +msgid "Not init modules" +msgstr "Módulos no inicializados" + +#: ../../operation/tree.php:301 +#: ../../enterprise/dashboard/widgets/tree_view.php:224 +msgid "Normal agents" +msgstr "Agentes en normal" + +#: ../../operation/tree.php:302 +#: ../../enterprise/include/functions_reporting_csv.php:334 +#: ../../enterprise/dashboard/widgets/tree_view.php:225 +#: ../../mobile/operation/groups.php:149 +msgid "Normal modules" +msgstr "Módulos Normales" + +#: ../../operation/search_results.php:63 ../../mobile/operation/home.php:135 +msgid "Global search" +msgstr "Búsqueda global" + +#: ../../operation/search_results.php:83 +#: ../../enterprise/meta/advanced/synchronizing.user.php:511 +#: ../../godmode/massive/massive_delete_profiles.php:104 +#: ../../godmode/massive/massive_add_profiles.php:90 +#: ../../include/functions_reporting.php:6421 +msgid "Users" +msgstr "Usuarios" + +#: ../../operation/search_results.php:113 +#: ../../enterprise/meta/general/main_header.php:136 +#: ../../enterprise/meta/general/main_header.php:151 +#: ../../enterprise/mobile/include/functions_web.php:15 +#: ../../include/functions_groups.php:120 +msgid "Reports" +msgstr "Informes" + +#: ../../operation/search_results.php:123 +#: ../../enterprise/dashboard/widgets/maps_status.php:29 +msgid "Maps" +msgstr "Mapas" + +#: ../../operation/search_results.php:143 +msgid "Helps" +msgstr "Ayudas" + +#: ../../operation/users/webchat.php:71 +msgid "Webchat" +msgstr "Chat de la Web" + +#: ../../operation/users/webchat.php:82 +msgid "Users Online" +msgstr "Usuarios en linea" + +#: ../../operation/users/webchat.php:157 +msgid "Connection established...get last 24h messages..." +msgstr "Conexión establecida. Obtener mensajes de las últimas 24 horas" + +#: ../../operation/users/webchat.php:168 +msgid "Error in connection." +msgstr "Error en la conexión" + +#: ../../operation/users/webchat.php:249 +msgid "Error sendding message." +msgstr "Error al enviar mensaje" + +#: ../../operation/users/webchat.php:277 +msgid "Error login." +msgstr "Error al acceder al sistema" + +#: ../../operation/users/user_edit.php:86 +#: ../../godmode/users/configure_user.php:90 +msgid "User detail editor" +msgstr "Editor de detalles de usuario" + +#: ../../operation/users/user_edit.php:155 +#: ../../operation/users/user_edit.php:162 +msgid "Password successfully updated" +msgstr "Contraseña actualizada correctamente" + +#: ../../operation/users/user_edit.php:156 +#: ../../operation/users/user_edit.php:163 +#, php-format +msgid "Error updating passwords: %s" +msgstr "Error al actualizar las contraseñas: %s" + +#: ../../operation/users/user_edit.php:168 +msgid "" +"Passwords didn't match or other problem encountered while updating passwords" +msgstr "" +"Las contraseñas no coincidían o se encontró otro problema al actualizar las " +"contraseñas" + +#: ../../operation/users/user_edit.php:179 +#: ../../operation/users/user_edit.php:189 +#: ../../godmode/users/configure_user.php:300 +#: ../../godmode/users/configure_user.php:310 +#: ../../godmode/users/configure_user.php:338 +#: ../../godmode/users/configure_user.php:344 +#: ../../godmode/users/configure_user.php:372 +msgid "User info successfully updated" +msgstr "Información del usuario actualizada correctamente" + +#: ../../operation/users/user_edit.php:180 +#: ../../operation/users/user_edit.php:190 +msgid "Error updating user info" +msgstr "Error al actualizar la información del usuario" + +#: ../../operation/users/user_edit.php:200 +msgid "Edit my User" +msgstr "Editar mi Usuario" + +#: ../../operation/users/user_edit.php:211 +#: ../../godmode/users/configure_user.php:442 +msgid "Full (display) name" +msgstr "Nombre completo" + +#: ../../operation/users/user_edit.php:233 +#: ../../godmode/users/user_list.php:407 +#: ../../godmode/users/configure_user.php:474 +msgid "E-mail" +msgstr "Correo-e" + +#: ../../operation/users/user_edit.php:235 +#: ../../godmode/users/configure_user.php:478 +msgid "Phone number" +msgstr "Número de teléfono" + +#: ../../operation/users/user_edit.php:244 +msgid "New Password" +msgstr "Contraseña nueva" + +#: ../../operation/users/user_edit.php:246 +#: ../../godmode/users/configure_user.php:454 +msgid "Password confirmation" +msgstr "Confirmar contraseña" + +#: ../../operation/users/user_edit.php:254 +msgid "" +"You can not change your password from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"No puede cambiar su contraseña desde Pandora FMS bajo el actual esquema de " +"autenticación" + +#: ../../operation/users/user_edit.php:263 +msgid "If checkbox is clicked then block size global configuration is used" +msgstr "" +"Si se marca el checkbox entonces el tamaño de bloque de la configuración " +"global será usado" + +#: ../../operation/users/user_edit.php:276 +#: ../../enterprise/meta/advanced/metasetup.visual.php:140 +#: ../../enterprise/meta/include/functions_meta.php:1081 +#: ../../godmode/users/configure_user.php:512 +#: ../../godmode/setup/setup_visuals.php:420 +#: ../../include/functions_config.php:463 +msgid "Interactive charts" +msgstr "Gráficas interactivas" + +#: ../../operation/users/user_edit.php:276 +#: ../../enterprise/meta/advanced/metasetup.visual.php:140 +#: ../../godmode/users/configure_user.php:512 +#: ../../godmode/setup/setup_visuals.php:421 +msgid "Whether to use Javascript or static PNG graphs" +msgstr "Si usar Javascript or graficas estáticas PNG" + +#: ../../operation/users/user_edit.php:280 #: ../../enterprise/extensions/translate_string.php:250 -#: ../../operation/users/user_edit.php:267 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:132 #: ../../godmode/users/configure_user.php:446 msgid "Language" msgstr "Idioma" -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 -#: ../../enterprise/extensions/translate_string.php:254 -#: ../../enterprise/extensions/translate_string.php:255 -#: ../../enterprise/godmode/agentes/collections.php:169 -#: ../../enterprise/godmode/agentes/collection_manager.php:44 -#: ../../enterprise/godmode/policies/policies.php:235 -#: ../../enterprise/godmode/policies/policy_collections.php:176 -#: ../../godmode/admin_access_logs.php:65 -#: ../../godmode/admin_access_logs.php:66 -msgid "Free text for search (*)" -msgstr "Búsqueda libre de texto" +#: ../../operation/users/user_edit.php:299 +msgid "Shortcut bar" +msgstr "Barra de acceso directo" -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 -#: ../../enterprise/extensions/translate_string.php:271 -msgid "Please search for anything text." -msgstr "Por favor haga una búsqueda de cualquier cadena de texto" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 -#: ../../enterprise/extensions/translate_string.php:280 -msgid "Original string" -msgstr "Cadena original" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 -#: ../../enterprise/extensions/translate_string.php:281 -msgid "Translation in selected language" -msgstr "Traducción en el idioma seleccionado" - -#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 -#: ../../enterprise/extensions/translate_string.php:282 -msgid "Customize translation" -msgstr "Personalizar traducción" - -#: ../../enterprise/meta/advanced/agents_setup.php:37 -msgid "Propagation" -msgstr "Propagación" - -#: ../../enterprise/meta/advanced/license_meta.php:35 -#: ../../godmode/setup/license.php:37 -msgid "License updated" -msgstr "Licencia actualizada" - -#: ../../enterprise/meta/advanced/license_meta.php:62 -msgid "Licence" -msgstr "Licencia" - -#: ../../enterprise/meta/advanced/license_meta.php:69 -#: ../../godmode/setup/license.php:64 -msgid "Customer key" -msgstr "Clave del cliente" - -#: ../../enterprise/meta/advanced/license_meta.php:72 -#: ../../godmode/setup/license.php:67 -msgid "Expires" -msgstr "Expira" - -#: ../../enterprise/meta/advanced/license_meta.php:75 -#: ../../godmode/setup/license.php:70 -msgid "Platform Limit" -msgstr "Límite de la plataforma" - -#: ../../enterprise/meta/advanced/license_meta.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 -msgid "agents" -msgstr "Agentes" - -#: ../../enterprise/meta/advanced/license_meta.php:76 -#: ../../enterprise/meta/advanced/license_meta.php:79 -#: ../../operation/tree.php:103 ../../godmode/setup/license.php:71 -#: ../../godmode/setup/license.php:74 -msgid "modules" -msgstr "Módulos" - -#: ../../enterprise/meta/advanced/license_meta.php:78 -#: ../../godmode/setup/license.php:73 -msgid "Current Platform Count" -msgstr "Cómputo de la plataforma actual" - -#: ../../enterprise/meta/advanced/license_meta.php:81 -#: ../../godmode/setup/license.php:76 -msgid "License Mode" -msgstr "Modalidad de licencia" - -#: ../../enterprise/meta/advanced/license_meta.php:84 -#: ../../godmode/setup/license.php:79 -msgid "NMS" -msgstr "NMS" - -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:88 -#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83 -msgid "enabled" -msgstr "Habilitado" - -#: ../../enterprise/meta/advanced/license_meta.php:85 -#: ../../enterprise/meta/advanced/license_meta.php:88 -#: ../../godmode/setup/license.php:80 ../../godmode/setup/license.php:83 -msgid "disabled" -msgstr "desactivado" - -#: ../../enterprise/meta/advanced/license_meta.php:87 -#: ../../godmode/setup/license.php:82 -msgid "Satellite" -msgstr "Satélite" - -#: ../../enterprise/meta/advanced/license_meta.php:90 -#: ../../godmode/setup/license.php:85 -msgid "Licensed to" -msgstr "Con licencia para" - -#: ../../enterprise/meta/advanced/license_meta.php:96 -#: ../../enterprise/extensions/vmware/main.php:181 -#: ../../enterprise/extensions/vmware/main.php:188 -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -#: ../../enterprise/godmode/alerts/alert_events_list.php:676 -#: ../../enterprise/load_enterprise.php:402 -#: ../../mobile/operation/events.php:523 -#: ../../operation/snmpconsole/snmp_view.php:643 -#: ../../operation/snmpconsole/snmp_view.php:800 -#: ../../operation/snmpconsole/snmp_view.php:828 -#: ../../operation/agentes/alerts_status.php:428 -#: ../../operation/agentes/alerts_status.php:468 -#: ../../operation/agentes/alerts_status.php:501 -#: ../../operation/agentes/alerts_status.php:534 -#: ../../operation/agentes/alerts_status.php:579 -#: ../../godmode/setup/license.php:91 -msgid "Validate" -msgstr "Validar" - -#: ../../enterprise/meta/advanced/license_meta.php:98 -#: ../../enterprise/meta/advanced/license_meta.php:102 -#: ../../godmode/setup/license.php:93 ../../godmode/setup/license.php:97 -msgid "Request new license" -msgstr "Solicitar nueva licencia" - -#: ../../enterprise/meta/advanced/license_meta.php:106 -#: ../../godmode/setup/license.php:101 -msgid "To get your Pandora FMS Enterprise License:" -msgstr "Para obtener su Licencia de Pandora FMS Enteprise" - -#: ../../enterprise/meta/advanced/license_meta.php:109 -#: ../../godmode/setup/license.php:104 -#, php-format -msgid "Go to %s" -msgstr "Ir a %s" - -#: ../../enterprise/meta/advanced/license_meta.php:112 -#: ../../godmode/setup/license.php:107 -msgid "Enter the auth key and the following request key:" -msgstr "Introduce la auth key y la siguiente request key:" - -#: ../../enterprise/meta/advanced/license_meta.php:118 -#: ../../godmode/setup/license.php:113 -msgid "Enter your name (or a company name) and a contact email address." -msgstr "Introduzca su nombre (o empresa) y un email de contacto." - -#: ../../enterprise/meta/advanced/license_meta.php:121 -#: ../../godmode/setup/license.php:116 -msgid "Click on Generate." -msgstr "Haga click en Generar" - -#: ../../enterprise/meta/advanced/license_meta.php:124 -#: ../../godmode/setup/license.php:119 +#: ../../operation/users/user_edit.php:299 msgid "" -"Click here, enter " -"the generated license key and click on Validate." +"This will activate a shortcut bar with alerts, events, messages... " +"information" msgstr "" -"Haga click aquí, e " -"introduzca la licence key generada y pulse en Validar." +"Esto activará una barra de acceso directo con alertas, eventos, mensaje..." +"información" -#: ../../enterprise/meta/advanced/policymanager.apply.php:135 -#: ../../enterprise/godmode/policies/policy.php:116 -#: ../../enterprise/godmode/policies/policy.php:137 -msgid "Duplicated or incompatible operation in the queue" -msgstr "Operación duplicada o incompatible en la cola" +#: ../../operation/users/user_edit.php:302 +msgid "Home screen" +msgstr "Pantalla de inicio" -#: ../../enterprise/meta/advanced/policymanager.apply.php:142 -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/godmode/policies/policy.php:110 -#: ../../enterprise/godmode/policies/policy.php:133 -msgid "Operation successfully added to the queue" -msgstr "Operación añadida correctamente a la cola" +#: ../../operation/users/user_edit.php:302 +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 "" +"El usuario puede personalizar la página principal . Por defecto, desplegará " +"'Detalle del Agente'. Ejemplo: Seleccione 'Otro' y type " +"sec=estado&sec2=operation/agentes/estado_agente para mostrarla vista " +"detallada del agente." -#: ../../enterprise/meta/advanced/policymanager.apply.php:146 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -msgid "Only database" -msgstr "Sólo bases de datos" +#: ../../operation/users/user_edit.php:305 ../../operation/menu.php:128 +#: ../../extensions/resource_exportation.php:351 +#: ../../enterprise/meta/screens/screens.visualmap.php:216 +#: ../../enterprise/meta/screens/screens.visualmap.php:220 +msgid "Visual console" +msgstr "Consola visual" -#: ../../enterprise/meta/advanced/policymanager.apply.php:150 -#: ../../enterprise/meta/advanced/policymanager.apply.php:154 -#: ../../enterprise/meta/advanced/policymanager.apply.php:158 -#: ../../enterprise/godmode/policies/policy.php:113 -#: ../../enterprise/godmode/policies/policy.php:134 -msgid "Operation cannot be added to the queue" -msgstr "La operación no se puede añadir a la cola" +#: ../../operation/users/user_edit.php:306 +#: ../../operation/events/events.php:325 ../../godmode/events/events.php:37 +msgid "Event list" +msgstr "Lista de eventos" -#: ../../enterprise/meta/advanced/policymanager.apply.php:188 -msgid "Apply Policies" -msgstr "Aplicar politicas" +#: ../../operation/users/user_edit.php:312 +#: ../../enterprise/operation/menu.php:89 +#: ../../enterprise/extensions/vmware/vmware_view.php:1070 +#: ../../enterprise/extensions/vmware/vmware_view.php:1089 +#: ../../enterprise/mobile/operation/dashboard.php:227 +#: ../../mobile/include/functions_web.php:21 +msgid "Dashboard" +msgstr "Dashboard" -#: ../../enterprise/meta/advanced/policymanager.apply.php:200 -#: ../../enterprise/include/functions_groups.php:32 -#: ../../enterprise/operation/agentes/ver_agente.php:208 -#: ../../include/ajax/networkmap.ajax.php:50 ../../operation/tree.php:80 -msgid "Policies" -msgstr "Políticas" +#: ../../operation/users/user_edit.php:350 +#: ../../godmode/groups/configure_group.php:181 +#: ../../godmode/users/configure_user.php:506 +msgid "Skin" +msgstr "Skin" -#: ../../enterprise/meta/advanced/policymanager.apply.php:202 -#: ../../mobile/include/functions_web.php:27 ../../godmode/menu.php:194 -#: ../../godmode/reporting/visual_console_builder.wizard.php:203 -msgid "Servers" -msgstr "Servidores" +#: ../../operation/users/user_edit.php:362 +#: ../../enterprise/meta/include/functions_meta.php:672 +#: ../../godmode/setup/setup_auth.php:124 +#: ../../include/functions_config.php:359 +msgid "Double authentication" +msgstr "Doble autenticación" -#: ../../enterprise/meta/advanced/servers.build_table.php:33 -#: ../../godmode/servers/servers.build_table.php:37 -msgid "There are no servers configured into the database" -msgstr "No hay ningún servidor configurado en la base de datos" +#: ../../operation/users/user_edit.php:367 +msgid "Show information" +msgstr "Mostrar información" -#: ../../enterprise/meta/advanced/servers.build_table.php:62 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:327 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 -#: ../../extensions/realtime_graphs.php:111 -#: ../../include/functions_snmp_browser.php:513 -#: ../../operation/extensions.php:48 ../../godmode/extensions.php:144 -#: ../../godmode/servers/servers.build_table.php:66 -msgid "Version" -msgstr "Versión" +#: ../../operation/users/user_edit.php:373 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1335 +msgid "Event filter" +msgstr "Filtro de eventos" -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Lag" -msgstr "Retraso" +#: ../../operation/users/user_edit.php:378 +msgid "Newsletter Subscribed" +msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:64 -#: ../../godmode/servers/servers.build_table.php:68 -msgid "Avg. Delay(sec)/Modules delayed" -msgstr "Media borra (sec)/ Modulos retrasado" +#: ../../operation/users/user_edit.php:380 +msgid "Already subscribed to Pandora FMS newsletter" +msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "T/Q" -msgstr "H/C" +#: ../../operation/users/user_edit.php:383 +#: ../../general/login_identification_wizard.php:167 +msgid "Subscribe to our newsletter" +msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:65 -#: ../../godmode/servers/servers.build_table.php:69 -msgid "Threads / Queued modules currently" -msgstr "Hilos / Cola actual de módulos" +#: ../../operation/users/user_edit.php:386 +msgid "Newsletter Reminder" +msgstr "" -#: ../../enterprise/meta/advanced/servers.build_table.php:67 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 -#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/users/user_edit.php:442 +#, fuzzy +msgid "Autorefresh" +msgstr "Tiempo de autorrefresco" + +#: ../../operation/users/user_edit.php:442 +msgid "This will activate autorefresh in selected pages" +msgstr "" + +#: ../../operation/users/user_edit.php:449 +#, fuzzy +msgid "Full list of pages" +msgstr "Lista completa de alertas" + +#: ../../operation/users/user_edit.php:451 +#, fuzzy +msgid "List of pages with autorefresh" +msgstr "Autorrefresco deshabilitado" + +#: ../../operation/users/user_edit.php:457 +#, fuzzy +msgid "Push selected pages into autorefresh list" +msgstr "Añade los servicios seleccionados a la lista" + +#: ../../operation/users/user_edit.php:461 +#, fuzzy +msgid "Pop selected pages out of autorefresh list" +msgstr "Sacar los módulos seleccionados de la lista negra" + +#: ../../operation/users/user_edit.php:476 ../../general/logon_ok.php:225 +#: ../../general/logon_ok.php:422 +#: ../../enterprise/extensions/ipam/ipam_network.php:543 +#: ../../enterprise/extensions/ipam/ipam_network.php:654 +#: ../../enterprise/extensions/ipam/ipam_massive.php:69 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 +#: ../../godmode/servers/manage_recontask_form.php:354 +#: ../../godmode/users/configure_user.php:482 +#: ../../godmode/admin_access_logs.php:192 ../../include/functions.php:2309 +#: ../../include/ajax/events.php:302 +#: ../../include/functions_reporting_html.php:2854 +#: ../../mobile/operation/events.php:518 +msgid "Comments" +msgstr "Comentarios" + +#: ../../operation/users/user_edit.php:497 +msgid "" +"You can not change your user info from Pandora FMS under the current " +"authentication scheme" +msgstr "" +"No puede cambiar su información de usuario desde Pandora FMS bajo el actual " +"esquema de autenticación" + +#: ../../operation/users/user_edit.php:507 +#: ../../operation/users/user_edit.php:514 +#: ../../godmode/users/configure_user.php:597 +#: ../../godmode/users/configure_user.php:606 +msgid "Profiles/Groups assigned to this user" +msgstr "Perfiles/Grupos asignados a este usuario" + +#: ../../operation/users/user_edit.php:531 +#: ../../enterprise/godmode/setup/setup_acl.php:149 +#: ../../godmode/massive/massive_delete_profiles.php:102 +#: ../../godmode/massive/massive_add_profiles.php:88 +#: ../../godmode/users/configure_profile.php:242 +#: ../../godmode/users/configure_user.php:616 +msgid "Profile name" +msgstr "Nombre del perfil" + +#: ../../operation/users/user_edit.php:568 +msgid "This user doesn't have any assigned profile/group." +msgstr "Esté usuario no tiene asignado ningún perfil/grupo" + +#: ../../operation/users/user_edit.php:720 +#: ../../operation/users/user_edit.php:785 +#: ../../operation/users/user_edit.php:856 ../../general/logon_failed.php:21 +#: ../../include/ajax/double_auth.ajax.php:247 +#: ../../include/ajax/double_auth.ajax.php:342 +#: ../../include/ajax/double_auth.ajax.php:387 +#: ../../include/ajax/double_auth.ajax.php:501 +msgid "Authentication error" +msgstr "Error de autenticación" + +#: ../../operation/users/user_edit.php:723 +#: ../../operation/users/user_edit.php:788 +#: ../../extensions/system_info.php:533 ../../extensions/system_info.php:594 +#: ../../enterprise/meta/include/functions_ui_meta.php:779 +#: ../../enterprise/dashboard/main_dashboard.php:337 +#: ../../enterprise/dashboard/main_dashboard.php:414 +#: ../../godmode/massive/massive_edit_plugins.php:813 +#: ../../godmode/massive/massive_edit_plugins.php:814 +#: ../../godmode/db/db_refine.php:42 ../../godmode/db/db_refine.php:47 +#: ../../include/functions.php:1041 ../../include/functions_events.php:1162 +#: ../../include/functions_events.php:1429 +#: ../../include/ajax/double_auth.ajax.php:250 +#: ../../include/ajax/double_auth.ajax.php:345 +#: ../../include/ajax/double_auth.ajax.php:390 +#: ../../include/ajax/double_auth.ajax.php:505 +#: ../../include/functions_ui.php:228 +msgid "Error" +msgstr "Error" + +#: ../../operation/users/user_edit.php:727 +#: ../../operation/users/user_edit.php:792 +#: ../../include/ajax/double_auth.ajax.php:254 +#: ../../include/ajax/double_auth.ajax.php:349 +#: ../../include/ajax/double_auth.ajax.php:394 +#: ../../include/ajax/double_auth.ajax.php:509 +msgid "There was an error loading the data" +msgstr "Se ha producido un error al cargar los datos" + +#: ../../operation/users/user_edit.php:737 +msgid "Double autentication information" +msgstr "Información sobre la doble autenticación" + +#: ../../operation/users/user_edit.php:800 +#: ../../operation/users/user_edit.php:876 +msgid "Double autentication activation" +msgstr "Activación de la doble autenticación" + +#: ../../operation/users/user_edit.php:826 +msgid "The double authentication will be deactivated" +msgstr "La doble autenticación se desactivará" + +#: ../../operation/users/user_edit.php:827 +msgid "Deactivate" +msgstr "Desactivado" + +#: ../../operation/users/user_edit.php:859 +msgid "The double autentication was deactivated successfully" +msgstr "La doble autenticación fue desactivada con éxito" + +#: ../../operation/users/user_edit.php:862 +#: ../../operation/users/user_edit.php:866 +msgid "There was an error deactivating the double autentication" +msgstr "Ha habido un error al desactivar la doble autenticación" + +#: ../../operation/integria_incidents/incident.php:47 +msgid "New Incident" +msgstr "Nuevo Incidente" + +#: ../../operation/integria_incidents/incident.php:58 +#: ../../operation/incidents/incident_detail.php:233 +msgid "Incident details" +msgstr "Detalles del incidente" + +#: ../../operation/integria_incidents/incident.php:62 +#: ../../operation/integria_incidents/incident.list.php:132 +msgid "Workunits" +msgstr "Horas de trabajo" + +#: ../../operation/integria_incidents/incident.php:70 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 +msgid "Tracking" +msgstr "Seguimiento" + +#: ../../operation/integria_incidents/incident.php:75 +#: ../../operation/incidents/incident.php:33 +msgid "Incident management" +msgstr "Gestión de incidentes" + +#: ../../operation/integria_incidents/incident.php:98 +msgid "Incident updated" +msgstr "Incidente actualizado" + +#: ../../operation/integria_incidents/incident.php:101 +msgid "" +"There was a problem updating the incident, please check if any field was " +"modified and the values are correct." +msgstr "" +"Ocurrió un problema al actualizar el incidente. Compruebe si alguno de los " +"campos fue modificado y si los valores son correctos." + +#: ../../operation/integria_incidents/incident.php:125 +#: ../../operation/incidents/incident.php:146 +msgid "Incident created" +msgstr "Incidente creado" + +#: ../../operation/integria_incidents/incident.php:128 +msgid "There was a problem creating incident" +msgstr "Ocurrió un problema al crear el incidente" + +#: ../../operation/integria_incidents/incident.php:141 +#: ../../operation/incidents/incident_detail.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:93 +#: ../../enterprise/meta/include/ajax/wizard.ajax.php:486 +msgid "No description available" +msgstr "Sin descripción disponible" + +#: ../../operation/integria_incidents/incident.php:155 +#: ../../operation/incidents/incident_detail.php:173 +msgid "File uploaded" +msgstr "Archivo subido" + +#: ../../operation/integria_incidents/incident.php:158 +msgid "There was a problem uploading file" +msgstr "Ocurrió un problema al subir el fichero" + +#: ../../operation/integria_incidents/incident.php:164 +msgid "File is too big" +msgstr "El archivo es demasiado grande" + +#: ../../operation/integria_incidents/incident.php:167 +msgid "File was partially uploaded. Please try again" +msgstr "El archivo se subió parcialmente. Inténtelo de nuevo." + +#: ../../operation/integria_incidents/incident.php:170 +#: ../../include/functions.php:2199 +msgid "No file was uploaded" +msgstr "No se subió ningún archivo" + +#: ../../operation/integria_incidents/incident.php:173 +msgid "Generic upload error" +msgstr "Error de subida genérico" + +#: ../../operation/integria_incidents/incident.php:192 +msgid "File deleted" +msgstr "Archivo eliminado" + +#: ../../operation/integria_incidents/incident.php:195 +msgid "You user doesn't have enough rights to delete this file" +msgstr "Su usuario no tiene permiso para borrar este archivo" + +#: ../../operation/integria_incidents/incident.php:210 +msgid "Incident deleted" +msgstr "Incidente borrado" + +#: ../../operation/integria_incidents/incident.php:213 +msgid "There was a problem deteling incident" +msgstr "Ocurrió un problema al borrar el incidente" + +#: ../../operation/integria_incidents/incident.php:237 +msgid "Workunit added" +msgstr "Hora de trabajo añadida" + +#: ../../operation/integria_incidents/incident.php:240 +msgid "There was a problem adding workunit" +msgstr "Ocurrió un problema al añadir la unidad de trabajo." + +#: ../../operation/integria_incidents/incident.php:339 +msgid "" +"There is a error in the message from your Integria or there is not " +"connection." +msgstr "Existe un error en el mensaje desde su Integria o no hay conexión" + +#: ../../operation/integria_incidents/incident.list.php:33 +#: ../../operation/events/events_list.php:440 +#: ../../enterprise/operation/services/services.list.php:155 +#: ../../enterprise/operation/services/services.list.php:172 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:156 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:159 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:164 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:207 +#: ../../enterprise/godmode/setup/setup_auth.php:241 +#: ../../enterprise/godmode/setup/setup_auth.php:270 +#: ../../enterprise/godmode/setup/setup_acl.php:131 +#: ../../enterprise/dashboard/widgets/events_list.php:31 +#: ../../godmode/reporting/visual_console_builder.wizard.php:345 +#: ../../godmode/agentes/planned_downtime.list.php:154 +#: ../../godmode/agentes/planned_downtime.editor.php:713 +#: ../../godmode/servers/manage_recontask_form.php:291 +#: ../../godmode/servers/manage_recontask.php:336 +#: ../../godmode/massive/massive_add_action_alerts.php:146 +#: ../../godmode/users/configure_user.php:689 +#: ../../godmode/events/event_edit_filter.php:295 +#: ../../include/functions_html.php:860 ../../include/functions_html.php:861 +#: ../../include/functions_html.php:862 ../../include/functions_html.php:863 +#: ../../include/functions_html.php:864 +#: ../../include/ajax/visual_console_builder.ajax.php:675 +#: ../../include/functions_visual_map_editor.php:292 +#: ../../include/functions_visual_map_editor.php:624 +msgid "Any" +msgstr "Cualquier" + +#: ../../operation/integria_incidents/incident.list.php:34 +msgid "Not closed" +msgstr "No cerrado" + +#: ../../operation/integria_incidents/incident.list.php:55 +msgid "Search string" +msgstr "Cadena de búsqueda" + +#: ../../operation/integria_incidents/incident.list.php:93 #: ../../operation/incidents/incident.php:335 +#: ../../operation/events/events.build_table.php:133 +#: ../../extensions/api_checker.php:137 +#: ../../godmode/agentes/agent_manager.php:162 +#: ../../godmode/agentes/agent_incidents.php:85 +#: ../../godmode/agentes/fields_manager.php:94 +#: ../../godmode/agentes/module_manager_editor_common.php:149 +#: ../../godmode/groups/group_list.php:334 +#: ../../godmode/groups/modu_group_list.php:182 +#: ../../godmode/alerts/alert_commands.php:331 +#: ../../godmode/modules/module_list.php:58 ../../godmode/setup/os.list.php:33 +#: ../../include/functions_events.php:3281 +msgid "ID" +msgstr "ID" + +#: ../../operation/integria_incidents/incident.list.php:98 +#: ../../operation/incidents/incident.php:340 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:221 +#: ../../enterprise/meta/advanced/servers.build_table.php:67 #: ../../godmode/agentes/agent_incidents.php:90 -#: ../../godmode/servers/servers.build_table.php:71 +#: ../../godmode/servers/servers.build_table.php:72 msgid "Updated" msgstr "Actualizado hace" -#: ../../enterprise/meta/advanced/servers.build_table.php:71 +#: ../../operation/integria_incidents/incident.list.php:98 +msgid "Started" +msgstr "Iniciado hace" + +#: ../../operation/integria_incidents/incident.list.php:99 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 +#: ../../include/ajax/events.php:300 +msgid "Details" +msgstr "Detalles" + +#: ../../operation/integria_incidents/incident.list.php:100 +#: ../../operation/integria_incidents/incident.incident.php:84 +#: ../../operation/incidents/incident_detail.php:327 +msgid "Creator" +msgstr "Creador" + +#: ../../operation/integria_incidents/incident.list.php:101 +#: ../../operation/incidents/incident.php:342 +#: ../../operation/incidents/incident_detail.php:266 +#: ../../operation/events/events.build_table.php:179 +#: ../../enterprise/meta/include/functions_events_meta.php:100 +#: ../../godmode/agentes/agent_incidents.php:92 +#: ../../godmode/events/custom_events.php:113 +#: ../../godmode/events/custom_events.php:167 +#: ../../include/functions_events.php:49 +#: ../../include/functions_events.php:2351 +#: ../../include/functions_events.php:3322 +#: ../../mobile/operation/events.php:477 +msgid "Owner" +msgstr "Propietario" + +#: ../../operation/integria_incidents/incident.list.php:132 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Hours" +msgstr "Horas" + +#: ../../operation/integria_incidents/incident.list.php:135 +msgid "Delete incident" +msgstr "Borrar incidente" + +#: ../../operation/integria_incidents/incident.list.php:135 +msgid "View incident details" +msgstr "Ver detalles del incidente" + +#: ../../operation/integria_incidents/incident.incident.php:93 +msgid "Assigned user" +msgstr "Usuario asignado" + +#: ../../operation/integria_incidents/incident.incident.php:111 +msgid "Resolution epilog" +msgstr "Epílogo de resolución" + +#: ../../operation/integria_incidents/incident.incident.php:126 +#: ../../operation/incidents/incident_detail.php:379 +#: ../../operation/gis_maps/gis_map.php:182 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:227 +#: ../../enterprise/extensions/backup/main.php:167 +#: ../../enterprise/extensions/ipam/ipam_editor.php:121 +#: ../../enterprise/extensions/ipam/ipam_list.php:257 +#: ../../enterprise/extensions/cron/main.php:323 +#: ../../enterprise/godmode/policies/policy_modules.php:327 +#: ../../enterprise/godmode/policies/policies.php:430 +#: ../../enterprise/godmode/policies/configure_policy.php:90 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:232 +#: ../../enterprise/godmode/agentes/collections.php:235 +#: ../../enterprise/godmode/agentes/collections.data.php:56 +#: ../../enterprise/godmode/agentes/collections.data.php:125 +#: ../../enterprise/godmode/agentes/collections.data.php:144 +#: ../../enterprise/godmode/agentes/collections.data.php:159 +#: ../../enterprise/godmode/agentes/collections.data.php:181 +#: ../../enterprise/godmode/agentes/collections.data.php:223 +#: ../../enterprise/godmode/agentes/collections.editor.php:117 +#: ../../enterprise/godmode/servers/manage_export.php:125 +#: ../../enterprise/godmode/servers/manage_export.php:157 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:90 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:329 +#: ../../enterprise/godmode/alerts/alert_events_list.php:671 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:511 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:220 +#: ../../enterprise/godmode/services/services.service.php:361 +#: ../../enterprise/godmode/services/services.elements.php:417 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:118 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:245 +#: ../../enterprise/godmode/modules/configure_local_component.php:490 +#: ../../enterprise/godmode/modules/local_components.php:551 +#: ../../enterprise/godmode/setup/edit_skin.php:270 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:275 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1215 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1430 +#: ../../godmode/reporting/map_builder.php:312 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1135 +#: ../../godmode/reporting/graph_builder.main.php:183 +#: ../../godmode/agentes/agent_manager.php:468 +#: ../../godmode/agentes/configure_field.php:65 +#: ../../godmode/agentes/module_manager.php:123 +#: ../../godmode/agentes/module_manager_editor.php:498 +#: ../../godmode/agentes/planned_downtime.list.php:366 +#: ../../godmode/agentes/planned_downtime.list.php:516 +#: ../../godmode/netflow/nf_edit_form.php:244 +#: ../../godmode/servers/plugin.php:542 +#: ../../godmode/servers/recon_script.php:220 +#: ../../godmode/servers/manage_recontask.php:389 +#: ../../godmode/groups/configure_group.php:208 +#: ../../godmode/groups/configure_modu_group.php:87 +#: ../../godmode/snmpconsole/snmp_filters.php:108 +#: ../../godmode/snmpconsole/snmp_filters.php:156 +#: ../../godmode/snmpconsole/snmp_alert.php:874 +#: ../../godmode/snmpconsole/snmp_alert.php:1221 +#: ../../godmode/category/edit_category.php:174 +#: ../../godmode/massive/massive_add_profiles.php:117 +#: ../../godmode/users/configure_user.php:581 +#: ../../godmode/users/profile_list.php:404 +#: ../../godmode/alerts/configure_alert_special_days.php:106 +#: ../../godmode/alerts/alert_templates.php:363 +#: ../../godmode/alerts/alert_list.php:330 +#: ../../godmode/alerts/alert_actions.php:403 +#: ../../godmode/alerts/configure_alert_command.php:202 +#: ../../godmode/alerts/alert_list.list.php:742 +#: ../../godmode/alerts/alert_special_days.php:464 +#: ../../godmode/alerts/alert_special_days.php:482 +#: ../../godmode/alerts/configure_alert_action.php:227 +#: ../../godmode/alerts/alert_commands.php:377 +#: ../../godmode/modules/manage_network_templates_form.php:157 +#: ../../godmode/modules/manage_network_components.php:645 +#: ../../godmode/modules/manage_network_templates.php:237 +#: ../../godmode/modules/manage_network_components_form.php:279 +#: ../../godmode/modules/manage_nc_groups_form.php:83 +#: ../../godmode/modules/manage_nc_groups.php:244 +#: ../../godmode/setup/news.php:204 ../../godmode/setup/os.php:52 +#: ../../godmode/setup/os.php:76 ../../godmode/setup/gis.php:93 +#: ../../godmode/setup/links.php:117 +#: ../../godmode/events/event_edit_filter.php:404 +#: ../../godmode/events/event_responses.editor.php:134 +#: ../../godmode/tag/edit_tag.php:232 +#: ../../include/functions_filemanager.php:617 +#: ../../include/functions_filemanager.php:654 +#: ../../include/functions_visual_map_editor.php:449 +msgid "Create" +msgstr "Crear" + +#: ../../operation/integria_incidents/incident.workunits.php:27 +msgid "Time used" +msgstr "Tiempo empleado" + +#: ../../operation/integria_incidents/incident.workunits.php:28 +msgid "Have cost" +msgstr "Tienen coste" + +#: ../../operation/integria_incidents/incident.workunits.php:29 +#: ../../operation/integria_incidents/incident.workunits.php:61 +msgid "Public" +msgstr "Público" + +#: ../../operation/integria_incidents/incident.workunits.php:35 +#: ../../operation/integria_incidents/incident.files.php:29 +#: ../../operation/incidents/incident_detail.php:404 +#: ../../operation/events/events_list.php:333 +#: ../../operation/events/events_list.php:360 +#: ../../extensions/files_repo/files_repo_form.php:94 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:160 +#: ../../enterprise/godmode/policies/policy_collections.php:196 +#: ../../enterprise/godmode/policies/policy_plugins.php:65 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:285 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:336 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:219 +#: ../../enterprise/godmode/policies/policy_alerts.php:474 +#: ../../enterprise/godmode/policies/policy_alerts.php:520 +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:183 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:316 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:214 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:161 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:279 +#: ../../enterprise/godmode/agentes/plugins_manager.php:93 +#: ../../enterprise/godmode/agentes/collection_manager.php:109 +#: ../../enterprise/godmode/agentes/collection_manager.php:126 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:208 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:78 +#: ../../enterprise/godmode/servers/manage_export_form.php:122 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:380 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:110 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:123 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:112 +#: ../../enterprise/godmode/alerts/alert_events_list.php:608 +#: ../../enterprise/godmode/setup/setup_acl.php:98 +#: ../../enterprise/godmode/setup/setup_acl.php:117 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:221 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:329 +#: ../../enterprise/meta/advanced/metasetup.visual.php:157 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:301 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:430 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1209 +#: ../../enterprise/dashboard/main_dashboard.php:322 +#: ../../godmode/reporting/graph_builder.graph_editor.php:163 +#: ../../godmode/reporting/visual_console_builder.wizard.php:340 +#: ../../godmode/agentes/planned_downtime.editor.php:628 +#: ../../godmode/agentes/planned_downtime.editor.php:724 +#: ../../godmode/agentes/planned_downtime.editor.php:863 +#: ../../godmode/servers/plugin.php:796 +#: ../../godmode/servers/recon_script.php:383 +#: ../../godmode/servers/manage_recontask_form.php:384 +#: ../../godmode/snmpconsole/snmp_alert.php:1199 +#: ../../godmode/massive/massive_add_action_alerts.php:181 +#: ../../godmode/massive/massive_add_tags.php:161 +#: ../../godmode/massive/massive_add_alerts.php:185 +#: ../../godmode/users/configure_profile.php:375 +#: ../../godmode/alerts/alert_list.list.php:632 +#: ../../godmode/modules/manage_network_templates_form.php:308 +#: ../../godmode/setup/news.php:275 ../../godmode/setup/setup_visuals.php:646 +#: ../../godmode/setup/setup_visuals.php:682 ../../godmode/setup/links.php:158 +#: ../../godmode/events/event_edit_filter.php:351 +#: ../../godmode/events/event_edit_filter.php:366 +msgid "Add" +msgstr "Añadir" + +#: ../../operation/integria_incidents/incident.workunits.php:42 +msgid "Add workunit" +msgstr "Añadir unidad de trabajo" + +#: ../../operation/integria_incidents/incident.workunits.php:60 +msgid "said" +msgstr "dijo" + +#: ../../operation/integria_incidents/incident.files.php:23 +#: ../../extensions/files_repo/files_repo_form.php:84 +#: ../../extensions/system_info.php:471 ../../extensions/system_info.php:526 +#: ../../godmode/extensions.php:143 +msgid "File" +msgstr "Archivo" + +#: ../../operation/integria_incidents/incident.files.php:35 +msgid "Add a file" +msgstr "Añadir un archivo" + +#: ../../operation/integria_incidents/incident.files.php:42 +#: ../../operation/incidents/incident_detail.php:453 +#: ../../operation/incidents/incident_detail.php:505 +msgid "Filename" +msgstr "Nombre del archivo" + +#: ../../operation/integria_incidents/incident.files.php:45 +#: ../../operation/incidents/incident_detail.php:455 +#: ../../extensions/files_repo/files_repo_list.php:60 +#: ../../enterprise/extensions/backup/main.php:67 +#: ../../godmode/events/event_responses.editor.php:97 +#: ../../include/functions_filemanager.php:582 +#: ../../include/functions_visual_map_editor.php:107 +#: ../../include/functions_visual_map_editor.php:149 +#: ../../include/functions_visual_map_editor.php:423 +#: ../../include/functions_visual_map_editor.php:487 +msgid "Size" +msgstr "Tamaño" + +#: ../../operation/integria_incidents/incident.files.php:66 +msgid "Delete file" +msgstr "Borrar archivo" + +#: ../../operation/integria_incidents/incident_statistics.php:52 +msgid "Opened tickets" +msgstr "Tickets abiertos" + +#: ../../operation/integria_incidents/incident_statistics.php:53 +msgid "Closed tickets" +msgstr "Casos cerrados" + +#: ../../operation/integria_incidents/incident_statistics.php:56 +#: ../../operation/incidents/incident_statistics.php:33 +msgid "Incidents by status" +msgstr "Incidentes por estado" + +#: ../../operation/incidents/incident.php:72 +msgid "Successfully reclaimed ownership" +msgstr "La propiedad se reclamó correctamente" + +#: ../../operation/incidents/incident.php:73 +msgid "Could not reclame ownership" +msgstr "No se pudo reclamar la propiedad" + +#: ../../operation/incidents/incident.php:143 +msgid "Error creating incident" +msgstr "Error al crear el incidente" + +#: ../../operation/incidents/incident.php:233 +msgid "Incidents:" +msgstr "Incidentes:" + +#: ../../operation/incidents/incident.php:234 +msgid "All incidents" +msgstr "Todos los incidentes" + +#: ../../operation/incidents/incident.php:256 +msgid "Priorities:" +msgstr "Prioridades:" + +#: ../../operation/incidents/incident.php:257 +msgid "All priorities" +msgstr "Todas las prioridades" + +#: ../../operation/incidents/incident.php:261 +msgid "Users:" +msgstr "Usuarios:" + +#: ../../operation/incidents/incident.php:262 +#: ../../enterprise/extensions/ipam/ipam_editor.php:60 +msgid "All users" +msgstr "Todos los usuarios" + +#: ../../operation/incidents/incident.php:277 +msgid "Agents:" +msgstr "Agentes:" + +#: ../../operation/incidents/incident.php:279 +#: ../../godmode/db/db_purge.php:167 +msgid "All agents" +msgstr "Todos los agentes" + +#: ../../operation/incidents/incident.php:284 +msgid "Groups:" +msgstr "Grupos:" + +#: ../../operation/incidents/incident.php:290 +msgid "Free text:" +msgstr "Texto libre:" + +#: ../../operation/incidents/incident.php:291 +msgid "Search by incident name or description, list matches." +msgstr "" +"Búsqueda por nombre de incidencia o descripción. Lista las concidencias" + +#: ../../operation/incidents/incident.php:399 +msgid "Delete incidents" +msgstr "Borrar incidentes" + +#: ../../operation/incidents/incident.php:403 +msgid "Become owner" +msgstr "Hacerse propietario" + +#: ../../operation/incidents/incident.php:411 +#: ../../operation/incidents/incident_detail.php:238 +msgid "Create incident" +msgstr "Crear incidente" + +#: ../../operation/incidents/incident_statistics.php:36 +msgid "Incidents by priority" +msgstr "Incidentes por prioridad" + +#: ../../operation/incidents/incident_statistics.php:39 +msgid "Incidents by group" +msgstr "Incidentes por grupo" + +#: ../../operation/incidents/incident_statistics.php:42 +msgid "Incidents by user" +msgstr "Incidentes por usuario" + +#: ../../operation/incidents/incident_statistics.php:45 +msgid "Incidents by source" +msgstr "Incidentes por origen" + +#: ../../operation/incidents/incident_detail.php:67 +#: ../../enterprise/godmode/policies/policy_agents.php:144 +#: ../../enterprise/godmode/alerts/alert_events_list.php:186 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_tags.php:88 +#: ../../godmode/massive/massive_add_alerts.php:112 +#: ../../godmode/alerts/alert_list.php:170 +msgid "Successfully added" +msgstr "Añadido correctamente" + +#: ../../operation/incidents/incident_detail.php:68 +#: ../../enterprise/godmode/policies/policy_agents.php:145 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +#: ../../enterprise/godmode/alerts/alert_events_list.php:187 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_action_alerts.php:85 +#: ../../godmode/massive/massive_add_action_alerts.php:101 +#: ../../godmode/massive/massive_add_action_alerts.php:105 +#: ../../godmode/massive/massive_add_tags.php:89 +#: ../../godmode/massive/massive_add_alerts.php:113 +#: ../../godmode/alerts/alert_list.php:170 +msgid "Could not be added" +msgstr "No se pudo añadir" + +#: ../../operation/incidents/incident_detail.php:160 +msgid "File could not be saved due to database error" +msgstr "El archivo no se pudo guardar debido a un error en la base de datos" + +#: ../../operation/incidents/incident_detail.php:174 +msgid "File could not be uploaded" +msgstr "No se pudo subir el archivo" + +#: ../../operation/incidents/incident_detail.php:259 +msgid "Opened at" +msgstr "Abierto el" + +#: ../../operation/incidents/incident_detail.php:376 +msgid "Update incident" +msgstr "Actualizar incidente" + +#: ../../operation/incidents/incident_detail.php:382 +msgid "Submit" +msgstr "Enviar" + +#: ../../operation/incidents/incident_detail.php:396 +#: ../../operation/incidents/incident_detail.php:400 +msgid "Add note" +msgstr "Insertar nota" + +#: ../../operation/incidents/incident_detail.php:432 +msgid "Notes attached to incident" +msgstr "Notas asociadas al incidente" + +#: ../../operation/incidents/incident_detail.php:481 +msgid "Attached files" +msgstr "Archivos adjuntos" + +#: ../../operation/incidents/incident_detail.php:499 +#: ../../operation/incidents/incident_detail.php:503 +msgid "Add attachment" +msgstr "Añadir adjunto" + +#: ../../operation/incidents/incident_detail.php:507 +#: ../../extensions/extension_uploader.php:85 +#: ../../extensions/plugin_registration.php:43 +#: ../../extensions/resource_registration.php:876 +#: ../../enterprise/include/functions_policies.php:4106 +#: ../../godmode/alerts/alert_special_days.php:260 +msgid "Upload" +msgstr "Subir" + +#: ../../operation/search_main.php:52 +msgid "Agents found" +msgstr "Agentes encontrados" + +#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 +#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 +#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 +#: ../../operation/search_main.php:80 +#, php-format +msgid "%s Found" +msgstr "%s encontrados" + +#: ../../operation/search_main.php:55 +msgid "Modules found" +msgstr "Módulos encontrados" + +#: ../../operation/search_main.php:66 +msgid "Users found" +msgstr "Usuarios encontrados" + +#: ../../operation/search_main.php:69 +msgid "Graphs found" +msgstr "Gráficas encontradas" + +#: ../../operation/search_main.php:72 +msgid "Reports found" +msgstr "Informes encontrados" + +#: ../../operation/search_main.php:75 +msgid "Maps found" +msgstr "Mapas encontrados" + +#: ../../operation/search_main.php:78 +msgid "Helps found" +msgstr "Ayudas encontradas" + +#: ../../operation/search_main.php:88 +#, php-format +msgid "Show %s of %s. View all matches" +msgstr "Mostrar %s de %s. Ver todas las coincidencias" + +#: ../../operation/search_maps.php:33 +#: ../../enterprise/godmode/services/services.elements.php:123 +#: ../../enterprise/godmode/services/services.elements.php:128 +msgid "Elements" +msgstr "Elementos" + +#: ../../operation/gis_maps/render_view.php:125 +#: ../../operation/visual_console/render_view.php:105 +#: ../../enterprise/meta/screens/screens.visualmap.php:188 +#: ../../godmode/reporting/visual_console_builder.php:664 +msgid "Show link to public Visual Console" +msgstr "Mostrar enlace a la Consola Visual pública" + +#: ../../operation/gis_maps/render_view.php:132 +#: ../../include/functions.php:2578 +msgid "5 seconds" +msgstr "5 segundos" + +#: ../../operation/gis_maps/render_view.php:133 +#: ../../include/functions.php:2579 +msgid "10 seconds" +msgstr "10 segundos" + +#: ../../operation/gis_maps/render_view.php:134 +#: ../../include/functions.php:2581 +msgid "30 seconds" +msgstr "30 segundos" + +#: ../../operation/gis_maps/render_view.php:135 +#: ../../extensions/agents_alerts.php:82 +#: ../../extensions/agents_modules.php:90 ../../include/functions.php:2582 +msgid "1 minute" +msgstr "1 minuto" + +#: ../../operation/gis_maps/render_view.php:136 +#: ../../extensions/agents_alerts.php:83 +#: ../../extensions/agents_modules.php:91 ../../include/functions.php:2583 +msgid "2 minutes" +msgstr "2 minutos" + +#: ../../operation/gis_maps/render_view.php:137 +#: ../../extensions/agents_alerts.php:84 +#: ../../extensions/agents_modules.php:92 ../../include/functions.php:2584 +#: ../../include/ajax/module.php:118 +msgid "5 minutes" +msgstr "5 minutos" + +#: ../../operation/gis_maps/render_view.php:138 +#: ../../extensions/agents_alerts.php:85 +#: ../../extensions/agents_modules.php:93 +msgid "10 minutes" +msgstr "10 minutos" + +#: ../../operation/gis_maps/render_view.php:139 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:190 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:181 +#: ../../enterprise/godmode/agentes/inventory_manager.php:176 +#: ../../enterprise/dashboard/widgets/top_n.php:61 +#: ../../godmode/setup/performance.php:97 ../../include/functions.php:2022 +#: ../../include/functions.php:2587 ../../include/ajax/module.php:120 +#: ../../include/functions_netflow.php:1049 +#: ../../include/functions_netflow.php:1082 +msgid "1 hour" +msgstr "1 hora" + +#: ../../operation/gis_maps/render_view.php:140 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:191 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:182 +#: ../../enterprise/godmode/agentes/inventory_manager.php:177 +#: ../../enterprise/dashboard/widgets/top_n.php:62 +#: ../../include/functions_netflow.php:1050 +#: ../../include/functions_netflow.php:1083 +msgid "2 hours" +msgstr "2 horas" + +#: ../../operation/gis_maps/render_view.php:142 +msgid "Refresh: " +msgstr "Refrescar " + +#: ../../operation/gis_maps/render_view.php:148 +#: ../../enterprise/operation/agentes/transactional_map.php:197 +#: ../../enterprise/operation/services/services.service.php:168 +#: ../../enterprise/operation/services/services.service_map.php:118 +#: ../../enterprise/operation/services/services.list.php:149 +#: ../../enterprise/operation/services/services.list.php:378 +#: ../../enterprise/load_enterprise.php:1 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 +#: ../../enterprise/dashboard/widgets/service_map.php:86 +#: ../../godmode/massive/massive_edit_agents.php:386 +#: ../../include/functions_config.php:521 +#: ../../include/functions_config.php:1526 +msgid "Ok" +msgstr "Bien" + +#: ../../operation/gis_maps/render_view.php:151 +msgid "Show agents by state: " +msgstr "Mostrar agentes por estado " + +#: ../../operation/gis_maps/render_view.php:154 +#: ../../enterprise/extensions/vmware/vmware_view.php:1064 +#: ../../enterprise/extensions/vmware/vmware_view.php:1085 +#: ../../enterprise/dashboard/widgets/network_map.php:38 +msgid "Map" +msgstr "Mapa" + +#: ../../operation/gis_maps/gis_map.php:29 +#: ../../godmode/gis_maps/configure_gis_map.php:214 +msgid "GIS Maps list" +msgstr "Lista de mapas GIS" + +#: ../../operation/gis_maps/gis_map.php:31 ../../operation/menu.php:185 +msgid "GIS Maps" +msgstr "Mapas GIS" + +#: ../../operation/gis_maps/gis_map.php:94 +#: ../../enterprise/godmode/policies/policies.php:258 +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 #: ../../enterprise/godmode/alerts/alert_events_list.php:427 #: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/modules/local_components.php:472 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:255 -#: ../../enterprise/godmode/policies/policies.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../operation/gis_maps/gis_map.php:94 +#: ../../enterprise/godmode/modules/local_components.php:484 +#: ../../enterprise/meta/advanced/servers.build_table.php:71 +#: ../../godmode/reporting/reporting_builder.php:567 +#: ../../godmode/reporting/reporting_builder.php:687 +#: ../../godmode/reporting/graphs.php:163 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/servers/plugin.php:739 +#: ../../godmode/servers/servers.build_table.php:76 #: ../../godmode/users/user_list.php:278 #: ../../godmode/users/profile_list.php:327 -#: ../../godmode/gis_maps/index.php:75 #: ../../godmode/alerts/alert_templates.php:302 -#: ../../godmode/alerts/alert_list.list.php:405 -#: ../../godmode/servers/plugin.php:689 -#: ../../godmode/servers/servers.build_table.php:75 -#: ../../godmode/reporting/reporting_builder.list_items.php:304 -#: ../../godmode/reporting/graphs.php:153 -#: ../../godmode/reporting/reporting_builder.php:570 -#: ../../godmode/reporting/reporting_builder.php:685 +#: ../../godmode/alerts/alert_list.list.php:412 msgid "Op." msgstr "Op." -#: ../../enterprise/meta/advanced/servers.build_table.php:92 -#: ../../godmode/servers/servers.build_table.php:97 -msgid "This is a master server" -msgstr "Este es un servidor maestro" +#: ../../operation/gis_maps/gis_map.php:175 +msgid "No maps found" +msgstr "No se encontraron mapas" -#: ../../enterprise/meta/advanced/servers.build_table.php:104 -#: ../../enterprise/meta/advanced/servers.build_table.php:109 -#: ../../godmode/servers/servers.build_table.php:110 -#: ../../godmode/servers/servers.build_table.php:115 -msgid "of" -msgstr "de" +#: ../../operation/gis_maps/gis_map.php:194 +msgid "Caution: Do you want delete the map?" +msgstr "Atención: Desea borrar el mapa?" -#: ../../enterprise/meta/advanced/servers.build_table.php:133 -#: ../../godmode/servers/servers.build_table.php:168 +#: ../../operation/gis_maps/gis_map.php:201 +msgid "Do you want to set default the map?" +msgstr "Desea configurar por defecto el mapa?" + +#: ../../operation/gis_maps/gis_map.php:209 +msgid "There was error on setup the default map." +msgstr "Hubo un error en la configuracion del mapa por defecto." + +#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 +msgid "Position (Lat, Long, Alt)" +msgstr "Posición (Lat, Long, Alt)" + +#: ../../operation/gis_maps/ajax.php:218 +msgid "Start contact" +msgstr "Inicio de contacto" + +#: ../../operation/gis_maps/ajax.php:220 +msgid "Num reports" +msgstr "Informes numéricos" + +#: ../../operation/gis_maps/ajax.php:258 +msgid "Default position of map." +msgstr "Posición por defecto del mapa" + +#: ../../operation/gis_maps/ajax.php:269 +#: ../../enterprise/meta/include/functions_wizard_meta.php:163 +#: ../../enterprise/meta/include/functions_wizard_meta.php:166 +#: ../../enterprise/meta/include/functions_wizard_meta.php:375 +#: ../../enterprise/meta/include/functions_wizard_meta.php:378 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1302 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1637 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1936 +#: ../../godmode/agentes/agent_manager.php:201 +#: ../../godmode/servers/modificar_server.php:47 +#: ../../include/functions_treeview.php:487 +#: ../../include/functions_events.php:2026 +#: ../../include/functions_reporting_html.php:1716 +msgid "IP Address" +msgstr "Dirección IP" + +#: ../../operation/gis_maps/ajax.php:293 ../../extensions/api_checker.php:201 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1536 +#: ../../enterprise/dashboard/widgets/url.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1187 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +msgid "URL" +msgstr "URL" + +#: ../../operation/events/events.build_table.php:37 +#, fuzzy +msgid "More detail" +msgstr "Detalles del módulo" + +#: ../../operation/events/events.build_table.php:85 +#: ../../operation/events/events.build_table.php:89 +#, fuzzy +msgid "The Agent: " +msgstr "Agentes:" + +#: ../../operation/events/events.build_table.php:86 +#: ../../operation/events/events.build_table.php:90 +#, fuzzy +msgid " has " +msgstr " Días" + +#: ../../operation/events/events.build_table.php:87 +#: ../../operation/events/events.build_table.php:91 +#, fuzzy +msgid " events." +msgstr "No hay eventos" + +#: ../../operation/events/events.build_table.php:118 +#: ../../operation/events/events.build_table.php:773 +#: ../../include/functions_events.php:851 +#: ../../include/functions_events.php:855 +#: ../../include/functions_reporting.php:1208 +#: ../../include/functions_reporting.php:1370 +#: ../../include/functions_reporting_html.php:3032 +#: ../../mobile/operation/events.php:790 +msgid "No events" +msgstr "No hay eventos" + +#: ../../operation/events/events.build_table.php:149 +#: ../../include/functions_events.php:2331 +#: ../../include/functions_events.php:3295 +#: ../../mobile/operation/events.php:469 +msgid "Event ID" +msgstr "ID del evento" + +#: ../../operation/events/events.build_table.php:155 +#: ../../include/functions_events.php:3300 +#: ../../mobile/operation/events.php:108 +msgid "Event Name" +msgstr "Nombre del evento" + +#: ../../operation/events/events.build_table.php:161 +#: ../../enterprise/meta/include/functions_events_meta.php:61 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1071 +#: ../../enterprise/include/functions_inventory.php:64 +#: ../../enterprise/include/functions_reporting_pdf.php:2310 +#: ../../godmode/agentes/modificar_agente.php:476 +#: ../../godmode/agentes/agent_manager.php:154 +#: ../../godmode/events/custom_events.php:74 +#: ../../godmode/events/custom_events.php:154 +#: ../../include/functions_treeview.php:467 +#: ../../include/functions_events.php:36 +#: ../../include/functions_events.php:894 +#: ../../include/functions_events.php:3306 +#: ../../include/functions_reporting_html.php:1539 +#: ../../mobile/operation/modules.php:453 +#: ../../mobile/operation/modules.php:673 +msgid "Agent name" +msgstr "Nombre del agente" + +#: ../../operation/events/events.build_table.php:191 +#: ../../operation/events/events_list.php:557 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:210 +#: ../../enterprise/meta/include/functions_events_meta.php:76 +#: ../../enterprise/include/functions_reporting_pdf.php:1181 +#: ../../enterprise/dashboard/widgets/events_list.php:36 +#: ../../godmode/events/event_edit_filter.php:233 +#: ../../godmode/events/custom_events.php:89 +#: ../../godmode/events/custom_events.php:159 +#: ../../godmode/events/event_filter.php:110 +#: ../../include/functions_events.php:41 +#: ../../include/functions_events.php:3332 +#: ../../include/functions_reporting_html.php:662 +msgid "Event type" +msgstr "Tipo de evento" + +#: ../../operation/events/events.build_table.php:198 +#: ../../include/functions_events.php:3338 +msgid "Agent Module" +msgstr "Módulo del agente" + +#: ../../operation/events/events.build_table.php:217 +#: ../../operation/events/events.build_table.php:569 +#: ../../enterprise/meta/include/functions_events_meta.php:88 +#: ../../godmode/events/custom_events.php:101 +#: ../../godmode/events/custom_events.php:163 +#: ../../include/functions_events.php:45 +#: ../../include/functions_events.php:1749 +#: ../../include/functions_events.php:3354 +#: ../../include/functions_events.php:3699 +msgid "Comment" +msgstr "Comentar" + +#: ../../operation/events/events.build_table.php:235 +#: ../../include/functions_events.php:3369 +msgid "Extra ID" +msgstr "ID Extra" + +#: ../../operation/events/events.build_table.php:241 +#: ../../enterprise/meta/include/functions_events_meta.php:103 +#: ../../godmode/events/custom_events.php:116 +#: ../../godmode/events/custom_events.php:168 +#: ../../include/functions_events.php:50 +#: ../../include/functions_events.php:3374 +msgid "ACK Timestamp" +msgstr "ACK Timestamp" + +#: ../../operation/events/events.build_table.php:247 +#: ../../enterprise/meta/include/functions_events_meta.php:106 +#: ../../godmode/events/custom_events.php:119 +#: ../../godmode/events/custom_events.php:169 +#: ../../include/functions_events.php:51 +#: ../../include/functions_events.php:2188 +#: ../../include/functions_events.php:2200 +#: ../../include/functions_events.php:2212 +#: ../../include/functions_events.php:2224 +#: ../../include/functions_events.php:2229 +#: ../../include/functions_events.php:2234 +#: ../../include/functions_events.php:2238 +#: ../../include/functions_events.php:3379 +msgid "Instructions" +msgstr "Instrucciones" + +#: ../../operation/events/events.build_table.php:297 +#: ../../enterprise/include/functions_reporting_pdf.php:1204 +#: ../../enterprise/include/functions_reporting_pdf.php:1352 +#: ../../enterprise/include/functions_reporting_pdf.php:1487 +#: ../../include/functions_events.php:914 +#: ../../include/functions_events.php:2400 +#: ../../include/functions_events.php:3427 ../../include/ajax/events.php:447 +#: ../../include/functions_reporting.php:5515 +#: ../../include/functions_reporting.php:5629 +#: ../../include/functions_reporting.php:5758 +#: ../../include/functions_reporting_html.php:550 +#: ../../include/functions_reporting_html.php:683 +#: ../../include/functions_reporting_html.php:1162 +#: ../../mobile/operation/events.php:247 +msgid "New event" +msgstr "Nuevo evento" + +#: ../../operation/events/events.build_table.php:301 +#: ../../operation/events/events.php:605 ../../operation/events/events.php:634 +#: ../../operation/events/events.php:635 ../../operation/events/events.php:855 +#: ../../operation/events/events.php:860 ../../operation/events/events.php:861 +#: ../../enterprise/include/functions_reporting_pdf.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1356 +#: ../../enterprise/include/functions_reporting_pdf.php:1491 +#: ../../include/functions_events.php:918 +#: ../../include/functions_events.php:2404 +#: ../../include/functions_events.php:3431 ../../include/ajax/events.php:451 +#: ../../include/functions_reporting.php:5519 +#: ../../include/functions_reporting.php:5633 +#: ../../include/functions_reporting.php:5762 +#: ../../include/functions_reporting_html.php:554 +#: ../../include/functions_reporting_html.php:687 +#: ../../include/functions_reporting_html.php:1166 +#: ../../mobile/operation/events.php:251 +msgid "Event validated" +msgstr "Evento validado" + +#: ../../operation/events/events.build_table.php:305 +#: ../../operation/events/events.php:667 ../../operation/events/events.php:705 +#: ../../operation/events/events.php:706 ../../operation/events/events.php:865 +#: ../../operation/events/events.php:879 ../../operation/events/events.php:880 +#: ../../enterprise/include/functions_reporting_pdf.php:1212 +#: ../../enterprise/include/functions_reporting_pdf.php:1360 +#: ../../enterprise/include/functions_reporting_pdf.php:1495 +#: ../../include/functions_events.php:922 +#: ../../include/functions_events.php:2408 +#: ../../include/functions_events.php:3435 ../../include/ajax/events.php:455 +#: ../../include/functions_reporting.php:5523 +#: ../../include/functions_reporting.php:5637 +#: ../../include/functions_reporting.php:5766 +#: ../../include/functions_reporting_html.php:558 +#: ../../include/functions_reporting_html.php:691 +#: ../../include/functions_reporting_html.php:1170 +#: ../../mobile/operation/events.php:255 +msgid "Event in process" +msgstr "Evento en proceso" + +#: ../../operation/events/events.build_table.php:663 +#: ../../include/functions_events.php:3793 +msgid "Validate event" +msgstr "Validar evento" + +#: ../../operation/events/events.build_table.php:673 +#: ../../include/functions_events.php:1757 +#: ../../include/functions_events.php:1759 +#: ../../include/functions_events.php:3803 +msgid "Delete event" +msgstr "Eliminar evento" + +#: ../../operation/events/events.build_table.php:678 +#: ../../operation/events/events.php:696 ../../operation/events/events.php:700 +#: ../../operation/events/events.php:870 ../../operation/events/events.php:874 +#: ../../include/functions_events.php:3808 +msgid "Is not allowed delete events in process" +msgstr "No puede borrar eventos en proceso" + +#: ../../operation/events/events.build_table.php:740 +msgid "Validate selected" +msgstr "Validar selección" + +#: ../../operation/events/events.build_table.php:756 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 +#: ../../godmode/agentes/agent_manager.php:210 +#: ../../godmode/snmpconsole/snmp_alert.php:1213 +msgid "Delete selected" +msgstr "Borrar seleccionado(s)" + +#: ../../operation/events/events_list.php:188 +#: ../../operation/events/events_list.php:612 +msgid "No filter loaded" +msgstr "No se ha cargado el filtro" + +#: ../../operation/events/events_list.php:190 +#: ../../operation/events/events_list.php:617 +msgid "Filter loaded" +msgstr "Filtro cargado" + +#: ../../operation/events/events_list.php:192 +#: ../../operation/events/events_list.php:255 +#: ../../operation/events/events_list.php:601 +msgid "Save filter" +msgstr "Guardar filtro" + +#: ../../operation/events/events_list.php:215 +msgid "New filter" +msgstr "Nuevo filtro" + +#: ../../operation/events/events_list.php:216 +#: ../../operation/events/events_list.php:247 +#: ../../godmode/netflow/nf_edit_form.php:180 +#: ../../godmode/snmpconsole/snmp_filters.php:35 +msgid "Update filter" +msgstr "Actualizar filtro" + +#: ../../operation/events/events_list.php:222 +#: ../../godmode/events/event_edit_filter.php:213 +msgid "Filter name" +msgstr "Nombre del filtro" + +#: ../../operation/events/events_list.php:225 +msgid "Save in Group" +msgstr "Guardar en el grupo" + +#: ../../operation/events/events_list.php:227 +#: ../../enterprise/godmode/policies/policy_agents.php:233 +#: ../../enterprise/godmode/policies/policy_agents.php:250 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:436 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:91 +#: ../../enterprise/meta/event/custom_events.php:149 +#: ../../godmode/reporting/graph_builder.graph_editor.php:140 +msgid "Filter group" +msgstr "Filtrar grupo" + +#: ../../operation/events/events_list.php:242 +msgid "Overwrite filter" +msgstr "Sobrescribir filtro" + +#: ../../operation/events/events_list.php:335 +#: ../../operation/events/events_list.php:362 +#: ../../enterprise/godmode/policies/policy_collections.php:125 +#: ../../enterprise/godmode/agentes/collection_manager.php:167 +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 +#: ../../godmode/alerts/alert_special_days.php:452 +#: ../../godmode/events/event_edit_filter.php:359 +#: ../../godmode/events/event_edit_filter.php:374 +msgid "Remove" +msgstr "Eliminar" + +#: ../../operation/events/events_list.php:408 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:242 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:331 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:401 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:509 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:590 +#: ../../enterprise/meta/agentsearch.php:28 +#: ../../enterprise/meta/agentsearch.php:32 +#: ../../godmode/events/event_edit_filter.php:251 +msgid "Agent search" +msgstr "Búsqueda de agente" + +#: ../../operation/events/events_list.php:430 +#: ../../godmode/events/event_edit_filter.php:283 +msgid "User ack." +msgstr "Validación del usuario" + +#: ../../operation/events/events_list.php:442 +#: ../../godmode/events/event_edit_filter.php:387 +msgid "Module search" +msgstr "Búsqueda por módulo" + +#: ../../operation/events/events_list.php:461 +#: ../../godmode/events/event_edit_filter.php:377 +msgid "Alert events" +msgstr "Eventos de la alerta" + +#: ../../operation/events/events_list.php:462 +#: ../../godmode/events/event_edit_filter.php:381 +msgid "Filter alert events" +msgstr "Filtrar eventos de alertas" + +#: ../../operation/events/events_list.php:462 +#: ../../godmode/events/event_edit_filter.php:382 +msgid "Only alert events" +msgstr "Solo eventos de alertas" + +#: ../../operation/events/events_list.php:474 +#: ../../godmode/events/event_edit_filter.php:303 +msgid "Date from" +msgstr "Fecha desde" + +#: ../../operation/events/events_list.php:480 +#: ../../godmode/events/event_edit_filter.php:306 +msgid "Date to" +msgstr "Fecha hasta" + +#: ../../operation/events/events_list.php:500 +#: ../../operation/events/events_list.php:514 +#: ../../godmode/events/event_edit_filter.php:348 +msgid "Events with following tags" +msgstr "Eventos con las siguientes etiquetas" + +#: ../../operation/events/events_list.php:506 +#: ../../operation/events/events_list.php:520 +#: ../../godmode/events/event_edit_filter.php:363 +msgid "Events without following tags" +msgstr "Eventos sin las siguientes etiquetas" + +#: ../../operation/events/events_list.php:569 +#: ../../enterprise/dashboard/widgets/events_list.php:46 +#: ../../godmode/events/event_edit_filter.php:243 +#: ../../godmode/events/event_filter.php:111 +msgid "Event status" +msgstr "Estado del evento" + +#: ../../operation/events/events_list.php:572 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:33 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:33 +#: ../../enterprise/dashboard/widgets/events_list.php:38 +#: ../../godmode/admin_access_logs.php:67 +#: ../../godmode/admin_access_logs.php:68 +#: ../../godmode/events/event_edit_filter.php:279 +#: ../../mobile/operation/events.php:647 +msgid "Max. hours old" +msgstr "Máx. horas de antiguedad" + +#: ../../operation/events/events_list.php:574 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:419 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:435 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:451 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:467 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:922 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:938 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:954 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:970 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:986 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:926 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:942 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:958 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:974 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:990 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:421 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:453 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:469 +#: ../../godmode/events/event_edit_filter.php:299 +#: ../../include/functions_events.php:2370 +#: ../../mobile/operation/events.php:485 +msgid "Repeated" +msgstr "Repetido" + +#: ../../operation/events/events_list.php:575 +#: ../../enterprise/godmode/setup/setup.php:90 +#: ../../godmode/events/event_edit_filter.php:297 +msgid "All events" +msgstr "Todos los eventos" + +#: ../../operation/events/events_list.php:576 +#: ../../godmode/events/event_edit_filter.php:298 +msgid "Group events" +msgstr "Eventos agrupados" + +#: ../../operation/events/events_list.php:577 +#, fuzzy +msgid "Group agents" +msgstr "Agrupar por agente" + +#: ../../operation/events/events_list.php:584 +#: ../../enterprise/godmode/policies/policy_modules.php:299 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:147 +#: ../../enterprise/godmode/alerts/alert_events_list.php:597 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:556 +#: ../../godmode/agentes/agent_manager.php:401 +#: ../../godmode/agentes/module_manager_editor.php:473 +#: ../../godmode/massive/massive_add_action_alerts.php:157 +#: ../../godmode/massive/massive_edit_agents.php:403 +#: ../../include/functions_visual_map_editor.php:462 +msgid "Advanced options" +msgstr "Opciones avanzadas" + +#: ../../operation/events/events_list.php:607 +msgid "Show events graph" +msgstr "Mostrar gráfica de eventos" + +#: ../../operation/events/events_list.php:644 +msgid "Event control filter" +msgstr "Filtro de control de eventos" + +#: ../../operation/events/events_list.php:648 +msgid "Error creating filter." +msgstr "Error creando filtro." + +#: ../../operation/events/events_list.php:649 +msgid "Error creating filter is duplicated." +msgstr "Error creando filtro al estar duplicado." + +#: ../../operation/events/events_list.php:650 +msgid "Filter created." +msgstr "Filtro creado." + +#: ../../operation/events/events_list.php:652 +msgid "Filter updated." +msgstr "Filtro actualizado." + +#: ../../operation/events/events_list.php:653 +msgid "Error updating filter." +msgstr "Error actualizando filtro." + +#: ../../operation/events/events_list.php:1081 +msgid "Filter name cannot be left blank" +msgstr "El nombre del filtro no se puede dejar en blanco" + +#: ../../operation/events/events_list.php:1150 +#: ../../operation/events/events_list.php:1236 +msgid "none" +msgstr "Ninguno" + +#: ../../operation/events/events_list.php:1558 +msgid "Events generated -by agent-" +msgstr "Eventos generados -por agente-" + +#: ../../operation/events/events.php:73 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +msgid "Event" +msgstr "Evento" + +#: ../../operation/events/events.php:79 +#: ../../operation/events/events_rss.php:178 +#: ../../enterprise/meta/advanced/metasetup.setup.php:130 +#: ../../enterprise/include/functions_reporting_pdf.php:1389 +#: ../../enterprise/include/functions_reporting_pdf.php:1527 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:135 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:130 +#: ../../godmode/setup/setup_general.php:66 ../../include/functions.php:1040 +#: ../../include/functions_events.php:974 +#: ../../include/functions_events.php:1426 +#: ../../include/functions_reporting.php:5545 +#: ../../include/functions_reporting.php:5784 +#: ../../include/functions_graph.php:2147 +#: ../../include/functions_graph.php:2811 +#: ../../include/functions_graph.php:3235 +#: ../../include/functions_graph.php:3238 +#: ../../include/functions_reporting_html.php:580 +#: ../../include/functions_reporting_html.php:1188 +#: ../../mobile/operation/events.php:111 +msgid "System" +msgstr "Sistema" + +#: ../../operation/events/events.php:187 msgid "" -"Modules run by this server will stop working. Do you want to continue?" +"Event viewer is disabled due event replication. For more information, please " +"contact with the administrator" msgstr "" -"Los módulos ejecutados por este servidor pueden dejar de funcionar. ¿ Quiere " -"continuar ?" +"El visor de eventos está desactivado debido a la replicación de eventos. Por " +"favor, contacte con el administrador para obtener más información." -#: ../../enterprise/meta/advanced/servers.build_table.php:154 -#: ../../godmode/servers/servers.build_table.php:189 -msgid "Tactical server information" -msgstr "Vista táctica del servidor" +#: ../../operation/events/events.php:330 +msgid "History event list" +msgstr "Lista histórica de eventos" -#: ../../enterprise/meta/advanced/policymanager.php:37 -msgid "Policy Manager" -msgstr "Gestor de políticas" +#: ../../operation/events/events.php:335 +msgid "RSS Events" +msgstr "Eventos RSS" -#: ../../enterprise/meta/advanced/policymanager.php:66 -msgid "Apply policies" -msgstr "Aplicar políticas" +#: ../../operation/events/events.php:340 +msgid "Marquee display" +msgstr "Marquesina deslizante" -#: ../../enterprise/meta/advanced/policymanager.php:70 -#: ../../enterprise/meta/advanced/policymanager.php:84 -msgid "Policies queue" -msgstr "Cola de políticas" +#: ../../operation/events/events.php:345 +msgid "Export to CSV file" +msgstr "Exportar a un archivo CSV" -#: ../../enterprise/meta/advanced/policymanager.php:81 -msgid "Policies apply" -msgstr "Aplicar políticas" +#: ../../operation/events/events.php:349 ../../operation/events/events.php:388 +msgid "Sound events" +msgstr "Eventos sonoros" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:83 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:126 -msgid "Could not be create, duplicated server name." -msgstr "No puede ser creado, el nombre del servidor está duplicado" +#: ../../operation/events/events.php:356 +#: ../../godmode/users/configure_profile.php:283 +#: ../../godmode/events/events.php:85 ../../godmode/events/events.php:88 +msgid "Manage events" +msgstr "Gestionar eventos" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:109 -#: ../../enterprise/meta/advanced/metasetup.password.php:53 -#: ../../enterprise/meta/advanced/metasetup.visual.php:56 -#: ../../enterprise/meta/advanced/metasetup.performance.php:53 -#: ../../enterprise/meta/advanced/metasetup.auth.php:53 -#: ../../enterprise/meta/advanced/metasetup.setup.php:57 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 -msgid "Successfully update" -msgstr "Actualizado correctamente" +#: ../../operation/events/events.php:392 +msgid "History" +msgstr "Historial" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:110 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 -msgid "Could not be update" -msgstr "No se pudo actualizar" +#: ../../operation/events/events.php:411 ../../operation/events/events.php:420 +#: ../../operation/events/events.php:437 ../../operation/menu.php:268 +#: ../../enterprise/extensions/ipam/ipam_network.php:539 +#: ../../enterprise/extensions/ipam/ipam_massive.php:76 +#: ../../enterprise/meta/monitoring/tactical.php:312 +#: ../../enterprise/meta/general/logon_ok.php:43 +#: ../../enterprise/meta/general/main_header.php:123 +#: ../../enterprise/include/functions_reporting_pdf.php:722 +#: ../../enterprise/dashboard/widgets/events_list.php:26 +#: ../../godmode/menu.php:193 ../../include/functions_reports.php:612 +#: ../../include/functions_reports.php:614 +#: ../../include/functions_reports.php:616 +#: ../../include/functions_graph.php:744 +#: ../../include/functions_graph.php:3821 +#: ../../include/functions_graph.php:4499 +#: ../../include/functions_reporting_html.php:1120 +#: ../../mobile/operation/home.php:44 ../../mobile/operation/events.php:564 +#: ../../mobile/include/functions_web.php:24 +msgid "Events" +msgstr "Eventos" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:159 -#: ../../enterprise/extensions/cron/main.php:77 -#: ../../enterprise/extensions/cron/main.php:131 -#: ../../enterprise/extensions/ipam/ipam_action.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 -#: ../../include/functions_planned_downtimes.php:113 -#: ../../include/functions_planned_downtimes.php:731 -#: ../../godmode/users/configure_user.php:234 -#: ../../godmode/users/profile_list.php:241 -#: ../../godmode/snmpconsole/snmp_alert.php:231 -#: ../../godmode/snmpconsole/snmp_filters.php:66 -#: ../../godmode/alerts/alert_commands.php:286 -#: ../../godmode/alerts/alert_special_days.php:93 -#: ../../godmode/alerts/configure_alert_template.php:428 -#: ../../godmode/alerts/alert_list.php:101 -#: ../../godmode/alerts/alert_actions.php:184 -#: ../../godmode/agentes/planned_downtime.editor.php:359 -#: ../../godmode/agentes/configurar_agente.php:595 -#: ../../godmode/setup/news.php:56 ../../godmode/setup/links.php:41 -#: ../../godmode/setup/gis.php:45 -#: ../../godmode/modules/manage_nc_groups.php:73 -msgid "Successfully created" -msgstr "Creado correctamente" +#: ../../operation/events/events.php:430 ../../operation/menu.php:319 +msgid "Sound Alerts" +msgstr "Alertas sonoras" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:160 -#: ../../enterprise/extensions/ipam/ipam_action.php:97 -#: ../../enterprise/extensions/ipam/ipam_action.php:105 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -#: ../../enterprise/godmode/alerts/alert_events.php:350 -#: ../../enterprise/godmode/servers/manage_export.php:105 -#: ../../enterprise/godmode/servers/manage_export.php:114 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:108 -#: ../../enterprise/godmode/modules/local_components.php:107 -#: ../../enterprise/godmode/modules/local_components.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:36 -#: ../../enterprise/godmode/policies/policies.php:128 -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:74 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -#: ../../include/functions_planned_downtimes.php:110 -#: ../../include/functions_planned_downtimes.php:727 -#: ../../godmode/users/configure_user.php:235 -#: ../../godmode/alerts/alert_commands.php:287 -#: ../../godmode/alerts/alert_special_days.php:94 -#: ../../godmode/alerts/configure_alert_template.php:119 -#: ../../godmode/alerts/configure_alert_template.php:429 -#: ../../godmode/alerts/alert_list.php:101 -#: ../../godmode/alerts/alert_actions.php:185 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:284 -#: ../../godmode/agentes/planned_downtime.editor.php:350 -#: ../../godmode/agentes/configurar_agente.php:244 -#: ../../godmode/agentes/configurar_agente.php:591 -#: ../../godmode/setup/news.php:57 ../../godmode/setup/gis.php:47 -#: ../../godmode/modules/manage_nc_groups.php:74 -#: ../../godmode/modules/manage_network_components.php:149 -#: ../../godmode/modules/manage_network_components.php:239 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2068 -msgid "Could not be created" -msgstr "No se ha podido crear" +#: ../../operation/events/events.php:437 +msgid "Main event view" +msgstr "Vista principal de eventos" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:170 -#: ../../operation/events/events.php:777 +#: ../../operation/events/events.php:455 +msgid "No events selected" +msgstr "No se han seleccionado eventos" + +#: ../../operation/events/events.php:481 +msgid "Successfully validated" +msgstr "Validado correctamente" + +#: ../../operation/events/events.php:482 ../../operation/events/events.php:759 +#: ../../operation/events/events.php:911 +msgid "Could not be validated" +msgstr "No se pudo validar" + +#: ../../operation/events/events.php:486 +msgid "Successfully set in process" +msgstr "Correctamente establecido en modo \"en proceso\"" + +#: ../../operation/events/events.php:487 +msgid "Could not be set in process" +msgstr "No se ha podido establecer en modo \"en proceso\"" + +#: ../../operation/events/events.php:791 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:175 msgid "Successfully delete" msgstr "Borrado satisfactoriamente" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:171 -msgid "Could not be delete" -msgstr "No se puede eliminar" +#: ../../operation/events/events.php:794 +msgid "Error deleting event" +msgstr "Error al eliminar evento" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:181 -#: ../../enterprise/godmode/alerts/alert_events_list.php:221 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 -#: ../../enterprise/godmode/policies/policy_modules.php:356 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../include/ajax/alert_list.ajax.php:79 -#: ../../godmode/users/user_list.php:208 -#: ../../godmode/alerts/alert_list.php:201 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -msgid "Successfully enabled" -msgstr "Activado correctamente" +#: ../../operation/events/event_statistics.php:41 +msgid "Event graph by user" +msgstr "Gráfica de eventos por usuario" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:182 -#: ../../enterprise/godmode/alerts/alert_events_list.php:222 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 -#: ../../enterprise/godmode/policies/policy_modules.php:356 -#: ../../enterprise/godmode/policies/policy_alerts.php:88 -#: ../../include/ajax/alert_list.ajax.php:81 -#: ../../godmode/alerts/alert_list.php:201 -#: ../../godmode/agentes/modificar_agente.php:111 -#: ../../godmode/agentes/configurar_agente.php:1457 -#: ../../godmode/massive/massive_enable_disable_alerts.php:78 -msgid "Could not be enabled" -msgstr "No se pudo activar" +#: ../../operation/events/event_statistics.php:65 +#: ../../enterprise/include/functions_reporting_pdf.php:1572 +#: ../../include/functions_reporting_html.php:1231 +msgid "Amount events validated" +msgstr "Cantidad de eventos validados" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:192 -#: ../../enterprise/godmode/alerts/alert_events_list.php:238 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 -#: ../../enterprise/godmode/policies/policy_modules.php:370 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../include/ajax/alert_list.ajax.php:90 -#: ../../godmode/users/user_list.php:203 -#: ../../godmode/alerts/alert_list.php:218 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -msgid "Successfully disabled" -msgstr "Desactivado correctamente" +#: ../../operation/events/sound_events.php:49 ../../operation/menu.php:307 +msgid "Sound Events" +msgstr "Eventos sonoros" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:193 -#: ../../enterprise/godmode/alerts/alert_events_list.php:239 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 -#: ../../enterprise/godmode/policies/policy_modules.php:370 -#: ../../enterprise/godmode/policies/policy_alerts.php:105 -#: ../../include/ajax/alert_list.ajax.php:92 -#: ../../godmode/alerts/alert_list.php:218 -#: ../../godmode/agentes/modificar_agente.php:125 -#: ../../godmode/agentes/configurar_agente.php:1472 -#: ../../godmode/massive/massive_enable_disable_alerts.php:96 -msgid "Could not be disabled" -msgstr "No se pudo desactivar" +#: ../../operation/events/sound_events.php:67 +msgid "Sound console" +msgstr "Consola sonora" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:244 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 -msgid "Pandora FMS Metaconsole item edition" -msgstr "Edición de elementos de la metaconsola de Pandora FMS" +#: ../../operation/events/sound_events.php:80 +#: ../../include/functions_reporting.php:6266 +msgid "Monitor critical" +msgstr "Monitor crítico" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:253 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "Auth token" -msgstr "Aut. token" +#: ../../operation/events/sound_events.php:81 +#: ../../include/functions_reporting.php:6270 +msgid "Monitor warning" +msgstr "Monitor warning" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:255 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 -msgid "" -"Token previously configured on the destination Pandora console in order to " -"use delegated authentification." -msgstr "" -"Token configurado anteriormente en la consola de destino de Pandora FMS con " -"el fin de utilizar autentificación delegada." +#: ../../operation/events/events_rss.php:32 +msgid "Your IP is not into the IP list with API access." +msgstr "Su IP no se encuentra en el listado de IPs con acceso a la API." -#: ../../enterprise/meta/advanced/metasetup.consoles.php:258 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:328 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 -msgid "Console URL" -msgstr "Consola URL" +#: ../../operation/events/events_rss.php:46 +msgid "The URL of your feed has bad hash." +msgstr "La URL de tu feed tiene mal el hash." -#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 -msgid "" -"Complete path to Pandora console without last \"/\" character. Example " -msgstr "" -"Completar ruta a la consola de Pandora FMS sin el último \"/\" carácter. " -"Ejemplo " +#: ../../operation/events/events_rss.php:185 ../../operation/menu.php:98 +msgid "SNMP" +msgstr "SNMP" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 -#: ../../enterprise/meta/advanced/metasetup.consoles.php:329 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 -msgid "DB Host" -msgstr "Host DB" +#: ../../operation/menu.php:31 ../../operation/menu.php:106 +#: ../../enterprise/operation/services/services.service.php:84 +#: ../../enterprise/operation/services/services.service_map.php:94 +#: ../../enterprise/operation/services/services.list.php:40 +#: ../../enterprise/godmode/services/services.service.php:202 +#: ../../enterprise/godmode/services/services.elements.php:127 +#: ../../enterprise/meta/general/logon_ok.php:56 +#: ../../enterprise/meta/general/main_header.php:82 +msgid "Monitoring" +msgstr "Monitorización" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 -msgid "DB Name" -msgstr "Nombre BD" +#: ../../operation/menu.php:37 +msgid "Views" +msgstr "Vistas" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 -msgid "DB User" -msgstr "Usuario de base de datos" +#: ../../operation/menu.php:70 +msgid "Netflow Live View" +msgstr "Netflow en tiempo real" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 -msgid "DB Password" -msgstr "Contraseña BD" +#: ../../operation/menu.php:84 ../../include/functions_menu.php:517 +msgid "SNMP console" +msgstr "Consola SNMP" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 -msgid "Console User" -msgstr "Usuario de la consola" +#: ../../operation/menu.php:85 +msgid "SNMP browser" +msgstr "Navegador SNMP" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 -msgid "Console Password" -msgstr "Contraseña de la consola" +#: ../../operation/menu.php:92 ../../include/functions_menu.php:513 +msgid "SNMP filters" +msgstr "Filtros SNMP" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:321 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 -msgid "DB" -msgstr "BD" +#: ../../operation/menu.php:93 ../../include/functions_menu.php:515 +msgid "SNMP trap generator" +msgstr "Generador de traps SNMP" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:322 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 -msgid "API" -msgstr "API" +#: ../../operation/menu.php:117 +#: ../../enterprise/operation/policies/networkmap.policies.php:128 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:762 +#: ../../enterprise/dashboard/widgets/network_map.php:26 +msgid "Network map" +msgstr "Mapa de red" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:323 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 -msgid "Compatibility" -msgstr "Compatibilidad" +#: ../../operation/menu.php:190 +msgid "List of Gis maps" +msgstr "Lista de mapas Gis" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:324 -#: ../../enterprise/godmode/setup/setup.php:54 -#: ../../include/functions_config.php:216 -msgid "Events replication" -msgstr "Replicación de eventos" +#: ../../operation/menu.php:224 +msgid "Topology maps" +msgstr "Mapas topológicos" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:325 -msgid "Agent cache" -msgstr "Caché de agente" +#: ../../operation/menu.php:274 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 +#: ../../enterprise/meta/event/custom_events.php:38 +#: ../../godmode/users/configure_profile.php:275 +msgid "View events" +msgstr "Ver eventos" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 -#: ../../enterprise/extensions/check_acls.php:61 -#: ../../enterprise/extensions/check_acls.php:141 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:250 -#: ../../operation/search_users.php:63 ../../godmode/users/user_list.php:275 -#: ../../godmode/users/user_list.php:413 -msgid "Admin" -msgstr "Admin" +#: ../../operation/menu.php:288 +msgid "RSS" +msgstr "RSS" -#: ../../enterprise/meta/advanced/metasetup.consoles.php:409 -msgid "There aren't server added to metaconsole" -msgstr "No hay servidores añadidos a la metaconsola" +#: ../../operation/menu.php:293 +msgid "Marquee" +msgstr "Marquesina" -#: ../../enterprise/meta/advanced/synchronizing.component.php:263 -#, php-format -msgid "Error creating %s components groups " -msgstr "Error al crear %s grupos de componentes " +#: ../../operation/menu.php:299 +msgid "CSV File" +msgstr "Archivo CSV" -#: ../../enterprise/meta/advanced/synchronizing.component.php:266 -#, php-format -msgid "Created %s component groups" -msgstr "Creados %s componentes de grupos" +#: ../../operation/menu.php:329 +msgid "Workspace" +msgstr "Área de trabajo" -#: ../../enterprise/meta/advanced/synchronizing.component.php:271 -#, php-format -msgid "Error creating/updating %s/%s local components " -msgstr "Error al crear/actualizar %s/%s componentes locales " +#: ../../operation/menu.php:336 ../../general/header.php:285 +#: ../../general/header.php:287 +#: ../../enterprise/meta/general/main_header.php:433 +#: ../../enterprise/meta/general/main_header.php:438 +#: ../../enterprise/meta/include/functions_users_meta.php:178 +#: ../../enterprise/meta/include/functions_users_meta.php:190 +msgid "Edit my user" +msgstr "Editar mi usuario" -#: ../../enterprise/meta/advanced/synchronizing.component.php:274 -#, php-format -msgid "Created/Updated %s/%s local components" -msgstr "Creados/actualizados %s/%s componentes locales" +#: ../../operation/menu.php:342 +msgid "WebChat" +msgstr "Chat de la Web" -#: ../../enterprise/meta/advanced/synchronizing.component.php:279 -#, php-format -msgid "Error creating/updating %s/%s network components " -msgstr "Error al crear/actualizar %s/%s componentes de red " +#: ../../operation/menu.php:371 +msgid "List of Incidents" +msgstr "Lista de incidentes" -#: ../../enterprise/meta/advanced/synchronizing.component.php:282 -#, php-format -msgid "Created/Updated %s/%s network components" -msgstr "Creados/actualizados %s/%s componentes de red" +#: ../../operation/menu.php:386 +msgid "Messages List" +msgstr "Lista de mensages" -#: ../../enterprise/meta/advanced/synchronizing.component.php:303 -msgid "Synchronizing Components" -msgstr "Sincronizar componentes" +#: ../../operation/menu.php:387 +msgid "New message" +msgstr "Mensaje nuevo" -#: ../../enterprise/meta/advanced/synchronizing.user.php:264 -#, php-format -msgid "Error updating user %s" -msgstr "Error al actualizar usuario %s" +#: ../../operation/menu.php:412 +msgid "Scheduled downtime" +msgstr "Desconexión programada" -#: ../../enterprise/meta/advanced/synchronizing.user.php:268 -#, php-format -msgid "Updated user %s" -msgstr "Usuario actualizado %s" +#: ../../operation/menu.php:417 +msgid "Recon view" +msgstr "Vista Recon" -#: ../../enterprise/meta/advanced/synchronizing.user.php:279 -#, php-format -msgid "Error creating user %s" -msgstr "Error al crear usuario %s" +#: ../../operation/menu.php:492 +msgid "Tools" +msgstr "Herramientas" -#: ../../enterprise/meta/advanced/synchronizing.user.php:283 -#, php-format -msgid "Created user %s" -msgstr "Usuario creado %s" +#: ../../operation/visual_console/render_view.php:96 +#: ../../enterprise/meta/screens/screens.visualmap.php:196 +#: ../../godmode/reporting/visual_console_builder.php:661 +msgid "Visual consoles list" +msgstr "Lista de consolas visuales" -#: ../../enterprise/meta/advanced/synchronizing.user.php:478 +#: ../../operation/visual_console/render_view.php:113 +#: ../../enterprise/meta/screens/screens.visualmap.php:177 +#: ../../godmode/reporting/visual_console_builder.php:670 +msgid "List elements" +msgstr "Lista de elementos" + +#: ../../operation/visual_console/render_view.php:118 +#: ../../godmode/reporting/visual_console_builder.php:675 +msgid "Services wizard" +msgstr "Asistente de servicios" + +#: ../../operation/visual_console/render_view.php:123 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:70 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:82 +#: ../../enterprise/meta/general/logon_ok.php:38 +#: ../../enterprise/meta/general/main_header.php:114 +#: ../../enterprise/meta/screens/screens.visualmap.php:173 +#: ../../enterprise/include/functions_reporting.php:32 +#: ../../enterprise/include/functions_reporting.php:4788 +#: ../../enterprise/include/functions_reporting.php:4810 +#: ../../godmode/reporting/visual_console_builder.php:680 +#: ../../godmode/reporting/visual_console_builder.wizard.php:327 +msgid "Wizard" +msgstr "Asistente" + +#: ../../operation/visual_console/render_view.php:126 +#: ../../enterprise/meta/screens/screens.visualmap.php:169 +#: ../../godmode/reporting/visual_console_builder.php:683 +msgid "Builder" +msgstr "Compilador" + +#: ../../operation/visual_console/render_view.php:230 +#: ../../operation/visual_console/public_console.php:153 +msgid "Until refresh" +msgstr "Hasta refrescar" + +#: ../../operation/visual_console/public_console.php:130 +#: ../../general/header.php:147 +msgid "QR code of the page" +msgstr "Código QR de la página" + +#: ../../operation/search_helps.php:22 +msgid "Zero results found." +msgstr "Cero resultados" + +#: ../../operation/search_helps.php:23 #, php-format msgid "" -"Error creating/updating the followings elements groups/profiles/user " -"profiles (%d/%d/%d)" +"You can find more help in the Pandora's wiki" msgstr "" -"Error al crear/actualizar los siguientes elementos grupos/perfiles/usuarios " -"(%d/%d/%d)" +"Puedes encontrar mas ayuda en el wiki de Pandora" -#: ../../enterprise/meta/advanced/synchronizing.user.php:483 -#, php-format +#: ../../operation/search_helps.php:37 +msgid "Matches" +msgstr "Coincidencias" + +#: ../../extensions/net_tools.php:96 +msgid "The agent hasn't got IP" +msgstr "El agente no tiene IP" + +#: ../../extensions/net_tools.php:118 ../../extensions/api_checker.php:132 +#: ../../enterprise/godmode/policies/policy_queue.php:342 +#: ../../enterprise/godmode/policies/policy_queue.php:376 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2055 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:173 +#: ../../enterprise/meta/advanced/policymanager.queue.php:216 +#: ../../enterprise/meta/advanced/policymanager.queue.php:258 +#: ../../enterprise/include/functions_reporting_pdf.php:804 +#: ../../enterprise/include/functions_reporting_pdf.php:897 +#: ../../enterprise/dashboard/widgets/top_n.php:128 +#: ../../enterprise/dashboard/widgets/top_n.php:337 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1669 +#: ../../godmode/extensions.php:153 ../../include/functions_menu.php:574 +#: ../../include/functions_reporting_html.php:986 +#: ../../include/functions_reporting_html.php:1856 +msgid "Operation" +msgstr "Operación" + +#: ../../extensions/net_tools.php:120 msgid "" -"The followings elements groups/profiles/user profiles were created/updated " -"sucessfully (%d/%d/%d)" +"You can set the command path in the menu Administration -> Extensions -" +"> Config Network Tools" msgstr "" -"Los perfiles de los siguientes elementos grupos/perfiles/usuarios han sido " -"actualizados correctamente (%d/%d/%d)" +"Puede introducir la ruta de comando en el menú Administration -> " +"Extensions -> Config Network Tools" -#: ../../enterprise/meta/advanced/synchronizing.user.php:501 -msgid "Synchronizing Users" -msgstr "Sincronizar usuarios" +#: ../../extensions/net_tools.php:123 +msgid "Traceroute" +msgstr "Traceroute" -#: ../../enterprise/meta/advanced/synchronizing.user.php:511 -#: ../../include/functions_reporting.php:5643 -#: ../../operation/search_results.php:83 -#: ../../godmode/massive/massive_delete_profiles.php:104 -#: ../../godmode/massive/massive_add_profiles.php:90 -msgid "Users" -msgstr "Usuarios" +#: ../../extensions/net_tools.php:124 +msgid "Ping host & Latency" +msgstr "Ping host y Latencia" -#: ../../enterprise/meta/advanced/synchronizing.user.php:523 -#: ../../enterprise/godmode/agentes/inventory_manager.php:172 -#: ../../enterprise/godmode/agentes/inventory_manager.php:235 -msgid "Target" -msgstr "Target" +#: ../../extensions/net_tools.php:125 +msgid "SNMP Interface status" +msgstr "Estado de la interfaz SNMP" -#: ../../enterprise/meta/advanced/synchronizing.user.php:529 -#: ../../enterprise/meta/general/main_header.php:372 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 -#: ../../enterprise/godmode/alerts/alert_events.php:513 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 -#: ../../enterprise/godmode/policies/policy_alerts.php:509 -#: ../../enterprise/godmode/policies/policy_alerts.php:513 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 -#: ../../extensions/insert_data.php:163 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 -#: ../../godmode/gis_maps/configure_gis_map.php:578 -#: ../../godmode/alerts/configure_alert_template.php:584 -#: ../../godmode/alerts/alert_list.builder.php:77 -#: ../../godmode/alerts/alert_list.builder.php:95 -#: ../../godmode/massive/massive_delete_alerts.php:208 -#: ../../godmode/massive/massive_delete_modules.php:412 -#: ../../godmode/massive/massive_delete_modules.php:469 -#: ../../godmode/massive/massive_copy_modules.php:95 -#: ../../godmode/massive/massive_add_alerts.php:176 -#: ../../godmode/massive/massive_edit_modules.php:255 -#: ../../godmode/massive/massive_edit_modules.php:296 -#: ../../general/header.php:201 -msgid "Select" -msgstr "Seleccionar" +#: ../../extensions/net_tools.php:126 +msgid "Basic TCP Port Scan" +msgstr "Escaneo básico de puertos TCP" -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile mode" -msgstr "Modo de perfil" +#: ../../extensions/net_tools.php:127 +msgid "DiG/Whois Lookup" +msgstr "Búsqueda DiG/Whois" -#: ../../enterprise/meta/advanced/synchronizing.user.php:533 -msgid "Profile synchronization mode." -msgstr "Modo de perfil de sincronización" +#: ../../extensions/net_tools.php:145 +#: ../../enterprise/meta/include/functions_wizard_meta.php:822 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1318 +msgid "SNMP Community" +msgstr "Comunidad SNMP" -#: ../../enterprise/meta/advanced/synchronizing.user.php:534 -msgid "New profile" -msgstr "Nuevo perfil" +#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1794 +msgid "Execute" +msgstr "Ejecutar" -#: ../../enterprise/meta/advanced/synchronizing.user.php:536 -msgid "" -"The selected user profile will be added to the selected users into the target" +#: ../../extensions/net_tools.php:162 +msgid "Traceroute executable does not exist." +msgstr "El ejecutable Traceroute no existe." + +#: ../../extensions/net_tools.php:165 +msgid "Traceroute to " +msgstr "Trazando ruta a " + +#: ../../extensions/net_tools.php:174 +msgid "Ping executable does not exist." +msgstr "El ejecutable Ping no existe." + +#: ../../extensions/net_tools.php:177 +#, php-format +msgid "Ping to %s" +msgstr "Ping a %s" + +#: ../../extensions/net_tools.php:186 +msgid "Nmap executable does not exist." +msgstr "El ejecutable Nmap no existe." + +#: ../../extensions/net_tools.php:189 +msgid "Basic TCP Scan on " +msgstr "Escaneo básico TCP en " + +#: ../../extensions/net_tools.php:196 +msgid "Domain and IP information for " +msgstr "Información de dominio e IP para " + +#: ../../extensions/net_tools.php:200 +msgid "Dig executable does not exist." +msgstr "El ejecutable Dig no existe." + +#: ../../extensions/net_tools.php:210 +msgid "Whois executable does not exist." +msgstr "El ejecutable Whois no existe." + +#: ../../extensions/net_tools.php:219 +msgid "SNMP information for " +msgstr "Información SNMP para " + +#: ../../extensions/net_tools.php:223 +msgid "SNMPget executable does not exist." +msgstr "El ejecutable SNMPget no existe." + +#: ../../extensions/net_tools.php:226 +msgid "Uptime" +msgstr "Tiempo en Activo" + +#: ../../extensions/net_tools.php:230 +msgid "Device info" +msgstr "Información del dispositivo" + +#: ../../extensions/net_tools.php:238 +msgid "Interface" +msgstr "Interfaz" + +#: ../../extensions/net_tools.php:268 ../../extensions/net_tools.php:342 +msgid "Config Network Tools" +msgstr "Configuración de herramientas de red" + +#: ../../extensions/net_tools.php:289 ../../extensions/net_tools.php:290 +msgid "Set the paths." +msgstr "Introducir rutas" + +#: ../../extensions/net_tools.php:309 +msgid "Traceroute path" +msgstr "Ruta Traceroute" + +#: ../../extensions/net_tools.php:310 +msgid "If it is empty, Pandora searchs the traceroute system." +msgstr "Si está vacío, Pandora FMS buscará el sistema Traceroute" + +#: ../../extensions/net_tools.php:313 +msgid "Ping path" +msgstr "Ruta al comando ping" + +#: ../../extensions/net_tools.php:314 +msgid "If it is empty, Pandora searchs the ping system." +msgstr "Si está vacío, Pandora FMS buscará el sistema ping" + +#: ../../extensions/net_tools.php:317 +msgid "Nmap path" +msgstr "Ruta Nmap" + +#: ../../extensions/net_tools.php:318 +msgid "If it is empty, Pandora searchs the nmap system." +msgstr "Si está vacío, Pandora FMS buscará el sistema nmap." + +#: ../../extensions/net_tools.php:321 +msgid "Dig path" +msgstr "Ruta Dig" + +#: ../../extensions/net_tools.php:322 +msgid "If it is empty, Pandora searchs the dig system." +msgstr "Si está vacío, Pandora FMS buscará el sistema dig" + +#: ../../extensions/net_tools.php:325 +msgid "Snmpget path" +msgstr "Ruta Snmpget" + +#: ../../extensions/net_tools.php:326 +msgid "If it is empty, Pandora searchs the snmpget system." +msgstr "Si está vacío, Pandora FMS buscará el sistema snmpget" + +#: ../../extensions/net_tools.php:331 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:254 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:243 +#: ../../enterprise/dashboard/main_dashboard.php:161 +#: ../../enterprise/dashboard/main_dashboard.php:236 +#: ../../godmode/reporting/reporting_builder.list_items.php:304 +#: ../../godmode/update_manager/update_manager.php:35 +msgid "Options" +msgstr "Opciones" + +#: ../../extensions/files_repo/files_repo_form.php:73 +msgid "Only 200 characters are permitted" +msgstr "Sólo 200 caracteres permitidos" + +#: ../../extensions/files_repo/files_repo_form.php:87 +#: ../../extensions/files_repo/files_repo_form.php:93 +#: ../../extensions/files_repo/files_repo_list.php:89 +msgid "Public link" +msgstr "Enlace público" + +#: ../../extensions/files_repo/files_repo_list.php:61 +#: ../../include/functions_filemanager.php:581 +msgid "Last modification" +msgstr "Última modificación" + +#: ../../extensions/files_repo/files_repo_list.php:86 +msgid "Copy to clipboard" +msgstr "Copiar al portapapeles" + +#: ../../extensions/files_repo/files_repo_list.php:94 +#: ../../extensions/system_info.php:467 +#: ../../enterprise/extensions/backup/main.php:126 +msgid "Download" +msgstr "Descargar" + +#: ../../extensions/files_repo/files_repo_list.php:115 +msgid "No items" +msgstr "No hay elementos" + +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Unreliable petition" +msgstr "Petición no fiable" + +#: ../../extensions/files_repo/files_repo_get_file.php:65 +msgid "Please contact the administrator" +msgstr "Por favor, contacta con el administrador" + +#: ../../extensions/files_repo/functions_files_repo.php:29 +#: ../../extensions/files_repo/functions_files_repo.php:40 +#: ../../include/functions_config.php:1692 +msgid "Attachment directory is not writable by HTTP Server" +msgstr "El servidor HTTP no puede escribir en el directorio de adjuntos" + +#: ../../extensions/files_repo/functions_files_repo.php:30 +#: ../../extensions/files_repo/functions_files_repo.php:41 +#, php-format +msgid "Please check that the web server has write rights on the %s directory" msgstr "" -"El perfil de usuario seleccionado se añadirá a los usuarios seleccionados en " -"el objetivo" +"Por favor, comprobar que el directorio %s del servidor web tiene permisos de " +"escritura" -#: ../../enterprise/meta/advanced/synchronizing.user.php:537 -msgid "Copy profile" -msgstr "Copiar perfil" +#: ../../extensions/files_repo/functions_files_repo.php:229 +msgid "The file could not be copied" +msgstr "El fichero no ha sido copiado" -#: ../../enterprise/meta/advanced/synchronizing.user.php:539 -msgid "" -"The target user profiles will be replaced with the source user profiles" -msgstr "" -"Los perfiles de usuario de destino se reemplazarán con los perfiles de " -"usuario de origen" +#: ../../extensions/files_repo/functions_files_repo.php:233 +msgid "There was an error creating the file" +msgstr "Se ha producido un error creando el fichero" -#: ../../enterprise/meta/advanced/synchronizing.user.php:555 -#: ../../godmode/menu.php:67 ../../godmode/users/profile_list.php:302 -msgid "Profiles" -msgstr "Perfiles" +#: ../../extensions/files_repo/functions_files_repo.php:274 +#: ../../enterprise/extensions/vmware/main.php:75 +msgid "There was an error updating the file" +msgstr "Se ha producido un error actualizando el fichero" -#: ../../enterprise/meta/advanced/metasetup.php:55 -msgid "Consoles Setup" -msgstr "Configuración de consolas" +#: ../../extensions/ssh_gateway.php:52 +msgid "You need to specify a user and a host address" +msgstr "Necesita especificar un usuario y una dirección del host" -#: ../../enterprise/meta/advanced/metasetup.php:60 -#: ../../enterprise/meta/advanced/metasetup.php:106 -msgid "General setup" -msgstr "Configuración general" +#: ../../extensions/ssh_gateway.php:57 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 +msgid "Host address" +msgstr "Dirección del Host" -#: ../../enterprise/meta/advanced/metasetup.php:65 -#: ../../enterprise/meta/advanced/metasetup.php:109 -msgid "Passwords setup" -msgstr "Configuración de contraseñas" - -#: ../../enterprise/meta/advanced/metasetup.php:70 -#: ../../enterprise/meta/advanced/metasetup.php:112 ../../godmode/menu.php:242 -#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:112 -msgid "Authentication" -msgstr "Autentificación" - -#: ../../enterprise/meta/advanced/metasetup.php:75 -#: ../../enterprise/meta/advanced/metasetup.php:115 -msgid "Visual setup" -msgstr "Configuración visual" - -#: ../../enterprise/meta/advanced/metasetup.php:80 -#: ../../enterprise/meta/advanced/metasetup.php:118 -msgid "Performance setup" -msgstr "Configuración del rendimiento" - -#: ../../enterprise/meta/advanced/metasetup.php:85 -#: ../../enterprise/meta/advanced/metasetup.php:121 ../../godmode/menu.php:313 -#: ../../godmode/setup/file_manager.php:30 -msgid "File manager" -msgstr "Gestor de archivos" - -#: ../../enterprise/meta/advanced/metasetup.php:90 -#: ../../enterprise/meta/advanced/metasetup.php:124 -msgid "Strings translation" -msgstr "Traducción de cadenas" - -#: ../../enterprise/meta/advanced/metasetup.php:95 -#: ../../enterprise/meta/advanced/metasetup.php:127 -msgid "Offline Update Manager" -msgstr "Gestionar actualización offline" - -#: ../../enterprise/meta/advanced/metasetup.php:102 -msgid "Consoles setup" -msgstr "Configuración de las consolas" - -#: ../../enterprise/meta/advanced/metasetup.password.php:47 -#: ../../enterprise/meta/advanced/metasetup.visual.php:50 -#: ../../enterprise/meta/advanced/metasetup.performance.php:47 -#: ../../enterprise/meta/advanced/metasetup.auth.php:47 -#: ../../enterprise/meta/advanced/metasetup.setup.php:51 +#: ../../extensions/ssh_gateway.php:59 #, php-format -msgid "Could not be update: Error in %s" -msgstr "No se puede actualizar: error en %s" +msgid "For security reasons the following characters are not allowed: %s" +msgstr "Por razones de seguridad, los siguientes caracteres no se permiten: %s" -#: ../../enterprise/meta/advanced/metasetup.password.php:73 -msgid "Passwords" -msgstr "Contraseñas" +#: ../../extensions/ssh_gateway.php:60 +msgid "Connect" +msgstr "Conectar" -#: ../../enterprise/meta/advanced/metasetup.password.php:85 -#: ../../enterprise/godmode/setup/setup.php:258 -msgid " Caracters" -msgstr " Caracteres" +#: ../../extensions/ssh_gateway.php:63 +msgid "Port (use 0 for default)" +msgstr "Puerto (uso de 0 por defecto)" -#: ../../enterprise/meta/advanced/metasetup.password.php:101 -#: ../../enterprise/godmode/setup/setup.php:271 -msgid "Set 0 if never expire." -msgstr "Introduzca 0 para que nunca expire" +#: ../../extensions/ssh_gateway.php:65 +msgid "Connect mode" +msgstr "Modo conexión" -#: ../../enterprise/meta/advanced/metasetup.password.php:102 -#: ../../enterprise/godmode/setup/setup.php:272 -msgid " Days" -msgstr " Días" - -#: ../../enterprise/meta/advanced/metasetup.password.php:113 -#: ../../enterprise/godmode/setup/setup.php:281 -msgid " Minutes" -msgstr " Minutos" - -#: ../../enterprise/meta/advanced/metasetup.password.php:117 -#: ../../enterprise/godmode/setup/setup.php:285 -msgid "Two attempts minimum" -msgstr "2 intentos mínimo" - -#: ../../enterprise/meta/advanced/metasetup.password.php:118 -#: ../../enterprise/godmode/setup/setup.php:286 -msgid " Attempts" -msgstr " Intentos" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:248 -#, php-format -msgid "Error creating %s policies" -msgstr "Error al crear políticas %s" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:251 -#, php-format -msgid "Created %s policies" -msgstr "Políticas %s creadas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:256 -#, php-format -msgid "Error creating/updating %s/%s policy modules" -msgstr "Error al crear/actualizar %s/%s módulos de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:259 -#, php-format -msgid "Created/Updated %s/%s policy modules" -msgstr "Creadas/actualizadas %s/%s módulos de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:264 -#, php-format -msgid "Error deleting %s policy modules" -msgstr "Error al eliminar %s módulos de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:267 -#, php-format -msgid "Deleted %s policy modules" -msgstr "Eliminadas %s módulos de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:272 -#, php-format -msgid "Error creating %s policy alerts" -msgstr "Error al crear %s alertas de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:275 -#, php-format -msgid "Created %s policy alerts" -msgstr "Creadas %s alertas de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:280 -#, php-format -msgid "Error deleting %s policy alerts" -msgstr "Error al eliminar %s alertas de políticas" - -#: ../../enterprise/meta/advanced/policymanager.sync.php:283 -#, php-format -msgid "Deleted %s policy alerts" -msgstr "Eliminadas %s alertas de políticas" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:74 -#: ../../enterprise/meta/advanced/synchronizing.group.php:75 -#: ../../enterprise/meta/advanced/synchronizing.group.php:87 -#: ../../enterprise/meta/advanced/synchronizing.group.php:88 -msgid "Open for more details" -msgstr "Abrir para obtener más detalles" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:78 -#, php-format -msgid "Error creating %s groups" -msgstr "Error creando %s grupos" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:91 -#, php-format -msgid "Error updating %s groups" -msgstr "Error actualizando %s grupos" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:100 -#: ../../enterprise/meta/advanced/synchronizing.group.php:101 -msgid "Open for more details in creation" -msgstr "Abrir para obtener más detalles de creación" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:106 -#: ../../enterprise/meta/advanced/synchronizing.group.php:107 -msgid "Open for more details in update" -msgstr "Abrir para obtener más detalles de actualización" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:110 -#, php-format -msgid "Error creating/updating %s/%s groups" -msgstr "Error al crear/actualizar grupos %s/%s" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:122 -#, php-format -msgid "Created/Updated %s/%s groups" -msgstr "Creados/actualizados grupos %s/%s" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:129 -msgid "None update or create group" -msgstr "Ninguna actualización o creación de grupo" - -#: ../../enterprise/meta/advanced/synchronizing.group.php:140 -msgid "Synchronizing Groups" -msgstr "Sincronizar grupos" - -#: ../../enterprise/meta/advanced/servers.php:39 -#: ../../godmode/servers/modificar_server.php:98 -msgid "Server deleted successfully" -msgstr "Servidor eliminado correctamente" - -#: ../../enterprise/meta/advanced/servers.php:42 -#: ../../godmode/servers/modificar_server.php:101 -msgid "There was a problem deleting the server" -msgstr "Hubo un problema al eliminar el servidor" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 -#, php-format -msgid "Error creating/updating %s/%s comamnds" -msgstr "Error al crear/actualizar %s/%s comandos" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 -#, php-format -msgid "Created/Updated %s/%s commands" -msgstr "Creados/actualizados %s/%s comandos" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 -#, php-format -msgid "Error creating/updating %s/%s actions" -msgstr "Error al crear/actualizar %s/%s acciones" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 -#, php-format -msgid "Created/Updated %s/%s actions" -msgstr "Creados/actualizados %s/%s acciones" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 -#, php-format -msgid "Error creating/updating %s/%s templates" -msgstr "Error al crear/actualizar %s/%s plantillas" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 -#, php-format -msgid "Created/Updated %s/%s templates" -msgstr "Creadas/actualizadas %s/%s plantillas" - -#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 -msgid "Synchronizing Alerts" -msgstr "Sincronizar alertas" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:76 -msgid "Visual" -msgstr "visual" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:82 -#: ../../godmode/setup/setup_visuals.php:540 -msgid "Example" -msgstr "Ejemplo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:96 -#: ../../godmode/setup/setup_visuals.php:553 -msgid "Comparation in rollover" -msgstr "Fecha en comparación" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:98 -#: ../../godmode/setup/setup_visuals.php:555 -msgid "Timestamp in rollover" -msgstr "Fecha literal" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:137 -#: ../../operation/users/user_edit.php:263 -#: ../../godmode/users/configure_user.php:512 -#: ../../godmode/setup/setup_visuals.php:355 -msgid "Whether to use Javascript or static PNG graphs" -msgstr "Si usar Javascript or graficas estáticas PNG" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:141 -msgid "The number of elements retrieved for each instance in some views." -msgstr "" -"El número de elementos recuperados para cada instancia en algunas vistas." - -#: ../../enterprise/meta/advanced/metasetup.visual.php:145 +#: ../../extensions/agents_alerts.php:81 +#: ../../extensions/agents_modules.php:89 #: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:275 -#: ../../extensions/agents_modules.php:88 -#: ../../extensions/agents_alerts.php:80 ../../include/functions_html.php:711 -#: ../../include/functions.php:404 ../../include/functions.php:538 +#: ../../enterprise/meta/advanced/metasetup.visual.php:148 +#: ../../godmode/snmpconsole/snmp_alert.php:832 +#: ../../godmode/alerts/configure_alert_action.php:144 +#: ../../godmode/setup/setup_visuals.php:673 ../../include/functions.php:430 +#: ../../include/functions.php:564 ../../include/functions_html.php:721 #: ../../include/functions_netflow.php:1131 #: ../../include/functions_netflow.php:1141 #: ../../include/functions_netflow.php:1158 #: ../../include/functions_netflow.php:1166 #: ../../include/functions_netflow.php:1190 -#: ../../godmode/snmpconsole/snmp_alert.php:832 -#: ../../godmode/alerts/configure_alert_action.php:144 -#: ../../godmode/setup/setup_visuals.php:599 msgid "seconds" msgstr "segundos" -#: ../../enterprise/meta/advanced/metasetup.visual.php:146 -#: ../../enterprise/extensions/vmware/functions.php:21 -#: ../../enterprise/extensions/vmware/functions.php:22 -#: ../../enterprise/extensions/vmware/functions.php:23 -#: ../../include/functions_html.php:712 ../../include/functions.php:408 -#: ../../include/functions.php:542 ../../godmode/setup/setup_visuals.php:600 -msgid "minutes" -msgstr "minutos" +#: ../../extensions/agents_alerts.php:109 +msgid "Agents/Alerts" +msgstr "Agentes/Alertas" -#: ../../enterprise/meta/advanced/metasetup.visual.php:147 -#: ../../include/functions_html.php:713 ../../include/functions.php:409 -#: ../../include/functions.php:543 ../../godmode/setup/setup_visuals.php:601 -msgid "hours" -msgstr "horas" +#: ../../extensions/agents_alerts.php:156 +msgid "There are no agents with alerts" +msgstr "No existen agentes con alertas" -#: ../../enterprise/meta/advanced/metasetup.visual.php:148 -#: ../../include/functions_html.php:714 ../../include/functions.php:405 -#: ../../include/functions.php:539 ../../godmode/db/db_main.php:82 -#: ../../godmode/db/db_main.php:88 ../../godmode/setup/setup_visuals.php:602 -msgid "days" -msgstr "días" +#: ../../extensions/agents_alerts.php:177 +#: ../../godmode/massive/massive_add_action_alerts.php:148 +#: ../../godmode/massive/massive_delete_action_alerts.php:157 +#: ../../godmode/alerts/alert_templates.php:132 +#: ../../godmode/alerts/alert_templates.php:175 +#: ../../godmode/alerts/alert_templates.php:194 +#: ../../godmode/alerts/alert_templates.php:210 +msgid "Alert templates" +msgstr "Plantillas de alertas" -#: ../../enterprise/meta/advanced/metasetup.visual.php:149 -#: ../../include/functions_html.php:716 ../../include/functions.php:406 -#: ../../include/functions.php:540 ../../godmode/setup/setup_visuals.php:603 -msgid "months" -msgstr "meses" +#: ../../extensions/agents_alerts.php:184 +msgid "Previous templates" +msgstr "Plantillas anteriores" -#: ../../enterprise/meta/advanced/metasetup.visual.php:150 -#: ../../include/functions_html.php:717 ../../include/functions.php:407 -#: ../../include/functions.php:541 ../../godmode/setup/setup_visuals.php:604 -msgid "years" -msgstr "años" +#: ../../extensions/agents_alerts.php:222 +msgid "More templates" +msgstr "Más plantillas" -#: ../../enterprise/meta/advanced/metasetup.visual.php:151 -#: ../../godmode/setup/setup_visuals.php:605 -msgid "Add new custom value to intervals" -msgstr "Añadir nuevo valor personalizado para intervalos" +#: ../../extensions/agents_alerts.php:323 +#: ../../enterprise/operation/agentes/policy_view.php:265 +#: ../../enterprise/godmode/alerts/alert_events_list.php:618 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:872 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1540 +#: ../../godmode/alerts/alert_list.list.php:642 +#: ../../godmode/alerts/alert_view.php:85 ../../include/functions_ui.php:908 +#: ../../mobile/operation/alerts.php:253 +msgid "times" +msgstr "veces" -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:405 -msgid "Custom report front page" -msgstr "Portada de informe personalizado" +#: ../../extensions/agents_alerts.php:327 +#: ../../enterprise/operation/agentes/policy_view.php:269 +#: ../../enterprise/godmode/alerts/alert_events_list.php:622 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:876 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1544 +#: ../../godmode/alerts/alert_list.list.php:646 +#: ../../godmode/alerts/alert_view.php:89 +#: ../../include/functions_reporting.php:7113 +#: ../../include/functions_ui.php:912 ../../mobile/operation/alerts.php:257 +msgid "Alert disabled" +msgstr "Alerta desactivada" -#: ../../enterprise/meta/advanced/metasetup.visual.php:169 -#: ../../godmode/setup/setup_visuals.php:407 +#: ../../extensions/agents_alerts.php:347 +msgid "Agents/Alerts view" +msgstr "Vista de Agentes/Alertas" + +#: ../../extensions/realtime_graphs.php:29 +#: ../../extensions/realtime_graphs.php:136 +msgid "Realtime graphs" +msgstr "Gráficas a tiempo real" + +#: ../../extensions/realtime_graphs.php:61 +msgid "Pandora Server CPU" +msgstr "CPU del servidor de Pandora" + +#: ../../extensions/realtime_graphs.php:62 +msgid "Pandora Server Pending packets" +msgstr "Paquetes pendientes del servidor de Pandora" + +#: ../../extensions/realtime_graphs.php:63 +msgid "Pandora Server Disk IO Wait" +msgstr "Tiempo de espera de E/S en disco del servidor de Pandora" + +#: ../../extensions/realtime_graphs.php:64 +msgid "Pandora Server Apache load" +msgstr "Carga Apache en el Servidor de Pandora" + +#: ../../extensions/realtime_graphs.php:65 +msgid "Pandora Server MySQL load" +msgstr "Carga MySQL en el Servidor de Pandora" + +#: ../../extensions/realtime_graphs.php:66 +msgid "Pandora Server load" +msgstr "Cargar Pandora Server" + +#: ../../extensions/realtime_graphs.php:67 +msgid "SNMP Interface throughput" +msgstr "Rendimiento interfaz SNMP" + +#: ../../extensions/realtime_graphs.php:79 +msgid "Refresh interval" +msgstr "Intervalo de actualización" + +#: ../../extensions/realtime_graphs.php:80 +msgid "Incremental" +msgstr "Incremental" + +#: ../../extensions/realtime_graphs.php:81 +msgid "Clear graph" +msgstr "Limpiar gráfica" + +#: ../../extensions/realtime_graphs.php:94 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:252 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:689 +#: ../../godmode/agentes/module_manager_editor_network.php:67 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:693 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:254 +#: ../../godmode/agentes/module_manager_editor_wmi.php:45 +#: ../../godmode/massive/massive_edit_modules.php:483 +#: ../../include/functions_snmp_browser.php:506 +msgid "Target IP" +msgstr "IP objetivo" + +#: ../../extensions/realtime_graphs.php:97 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 +#: ../../include/functions_snmp_browser.php:508 +msgid "Community" +msgstr "Comunidad" + +#: ../../extensions/realtime_graphs.php:108 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:282 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 +#: ../../godmode/setup/snmp_wizard.php:41 +#: ../../include/functions_snmp_browser.php:401 +msgid "OID" +msgstr "OID" + +#: ../../extensions/realtime_graphs.php:111 +#: ../../enterprise/extensions/ipam/ipam_calculator.php:39 +#: ../../enterprise/godmode/servers/list_satellite.php:37 +#: ../../enterprise/meta/advanced/servers.build_table.php:62 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:336 +#: ../../godmode/servers/servers.build_table.php:67 +#: ../../godmode/extensions.php:144 +#: ../../include/functions_snmp_browser.php:513 +msgid "Version" +msgstr "Versión" + +#: ../../extensions/realtime_graphs.php:112 +#: ../../godmode/agentes/module_manager_editor_network.php:131 +msgid "SNMP walk" +msgstr "SNMP walk" + +#: ../../extensions/realtime_graphs.php:125 +#: ../../godmode/agentes/module_manager_editor_network.php:30 +msgid "Use this OID" +msgstr "Usar esta OID" + +#: ../../extensions/users_connected.php:38 +#: ../../extensions/users_connected.php:122 +#: ../../extensions/users_connected.php:123 +msgid "Users connected" +msgstr "Usuarios conectados" + +#: ../../extensions/users_connected.php:66 +msgid "No other users connected" +msgstr "No hay otros usuarios conectados" + +#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:99 +#: ../../enterprise/extensions/ipam/ipam_network.php:272 +#: ../../enterprise/extensions/ipam/ipam_network.php:273 +#: ../../enterprise/include/functions_reporting_pdf.php:2313 +#: ../../godmode/reporting/visual_console_builder.elements.php:555 +#: ../../godmode/admin_access_logs.php:69 +#: ../../godmode/admin_access_logs.php:70 +#: ../../include/functions_reporting_html.php:1336 +#: ../../include/functions_reporting_html.php:1542 +#: ../../include/functions_visual_map_editor.php:625 +msgid "IP" +msgstr "IP" + +#: ../../extensions/resource_exportation.php:53 +#: ../../extensions/resource_exportation.php:334 +msgid "Resource exportation" +msgstr "Exportación de recursos" + +#: ../../extensions/resource_exportation.php:337 msgid "" -"Custom report front page. It will be applied to all reports and templates by " -"default." +"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 "" -"Portada de informe personalizado. Será aplicada por defecto a todos los " -"informes y plantillas" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:175 -#: ../../include/functions_config.php:484 -#: ../../godmode/setup/setup_visuals.php:525 -msgid "Show the group name instead the group icon." -msgstr "Mostrar el nombre del grupo en lugar de icono del grupo" - -#: ../../enterprise/meta/advanced/metasetup.visual.php:219 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 -#: ../../godmode/setup/setup_visuals.php:460 -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 "" -"El directorio de logotipos personalizados está en tu www Pandora consola en " -"\"images / custom_logo\". Puede cargar más archivos (sólo JPEG) en la " -"herramienta de carga de la consola." - -#: ../../enterprise/meta/advanced/metasetup.performance.php:73 -#: ../../godmode/menu.php:245 ../../godmode/setup/setup.php:86 -#: ../../godmode/setup/setup.php:116 -msgid "Performance" -msgstr "Rendimiento" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 -msgid "redirected ip server in conf into source DB" -msgstr "Servidor IP redirigido en la configuración a la BD de origen" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 -msgid "created agent in destination DB" -msgstr "Agente creado en la BD de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 -msgid "created agent modules in destination DB" -msgstr "Módulos de agente creados en la BD de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 -msgid "created agent alerts in destination DB" -msgstr "Alertas de agentes creadas en la BD de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 -msgid "created alerts actions in destination DB" -msgstr "Acciones de alertas en la BD de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 -msgid "disabled agent in source DB" -msgstr "Agente desactivado en la BD de origen" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 -msgid "" -"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " -"Console." -msgstr "" -"Si no establece la IP de la metaconsola en \"Lista de IP's con acceso a la " -"API\", no se podrá conectar" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Successfully moved" -msgstr "Movido satisfactoriamente" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 -msgid "Could not be moved" -msgstr "No se puede mover" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 -msgid "Move Agents" -msgstr "Mover Agentes" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 -msgid "Source Server" -msgstr "Servidor de origen" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 -msgid "Destination Server" -msgstr "Servidor de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:79 -msgid "Group filter" -msgstr "Filtro de grupo" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 -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 "" -"El grupo de destino es el mismo que en el servidor original. Si no hay otro " -"grupo con el mismo nombre, será creado si la casilla está seleccionada. El " -"grupo de destino del filtro es utilizado para comprobrar los agentes de ese " -"grupo." - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Create group if doesn’t exist in destination" -msgstr "Crear grupo si no existe en destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 -msgid "Based on name" -msgstr "Basado en el nombre" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 -msgid "Add agents to destination server" -msgstr "Añadir agentes al servidor de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 -msgid "Remove agents to doesn't move to destination server" -msgstr "Eliminar los agentes no se desplace al servidor de destino" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 -msgid "Move" -msgstr "Mover" - -#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 -msgid "Please choose other server." -msgstr "Por favor elija otro servidor." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:79 -#: ../../enterprise/godmode/modules/configure_local_component.php:149 -#: ../../godmode/users/configure_user.php:529 -#: ../../godmode/alerts/alert_commands.php:142 -#: ../../godmode/alerts/alert_commands.php:152 -#: ../../godmode/alerts/configure_alert_template.php:735 -#: ../../godmode/modules/manage_network_components_form_common.php:57 -msgid "Basic" -msgstr "Básico" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:103 -#: ../../godmode/setup/setup_general.php:66 -msgid "Database" -msgstr "Base de datos" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:109 -#: ../../godmode/setup/setup_general.php:74 -msgid "" -"If SSL is not properly configured you will lose access to Pandora FMS " -"Console. Do you want to continue?" -msgstr "" -"Si no se ha configurado SSL correctamente, puede perder el acceso a la " -"consola de Pandora FMS. ¿Desea continuar?" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:114 -#: ../../godmode/setup/setup_general.php:77 -msgid "Directory where temporary data is stored." -msgstr "Directorio donde los datos temporales son almacenados." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:120 -#: ../../godmode/setup/setup_general.php:182 -msgid "Africa" -msgstr "África" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:121 -#: ../../godmode/setup/setup_general.php:182 -msgid "America" -msgstr "América" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:122 -#: ../../godmode/setup/setup_general.php:182 -msgid "Antarctica" -msgstr "La Antártida" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:123 -#: ../../godmode/setup/setup_general.php:182 -msgid "Arctic" -msgstr "Ártico" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:124 -#: ../../godmode/setup/setup_general.php:182 -msgid "Asia" -msgstr "Asia" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:125 -#: ../../godmode/setup/setup_general.php:182 -msgid "Atlantic" -msgstr "Atlántico" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:126 -#: ../../godmode/setup/setup_general.php:182 -msgid "Australia" -msgstr "Australia" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:127 -#: ../../godmode/setup/setup_general.php:182 -msgid "Europe" -msgstr "Europa" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:128 -#: ../../godmode/setup/setup_general.php:182 -msgid "Indian" -msgstr "Índico" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:129 -#: ../../godmode/setup/setup_general.php:182 -msgid "Pacific" -msgstr "Pacífico" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:130 -#: ../../godmode/setup/setup_general.php:182 -msgid "UTC" -msgstr "UTC" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:151 -#: ../../godmode/setup/setup_general.php:207 -msgid "Change timezone" -msgstr "Cambiar zona horaria" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:156 -#: ../../godmode/setup/setup_general.php:229 -msgid "" -"Set this value when your PandoraFMS across inverse proxy or for example with " -"mod_proxy of Apache." -msgstr "" -"Fije este valor cuando su Pandora llegue al proxy inverso o por ejemplo con " -"mod_proxy de Apache." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../include/functions_config.php:605 -#: ../../godmode/setup/setup_netflow.php:61 -msgid "Disable custom live view filters" -msgstr "Desactive los filtros de vista activa personalizados" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:159 -#: ../../godmode/setup/setup_netflow.php:62 -msgid "" -"Disable the definition of custom filters in the live view. Only existing " -"filters can be used." -msgstr "" -"Desactive la definición de filtros personalizados en la vista activa. Sólo " -"los filtros existentes pueden usarse." - -#: ../../enterprise/meta/advanced/metasetup.setup.php:164 -msgid "Customize sections" -msgstr "Personalizar secciones" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:186 -msgid "Disabled sections" -msgstr "Secciones desactivadas" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:188 -msgid "Enabled sections" -msgstr "Activar secciones" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:194 -msgid "Push selected sections to enable it" -msgstr "Apriete las secciones elegidas para activarlo" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:198 -msgid "Pop selected sections to disable it" -msgstr "Desapriete la secciones seleccionadas para desactivarlo" - -#: ../../enterprise/meta/advanced/metasetup.setup.php:210 -#: ../../godmode/setup/setup_general.php:90 -msgid "Please be careful if you put a password put https access." -msgstr "" -"Por favor, tenga cuidado. Si tiene que introducir una contraseña ponga " -"acceso https." - -#: ../../enterprise/meta/general/logon_ok.php:32 -msgid "Network traffic" -msgstr "Tráfico de la red" - -#: ../../enterprise/meta/general/logon_ok.php:48 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:180 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:183 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:195 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:198 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:210 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:213 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:226 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:229 -#: ../../operation/menu.php:229 ../../operation/reporting/graph_viewer.php:160 -#: ../../operation/reporting/graph_viewer.php:277 -#: ../../operation/reporting/reporting_viewer.php:119 -#: ../../operation/reporting/reporting_viewer.php:124 -#: ../../operation/reporting/reporting_viewer.php:128 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../godmode/reporting/graphs.php:71 -#: ../../godmode/reporting/reporting_builder.php:356 -#: ../../godmode/reporting/reporting_builder.php:361 -#: ../../godmode/reporting/reporting_builder.php:365 -#: ../../godmode/reporting/reporting_builder.php:1793 -#: ../../godmode/reporting/reporting_builder.php:1798 -#: ../../godmode/reporting/reporting_builder.php:1802 -#: ../../godmode/reporting/reporting_builder.php:1862 -#: ../../godmode/reporting/reporting_builder.php:1867 -#: ../../godmode/reporting/reporting_builder.php:1870 -msgid "Reporting" -msgstr "Informes" - -#: ../../enterprise/meta/general/logon_ok.php:56 -#: ../../enterprise/meta/general/main_header.php:78 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/operation/services/services.list.php:38 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../operation/menu.php:31 -msgid "Monitoring" -msgstr "Monitorización" - -#: ../../enterprise/meta/general/logon_ok.php:62 -#: ../../include/functions_networkmap.php:1745 -msgid "Topology" -msgstr "Topología" - -#: ../../enterprise/meta/general/logon_ok.php:64 -#: ../../enterprise/meta/general/main_header.php:231 -#: ../../enterprise/meta/general/main_header.php:302 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:245 -#: ../../enterprise/godmode/modules/configure_local_component.php:150 -#: ../../operation/netflow/nf_live_view.php:305 -#: ../../godmode/users/configure_user.php:530 -#: ../../godmode/alerts/alert_commands.php:145 -#: ../../godmode/alerts/alert_commands.php:155 -#: ../../godmode/alerts/configure_alert_template.php:736 -#: ../../godmode/netflow/nf_edit_form.php:208 -#: ../../godmode/modules/manage_network_components_form_common.php:58 -msgid "Advanced" -msgstr "Avanzado" - -#: ../../enterprise/meta/general/noaccess.php:17 -msgid "Back to login" -msgstr "Volver a identificarse" - -#: ../../enterprise/meta/general/noaccess.php:24 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 -#: ../../mobile/index.php:205 ../../mobile/operation/groups.php:51 -#: ../../mobile/operation/agent.php:58 -#: ../../mobile/operation/networkmaps.php:99 -#: ../../mobile/operation/module_graph.php:269 -#: ../../mobile/operation/modules.php:173 -#: ../../mobile/operation/tactical.php:68 -#: ../../mobile/operation/networkmap.php:78 -#: ../../mobile/operation/alerts.php:141 -#: ../../mobile/operation/visualmap.php:65 -#: ../../mobile/operation/events.php:425 -#: ../../mobile/operation/visualmaps.php:83 -#: ../../mobile/operation/agents.php:145 ../../general/noaccess.php:18 -#: ../../general/noaccess.php:21 -msgid "You don't have access to this page" -msgstr "No tiene permiso para acceder a esta página" - -#: ../../enterprise/meta/general/noaccess.php:28 -#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 -#: ../../general/noaccess.php:31 -msgid "No access" -msgstr "Acceso denegado" - -#: ../../enterprise/meta/general/noaccess.php:33 -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 "" -"El acceso a esta página está restringido a usuarios autorizados solamente, " -"por favor póngase en contacto con el administrador del sistema si necesita " -"ayuda.\n" -"\t \t \t \t \t
Por favor, sepan que todos los intentos de acceso a esta " -"página son registrados en los registros de seguridad de la base de datos del " -"Sistema de Pandora" - -#: ../../enterprise/meta/general/main_header.php:84 -#: ../../operation/menu.php:51 ../../operation/tree.php:87 -msgid "Tree view" -msgstr "Vista de árbol" - -#: ../../enterprise/meta/general/main_header.php:94 -#: ../../operation/agentes/networkmap.php:389 -msgid "Groups view" -msgstr "Vista de grupos" - -#: ../../enterprise/meta/general/main_header.php:99 -#: ../../operation/agentes/alerts_status.php:129 -msgid "Alerts view" -msgstr "Vista de alertas" - -#: ../../enterprise/meta/general/main_header.php:104 -msgid "Monitors view" -msgstr "Vista de monitores" - -#: ../../enterprise/meta/general/main_header.php:140 -msgid "Create new report" -msgstr "Crear un nuevo informe" - -#: ../../enterprise/meta/general/main_header.php:153 -msgid "Report templates" -msgstr "Plantillas de informes" - -#: ../../enterprise/meta/general/main_header.php:160 -#: ../../enterprise/include/functions_reporting.php:64 -msgid "Templates wizard" -msgstr "Asistente de plantillas" - -#: ../../enterprise/meta/general/main_header.php:166 -#: ../../enterprise/include/functions_groups.php:61 -#: ../../enterprise/operation/menu.php:31 -#: ../../enterprise/operation/services/services.service.php:84 -#: ../../enterprise/operation/services/services.list.php:38 -#: ../../enterprise/operation/services/services.service_map.php:94 -#: ../../enterprise/operation/services/services.service_map.php:110 -#: ../../enterprise/godmode/menu.php:79 -#: ../../enterprise/godmode/services/services.elements.php:122 -#: ../../enterprise/godmode/services/services.elements.php:127 -#: ../../enterprise/godmode/services/services.service.php:198 -#: ../../enterprise/godmode/services/services.service.php:202 -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:128 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:159 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:301 -#: ../../general/firts_task/service_list.php:25 -msgid "Services" -msgstr "Servicios" - -#: ../../enterprise/meta/general/main_header.php:181 -#: ../../mobile/operation/home.php:98 -msgid "Networkmap" -msgstr "Mapa de red" - -#: ../../enterprise/meta/general/main_header.php:188 -#: ../../enterprise/include/functions_enterprise.php:270 -#: ../../godmode/reporting/map_builder.php:39 -#: ../../general/firts_task/map_builder.php:29 -msgid "Visual Console" -msgstr "Consola visual" - -#: ../../enterprise/meta/general/main_header.php:198 -#: ../../enterprise/include/functions_enterprise.php:267 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 -#: ../../include/functions_reports.php:635 -#: ../../include/functions_reports.php:637 -#: ../../include/functions_reports.php:639 -#: ../../include/functions_reports.php:641 -#: ../../include/functions_reports.php:643 ../../godmode/menu.php:253 -#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:125 -msgid "Netflow" -msgstr "Netflow" - -#: ../../enterprise/meta/general/main_header.php:204 -msgid "Live view" -msgstr "Vista en vivo" - -#: ../../enterprise/meta/general/main_header.php:213 -#: ../../enterprise/meta/event/custom_events.php:65 -#: ../../enterprise/meta/event/custom_events.php:80 -#: ../../godmode/events/events.php:63 ../../godmode/events/events.php:78 -#: ../../godmode/reporting/reporting_builder.list_items.php:178 -msgid "Filters" -msgstr "Filtros" - -#: ../../enterprise/meta/general/main_header.php:247 -msgid "Agent management" -msgstr "Gestión de agentes" - -#: ../../enterprise/meta/general/main_header.php:252 -#: ../../enterprise/godmode/modules/local_components.php:89 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../godmode/modules/manage_nc_groups.php:40 -#: ../../godmode/modules/manage_network_components.php:41 -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/module_list.php:28 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module management" -msgstr "Gestión de módulos" - -#: ../../enterprise/meta/general/main_header.php:257 -msgid "Alert management" -msgstr "Gestión de alertas" - -#: ../../enterprise/meta/general/main_header.php:262 -#: ../../enterprise/godmode/menu.php:121 -#: ../../enterprise/godmode/alerts/alert_events_list.php:67 -#: ../../enterprise/godmode/alerts/alert_events_list.php:114 -#: ../../enterprise/godmode/alerts/alert_events_list.php:129 -#: ../../enterprise/godmode/alerts/alert_events_list.php:144 -msgid "Event alerts" -msgstr "Alertas de eventos" - -#: ../../enterprise/meta/general/main_header.php:267 -msgid "Tag management" -msgstr "Gestión de Tags" - -#: ../../enterprise/meta/general/main_header.php:272 -msgid "Policy management" -msgstr "Gestión de políticas" - -#: ../../enterprise/meta/general/main_header.php:277 -msgid "Category management" -msgstr "Gestión de categorías" - -#: ../../enterprise/meta/general/main_header.php:282 -msgid "Server management" -msgstr "Administración de servidores" - -#: ../../enterprise/meta/general/main_header.php:287 -#: ../../godmode/menu.php:267 -msgid "License" -msgstr "Licencia" - -#: ../../enterprise/meta/general/main_header.php:292 -msgid "Metasetup" -msgstr "Metasetup" - -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:113 ../../general/header.php:121 -msgid "All systems" -msgstr "Todos los sistemas" - -#: ../../enterprise/meta/general/main_header.php:335 -#: ../../general/header.php:113 -msgid "Down" -msgstr "Caído(s)" - -#: ../../enterprise/meta/general/main_header.php:339 -#: ../../general/header.php:117 -msgid "servers down" -msgstr "servidor(es) caído(s)" - -#: ../../enterprise/meta/general/main_header.php:343 -#: ../../general/header.php:121 -msgid "Ready" -msgstr "Listos" - -#: ../../enterprise/meta/general/main_header.php:353 -#: ../../mobile/include/user.class.php:280 -#: ../../mobile/include/functions_web.php:33 -#: ../../mobile/include/ui.class.php:175 ../../mobile/operation/home.php:144 -#: ../../general/header.php:267 -msgid "Logout" -msgstr "Salir" - -#: ../../enterprise/meta/general/main_header.php:368 -#: ../../general/header.php:192 -msgid "Configure autorefresh" -msgstr "Configurar autorresfresco" - -#: ../../enterprise/meta/general/main_header.php:385 -#: ../../enterprise/meta/general/main_header.php:395 -#: ../../general/header.php:219 -msgid "Disabled autorefresh" -msgstr "Autorrefresco deshabilitado" - -#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 -msgid "" -"Metaconsole needs previous activation from regular console, please contact " -"system administrator if you need assistance.
" -msgstr "" -"La metaconsola necesita una activación previa desde una consola regular, por " -"favor, contacte con su administrador de sistemas si necesita asistencia.
" - -#: ../../enterprise/meta/general/footer.php:26 +"Esta extensión hace la exportación de plantillas de recursos más sencillo. " +"Desde aquí puedes exportar como plantillas de recursos en el formato de " +"Pandora FMS 3.x (.ptr). " + +#: ../../extensions/resource_exportation.php:348 +#: ../../enterprise/extensions/cron/main.php:219 +#: ../../enterprise/extensions/cron/main.php:236 +#: ../../enterprise/extensions/cron/main.php:250 +#: ../../enterprise/extensions/cron/functions.php:361 +#: ../../enterprise/dashboard/widgets/reports.php:27 +#: ../../enterprise/dashboard/widgets/reports.php:43 +msgid "Report" +msgstr "Informe" + +#: ../../extensions/insert_data.php:54 +msgid "Insert data" +msgstr "Insertar datos" + +#: ../../extensions/insert_data.php:83 +msgid "You haven't privileges for insert data in the agent." +msgstr "No tienes privilegios para insertar datos en el agente" + +#: ../../extensions/insert_data.php:119 #, php-format -msgid "® Ártica soluciones Pandora FMS %s - Build %s" -msgstr "® Ártica soluciones Pandora FMS %s - Build %s" +msgid "Can't save agent (%s), module (%s) data xml." +msgstr "No se puede guardar el agente (%s), modulo (%s) datos xml" -#: ../../enterprise/meta/general/footer.php:27 ../../general/footer.php:32 -msgid "Page generated at" -msgstr "Página generada en" +#: ../../extensions/insert_data.php:126 +#, php-format +msgid "Save agent (%s), module (%s) data xml." +msgstr "Guardar agente (%s), módulo (%s) datos xml." -#: ../../enterprise/meta/general/login_page.php:27 -msgid "Go to pandorafms.com" -msgstr "Ir a pandorafms.com" +#: ../../extensions/insert_data.php:135 +#, php-format +msgid "" +"Please check that the directory \"%s\" is writeable by the apache user.

The CSV file format is date;value<newline>date;value<" +"newline>... The date in CSV is in format Y/m/d H:i:s." +msgstr "" +"Por favor, compruebe que se puede escribir en el directorio \"%s\"por " +"usuarios de apache.

El formato del archivo CSV es date;value<" +"newline>date;value<newline>... La fecha en CVS está en formato Y/m/" +"d H:i:s." -#: ../../enterprise/meta/general/login_page.php:29 -msgid "Pandora Help" -msgstr "Ayuda de pandora" +#: ../../extensions/insert_data.php:163 ../../general/header.php:204 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:328 +#: ../../enterprise/godmode/policies/policy_alerts.php:509 +#: ../../enterprise/godmode/policies/policy_alerts.php:513 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:207 +#: ../../enterprise/godmode/alerts/alert_events.php:513 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:224 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:223 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:313 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:374 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:482 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:555 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:107 +#: ../../enterprise/meta/advanced/synchronizing.user.php:529 +#: ../../enterprise/meta/general/main_header.php:397 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:85 +#: ../../godmode/massive/massive_edit_modules.php:256 +#: ../../godmode/massive/massive_edit_modules.php:310 +#: ../../godmode/massive/massive_add_alerts.php:176 +#: ../../godmode/massive/massive_copy_modules.php:95 +#: ../../godmode/massive/massive_delete_modules.php:412 +#: ../../godmode/massive/massive_delete_modules.php:481 +#: ../../godmode/massive/massive_delete_alerts.php:208 +#: ../../godmode/alerts/alert_list.builder.php:77 +#: ../../godmode/alerts/alert_list.builder.php:125 +#: ../../godmode/alerts/configure_alert_template.php:592 +#: ../../godmode/gis_maps/configure_gis_map.php:588 +msgid "Select" +msgstr "Seleccionar" +#: ../../extensions/insert_data.php:241 +msgid "Insert Data" +msgstr "Insertar Datos" + +#: ../../extensions/extension_uploader.php:28 +msgid "Uploader extension" +msgstr "Extensión de subidas" + +#: ../../extensions/extension_uploader.php:64 +msgid "Success to upload extension" +msgstr "Extensión subida con éxito" + +#: ../../extensions/extension_uploader.php:65 +msgid "Fail to upload extension" +msgstr "Fallo al subir extensión" + +#: ../../extensions/extension_uploader.php:73 +msgid "Upload extension" +msgstr "Subir extensión" + +#: ../../extensions/extension_uploader.php:75 +msgid "Upload the extension as a zip file." +msgstr "Subir la extensión como un archivo zip" + +#: ../../extensions/extension_uploader.php:77 +msgid "Upload enterprise extension" +msgstr "Actualizar extensión Enterprise" + +#: ../../extensions/extension_uploader.php:90 +msgid "Extension uploader" +msgstr "Cargador de extensiones" + +#: ../../extensions/plugin_registration.php:26 +#: ../../extensions/plugin_registration.php:33 +msgid "Plugin registration" +msgstr "Registro de complementos" + +#: ../../extensions/plugin_registration.php:30 +msgid "Plugin Registration" +msgstr "Registro de puglins" + +#: ../../extensions/plugin_registration.php:35 +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 "" +"Esta extensión hace el registro de los plugins de servidor más fáciles. \n" +"\t\t\t\t\t\tAquí puedes subir un plugin de servidor en Pandora FMS 3.x en " +"formato comprimido (.pspz). \n" +"\t\t\t\t\t\tPor favor consulte la documentación sobre como obtener y usar " +"los plugins de Pandora FMS Server.\n" +"\t\t\t\t\t\t

Puede conseguir más plugins en nuestra Librería de Recursos Públicos " + +#: ../../extensions/plugin_registration.php:84 +msgid "Cannot load INI file" +msgstr "No puedo abrir archivo .INI" + +#: ../../extensions/plugin_registration.php:107 +msgid "Plugin exec not found. Aborting!" +msgstr "No encuentro la definición de ejecución del complemento: abortando!." + +#: ../../extensions/plugin_registration.php:120 +msgid "Plugin already registered. Aborting!" +msgstr "El complemento ya está registrado: Abortando." + +#: ../../extensions/plugin_registration.php:291 +msgid "Plug-in Remote Registered unsuccessfull" +msgstr "Registro del plug-in remoto sin éxito" + +#: ../../extensions/plugin_registration.php:293 +msgid "Please check the syntax of file \"plugin_definition.ini\"" +msgstr "Por favor verifique la sintaxis del archivo \"plugin_definition.ini\"" + +#: ../../extensions/plugin_registration.php:417 +msgid "Module plugin registered" +msgstr "Módulo de complemento registrado." + +#: ../../extensions/plugin_registration.php:422 +#: ../../godmode/agentes/module_manager_editor_plugin.php:50 +#: ../../godmode/massive/massive_edit_plugins.php:287 +#: ../../godmode/modules/manage_network_components_form_plugin.php:22 +msgid "Plugin" +msgstr "Complemento" + +#: ../../extensions/plugin_registration.php:422 +msgid "Registered successfully" +msgstr "Registrado con éxito." + +#: ../../extensions/plugin_registration.php:432 +msgid "Register plugin" +msgstr "Registro plugin" + +#: ../../extensions/files_repo.php:91 +msgid "Extension not installed" +msgstr "Extensión no instalada" + +#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 +#: ../../enterprise/extensions/ipam.php:213 +#: ../../enterprise/extensions/ipam.php:226 +#: ../../enterprise/extensions/ipam.php:292 +msgid "Administration view" +msgstr "Vista de administración" + +#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 +#: ../../enterprise/extensions/ipam.php:159 +#: ../../enterprise/extensions/ipam.php:300 +msgid "Operation view" +msgstr "Vista de operación" + +#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 +msgid "Files repository manager" +msgstr "Manejo de repositorio de archivos" + +#: ../../extensions/files_repo.php:133 ../../include/functions.php:2190 +#: ../../include/functions.php:2193 +msgid "The file exceeds the maximum size" +msgstr "El fichero excede el tamaño máximo" + +#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 +msgid "Files repository" +msgstr "Repositorio" + +#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 +msgid "DB Status" +msgstr "Estado BD" + +#: ../../extensions/db_status.php:56 +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 "" +"Esta extensión comprueba que la Base de datos es correcta. Algunas veces la " +"antigua Base de datos al hacer una migración no tiene algunos campos en la " +"tabla o los datos han sido cambiados." + +#: ../../extensions/db_status.php:58 +msgid "At the moment the checks is for MySQL/MariaDB." +msgstr "Por el momento las verificaciones son para MySQL / MariaDB" + +#: ../../extensions/db_status.php:63 +msgid "DB settings" +msgstr "Configuración BD" + +#: ../../extensions/db_status.php:67 +msgid "DB User with privileges" +msgstr "Usuario de BD con privilegios" + +#: ../../extensions/db_status.php:69 +msgid "DB Password for this user" +msgstr "Password BD para este usuario" + +#: ../../extensions/db_status.php:73 +msgid "DB Hostname" +msgstr "Nombre del host de la base de datos" + +#: ../../extensions/db_status.php:75 +msgid "DB Name (temporal for testing)" +msgstr "Nombre de la base de datos" + +#: ../../extensions/db_status.php:83 +msgid "Execute Test" +msgstr "Ejecutar la prueba" + +#: ../../extensions/db_status.php:110 +msgid "Unsuccessful connected to the DB" +msgstr "Conexión a la base de datos sin éxito" + +#: ../../extensions/db_status.php:117 +msgid "Unsuccessful created the testing DB" +msgstr "Creación de la BD testeada sin éxito" + +#: ../../extensions/db_status.php:128 +msgid "Unsuccessful installed tables into the testing DB" +msgstr "" +"Instalación de las tablas en la base de datos de prueba no ha tenido éxito" + +#: ../../extensions/db_status.php:139 +msgid "Unsuccessful installed enterprise tables into the testing DB" +msgstr "" +"Instalación de las tablas enterprise en la base de datos de prueba sin éxito" + +#: ../../extensions/db_status.php:190 +msgid "Successful the DB Pandora has all tables" +msgstr "La base de datos de Pandora tiene todas las tablas" + +#: ../../extensions/db_status.php:191 +#, php-format +msgid "" +"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" +msgstr "" +"Sin éxito, la base de datos de Pandora no tiene todas las tablas. Las tablas " +"perdidas son (%s)" + +#: ../../extensions/db_status.php:201 ../../extensions/db_status.php:258 +#: ../../extensions/db_status.php:278 ../../extensions/db_status.php:290 +#: ../../extensions/db_status.php:298 +msgid "You can execute this SQL query for to fix." +msgstr "Puede ejecutar esta consulta SQL para arreglarlo" + +#: ../../extensions/db_status.php:255 +#, php-format +msgid "Unsuccessful the table %s has not the field %s" +msgstr "Sin éxito, la tabla %s no tiene todos los campos %s" + +#: ../../extensions/db_status.php:275 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted the type with %s." +msgstr "" +"Sin éxito, los campos %s de la tabla %s debe tener establecidos el tipo con %" +"s" + +#: ../../extensions/db_status.php:286 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted the null values " +"with %s." +msgstr "" +"Sin éxito, el campo% s en la tabla % s debe establecer los valores nulos " +"con % s ." + +#: ../../extensions/db_status.php:308 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted the key as defined " +"in the SQL file." +msgstr "" +"Sin éxito, el campo% s en la tabla % s debe establecer la clave tal como se " +"define en el archivo SQL ." + +#: ../../extensions/db_status.php:311 +msgid "Please check the SQL file for to know the kind of key needed." +msgstr "" +"Por favor, consulte el archivo de SQL para conocer el tipo de clave " +"necesaria." + +#: ../../extensions/db_status.php:315 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted the default value " +"as %s." +msgstr "" +"Sin éxito, el campo% s en la tabla % s debe establecer el valor por defecto " +"como% s ." + +#: ../../extensions/db_status.php:318 +msgid "Please check the SQL file for to know the kind of default value needed." +msgstr "" +"Por favor, consulte el archivo de SQL para conocer el tipo de valor " +"predeterminado es necesario." + +#: ../../extensions/db_status.php:322 +#, php-format +msgid "" +"Unsuccessful the field %s in the table %s must be setted as defined in the " +"SQL file." +msgstr "" +"Sin éxito, el campo% s en la tabla % s debe establecese como se define en el " +"archivo SQL ." + +#: ../../extensions/db_status.php:325 +msgid "Please check the SQL file for to know the kind of extra config needed." +msgstr "" +"Por favor, comprueba el archivo SQL para conocer el tipo de configuración " +"adicional necesaria." + +#: ../../extensions/db_status.php:336 +msgid "Successful all the tables have the correct fields" +msgstr "Todas las tablas tienen los campos correctos" + +#: ../../extensions/agents_modules.php:120 +#: ../../include/functions_reports.php:580 +#: ../../include/graphs/functions_pchart.php:1137 +msgid "Agents/Modules" +msgstr "Agentes/Módulos" + +#: ../../extensions/agents_modules.php:187 +#: ../../include/functions_reporting.php:1546 +msgid "There are no agents with modules" +msgstr "No hay agentes con módulos" + +#: ../../extensions/agents_modules.php:212 +msgid "Previous modules" +msgstr "Módulos anteriores" + +#: ../../extensions/agents_modules.php:250 +msgid "More modules" +msgstr "Más modulos" + +#: ../../extensions/agents_modules.php:360 +#: ../../include/functions_reporting_html.php:946 +msgid "Orange cell when the module has fired alerts" +msgstr "Cuadro naranja cuando el módulo ha lanzado alertas." + +#: ../../extensions/agents_modules.php:361 +#: ../../include/functions_reporting_html.php:947 +msgid "Red cell when the module has a critical status" +msgstr "Cuadro rojo cuando el modulo está en estado crítico." + +#: ../../extensions/agents_modules.php:362 +#: ../../include/functions_reporting_html.php:948 +msgid "Yellow cell when the module has a warning status" +msgstr "Cuadro amarillo cuando el módulo está en estado Warning." + +#: ../../extensions/agents_modules.php:363 +#: ../../include/functions_reporting_html.php:949 +msgid "Green cell when the module has a normal status" +msgstr "Cuadro verde cuando el módulo está en estado normal." + +#: ../../extensions/agents_modules.php:364 +#: ../../include/functions_reporting_html.php:950 +msgid "Grey cell when the module has an unknown status" +msgstr "Cuadro gris cuando el módulo está en estado desconocido" + +#: ../../extensions/agents_modules.php:406 +msgid "Agents/Modules view" +msgstr "Vista de Agentes/Módulos" + +#: ../../extensions/api_checker.php:92 ../../extensions/api_checker.php:228 +msgid "API checker" +msgstr "Verificación API" + +#: ../../extensions/api_checker.php:104 +msgid "Pandora Console URL" +msgstr "Consola URL de Pandora FMS" + +#: ../../extensions/api_checker.php:109 +msgid "API Pass" +msgstr "Contraseña API" + +#: ../../extensions/api_checker.php:119 ../../general/login_page.php:141 +#: ../../general/login_page.php:165 +#: ../../enterprise/extensions/vmware/main.php:230 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:262 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:203 +#: ../../enterprise/godmode/agentes/inventory_manager.php:191 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:55 +#: ../../enterprise/godmode/servers/manage_export_form.php:101 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:326 +#: ../../enterprise/godmode/setup/setup_auth.php:76 +#: ../../enterprise/godmode/setup/setup_auth.php:108 +#: ../../enterprise/godmode/setup/setup_auth.php:140 +#: ../../enterprise/meta/general/login_page.php:75 +#: ../../enterprise/meta/general/login_page.php:95 +#: ../../enterprise/meta/include/functions_wizard_meta.php:402 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1311 +#: ../../enterprise/meta/include/functions_meta.php:859 +#: ../../enterprise/meta/include/functions_meta.php:912 +#: ../../enterprise/meta/include/functions_meta.php:965 +#: ../../enterprise/include/functions_setup.php:30 +#: ../../enterprise/include/functions_setup.php:59 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:264 +#: ../../godmode/agentes/module_manager_editor_wmi.php:57 +#: ../../godmode/massive/massive_edit_modules.php:520 +#: ../../godmode/users/configure_user.php:451 +#: ../../godmode/modules/manage_network_components_form_wmi.php:50 +#: ../../godmode/setup/setup_ehorus.php:79 +#: ../../include/functions_config.php:334 +#: ../../include/functions_config.php:345 +#: ../../include/functions_config.php:355 +#: ../../mobile/include/user.class.php:252 +msgid "Password" +msgstr "Contraseña" + +#: ../../extensions/api_checker.php:127 +msgid "Action (get or set)" +msgstr "Acción (obtener o introducir)" + +#: ../../extensions/api_checker.php:142 +msgid "ID 2" +msgstr "ID 2" + +#: ../../extensions/api_checker.php:147 +msgid "Return Type" +msgstr "Tipo de retorno" + +#: ../../extensions/api_checker.php:157 +msgid "Other Mode" +msgstr "Otro modo" + +#: ../../extensions/api_checker.php:165 +msgid "Raw URL" +msgstr "URL en crudo" + +#: ../../extensions/api_checker.php:171 +#: ../../enterprise/meta/include/functions_wizard_meta.php:829 +#: ../../enterprise/meta/include/functions_wizard_meta.php:914 +msgid "Credentials" +msgstr "Credenciales" + +#: ../../extensions/api_checker.php:176 +msgid "Call parameters" +msgstr "Parámetros de llamada" + +#: ../../extensions/api_checker.php:181 ../../extensions/api_checker.php:194 +msgid "Call" +msgstr "Llamada" + +#: ../../extensions/api_checker.php:188 +msgid "Custom URL" +msgstr "URL Personalizada:" + +#: ../../extensions/api_checker.php:200 ../../extensions/api_checker.php:207 +#: ../../include/functions_db.php:1513 +msgid "Result" +msgstr "Resultado" + +#: ../../extensions/api_checker.php:203 ../../extensions/api_checker.php:220 +msgid "Show URL" +msgstr "Mostrar URL" + +#: ../../extensions/api_checker.php:216 +msgid "Hide URL" +msgstr "Ocultar URL" + +#: ../../extensions/matrix_events.php:29 +msgid "Matrix events" +msgstr "Eventos Matrix" + +#: ../../extensions/system_info.php:174 ../../extensions/pandora_logs.php:33 +msgid "Cannot find file" +msgstr "Archivo no encontrado" + +#: ../../extensions/system_info.php:179 +msgid "Cannot read file" +msgstr "No se puede leer el archivo" + +#: ../../extensions/system_info.php:388 +msgid "No options selected" +msgstr "No se han seleccionado opciones" + +#: ../../extensions/system_info.php:391 +msgid "There was an error with the zip file" +msgstr "Ha habido un error con el fichero zip" + +#: ../../extensions/system_info.php:415 ../../extensions/system_info.php:808 +msgid "System Info" +msgstr "Información de Sistema" + +#: ../../extensions/system_info.php:418 +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 "" +"Esta extensión puede funcionar como un script PHP in una shell para extraer " +"más información, pero debe ser lanzado como root o a través de sudo. Por " +"ejemplo: sudo php /var/www/pandora_console/extensions/system_info.php -d -" +"s -c" + +#: ../../extensions/system_info.php:428 ../../extensions/system_info.php:431 +#: ../../extensions/system_info.php:504 +msgid "Pandora Diagnostic info" +msgstr "Información de diagnóstico de Pandora" + +#: ../../extensions/system_info.php:435 ../../extensions/system_info.php:438 +#: ../../extensions/system_info.php:510 +msgid "System info" +msgstr "Información de Sistema" + +#: ../../extensions/system_info.php:443 ../../extensions/system_info.php:446 +#: ../../extensions/system_info.php:514 +msgid "Log Info" +msgstr "Información de log" + +#: ../../extensions/system_info.php:449 ../../extensions/system_info.php:450 +msgid "Number lines of log" +msgstr "Número de líneas de log" + +#: ../../extensions/system_info.php:476 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 +msgid "Created" +msgstr "Creado" + +#: ../../extensions/system_info.php:481 ../../extensions/system_info.php:527 +#: ../../enterprise/extensions/ipam/ipam_network.php:140 +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +#: ../../enterprise/extensions/ipam/ipam_list.php:161 +#: ../../godmode/events/event_responses.editor.php:93 +msgid "Location" +msgstr "Ubicación" + +#: ../../extensions/system_info.php:495 +msgid "Generate file" +msgstr "Generar archivo" + +#: ../../extensions/system_info.php:548 +msgid "At least one option must be selected" +msgstr "Se debe seleccionar al menos una opción" + +#: ../../extensions/resource_registration.php:40 +#, php-format +msgid "Success add '%s' item in report '%s'." +msgstr "Éxito al añadir el objeto '%s' al informe '%s'." + +#: ../../extensions/resource_registration.php:41 +#, php-format +msgid "Error create '%s' item in report '%s'." +msgstr "Error al añadir el objeto '%s' al informe '%s'." + +#: ../../extensions/resource_registration.php:68 +#, php-format +msgid "Error create '%s' report, the name exist and there aren't free name." +msgstr "" +"Error al crear el informe '%s'. El nombre ya existe y no hay nombres " +"disponibles." + +#: ../../extensions/resource_registration.php:75 +#, php-format +msgid "Warning create '%s' report, the name exist, the report have a name %s." +msgstr "" +"Advertencia al crear el informe '%s'. El nombre ya existe y el informe tiene " +"el nombre %s." + +#: ../../extensions/resource_registration.php:82 +msgid "Error the report haven't name." +msgstr "Error. El informe no tiene un nombre." + +#: ../../extensions/resource_registration.php:88 +msgid "Error the report haven't group." +msgstr "Error. El informe no tiene un grupo asignado." + +#: ../../extensions/resource_registration.php:98 +#, php-format +msgid "Success create '%s' report." +msgstr "Éxito al crear el informe '%s'." + +#: ../../extensions/resource_registration.php:99 +#, php-format +msgid "Error create '%s' report." +msgstr "Error al crear el informe '%s'-" + +#: ../../extensions/resource_registration.php:327 +#: ../../extensions/resource_registration.php:348 +#: ../../extensions/resource_registration.php:358 +#, php-format +msgid "Success add '%s' content." +msgstr "Éxito al añadir el contenido '%s'." + +#: ../../extensions/resource_registration.php:328 +#: ../../extensions/resource_registration.php:349 +#: ../../extensions/resource_registration.php:359 +#: ../../enterprise/extensions/resource_registration/functions.php:478 +#, php-format +msgid "Error add '%s' action." +msgstr "Error al añadir la acción '%s'." + +#: ../../extensions/resource_registration.php:335 +#, php-format +msgid "Success add '%s' SLA." +msgstr "Éxito al añadir el SLA '%s'." + +#: ../../extensions/resource_registration.php:336 +#, php-format +msgid "Error add '%s' SLA." +msgstr "Error al añadir el SLA '%s'." + +#: ../../extensions/resource_registration.php:377 +#, php-format +msgid "Error create '%s' visual map, lost tag name." +msgstr "Error al crear el mapa visual '%s'. Falta el nombre de la etiqueta." + +#: ../../extensions/resource_registration.php:413 +#, php-format +msgid "" +"Error create '%s' visual map, the name exist and there aren't free name." +msgstr "" +"Error al crear el mapa visual '%s'. El nombre ya existe y no hay nombres " +"disponibles." + +#: ../../extensions/resource_registration.php:420 +#, php-format +msgid "" +"Warning create '%s' visual map, the name exist, the report have a name %s." +msgstr "" +"Advertencia al crear el mapa visual '%s'. El nombre ya existe y el informe " +"tiene el nombre %s." + +#: ../../extensions/resource_registration.php:428 +#, php-format +msgid "Success create '%s' visual map." +msgstr "Éxito al crear el mapa visual '%s'." + +#: ../../extensions/resource_registration.php:429 +#, php-format +msgid "Error create '%s' visual map." +msgstr "Error al crear el mapa visual '%s'." + +#: ../../extensions/resource_registration.php:535 +#, php-format +msgid "Success create item type '%d' visual map." +msgstr "Éxito al crear el objeto de tipo '%d' del mapa visual." + +#: ../../extensions/resource_registration.php:536 +#, php-format +msgid "Error create item type '%d' visual map." +msgstr "Error al crear el tipo de objeto '%d' del mapa visual." + +#: ../../extensions/resource_registration.php:554 +#: ../../extensions/resource_registration.php:569 +#, php-format +msgid "Success create item for agent '%s' visual map." +msgstr "Éxito al crear el objeto de agente '%s' del mapa visual." + +#: ../../extensions/resource_registration.php:555 +#: ../../extensions/resource_registration.php:570 +#, php-format +msgid "Error create item for agent '%s' visual map." +msgstr "Error al crear el objeto de agente '%s' del mapa visual." + +#: ../../extensions/resource_registration.php:792 +#, php-format +msgid "Success create '%s' component." +msgstr "Creado componente '%s' satisfactoriamente" + +#: ../../extensions/resource_registration.php:793 +#, php-format +msgid "Error create '%s' component." +msgstr "Hubo un problema al crear el componente '%s'" + +#: ../../extensions/resource_registration.php:849 +#: ../../extensions/resource_registration.php:889 +msgid "Resource registration" +msgstr "Registro del recurso" + +#: ../../extensions/resource_registration.php:852 +#: ../../enterprise/include/functions_policies.php:4086 +msgid "Error, please install the PHP libXML in the system." +msgstr "Error, por favor, installe la libreria PHP LibXML en el sistema." + +#: ../../extensions/resource_registration.php:858 +#, 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 "" +"Esta extensión hace el registro de una plantilla de recursos de forma fácil. " +"Puede subir una plantilla de recursos en el formato (.PTR), de Pandora FMS. " +"Por favor, consulte la documentación sobre como obtener y usar los recursos " +"de plantilla de Pandora FMS

Puede obtener más recursos en nuestra Libreria Pública de recursos." + +#: ../../extensions/resource_registration.php:872 +#: ../../enterprise/include/functions_policies.php:4102 +msgid "Group filter: " +msgstr "Filtrado por grupos: " + +#: ../../extensions/dbmanager.php:107 +msgid "Database interface" +msgstr "Interfaz de base de datos" + +#: ../../extensions/dbmanager.php:122 +msgid "Execute SQL" +msgstr "Ejecutar SQL" + +#: ../../extensions/dbmanager.php:166 +msgid "DB interface" +msgstr "Interfaz BBDD" + +#: ../../extensions/pandora_logs.php:39 +msgid "File is too large than PHP memory allocated in the system." +msgstr "El archivo supera la capacidad de la memoria PHP alojada en el sistema" + +#: ../../extensions/pandora_logs.php:40 +msgid "The preview file is imposible." +msgstr "No es posible previsualizar el archivo" + +#: ../../extensions/pandora_logs.php:44 +msgid "File is too large (> 500KB)" +msgstr "Archivo demasiado grande (>500KB)" + +#: ../../extensions/pandora_logs.php:72 +msgid "System logfile viewer" +msgstr "Visor de archivos de log del sistema" + +#: ../../extensions/pandora_logs.php:74 +msgid "" +"This tool is used just to view your Pandora FMS system logfiles directly " +"from console" +msgstr "" +"Esta herramienta se utiliza para ver los logfiles de sistema de Pandora FMS " +"directamente desde la consola" + +#: ../../extensions/pandora_logs.php:83 +msgid "System logfiles" +msgstr "Logs sistema" + +#: ../../extensions/vnc_view.php:25 +msgid "VNC Display (:0 by default)" +msgstr "VNC Display (: 0 por defecto)" + +#: ../../extensions/vnc_view.php:28 +msgid "Send" +msgstr "Enviar" + +#: ../../extensions/vnc_view.php:42 +msgid "VNC view" +msgstr "Vista VNC" + +#: ../../extensions/module_groups.php:39 +msgid "Number fired of alerts" +msgstr "Numero de alertas disparadas" + +#: ../../extensions/module_groups.php:46 +#: ../../enterprise/godmode/policies/policy_alerts.php:507 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 +#: ../../godmode/massive/massive_standby_alerts.php:148 +#: ../../godmode/massive/massive_add_alerts.php:174 +#: ../../godmode/massive/massive_enable_disable_alerts.php:148 +#: ../../godmode/massive/massive_delete_alerts.php:206 +msgid "Alert template" +msgstr "Plantilla de alertas" + +#: ../../extensions/module_groups.php:84 +#: ../../enterprise/operation/agentes/transactional_map.php:152 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:90 +#: ../../enterprise/operation/services/services.list.php:327 +#: ../../enterprise/extensions/backup/main.php:69 +#: ../../enterprise/extensions/ipam/ipam_ajax.php:261 +#: ../../enterprise/extensions/cron/main.php:193 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:171 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:245 +#: ../../enterprise/godmode/policies/policy_alerts.php:241 +#: ../../enterprise/godmode/agentes/collections.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:237 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:287 +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +#: ../../enterprise/godmode/setup/setup_skins.php:120 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:98 +#: ../../enterprise/meta/include/functions_alerts_meta.php:111 +#: ../../enterprise/meta/include/functions_alerts_meta.php:128 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1196 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1408 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1500 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1583 +#: ../../enterprise/include/functions_reporting_pdf.php:1043 +#: ../../enterprise/include/functions_reporting_pdf.php:1087 +#: ../../enterprise/include/functions_reporting_pdf.php:1132 +#: ../../godmode/agentes/modificar_agente.php:493 +#: ../../godmode/agentes/fields_manager.php:97 +#: ../../godmode/agentes/planned_downtime.editor.php:760 +#: ../../godmode/groups/group_list.php:338 +#: ../../godmode/category/category.php:111 +#: ../../godmode/alerts/alert_list.list.php:121 +#: ../../godmode/alerts/alert_list.list.php:410 +#: ../../godmode/alerts/alert_view.php:344 +#: ../../godmode/alerts/alert_list.builder.php:83 +#: ../../godmode/events/event_responses.list.php:57 ../../godmode/menu.php:157 +#: ../../godmode/tag/tag.php:205 ../../include/functions_treeview.php:329 +#: ../../include/functions_reporting_html.php:1376 +#: ../../include/functions_reporting_html.php:1414 +#: ../../include/functions_reporting_html.php:1450 +#: ../../include/functions_filemanager.php:583 +msgid "Actions" +msgstr "Acciones" + +#: ../../extensions/module_groups.php:168 +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:171 +msgid "" +"This table shows in columns the modules group and in rows agents group. The " +"cell shows all modules" +msgstr "" +"Esta tabla muestra en las columnas del grupo de los módulos y en hileras de " +"agentes de grupo. La celda muestra todos los módulos" + +#: ../../extensions/module_groups.php:297 +msgid "" +"Orange cell when the module group and agent have at least one alarm fired." +msgstr "" +"Celda de color naranja cuando el grupo y el agente del modulo tengan al " +"menos una alerta disparada." + +#: ../../extensions/module_groups.php:298 +msgid "" +"Red cell when the module group and agent have at least one module in " +"critical status and the others in any status" +msgstr "" +"Cuadro rojo 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:299 +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 "" +"Cuadro amarillo 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:300 +msgid "" +"Green cell when the module group and agent have all modules in OK status" +msgstr "" +"Cuadro verde cuando todos los grupos de modulos y los agentes estén en " +"estado OK." + +#: ../../extensions/module_groups.php:301 +msgid "" +"Grey cell when the module group and agent have at least one in unknown " +"status and the others in green status" +msgstr "" +"Cuadro gris cuando el grupo de módulos y el agente tienen al menos uno en " +"estado desconocido, todos los demás están en OK y no tiene ninguno en estado " +"critico o warning." + +#: ../../extensions/module_groups.php:302 +msgid "" +"Blue cell when the module group and agent have all modules in not init " +"status." +msgstr "" +"Azul cuando todos los módulos de todos los agentes del grupo tienen estado " +"no inicializado." + +#: ../../extensions/module_groups.php:307 +msgid "There are no defined groups or module groups" +msgstr "No hay grupos o grupos de módulos definidos." + +#: ../../general/login_help_dialog.php:39 +#: ../../enterprise/dashboard/widgets/example.php:37 +msgid "Welcome to Pandora FMS" +msgstr "Bienvenido a Pandora FMS" + +#: ../../general/login_help_dialog.php:42 +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 "" +"Si esta es tu primera vez con Pandora FMS, te proponemos unos enlaces para " +"aprender más sobre Pandora FMS. Monitorizar puede ser abrumador, pero tómate " +"tu tiempo para aprender como usar el potencial de Pandora FMS!" + +#: ../../general/login_help_dialog.php:51 +#: ../../general/login_help_dialog.php:53 +msgid "Online help" +msgstr "Ayuda en línea" + +#: ../../general/login_help_dialog.php:59 +#: ../../general/login_help_dialog.php:61 +msgid "Enterprise version" +msgstr "Versión Enterprise" + +#: ../../general/login_help_dialog.php:67 +#: ../../general/login_help_dialog.php:69 ../../general/login_page.php:84 #: ../../enterprise/meta/general/login_page.php:30 -#: ../../general/login_page.php:84 ../../general/login_help_dialog.php:67 -#: ../../general/login_help_dialog.php:69 msgid "Support" msgstr "Soporte" -#: ../../enterprise/meta/general/login_page.php:33 -msgid "Go to Pandora FMS Wiki" -msgstr "Ir a Wiki Pandora FMS" +#: ../../general/login_help_dialog.php:69 +msgid "Forums" +msgstr "Foros" -#: ../../enterprise/meta/general/login_page.php:35 -msgid "Pandora Support" -msgstr "Soporte de Pandora" +#: ../../general/login_help_dialog.php:75 +#: ../../general/login_help_dialog.php:77 +msgid "Documentation" +msgstr "Documentación" -#: ../../enterprise/meta/general/login_page.php:36 -#: ../../enterprise/godmode/modules/configure_local_component.php:431 -#: ../../include/functions_ui.php:1068 ../../godmode/servers/plugin.php:423 -#: ../../godmode/servers/recon_script.php:183 ../../general/login_page.php:82 -msgid "Help" -msgstr "Ayuda" +#: ../../general/login_help_dialog.php:86 +msgid "Click here to don't show again this message" +msgstr "Pinche aquí para no volver a ver este mensaje" -#: ../../enterprise/meta/general/login_page.php:76 -#: ../../mobile/include/user.class.php:250 ../../general/login_page.php:127 +#: ../../general/logon_ok.php:32 +msgid "Welcome to Pandora FMS Web Console" +msgstr "Bienvenido/a a la consola web de Pandora FMS" + +#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 +msgid "Pandora FMS Overview" +msgstr "Vista general de Pandora FMS" + +#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377 +msgid "News board" +msgstr "Noticias globales" + +#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382 +msgid "ago" +msgstr "hace" + +#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389 +msgid "by" +msgstr "por" + +#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 +msgid "This is your last activity in Pandora FMS console" +msgstr "Ésta es su última actividad en la consola de Pandora FMS" + +#: ../../general/ui/agents_list.php:127 +#: ../../enterprise/operation/policies/networkmap.policies.php:71 +#: ../../enterprise/extensions/vmware/vmware_view.php:1229 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:694 +msgid "No agents found" +msgstr "No se encontró ningún agente" + +#: ../../general/firts_task/transactional_list.php:21 +#, fuzzy +msgid "There are no transactions defined yet." +msgstr "No hay colecciones definidas todavía." + +#: ../../general/firts_task/transactional_list.php:25 +#, fuzzy +msgid "Transactions" +msgstr "Instrucciones" + +#: ../../general/firts_task/transactional_list.php:28 +#: ../../general/firts_task/transactional_list.php:31 +#, fuzzy +msgid "Create Transactions" +msgstr "Crear Acción" + +#: ../../general/firts_task/transactional_list.php:29 +#, fuzzy +msgid "Text." +msgstr "Texto" + +#: ../../general/firts_task/collections.php:21 +msgid "There are no collections defined yet." +msgstr "No hay colecciones definidas todavía." + +#: ../../general/firts_task/collections.php:25 +#: ../../enterprise/godmode/policies/policy_collections.php:29 +#: ../../enterprise/godmode/policies/policy_collections.php:173 +#: ../../enterprise/godmode/policies/policies.php:337 +#: ../../enterprise/godmode/agentes/collections.data.php:42 +#: ../../enterprise/godmode/agentes/collections.editor.php:50 +#: ../../enterprise/godmode/menu__.php:43 ../../enterprise/godmode/menu.php:56 +#: ../../enterprise/include/functions_policies.php:3285 +msgid "Collections" +msgstr "Colecciones" + +#: ../../general/firts_task/collections.php:28 +#: ../../general/firts_task/collections.php:37 +msgid "Create Collections" +msgstr "Crear colecciones" + +#: ../../general/firts_task/collections.php:29 +msgid "" +"A file collection is a group of files (e.g. scripts or executables) which " +"are \n" +"\t\tautomatically copied to a specific directory of the agent (under Windows " +"or UNIX). The file collections allow to be propagated\n" +"\t\t along with the policies in order to be used by a group of agents, using " +"a 'package' of scripts and modules which use them.\n" +"\t\tFirst we learn how to use the file collections in the agent's view, how " +"to conduct it manually, agent by agent, without using collections,\n" +"\t\t and how to do the same thing by using policies.Our first task is to " +"arrange a compilation of files. In order to do this, please go to the " +"agent's \n" +"\t\t administrator. Subsequently, we're going to see a 'sub option' called " +"'Collections'. Please click on it in order to create a new collection as we " +"can see on \n" +"\t\t the picture below. " +msgstr "" +"Una colección de archivos es un grupo de archivos (ej: scripts o ejecutable) " +"los cuales son \n" +"\t\t automáticamente copiados a un directorio específico del agente (bajo " +"Windows o UNIX). Las colecciones de archivos permiten ser propagadas\n" +"\t\t junto con las políticas con el fin de ser utilizado por un grupo de " +"agentes, utilizando un \"paquete\" de scripts y módulos que los utilizan.\n" +"\t\t lo primero nos enteramos de cómo utilizar las colecciones de archivos " +"en la vista del agente, cómo llevarla a cabo de forma manual, agente por " +"agente, sin necesidad de utilizar las colecciones,\n" +"\t\t y hacer lo mismo usando políticas. Nuestra primera tarea es organizar " +"una compilación de archivos. Para hacer esto, por favor vaya al " +"administrador \n" +"\t\t de agentes. Posteriormente, vamos a ver una 'sub opción' llamada " +"'Colecciones'. Por favor pinche en ella para crear una nueva colección como " +"puede ver en \n" +"\t\t la imagen de abajo. " + +#: ../../general/firts_task/service_list.php:21 +msgid "There are no services defined yet." +msgstr "No hay servicios definidos todavía." + +#: ../../general/firts_task/service_list.php:28 +#: ../../general/firts_task/service_list.php:36 +msgid "Create Services" +msgstr "Crear Servicios" + +#: ../../general/firts_task/service_list.php:29 +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 "" +"Un servicio es una forma de agrupar tus recursos de IT basados en sus " +"funcionalidades. \n" +"\t\t\t\t\tUn servicio podría ser por ejemplo tu página web, tu sistema CRM, " +"tu aplicación de soporte, o incluso tus impresoras.\n" +"\t\t\t\t\t Los servicios son grupos lógicos en los que puedes incluir hosts, " +"routers, switches, firewalls, CRMs, ERPs, páginas web y muchos otros " +"servicios. \n" +"\t\t\t\t\t Con el siguiente ejemplo, verás más claramente que es un " +"servicio:\n" +"\t\t\t\t\t\tUn fabricante de chips vende ordenadores por su página web por " +"todo el mundo. \n" +"\t\t\t\t\t\tSu empresa consiste en tres grandes departamentos: dirección, " +"tienda online y soporte." + +#: ../../general/firts_task/custom_fields.php:23 +#: ../../general/firts_task/fields_manager.php:21 +msgid "There are no custom fields defined yet." +msgstr "No hay campos personalizados definidos todavía." + +#: ../../general/firts_task/custom_fields.php:28 +msgid "Custom Fields" +msgstr "Campos Personalizados" + +#: ../../general/firts_task/custom_fields.php:31 +#: ../../general/firts_task/custom_fields.php:35 +msgid "Create Custom Fields" +msgstr "Crear Campos Personalizados" + +#: ../../general/firts_task/custom_fields.php:32 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t You're able to create custom fields by klicking on 'Administration' -> " +"'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Los campos personalizados son una manera fácil a la información del agente " +"personalizado.\n" +"\t \t Usted es capaz de crear campos personalizados haciendo click en " +"\"Administración\" -> \"Administrar monitoreo\" -> \"Administrar campos " +"personalizados\". " + +#: ../../general/firts_task/map_builder.php:24 +#: ../../godmode/reporting/map_builder.php:255 +msgid "There are no visual console defined yet." +msgstr "No hay consola visual definida todavía." + +#: ../../general/firts_task/map_builder.php:29 +#: ../../enterprise/meta/general/main_header.php:194 +#: ../../enterprise/include/functions_enterprise.php:292 +#: ../../godmode/reporting/map_builder.php:39 +msgid "Visual Console" +msgstr "Consola visual" + +#: ../../general/firts_task/map_builder.php:32 +#: ../../general/firts_task/map_builder.php:40 +msgid "Create Visual Console" +msgstr "Crear Consola Viual" + +#: ../../general/firts_task/map_builder.php:33 +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 permite crear mapas visuales en la que cada usuario es capaz de " +"crear su propio mapa de monitoreo.\n" +"\t \t \t El nuevo editor de consola visual es mucho más práctico, aunque el " +"antiguo editor de consola visual tenía sus ventajas.\n" +"\t \t \t Dentro de la nueva consola visual, hemos tenido éxito en imitar la " +"sensación y el tacto de una aplicación de dibujo como GIMP.\n" +"\t \t \t También hemos simplificado el editor de dividiéndolo en varias " +"pestañas en la materia llamados 'datos', 'Vista previa', \"mago\", \"Lista " +"de Elementos 'y' Editor '.\n" +"\t \t \t Los elementos de la Pandora FMS Visual Map fue diseñado para " +"manejar son \"imagen estática\", \"barra de porcentaje ',' gráfico del módulo" +"\" y \"Valor simple\". " + +#: ../../general/firts_task/custom_graphs.php:23 +msgid "There are no custom graphs defined yet." +msgstr "No hay gráficos personalizados definidos todavía." + +#: ../../general/firts_task/custom_graphs.php:28 +msgid "Custom Graphs" +msgstr "Gráficos Personalizados" + +#: ../../general/firts_task/custom_graphs.php:31 +#: ../../general/firts_task/custom_graphs.php:36 +msgid "Create Custom Graph" +msgstr "Crear Gráfico Personalizado" + +#: ../../general/firts_task/custom_graphs.php:32 +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 "" +"Los gráficos están diseñados para mostrar los datos recogidos por Pandora " +"FMS en una escala temporal definido por el usuario.\n" +"\t\t\t\tLas gráficas Pandora FMS muestran los datos en tiempo real. Ellos se " +"generan cada vez que el operador requiere cualquiera de ellos y mostrar el " +"estado actualizado.\n" +"\t \t \t \t Hay dos tipos de gráficos: gráficos automatizados del agente y " +"los gráficos la usuario personaliza mediante el uso de uno o más módulos " +"para hacerlo." + +#: ../../general/firts_task/network_map.php:23 +msgid "There are no network map defined yet." +msgstr "No hay más de red definidos todavía." + +#: ../../general/firts_task/network_map.php:30 +msgid "Network Map" +msgstr "Mapa de red" + +#: ../../general/firts_task/network_map.php:33 +#: ../../general/firts_task/network_map.php:49 +msgid "Create Network Map" +msgstr "Crear Mapa de Red" + +#: ../../general/firts_task/network_map.php:34 +msgid "" +"There is also an open-source version of the network map. \n" +"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes " +"and relationships, agents, modules and groups available to the user. \n" +"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" +"\t\t\t" +msgstr "" +"Existe también una versión open-source del mapa de red. \n" +"\t\t\t\t\t\t\t\tEsta funcionalidad permite visualizar gráficamente los nodos " +"y sus relaciones, agentes, módulos y grupos disponibles para el usuario. \n" +"\t\t\t\t\t\t\t\tHay tres tipos de mapas de red:\n" +"\t\t\t" + +#: ../../general/firts_task/network_map.php:38 +msgid "Topology Map" +msgstr "Mapa de topología" + +#: ../../general/firts_task/network_map.php:39 +msgid "Group Map" +msgstr "Mapa de gupo" + +#: ../../general/firts_task/network_map.php:40 +msgid "Radial Map (User without strict user)" +msgstr "Mapa radial (sin usuario estricto)" + +#: ../../general/firts_task/network_map.php:41 +msgid "Dinamic Map" +msgstr "Mapa dinámico" + +#: ../../general/firts_task/network_map.php:42 +msgid "Policy Map (Only Enterprise version)" +msgstr "Mapa de políticas (Solo versión Enterprise)" + +#: ../../general/firts_task/planned_downtime.php:21 +msgid "There are no planned downtime defined yet." +msgstr "No hay tiempo de inactividad planificado aún definido." + +#: ../../general/firts_task/planned_downtime.php:25 +#: ../../godmode/agentes/planned_downtime.list.php:54 +#: ../../godmode/agentes/planned_downtime.editor.php:43 +msgid "Planned Downtime" +msgstr "Parada de servicio planificada" + +#: ../../general/firts_task/planned_downtime.php:28 +#: ../../general/firts_task/planned_downtime.php:34 +msgid "Create Planned Downtime" +msgstr "Crear tiempo de inactividad planificado" + +#: ../../general/firts_task/planned_downtime.php:29 +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 contiene un sistema de tiempo de inactividad planificado. \n" +"\t\t\t\t\t\tEste sistema fue diseñado para desactivar las alertas en los " +"intervalos cada vez que hay tiempo de inactividad desactivando el agente.\n" +"\t\t\t\t\t\tSi un agente está desactivado, no recoge información. En el " +"tiempo de inactividad, los intervalos de inactividad no se tienen \n" +"\t\t\t\t\t\t en cuenta para la mayoría de las métricas o tipo de informes, " +"porque el agente no contiene datos en esos intervalos. " + +#: ../../general/firts_task/fields_manager.php:25 +msgid "Fields Manager" +msgstr "Gestor de ficheros" + +#: ../../general/firts_task/fields_manager.php:28 +msgid "Create Fields Manager" +msgstr "Gestor de creación de ficheros" + +#: ../../general/firts_task/fields_manager.php:29 +msgid "" +"Custom fields are an easy way to personalized agent's information.\n" +"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" +"> 'Manage monitoring' -> 'Manage custom fields'. " +msgstr "" +"Los campos personalizados son una forma fácil de personalizar la información " +"de los agentes " + +#: ../../general/firts_task/fields_manager.php:32 +msgid "Create Fields " +msgstr "Crear campos " + +#: ../../general/firts_task/tags.php:21 +msgid "There are no tags defined yet." +msgstr "No hay etiquetas definidas todavía." + +#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 +msgid "Create Tags" +msgstr "Crear tags" + +#: ../../general/firts_task/tags.php:29 +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 "" +"Desde la versión 5 y superior de Pandora FMS, el acceso a los módulo puede " +"ser configurado por etiquetas del sistema.\n" +"\t\t\t\t\t\t\t\tLas etiquetas son configuradas en el sistema y pueden ser " +"asignadas a los módulos elegidos. \n" +"\t\t\t\t\t\t\t\tDe esta manera, el acceso de los usuarios puede estar " +"limitado a módulos con ciertas etiquetas. " + +#: ../../general/firts_task/recon_view.php:21 +msgid "There are no recon task defined yet." +msgstr "No hay tarea definida recon todavía." + +#: ../../general/firts_task/recon_view.php:25 +#: ../../enterprise/extensions/ipam/ipam_editor.php:80 +#: ../../godmode/servers/manage_recontask_form.php:221 +#: ../../include/functions_servers.php:378 +msgid "Recon server" +msgstr "Servidor de exploración de red" + +#: ../../general/firts_task/recon_view.php:28 +#: ../../general/firts_task/recon_view.php:35 +msgid "Create Recon Task" +msgstr "Crear tarea de descubrimiento" + +#: ../../general/firts_task/recon_view.php:29 +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 "" +"La definición de la Tarea Recon de Pandora FMS es usada para encontrar " +"nuevos elementos en el mapa de red. \n" +"\t\t Si detecta algún elemento, lo añadirá a la monitorización, y si el " +"elemento ya estaba siendo monitorizado, entonces lo \n" +"\t\t ignorará o actualizará su información. Hay tres tipos de detección: " +"Basado en ICMP (pings), \n" +"\t\t SNMP (detectando la topología de las " +"redes y sus interfaces), y otro tipo personalizado. " +"\n" +"\t\t Puede definir su propio script recon personalizado." + +#: ../../general/firts_task/snmp_filters.php:21 +msgid "There are no SNMP filter defined yet." +msgstr "No hay filtro SNMP definido todavía." + +#: ../../general/firts_task/snmp_filters.php:25 +msgid "SNMP Filter" +msgstr "Filtro SNMP" + +#: ../../general/firts_task/snmp_filters.php:28 +#: ../../general/firts_task/snmp_filters.php:35 +msgid "Create SNMP Filter" +msgstr "Crear un filtro SNMP" + +#: ../../general/firts_task/snmp_filters.php:29 +msgid "" +"Some systems receive a high number of traps. \n" +"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " +"Pandora FMS versions 3.2 and above, \n" +"\t\t\t\tit's possible to filter the traps that the server obtains in order " +"to avoid straining the application unnecessarily.\n" +"\t\t\t\tIn order to define different filters, please go to 'Administration' -" +"> 'Manage SNMP Console' and 'SNMP Filters'. \n" +"\t\t\t\tOne trap which is going to run in conjunction with any of them - " +"just the ones for the server are going to get ruled out automatically. " +msgstr "" +"Algunos sistemas reciben un alto número de traps.\n" +"\t \t \t \t Sólo estamos interesados en el seguimiento de un pequeño " +"porcentaje de ellos. De las versiones de Pandora FMS 3.2 y superiores,\n" +"\t \t \t \t es posible filtrar las trampas que el servidor obtiene con el " +"fin de evitar forzar la aplicación innecesariamente.\n" +"\t \t \t \t Con el fin de definir diferentes filtros, por favor vaya a " +"\"Administración\" -> \"Administrar SNMP Console 'y' SNMP Filtros '.\n" +"\t \t \t \t Una trampa que se va a ejecutar en conjunto con cualquiera de " +"ellos - sólo los del servidor van a ser descartado automáticamente. " + +#: ../../general/firts_task/incidents.php:23 +msgid "There are no incidents defined yet." +msgstr "No hay incidentes definidos todavía." + +#: ../../general/firts_task/incidents.php:31 +#: ../../general/firts_task/incidents.php:40 +msgid "Create Incidents" +msgstr "Crear incidentes" + +#: ../../general/firts_task/incidents.php:32 +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 "" +"Además de los datos recibidos y procesados para monitorizar sistemas o " +"aplicaciones, \n" +"\t\t\ttambién está obligado a monitorizar posibles incidentes los cuales " +"podrían tener lugar en esos sistemas con el proceso de monitorización del " +"sistema.\n" +"\t\t\tPara ello, el equipo de Pandora FMS ha diseñado un gestor de " +"incidentes con el cual cualquier usuario es capaz de abrir incidentes, \n" +"\t\t\texplicando que ha sucedido en la red y actualizarlos con comentarios y " +"archivos en cualquier momento que sea necesario.\n" +"\t\t\tEste sistema permite a los usuarios trabajar como un equipo, junto con " +"diferentes roles y sistemas de work-flow que permite a un incidente ser \n" +"\t\t\tmovido de un grupo a otro, y que los miembros de los diferentes grupos " +"y personas puedan trabajar en el mismo incidente, compartiendo información y " +"archivos.\n" +"\t\t" + +#: ../../general/login_identification_wizard.php:142 +msgid "The Pandora FMS community wizard" +msgstr "" + +#: ../../general/login_identification_wizard.php:147 +msgid "Stay up to date with the Pandora FMS community" +msgstr "" + +#: ../../general/login_identification_wizard.php:151 +msgid "" +"When you subscribe to the Pandora FMS Update Manager service, you accept " +"that we register your Pandora instance as an identifier on the database " +"owned by 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 Update " +"Manager options" +msgstr "" + +#: ../../general/login_identification_wizard.php:152 +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 "" + +#: ../../general/login_identification_wizard.php:157 +#: ../../enterprise/godmode/alerts/alert_events.php:548 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 +#: ../../godmode/alerts/configure_alert_template.php:809 +msgid "Finish" +msgstr "Finalizar" + +#: ../../general/login_identification_wizard.php:161 +#, fuzzy +msgid "Return" +msgstr "Tipo de retorno" + +#: ../../general/login_identification_wizard.php:165 +#, fuzzy +msgid "Join the Pandora FMS community" +msgstr "Ir a la Web de Pandora FMS" + +#: ../../general/login_identification_wizard.php:172 +#, fuzzy +msgid "Required" +msgstr "Reservado" + +#: ../../general/login_identification_wizard.php:180 +#: ../../general/login_required.php:64 +#, fuzzy +msgid "Pandora FMS instance identification wizard" +msgstr "Edición de elementos de la metaconsola de Pandora FMS" + +#: ../../general/login_identification_wizard.php:182 +msgid "Do you want to continue without any registration" +msgstr "" + +#: ../../general/login_page.php:35 +msgid "Go to Pandora FMS Website" +msgstr "Ir a la Web de Pandora FMS" + +#: ../../general/login_page.php:40 +msgid "Go to Login" +msgstr "Ir a la pantalla de inicio" + +#: ../../general/login_page.php:82 +msgid "Docs" +msgstr "" + +#: ../../general/login_page.php:145 +#, fuzzy +msgid "Login as admin" +msgstr "Falló el inicio de sesión" + +#: ../../general/login_page.php:152 +#: ../../enterprise/meta/general/login_page.php:85 +msgid "Login with SAML" +msgstr "" + +#: ../../general/login_page.php:168 +#: ../../enterprise/meta/general/login_page.php:79 +#: ../../enterprise/meta/general/login_page.php:98 +#: ../../mobile/include/user.class.php:256 msgid "Login" msgstr "Iniciar sesión" -#: ../../enterprise/meta/general/login_page.php:82 -msgid "Monitor all your systems with a single tool" -msgstr "Controlar todos tus sistemas con una sola herramienta" +#: ../../general/login_page.php:174 +msgid "Logged out" +msgstr "Desconectado" -#: ../../enterprise/meta/general/login_page.php:90 -#: ../../general/login_page.php:181 -msgid "Build" -msgstr "Construcción" - -#: ../../enterprise/meta/general/login_page.php:94 -#: ../../enterprise/meta/general/login_page.php:103 -#: ../../general/login_page.php:194 -msgid "Login failed" -msgstr "Falló el inicio de sesión" - -#: ../../enterprise/meta/general/login_page.php:116 -msgid "Login off" -msgstr "Desconectar" - -#: ../../enterprise/meta/general/login_page.php:121 -#: ../../mobile/include/user.class.php:221 ../../general/login_page.php:133 +#: ../../general/login_page.php:176 +#: ../../enterprise/meta/general/login_page.php:144 +#: ../../mobile/include/user.class.php:221 msgid "" "Your session is over. Please close your browser window to close this Pandora " "session." @@ -8243,551 +10867,1684 @@ msgstr "" "Su sesión ha caducado. Cierre la ventana de su navegador web para cerrar " "esta sesión de Pandora FMS." -#: ../../enterprise/meta/general/login_page.php:147 +#: ../../general/login_page.php:186 ../../mobile/include/user.class.php:301 +#: ../../mobile/include/user.class.php:302 +msgid "Authenticator code" +msgstr "Código de autenticación" + +#: ../../general/login_page.php:192 ../../mobile/include/user.class.php:306 +msgid "Check code" +msgstr "Código de verificación" + +#: ../../general/login_page.php:200 +msgid "View details" +msgstr "Ver detalles" + +#: ../../general/login_page.php:224 +#: ../../enterprise/meta/general/login_page.php:113 +msgid "Build" +msgstr "Construcción" + +#: ../../general/login_page.php:237 +#: ../../enterprise/meta/general/login_page.php:117 +#: ../../enterprise/meta/general/login_page.php:126 +msgid "Login failed" +msgstr "Falló el inicio de sesión" + +#: ../../general/login_page.php:261 msgid "" -"In order to have the best user experience with Pandora FMS, we strongly " -"recommend to use" +"Pandora FMS frontend is built on advanced, modern technologies and does not " +"support old browsers." msgstr "" -"Para conseguir la mejor experiencia de usuario con Pandora FMS, le " -"recomendamos encarecidamente
usar" +"El interfaz Pandora FMS se basa en tecnologías avanzadas y modernas, y no " +"soporta los navegadores antiguos." -#: ../../enterprise/meta/general/login_page.php:148 +#: ../../general/login_page.php:262 msgid "" -"Mozilla Firefox or Google Chrome browsers." +"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 "" -"Mozilla Firefox o Google Chrome browsers." +"Le recomendamos que elija e instale un navegador moderno. Sólo tardará unos " +"minutos." -#: ../../enterprise/meta/event/custom_events.php:38 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:217 -#: ../../operation/menu.php:267 ../../godmode/users/configure_profile.php:298 -msgid "View events" -msgstr "Ver eventos" +#: ../../general/login_page.php:325 +msgid "Why is it recommended to upgrade the web browser?" +msgstr "¿Por qué le recomendamos que actualice su navegador?" -#: ../../enterprise/meta/event/custom_events.php:43 -#: ../../godmode/events/event_filter.php:173 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/netflow/nf_edit_form.php:182 -#: ../../godmode/netflow/nf_edit.php:167 -msgid "Create filter" -msgstr "Crear Filtro" +#: ../../general/login_page.php:330 +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 "" +"Los nuevos navegadores normalmente vienen con soporte para nuevas " +"tecnologías, aumentando la velocidad de las páginas web, mejores " +"herramientas de privacidad, etc. También resuelven temas de seguridad y " +"funcionalidad." -#: ../../enterprise/meta/event/custom_events.php:48 ../../godmode/menu.php:185 -#: ../../godmode/events/events.php:46 -msgid "Event responses" -msgstr "Respuestas de evento" +#: ../../general/login_page.php:339 +msgid "Continue despite this warning" +msgstr "Continúe a pesar de esta advertencia" -#: ../../enterprise/meta/event/custom_events.php:53 -#: ../../enterprise/meta/event/custom_events.php:58 -#: ../../enterprise/meta/event/custom_events.php:69 -#: ../../enterprise/meta/event/custom_events.php:83 -#: ../../include/functions_events.php:2043 -#: ../../operation/agentes/ver_agente.php:891 -#: ../../operation/agentes/ver_agente.php:1028 ../../godmode/menu.php:40 -#: ../../godmode/events/events.php:51 ../../godmode/events/events.php:56 -#: ../../godmode/events/events.php:67 -#: ../../godmode/agentes/agent_manager.php:433 -#: ../../godmode/massive/massive_edit_agents.php:439 -msgid "Custom fields" -msgstr "Campos personalizados" +#: ../../general/login_required.php:67 +msgid "" +"Please fill the following information in order to configure your Pandora FMS " +"instance successfully" +msgstr "" -#: ../../enterprise/meta/event/custom_events.php:73 -#: ../../include/ajax/events.php:305 ../../godmode/events/events.php:71 -msgid "Responses" -msgstr "Respuestas" +#: ../../general/login_required.php:81 +#: ../../enterprise/meta/advanced/metasetup.setup.php:119 +#: ../../enterprise/meta/include/functions_meta.php:358 +#: ../../godmode/setup/setup_general.php:52 +#: ../../include/functions_config.php:129 +msgid "Language code for Pandora" +msgstr "Código de idioma para Pandora FMS" -#: ../../enterprise/meta/event/custom_events.php:89 -msgid "The user is not in neither group with EW profile" -msgstr "El usuario no se encuentra en ninguno de los grupos con el perfil EW" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:148 +#: ../../godmode/setup/setup_general.php:191 +msgid "Africa" +msgstr "África" -#: ../../enterprise/meta/event/custom_events.php:129 -msgid "Succesful updated" -msgstr "Actualizado correctamente" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:149 +#: ../../godmode/setup/setup_general.php:191 +msgid "America" +msgstr "América" -#: ../../enterprise/meta/event/custom_events.php:130 -msgid "Unsucessful updated" -msgstr "Actualización fallida" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:150 +#: ../../godmode/setup/setup_general.php:191 +msgid "Antarctica" +msgstr "La Antártida" -#: ../../enterprise/meta/event/custom_events.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:313 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:341 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:425 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:93 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:114 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:152 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:101 -#: ../../enterprise/godmode/policies/policy_agents.php:226 -#: ../../enterprise/godmode/policies/policy_agents.php:234 -#: ../../operation/events/events_list.php:218 -#: ../../godmode/reporting/graph_builder.graph_editor.php:138 -msgid "Filter group" -msgstr "Filtrar grupo" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:151 +#: ../../godmode/setup/setup_general.php:191 +msgid "Arctic" +msgstr "Ártico" -#: ../../enterprise/meta/event/custom_events.php:154 -msgid "Fields" -msgstr "Campos" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:152 +#: ../../godmode/setup/setup_general.php:191 +msgid "Asia" +msgstr "Asia" -#: ../../enterprise/meta/event/custom_events.php:169 -#: ../../godmode/events/custom_events.php:181 -msgid "Fields available" -msgstr "Campos disponibles" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:153 +#: ../../godmode/setup/setup_general.php:191 +msgid "Atlantic" +msgstr "Atlántico" -#: ../../enterprise/meta/event/custom_events.php:171 -#: ../../godmode/events/custom_events.php:193 -msgid "Fields selected" -msgstr "Campos seleccionados" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:154 +#: ../../godmode/setup/setup_general.php:191 +msgid "Australia" +msgstr "Australia" -#: ../../enterprise/meta/event/custom_events.php:178 -#: ../../godmode/events/custom_events.php:185 -msgid "Add fields to select" -msgstr "Añadir campos para seleccionar" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:155 +#: ../../godmode/setup/setup_general.php:191 +msgid "Europe" +msgstr "Europa" -#: ../../enterprise/meta/event/custom_events.php:183 -#: ../../godmode/events/custom_events.php:189 -msgid "Delete fields to select" -msgstr "Eliminar campos para seleccionar" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:156 +#: ../../godmode/setup/setup_general.php:191 +msgid "Indian" +msgstr "Índico" -#: ../../enterprise/meta/event/custom_events.php:191 -#: ../../godmode/events/custom_events.php:131 -msgid "Show event fields" -msgstr "Mostrar campos de eventos" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:157 +#: ../../godmode/setup/setup_general.php:191 +msgid "Pacific" +msgstr "Pacífico" -#: ../../enterprise/meta/monitoring/group_view.php:33 -msgid "Group View" -msgstr "Vista de grupo" +#: ../../general/login_required.php:86 +#: ../../enterprise/meta/advanced/metasetup.setup.php:158 +#: ../../godmode/setup/setup_general.php:191 +msgid "UTC" +msgstr "UTC" -#: ../../enterprise/meta/monitoring/group_view.php:46 -#: ../../operation/menu.php:48 ../../operation/users/user_edit.php:294 -#: ../../operation/agentes/group_view.php:66 -msgid "Group view" -msgstr "Vista de grupo" +#: ../../general/login_required.php:106 +#: ../../enterprise/meta/advanced/metasetup.setup.php:177 +#: ../../enterprise/meta/include/functions_meta.php:408 +#: ../../godmode/setup/setup_general.php:211 +#: ../../include/functions_config.php:166 +msgid "Timezone setup" +msgstr "Zona horaria" -#: ../../enterprise/meta/monitoring/group_view.php:92 -msgid "Summary by status" -msgstr "Resumen por estados" +#: ../../general/login_required.php:107 +#: ../../godmode/setup/setup_general.php:212 +msgid "" +"Must have the same time zone as the system or database to avoid mismatches " +"of time." +msgstr "" +"Debe tener las mismas zonas horarias que el sistema o la base de datos para " +"evitar desajustes de tiempo" -#: ../../enterprise/meta/monitoring/group_view.php:100 -msgid "% Agents Unknown" -msgstr "% Monitores en desconocido" +#: ../../general/login_required.php:111 +#, fuzzy +msgid "E-mail for receiving alerts" +msgstr "Error al procesar la(s) alerta(s)" -#: ../../enterprise/meta/monitoring/group_view.php:101 -msgid "% Agents not init" -msgstr "% Agentes no iniciados" +#: ../../general/login_required.php:119 +#, fuzzy +msgid "Register" +msgstr "Registro plugin" -#: ../../enterprise/meta/monitoring/group_view.php:104 -msgid "% Monitors Critical" -msgstr "% Monitores en critico" +#: ../../general/login_required.php:122 +#, fuzzy +msgid "All fields required" +msgstr "No se han definido campos" -#: ../../enterprise/meta/monitoring/group_view.php:105 -msgid "% Monitors Warning" -msgstr "% Monitores en alarma" +#: ../../general/logon_failed.php:33 +msgid "" +"Either, your password or your login are incorrect. Please check your CAPS " +"LOCK key, username and password are case SeNSiTiVe.

All actions, " +"included failed login attempts are logged in Pandora FMS System logs, and " +"these can be reviewed by each user, please report to admin any incident or " +"malfunction." +msgstr "" +"La combinación usuario/contraseña es incorrecta. Verifique que no está " +"habilitado el Bloqueo de mayúsculas, los campos distinguen entre mayúsculas " +"y minúsculas.

Todas las acciones, incluidos los intentos fallidos de " +"acceso son guardados en el sistema de registro de sucesos de Pandora y " +"pueden ser revisados por cada usuario. Comunique al administrador cualquier " +"incidente o fallo." -#: ../../enterprise/meta/monitoring/group_view.php:106 -msgid "% Monitors OK" -msgstr "% Monitores en ok" +#: ../../general/alert_enterprise.php:93 +#, fuzzy +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 "" +"El acceso a esta página está restringido a usuarios autorizados solamente, " +"por favor póngase en contacto con el administrador del sistema si necesita " +"ayuda.

\n" +"\t\t\tPor favor, sepa que todos los intentos de acceso a esta página son " +"guardados en los registros de seguridad de la base de datos de Sistema de " +"Pandora" -#: ../../enterprise/meta/monitoring/group_view.php:107 -msgid "% Monitors Unknown" -msgstr "% Módulos desconocidos" +#: ../../general/alert_enterprise.php:104 +#, fuzzy +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 "" +"El nuevo cliente Update " +"Manager viene incorporado con Pandora FMS. Ayuda a los administradores " +"de sistema a actualizar su Pandora FMS de forma automática, ya que el Update " +"Manager realiza la tarea de obtener nuevos módulos, plugins y " +"funcionalidades (incluso migraciones completas a versiones posteriores) " +"automáticamente." -#: ../../enterprise/meta/monitoring/group_view.php:108 -msgid "% Monitors Not init" -msgstr "% Módulos no iniciados" +#: ../../general/alert_enterprise.php:107 +msgid "" +"OpenSource version updates are automated packages generated each week. " +"These updates come WITHOUT ANY warranty or support. If your system is " +"corrupted or a feature stops working properly, you will need to recover a " +"backup by yourself." +msgstr "" -#: ../../enterprise/meta/monitoring/group_view.php:140 -msgid "Group or Tag" -msgstr "Grupo o Etiqueta" +#: ../../general/alert_enterprise.php:110 +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 "" -#: ../../enterprise/meta/monitoring/group_view.php:141 -#: ../../enterprise/include/functions_inventory.php:322 -#: ../../enterprise/include/functions_reporting_pdf.php:660 -#: ../../enterprise/include/functions_reporting_pdf.php:675 -#: ../../enterprise/operation/agentes/agent_inventory.php:230 -#: ../../include/functions_reporting_html.php:1007 -#: ../../include/functions_reporting_html.php:1022 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/group_view.php:147 ../../operation/tree.php:273 -#: ../../godmode/db/db_event.php:61 ../../godmode/db/db_audit.php:80 -msgid "Total" -msgstr "Total" +#: ../../general/alert_enterprise.php:118 +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 "" +"El nuevo cliente Update " +"Manager viene incorporado con Pandora FMS. Ayuda a los administradores " +"de sistema a actualizar su Pandora FMS de forma automática, ya que el Update " +"Manager realiza la tarea de obtener nuevos módulos, plugins y " +"funcionalidades (incluso migraciones completas a versiones posteriores) " +"automáticamente." -#: ../../enterprise/meta/monitoring/group_view.php:143 -#: ../../enterprise/meta/monitoring/group_view.php:146 -#: ../../enterprise/meta/monitoring/tactical.php:263 -#: ../../enterprise/include/functions_reporting_pdf.php:680 -#: ../../mobile/operation/groups.php:110 ../../mobile/operation/groups.php:112 -#: ../../mobile/operation/modules.php:44 -#: ../../include/functions_graph.php:1820 -#: ../../include/functions_groups.php:782 -#: ../../include/functions_groups.php:784 -#: ../../include/functions_groups.php:786 -#: ../../include/functions_groups.php:787 -#: ../../include/functions_groups.php:788 -#: ../../include/functions_reporting_html.php:1032 -#: ../../operation/agentes/group_view.php:149 -#: ../../operation/agentes/estado_agente.php:187 -#: ../../operation/agentes/tactical.php:153 -#: ../../operation/agentes/status_monitor.php:423 ../../operation/tree.php:135 -#: ../../operation/tree.php:160 ../../operation/tree.php:298 -#: ../../godmode/massive/massive_delete_agents.php:118 -#: ../../godmode/massive/massive_delete_modules.php:458 -#: ../../godmode/massive/massive_copy_modules.php:82 -#: ../../godmode/massive/massive_copy_modules.php:195 -#: ../../godmode/massive/massive_edit_agents.php:219 -#: ../../godmode/massive/massive_edit_modules.php:318 -msgid "Not init" -msgstr "No inicializados" +#: ../../general/alert_enterprise.php:121 +msgid "" +"Update Manager is one of the most advanced features of Pandora FMS " +"Enterprise version, for more information visit http://pandorafms.com." +msgstr "" +"El Update Manager es una de las funcionalidades más avanzadas de la versión " +"Enterprise de Pandora FMS. Para más información visita http://pandorafms.com." -#: ../../enterprise/meta/monitoring/group_view.php:147 -#: ../../enterprise/meta/monitoring/tactical.php:261 -#: ../../enterprise/include/functions_services.php:1258 -#: ../../enterprise/include/functions_reporting_pdf.php:676 -#: ../../mobile/operation/groups.php:114 ../../mobile/operation/groups.php:116 -#: ../../mobile/operation/modules.php:39 ../../mobile/operation/agents.php:34 -#: ../../include/functions_graph.php:1816 -#: ../../include/functions_graph.php:2870 -#: ../../include/functions_graph.php:2871 -#: ../../include/functions_graph.php:4760 -#: ../../include/functions_groups.php:791 -#: ../../include/functions_groups.php:793 -#: ../../include/functions_groups.php:795 -#: ../../include/functions_groups.php:796 -#: ../../include/functions_groups.php:797 -#: ../../include/functions_groups.php:805 ../../include/functions.php:845 -#: ../../include/functions.php:1049 ../../include/functions.php:1056 -#: ../../include/functions.php:1086 -#: ../../include/functions_reporting_html.php:1024 -#: ../../include/functions_events.php:1471 -#: ../../operation/agentes/estado_monitores.php:425 -#: ../../operation/agentes/group_view.php:152 -#: ../../operation/agentes/estado_agente.php:182 -#: ../../operation/agentes/tactical.php:151 -#: ../../operation/agentes/status_monitor.php:418 -#: ../../operation/netflow/nf_live_view.php:304 ../../operation/tree.php:131 -#: ../../operation/tree.php:156 ../../operation/tree.php:303 -#: ../../godmode/netflow/nf_edit_form.php:207 -#: ../../godmode/massive/massive_delete_agents.php:113 -#: ../../godmode/massive/massive_delete_modules.php:453 -#: ../../godmode/massive/massive_copy_modules.php:77 -#: ../../godmode/massive/massive_copy_modules.php:190 -#: ../../godmode/massive/massive_edit_agents.php:214 -#: ../../godmode/massive/massive_edit_modules.php:313 -msgid "Normal" -msgstr "Normal" +#: ../../general/alert_enterprise.php:124 +#, fuzzy +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 envía información anónima sobre el uso de Pandora FMS (número " +"de agentes y módulos que se están ejecutando). Para desactivar esta opción, " +"elimine la dirección del servidor remoto del setup del plugin del Update " +"Manager." -#: ../../enterprise/meta/monitoring/tactical.php:37 -msgid "Tactical View" -msgstr "Vista táctica" +#: ../../general/alert_enterprise.php:131 +msgid "" +"The community version doesn't have the ability to define your own library of " +"local modules, or distribute it to remote agents. You need to make those " +"changes individually on each agent which is possible by using external tools " +"and time and effort. Nor can it distribute local plugins, or have access to " +"the library of enterprise plugins to monitor applications such as VMWare, " +"RHEV or Informix between others. The Enterprise version will have all this, " +"plus the ability to distribute and manage your own local modules on your " +"systems, individually or through policies.\n" +"

pandorafms.com" +msgstr "" -#: ../../enterprise/meta/monitoring/tactical.php:301 -msgid "Report of events" -msgstr "Informe de eventos" +#: ../../general/alert_enterprise.php:138 +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 "" -#: ../../enterprise/meta/monitoring/tactical.php:306 -msgid "Info of state in events" -msgstr "Información de estado en eventos" +#: ../../general/alert_enterprise.php:141 +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 "" -#: ../../enterprise/meta/monitoring/tactical.php:322 -msgid "More events" -msgstr "Más eventos" +#: ../../general/alert_enterprise.php:144 +msgid "These options are only effective on the Enterprise version." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 -#: ../../enterprise/godmode/alerts/alert_events.php:552 -#: ../../godmode/alerts/configure_alert_template.php:781 -#: ../../godmode/alerts/configure_alert_template.php:785 -msgid "Next" -msgstr "Siguiente" +#: ../../general/alert_enterprise.php:147 +msgid "" +"WARNING: You are just one click away from an automated update. This may " +"result in a damaged system, including loss of data and operativity. Check " +"you have a recent backup. OpenSource updates are automatically created " +"packages, and there is no WARRANTY or SUPPORT. If you need professional " +"support and warranty, please upgrade to Enterprise Version." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:91 -#: ../../enterprise/godmode/alerts/alert_events.php:548 -#: ../../godmode/alerts/configure_alert_template.php:774 -msgid "Finish" -msgstr "Finalizar" +#: ../../general/alert_enterprise.php:150 +msgid "" +"This system is heavily loaded. OpenSource version could get a lot more " +"agents but fine tuning requires knowledge and time. Checkout the Enterprise " +"Version for a professional supported system." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 -msgid "The alert you are trying to add is already in the list of alerts" -msgstr "La alerta que está intentando añadir está ya en la lista de alertas" +#: ../../general/alert_enterprise.php:153 +msgid "" +"This system has too many modules per agent. OpenSource version could manage " +"thousands of modules, but is not recommended to have more than 40 modules " +"per agent. This configuration has B/A modules per agent. Checkout the " +"Enterprise Version for a professional supported system." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 -#: ../../include/functions_events.php:1716 -msgid "New" -msgstr "Nuevo" +#: ../../general/alert_enterprise.php:156 +msgid "" +"Too much remote modules has been detected on this system. OpenSource version " +"could manage thousands of modules, but performance is limited on high amount " +"of SNMP or ICMP request. Checkout the Enterprise Version for a professional " +"supported system with improved capacity on network monitoring, including " +"distributed servers." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 -msgid "Please, select a module" -msgstr "Por favor, seleccione un módulo" +#: ../../general/alert_enterprise.php:159 +msgid "" +"This system has too much events in the database. Checkout database purge " +"options. Checkout the Enterprise Version for a professional supported system." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 -msgid "Please, select an alert" -msgstr "Por favor, seleccione una alerta" +#: ../../general/alert_enterprise.php:162 +msgid "" +"You have defined a high number of alerts, this may cause you performance " +"problems in the future. In the Enterprise version, you can use event " +"correlation alerts to simplify the alerting system and have easier " +"administration and increased performance." +msgstr "" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 -msgid "Please, select an agent" -msgstr "Por favor, seleccione un agente" +#: ../../general/noaccess2.php:18 ../../general/noaccess2.php:21 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:13 +#: ../../enterprise/meta/general/noaccess.php:24 +#: ../../mobile/operation/module_graph.php:269 +#: ../../mobile/operation/tactical.php:71 +#: ../../mobile/operation/visualmaps.php:83 +#: ../../mobile/operation/modules.php:173 +#: ../../mobile/operation/alerts.php:141 ../../mobile/operation/agents.php:145 +#: ../../mobile/operation/visualmap.php:65 +#: ../../mobile/operation/networkmaps.php:99 +#: ../../mobile/operation/agent.php:66 ../../mobile/operation/events.php:430 +#: ../../mobile/operation/groups.php:53 +#: ../../mobile/operation/networkmap.php:78 ../../mobile/index.php:240 +msgid "You don't have access to this page" +msgstr "No tiene permiso para acceder a esta página" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:106 -#: ../../enterprise/operation/log/log_viewer.php:238 -#: ../../enterprise/operation/log/log_viewer.php:244 -#: ../../enterprise/godmode/policies/policy_modules.php:1125 -#: ../../extensions/system_info.php:495 -#: ../../operation/reporting/reporting_viewer.php:237 -#: ../../godmode/massive/massive_copy_modules.php:164 -#: ../../general/ui/agents_list.php:121 -msgid "Loading" -msgstr "Cargando" +#: ../../general/noaccess2.php:26 +msgid "Access to this page is restricted" +msgstr "El acceso a esta página es restringido" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 -msgid "String" -msgstr "Cadena" +#: ../../general/noaccess2.php:31 +#: ../../enterprise/meta/general/metaconsole_no_activated.php:21 +#: ../../enterprise/meta/general/noaccess.php:28 +msgid "No access" +msgstr "Acceso denegado" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 -#: ../../godmode/agentes/configurar_agente.php:181 -#: ../../godmode/agentes/configurar_agente.php:704 -msgid "No agent name specified" -msgstr "No se especificó el nombre del agente" +#: ../../general/noaccess2.php:36 +msgid "" +"Access to this page is restricted to authorized users only, please contact " +"system administrator if you need assistance.

\n" +"\t\t\tPlease know that all attempts to access this page are recorded in " +"security logs of Pandora System Database" +msgstr "" +"El acceso a esta página está restringido a usuarios autorizados solamente, " +"por favor póngase en contacto con el administrador del sistema si necesita " +"ayuda.

\n" +"\t\t\tPor favor, sepa que todos los intentos de acceso a esta página son " +"guardados en los registros de seguridad de la base de datos de Sistema de " +"Pandora" -#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 -msgid "Another agent already exists with the same name" -msgstr "Ya hay otro agente con ese nombre" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 -#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 -#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 -msgid "Can't connect to Pandora FMS instance" -msgstr "No se puede conectar a la instancia de Pandora FMS" - -#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 -#: ../../godmode/agentes/module_manager_editor_common.php:338 -#: ../../godmode/agentes/module_manager_editor_common.php:341 +#: ../../general/footer.php:30 ../../mobile/include/ui.class.php:257 +#: ../../mobile/include/functions_web.php:81 #, php-format -msgid "Agent interval x %s" -msgstr "Intervalo del agente x %s" +msgid "Pandora FMS %s - Build %s" +msgstr "Pandora FMS %s - Revisión %s" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:199 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:75 -#: ../../operation/snmpconsole/snmp_view.php:572 -#: ../../operation/snmpconsole/snmp_statistics.php:151 -#: ../../operation/agentes/estado_agente.php:573 -#: ../../godmode/agentes/modificar_agente.php:580 -msgid "Create agent" -msgstr "Crear agente" +#: ../../general/footer.php:32 ../../enterprise/meta/general/footer.php:27 +msgid "Page generated at" +msgstr "Página generada en" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 -#: ../../godmode/menu.php:33 -msgid "Manage agents" -msgstr "Gestionar agentes" +#: ../../general/shortcut_bar.php:165 +msgid "Press here to activate shortcut bar" +msgstr "Haga click aquí para activar la barra de acesso directo" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 -msgid "Select the agent to be edited or deleted" -msgstr "Seleccionar el agente que quiera editar o eliminar" +#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 +#: ../../include/functions_reporting_html.php:2777 +#: ../../include/functions_reporting_html.php:2794 +msgid "Critical events" +msgstr "Eventos en estado \"crítico\"" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 -#: ../../mobile/operation/groups.php:67 ../../mobile/operation/agent.php:100 -#: ../../mobile/operation/networkmaps.php:116 -#: ../../mobile/operation/module_graph.php:370 -#: ../../mobile/operation/module_graph.php:379 -#: ../../mobile/operation/modules.php:190 -#: ../../mobile/operation/tactical.php:85 -#: ../../mobile/operation/networkmap.php:98 -#: ../../mobile/operation/alerts.php:158 -#: ../../mobile/operation/visualmap.php:103 -#: ../../mobile/operation/events.php:563 -#: ../../mobile/operation/visualmaps.php:100 -#: ../../mobile/operation/agents.php:162 -msgid "Back" -msgstr "Atrás" +#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 +msgid "Incidents opened" +msgstr "Incidentes abiertos" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 -msgid "Create module" -msgstr "Crear módulo" +#: ../../general/shortcut_bar.php:217 +#: ../../godmode/users/configure_profile.php:290 +msgid "View reports" +msgstr "Ver informaes" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 -msgid "Manage modules" -msgstr "Gestionar módulos" +#: ../../general/shortcut_bar.php:222 +msgid "Create new message" +msgstr "Crear un nuevo mensaje" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 -msgid "Select the agent where the module will be created" -msgstr "Seleccione el agente donde crear el modulo" +#: ../../general/links_menu.php:20 ../../godmode/menu.php:299 +#: ../../godmode/menu.php:409 +msgid "Links" +msgstr "Enlaces" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 -msgid "Create Module" -msgstr "Crear módulo" +#: ../../general/header.php:75 +msgid "Blank characters are used as AND conditions" +msgstr "Los espacios serán usados para una condicion \"AND\"" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 -msgid "Select the module to be edited or deleted" -msgstr "Seleccione el módulo para editar o borrar" +#: ../../general/header.php:90 ../../general/header.php:92 +msgid "Enter keywords to search" +msgstr "Introduzca palabras clave para buscar" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 -#: ../../godmode/snmpconsole/snmp_alert.php:76 -msgid "Create alert" -msgstr "Crear alerta" +#: ../../general/header.php:114 ../../general/header.php:122 +#: ../../enterprise/meta/general/main_header.php:360 +#: ../../enterprise/meta/general/main_header.php:368 +msgid "All systems" +msgstr "Todos los sistemas" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 -#: ../../godmode/users/configure_profile.php:280 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/alerts/alert_list.php:300 -msgid "Manage alerts" -msgstr "Gestionar alertas" +#: ../../general/header.php:114 +#: ../../enterprise/meta/general/main_header.php:360 +msgid "Down" +msgstr "Caído(s)" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 -msgid "Select the module where the alert will be created" -msgstr "Seleccione el módulo donde se creará la alerta" +#: ../../general/header.php:118 +#: ../../enterprise/meta/general/main_header.php:364 +msgid "servers down" +msgstr "servidor(es) caído(s)" -#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 -msgid "Select the alert to be edited or deleted" -msgstr "Seleccione la alerta que quiere editar o eliminar" +#: ../../general/header.php:122 +#: ../../enterprise/meta/general/main_header.php:368 +msgid "Ready" +msgstr "Listos" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:290 -#: ../../include/functions_reports.php:631 -#: ../../include/functions_reports.php:633 ../../godmode/menu.php:92 -#: ../../godmode/agentes/planned_downtime.list.php:394 -#: ../../godmode/setup/setup.php:130 -msgid "Configuration" -msgstr "Configuración" +#: ../../general/header.php:142 ../../general/header.php:143 +msgid "QR Code of the page" +msgstr "Código QR de la página" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 -msgid "Advanced configuration" -msgstr "Configuración avanzada" +#: ../../general/header.php:169 ../../general/header.php:170 +#: ../../include/functions_clippy.php:128 +msgid "Pandora FMS assistant" +msgstr "Asistente de Pandora FMS" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 -#: ../../include/functions_graph.php:791 -#: ../../include/functions_graph.php:3606 -msgid "Previous" -msgstr "Anterior" +#: ../../general/header.php:195 +#: ../../enterprise/meta/general/main_header.php:393 +msgid "Configure autorefresh" +msgstr "Configurar autorresfresco" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 -msgid "Invalid characters founded in module name" -msgstr "Se han encontrado caracteres inválidos en el nombre del módulo" +#: ../../general/header.php:222 +#: ../../enterprise/meta/general/main_header.php:410 +#: ../../enterprise/meta/general/main_header.php:420 +msgid "Disabled autorefresh" +msgstr "Autorrefresco deshabilitado" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 -#: ../../mobile/include/functions_web.php:23 -#: ../../include/functions_reporting_html.php:2195 -#: ../../include/functions_reporting_html.php:2335 -msgid "Monitor" -msgstr "Monitor" +#: ../../general/header.php:243 +msgid "System alerts detected - Please fix as soon as possible" +msgstr "Alertas del sistema detectadas - Por favor corregir lo antes posible" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 -msgid "Web check" -msgstr "Comprobación web" +#: ../../general/header.php:258 +#, php-format +msgid "You have %d warning(s)" +msgstr "Tiene %d advertencia(s)" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 -msgid "Module description" -msgstr "Descripción del módulo" +#: ../../general/header.php:269 +msgid "There are not warnings" +msgstr "No hay advertencias" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 -msgid "Step by step wizard" -msgstr "Wizard paso a paso" +#: ../../general/header.php:280 +#: ../../enterprise/meta/general/main_header.php:378 +#: ../../mobile/operation/home.php:118 ../../mobile/include/ui.class.php:175 +#: ../../mobile/include/functions_web.php:33 +#: ../../mobile/include/user.class.php:286 +msgid "Logout" +msgstr "Salir" -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 -#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 -msgid "Click Create to continue" -msgstr "haga clic en Crear para continuar" +#: ../../general/header.php:296 +msgid "New chat message" +msgstr "Nuevo mensaje del chat" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 -msgid "Please, set a name" -msgstr "Por favor, introduzca un nombre" +#: ../../general/header.php:305 +msgid "Message overview" +msgstr "Vista general de mensajes" -#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 -msgid "Please, set an interval" -msgstr "Por favor, introduzca un intervalo" +#: ../../general/header.php:306 +#, php-format +msgid "You have %d unread message(s)" +msgstr "Tiene %d mensaje(s) sin leer" -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 -msgid "Edit agent" -msgstr "Editar agente" +#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 +#: ../../general/pandora_help.php:95 +msgid "Pandora FMS help system" +msgstr "Sistema de ayuda de Pandora FMS" -#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 -#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 -msgid "Please, set a valid IP address" -msgstr "Por favor, introduzca una dirección IP válida" +#: ../../general/pandora_help.php:73 +msgid "Help system error" +msgstr "Error del sistema de ayuda" -#: ../../enterprise/extensions/translate_string.php:165 -#: ../../enterprise/extensions/translate_string.php:326 -msgid "Translate string" +#: ../../general/pandora_help.php:78 +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 "" +"El sistema de ayuda de Pandora FMS ha sido invocado con una referencia que " +"no existe actualmente. No hay contenido que mostrar." + +#: ../../enterprise/operation/policies/networkmap.policies.php:70 +#: ../../enterprise/operation/policies/networkmap.policies.php:119 +#: ../../enterprise/operation/policies/networkmap.policies.php:133 +#: ../../enterprise/extensions/vmware/vmware_view.php:1228 +#: ../../enterprise/extensions/vmware/vmware_view.php:1260 +#: ../../enterprise/extensions/vmware/vmware_view.php:1276 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:692 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:749 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:770 +#: ../../mobile/operation/networkmap.php:222 +#: ../../mobile/operation/networkmap.php:234 +msgid "Map could not be generated" +msgstr "El mapa no pudo ser generado" + +#: ../../enterprise/operation/reporting/custom_reporting.php:17 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 +msgid "PDF" +msgstr "PDF" + +#: ../../enterprise/operation/reporting/custom_reporting.php:19 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:292 +msgid "JSON" +msgstr "JSON" + +#: ../../enterprise/operation/reporting/custom_reporting.php:22 +msgid "" +"All the items are not available in CSV, only the previous versions ones." +msgstr "Todos los ítems no están disponibles en CSV, solo en la versión previa" + +#: ../../enterprise/operation/reporting/custom_reporting.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:346 +msgid "Export to PDF" +msgstr "Exportar a PDF" + +#: ../../enterprise/operation/reporting/custom_reporting.php:53 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:348 +msgid "Export to JSON" +msgstr "Exportar a JSON" + +#: ../../enterprise/operation/reporting/custom_reporting.php:58 +#: ../../enterprise/operation/log/log_viewer.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:350 +#: ../../godmode/agentes/planned_downtime.list.php:508 +#: ../../godmode/modules/manage_network_templates.php:216 +#: ../../include/graphs/functions_flot.php:243 +msgid "Export to CSV" +msgstr "Exportar a CSV" + +#: ../../enterprise/operation/reporting/custom_reporting.php:61 +#: ../../enterprise/operation/reporting/custom_reporting.php:84 +msgid "Send by email" +msgstr "Enviar por correo-e" + +#: ../../enterprise/operation/reporting/custom_reporting.php:69 +msgid "ID Report" +msgstr "ID Informe" + +#: ../../enterprise/operation/reporting/custom_reporting.php:108 +msgid "Send by email " +msgstr "Enviar por correo-e " + +#: ../../enterprise/operation/agentes/agent_inventory.php:56 +msgid "This agent has not modules inventory" +msgstr "Este agente no tiene módulos de inventario" + +#: ../../enterprise/operation/agentes/agent_inventory.php:160 +#: ../../enterprise/operation/agentes/agent_inventory.php:161 +msgid "Diff view" +msgstr "Vista de diferencia" + +#: ../../enterprise/operation/agentes/agent_inventory.php:242 +#: ../../enterprise/operation/inventory/inventory.php:253 +#: ../../enterprise/operation/log/log_viewer.php:428 +#: ../../godmode/reporting/reporting_builder.php:727 +#: ../../include/functions_reporting.php:1493 +msgid "No data found." +msgstr "No se encontraron datos." + +#: ../../enterprise/operation/agentes/collection_view.php:47 +#: ../../enterprise/godmode/agentes/collection_manager.php:37 +msgid "This agent have not a remote configuration, please set it." +msgstr "Este agente no se ha configurado remotamente, por favor, configúrelo" + +#: ../../enterprise/operation/agentes/collection_view.php:54 +msgid "No collection assigned to this agent" +msgstr "No se ha asignado ninguna colección a este agente" + +#: ../../enterprise/operation/agentes/collection_view.php:64 +#: ../../enterprise/operation/agentes/policy_view.php:132 +#: ../../enterprise/godmode/agentes/collection_manager.php:164 +msgid "Dir" +msgstr "Dir" + +#: ../../enterprise/operation/agentes/collection_view.php:90 +#: ../../enterprise/operation/agentes/policy_view.php:154 +#: ../../enterprise/godmode/agentes/collection_manager.php:121 +#: ../../enterprise/godmode/agentes/collection_manager.php:204 +msgid "Show files" +msgstr "Mostrar archivos" + +#: ../../enterprise/operation/agentes/collection_view.php:101 +#: ../../enterprise/operation/agentes/policy_view.php:164 +#: ../../enterprise/godmode/policies/policy_collections.php:161 +#: ../../enterprise/godmode/policies/policy_collections.php:213 +msgid "Outdate" +msgstr "Obsoleto" + +#: ../../enterprise/operation/agentes/collection_view.php:105 +#: ../../enterprise/operation/agentes/collection_view.php:106 +#: ../../enterprise/godmode/agentes/collections.php:222 +#: ../../enterprise/godmode/agentes/collections.php:223 +#: ../../enterprise/godmode/agentes/collections.data.php:344 +#: ../../enterprise/godmode/agentes/collections.data.php:345 +#: ../../enterprise/godmode/agentes/collection_manager.php:144 +#: ../../enterprise/godmode/agentes/collection_manager.php:145 +#: ../../enterprise/godmode/agentes/collection_manager.php:229 +#: ../../enterprise/godmode/agentes/collection_manager.php:230 +msgid "The collection directory does not exist." +msgstr "El directorio donde se guardan las colecciones no existe." + +#: ../../enterprise/operation/agentes/manage_transmap.php:27 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:66 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:181 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:236 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:32 +#, fuzzy +msgid "Transactions List" msgstr "Traducir cadena" -#: ../../enterprise/extensions/csv_import.php:27 -msgid "CSV import" -msgstr "Importar CSV" +#: ../../enterprise/operation/agentes/manage_transmap.php:34 +msgid "Transactional Map - " +msgstr "" -#: ../../enterprise/extensions/ipam.php:159 -#: ../../enterprise/extensions/ipam.php:298 -#: ../../extensions/files_repo.php:110 ../../extensions/files_repo.php:192 -msgid "Operation view" -msgstr "Vista de operación" +#: ../../enterprise/operation/agentes/manage_transmap.php:38 +#, fuzzy +msgid "Not found transaction." +msgstr "Contenido no encontrado" + +#: ../../enterprise/operation/agentes/policy_view.php:37 +msgid "This agent has no policy assigned" +msgstr "Este agente no tiene ninguna política asignada" + +#: ../../enterprise/operation/agentes/policy_view.php:50 +#: ../../enterprise/godmode/policies/policy_agents.php:382 +msgid "Last application" +msgstr "Última aplicación" + +#: ../../enterprise/operation/agentes/policy_view.php:51 +#: ../../include/functions_events.php:881 +msgid "V." +msgstr "V." + +#: ../../enterprise/operation/agentes/policy_view.php:62 +#: ../../enterprise/godmode/policies/policy_agents.php:488 +msgid "Policy applied" +msgstr "Política aplicada" + +#: ../../enterprise/operation/agentes/policy_view.php:65 +msgid "Policy outdate" +msgstr "Política obsoleta" + +#: ../../enterprise/operation/agentes/policy_view.php:130 +#: ../../enterprise/operation/agentes/policy_view.php:137 +msgid "Toggle the collection table" +msgstr "Cambiar la tabla de la colección" + +#: ../../enterprise/operation/agentes/policy_view.php:133 +msgid "Descripttion" +msgstr "Descripción" + +#: ../../enterprise/operation/agentes/policy_view.php:138 +msgid "Show Collection" +msgstr "Mostrar colecciones" + +#: ../../enterprise/operation/agentes/policy_view.php:146 +#: ../../enterprise/operation/agentes/policy_view.php:210 +#: ../../enterprise/operation/agentes/policy_view.php:442 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:96 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:464 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:744 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:951 +#: ../../godmode/alerts/alert_list.builder.php:212 +#: ../../godmode/alerts/configure_alert_template.php:910 +#: ../../godmode/modules/manage_network_components_form_network.php:82 +#: ../../godmode/modules/manage_network_components_form_wmi.php:58 +#: ../../godmode/modules/manage_network_components_form_plugin.php:29 +#: ../../include/functions.php:2036 +msgid "Empty" +msgstr "Vacío" + +#: ../../enterprise/operation/agentes/policy_view.php:192 +#: ../../enterprise/operation/agentes/policy_view.php:201 +msgid "Toggle the alert table" +msgstr "Cambie a la tabla de alertas" + +#: ../../enterprise/operation/agentes/policy_view.php:202 +msgid "Show Alert" +msgstr "Mostrar alertas" + +#: ../../enterprise/operation/agentes/policy_view.php:303 +#: ../../enterprise/operation/agentes/policy_view.php:312 +msgid "Toggle the module table" +msgstr "Cambiar a la tabla de alertas" + +#: ../../enterprise/operation/agentes/policy_view.php:304 +msgid "Relationship" +msgstr "Relación" + +#: ../../enterprise/operation/agentes/policy_view.php:304 +#: ../../enterprise/godmode/policies/policy_agents.php:378 +msgid "R." +msgstr "R." + +#: ../../enterprise/operation/agentes/policy_view.php:313 +msgid "Show Modules" +msgstr "Mostrar módulos" + +#: ../../enterprise/operation/agentes/policy_view.php:333 +msgid "(Un-adopted)" +msgstr "(Des-adoptados)" + +#: ../../enterprise/operation/agentes/policy_view.php:337 +msgid "(Adopted)" +msgstr "(Adoptados)" + +#: ../../enterprise/operation/agentes/policy_view.php:343 +msgid "(Un-adopted) (Unlinked)" +msgstr "(Des-adoptados)(Desvinculados)" + +#: ../../enterprise/operation/agentes/policy_view.php:347 +msgid "(Adopted) (Unlinked)" +msgstr "(Adoptados)(Desvinculados)" + +#: ../../enterprise/operation/agentes/policy_view.php:355 +#: ../../godmode/agentes/module_manager.php:662 +msgid "Non initialized module" +msgstr "Módulo no inicializado" + +#: ../../enterprise/operation/agentes/transactional_map.php:31 +#, fuzzy +msgid "List of transactions" +msgstr "Lista de incidentes" + +#: ../../enterprise/operation/agentes/transactional_map.php:85 +#: ../../enterprise/extensions/ipam/ipam_action.php:96 +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:35 +#: ../../enterprise/godmode/servers/manage_export.php:105 +#: ../../enterprise/godmode/servers/manage_export.php:114 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:86 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:129 +#: ../../enterprise/godmode/alerts/alert_events.php:350 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:107 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:164 +#: ../../godmode/agentes/configurar_agente.php:595 +#: ../../godmode/agentes/planned_downtime.editor.php:365 +#: ../../godmode/snmpconsole/snmp_filters.php:66 +#: ../../godmode/snmpconsole/snmp_alert.php:231 +#: ../../godmode/users/configure_user.php:234 +#: ../../godmode/users/profile_list.php:241 +#: ../../godmode/alerts/alert_list.php:104 +#: ../../godmode/alerts/alert_actions.php:184 +#: ../../godmode/alerts/alert_special_days.php:148 +#: ../../godmode/alerts/alert_commands.php:293 +#: ../../godmode/alerts/configure_alert_template.php:431 +#: ../../godmode/modules/manage_nc_groups.php:73 +#: ../../godmode/setup/news.php:56 ../../godmode/setup/gis.php:45 +#: ../../godmode/setup/links.php:41 +#: ../../include/functions_planned_downtimes.php:113 +#: ../../include/functions_planned_downtimes.php:731 +msgid "Successfully created" +msgstr "Creado correctamente" + +#: ../../enterprise/operation/agentes/transactional_map.php:99 +#, fuzzy +msgid "Name can't be empty" +msgstr "El nombre de perfil no puede estar vacío" + +#: ../../enterprise/operation/agentes/transactional_map.php:145 +#, fuzzy +msgid "Transaction name" +msgstr "Nombre de la conexión" + +#: ../../enterprise/operation/agentes/transactional_map.php:148 +#, fuzzy +msgid "Running status" +msgstr "Umbral Warning" + +#: ../../enterprise/operation/agentes/transactional_map.php:150 +#, fuzzy +msgid "Time spent" +msgstr "Tiempo empleado" + +#: ../../enterprise/operation/agentes/transactional_map.php:223 +msgid "Stopped" +msgstr "" + +#: ../../enterprise/operation/agentes/transactional_map.php:229 +#, fuzzy +msgid "Starting" +msgstr "Cadena" + +#: ../../enterprise/operation/agentes/transactional_map.php:232 +#, fuzzy +msgid "Stopping" +msgstr "Cadena" + +#: ../../enterprise/operation/agentes/transactional_map.php:237 +#: ../../enterprise/extensions/backup/main.php:94 +#: ../../godmode/agentes/planned_downtime.list.php:397 +#: ../../godmode/agentes/planned_downtime.list.php:446 +msgid "Running" +msgstr "Ejecutándose" + +#: ../../enterprise/operation/agentes/transactional_map.php:264 +#: ../../enterprise/dashboard/full_dashboard.php:280 +#: ../../enterprise/dashboard/main_dashboard.php:445 +#: ../../enterprise/dashboard/public_dashboard.php:312 +#: ../../godmode/setup/setup_ehorus.php:107 +#, fuzzy +msgid "Start" +msgstr "Iniciado hace" + +#: ../../enterprise/operation/agentes/transactional_map.php:270 +#: ../../enterprise/dashboard/full_dashboard.php:216 +#: ../../enterprise/dashboard/public_dashboard.php:244 +#, fuzzy +msgid "Stop" +msgstr "Paso" + +#: ../../enterprise/operation/agentes/transactional_map.php:305 +#, fuzzy +msgid "Create Transaction" +msgstr "Crear Acción" + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 +msgid "Unsucessful get module inventory data." +msgstr "No se han podido obtener datos del módulo de inventario" + +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:149 +#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:152 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:63 +#: ../../enterprise/mobile/operation/dashboard.php:115 +#: ../../godmode/reporting/visual_console_builder.wizard.php:350 +#: ../../mobile/operation/module_graph.php:469 +#: ../../mobile/operation/tactical.php:215 +#: ../../mobile/operation/modules.php:625 +#: ../../mobile/operation/agents.php:380 +#: ../../mobile/operation/visualmap.php:118 +#: ../../mobile/operation/agent.php:272 ../../mobile/operation/events.php:797 +msgid "Loading..." +msgstr "Cargando…" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:56 +#, fuzzy +msgid "Successfully data updated" +msgstr "Actualizado correctamente" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:57 +#, fuzzy +msgid "Could not be data updated" +msgstr "No se pudo actualizar" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:72 +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:38 +#, fuzzy +msgid "Edit Transaction" +msgstr "Editar la conexión de mapas" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:75 +msgid "Transactional Map - Create Phase - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:85 +#, fuzzy +msgid "Index" +msgstr "Índice de %s" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:88 +#, fuzzy +msgid "Dependencies" +msgstr "Borrar incidentes" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:89 +#, fuzzy +msgid "Enables" +msgstr "Activar" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:151 +#: ../../enterprise/include/ajax/transactional.ajax.php:213 +#, fuzzy +msgid "Edit Data" +msgstr "Editar agente" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:184 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:239 +msgid "Transactional Map - Create Transaction" +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:195 +#: ../../enterprise/operation/agentes/manage_transmap_creation.php:254 +#, fuzzy +msgid "Loop interval" +msgstr "Intervalo FF" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:44 +#, fuzzy +msgid "Phases List" +msgstr "Lista de mensages" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:47 +msgid "Transactional Map - Phase - " +msgstr "" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:60 +#, fuzzy +msgid "Launch script" +msgstr "Recon script" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:63 +#: ../../godmode/agentes/module_manager_editor_common.php:582 +msgid "Retries" +msgstr "Reintentos" + +#: ../../enterprise/operation/agentes/manage_transmap_creation_phases_data.php:66 +#: ../../godmode/agentes/module_manager_editor_common.php:579 +#: ../../godmode/massive/massive_edit_modules.php:598 +msgid "Timeout" +msgstr "Tiempo de expiración" + +#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 +#: ../../enterprise/operation/menu.php:119 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 +#: ../../include/functions_menu.php:514 +msgid "SNMP trap editor" +msgstr "Editor de Traps SNMP" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:36 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:74 +#, fuzzy +msgid "List of networkmaps" +msgstr "Lista de mapas de red Enterprise" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:42 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:80 +#, fuzzy +msgid "Edit networkmap" +msgstr "Editar mapas de red" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:48 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:86 +#, fuzzy +msgid "Deleted list" +msgstr "Borrar elemento" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:54 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:92 +#, fuzzy +msgid "View networkmap" +msgstr "Ver mapas de red" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:61 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:66 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:95 +#, fuzzy +msgid "List deleted items" +msgstr "Borrar elementos" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:108 +#, fuzzy +msgid "Successfully restore the item" +msgstr "Etiqueta creada satisfactoriamente" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:109 +#, fuzzy +msgid "Could not be restore the item" +msgstr "No pudo ser revertido" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:130 +#, fuzzy +msgid "Successfully restore the items" +msgstr "Cambios guardados con éxito" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:132 +#, fuzzy +msgid "Could not be restore the " +msgstr "No pudo ser revertido" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:136 +#, fuzzy +msgid "Not found networkmap" +msgstr "No se encontró ningún networkmap." + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:140 +msgid "The items restored will be appear in the holding area." +msgstr "" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:160 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:227 +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:256 +#, fuzzy +msgid "Restore" +msgstr "Recursos" + +#: ../../enterprise/operation/maps/networkmap_list_deleted.php:170 +#, fuzzy +msgid "There are not nodes in the networkmap." +msgstr "Hubo un error cargando el mapa de red" + +#: ../../enterprise/operation/inventory/inventory.php:227 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1076 +#: ../../include/functions_graph.php:754 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1436 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 +msgid "Last" +msgstr "Último" + +#: ../../enterprise/operation/inventory/inventory.php:266 +msgid "Export this list to CSV" +msgstr "Exportar esta lista a CSV" + +#: ../../enterprise/operation/services/services.service.php:37 +#: ../../enterprise/operation/services/services.service_map.php:44 +#: ../../enterprise/godmode/services/services.service.php:126 +#: ../../enterprise/godmode/services/services.service.php:153 +msgid "Not found" +msgstr "No encontrado" + +#: ../../enterprise/operation/services/services.service.php:54 +#: ../../enterprise/operation/services/services.service_map.php:63 +#: ../../enterprise/godmode/services/services.service.php:170 +#: ../../enterprise/godmode/services/services.elements.php:96 +msgid "Config Service" +msgstr "Configurar Servicios" + +#: ../../enterprise/operation/services/services.service.php:59 +#: ../../enterprise/operation/services/services.service_map.php:69 +#: ../../enterprise/godmode/services/services.service.php:175 +#: ../../enterprise/godmode/services/services.elements.php:102 +msgid "Config Elements" +msgstr "Configurar Elementos" + +#: ../../enterprise/operation/services/services.service.php:67 +#: ../../enterprise/operation/services/services.service_map.php:77 +#: ../../enterprise/godmode/services/services.service.php:182 +#: ../../enterprise/godmode/services/services.elements.php:110 +msgid "View Service" +msgstr "Ver Servicio" + +#: ../../enterprise/operation/services/services.service.php:73 +#: ../../enterprise/operation/services/services.service_map.php:83 +#: ../../enterprise/godmode/services/services.service.php:188 +#: ../../enterprise/godmode/services/services.elements.php:117 +msgid "Service map" +msgstr "Mapa del Servicio" + +#: ../../enterprise/operation/services/services.service.php:80 +#: ../../enterprise/operation/services/services.service_map.php:90 +#: ../../enterprise/operation/services/services.service_map.php:95 +#: ../../enterprise/dashboard/widgets/service_map.php:22 +msgid "Service Map" +msgstr "Mapa de servicio" + +#: ../../enterprise/operation/services/services.service.php:93 +msgid "No Services" +msgstr "Sin servicios" + +#: ../../enterprise/operation/services/services.service.php:128 +#: ../../enterprise/operation/services/services.list.php:320 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1600 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/include/functions_reporting_pdf.php:745 +#: ../../enterprise/include/functions_reporting_pdf.php:806 +#: ../../enterprise/include/functions_reporting_pdf.php:898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1261 +#: ../../godmode/reporting/visual_console_builder.wizard.php:210 +#: ../../godmode/agentes/module_manager_editor_common.php:615 +#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 +#: ../../godmode/massive/massive_edit_modules.php:505 +#: ../../godmode/alerts/configure_alert_template.php:602 +#: ../../godmode/setup/setup_visuals.php:639 +#: ../../include/functions_graph.php:5289 +#: ../../include/functions_reporting_html.php:455 +#: ../../include/functions_reporting_html.php:987 +#: ../../include/functions_reporting_html.php:1858 +#: ../../include/functions_reporting_html.php:2361 +#: ../../include/functions_snmp_browser.php:406 +msgid "Value" +msgstr "Valor" + +#: ../../enterprise/operation/services/services.service.php:132 +#: ../../enterprise/operation/services/services.list.php:322 +#: ../../include/functions_reports.php:535 +#: ../../include/functions_reports.php:538 +#: ../../include/functions_reports.php:542 +msgid "SLA" +msgstr "S.L.A." + +#: ../../enterprise/operation/services/services.service.php:197 +#: ../../enterprise/operation/services/services.list.php:415 +msgid "SLA graph" +msgstr "Gráfica SLA" + +#: ../../enterprise/operation/services/services.service.php:207 +msgid "List of elements" +msgstr "Lista de elementos" + +#: ../../enterprise/operation/services/services.list.php:52 +msgid "Service deleted successfully" +msgstr "Servicio eliminado correctamente" + +#: ../../enterprise/operation/services/services.list.php:53 +msgid "Error deleting service" +msgstr "Error al eliminar el servicio" + +#: ../../enterprise/operation/services/services.list.php:58 +msgid "Service forced successfully" +msgstr "Forzado servicio con éxito" + +#: ../../enterprise/operation/services/services.list.php:59 +msgid "Error service forced" +msgstr "Error forzando servicio" + +#: ../../enterprise/operation/services/services.list.php:168 +#: ../../enterprise/extensions/ipam/ipam_network.php:127 +#: ../../enterprise/extensions/ipam/ipam_list.php:217 +#: ../../enterprise/godmode/services/services.service.php:244 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../godmode/servers/manage_recontask.php:343 +msgid "Manual" +msgstr "Manual" + +#: ../../enterprise/operation/services/services.list.php:169 +#: ../../enterprise/godmode/services/services.service.php:247 +#: ../../include/ajax/events.php:481 +msgid "Auto" +msgstr "Automático" + +#: ../../enterprise/operation/services/services.list.php:170 +#: ../../enterprise/godmode/services/services.service.php:250 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:583 +msgid "Simple" +msgstr "Simple" + +#: ../../enterprise/operation/services/services.list.php:171 +#: ../../enterprise/godmode/services/services.service.php:242 +#: ../../godmode/servers/manage_recontask_form.php:236 +#: ../../godmode/servers/manage_recontask.php:288 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/alerts/alert_view.php:423 +msgid "Mode" +msgstr "Modo" + +#: ../../enterprise/operation/services/services.list.php:267 +#: ../../enterprise/operation/services/services.list.php:274 +msgid "No services defined." +msgstr "No hay servicios definidos" + +#: ../../enterprise/operation/services/services.list.php:486 +#: ../../enterprise/godmode/services/services.service.php:54 +msgid "Create Service" +msgstr "Crear Servicio" + +#: ../../enterprise/operation/menu.php:100 +msgid "Transactional map" +msgstr "" + +#: ../../enterprise/operation/menu.php:111 +msgid "Custom SQL" +msgstr "SQL personalizado" + +#: ../../enterprise/operation/menu.php:128 +#: ../../enterprise/operation/log/log_viewer.php:150 +msgid "Log viewer" +msgstr "Visor de logs" + +#: ../../enterprise/operation/log/log_viewer.php:215 +#: ../../enterprise/include/functions_netflow_pdf.php:160 +msgid "Start date" +msgstr "Fecha de inicio" + +#: ../../enterprise/operation/log/log_viewer.php:350 +msgid "The start date cannot be greater than the end date" +msgstr "La fecha de inicio no puede ser después que la fecha de finalización" + +#: ../../enterprise/extensions/vmware/main.php:30 +msgid "WMware Plugin Settings" +msgstr "Ajustes Plugin WMware" + +#: ../../enterprise/extensions/vmware/main.php:125 +msgid "There was an error updating the execution data of the plugin" +msgstr "Hubo un error al actualizar los datos de ejecución del plugin" + +#: ../../enterprise/extensions/vmware/main.php:132 +msgid "There was an error activating the execution of the plugin" +msgstr "Hubo un error al activar la ejecución del plugin" + +#: ../../enterprise/extensions/vmware/main.php:179 +msgid "Config Path" +msgstr "Configurar Path" + +#: ../../enterprise/extensions/vmware/main.php:186 +msgid "Plugin Path" +msgstr "Plugin Path" + +#: ../../enterprise/extensions/vmware/main.php:208 +msgid "Config parameters" +msgstr "Parametros de configuración" + +#: ../../enterprise/extensions/vmware/main.php:215 +msgid "V-Center IP" +msgstr "IP V-Center" + +#: ../../enterprise/extensions/vmware/main.php:220 +msgid "Datacenter Name" +msgstr "Nombre de Datacenter" + +#: ../../enterprise/extensions/vmware/main.php:242 +msgid "Plugin execution" +msgstr "Ejecución del plugin" + +#: ../../enterprise/extensions/vmware/main.php:243 +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 "" +"Para habilitar la ejecución del plugin, esta extensión necesita que la " +"extensión \"Cron jobs\" esté instalada" + +#: ../../enterprise/extensions/vmware/main.php:252 +#: ../../enterprise/extensions/cron/main.php:189 +#: ../../enterprise/extensions/cron/main.php:295 +msgid "Scheduled" +msgstr "Programado" + +#: ../../enterprise/extensions/vmware/main.php:275 +#: ../../enterprise/godmode/agentes/collections.php:217 +msgid "Apply changes" +msgstr "Aplicar Cambios" + +#: ../../enterprise/extensions/vmware/vmware_manager.php:160 +msgid "Power Status: " +msgstr "Power status " + +#: ../../enterprise/extensions/vmware/vmware_manager.php:206 +msgid "Change Status" +msgstr "Cambiar estado:" + +#: ../../enterprise/extensions/vmware/functions.php:21 +#: ../../enterprise/extensions/vmware/functions.php:22 +#: ../../enterprise/extensions/vmware/functions.php:23 +#: ../../enterprise/meta/advanced/metasetup.visual.php:149 +#: ../../godmode/setup/setup_visuals.php:674 ../../include/functions.php:434 +#: ../../include/functions.php:568 ../../include/functions_html.php:722 +msgid "minutes" +msgstr "minutos" + +#: ../../enterprise/extensions/vmware/functions.php:24 +#: ../../enterprise/extensions/cron/functions.php:154 +msgid "Hourly" +msgstr "Cada hora" + +#: ../../enterprise/extensions/vmware/functions.php:25 +#: ../../enterprise/extensions/cron/functions.php:155 +#: ../../godmode/agentes/module_manager_editor_prediction.php:159 +msgid "Daily" +msgstr "Diariamente" + +#: ../../enterprise/extensions/vmware/functions.php:26 +#: ../../enterprise/extensions/cron/functions.php:156 +#: ../../godmode/agentes/planned_downtime.editor.php:533 +#: ../../godmode/agentes/module_manager_editor_prediction.php:157 +msgid "Weekly" +msgstr "Semanalmente" + +#: ../../enterprise/extensions/vmware/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:157 +#: ../../godmode/agentes/planned_downtime.editor.php:534 +#: ../../godmode/agentes/module_manager_editor_prediction.php:158 +msgid "Monthly" +msgstr "Mensualmente" + +#: ../../enterprise/extensions/vmware/functions.php:28 +#: ../../enterprise/extensions/cron/functions.php:158 +msgid "Yearly" +msgstr "Anualmente" + +#: ../../enterprise/extensions/vmware/functions.php:153 +#: ../../enterprise/extensions/vmware/functions.php:181 +msgid "The file does not exists" +msgstr "El fichero no existe" + +#: ../../enterprise/extensions/vmware/functions.php:157 +msgid "The file is not readable by HTTP Server" +msgstr "El archivo no se puede leer por el Servidor HTTP" + +#: ../../enterprise/extensions/vmware/functions.php:158 +#: ../../enterprise/extensions/vmware/functions.php:163 +msgid "Please check that the web server has write rights on the file" +msgstr "" +"Por favor, compruebe que el servidor web se escribe correctamente sobre el " +"archivo" + +#: ../../enterprise/extensions/vmware/functions.php:162 +msgid "The file is not writable by HTTP Server" +msgstr "El archivo no se puede escribir mediante el servidor HTTP" + +#: ../../enterprise/extensions/vmware/vmware_view.php:620 +#: ../../enterprise/extensions/vmware/vmware_view.php:1016 +msgid "Top 5 VMs CPU Usage" +msgstr "Top 5 VMs uso de la CPU" + +#: ../../enterprise/extensions/vmware/vmware_view.php:627 +#: ../../enterprise/extensions/vmware/vmware_view.php:1023 +msgid "Top 5 VMs Memory Usage" +msgstr "Top 5 VMs uso de la memoria" + +#: ../../enterprise/extensions/vmware/vmware_view.php:636 +#: ../../enterprise/extensions/vmware/vmware_view.php:1032 +msgid "Top 5 VMs Disk Usage" +msgstr "Top 5 VMs uso del disco" + +#: ../../enterprise/extensions/vmware/vmware_view.php:643 +#: ../../enterprise/extensions/vmware/vmware_view.php:1039 +msgid "Top 5 VMs Network Usage" +msgstr "Top 5 VMs uso de la red" + +#: ../../enterprise/extensions/vmware/vmware_view.php:686 +msgid "Host ESX" +msgstr "Host ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:929 +msgid "CPU Usage" +msgstr "Uso de CPU" + +#: ../../enterprise/extensions/vmware/vmware_view.php:939 +msgid "Memory Usage" +msgstr "Uso de memoria" + +#: ../../enterprise/extensions/vmware/vmware_view.php:949 +msgid "Disk I/O Rate" +msgstr "Ratio I/O de disco" + +#: ../../enterprise/extensions/vmware/vmware_view.php:959 +msgid "Network Usage" +msgstr "Uso de red" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1076 +msgid "ESX Detail" +msgstr "Detalle ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1094 +msgid "ESX details" +msgstr "Detalles ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1105 +msgid "VMware view" +msgstr "Vista VMware" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1188 +msgid "Show Datastores" +msgstr "Mostrar Datastores" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1191 +msgid "Show ESX" +msgstr "Mostrar ESX" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1194 +msgid "Show VM" +msgstr "Mostrar VM" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1198 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:564 +#: ../../godmode/reporting/visual_console_builder.wizard.php:143 +msgid "Font" +msgstr "Fuente" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1212 +msgid "Zoom" +msgstr "Ampliación" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1223 +msgid "View options" +msgstr "Ver opciones" + +#: ../../enterprise/extensions/vmware/vmware_view.php:1270 +msgid "VMware map" +msgstr "Mapa VMware" + +#: ../../enterprise/extensions/csv_import_group.php:27 +msgid "CSV import group" +msgstr "Importar el grupo a CSV" #: ../../enterprise/extensions/ipam.php:168 -#: ../../enterprise/extensions/ipam.php:282 +#: ../../enterprise/extensions/ipam.php:284 msgid "Subnetworks calculator" msgstr "Calculadora de subredes" #: ../../enterprise/extensions/ipam.php:189 -#: ../../enterprise/extensions/ipam/ipam_list.php:98 +#: ../../enterprise/extensions/ipam/ipam_list.php:230 msgid "Manage addresses" msgstr "Administrar direcciones" #: ../../enterprise/extensions/ipam.php:197 -#: ../../godmode/massive/massive_operations.php:207 +#: ../../godmode/massive/massive_operations.php:215 msgid "Massive operations" msgstr "Operaciones masivas" #: ../../enterprise/extensions/ipam.php:205 -#: ../../enterprise/extensions/ipam/ipam_list.php:101 +#: ../../enterprise/extensions/ipam/ipam_list.php:233 msgid "Addresses view" msgstr "Vista de direcciones" -#: ../../enterprise/extensions/ipam.php:213 -#: ../../enterprise/extensions/ipam.php:225 -#: ../../enterprise/extensions/ipam.php:290 -#: ../../extensions/files_repo.php:104 ../../extensions/files_repo.php:187 -msgid "Administration view" -msgstr "Vista de administración" - -#: ../../enterprise/extensions/ipam.php:238 -#: ../../enterprise/extensions/ipam.php:306 -#: ../../enterprise/extensions/ipam.php:328 -#: ../../enterprise/extensions/ipam.php:329 +#: ../../enterprise/extensions/ipam.php:240 +#: ../../enterprise/extensions/ipam.php:308 +#: ../../enterprise/extensions/ipam.php:330 +#: ../../enterprise/extensions/ipam.php:331 msgid "IPAM" msgstr "IPAM" +#: ../../enterprise/extensions/resource_registration/functions.php:37 +#, php-format +msgid "Error create '%s' policy, the name exist and there aren't free name." +msgstr "" +"Error al crear política '%s', el nombre ya existe. Ese nombre no está libre." + +#: ../../enterprise/extensions/resource_registration/functions.php:44 +#, php-format +msgid "Warning create '%s' policy, the name exist, the policy have a name %s." +msgstr "" +"Política de advertencia creada '%s', el nombre existe, la política tiene un " +"nombre %s." + +#: ../../enterprise/extensions/resource_registration/functions.php:51 +msgid "Error the policy haven't name." +msgstr "Error la política no tiene nombre." + +#: ../../enterprise/extensions/resource_registration/functions.php:65 +#, php-format +msgid "Success create '%s' policy." +msgstr "Política '%s' creada correctamente" + +#: ../../enterprise/extensions/resource_registration/functions.php:66 +#, php-format +msgid "Error create '%s' policy." +msgstr "Error al crear la política '%s'." + +#: ../../enterprise/extensions/resource_registration/functions.php:131 +#, php-format +msgid "Success add '%s' collection." +msgstr "Colección '%s' añadida correctamente" + +#: ../../enterprise/extensions/resource_registration/functions.php:132 +#, php-format +msgid "Error add '%s' collection." +msgstr "Error al añadir colección '%s'." + +#: ../../enterprise/extensions/resource_registration/functions.php:148 +#, fuzzy, php-format +msgid "Success add '%s' agent plugin." +msgstr "Agente '%s' añadido correctamente" + +#: ../../enterprise/extensions/resource_registration/functions.php:149 +#, fuzzy, php-format +msgid "Error add '%s' agent plugin." +msgstr "Error al añadir agente '%s'." + +#: ../../enterprise/extensions/resource_registration/functions.php:160 +msgid "Error add the module, haven't type." +msgstr "Error al añadir el módulo. No tiene tipo" + +#: ../../enterprise/extensions/resource_registration/functions.php:232 +#: ../../enterprise/extensions/resource_registration/functions.php:262 +#: ../../enterprise/extensions/resource_registration/functions.php:319 +#: ../../enterprise/extensions/resource_registration/functions.php:365 +msgid "Error add the module, error in tag component." +msgstr "Error al añadir el módulo, error en el componente tag." + +#: ../../enterprise/extensions/resource_registration/functions.php:406 +msgid "Error add the module plugin importation, plugin is not registered" +msgstr "" + +#: ../../enterprise/extensions/resource_registration/functions.php:417 +#, php-format +msgid "Success add '%s' module." +msgstr "Módulo '%s' añadido correctamente" + +#: ../../enterprise/extensions/resource_registration/functions.php:418 +#, php-format +msgid "Error add '%s' module." +msgstr "Error al añadir el módulo '%s'" + +#: ../../enterprise/extensions/resource_registration/functions.php:428 +#, php-format +msgid "Error add the alert, the template '%s' don't exist." +msgstr "Error al añadir la alerta, la plantilla '%s' no existe" + +#: ../../enterprise/extensions/resource_registration/functions.php:436 +#, php-format +msgid "Error add the alert, the module '%s' don't exist." +msgstr "Error al añadir la alerta, el módulo '%s' no existe" + +#: ../../enterprise/extensions/resource_registration/functions.php:448 +#, php-format +msgid "Success add '%s' alert." +msgstr "Alerta '%s' añadida correctamente" + +#: ../../enterprise/extensions/resource_registration/functions.php:449 +#, php-format +msgid "Error add '%s' alert." +msgstr "Error al añadir alerta '%s'." + +#: ../../enterprise/extensions/resource_registration/functions.php:465 +#, php-format +msgid "Error add the alert, the action '%s' don't exist." +msgstr "Error al añadir alerta, la acción '%s' no existe." + +#: ../../enterprise/extensions/resource_registration/functions.php:477 +#, php-format +msgid "Success add '%s' action." +msgstr "Acción añadida correctamente '%s'." + +#: ../../enterprise/extensions/csv_import_group/main.php:40 +#, php-format +msgid "Created group %s" +msgstr "Grupo creado %s" + +#: ../../enterprise/extensions/csv_import_group/main.php:41 +#, php-format +msgid "Could not create group %s" +msgstr "No se pudo crear el grupo %s" + +#: ../../enterprise/extensions/csv_import_group/main.php:46 +#: ../../enterprise/extensions/csv_import/main.php:46 +msgid "File processed" +msgstr "Archivo procesado" + +#: ../../enterprise/extensions/csv_import_group/main.php:56 +#: ../../enterprise/extensions/csv_import/main.php:56 +msgid "CSV format" +msgstr "Formato CVS" + +#: ../../enterprise/extensions/csv_import_group/main.php:57 +#: ../../enterprise/extensions/csv_import/main.php:57 +msgid "The CSV file must have the fields in the following order" +msgstr "El archivo CSV tiene que tener los campos en el siguiente orden" + +#: ../../enterprise/extensions/csv_import_group/main.php:72 +#: ../../enterprise/extensions/csv_import/main.php:72 +msgid "Upload file" +msgstr "Subir archivo" + +#: ../../enterprise/extensions/csv_import_group/main.php:75 +#: ../../enterprise/extensions/csv_import/main.php:79 +msgid "Separator" +msgstr "Separador" + +#: ../../enterprise/extensions/csv_import_group/main.php:79 +#: ../../enterprise/extensions/csv_import/main.php:83 +msgid "Upload CSV file" +msgstr "Subir archivo CSV" + +#: ../../enterprise/extensions/csv_import_group/main.php:84 +#: ../../enterprise/extensions/csv_import/main.php:88 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1204 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1412 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1588 +#: ../../include/functions_filemanager.php:638 +msgid "Go" +msgstr "Ir" + +#: ../../enterprise/extensions/backup.php:63 +msgid "Backup" +msgstr "Copia de seguridad" + +#: ../../enterprise/extensions/backup/main.php:53 +msgid "Pandora database backup utility" +msgstr "Utilidad de la copia de seguridad de BD de Pandora FMS" + +#: ../../enterprise/extensions/backup/main.php:114 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1616 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:288 +#: ../../enterprise/include/functions_reporting_csv.php:823 +#: ../../enterprise/include/functions_reporting_csv.php:852 +#: ../../enterprise/include/functions_services.php:1700 +#: ../../enterprise/include/functions_reporting.php:1256 +#: ../../enterprise/include/functions_reporting.php:2285 +#: ../../enterprise/include/functions_reporting.php:3099 +#: ../../enterprise/include/functions_reporting.php:3441 +#: ../../enterprise/include/functions_reporting_pdf.php:1637 +#: ../../enterprise/include/functions_reporting_pdf.php:1666 +#: ../../enterprise/include/functions_reporting_pdf.php:1822 +#: ../../enterprise/include/functions_reporting_pdf.php:2051 +#: ../../enterprise/include/functions_reporting_pdf.php:2101 +#: ../../enterprise/dashboard/widgets/maps_status.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1282 +#: ../../include/functions_db.php:1526 +#: ../../include/functions_reporting_html.php:369 +#: ../../include/functions_reporting_html.php:396 +#: ../../include/functions_reporting_html.php:1510 +msgid "OK" +msgstr "Bien" + +#: ../../enterprise/extensions/backup/main.php:119 +msgid "Lost" +msgstr "Perdido" + +#: ../../enterprise/extensions/backup/main.php:145 +msgid "Backups list" +msgstr "Lista de copias de seguridad" + +#: ../../enterprise/extensions/backup/main.php:150 +msgid "Create backup" +msgstr "Crear copia de seguridad" + #: ../../enterprise/extensions/check_acls.php:16 msgid "ACL users for this agent" msgstr "Usuarios ACL para este agente" @@ -8818,8 +12575,8 @@ msgstr "Lectura de agentes" #: ../../enterprise/extensions/check_acls.php:48 #: ../../enterprise/extensions/check_acls.php:128 -#: ../../include/functions_menu.php:474 #: ../../godmode/users/profile_list.php:308 +#: ../../include/functions_menu.php:479 msgid "Agents management" msgstr "Gestión de agentes" @@ -8836,8 +12593,8 @@ msgid "Alerts editing" msgstr "Edición de alertas" #: ../../enterprise/extensions/check_acls.php:51 -#: ../../enterprise/extensions/check_acls.php:131 ../../godmode/menu.php:72 -#: ../../godmode/users/profile_list.php:312 +#: ../../enterprise/extensions/check_acls.php:131 +#: ../../godmode/users/profile_list.php:312 ../../godmode/menu.php:83 msgid "Users management" msgstr "Gestión de usuarios" @@ -8899,7 +12656,7 @@ msgstr "Gestión de sistemas" msgid "There are no defined users" msgstr "No hay usuarios definidos" -#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:81 +#: ../../enterprise/extensions/check_acls.php:122 ../../godmode/menu.php:76 msgid "Module tags" msgstr "Etiquetas de modulos" @@ -8915,835 +12672,86 @@ msgstr "Solo los usuarios administradores pueden ver esta sección." msgid "Check ACL" msgstr "Comprobar ACL" -#: ../../enterprise/extensions/cron/main.php:37 -#: ../../enterprise/extensions/cron.php:114 +#: ../../enterprise/extensions/csv_import/main.php:40 +#, php-format +msgid "Created agent %s" +msgstr "Agente creado %s" + +#: ../../enterprise/extensions/csv_import/main.php:41 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2032 +#, php-format +msgid "Could not create agent %s" +msgstr "No se pudieron crear agentes %s" + +#: ../../enterprise/extensions/vmware.php:46 +msgid "VMware" +msgstr "VMware" + +#: ../../enterprise/extensions/cron.php:115 +#: ../../enterprise/extensions/cron.php:121 +#: ../../enterprise/extensions/cron/main.php:39 msgid "Cron jobs" msgstr "Tareas programadas" -#: ../../enterprise/extensions/cron/main.php:43 -msgid "Add new job" -msgstr "Añadir nueva tarea" - -#: ../../enterprise/extensions/cron/main.php:77 -#: ../../enterprise/extensions/cron/main.php:131 -msgid "Path doesn't exist or is not writable" -msgstr "La ruta no existe o no se puede escribir en ella" - -#: ../../enterprise/extensions/cron/main.php:109 -#: ../../enterprise/extensions/cron/main.php:124 -msgid "Edit job" -msgstr "Editar tarea" - -#: ../../enterprise/extensions/cron/main.php:150 -msgid "Cron extension is not running" -msgstr "La extensión de tareas programadas (cron) no está ejecutándose" - -#: ../../enterprise/extensions/cron/main.php:151 -msgid "Cron extension has never run or it's not configured well" -msgstr "" -"La extensión de tareas programadas (cron) no se ha ejecutado nunca o no está " -"configurada correctamente" - -#: ../../enterprise/extensions/cron/main.php:153 -msgid "" -"This extension relies on a proper setup of cron, the time-based scheduling " -"service" -msgstr "" -"Esta extensión se basa en una correcta configuración de cron, el servicio de " -"planificación basado en el tiempo" - -#: ../../enterprise/extensions/cron/main.php:155 -msgid "Please, add the following line to your crontab file" -msgstr "Añada la siguiente linea a su archivo crontab" - -#: ../../enterprise/extensions/cron/main.php:161 -msgid "Last execution" -msgstr "Última ejecución" - -#: ../../enterprise/extensions/cron/main.php:168 -msgid "Cron extension is running" -msgstr "La extensión Cron se está ejecutando" - -#: ../../enterprise/extensions/cron/main.php:177 -msgid "Scheduled jobs" -msgstr "Tareas programadas" - -#: ../../enterprise/extensions/cron/main.php:186 -#: ../../enterprise/extensions/cron/main.php:284 -msgid "Task" -msgstr "Tarea" - -#: ../../enterprise/extensions/cron/main.php:187 -#: ../../enterprise/extensions/cron/main.php:292 -#: ../../enterprise/extensions/vmware/main.php:252 -msgid "Scheduled" -msgstr "Programado" - -#: ../../enterprise/extensions/cron/main.php:188 -msgid "First_execution" -msgstr "First_execution" - -#: ../../enterprise/extensions/cron/main.php:189 -msgid "" -"Maybe the first run is not exactly equal to this value because the cron " -"configuration is diferent." -msgstr "" -"Quizá la primera ejecución no es exactamente igual a este valor porque la " -"configuración de cron es diferente." - -#: ../../enterprise/extensions/cron/main.php:190 -msgid "Last run" -msgstr "Última ejecución" - -#: ../../enterprise/extensions/cron/main.php:201 -msgid "Force run" -msgstr "Forzar ejecución" - -#: ../../enterprise/extensions/cron/main.php:218 -#: ../../enterprise/operation/reporting/custom_reporting.php:24 -#: ../../enterprise/operation/reporting/custom_reporting.php:71 -#: ../../operation/search_users.php:44 ../../godmode/tag/edit_tag.php:190 -#: ../../godmode/tag/tag.php:203 -msgid "Email" -msgstr "Correo-e" - -#: ../../enterprise/extensions/cron/main.php:222 -#: ../../enterprise/extensions/cron/functions.php:44 -#: ../../godmode/servers/manage_recontask_form.php:233 -msgid "Custom script" -msgstr "Script personalizado" - -#: ../../enterprise/extensions/cron/main.php:235 -#: ../../enterprise/extensions/cron/main.php:249 -msgid "Path" -msgstr "Ruta" - -#: ../../enterprise/extensions/cron/main.php:295 -msgid "First execution" -msgstr "Primera ejecución" - -#: ../../enterprise/extensions/cron/main.php:297 -#: ../../enterprise/operation/log/log_viewer.php:210 -#: ../../enterprise/operation/log/log_viewer.php:218 -#: ../../operation/netflow/nf_live_view.php:237 -#: ../../godmode/agentes/planned_downtime.editor.php:504 -#: ../../godmode/agentes/planned_downtime.editor.php:515 -msgid "Date format in Pandora is year/month/day" -msgstr "El formato de fecha de Pandora es año/mes/día" - -#: ../../enterprise/extensions/cron/main.php:299 -#: ../../enterprise/operation/log/log_viewer.php:212 -#: ../../enterprise/operation/log/log_viewer.php:220 -#: ../../operation/netflow/nf_live_view.php:239 -#: ../../godmode/alerts/configure_alert_template.php:536 -#: ../../godmode/alerts/configure_alert_template.php:540 -#: ../../godmode/agentes/planned_downtime.editor.php:506 -#: ../../godmode/agentes/planned_downtime.editor.php:517 -#: ../../godmode/agentes/planned_downtime.editor.php:585 -#: ../../godmode/agentes/planned_downtime.editor.php:593 -#: ../../godmode/reporting/reporting_builder.item_editor.php:796 -#: ../../godmode/reporting/reporting_builder.item_editor.php:805 -msgid "Time format in Pandora is hours(24h):minutes:seconds" -msgstr "El formato de hora en Pandora es horas(24h):minutos:segundos" - -#: ../../enterprise/extensions/cron/main.php:300 -#: ../../include/functions_events.php:1814 -#: ../../godmode/events/event_responses.editor.php:111 -msgid "Parameters" -msgstr "Parámetros" - -#: ../../enterprise/extensions/cron/main.php:336 -#: ../../enterprise/operation/log/log_viewer.php:300 -#: ../../enterprise/operation/log/log_viewer.php:312 -#: ../../enterprise/godmode/alerts/alert_events.php:577 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:672 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2163 -#: ../../extensions/insert_data.php:194 -#: ../../operation/agentes/estado_monitores.php:376 -#: ../../operation/agentes/datos_agente.php:304 -#: ../../operation/agentes/stat_win.php:489 -#: ../../operation/netflow/nf_live_view.php:605 ../../operation/tree.php:391 -#: ../../operation/reporting/graph_viewer.php:247 -#: ../../operation/reporting/reporting_viewer.php:257 -#: ../../operation/reporting/reporting_viewer.php:277 -#: ../../godmode/alerts/configure_alert_template.php:1033 -#: ../../godmode/agentes/planned_downtime.editor.php:1137 -#: ../../godmode/setup/news.php:297 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1730 -msgid "Choose time" -msgstr "Seleccionar tiempo" - -#: ../../enterprise/extensions/cron/main.php:337 -#: ../../enterprise/operation/log/log_viewer.php:301 -#: ../../enterprise/operation/log/log_viewer.php:313 -#: ../../enterprise/godmode/alerts/alert_events.php:578 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:673 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2164 -#: ../../extensions/insert_data.php:195 -#: ../../operation/agentes/estado_monitores.php:377 -#: ../../operation/agentes/datos_agente.php:305 -#: ../../operation/agentes/stat_win.php:490 -#: ../../operation/netflow/nf_live_view.php:606 ../../operation/tree.php:392 -#: ../../operation/reporting/graph_viewer.php:248 -#: ../../operation/reporting/reporting_viewer.php:258 -#: ../../operation/reporting/reporting_viewer.php:278 -#: ../../godmode/alerts/configure_alert_template.php:1034 -#: ../../godmode/agentes/planned_downtime.editor.php:1138 -#: ../../godmode/setup/news.php:298 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1731 -msgid "Time" -msgstr "Hora" - -#: ../../enterprise/extensions/cron/main.php:338 -#: ../../enterprise/operation/log/log_viewer.php:302 -#: ../../enterprise/operation/log/log_viewer.php:314 -#: ../../enterprise/godmode/alerts/alert_events.php:579 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:674 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2165 -#: ../../extensions/insert_data.php:196 ../../include/functions_html.php:839 -#: ../../operation/agentes/estado_monitores.php:378 -#: ../../operation/agentes/datos_agente.php:306 -#: ../../operation/agentes/stat_win.php:491 -#: ../../operation/netflow/nf_live_view.php:607 ../../operation/tree.php:393 -#: ../../operation/reporting/graph_viewer.php:249 -#: ../../operation/reporting/reporting_viewer.php:259 -#: ../../operation/reporting/reporting_viewer.php:279 -#: ../../godmode/alerts/configure_alert_template.php:1035 -#: ../../godmode/agentes/planned_downtime.editor.php:1139 -#: ../../godmode/setup/news.php:299 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1732 -msgid "Hour" -msgstr "Hora" - -#: ../../enterprise/extensions/cron/main.php:339 -#: ../../enterprise/operation/log/log_viewer.php:303 -#: ../../enterprise/operation/log/log_viewer.php:315 -#: ../../enterprise/godmode/alerts/alert_events.php:580 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:675 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2166 -#: ../../extensions/insert_data.php:197 ../../include/functions_html.php:840 -#: ../../operation/agentes/estado_monitores.php:379 -#: ../../operation/agentes/datos_agente.php:307 -#: ../../operation/agentes/stat_win.php:492 -#: ../../operation/netflow/nf_live_view.php:608 ../../operation/tree.php:394 -#: ../../operation/reporting/graph_viewer.php:250 -#: ../../operation/reporting/reporting_viewer.php:260 -#: ../../operation/reporting/reporting_viewer.php:280 -#: ../../godmode/alerts/configure_alert_template.php:1036 -#: ../../godmode/agentes/planned_downtime.editor.php:1140 -#: ../../godmode/setup/news.php:300 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1733 -msgid "Minute" -msgstr "Minuto" - -#: ../../enterprise/extensions/cron/main.php:340 -#: ../../enterprise/operation/log/log_viewer.php:304 -#: ../../enterprise/operation/log/log_viewer.php:316 -#: ../../enterprise/godmode/alerts/alert_events.php:581 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:676 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2167 -#: ../../extensions/insert_data.php:198 -#: ../../operation/agentes/estado_monitores.php:380 -#: ../../operation/agentes/datos_agente.php:308 -#: ../../operation/agentes/stat_win.php:493 -#: ../../operation/netflow/nf_live_view.php:609 ../../operation/tree.php:395 -#: ../../operation/reporting/graph_viewer.php:251 -#: ../../operation/reporting/reporting_viewer.php:261 -#: ../../operation/reporting/reporting_viewer.php:281 -#: ../../godmode/alerts/configure_alert_template.php:1037 -#: ../../godmode/agentes/planned_downtime.editor.php:1141 -#: ../../godmode/setup/news.php:301 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1734 -msgid "Second" -msgstr "Segundo" - -#: ../../enterprise/extensions/cron/main.php:341 -#: ../../enterprise/operation/log/log_viewer.php:305 -#: ../../enterprise/operation/log/log_viewer.php:317 -#: ../../enterprise/operation/agentes/agent_inventory.php:89 -#: ../../enterprise/godmode/alerts/alert_events.php:582 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:677 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2168 -#: ../../extensions/insert_data.php:199 ../../include/functions.php:410 -#: ../../include/functions.php:544 -#: ../../operation/agentes/estado_monitores.php:381 -#: ../../operation/agentes/datos_agente.php:309 -#: ../../operation/agentes/stat_win.php:494 -#: ../../operation/netflow/nf_live_view.php:610 ../../operation/tree.php:396 -#: ../../operation/reporting/graph_viewer.php:252 -#: ../../operation/reporting/reporting_viewer.php:262 -#: ../../operation/reporting/reporting_viewer.php:282 -#: ../../godmode/alerts/configure_alert_template.php:1038 -#: ../../godmode/agentes/planned_downtime.editor.php:1142 -#: ../../godmode/setup/news.php:302 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1735 -msgid "Now" -msgstr "Ahora" - -#: ../../enterprise/extensions/cron/main.php:342 -#: ../../enterprise/operation/log/log_viewer.php:306 -#: ../../enterprise/operation/log/log_viewer.php:318 -#: ../../enterprise/godmode/alerts/alert_events.php:583 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:678 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2169 -#: ../../mobile/include/ui.class.php:571 ../../mobile/include/ui.class.php:610 -#: ../../extensions/insert_data.php:200 -#: ../../include/functions_filemanager.php:617 -#: ../../include/functions_filemanager.php:638 -#: ../../include/functions_filemanager.php:654 -#: ../../include/functions_snmp_browser.php:441 -#: ../../operation/agentes/estado_monitores.php:382 -#: ../../operation/agentes/datos_agente.php:310 -#: ../../operation/agentes/stat_win.php:495 -#: ../../operation/netflow/nf_live_view.php:611 ../../operation/tree.php:397 -#: ../../operation/reporting/graph_viewer.php:253 -#: ../../operation/reporting/reporting_viewer.php:263 -#: ../../operation/reporting/reporting_viewer.php:283 -#: ../../godmode/alerts/configure_alert_template.php:1039 -#: ../../godmode/agentes/planned_downtime.editor.php:1143 -#: ../../godmode/setup/news.php:303 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1736 -msgid "Close" -msgstr "Cerrar" - -#: ../../enterprise/extensions/cron/functions.php:17 -#: ../../enterprise/extensions/cron/functions.php:27 -#: ../../enterprise/extensions/cron/functions.php:48 -#: ../../enterprise/extensions/cron/functions.php:80 -#: ../../enterprise/extensions/cron/functions.php:95 -#: ../../enterprise/extensions/cron/functions.php:136 -msgid "Report to build" -msgstr "Informe a construir" - -#: ../../enterprise/extensions/cron/functions.php:23 -msgid "Send to emails (separated by comma)" -msgstr "Enviar a emails (separados por comas)" - -#: ../../enterprise/extensions/cron/functions.php:33 -#: ../../enterprise/extensions/cron/functions.php:38 -#: ../../enterprise/extensions/cron/functions.php:54 -#: ../../enterprise/extensions/cron/functions.php:96 -#: ../../enterprise/extensions/cron/functions.php:137 -msgid "Save to disk into path" -msgstr "Guardar disco en la ruta" - -#: ../../enterprise/extensions/cron/functions.php:81 -msgid "Send to email" -msgstr "Enviar a correo-e" - -#: ../../enterprise/extensions/cron/functions.php:82 -msgid "Send custom report by email" -msgstr "Enviar un informe personalizado por correo" - -#: ../../enterprise/extensions/cron/functions.php:97 -#: ../../enterprise/extensions/cron/functions.php:138 -msgid "Save custom report to disk" -msgstr "Guardar el informe personalizado en el disco" - -#: ../../enterprise/extensions/cron/functions.php:110 -#: ../../enterprise/extensions/cron/functions.php:123 -msgid "Backup Pandora database" -msgstr "Copia de seguridad de la BD de Pandora FMS" - -#: ../../enterprise/extensions/cron/functions.php:153 -msgid "Not scheduled" -msgstr "No programada" - -#: ../../enterprise/extensions/cron/functions.php:154 -#: ../../enterprise/extensions/vmware/functions.php:24 -msgid "Hourly" -msgstr "Cada hora" - -#: ../../enterprise/extensions/cron/functions.php:155 -#: ../../enterprise/extensions/vmware/functions.php:25 -#: ../../godmode/agentes/module_manager_editor_prediction.php:159 -msgid "Daily" -msgstr "Diariamente" - -#: ../../enterprise/extensions/cron/functions.php:156 -#: ../../enterprise/extensions/vmware/functions.php:26 -#: ../../godmode/agentes/module_manager_editor_prediction.php:157 -#: ../../godmode/agentes/planned_downtime.editor.php:527 -msgid "Weekly" -msgstr "Semanalmente" - -#: ../../enterprise/extensions/cron/functions.php:157 -#: ../../enterprise/extensions/vmware/functions.php:27 -#: ../../godmode/agentes/module_manager_editor_prediction.php:158 -#: ../../godmode/agentes/planned_downtime.editor.php:528 -msgid "Monthly" -msgstr "Mensualmente" - -#: ../../enterprise/extensions/cron/functions.php:158 -#: ../../enterprise/extensions/vmware/functions.php:28 -msgid "Yearly" -msgstr "Anualmente" - -#: ../../enterprise/extensions/cron/functions.php:188 -#: ../../enterprise/godmode/setup/setup_acl.php:72 -#: ../../enterprise/godmode/setup/setup_acl.php:316 -#: ../../include/functions_html.php:645 ../../include/functions_html.php:646 -#: ../../include/functions_html.php:750 ../../include/functions_html.php:751 -msgid "Custom" -msgstr "Personalizado" - -#: ../../enterprise/extensions/cron/functions.php:362 -msgid "This is the automatic generated report" -msgstr "Éste es el informe generado automáticamente" - -#: ../../enterprise/extensions/cron/functions.php:365 -msgid "Open the attached file to view it" -msgstr "Abra el fichero adjunto para verlo" - -#: ../../enterprise/extensions/cron/functions.php:367 -#: ../../mobile/include/functions_web.php:82 -#: ../../mobile/include/ui.class.php:258 -msgid "Generated at" -msgstr "Generado el" - -#: ../../enterprise/extensions/cron/functions.php:371 -msgid "Please do not answer or reply to this email" -msgstr "No responda a este correo-e" - -#: ../../enterprise/extensions/vmware/vmware_manager.php:160 -msgid "Power Status: " -msgstr "Power status " - -#: ../../enterprise/extensions/vmware/vmware_manager.php:202 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:666 -msgid "Status: " -msgstr "Estado: " - -#: ../../enterprise/extensions/vmware/vmware_manager.php:206 -msgid "Change Status" -msgstr "Cambiar estado:" - -#: ../../enterprise/extensions/vmware/main.php:30 -msgid "WMware Plugin Settings" -msgstr "Ajustes Plugin WMware" - -#: ../../enterprise/extensions/vmware/main.php:75 -#: ../../extensions/files_repo/functions_files_repo.php:274 -msgid "There was an error updating the file" -msgstr "Se ha producido un error actualizando el fichero" - -#: ../../enterprise/extensions/vmware/main.php:125 -msgid "There was an error updating the execution data of the plugin" -msgstr "Hubo un error al actualizar los datos de ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:132 -msgid "There was an error activating the execution of the plugin" -msgstr "Hubo un error al activar la ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:179 -msgid "Config Path" -msgstr "Configurar Path" - -#: ../../enterprise/extensions/vmware/main.php:186 -msgid "Plugin Path" -msgstr "Plugin Path" - -#: ../../enterprise/extensions/vmware/main.php:208 -msgid "Config parameters" -msgstr "Parametros de configuración" - -#: ../../enterprise/extensions/vmware/main.php:215 -msgid "V-Center IP" -msgstr "IP V-Center" - -#: ../../enterprise/extensions/vmware/main.php:220 -msgid "Datacenter Name" -msgstr "Nombre de Datacenter" - -#: ../../enterprise/extensions/vmware/main.php:242 -msgid "Plugin execution" -msgstr "Ejecución del plugin" - -#: ../../enterprise/extensions/vmware/main.php:243 -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 "" -"Para habilitar la ejecución del plugin, esta extensión necesita que la " -"extensión \"Cron jobs\" esté instalada" - -#: ../../enterprise/extensions/vmware/main.php:275 -#: ../../enterprise/godmode/agentes/collections.php:217 -msgid "Apply changes" -msgstr "Aplicar Cambios" - -#: ../../enterprise/extensions/vmware/vmware_view.php:620 -#: ../../enterprise/extensions/vmware/vmware_view.php:1016 -msgid "Top 5 VMs CPU Usage" -msgstr "Top 5 VMs uso de la CPU" - -#: ../../enterprise/extensions/vmware/vmware_view.php:627 -#: ../../enterprise/extensions/vmware/vmware_view.php:1023 -msgid "Top 5 VMs Memory Usage" -msgstr "Top 5 VMs uso de la memoria" - -#: ../../enterprise/extensions/vmware/vmware_view.php:636 -#: ../../enterprise/extensions/vmware/vmware_view.php:1032 -msgid "Top 5 VMs Disk Usage" -msgstr "Top 5 VMs uso del disco" - -#: ../../enterprise/extensions/vmware/vmware_view.php:643 -#: ../../enterprise/extensions/vmware/vmware_view.php:1039 -msgid "Top 5 VMs Network Usage" -msgstr "Top 5 VMs uso de la red" - -#: ../../enterprise/extensions/vmware/vmware_view.php:686 -msgid "Host ESX" -msgstr "Host ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:905 -#: ../../enterprise/include/functions_services.php:1591 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/operation/agentes/policy_view.php:371 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:633 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:642 -#: ../../mobile/operation/modules.php:438 -#: ../../mobile/operation/modules.php:455 -#: ../../include/functions_modules.php:1846 -#: ../../include/functions_modules.php:1854 -#: ../../include/class/Tree.class.php:1476 -#: ../../operation/search_modules.php:108 -#: ../../operation/search_modules.php:125 -#: ../../operation/agentes/status_monitor.php:1123 -#: ../../operation/agentes/status_monitor.php:1140 -msgid "NORMAL" -msgstr "NORMAL" - -#: ../../enterprise/extensions/vmware/vmware_view.php:909 -#: ../../enterprise/include/functions_services.php:1595 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/operation/agentes/policy_view.php:363 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:625 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:647 -#: ../../mobile/operation/modules.php:442 -#: ../../mobile/operation/modules.php:460 -#: ../../include/functions_modules.php:1838 -#: ../../include/functions_modules.php:1858 -#: ../../include/class/Tree.class.php:1450 -#: ../../operation/search_modules.php:112 -#: ../../operation/search_modules.php:132 -#: ../../operation/agentes/status_monitor.php:1127 -#: ../../operation/agentes/status_monitor.php:1145 -msgid "CRITICAL" -msgstr "CRÍTICO" - -#: ../../enterprise/extensions/vmware/vmware_view.php:914 -#: ../../enterprise/include/functions_services.php:1599 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:367 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:629 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:652 -#: ../../mobile/operation/modules.php:446 -#: ../../mobile/operation/modules.php:465 -#: ../../include/functions_modules.php:1842 -#: ../../include/functions_modules.php:1862 -#: ../../include/class/Tree.class.php:1457 -#: ../../operation/search_modules.php:116 -#: ../../operation/search_modules.php:139 -#: ../../operation/agentes/status_monitor.php:1131 -#: ../../operation/agentes/status_monitor.php:1150 -msgid "WARNING" -msgstr "ADVERTENCIA" - -#: ../../enterprise/extensions/vmware/vmware_view.php:918 -#: ../../enterprise/include/functions_services.php:1606 -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/include/functions_services.php:1627 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 -#: ../../mobile/operation/modules.php:454 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:464 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1861 -#: ../../include/class/Tree.class.php:1462 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../operation/agentes/status_monitor.php:1139 -#: ../../operation/agentes/status_monitor.php:1144 -#: ../../operation/agentes/status_monitor.php:1149 -msgid "UNKNOWN" -msgstr "DESCONOCIDO" - -#: ../../enterprise/extensions/vmware/vmware_view.php:929 -msgid "CPU Usage" -msgstr "Uso de CPU" - -#: ../../enterprise/extensions/vmware/vmware_view.php:939 -msgid "Memory Usage" -msgstr "Uso de memoria" - -#: ../../enterprise/extensions/vmware/vmware_view.php:949 -msgid "Disk I/O Rate" -msgstr "Ratio I/O de disco" - -#: ../../enterprise/extensions/vmware/vmware_view.php:959 -msgid "Network Usage" -msgstr "Uso de red" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1070 -#: ../../enterprise/extensions/vmware/vmware_view.php:1089 -#: ../../enterprise/operation/menu.php:89 -#: ../../mobile/include/functions_web.php:21 -#: ../../operation/users/user_edit.php:299 -msgid "Dashboard" -msgstr "Dashboard" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1076 -msgid "ESX Detail" -msgstr "Detalle ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1094 -msgid "ESX details" -msgstr "Detalles ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1105 -msgid "VMware view" -msgstr "Vista VMware" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1188 -msgid "Show Datastores" -msgstr "Mostrar Datastores" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1191 -msgid "Show ESX" -msgstr "Mostrar ESX" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1194 -msgid "Show VM" -msgstr "Mostrar VM" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1212 -#: ../../operation/agentes/networkmap.php:530 -msgid "Zoom" -msgstr "Ampliación" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1223 -msgid "View options" -msgstr "Ver opciones" - -#: ../../enterprise/extensions/vmware/vmware_view.php:1270 -msgid "VMware map" -msgstr "Mapa VMware" - -#: ../../enterprise/extensions/vmware/functions.php:153 -#: ../../enterprise/extensions/vmware/functions.php:181 -msgid "The file does not exists" -msgstr "El fichero no existe" - -#: ../../enterprise/extensions/vmware/functions.php:157 -msgid "The file is not readable by HTTP Server" -msgstr "El archivo no se puede leer por el Servidor HTTP" - -#: ../../enterprise/extensions/vmware/functions.php:158 -#: ../../enterprise/extensions/vmware/functions.php:163 -msgid "Please check that the web server has write rights on the file" -msgstr "" -"Por favor, compruebe que el servidor web se escribe correctamente sobre el " -"archivo" - -#: ../../enterprise/extensions/vmware/functions.php:162 -msgid "The file is not writable by HTTP Server" -msgstr "El archivo no se puede escribir mediante el servidor HTTP" - -#: ../../enterprise/extensions/backup/main.php:53 -msgid "Pandora database backup utility" -msgstr "Utilidad de la copia de seguridad de BD de Pandora FMS" - -#: ../../enterprise/extensions/backup/main.php:57 -#: ../../enterprise/operation/log/log_viewer.php:150 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:31 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:33 -#: ../../operation/netflow/nf_live_view.php:111 -#: ../../godmode/netflow/nf_edit.php:43 -#: ../../godmode/setup/setup_general.php:177 -msgid "Not supported in Windows systems" -msgstr "No soportado en sistemas Windows" - -#: ../../enterprise/extensions/backup/main.php:66 -#: ../../enterprise/include/functions_inventory.php:507 -#: ../../enterprise/include/functions_reporting_csv.php:166 -#: ../../enterprise/include/functions_reporting_csv.php:211 -#: ../../enterprise/include/functions_reporting_pdf.php:943 -#: ../../enterprise/include/functions_reporting_pdf.php:949 -#: ../../enterprise/include/functions_reporting_pdf.php:961 -#: ../../enterprise/include/functions_log.php:318 -#: ../../enterprise/operation/agentes/agent_inventory.php:70 -#: ../../enterprise/operation/inventory/inventory.php:221 -#: ../../mobile/operation/tactical.php:263 -#: ../../extensions/users_connected.php:79 -#: ../../extensions/insert_data.php:166 -#: ../../include/functions_reporting.php:2217 -#: ../../include/functions_reporting.php:2230 ../../include/functions.php:2264 -#: ../../include/functions_reporting_html.php:1194 -#: ../../include/functions_reporting_html.php:1198 -#: ../../include/functions_reporting_html.php:1210 -#: ../../include/functions_reporting_html.php:2758 -#: ../../operation/integria_incidents/incident.tracking.php:23 -#: ../../operation/events/events.build_table.php:473 -#: ../../operation/netflow/nf_live_view.php:231 -#: ../../operation/reporting/graph_viewer.php:183 -#: ../../godmode/alerts/configure_alert_special_days.php:63 -#: ../../godmode/alerts/alert_special_days.php:161 -#: ../../godmode/admin_access_logs.php:190 -#: ../../godmode/reporting/reporting_builder.item_editor.php:971 -#: ../../general/logon_ok.php:223 ../../general/logon_ok.php:420 -msgid "Date" -msgstr "Fecha" - -#: ../../enterprise/extensions/backup/main.php:67 -#: ../../extensions/files_repo/files_repo_list.php:60 -#: ../../include/functions_filemanager.php:580 -#: ../../include/functions_visual_map_editor.php:107 -#: ../../include/functions_visual_map_editor.php:149 -#: ../../include/functions_visual_map_editor.php:411 -#: ../../include/functions_visual_map_editor.php:475 -#: ../../operation/integria_incidents/incident.files.php:45 -#: ../../operation/incidents/incident_detail.php:455 -#: ../../godmode/events/event_responses.editor.php:97 -msgid "Size" -msgstr "Tamaño" - -#: ../../enterprise/extensions/backup/main.php:94 -#: ../../godmode/agentes/planned_downtime.list.php:395 -#: ../../godmode/agentes/planned_downtime.list.php:444 -msgid "Running" -msgstr "Ejecutándose" - -#: ../../enterprise/extensions/backup/main.php:119 -msgid "Lost" -msgstr "Perdido" - -#: ../../enterprise/extensions/backup/main.php:126 -#: ../../extensions/files_repo/files_repo_list.php:94 -#: ../../extensions/system_info.php:466 -msgid "Download" -msgstr "Descargar" - -#: ../../enterprise/extensions/backup/main.php:145 -msgid "Backups list" -msgstr "Lista de copias de seguridad" - -#: ../../enterprise/extensions/backup/main.php:150 -msgid "Create backup" -msgstr "Crear copia de seguridad" - -#: ../../enterprise/extensions/csv_import_group/main.php:40 -#, php-format -msgid "Created group %s" -msgstr "Grupo creado %s" - -#: ../../enterprise/extensions/csv_import_group/main.php:41 -#, php-format -msgid "Could not create group %s" -msgstr "No se pudo crear el grupo %s" - -#: ../../enterprise/extensions/csv_import_group/main.php:46 -#: ../../enterprise/extensions/csv_import/main.php:46 -msgid "File processed" -msgstr "Archivo procesado" - -#: ../../enterprise/extensions/csv_import_group/main.php:56 -#: ../../enterprise/extensions/csv_import/main.php:56 -msgid "CSV format" -msgstr "Formato CVS" - -#: ../../enterprise/extensions/csv_import_group/main.php:57 -#: ../../enterprise/extensions/csv_import/main.php:57 -msgid "The CSV file must have the fields in the following order" -msgstr "El archivo CSV tiene que tener los campos en el siguiente orden" - -#: ../../enterprise/extensions/csv_import_group/main.php:72 -#: ../../enterprise/extensions/csv_import/main.php:72 -msgid "Upload file" -msgstr "Subir archivo" - -#: ../../enterprise/extensions/csv_import_group/main.php:75 -#: ../../enterprise/extensions/csv_import/main.php:79 -msgid "Separator" -msgstr "Separador" - -#: ../../enterprise/extensions/csv_import_group/main.php:79 -#: ../../enterprise/extensions/csv_import/main.php:83 -msgid "Upload CSV file" -msgstr "Subir archivo CSV" +#: ../../enterprise/extensions/csv_import.php:27 +msgid "CSV import" +msgstr "Importar CSV" + +#: ../../enterprise/extensions/translate_string.php:165 +#: ../../enterprise/extensions/translate_string.php:326 +msgid "Translate string" +msgstr "Traducir cadena" + +#: ../../enterprise/extensions/translate_string.php:254 +#: ../../enterprise/extensions/translate_string.php:255 +#: ../../enterprise/godmode/policies/policy_collections.php:176 +#: ../../enterprise/godmode/policies/policies.php:235 +#: ../../enterprise/godmode/agentes/collections.php:169 +#: ../../enterprise/godmode/agentes/collection_manager.php:44 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:139 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:140 +#: ../../godmode/admin_access_logs.php:65 +#: ../../godmode/admin_access_logs.php:66 +msgid "Free text for search (*)" +msgstr "Búsqueda libre de texto" + +#: ../../enterprise/extensions/translate_string.php:271 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:151 +msgid "Please search for anything text." +msgstr "Por favor haga una búsqueda de cualquier cadena de texto" + +#: ../../enterprise/extensions/translate_string.php:280 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:161 +msgid "Original string" +msgstr "Cadena original" + +#: ../../enterprise/extensions/translate_string.php:281 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:162 +msgid "Translation in selected language" +msgstr "Traducción en el idioma seleccionado" + +#: ../../enterprise/extensions/translate_string.php:282 +#: ../../enterprise/meta/advanced/metasetup.translate_string.php:163 +msgid "Customize translation" +msgstr "Personalizar traducción" #: ../../enterprise/extensions/ipam/ipam_network.php:104 msgid "No addresses found on this network" msgstr "No se han encontrado direcciones en esta red" #: ../../enterprise/extensions/ipam/ipam_network.php:121 +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:53 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:324 msgid "Subnet" msgstr "Subred" -#: ../../enterprise/extensions/ipam/ipam_network.php:127 -#: ../../enterprise/extensions/ipam/ipam_list.php:85 -#: ../../enterprise/operation/services/services.list.php:166 -#: ../../enterprise/godmode/services/services.service.php:244 -#: ../../godmode/servers/manage_recontask_form.php:250 -#: ../../godmode/servers/manage_recontask.php:340 -msgid "Manual" -msgstr "Manual" - -#: ../../enterprise/extensions/ipam/ipam_network.php:140 -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 -#: ../../enterprise/extensions/ipam/ipam_list.php:62 -#: ../../extensions/system_info.php:480 ../../extensions/system_info.php:526 -#: ../../godmode/events/event_responses.editor.php:93 -msgid "Location" -msgstr "Ubicación" - -#: ../../enterprise/extensions/ipam/ipam_network.php:154 -#: ../../enterprise/operation/services/services.list.php:446 -#: ../../enterprise/godmode/agentes/inventory_manager.php:270 -#: ../../include/functions_groups.php:741 -#: ../../include/functions_groups.php:934 ../../include/functions_ui.php:823 -#: ../../include/ajax/module.php:757 -#: ../../operation/agentes/group_view.php:145 -#: ../../operation/agentes/group_view.php:195 -#: ../../operation/agentes/estado_generalagente.php:616 -#: ../../operation/servers/recon_view.php:86 -#: ../../operation/servers/recon_view.php:118 -msgid "Force" -msgstr "Forzar" - -#: ../../enterprise/extensions/ipam/ipam_network.php:171 -#: ../../operation/menu.php:271 ../../operation/menu.php:359 -#: ../../operation/integria_incidents/incident_statistics.php:29 -#: ../../operation/events/event_statistics.php:32 -#: ../../operation/snmpconsole/snmp_view.php:69 -#: ../../operation/snmpconsole/snmp_statistics.php:61 -#: ../../operation/incidents/incident_statistics.php:30 -msgid "Statistics" -msgstr "Estadísticas" - #: ../../enterprise/extensions/ipam/ipam_network.php:219 msgid "Total IPs" msgstr "IPs totales" #: ../../enterprise/extensions/ipam/ipam_network.php:225 #: ../../enterprise/extensions/ipam/ipam_network.php:550 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 msgid "Alive" msgstr "Activo" @@ -9776,27 +12784,14 @@ msgid "Not Reserved" msgstr "No reservado" #: ../../enterprise/extensions/ipam/ipam_network.php:269 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 #: ../../enterprise/godmode/alerts/alert_events_list.php:420 #: ../../enterprise/godmode/alerts/alert_events_rules.php:406 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 #: ../../godmode/reporting/reporting_builder.list_items.php:306 #: ../../godmode/reporting/reporting_builder.list_items.php:501 msgid "Sort" msgstr "Ordenar" -#: ../../enterprise/extensions/ipam/ipam_network.php:272 -#: ../../enterprise/extensions/ipam/ipam_network.php:273 -#: ../../enterprise/include/functions_reporting_pdf.php:2235 -#: ../../extensions/users_connected.php:78 ../../extensions/api_checker.php:90 -#: ../../include/functions_visual_map_editor.php:613 -#: ../../include/functions_reporting_html.php:1281 -#: ../../include/functions_reporting_html.php:1485 -#: ../../godmode/admin_access_logs.php:69 -#: ../../godmode/admin_access_logs.php:70 -#: ../../godmode/reporting/visual_console_builder.elements.php:545 -msgid "IP" -msgstr "IP" - #: ../../enterprise/extensions/ipam/ipam_network.php:272 msgid "DESC" msgstr "DESC" @@ -9809,7 +12804,7 @@ msgstr "ASC" #: ../../enterprise/extensions/ipam/ipam_network.php:275 #: ../../enterprise/extensions/ipam/ipam_network.php:536 #: ../../enterprise/extensions/ipam/ipam_ajax.php:157 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 +#: ../../enterprise/extensions/ipam/ipam_excel.php:116 msgid "Hostname" msgstr "Nombre de máquina" @@ -9834,21 +12829,6 @@ msgstr "Actual -> Antiguo" msgid "Older -> Newer" msgstr "Antiguo -> Actual" -#: ../../enterprise/extensions/ipam/ipam_network.php:281 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:165 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:216 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1770 -#: ../../mobile/operation/modules.php:254 -#: ../../mobile/operation/alerts.php:188 ../../mobile/operation/events.php:637 -#: ../../mobile/operation/agents.php:194 -#: ../../operation/events/events_list.php:401 -#: ../../operation/snmpconsole/snmp_view.php:403 -#: ../../godmode/events/event_edit_filter.php:236 -#: ../../godmode/snmpconsole/snmp_alert.php:893 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1307 -msgid "Free search" -msgstr "Búsqueda libre" - #: ../../enterprise/extensions/ipam/ipam_network.php:284 msgid "Exact address match" msgstr "Coincide la dirección exacta" @@ -9897,31 +12877,6 @@ msgstr "Deshabilitar direción" msgid "This address will not be updated by the server" msgstr "Esta direción no se actualizará por el servidor" -#: ../../enterprise/extensions/ipam/ipam_network.php:535 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:41 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:152 -#: ../../enterprise/extensions/ipam/ipam_excel.php:120 -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:84 -#: ../../operation/agentes/ver_agente.php:674 -msgid "Address" -msgstr "Dirección" - -#: ../../enterprise/extensions/ipam/ipam_network.php:543 -#: ../../enterprise/extensions/ipam/ipam_network.php:654 -#: ../../enterprise/extensions/ipam/ipam_massive.php:69 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:93 -#: ../../enterprise/extensions/ipam/ipam_ajax.php:206 -#: ../../mobile/operation/events.php:513 ../../include/functions.php:2266 -#: ../../include/functions_reporting_html.php:2760 -#: ../../include/ajax/events.php:301 ../../operation/users/user_edit.php:364 -#: ../../godmode/users/configure_user.php:482 -#: ../../godmode/servers/manage_recontask_form.php:354 -#: ../../godmode/admin_access_logs.php:192 ../../general/logon_ok.php:225 -#: ../../general/logon_ok.php:422 -msgid "Comments" -msgstr "Comentarios" - #: ../../enterprise/extensions/ipam/ipam_network.php:574 #: ../../enterprise/extensions/ipam/ipam_network.php:609 #: ../../enterprise/extensions/ipam/ipam_network.php:632 @@ -9946,278 +12901,28 @@ msgstr "Actualizar direción de agente" msgid "Please, uncheck auto option to set manual agent." msgstr "Desmarcar la opción auto para establecer agente manual" -#: ../../enterprise/extensions/ipam/ipam_action.php:66 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -#: ../../enterprise/godmode/alerts/alert_events_list.php:161 -#: ../../enterprise/godmode/alerts/alert_events_list.php:205 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:282 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:118 -#: ../../enterprise/godmode/modules/local_components.php:319 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:191 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:245 -#: ../../enterprise/godmode/policies/policies.php:175 -#: ../../enterprise/godmode/policies/policy_collections.php:69 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_agents.php:91 -#: ../../enterprise/godmode/policies/policy_modules.php:920 -#: ../../enterprise/godmode/policies/policy_alerts.php:165 -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:96 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:141 -#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:486 -#: ../../operation/messages/message_list.php:57 -#: ../../operation/snmpconsole/snmp_view.php:96 -#: ../../operation/gis_maps/gis_map.php:75 -#: ../../operation/incidents/incident.php:62 -#: ../../operation/incidents/incident_detail.php:86 -#: ../../operation/incidents/incident_detail.php:115 -#: ../../godmode/users/configure_user.php:413 -#: ../../godmode/alerts/alert_commands.php:313 -#: ../../godmode/alerts/alert_special_days.php:152 -#: ../../godmode/alerts/alert_list.php:142 -#: ../../godmode/alerts/alert_list.php:184 -#: ../../godmode/alerts/alert_templates.php:225 -#: ../../godmode/alerts/alert_actions.php:333 ../../godmode/setup/news.php:98 -#: ../../godmode/setup/gis.php:55 -#: ../../godmode/massive/massive_delete_alerts.php:157 -#: ../../godmode/massive/massive_delete_tags.php:152 -#: ../../godmode/massive/massive_delete_action_alerts.php:106 -#: ../../godmode/modules/manage_network_components.php:352 -#: ../../godmode/reporting/reporting_builder.php:414 -msgid "Could not be deleted" -msgstr "No se pudo borrar" - -#: ../../enterprise/extensions/ipam/ipam_action.php:69 -#: ../../enterprise/godmode/alerts/alert_events_list.php:160 -#: ../../enterprise/godmode/alerts/alert_events_list.php:204 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:281 -#: ../../enterprise/godmode/setup/setup_metaconsole.php:117 -#: ../../enterprise/godmode/modules/local_components.php:318 -#: ../../enterprise/godmode/reporting/graph_template_list.php:86 -#: ../../enterprise/godmode/reporting/graph_template_list.php:106 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:190 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:244 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:98 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:119 -#: ../../enterprise/godmode/policies/policies.php:174 -#: ../../extensions/files_repo.php:166 ../../operation/events/events.php:485 -#: ../../operation/messages/message_list.php:56 -#: ../../operation/messages/message_list.php:73 -#: ../../operation/snmpconsole/snmp_view.php:95 -#: ../../operation/gis_maps/gis_map.php:74 -#: ../../operation/incidents/incident.php:61 -#: ../../operation/incidents/incident_detail.php:85 -#: ../../operation/incidents/incident_detail.php:114 -#: ../../operation/reporting/graph_viewer.php:34 -#: ../../operation/reporting/graph_viewer.php:41 -#: ../../godmode/events/event_filter.php:52 -#: ../../godmode/events/event_filter.php:73 -#: ../../godmode/users/configure_user.php:412 -#: ../../godmode/users/user_list.php:147 ../../godmode/users/user_list.php:188 -#: ../../godmode/users/profile_list.php:94 -#: ../../godmode/snmpconsole/snmp_alert.php:459 -#: ../../godmode/snmpconsole/snmp_filters.php:76 -#: ../../godmode/alerts/alert_commands.php:312 -#: ../../godmode/alerts/alert_special_days.php:151 -#: ../../godmode/alerts/alert_list.php:142 -#: ../../godmode/alerts/alert_list.php:184 -#: ../../godmode/alerts/alert_templates.php:224 -#: ../../godmode/alerts/alert_actions.php:332 -#: ../../godmode/agentes/planned_downtime.list.php:105 -#: ../../godmode/netflow/nf_item_list.php:105 -#: ../../godmode/netflow/nf_item_list.php:126 -#: ../../godmode/netflow/nf_edit.php:76 ../../godmode/netflow/nf_edit.php:100 -#: ../../godmode/setup/news.php:97 ../../godmode/setup/links.php:69 -#: ../../godmode/setup/gis.php:57 -#: ../../godmode/massive/massive_delete_alerts.php:156 -#: ../../godmode/massive/massive_delete_modules.php:236 -#: ../../godmode/massive/massive_delete_tags.php:151 -#: ../../godmode/massive/massive_delete_action_alerts.php:105 -#: ../../godmode/modules/manage_nc_groups.php:122 -#: ../../godmode/modules/manage_network_components.php:351 -#: ../../godmode/reporting/map_builder.php:87 -#: ../../godmode/reporting/graphs.php:79 ../../godmode/reporting/graphs.php:87 -#: ../../godmode/reporting/graphs.php:129 -#: ../../godmode/reporting/reporting_builder.php:413 -msgid "Successfully deleted" -msgstr "Borrado correctamente" - -#: ../../enterprise/extensions/ipam/ipam_action.php:84 -#: ../../enterprise/extensions/ipam/ipam_action.php:120 -msgid "Incorrect format in Subnet field" -msgstr "Formato incorrecto en el campo Subred" - -#: ../../enterprise/extensions/ipam/ipam_action.php:88 -#: ../../enterprise/extensions/ipam/ipam_action.php:125 -msgid "The location is not filled, please add a location." -msgstr "La ubicación no está rellena, por favor, añadir una ubicación." - -#: ../../enterprise/extensions/ipam/ipam_action.php:133 -#: ../../enterprise/extensions/ipam/ipam_massive.php:42 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -#: ../../enterprise/godmode/alerts/alert_events_list.php:95 -#: ../../enterprise/godmode/alerts/alert_events.php:375 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:159 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:98 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:120 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:106 -#: ../../enterprise/godmode/modules/local_components.php:297 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:52 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:67 -#: ../../enterprise/godmode/policies/policies.php:159 -#: ../../enterprise/godmode/policies/policy_modules.php:862 -#: ../../include/functions_planned_downtimes.php:122 -#: ../../operation/snmpconsole/snmp_view.php:115 -#: ../../operation/incidents/incident.php:106 -#: ../../godmode/alerts/configure_alert_command.php:94 -#: ../../godmode/alerts/alert_special_days.php:135 -#: ../../godmode/alerts/configure_alert_template.php:442 -#: ../../godmode/alerts/alert_templates.php:152 -#: ../../godmode/alerts/alert_actions.php:263 -#: ../../godmode/agentes/planned_downtime.editor.php:353 -#: ../../godmode/setup/gis.php:41 -#: ../../godmode/massive/massive_edit_modules.php:153 -#: ../../godmode/modules/manage_network_components.php:325 -msgid "Could not be updated" -msgstr "No se pudo actualizar" - -#: ../../enterprise/extensions/ipam/ipam_action.php:136 -#: ../../enterprise/extensions/ipam/ipam_massive.php:41 -#: ../../enterprise/godmode/alerts/alert_events_list.php:94 -#: ../../enterprise/godmode/alerts/alert_events.php:374 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:158 -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:97 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:119 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:104 -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:66 -#: ../../enterprise/godmode/policies/policy_modules.php:861 -#: ../../include/functions_planned_downtimes.php:125 -#: ../../operation/snmpconsole/snmp_view.php:114 -#: ../../operation/incidents/incident.php:105 -#: ../../godmode/events/event_edit_filter.php:158 -#: ../../godmode/users/profile_list.php:223 -#: ../../godmode/snmpconsole/snmp_alert.php:299 -#: ../../godmode/snmpconsole/snmp_filters.php:54 -#: ../../godmode/alerts/configure_alert_command.php:93 -#: ../../godmode/alerts/alert_special_days.php:134 -#: ../../godmode/alerts/configure_alert_template.php:441 -#: ../../godmode/alerts/alert_templates.php:151 -#: ../../godmode/alerts/alert_actions.php:262 -#: ../../godmode/agentes/planned_downtime.editor.php:362 -#: ../../godmode/agentes/configurar_agente.php:769 -#: ../../godmode/netflow/nf_edit_form.php:131 ../../godmode/setup/news.php:87 -#: ../../godmode/setup/links.php:58 ../../godmode/setup/gis.php:39 -#: ../../godmode/massive/massive_edit_modules.php:152 -#: ../../godmode/modules/manage_nc_groups.php:98 -msgid "Successfully updated" -msgstr "Actualizado correctamente" - -#: ../../enterprise/extensions/ipam/ipam_action.php:195 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:345 -msgid "Could not be updated." -msgstr "No se puede actualizar" - -#: ../../enterprise/extensions/ipam/ipam_action.php:199 -msgid "Successfully updated." -msgstr "Actualizado con éxito." - -#: ../../enterprise/extensions/ipam/ipam_action.php:203 -#: ../../include/functions_reporting.php:1414 -msgid "No changes found." -msgstr "No se han encontrado cambios." - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 -msgid "Export to Excel" -msgstr "Exportar a Excel" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 -msgid "Assign next free IP" -msgstr "Asignar la siguiente IP libre" - -#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 -msgid "Next available IP" -msgstr "Siguiente IP disponible" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:34 -msgid "Network not found" -msgstr "Red no encontrada" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:58 -#: ../../operation/incidents/incident.php:257 -msgid "All users" -msgstr "Todos los usuarios" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -#: ../../enterprise/extensions/ipam/ipam_list.php:60 -#: ../../enterprise/extensions/ipam/ipam_calculator.php:136 -#: ../../operation/servers/recon_view.php:95 -#: ../../godmode/servers/manage_recontask_form.php:241 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Network" -msgstr "Red" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:67 -msgid "Format: IP/Mask" -msgstr "Formato: IP/Máscara" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:69 -msgid "Examples" -msgstr "Ejemplos" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:76 -msgid "For example: Central Data Center" -msgstr "Por ejemplo: Central General de Datos" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "Scan interval" -msgstr "Comprobar intervalo" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:80 -msgid "0 for manually scan" -msgstr "0 para comprobación manual" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -msgid "Operator users" -msgstr "Usuarios del operador" - -#: ../../enterprise/extensions/ipam/ipam_editor.php:85 -msgid "" -"The list of users can manage the networks in the IPAM. Only the admin users " -"can manage networks and edit the networks." -msgstr "" -"Los usuarios de la lista pueden gestionar las redes en IPAM. Solo los " -"usuarios administradores pueden gestionar y modificar las redes." - #: ../../enterprise/extensions/ipam/ipam_massive.php:68 msgid "Addresses" msgstr "Direcciones" -#: ../../enterprise/extensions/ipam/ipam_list.php:45 -msgid "No networks found" -msgstr "No se ha encontrado ninguna red" +#: ../../enterprise/extensions/ipam/ipam_action.php:79 +#: ../../enterprise/extensions/ipam/ipam_action.php:115 +msgid "Incorrect format in Subnet field" +msgstr "Formato incorrecto en el campo Subred" -#: ../../enterprise/extensions/ipam/ipam_list.php:65 -msgid "IPs" -msgstr "IPs" +#: ../../enterprise/extensions/ipam/ipam_action.php:83 +#: ../../enterprise/extensions/ipam/ipam_action.php:120 +msgid "The location is not filled, please add a location." +msgstr "La ubicación no está rellena, por favor, añadir una ubicación." -#: ../../enterprise/extensions/ipam/ipam_list.php:66 -#: ../../enterprise/operation/services/services.service.php:135 -#: ../../enterprise/operation/services/services.list.php:322 -#: ../../extensions/agents_modules.php:56 -#: ../../extensions/agents_alerts.php:55 -#: ../../operation/agentes/group_view.php:58 -#: ../../operation/agentes/tactical.php:46 -msgid "Last update" -msgstr "Última actualización" +#: ../../enterprise/extensions/ipam/ipam_action.php:194 +msgid "Successfully updated." +msgstr "Actualizado con éxito." -#: ../../enterprise/extensions/ipam/ipam_list.php:107 -msgid "Edit network" -msgstr "Modificar red" - -#: ../../enterprise/extensions/ipam/ipam_list.php:111 -msgid "Delete network" -msgstr "Eliminar red" +#: ../../enterprise/extensions/ipam/ipam_action.php:198 +#: ../../include/functions_reporting.php:1431 +msgid "No changes found." +msgstr "No se han encontrado cambios." #: ../../enterprise/extensions/ipam/ipam_calculator.php:43 #: ../../enterprise/extensions/ipam/ipam_calculator.php:44 @@ -10295,6 +13000,50 @@ msgstr "Última IP válida" msgid "Hosts/Net" msgstr "Hosts/Red" +#: ../../enterprise/extensions/ipam/ipam_editor.php:35 +msgid "Network not found" +msgstr "Red no encontrada" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:69 +msgid "Format: IP/Mask" +msgstr "Formato: IP/Máscara" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:71 +msgid "Examples" +msgstr "Ejemplos" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:89 +msgid "For example: Central Data Center" +msgstr "Por ejemplo: Central General de Datos" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 +msgid "Scan interval" +msgstr "Comprobar intervalo" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:93 +msgid "0 for manually scan" +msgstr "0 para comprobación manual" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:95 +#: ../../enterprise/godmode/setup/setup_history.php:68 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +#: ../../include/functions_config.php:666 +msgid "Days" +msgstr "Días" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 +msgid "Operator users" +msgstr "Usuarios del operador" + +#: ../../enterprise/extensions/ipam/ipam_editor.php:98 +msgid "" +"The list of users can manage the networks in the IPAM. Only the admin users " +"can manage networks and edit the networks." +msgstr "" +"Los usuarios de la lista pueden gestionar las redes en IPAM. Solo los " +"usuarios administradores pueden gestionar y modificar las redes." + #: ../../enterprise/extensions/ipam/ipam_ajax.php:84 msgid "There is not an available IP." msgstr "No hay una IP disponible" @@ -10323,38 +13072,22 @@ msgstr "Este agente tiene otras IPs" msgid "Generate events" msgstr "Generar eventos" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:210 -#: ../../include/ajax/events.php:299 -#: ../../operation/integria_incidents/incident.list.php:99 -msgid "Details" -msgstr "Detalles" - -#: ../../enterprise/extensions/ipam/ipam_ajax.php:216 -#: ../../extensions/system_info.php:475 -msgid "Created" -msgstr "Creado" - #: ../../enterprise/extensions/ipam/ipam_ajax.php:226 msgid "Edited" msgstr "Modificado" -#: ../../enterprise/extensions/ipam/ipam_ajax.php:236 -#: ../../operation/integria_incidents/incident.php:70 -msgid "Tracking" -msgstr "Seguimiento" - #: ../../enterprise/extensions/ipam/ipam_ajax.php:252 msgid "Ping" msgstr "Ping" #: ../../enterprise/extensions/ipam/ipam_ajax.php:269 -#: ../../include/ajax/events.php:157 +#: ../../include/ajax/events.php:158 #, php-format msgid "Executing command: %s" msgstr "Ejecutar comando:%s" #: ../../enterprise/extensions/ipam/ipam_ajax.php:276 -#: ../../include/ajax/events.php:164 +#: ../../include/ajax/events.php:165 msgid "Execute again" msgstr "Ejecutar de nuevo" @@ -10362,278 +13095,8455 @@ msgstr "Ejecutar de nuevo" msgid "Ping to host" msgstr "Ping a una máquina" -#: ../../enterprise/extensions/backup.php:63 -msgid "Backup" -msgstr "Copia de seguridad" +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:21 +msgid "Export to Excel" +msgstr "Exportar a Excel" -#: ../../enterprise/extensions/vmware.php:46 -msgid "VMware" -msgstr "VMware" +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:59 +msgid "Assign next free IP" +msgstr "Asignar la siguiente IP libre" -#: ../../enterprise/extensions/resource_exportation/functions.php:19 -#: ../../extensions/resource_exportation.php:350 -#: ../../extensions/resource_exportation.php:353 -#: ../../operation/agentes/exportdata.php:332 -msgid "Export" -msgstr "Exportar" +#: ../../enterprise/extensions/ipam/include/functions_ipam.php:73 +msgid "Next available IP" +msgstr "Siguiente IP disponible" -#: ../../enterprise/extensions/csv_import/main.php:40 -#, php-format -msgid "Created agent %s" -msgstr "Agente creado %s" +#: ../../enterprise/extensions/ipam/ipam_list.php:133 +msgid "No networks found" +msgstr "No se ha encontrado ninguna red" -#: ../../enterprise/extensions/csv_import_group.php:27 -msgid "CSV import group" -msgstr "Importar el grupo a CSV" +#: ../../enterprise/extensions/ipam/ipam_list.php:175 +msgid "IPs" +msgstr "IPs" -#: ../../enterprise/extensions/resource_registration/functions.php:37 -#, php-format -msgid "Error create '%s' policy, the name exist and there aren't free name." +#: ../../enterprise/extensions/ipam/ipam_list.php:239 +msgid "Edit network" +msgstr "Modificar red" + +#: ../../enterprise/extensions/ipam/ipam_list.php:243 +msgid "Delete network" +msgstr "Eliminar red" + +#: ../../enterprise/extensions/cron/main.php:45 +msgid "Add new job" +msgstr "Añadir nueva tarea" + +#: ../../enterprise/extensions/cron/main.php:79 +#: ../../enterprise/extensions/cron/main.php:133 +#, fuzzy +msgid "Path doesn't exists or is not writable" +msgstr "La ruta no existe o no se puede escribir en ella" + +#: ../../enterprise/extensions/cron/main.php:111 +#: ../../enterprise/extensions/cron/main.php:126 +msgid "Edit job" +msgstr "Editar tarea" + +#: ../../enterprise/extensions/cron/main.php:152 +msgid "Cron extension is not running" +msgstr "La extensión de tareas programadas (cron) no está ejecutándose" + +#: ../../enterprise/extensions/cron/main.php:153 +msgid "Cron extension has never run or it's not configured well" msgstr "" -"Error al crear política '%s', el nombre ya existe. Ese nombre no está libre." +"La extensión de tareas programadas (cron) no se ha ejecutado nunca o no está " +"configurada correctamente" -#: ../../enterprise/extensions/resource_registration/functions.php:44 +#: ../../enterprise/extensions/cron/main.php:155 +msgid "" +"This extension relies on a proper setup of cron, the time-based scheduling " +"service" +msgstr "" +"Esta extensión se basa en una correcta configuración de cron, el servicio de " +"planificación basado en el tiempo" + +#: ../../enterprise/extensions/cron/main.php:157 +msgid "Please, add the following line to your crontab file" +msgstr "Añada la siguiente linea a su archivo crontab" + +#: ../../enterprise/extensions/cron/main.php:163 +msgid "Last execution" +msgstr "Última ejecución" + +#: ../../enterprise/extensions/cron/main.php:170 +msgid "Cron extension is running" +msgstr "La extensión Cron se está ejecutando" + +#: ../../enterprise/extensions/cron/main.php:179 +msgid "Scheduled jobs" +msgstr "Tareas programadas" + +#: ../../enterprise/extensions/cron/main.php:188 +#: ../../enterprise/extensions/cron/main.php:286 +msgid "Task" +msgstr "Tarea" + +#: ../../enterprise/extensions/cron/main.php:190 +msgid "First_execution" +msgstr "First_execution" + +#: ../../enterprise/extensions/cron/main.php:191 +msgid "" +"Maybe the first run is not exactly equal to this value because the cron " +"configuration is diferent." +msgstr "" +"Quizá la primera ejecución no es exactamente igual a este valor porque la " +"configuración de cron es diferente." + +#: ../../enterprise/extensions/cron/main.php:192 +msgid "Last run" +msgstr "Última ejecución" + +#: ../../enterprise/extensions/cron/main.php:203 +msgid "Force run" +msgstr "Forzar ejecución" + +#: ../../enterprise/extensions/cron/main.php:224 +#: ../../enterprise/extensions/cron/functions.php:44 +#: ../../godmode/servers/manage_recontask_form.php:233 +msgid "Custom script" +msgstr "Script personalizado" + +#: ../../enterprise/extensions/cron/main.php:237 +#: ../../enterprise/extensions/cron/main.php:251 +msgid "Path" +msgstr "Ruta" + +#: ../../enterprise/extensions/cron/main.php:298 +msgid "First execution" +msgstr "Primera ejecución" + +#: ../../enterprise/extensions/cron/main.php:303 +#: ../../godmode/events/event_responses.editor.php:111 +#: ../../include/functions_events.php:1815 +msgid "Parameters" +msgstr "Parámetros" + +#: ../../enterprise/extensions/cron/functions.php:17 +#: ../../enterprise/extensions/cron/functions.php:27 +#: ../../enterprise/extensions/cron/functions.php:48 +#: ../../enterprise/extensions/cron/functions.php:80 +#: ../../enterprise/extensions/cron/functions.php:95 +#: ../../enterprise/extensions/cron/functions.php:136 +msgid "Report to build" +msgstr "Informe a construir" + +#: ../../enterprise/extensions/cron/functions.php:23 +msgid "Send to emails (separated by comma)" +msgstr "Enviar a emails (separados por comas)" + +#: ../../enterprise/extensions/cron/functions.php:33 +#: ../../enterprise/extensions/cron/functions.php:38 +#: ../../enterprise/extensions/cron/functions.php:54 +#: ../../enterprise/extensions/cron/functions.php:96 +#: ../../enterprise/extensions/cron/functions.php:137 +msgid "Save to disk into path" +msgstr "Guardar disco en la ruta" + +#: ../../enterprise/extensions/cron/functions.php:81 +msgid "Send to email" +msgstr "Enviar a correo-e" + +#: ../../enterprise/extensions/cron/functions.php:82 +msgid "Send custom report by email" +msgstr "Enviar un informe personalizado por correo" + +#: ../../enterprise/extensions/cron/functions.php:97 +#: ../../enterprise/extensions/cron/functions.php:138 +msgid "Save custom report to disk" +msgstr "Guardar el informe personalizado en el disco" + +#: ../../enterprise/extensions/cron/functions.php:110 +#: ../../enterprise/extensions/cron/functions.php:123 +msgid "Backup Pandora database" +msgstr "Copia de seguridad de la BD de Pandora FMS" + +#: ../../enterprise/extensions/cron/functions.php:153 +msgid "Not scheduled" +msgstr "No programada" + +#: ../../enterprise/extensions/cron/functions.php:188 +#: ../../enterprise/godmode/setup/setup_acl.php:72 +#: ../../enterprise/godmode/setup/setup_acl.php:316 +#: ../../include/functions_html.php:640 ../../include/functions_html.php:641 +#: ../../include/functions_html.php:764 ../../include/functions_html.php:765 +msgid "Custom" +msgstr "Personalizado" + +#: ../../enterprise/extensions/cron/functions.php:362 +msgid "This is the automatic generated report" +msgstr "Éste es el informe generado automáticamente" + +#: ../../enterprise/extensions/cron/functions.php:365 +msgid "Open the attached file to view it" +msgstr "Abra el fichero adjunto para verlo" + +#: ../../enterprise/extensions/cron/functions.php:367 +#: ../../mobile/include/ui.class.php:258 +#: ../../mobile/include/functions_web.php:82 +msgid "Generated at" +msgstr "Generado el" + +#: ../../enterprise/extensions/cron/functions.php:371 +msgid "Please do not answer or reply to this email" +msgstr "No responda a este correo-e" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Invalid licence." +msgstr "Licencia inválida" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Please contact Artica at info@artica.es for a valid licence." +msgstr "" +"Por favor contacte con Ártica en info@artica.es para una licencia válida." + +#: ../../enterprise/load_enterprise.php:1 +msgid "Or disable Pandora FMS enterprise" +msgstr "O desactive Pandora FMS Enterprise" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Request new licence" +msgstr "Solicitar una nueva licencia" + +#: ../../enterprise/load_enterprise.php:1 #, php-format msgid "" -"Warning create '%s' policy, the name exist, the policy have a name %s." +"License out of limits

" +"This license allows %d agents and you have %d agents configured." msgstr "" -"Política de advertencia creada '%s', el nombre existe, la política tiene un " -"nombre %s." +"License out of limits " +"

Esta licencia es para %d agentes y tiene %d agentes configurados." -#: ../../enterprise/extensions/resource_registration/functions.php:51 -msgid "Error the policy haven't name." -msgstr "Error la política no tiene nombre." - -#: ../../enterprise/extensions/resource_registration/functions.php:65 +#: ../../enterprise/load_enterprise.php:1 #, php-format -msgid "Success create '%s' policy." -msgstr "Política '%s' creada correctamente" +msgid "" +"License out of limits

" +"This license allows %d modules and you have %d modules configured." +msgstr "" +" Licencia fuera de límites
" +"Esta licencia permite %d módulos y tiene módulos %d configurados." -#: ../../enterprise/extensions/resource_registration/functions.php:66 +#: ../../enterprise/load_enterprise.php:1 +msgid "" +"This license has expired. " +"

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

No podrá actualizar Pandora FMS hasta que no renueve la licencia." + +#: ../../enterprise/load_enterprise.php:1 +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 "" +"Para continuar usando Pandora FMS, por favor, desactive Pandora FMS " +"Enterprise cambiando el nombre de la Enteprise en el directorio de la " +"consola.

o contacte con Ártica ST para obtener una licencia válida " +"(info@artica.es)" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Please contact Artica at info@artica.es to renew the license." +msgstr "" +"Por favor, contacte con Ártica ST (info@artica.es) para renovar la licencia." + +#: ../../enterprise/load_enterprise.php:1 +msgid "Renew" +msgstr "Renovar" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Activate license" +msgstr "Activar licencia" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Your request key is:" +msgstr "Su clave es:" + +#: ../../enterprise/load_enterprise.php:1 #, php-format -msgid "Error create '%s' policy." -msgstr "Error al crear la política '%s'." +msgid "" +"You can activate it manually here or " +"automatically filling the form below:" +msgstr "" +"Lo puede activar manualmente aqui o " +"automáticamente rellenando el siguiente formulario:" -#: ../../enterprise/extensions/resource_registration/functions.php:102 +#: ../../enterprise/load_enterprise.php:1 +msgid "Auth Key:" +msgstr "Clave de autenticación" + +#: ../../enterprise/load_enterprise.php:1 +msgid "Online validation" +msgstr "Validación en línea" + +#: ../../enterprise/load_enterprise.php:1 +msgid "ERROR:" +msgstr "ERROR:" + +#: ../../enterprise/load_enterprise.php:1 +msgid "When connecting to Artica server." +msgstr "Cuando se conecta al servidor de Ártica." + +#: ../../enterprise/godmode/policies/policy_collections.php:37 +#: ../../enterprise/godmode/policies/policy_modules.php:444 +#: ../../enterprise/godmode/policies/policies.php:191 +#: ../../enterprise/godmode/policies/policy_agents.php:80 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 +#: ../../enterprise/godmode/policies/policy_linking.php:32 +#: ../../enterprise/godmode/policies/policy_alerts.php:60 +#: ../../godmode/agentes/module_manager_editor.php:348 +msgid "This policy is applying and cannot be modified" +msgstr "Esta política se está aplicando y no puede ser modificada" + +#: ../../enterprise/godmode/policies/policy_collections.php:68 +msgid "" +"Successfully added to delete the collection. Will be deleted in the next " +"policy application." +msgstr "" +"Añadido correctamente a la colección. Se eliminará en la próxima aplicación " +"de política." + +#: ../../enterprise/godmode/policies/policy_collections.php:73 +#: ../../enterprise/godmode/policies/policy_plugins.php:42 +#: ../../enterprise/godmode/policies/policy_modules.php:956 +#: ../../enterprise/godmode/policies/policy_agents.php:95 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 +#: ../../enterprise/godmode/policies/policy_alerts.php:169 +msgid "Successfully reverted deletion" +msgstr "Eliminación revertida correctamente" + +#: ../../enterprise/godmode/policies/policy_collections.php:74 +#: ../../enterprise/godmode/policies/policy_plugins.php:43 +#: ../../enterprise/godmode/policies/policy_modules.php:957 +#: ../../enterprise/godmode/policies/policy_agents.php:96 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 +#: ../../enterprise/godmode/policies/policy_alerts.php:170 +msgid "Could not be reverted" +msgstr "No pudo ser revertido" + +#: ../../enterprise/godmode/policies/policy_collections.php:122 +#: ../../enterprise/godmode/policies/policy_collections.php:193 +#: ../../enterprise/godmode/agentes/collections.php:182 +#: ../../enterprise/godmode/agentes/collection_manager.php:106 +msgid "Short Name" +msgstr "Nombre Corto" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:110 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:111 #, php-format -msgid "Success add '%s' agent." -msgstr "Agente '%s' añadido correctamente" +msgid "Free space on %s" +msgstr "Espacio libre en %s" -#: ../../enterprise/extensions/resource_registration/functions.php:103 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:202 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:204 #, php-format -msgid "Error add '%s' agent." -msgstr "Error al añadir agente '%s'." +msgid "%s service modules created succesfully" +msgstr "%s modulos de servicio creados correctamente" -#: ../../enterprise/extensions/resource_registration/functions.php:125 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:205 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:207 #, php-format -msgid "Success add '%s' collection." -msgstr "Colección '%s' añadida correctamente" +msgid "Error creating %s service modules" +msgstr "Error creando %s modulos de servicio" -#: ../../enterprise/extensions/resource_registration/functions.php:126 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:210 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:212 #, php-format -msgid "Error add '%s' collection." -msgstr "Error al añadir colección '%s'." +msgid "%s process modules created succesfully" +msgstr "%s módulos de proceso creados correctamente" -#: ../../enterprise/extensions/resource_registration/functions.php:137 -msgid "Error add the module, haven't type." -msgstr "Error al añadir el módulo. No tiene tipo" - -#: ../../enterprise/extensions/resource_registration/functions.php:209 -#: ../../enterprise/extensions/resource_registration/functions.php:239 -#: ../../enterprise/extensions/resource_registration/functions.php:296 -#: ../../enterprise/extensions/resource_registration/functions.php:328 -msgid "Error add the module, error in tag component." -msgstr "Error al añadir el módulo, error en el componente tag." - -#: ../../enterprise/extensions/resource_registration/functions.php:368 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:213 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:215 #, php-format -msgid "Success add '%s' module." -msgstr "Módulo '%s' añadido correctamente" +msgid "Error creating %s process modules" +msgstr "Error al crear %s módulos de proceso" -#: ../../enterprise/extensions/resource_registration/functions.php:369 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:218 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:220 #, php-format -msgid "Error add '%s' module." -msgstr "Error al añadir el módulo '%s'" +msgid "%s disk space modules created succesfully" +msgstr "%s módulos de espacio en disco creados correctamente" -#: ../../enterprise/extensions/resource_registration/functions.php:379 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:221 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:223 #, php-format -msgid "Error add the alert, the template '%s' don't exist." -msgstr "Error al añadir la alerta, la plantilla '%s' no existe" +msgid "Error creating %s disk space modules" +msgstr "Error creando %s modulos de espacio en disco" -#: ../../enterprise/extensions/resource_registration/functions.php:387 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:226 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:228 #, php-format -msgid "Error add the alert, the module '%s' don't exist." -msgstr "Error al añadir la alerta, el módulo '%s' no existe" +msgid "%s modules created from components succesfully" +msgstr "%s módulos creados correctamente desde los componentes" -#: ../../enterprise/extensions/resource_registration/functions.php:399 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:229 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:231 #, php-format -msgid "Success add '%s' alert." -msgstr "Alerta '%s' añadida correctamente" +msgid "Error creating %s modules from components" +msgstr "Error al crear %s módulos desde los componentes" -#: ../../enterprise/extensions/resource_registration/functions.php:400 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:232 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:666 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:234 #, php-format -msgid "Error add '%s' alert." -msgstr "Error al añadir alerta '%s'." +msgid "%s modules already exist" +msgstr "%s módulos ya existen" -#: ../../enterprise/extensions/resource_registration/functions.php:416 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:255 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:257 +#: ../../godmode/agentes/module_manager_editor_wmi.php:47 +#: ../../godmode/modules/manage_network_components_form_wmi.php:42 +msgid "Namespace" +msgstr "Espacio de nombres" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:259 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 +#: ../../enterprise/godmode/agentes/inventory_manager.php:188 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:261 +#: ../../godmode/agentes/module_manager_editor_wmi.php:54 +#: ../../godmode/massive/massive_edit_modules.php:518 +#: ../../godmode/modules/manage_network_components_form_wmi.php:48 +msgid "Username" +msgstr "Usuario" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:272 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:274 +msgid "WMI Explore" +msgstr "Explorador WMI" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:276 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:278 +msgid "Unable to do WMI explorer" +msgstr "Imposible lanzar el Explorador WMI" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:300 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:778 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 +msgid "Free space on disk" +msgstr "Espacio libre en disco" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 +msgid "WMI components" +msgstr "Componentes WMI" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:303 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:782 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:305 +msgid "Wizard mode" +msgstr "Modo wizard" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:314 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:527 +#: ../../godmode/agentes/planned_downtime.editor.php:708 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:316 +msgid "Filter by group" +msgstr "Filtrar por grupo" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:334 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 +#: ../../godmode/agentes/module_manager_editor_common.php:81 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:336 +msgid "No component was found" +msgstr "No se encontró ningún componente" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:346 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:348 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:350 +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:352 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:838 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:840 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:842 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:844 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:847 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:348 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:350 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:352 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:354 +msgid "Add to modules list" +msgstr "Añadir a lista de módulos" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:356 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:849 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:358 +msgid "Remove from modules list" +msgstr "Eliminar de la lista de módulos" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:367 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:440 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:859 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:369 +msgid "Create modules" +msgstr "Crear módulos" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:413 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:161 +#: ../../enterprise/godmode/services/services.elements.php:327 +#: ../../enterprise/godmode/services/services.elements.php:368 +#: ../../enterprise/include/functions_visual_map.php:415 +#: ../../enterprise/include/functions_services.php:1458 +#: ../../enterprise/include/functions_reporting.php:3084 +#: ../../enterprise/include/functions_reporting.php:3385 +#: ../../enterprise/include/functions_reporting_pdf.php:2034 +#: ../../enterprise/include/functions_visual_map_editor.php:17 +#: ../../enterprise/include/functions_visual_map_editor.php:24 +#: ../../enterprise/include/functions_visual_map_editor.php:47 +#: ../../enterprise/dashboard/widgets/service_map.php:46 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1463 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:415 +msgid "Service" +msgstr "Servicio" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:429 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:932 +#: ../../godmode/reporting/visual_console_builder.wizard.php:166 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:431 +#: ../../include/functions_visual_map_editor.php:327 +msgid "Process" +msgstr "Procesar" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.wmi_explorer.php:489 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:1011 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015 +#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:491 +msgid "Modules list is empty" +msgstr "La lista de módulos está vacía." + +#: ../../enterprise/godmode/policies/policy_plugins.php:33 +msgid "" +"Successfully added to delete pending plugins. Will be deleted in the next " +"policy application." +msgstr "" +"Correctamente añadido a los plugins pendientes de eliminar. Será eliminado " +"en la próxima aplicación de políticas." + +#: ../../enterprise/godmode/policies/policy_plugins.php:34 +msgid "Cannot be added to delete pending plugins." +msgstr "No se puede añadir a los plugins pendientes de eliminar" + +#: ../../enterprise/godmode/policies/policy_plugins.php:50 +#: ../../enterprise/godmode/agentes/plugins_manager.php:49 +msgid "Plug-in added succesfully" +msgstr "Plugin añadido correctamente" + +#: ../../enterprise/godmode/policies/policy_plugins.php:51 +#: ../../enterprise/godmode/agentes/plugins_manager.php:49 +msgid "Plug-in cannot be added" +msgstr "El plugin no se puede añadir" + +#: ../../enterprise/godmode/policies/policy_plugins.php:61 +#: ../../enterprise/godmode/agentes/plugins_manager.php:90 +msgid "New plug-in" +msgstr "Nuevo plugin" + +#: ../../enterprise/godmode/policies/policy_plugins.php:82 +#: ../../enterprise/godmode/agentes/plugins_manager.php:109 +#: ../../godmode/menu.php:216 +msgid "Plugins" +msgstr "Plugins" + +#: ../../enterprise/godmode/policies/policy_plugins.php:111 +msgid "There are no defined plugins" +msgstr "No hay plugins definidos" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:166 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:325 +#: ../../enterprise/include/functions_massive.php:15 +#: ../../godmode/reporting/visual_console_builder.php:485 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 +#: ../../godmode/massive/massive_add_tags.php:38 +#: ../../godmode/massive/massive_edit_modules.php:1047 +#: ../../godmode/massive/massive_delete_tags.php:102 +#: ../../include/functions_visual_map.php:1316 +msgid "No modules selected" +msgstr "No se han seleccionado módulos" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:283 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 +msgid "Successfully modules created" +msgstr "Módulos creados con éxito." + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:293 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1851 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1951 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2424 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2540 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2629 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2840 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:290 +msgid "Another module already exists with the same name" +msgstr "Ya existe otro módulo con el mismo nombre" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 +msgid "Some required fields are missed" +msgstr "Faltan campos necesarios por rellenar" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:296 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 +msgid "name" +msgstr "nombre" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:301 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 +msgid "Processing error" +msgstr "Error de procesamiento" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:339 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:692 +#: ../../enterprise/godmode/servers/manage_export_form.php:105 +#: ../../enterprise/godmode/setup/setup_history.php:56 +#: ../../godmode/agentes/module_manager_editor_network.php:76 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696 +#: ../../godmode/modules/manage_network_components_form_network.php:38 +#: ../../include/functions_config.php:658 +msgid "Port" +msgstr "Puerto" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:347 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:700 +#: ../../godmode/agentes/module_manager_editor_network.php:89 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704 +#: ../../godmode/modules/manage_network_components_form_network.php:50 +msgid "SNMP community" +msgstr "Comunidad SNMP" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:350 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:703 +#: ../../godmode/agentes/module_manager_editor_network.php:102 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707 +#: ../../godmode/massive/massive_edit_modules.php:486 +#: ../../godmode/modules/manage_network_components_form_network.php:40 +msgid "SNMP version" +msgstr "Versión SNMP" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:363 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:716 +#: ../../godmode/agentes/module_manager_editor_network.php:186 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720 +#: ../../godmode/massive/massive_edit_modules.php:489 +#: ../../godmode/modules/manage_network_components_form_network.php:57 +#: ../../include/functions_snmp_browser.php:530 +msgid "Auth user" +msgstr "Autenticación de usuario" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:365 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:718 +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 +#: ../../godmode/massive/massive_edit_modules.php:492 +#: ../../godmode/modules/manage_network_components_form_network.php:59 +#: ../../include/functions_snmp_browser.php:532 +msgid "Auth password" +msgstr "Autenticación de contraseña" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:369 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:722 +#: ../../godmode/agentes/module_manager_editor_network.php:197 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726 +#: ../../godmode/massive/massive_edit_modules.php:495 +#: ../../godmode/modules/manage_network_components_form_network.php:65 +#: ../../include/functions_snmp_browser.php:536 +msgid "Privacy method" +msgstr "Método de privacidad" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../include/functions_snmp_browser.php:537 +msgid "DES" +msgstr "DES" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:370 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:723 +#: ../../godmode/agentes/module_manager_editor_network.php:198 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/modules/manage_network_components_form_network.php:66 +#: ../../include/functions_snmp_browser.php:537 +msgid "AES" +msgstr "AES" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:724 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728 +msgid "privacy pass" +msgstr "pase privado" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:727 +#: ../../godmode/agentes/module_manager_editor_network.php:207 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 +#: ../../godmode/massive/massive_edit_modules.php:499 +#: ../../godmode/modules/manage_network_components_form_network.php:72 +#: ../../include/functions_snmp_browser.php:541 +msgid "Auth method" +msgstr "método de autenticación" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../include/functions_snmp_browser.php:542 +msgid "MD5" +msgstr "MD5" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:728 +#: ../../godmode/agentes/module_manager_editor_network.php:208 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/modules/manage_network_components_form_network.php:73 +#: ../../include/functions_snmp_browser.php:542 +msgid "SHA" +msgstr "SHA" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:376 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:729 +#: ../../godmode/agentes/module_manager_editor_network.php:209 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 +#: ../../godmode/massive/massive_edit_modules.php:501 +#: ../../godmode/modules/manage_network_components_form_network.php:74 +#: ../../include/functions_snmp_browser.php:543 +msgid "Security level" +msgstr "Nivel de seguridad" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:377 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:730 +#: ../../godmode/agentes/module_manager_editor_network.php:210 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734 +#: ../../godmode/massive/massive_edit_modules.php:502 +#: ../../godmode/modules/manage_network_components_form_network.php:75 +#: ../../include/functions_snmp_browser.php:544 +msgid "Not auth and not privacy method" +msgstr "método sin autenticación ni privacidad" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and not privacy method" +msgstr "metodo con autenticacion y sin privacidad" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:378 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:731 +#: ../../godmode/agentes/module_manager_editor_network.php:211 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/modules/manage_network_components_form_network.php:76 +#: ../../include/functions_snmp_browser.php:545 +msgid "Auth and privacy method" +msgstr "metodo de autenticación y privacidad" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:391 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:744 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 +msgid "SNMP Walk" +msgstr "Exploración SNMP" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:395 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 +msgid "Unable to do SNMP walk" +msgstr "No se pudo realizar el SNMP walk" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_interfaces_explorer.php:428 +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 +msgid "Interfaces" +msgstr "Interfaces" + +#: ../../enterprise/godmode/policies/policy_modules.php:21 +#: ../../enterprise/godmode/policies/policy_modules.php:1243 +#: ../../godmode/agentes/module_manager_editor_common.php:412 +msgid "Not needed" +msgstr "No necesario" + +#: ../../enterprise/godmode/policies/policy_modules.php:220 +msgid "" +"If you change this description, you must change into the text of Data " +"configuration." +msgstr "" +"Si cambia esta descripción, tiene que cambiarla en el texto de la " +"configuración de datos." + +#: ../../enterprise/godmode/policies/policy_modules.php:278 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:87 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:122 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:39 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1417 +msgid "Edit module" +msgstr "Editar módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:284 +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 +msgid "Add module" +msgstr "Añadir módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:309 +msgid "Module macros" +msgstr "Macros de módulos" + +#: ../../enterprise/godmode/policies/policy_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/alerts/alert_events_list.php:221 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:123 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:186 +#: ../../godmode/agentes/modificar_agente.php:116 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/users/user_list.php:208 +#: ../../godmode/alerts/alert_list.php:231 +#: ../../include/ajax/alert_list.ajax.php:80 +msgid "Successfully enabled" +msgstr "Activado correctamente" + +#: ../../enterprise/godmode/policies/policy_modules.php:380 +#: ../../enterprise/godmode/policies/policy_alerts.php:88 +#: ../../enterprise/godmode/alerts/alert_events_list.php:222 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:124 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:187 +#: ../../godmode/agentes/modificar_agente.php:116 +#: ../../godmode/agentes/configurar_agente.php:1472 +#: ../../godmode/massive/massive_enable_disable_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:231 +#: ../../include/ajax/alert_list.ajax.php:82 +msgid "Could not be enabled" +msgstr "No se pudo activar" + +#: ../../enterprise/godmode/policies/policy_modules.php:394 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/alerts/alert_events_list.php:238 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:129 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:197 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:1487 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/users/user_list.php:203 +#: ../../godmode/alerts/alert_list.php:248 +#: ../../include/ajax/alert_list.ajax.php:91 +msgid "Successfully disabled" +msgstr "Desactivado correctamente" + +#: ../../enterprise/godmode/policies/policy_modules.php:394 +#: ../../enterprise/godmode/policies/policy_alerts.php:105 +#: ../../enterprise/godmode/alerts/alert_events_list.php:239 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:130 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:198 +#: ../../godmode/agentes/modificar_agente.php:135 +#: ../../godmode/agentes/configurar_agente.php:1487 +#: ../../godmode/massive/massive_enable_disable_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:248 +#: ../../include/ajax/alert_list.ajax.php:93 +msgid "Could not be disabled" +msgstr "No se pudo desactivar" + +#: ../../enterprise/godmode/policies/policy_modules.php:406 +msgid "Could not be added module(s). You must select a policy" +msgstr "El módulo no se pudo añadir. Debe seleccionar una política." + +#: ../../enterprise/godmode/policies/policy_modules.php:434 #, php-format -msgid "Error add the alert, the action '%s' don't exist." -msgstr "Error al añadir alerta, la acción '%s' no existe." +msgid "Successfully added module(s) (%s/%s) to policy %s" +msgstr "Módulo añadido correctamente (%s/%s) a la política %s" -#: ../../enterprise/extensions/resource_registration/functions.php:428 +#: ../../enterprise/godmode/policies/policy_modules.php:436 #, php-format -msgid "Success add '%s' action." -msgstr "Acción añadida correctamente '%s'." +msgid "Could not be added module(s) (%s/%s) to policy %s" +msgstr "El módulo no se pudo añadir (%s/%s) a la política %s" -#: ../../enterprise/extensions/resource_registration/functions.php:429 -#: ../../extensions/resource_registration.php:328 -#: ../../extensions/resource_registration.php:349 -#: ../../extensions/resource_registration.php:359 +#: ../../enterprise/godmode/policies/policy_modules.php:681 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1904 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1998 +msgid "Successfully added module." +msgstr "Módulo añadido correctamente" + +#: ../../enterprise/godmode/policies/policy_modules.php:682 +msgid "Could not be added module." +msgstr "El módulo no se pudo añadir" + +#: ../../enterprise/godmode/policies/policy_modules.php:907 +msgid "" +"The module type in Data configuration is empty, take from combo box of form." +msgstr "" +"El tipo de datos en la configuración está vacío, elija uno del combo del " +"formulario." + +#: ../../enterprise/godmode/policies/policy_modules.php:910 +msgid "" +"The module name in Data configuration is empty, take from text field of form." +msgstr "" +"El nombre del módulo en la configuración está vacío, elija uno del combo del " +"formulario." + +#: ../../enterprise/godmode/policies/policy_modules.php:937 +#: ../../enterprise/godmode/policies/policy_modules.php:951 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 +msgid "" +"Successfully added to delete pending modules. Will be deleted in the next " +"policy application." +msgstr "" +"Añadido correctamente a la cola de módulos pendientes de eliminación, Será " +"eliminado en la próxima aplicación de políticas." + +#: ../../enterprise/godmode/policies/policy_modules.php:941 +msgid "Could not be added to deleted all modules." +msgstr "No podría ser añadido a eliminar todos los módulos." + +#: ../../enterprise/godmode/policies/policy_modules.php:998 +#: ../../godmode/agentes/configurar_agente.php:1429 #, php-format -msgid "Error add '%s' action." -msgstr "Error al añadir la acción '%s'." +msgid "copy of %s" +msgstr "copia de %s" -#: ../../enterprise/include/functions_alert_event.php:925 -msgid "Module alert" -msgstr "Alerta de módulos" +#: ../../enterprise/godmode/policies/policy_modules.php:1010 +#: ../../godmode/agentes/configurar_agente.php:1439 +#, php-format +msgid "copy of %s (%d)" +msgstr "copia de %s (%d)" -#: ../../enterprise/include/functions_inventory.php:54 -#: ../../enterprise/include/functions_inventory.php:493 -msgid "No changes found" -msgstr "No se han encontrado cambios" +#: ../../enterprise/godmode/policies/policy_modules.php:1027 +msgid "Successfully duplicate the module." +msgstr "Módulo duplicado con éxito" -#: ../../enterprise/include/functions_inventory.php:80 -msgid "Get CSV file" -msgstr "Obtener archivo CSV" +#: ../../enterprise/godmode/policies/policy_modules.php:1087 +msgid "Local component" +msgstr "Componente local" -#: ../../enterprise/include/functions_inventory.php:165 -#: ../../operation/tree.php:264 +#: ../../enterprise/godmode/policies/policy_modules.php:1096 +#: ../../enterprise/godmode/policies/policy_modules.php:1097 +#: ../../godmode/agentes/module_manager.php:695 +msgid "Enable module" +msgstr "Habilitar el módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:1102 +#: ../../enterprise/godmode/policies/policy_modules.php:1103 +#: ../../godmode/agentes/module_manager.php:700 +msgid "Disable module" +msgstr "Deshabilitar el módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:1110 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:365 +#: ../../enterprise/godmode/modules/local_components.php:525 +#: ../../godmode/agentes/module_manager.php:707 +#: ../../godmode/alerts/alert_templates.php:338 +#: ../../godmode/modules/manage_network_components.php:613 +msgid "Duplicate" +msgstr "Duplicar" + +#: ../../enterprise/godmode/policies/policy_modules.php:1119 +#: ../../enterprise/godmode/policies/policy_agents.php:474 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 +#: ../../enterprise/godmode/policies/policy_alerts.php:417 +msgid "Undo deletion" +msgstr "Deshacer eliminación" + +#: ../../enterprise/godmode/policies/policy_modules.php:1153 +msgid "There are no defined modules" +msgstr "No hay módulos definidos" + +#: ../../enterprise/godmode/policies/policy_modules.php:1170 +#: ../../godmode/massive/massive_copy_modules.php:136 +msgid "Copy modules" +msgstr "Copiar módulos" + +#: ../../enterprise/godmode/policies/policy_modules.php:1171 +msgid "Copy selected modules to policy: " +msgstr "Copiar módulos seleccionados a la política: " + +#: ../../enterprise/godmode/policies/policy_modules.php:1212 +#: ../../godmode/agentes/module_manager_editor.php:523 +msgid "No module name provided" +msgstr "No se proporcionó ningún nombre de módulo" + +#: ../../enterprise/godmode/policies/policy_modules.php:1213 +#: ../../godmode/agentes/module_manager_editor.php:524 +msgid "No target IP provided" +msgstr "No se proporcionó ninguna IP de destino" + +#: ../../enterprise/godmode/policies/policy_modules.php:1214 +#: ../../godmode/agentes/module_manager_editor.php:525 +msgid "No SNMP OID provided" +msgstr "No se proporcionó ningún OID de SMTP" + +#: ../../enterprise/godmode/policies/policy_modules.php:1309 +msgid "Variable" +msgstr "Variable" + +#: ../../enterprise/godmode/policies/policy_modules.php:1353 +msgid "Are you sure to copy modules into policy?\\n" +msgstr "¿Está seguro de que quiere copiar los módulos en la política?\\n" + +#: ../../enterprise/godmode/policies/policy_modules.php:1373 +msgid "Please select any module to copy" +msgstr "Por favor, seleccione algún modulo para copiar" + +#: ../../enterprise/godmode/policies/policy_queue.php:59 +#: ../../enterprise/meta/advanced/policymanager.queue.php:60 +msgid "Operation successfully deleted from the queue" +msgstr "Operación eliminada correctamente de la cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:60 +#: ../../enterprise/meta/advanced/policymanager.queue.php:61 +msgid "Operation cannot be deleted from the queue" +msgstr "La operación no puede ser eliminada de la cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:101 +msgid "Operations successfully deleted from the queue" +msgstr "Operaciones eliminadas correctamente de la cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:102 +msgid "Operations cannot be deleted from the queue" +msgstr "Las operaciones no pueden ser eliminadas de la cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:160 +msgid "Update pending" +msgstr "Actualización pendiente" + +#: ../../enterprise/godmode/policies/policy_queue.php:162 +msgid "Update pending agents" +msgstr "Actualizar agentes pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:176 +#: ../../enterprise/godmode/policies/policy_agents.php:457 +msgid "Add to apply queue" +msgstr "Añadir para aplicar cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:180 +msgid "Add to apply queue only for database" +msgstr "Añadir a la cola de aplicación, sólo de cambios de base de datos" + +#: ../../enterprise/godmode/policies/policy_queue.php:186 +msgid "Link pending modules" +msgstr "Enlazar módulos pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:192 +msgid "Will be linked in the next policy application" +msgstr "Se enlazará en la siguiente aplicación de políticas" + +#: ../../enterprise/godmode/policies/policy_queue.php:195 +msgid "Unlink pending modules" +msgstr "Desenlazar módulos pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:201 +msgid "Will be unlinked in the next policy application" +msgstr "Será desenlazado en la siguiente aplicación de políticas" + +#: ../../enterprise/godmode/policies/policy_queue.php:206 +msgid "Delete pending" +msgstr "Eliminación pendiente" + +#: ../../enterprise/godmode/policies/policy_queue.php:208 +msgid "Delete pending agents" +msgstr "Eliminar agentes pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:214 +#: ../../enterprise/godmode/policies/policy_queue.php:223 +#: ../../enterprise/godmode/policies/policy_queue.php:232 +#: ../../enterprise/godmode/policies/policy_queue.php:241 +#: ../../enterprise/godmode/policies/policy_queue.php:250 +#: ../../enterprise/godmode/policies/policy_queue.php:259 +#: ../../enterprise/godmode/policies/policy_queue.php:268 +msgid "Will be deleted in the next policy application" +msgstr "Se eliminará en la siguiente aplicación de políticas" + +#: ../../enterprise/godmode/policies/policy_queue.php:217 +msgid "Delete pending modules" +msgstr "Eliminar módulos pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:226 +msgid "Delete pending inventory modules" +msgstr "Eliminar módulos de inventario pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:235 +msgid "Delete pending alerts" +msgstr "Eliminar alertas pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:244 +msgid "Delete pending external alerts" +msgstr "Eliminar alertas externas pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:253 +msgid "Delete pending file collections" +msgstr "Eliminar colecciones de archivos pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:262 +msgid "Delete pending plugins" +msgstr "Eliminar plugins pendientes" + +#: ../../enterprise/godmode/policies/policy_queue.php:274 +msgid "Advices" +msgstr "Consejos" + +#: ../../enterprise/godmode/policies/policy_queue.php:277 +msgid "Queue summary" +msgstr "Resumen de cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +msgid "Apply (database and files)" +msgstr "Aplicar (base de datos y archivos)" + +#: ../../enterprise/godmode/policies/policy_queue.php:344 +#: ../../enterprise/godmode/policies/policy_queue.php:418 +#: ../../enterprise/meta/advanced/policymanager.queue.php:218 +#: ../../enterprise/meta/advanced/policymanager.queue.php:309 +msgid "Apply (only database)" +msgstr "Aplicar (sólo en la base de datos)" + +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +msgid "Complete" +msgstr "Completo" + +#: ../../enterprise/godmode/policies/policy_queue.php:350 +#: ../../enterprise/meta/advanced/policymanager.queue.php:224 +msgid "Incomplete" +msgstr "Incompleto" + +#: ../../enterprise/godmode/policies/policy_queue.php:364 +msgid "Queue filter" +msgstr "Filtros de cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:378 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:354 +#: ../../enterprise/meta/advanced/policymanager.queue.php:260 +msgid "Finished" +msgstr "Terminado" + +#: ../../enterprise/godmode/policies/policy_queue.php:415 +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/meta/advanced/policymanager.queue.php:306 +#: ../../enterprise/meta/advanced/policymanager.apply.php:215 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:624 +#: ../../include/functions_visual_map_editor.php:346 +msgid "Apply" +msgstr "Aplicar" + +#: ../../enterprise/godmode/policies/policy_queue.php:446 +#: ../../enterprise/meta/advanced/policymanager.queue.php:334 +msgid "Delete from queue" +msgstr "Eliminar de la cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:459 +msgid "Empty queue" +msgstr "Vaciar cola" + +#: ../../enterprise/godmode/policies/policy_queue.php:476 +msgid "This operation could take a long time" +msgstr "Esta operación podría tardar bastante tiempo" + +#: ../../enterprise/godmode/policies/policy_queue.php:487 +#, fuzzy +msgid "Apply all" +msgstr "Aplicar" + +#: ../../enterprise/godmode/policies/policy_queue.php:493 +msgid "Delete all" +msgstr "Eliminar todo" + +#: ../../enterprise/godmode/policies/policies.php:114 +msgid "Policy name already exists" +msgstr "El nombre de la política ya existe." + +#: ../../enterprise/godmode/policies/policies.php:170 +msgid "Policies Management" +msgstr "Gestión de políticas" + +#: ../../enterprise/godmode/policies/policies.php:180 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 +#: ../../godmode/reporting/map_builder.php:183 +#: ../../godmode/reporting/map_builder.php:192 +#: ../../godmode/alerts/alert_actions.php:140 +#: ../../include/functions_agents.php:676 +msgid "Successfully copied" +msgstr "Copia realizada correctamente" + +#: ../../enterprise/godmode/policies/policies.php:181 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 +#: ../../godmode/alerts/alert_actions.php:141 +msgid "Could not be copied" +msgstr "No se ha podido copiar" + +#: ../../enterprise/godmode/policies/policies.php:186 +msgid "All policy agents added to delete queue" +msgstr "Todos los agentes de las políticas añadidos a la cola de eliminación" + +#: ../../enterprise/godmode/policies/policies.php:187 +msgid "Policy agents cannot be added to the delete queue" +msgstr "" +"Los agentes de las políticas no se pudieron añadir a la cola de eliminación" + +#: ../../enterprise/godmode/policies/policies.php:237 +msgid "a" +msgstr "a" + +#: ../../enterprise/godmode/policies/policies.php:312 +msgid "Policy updated" +msgstr "Política actualizada" + +#: ../../enterprise/godmode/policies/policies.php:316 +msgid "Pending update policy only database" +msgstr "Pendiente de actualizar política, sólo para cambios en base de datos." + +#: ../../enterprise/godmode/policies/policies.php:320 +msgid "Pending update policy" +msgstr "Pendiente actualizar política" + +#: ../../enterprise/godmode/policies/policies.php:333 +#: ../../enterprise/godmode/policies/policy_linking.php:122 +#: ../../enterprise/include/functions_policies.php:3276 +msgid "Linking" +msgstr "Enlazando" + +#: ../../enterprise/godmode/policies/policies.php:345 +#, fuzzy +msgid "Agent Wizard" +msgstr "Wizard de agente" + +#: ../../enterprise/godmode/policies/policies.php:353 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 +#: ../../enterprise/include/functions_policies.php:3266 +msgid "External alerts" +msgstr "Alertas externas" + +#: ../../enterprise/godmode/policies/policies.php:357 +#: ../../enterprise/godmode/policies/policy.php:46 +#: ../../enterprise/include/functions_policies.php:3294 +msgid "Queue" +msgstr "Cola" + +#: ../../enterprise/godmode/policies/policies.php:401 +msgid "A policy with agents cannot be deleted. Purge it first" +msgstr "Una política con agentes no se puede eliminar. Púrguela primero." + +#: ../../enterprise/godmode/policies/policies.php:407 +msgid "Deleting all policy agents" +msgstr "Eliminando todas los agentes de las políticas" + +#: ../../enterprise/godmode/policies/policies.php:410 +msgid "All the policy agents will be deleted" +msgstr "Todos los agentes de las políticas serán eliminados" + +#: ../../enterprise/godmode/policies/policies.php:414 +msgid "Delete all agents" +msgstr "Eliminar todos los agentes" + +#: ../../enterprise/godmode/policies/policy_agents.php:90 +msgid "" +"Successfully added to delete pending agents. Will be deleted in the next " +"policy application." +msgstr "" +"Añadido correctamente a los agentes pendientes de eliminación. Será " +"eliminado en la próxima aplicación de políticas." + +#: ../../enterprise/godmode/policies/policy_agents.php:121 +msgid "Successfully added to delete queue" +msgstr "Correctamente añadido a la lista de eliminación" + +#: ../../enterprise/godmode/policies/policy_agents.php:122 +msgid "Could not be added to delete queue" +msgstr "No se pudo añadir a la lista de eliminación" + +#: ../../enterprise/godmode/policies/policy_agents.php:157 +msgid "Successfully deleted from delete pending agents" +msgstr "Eliminado correctamente de los agentes pendientes de eliminación" + +#: ../../enterprise/godmode/policies/policy_agents.php:158 +msgid "Could not be deleted from delete pending agents" +msgstr "No se pudo eliminar de los agentes pendientes de eliminación" + +#: ../../enterprise/godmode/policies/policy_agents.php:243 +#: ../../enterprise/godmode/policies/policy_agents.php:259 +#: ../../enterprise/godmode/policies/policy_agents.php:363 +#: ../../godmode/massive/massive_add_action_alerts.php:139 +#: ../../godmode/massive/massive_delete_agents.php:108 +#: ../../godmode/massive/massive_standby_alerts.php:139 +#: ../../godmode/massive/massive_edit_modules.php:285 +#: ../../godmode/massive/massive_add_alerts.php:154 +#: ../../godmode/massive/massive_edit_agents.php:208 +#: ../../godmode/massive/massive_enable_disable_alerts.php:138 +#: ../../godmode/massive/massive_copy_modules.php:74 +#: ../../godmode/massive/massive_copy_modules.php:185 +#: ../../godmode/massive/massive_delete_modules.php:441 +#: ../../godmode/massive/massive_delete_alerts.php:215 +#: ../../godmode/massive/massive_delete_action_alerts.php:141 +msgid "Group recursion" +msgstr "Recursión de grupos" + +#: ../../enterprise/godmode/policies/policy_agents.php:268 +#: ../../enterprise/godmode/policies/policy_agents.php:276 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 +msgid "Filter agent" +msgstr "Filtrar agente" + +#: ../../enterprise/godmode/policies/policy_agents.php:285 +msgid "Agents in Policy" +msgstr "Agentes en la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:322 +msgid "Add agents to policy" +msgstr "Añadir agentes a la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:328 +msgid "Delete agents from policy" +msgstr "Eliminar agentes de la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:368 +msgid "Applied" +msgstr "Aplicado" + +#: ../../enterprise/godmode/policies/policy_agents.php:369 +msgid "Not applied" +msgstr "No aplicado" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +msgid "Unlinked modules" +msgstr "Módulos sin enlazar" + +#: ../../enterprise/godmode/policies/policy_agents.php:380 +msgid "U." +msgstr "U." + +#: ../../enterprise/godmode/policies/policy_agents.php:381 +#: ../../enterprise/godmode/admin_access_logs.php:25 +#: ../../godmode/reporting/visual_console_builder.elements.php:86 +#: ../../mobile/operation/agents.php:323 +msgid "A." +msgstr "A." + +#: ../../enterprise/godmode/policies/policy_agents.php:383 +msgid "Add to delete queue" +msgstr "Añadir a la lista de eliminación" + +#: ../../enterprise/godmode/policies/policy_agents.php:383 +#: ../../godmode/agentes/module_manager.php:533 +msgid "D." +msgstr "D." + +#: ../../enterprise/godmode/policies/policy_agents.php:428 +#: ../../godmode/agentes/agent_manager.php:188 +msgid "This agent can be remotely configured" +msgstr "Este agente puede ser configurado remotamente" + +#: ../../enterprise/godmode/policies/policy_agents.php:433 +msgid "This agent can not be remotely configured" +msgstr "Este agente no puede ser configurado remotamente" + +#: ../../enterprise/godmode/policies/policy_agents.php:492 +msgid "Need apply" +msgstr "Necesita aplicar" + +#: ../../enterprise/godmode/policies/policy_agents.php:500 +msgid "Applying policy" +msgstr "Aplicando política" + +#: ../../enterprise/godmode/policies/policy_agents.php:506 +msgid "Deleting from policy" +msgstr "Eliminando de la política" + +#: ../../enterprise/godmode/policies/policy_agents.php:520 +#: ../../godmode/massive/massive_add_action_alerts.php:60 +#: ../../godmode/massive/massive_add_tags.php:33 +#: ../../godmode/massive/massive_delete_agents.php:33 +#: ../../godmode/massive/massive_add_alerts.php:73 +#: ../../godmode/massive/massive_edit_agents.php:90 +#: ../../godmode/massive/massive_delete_tags.php:97 +#: ../../godmode/massive/massive_delete_modules.php:61 +#: ../../godmode/massive/massive_delete_alerts.php:83 +#: ../../include/functions_visual_map.php:1232 +#: ../../include/functions_visual_map.php:1465 +msgid "No agents selected" +msgstr "No se selección ningún agente" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 +#: ../../enterprise/godmode/policies/policy_alerts.php:148 +msgid "Created successfuly" +msgstr "Creado correctamente" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 +msgid "Duplicated alert" +msgstr "Alerta duplicada" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 +#: ../../enterprise/godmode/policies/policy_alerts.php:164 +msgid "" +"Successfully added to delete pending alerts. Will be deleted in the next " +"policy application." +msgstr "" +"Correctamente añadido a las alertas pendientes de eliminación. Será " +"eliminado en la próxima aplicación de políticas." + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 +#: ../../enterprise/godmode/policies/policy_alerts.php:188 +msgid "Added action successfuly" +msgstr "Acción añadida correctamente" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 +#: ../../enterprise/godmode/policies/policy_alerts.php:206 +msgid "Deleted action successfuly" +msgstr "Acción eliminada correctamente" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 +#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 +msgid "Modules in policy agents" +msgstr "Modulos en agentes de política" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 +#: ../../enterprise/godmode/policies/policy_alerts.php:328 +#: ../../enterprise/godmode/alerts/alert_events_list.php:551 +#: ../../godmode/alerts/alert_list.list.php:524 +#: ../../godmode/alerts/alert_view.php:195 +#: ../../include/functions_alerts.php:558 +msgid "Always" +msgstr "Siempre" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 +#: ../../enterprise/godmode/policies/policy_alerts.php:330 +#: ../../enterprise/godmode/alerts/alert_events_list.php:553 +#: ../../godmode/alerts/alert_list.list.php:526 +msgid "On" +msgstr "Activado" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 +#: ../../enterprise/godmode/policies/policy_alerts.php:334 +#: ../../enterprise/godmode/alerts/alert_events_list.php:557 +#: ../../godmode/alerts/alert_list.list.php:530 +msgid "Until" +msgstr "Hasta" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 +#: ../../enterprise/godmode/policies/policy_alerts.php:596 +#: ../../enterprise/godmode/alerts/alert_events_list.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:584 +#: ../../godmode/snmpconsole/snmp_alert.php:1121 +#: ../../godmode/alerts/alert_list.list.php:703 +#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:841 +msgid "Add action" +msgstr "Añadir acción" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 +#: ../../enterprise/godmode/policies/policy_alerts.php:465 +#: ../../enterprise/godmode/alerts/alert_events_list.php:599 +#: ../../godmode/massive/massive_add_action_alerts.php:159 +#: ../../godmode/alerts/alert_list.list.php:615 +#: ../../godmode/alerts/alert_list.builder.php:97 +#: ../../include/ajax/alert_list.ajax.php:156 +msgid "Number of alerts match from" +msgstr "Número de alertas coincidentes de" + +#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 +msgid "Alert Template" +msgstr "Plantilla de alerta" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 +#: ../../enterprise/godmode/menu__.php:53 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/menu.php:66 +#: ../../enterprise/include/functions_policies.php:3247 +msgid "Inventory modules" +msgstr "Módulos de inventario" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 +msgid "Module is not selected" +msgstr "No ha seleccionado ningún módulo" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 +#: ../../enterprise/godmode/agentes/inventory_manager.php:57 +msgid "Successfully added inventory module" +msgstr "Módulo añadido al inventario con éxito" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 +#: ../../enterprise/godmode/agentes/inventory_manager.php:60 +msgid "Error adding inventory module" +msgstr "Error al añadir el módulo al inventario" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 +#: ../../enterprise/godmode/agentes/inventory_manager.php:108 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 +msgid "Successfully updated inventory module" +msgstr "Módulo del inventario actualizado correctamente" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 +#: ../../enterprise/godmode/agentes/inventory_manager.php:111 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 +msgid "Error updating inventory module" +msgstr "Error al actualizar el módulo del inventario" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 +msgid "Select inventory module" +msgstr "Seleccionar módulo de inventario" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 +#: ../../enterprise/godmode/agentes/inventory_manager.php:178 +#: ../../include/ajax/module.php:121 +msgid "6 hours" +msgstr "6 horas" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:193 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:185 +#: ../../enterprise/godmode/agentes/inventory_manager.php:179 +#: ../../enterprise/dashboard/widgets/top_n.php:64 +#: ../../godmode/setup/performance.php:98 ../../include/ajax/module.php:122 +#: ../../include/functions_netflow.php:1052 +#: ../../include/functions_netflow.php:1085 +msgid "12 hours" +msgstr "12 horas" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:194 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:186 +#: ../../enterprise/godmode/agentes/inventory_manager.php:180 +#: ../../enterprise/dashboard/widgets/top_n.php:65 +#: ../../include/functions.php:2025 ../../include/ajax/module.php:123 +#: ../../include/functions_netflow.php:1053 +#: ../../include/functions_netflow.php:1086 +msgid "1 day" +msgstr "1 día" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 +#: ../../enterprise/godmode/agentes/inventory_manager.php:181 +#: ../../godmode/setup/performance.php:100 +#: ../../include/functions_netflow.php:1054 +#: ../../include/functions_netflow.php:1087 +msgid "2 days" +msgstr "2 días" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 +#: ../../enterprise/godmode/agentes/inventory_manager.php:182 +msgid "7 days" +msgstr "7 días" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 +#: ../../enterprise/godmode/agentes/inventory_manager.php:183 +#: ../../include/functions.php:2027 ../../include/ajax/module.php:125 +#: ../../include/functions_netflow.php:1056 +#: ../../include/functions_netflow.php:1089 +msgid "15 days" +msgstr "15 días" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 +#: ../../enterprise/godmode/agentes/inventory_manager.php:184 +#: ../../include/functions.php:2028 ../../include/ajax/module.php:126 +#: ../../include/functions_netflow.php:1091 +msgid "1 month" +msgstr "1 mes" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 +#: ../../enterprise/godmode/agentes/inventory_manager.php:195 +msgid "Update all" +msgstr "Actualizar todo" + +#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 +msgid "There are no defined inventory modules" +msgstr "No hay definidos módulos de inventario" + +#: ../../enterprise/godmode/policies/policy_linking.php:26 +msgid "Linking modules" +msgstr "Modulos enlazados" + +#: ../../enterprise/godmode/policies/policy_linking.php:53 +msgid "Error: Update linking modules to policy" +msgstr "Error: Actualizando modulos enlazados a la política" + +#: ../../enterprise/godmode/policies/policy_linking.php:56 +msgid "Success: Update linking modules to policy" +msgstr "Completado: Actualizando modulos enlazados a la política" + +#: ../../enterprise/godmode/policies/policy_linking.php:66 +msgid "Free text for filter (*)" +msgstr "Texto libre para filtro (*)" + +#: ../../enterprise/godmode/policies/policy_linking.php:67 +msgid "Free text for filter" +msgstr "Texto libre para filtro" + +#: ../../enterprise/godmode/policies/policy_linking.php:110 +msgid "List of modules unlinked" +msgstr "Lista de módulos sin enlazar" + +#: ../../enterprise/godmode/policies/policy_linking.php:137 +#: ../../godmode/setup/links.php:109 +msgid "Link" +msgstr "Enlace" + +#: ../../enterprise/godmode/policies/policy_linking.php:143 +msgid "There are no defined modules unlinked" +msgstr "No hay módulos definidos desvinculados" + +#: ../../enterprise/godmode/policies/configure_policy.php:43 +msgid "Add policy" +msgstr "Añadir política" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "The SNMP remote plugin doesnt seem to be installed" +msgstr "El plugin remoto SNMP no parece estar instalado" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "It is necessary to use some features" +msgstr "Necesita usar algunas características" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:60 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 +msgid "" +"Please, install the SNMP remote plugin (The name of the plugin must be " +"snmp_remote.pl)" +msgstr "" +"Por favor, instale el plugin remoto de SNMP (El nombre del plugin debe ser " +"snmp_remote.pl)" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:248 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252 +msgid "Remote system doesnt support host SNMP information" +msgstr "Sistema remoto no soporta información del host SNMP" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:330 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331 +msgid "The number of bytes read from this device since boot" +msgstr "El número de bytes leídos desde este dispositivo desde el arranque" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:332 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333 +msgid "The number of bytes written to this device since boot" +msgstr "El número de bytes escritos en este dispositivo desde el arranque" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:334 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335 +msgid "The number of read accesses from this device since boot" +msgstr "" +"El número de lectura accesible desde este dispositivo desde el arranque" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:336 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337 +msgid "The number of write accesses from this device since boot" +msgstr "" +"El número de escritura accesible desde este dispositivo desde el arranque" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:511 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512 +#, php-format +msgid "Check if the process %s is running or not" +msgstr "Compruebe si el proceso %s se está ejecutando correctamente" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:582 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 +msgid "Disk use information" +msgstr "Información del disco en uso" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:651 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 +#, php-format +msgid "%s modules created succesfully" +msgstr "%s módulos creados correctamente" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:656 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:661 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 +#, php-format +msgid "Error creating %s modules" +msgstr "Error al crear %s módulos" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:675 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 +msgid "Modules created succesfully" +msgstr "Módulos creados con éxito" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:748 #: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 -msgid "No data found" -msgstr "No se encontraron datos" - -#: ../../enterprise/include/functions_inventory.php:510 -#: ../../enterprise/include/functions_inventory.php:573 -#: ../../enterprise/include/functions_reporting_pdf.php:466 -#: ../../include/functions_reporting_html.php:692 -msgid "Added" -msgstr "Añadido" - -#: ../../enterprise/include/functions_inventory.php:516 -#: ../../enterprise/include/functions_inventory.php:581 -#: ../../enterprise/include/functions_reporting_pdf.php:482 -#: ../../include/functions_filemanager.php:383 -#: ../../include/functions_reporting_html.php:701 -msgid "Deleted" -msgstr "Eliminado(s)" - -#: ../../enterprise/include/functions_update_manager.php:141 -#: ../../enterprise/include/functions_update_manager.php:239 -#: ../../include/functions_update_manager.php:320 -#: ../../include/functions_update_manager.php:323 -msgid "Could not connect to internet" -msgstr "No se puede conectar con internet" - -#: ../../enterprise/include/functions_update_manager.php:144 -#: ../../include/functions_update_manager.php:328 -#: ../../include/functions_update_manager.php:331 -msgid "Server not found." -msgstr "Servidor no encontrado" - -#: ../../enterprise/include/functions_update_manager.php:147 -#: ../../enterprise/include/functions_update_manager.php:249 -#, php-format -msgid "There is a error: %s" -msgstr "Hay un error: %s" - -#: ../../enterprise/include/functions_update_manager.php:161 -#, php-format -msgid "There are %s updates, and the first to update is:" -msgstr "Hay %s actualizaciones y la primera actualización es:" - -#: ../../enterprise/include/functions_update_manager.php:166 -msgid "Version number:" -msgstr "Número de versión:" - -#: ../../enterprise/include/functions_update_manager.php:167 -#: ../../enterprise/include/functions_networkmap_enterprise.php:607 -msgid "Show details" -msgstr "Ver detalles" - -#: ../../enterprise/include/functions_update_manager.php:174 -#: ../../include/functions_update_manager.php:350 -msgid "Update to the last version" -msgstr "Actualizado a la ultima version" - -#: ../../enterprise/include/functions_update_manager.php:189 -#: ../../include/functions_update_manager.php:353 -msgid "There is no update available." -msgstr "No hay actualizaciones disponibles" - -#: ../../enterprise/include/functions_update_manager.php:244 -#: ../../include/ajax/update_manager.ajax.php:390 -msgid "Fail to update to the last package." -msgstr "Fallo al actualizar al ultimo paquete" - -#: ../../enterprise/include/functions_update_manager.php:259 -#: ../../include/ajax/update_manager.ajax.php:398 -msgid "Starting to update to the last package." -msgstr "Comenzando la actualización al último paquete" - -#: ../../enterprise/include/functions_update_manager.php:290 -#: ../../include/ajax/update_manager.ajax.php:73 -msgid "There was an error extracting the file '" -msgstr "Hay un error al extraer el fichero '" - -#: ../../enterprise/include/functions_update_manager.php:307 -#: ../../include/ajax/update_manager.ajax.php:89 -msgid "The package was not extracted." -msgstr "El paquete no se pudo extraer" - -#: ../../enterprise/include/functions_update_manager.php:351 -#: ../../include/ajax/update_manager.ajax.php:469 -msgid "progress" -msgstr "Progreso" - -#: ../../enterprise/include/functions_update_manager.php:429 -#: ../../enterprise/include/functions_update_manager.php:433 -#: ../../enterprise/include/functions_update_manager.php:460 -#: ../../include/functions_update_manager.php:125 -#: ../../include/functions_update_manager.php:129 -#: ../../include/functions_update_manager.php:155 -#: ../../include/ajax/update_manager.ajax.php:168 -#: ../../include/ajax/update_manager.ajax.php:172 -#: ../../include/ajax/update_manager.ajax.php:199 -msgid "Some of your files might not be recovered." +msgid "If the device is a network device, try with the SNMP Interfaces wizard" msgstr "" -"Algunos de sus ficheros puede que no se hayan recuperado correctamente." +"Si el dispositivo es un dispositivo de red, pruebe con el Wizard de interfaz " +"SNMP" -#: ../../enterprise/include/functions_update_manager.php:438 -#: ../../enterprise/include/functions_update_manager.php:454 -#: ../../include/functions_update_manager.php:133 -#: ../../include/functions_update_manager.php:149 -#: ../../include/ajax/update_manager.ajax.php:176 -#: ../../include/ajax/update_manager.ajax.php:193 -msgid "Some of your old files might not be recovered." -msgstr "Algunos de sus ficheros antiguos no se han podido recuperar." +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:776 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780 +msgid "Devices" +msgstr "Dispositivos" -#: ../../enterprise/include/functions_update_manager.php:475 -#: ../../include/functions_update_manager.php:170 -#: ../../include/ajax/update_manager.ajax.php:214 -msgid "An error ocurred while reading a file." -msgstr "Se produjo un error al leer un fichero" +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:779 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783 +msgid "Temperature sensors" +msgstr "Sensores de temperatura" -#: ../../enterprise/include/functions_update_manager.php:482 -#: ../../include/functions_update_manager.php:177 -#: ../../include/ajax/update_manager.ajax.php:221 -msgid "The package does not exist" -msgstr "El paquete no existe." +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:780 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784 +msgid "Other SNMP data" +msgstr "Otros datos SNMP" -#: ../../enterprise/include/functions_update_manager.php:488 -#: ../../include/functions_update_manager.php:183 -#: ../../include/ajax/update_manager.ajax.php:499 -msgid "The package is installed." -msgstr "El paquete está instalado" +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:801 +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:806 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 +msgid "SNMP remote plugin is necessary for this feature" +msgstr "Se necesita el plugin remoto SNMP para esta funcionalidad" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:916 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920 +msgid "Device" +msgstr "Dispositivo" + +#: ../../enterprise/godmode/policies/policy_agent_wizard.snmp_explorer.php:964 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968 +msgid "Temperature" +msgstr "Temperatura" + +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../enterprise/godmode/alerts/alert_events_list.php:255 +#: ../../godmode/massive/massive_standby_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Successfully set standby" +msgstr "Modo standby activado" + +#: ../../enterprise/godmode/policies/policy_alerts.php:122 +#: ../../enterprise/godmode/alerts/alert_events_list.php:256 +#: ../../godmode/massive/massive_standby_alerts.php:96 +#: ../../godmode/alerts/alert_list.php:265 +msgid "Could not be set standby" +msgstr "No se pudo establecer el modo standby" + +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:272 +#: ../../godmode/massive/massive_standby_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:282 +msgid "Successfully set off standby" +msgstr "Se ha desactivado el modo standby" + +#: ../../enterprise/godmode/policies/policy_alerts.php:139 +#: ../../enterprise/godmode/alerts/alert_events_list.php:273 +#: ../../godmode/massive/massive_standby_alerts.php:78 +#: ../../godmode/alerts/alert_list.php:282 +msgid "Could not be set off standby" +msgstr "No se pudo desactivar el modo standby" + +#: ../../enterprise/godmode/policies/policy_alerts.php:242 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:308 +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:133 +#: ../../enterprise/godmode/alerts/alert_events_list.php:427 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 +#: ../../godmode/massive/massive_copy_modules.php:133 +#: ../../godmode/alerts/alert_list.list.php:412 +msgid "Operations" +msgstr "Operaciones" + +#: ../../enterprise/godmode/policies/policy_alerts.php:511 +msgid "Policy module" +msgstr "Módulo de la política" + +#: ../../enterprise/godmode/policies/policy_alerts.php:556 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:160 +#: ../../enterprise/godmode/alerts/alert_events_list.php:707 +#: ../../godmode/extensions.php:285 ../../godmode/users/user_list.php:464 +#: ../../godmode/alerts/alert_list.list.php:136 +#: ../../godmode/alerts/alert_list.list.php:784 +#: ../../include/functions.php:2577 +msgid "Disable" +msgstr "Desactivar" + +#: ../../enterprise/godmode/policies/policy_alerts.php:564 +#: ../../enterprise/godmode/agentes/plugins_manager.php:111 +#: ../../enterprise/godmode/agentes/plugins_manager.php:147 +#: ../../enterprise/godmode/alerts/alert_events_list.php:715 +#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467 +#: ../../godmode/alerts/alert_list.list.php:135 +#: ../../godmode/alerts/alert_list.list.php:793 +msgid "Enable" +msgstr "Activar" + +#: ../../enterprise/godmode/policies/policy_alerts.php:573 +#: ../../enterprise/godmode/alerts/alert_events_list.php:724 +#: ../../godmode/alerts/alert_list.list.php:802 +msgid "Set off standby" +msgstr "Desactivar standby" + +#: ../../enterprise/godmode/policies/policy_alerts.php:582 +#: ../../enterprise/godmode/alerts/alert_events_list.php:733 +#: ../../godmode/alerts/alert_list.list.php:811 +msgid "Set standby" +msgstr "Activar modo standby" + +#: ../../enterprise/godmode/policies/policy.php:54 +#: ../../enterprise/godmode/agentes/configurar_agente.php:49 +#: ../../enterprise/include/functions_policies.php:3312 +#: ../../godmode/agentes/configurar_agente.php:504 +msgid "Agent plugins" +msgstr "Plugins del agente" + +#: ../../enterprise/godmode/policies/policy.php:58 +#: ../../enterprise/include/functions_policies.php:3217 +#: ../../godmode/agentes/configurar_agente.php:360 +msgid "Agent wizard" +msgstr "Wizard de agente" + +#: ../../enterprise/godmode/policies/policy.php:114 +#: ../../enterprise/godmode/policies/policy.php:137 +#: ../../enterprise/meta/advanced/policymanager.apply.php:142 +#: ../../enterprise/meta/advanced/policymanager.apply.php:146 +msgid "Operation successfully added to the queue" +msgstr "Operación añadida correctamente a la cola" + +#: ../../enterprise/godmode/policies/policy.php:117 +#: ../../enterprise/godmode/policies/policy.php:138 +#: ../../enterprise/meta/advanced/policymanager.apply.php:150 +#: ../../enterprise/meta/advanced/policymanager.apply.php:154 +#: ../../enterprise/meta/advanced/policymanager.apply.php:158 +msgid "Operation cannot be added to the queue" +msgstr "La operación no se puede añadir a la cola" + +#: ../../enterprise/godmode/policies/policy.php:120 +#: ../../enterprise/godmode/policies/policy.php:141 +#: ../../enterprise/meta/advanced/policymanager.apply.php:135 +msgid "Duplicated or incompatible operation in the queue" +msgstr "Operación duplicada o incompatible en la cola" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 +#: ../../godmode/reporting/reporting_builder.item_editor.php:35 +msgid "Only table" +msgstr "Solo tabla" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 +#: ../../godmode/reporting/reporting_builder.item_editor.php:36 +msgid "Table & Graph" +msgstr "Tabla y Gráfico" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:44 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 +#: ../../godmode/reporting/reporting_builder.item_editor.php:37 +msgid "Only graph" +msgstr "Solo gráfico" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:170 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1555 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:48 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:231 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:187 +#: ../../enterprise/dashboard/widgets/top_n.php:71 +#: ../../godmode/reporting/reporting_builder.item_editor.php:41 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1206 +msgid "Ascending" +msgstr "Ascendente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:171 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1558 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:49 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:233 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:189 +#: ../../enterprise/dashboard/widgets/top_n.php:72 +#: ../../godmode/reporting/reporting_builder.item_editor.php:42 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1209 +msgid "Descending" +msgstr "Descendente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/reporting/reporting_builder.php:1998 +msgid "Successfull action" +msgstr "Acción completada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1149 +#: ../../godmode/servers/modificar_server.php:73 +#: ../../godmode/servers/modificar_server.php:85 +msgid "Unsuccessfull action" +msgstr "No se pudo completar la acción" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1170 +#: ../../godmode/reporting/reporting_builder.item_editor.php:622 +msgid "Item Editor" +msgstr "Editor de ítem" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1217 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:233 +#: ../../enterprise/dashboard/widgets/module_icon.php:49 +#: ../../enterprise/dashboard/widgets/module_status.php:49 +#: ../../enterprise/dashboard/widgets/module_value.php:49 +#: ../../godmode/reporting/graph_builder.graph_editor.php:86 +#: ../../godmode/reporting/reporting_builder.item_editor.php:699 +#: ../../godmode/reporting/visual_console_builder.wizard.php:273 +#: ../../godmode/reporting/visual_console_builder.elements.php:77 +#: ../../godmode/reporting/visual_console_builder.elements.php:178 +#: ../../include/functions_visual_map.php:2326 +#: ../../include/functions_visual_map_editor.php:59 +#: ../../include/functions_visual_map_editor.php:167 +#: ../../include/functions_visual_map_editor.php:587 +msgid "Label" +msgstr "Etiqueta" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1258 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:106 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:251 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:97 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:198 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:87 +#: ../../enterprise/include/functions_reporting_csv.php:132 +#: ../../enterprise/include/functions_reporting_csv.php:135 +#: ../../enterprise/include/functions_reporting_csv.php:251 +#: ../../enterprise/include/functions_reporting_csv.php:278 +#: ../../enterprise/include/functions_reporting_csv.php:304 +#: ../../enterprise/include/functions_reporting_csv.php:370 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +#: ../../enterprise/include/functions_reporting_csv.php:796 +#: ../../enterprise/dashboard/widgets/top_n.php:59 +#: ../../enterprise/dashboard/widgets/module_icon.php:86 +#: ../../enterprise/dashboard/widgets/module_status.php:86 +#: ../../enterprise/dashboard/widgets/module_table_value.php:71 +#: ../../enterprise/dashboard/widgets/custom_graph.php:36 +#: ../../enterprise/dashboard/widgets/single_graph.php:72 +#: ../../enterprise/dashboard/widgets/module_value.php:74 +#: ../../godmode/reporting/reporting_builder.item_editor.php:711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:753 +#: ../../godmode/reporting/graph_builder.main.php:145 +#: ../../godmode/reporting/visual_console_builder.wizard.php:158 +#: ../../godmode/reporting/reporting_builder.list_items.php:301 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/agentes/module_manager_editor_prediction.php:155 +#: ../../include/functions_visual_map_editor.php:417 +msgid "Period" +msgstr "Periodo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1243 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 +#: ../../godmode/reporting/reporting_builder.item_editor.php:725 +msgid "Last value" +msgstr "Último valor" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1244 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:3018 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 +#: ../../godmode/reporting/reporting_builder.item_editor.php:726 +#: ../../godmode/reporting/reporting_builder.item_editor.php:2989 +msgid "" +"Warning: period 0 reports cannot be used to show information back in time. " +"Information contained in this kind of reports will be always reporting the " +"most recent information" +msgstr "" +"Advertencia: período 0 los informes no pueden ser usados para enseñar la " +"información devuelta en tiempo. La información contenida en este tipo de " +"informes va a mostrar siempre la información más reciente." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1277 +#: ../../godmode/reporting/reporting_builder.item_editor.php:771 +msgid "Projection period" +msgstr "Periodo de proyección" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1291 +#: ../../godmode/reporting/reporting_builder.item_editor.php:781 +msgid "Data range" +msgstr "Rango de datos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1297 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1578 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:258 +#: ../../enterprise/meta/include/functions_wizard_meta.php:838 +#: ../../enterprise/meta/include/functions_wizard_meta.php:847 +#: ../../enterprise/meta/include/functions_wizard_meta.php:924 +#: ../../enterprise/meta/include/functions_wizard_meta.php:933 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1125 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1134 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1341 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1350 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1422 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1431 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1538 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1547 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/dashboard/widgets/top_n.php:469 +#: ../../godmode/reporting/reporting_builder.item_editor.php:784 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1233 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:198 +#: ../../include/graphs/functions_pchart.php:1131 +#: ../../include/functions_reporting.php:834 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1438 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 ../../include/functions_ui.php:1988 +msgid "Max" +msgstr "Máx" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1299 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1580 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:199 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:261 +#: ../../enterprise/meta/include/functions_wizard_meta.php:836 +#: ../../enterprise/meta/include/functions_wizard_meta.php:845 +#: ../../enterprise/meta/include/functions_wizard_meta.php:922 +#: ../../enterprise/meta/include/functions_wizard_meta.php:931 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1123 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1132 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1339 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1348 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1420 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1429 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1536 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1545 +#: ../../enterprise/include/functions_reporting_csv.php:797 +#: ../../enterprise/dashboard/widgets/top_n.php:472 +#: ../../godmode/reporting/reporting_builder.item_editor.php:786 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1235 +#: ../../godmode/alerts/alert_view.php:310 +#: ../../include/graphs/functions_pchart.php:204 +#: ../../include/graphs/functions_pchart.php:1129 +#: ../../include/functions_reporting.php:837 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1440 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 ../../include/functions_ui.php:1988 +msgid "Min" +msgstr "Mín" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1305 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 +#: ../../godmode/reporting/reporting_builder.item_editor.php:792 +msgid "Only display wrong SLAs" +msgstr "Mostrar solo aquellas SLA que no cumplen." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1314 +#: ../../godmode/reporting/reporting_builder.item_editor.php:801 +msgid "Working time" +msgstr "Tiempo de trabajo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1321 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:120 +#: ../../enterprise/include/functions_reporting.php:1145 +#: ../../enterprise/include/functions_reporting.php:1401 +#: ../../enterprise/include/functions_reporting.php:1835 +#: ../../enterprise/include/functions_reporting_pdf.php:1707 +#: ../../godmode/reporting/reporting_builder.item_editor.php:808 +#: ../../godmode/alerts/configure_alert_special_days.php:81 +#: ../../godmode/alerts/alert_templates.php:65 +#: ../../godmode/alerts/alert_special_days.php:237 +#: ../../godmode/alerts/alert_special_days.php:425 +#: ../../include/functions_html.php:842 +msgid "Monday" +msgstr "Lunes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1327 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:121 +#: ../../enterprise/include/functions_reporting.php:1146 +#: ../../enterprise/include/functions_reporting.php:1402 +#: ../../enterprise/include/functions_reporting.php:1836 +#: ../../enterprise/include/functions_reporting_pdf.php:1708 +#: ../../godmode/reporting/reporting_builder.item_editor.php:814 +#: ../../godmode/alerts/configure_alert_special_days.php:82 +#: ../../godmode/alerts/alert_templates.php:66 +#: ../../godmode/alerts/alert_special_days.php:238 +#: ../../godmode/alerts/alert_special_days.php:428 +#: ../../include/functions_html.php:843 +msgid "Tuesday" +msgstr "Martes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1333 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:122 +#: ../../enterprise/include/functions_reporting.php:1147 +#: ../../enterprise/include/functions_reporting.php:1403 +#: ../../enterprise/include/functions_reporting.php:1837 +#: ../../enterprise/include/functions_reporting_pdf.php:1709 +#: ../../godmode/reporting/reporting_builder.item_editor.php:820 +#: ../../godmode/alerts/configure_alert_special_days.php:83 +#: ../../godmode/alerts/alert_templates.php:67 +#: ../../godmode/alerts/alert_special_days.php:239 +#: ../../godmode/alerts/alert_special_days.php:431 +#: ../../include/functions_html.php:844 +msgid "Wednesday" +msgstr "Miércoles" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1339 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:123 +#: ../../enterprise/include/functions_reporting.php:1148 +#: ../../enterprise/include/functions_reporting.php:1404 +#: ../../enterprise/include/functions_reporting.php:1838 +#: ../../enterprise/include/functions_reporting_pdf.php:1710 +#: ../../godmode/reporting/reporting_builder.item_editor.php:826 +#: ../../godmode/alerts/configure_alert_special_days.php:84 +#: ../../godmode/alerts/alert_templates.php:68 +#: ../../godmode/alerts/alert_special_days.php:240 +#: ../../godmode/alerts/alert_special_days.php:434 +#: ../../include/functions_html.php:845 +msgid "Thursday" +msgstr "Jueves" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1345 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:124 +#: ../../enterprise/include/functions_reporting.php:1149 +#: ../../enterprise/include/functions_reporting.php:1405 +#: ../../enterprise/include/functions_reporting.php:1839 +#: ../../enterprise/include/functions_reporting_pdf.php:1711 +#: ../../godmode/reporting/reporting_builder.item_editor.php:832 +#: ../../godmode/alerts/configure_alert_special_days.php:85 +#: ../../godmode/alerts/alert_templates.php:69 +#: ../../godmode/alerts/alert_special_days.php:241 +#: ../../godmode/alerts/alert_special_days.php:437 +#: ../../include/functions_html.php:846 +msgid "Friday" +msgstr "Viernes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1351 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:125 +#: ../../enterprise/include/functions_reporting.php:1150 +#: ../../enterprise/include/functions_reporting.php:1406 +#: ../../enterprise/include/functions_reporting.php:1840 +#: ../../enterprise/include/functions_reporting_pdf.php:1712 +#: ../../godmode/reporting/reporting_builder.item_editor.php:838 +#: ../../godmode/alerts/configure_alert_special_days.php:86 +#: ../../godmode/alerts/alert_templates.php:70 +#: ../../godmode/alerts/alert_special_days.php:242 +#: ../../godmode/alerts/alert_special_days.php:440 +#: ../../include/functions_html.php:847 +msgid "Saturday" +msgstr "Sábado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1357 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:126 +#: ../../enterprise/include/functions_reporting.php:1151 +#: ../../enterprise/include/functions_reporting.php:1407 +#: ../../enterprise/include/functions_reporting.php:1841 +#: ../../enterprise/include/functions_reporting_pdf.php:1713 +#: ../../godmode/reporting/reporting_builder.item_editor.php:844 +#: ../../godmode/alerts/configure_alert_special_days.php:87 +#: ../../godmode/alerts/alert_templates.php:71 +#: ../../godmode/alerts/alert_special_days.php:243 +#: ../../godmode/alerts/alert_special_days.php:443 +#: ../../include/functions_html.php:841 +msgid "Sunday" +msgstr "Domingo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1365 +#: ../../enterprise/godmode/alerts/alert_events.php:446 +#: ../../godmode/reporting/reporting_builder.item_editor.php:852 +#: ../../godmode/alerts/configure_alert_template.php:539 +msgid "Time from" +msgstr "Hora desde" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1373 +#: ../../enterprise/godmode/alerts/alert_events.php:449 +#: ../../godmode/reporting/reporting_builder.item_editor.php:861 +#: ../../godmode/alerts/configure_alert_template.php:543 +msgid "Time to" +msgstr "Hora hasta" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1390 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1392 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1173 +msgid "Select server" +msgstr "Seleccionar servidor" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1449 +msgid "" +"Case insensitive regular expression for agent name. For example: Network.* " +"will match with the following agent names: network_agent1, NetworK CHECKS" +msgstr "" +"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " +"agente. Por ejemplo: Network.* coincidiría con los siguientes nombres de " +"agentes: network_agent1, NetworK CHECKS" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1463 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2007 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2178 +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 " +"has to be fulfilled with the literally string of the module name, if not you " +"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " +"usage in matchine 1." +msgstr "" +"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " +"módulo. Por ejemplo: si usa este campo con \"Coincidencia exacta de modulo\" " +"activado, entonces este campo tiene que rellenarse con la cadena literal del " +"nombre del modulo, sino, usará una expresion regular, p.e: .*usage.* " +"coincidiría con : cpu_usage, vram usage in machine 1." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1474 +msgid "Module exact match" +msgstr "Coincidencia exacta de modulo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1474 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1944 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2009 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2107 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2182 +msgid "Check it if you want to match module name literally" +msgstr "" +"Actívela si desea que haya una coincidencia exacta y literal en el nombre " +"del módulo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1483 +#: ../../enterprise/dashboard/widgets/custom_graph.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1083 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../godmode/reporting/visual_console_builder.elements.php:377 +#: ../../include/functions_reports.php:429 +#: ../../include/functions_reports.php:505 +#: ../../include/functions_reports.php:507 +#: ../../include/functions_visual_map_editor.php:234 +#: ../../include/functions_visual_map_editor.php:244 +msgid "Custom graph" +msgstr "Gráfica personalizada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1509 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:76 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:285 +#: ../../enterprise/include/functions_netflow_pdf.php:208 +#: ../../enterprise/dashboard/widgets/post.php:25 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1145 +#: ../../godmode/setup/news.php:181 ../../godmode/setup/setup_visuals.php:641 +#: ../../include/functions_reports.php:595 +#: ../../include/functions_reporting.php:3619 +msgid "Text" +msgstr "Texto" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1514 +msgid "Query SQL" +msgstr "Consulta SQL" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +msgid "Serialized header" +msgstr "Cabedera serializada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1519 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 +msgid "The separator character is |" +msgstr "El carácter separador es |" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1524 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1152 +msgid "Custom SQL template" +msgstr "Plantilla SQL personalizada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1529 +msgid "SQL preview" +msgstr "Previsualización del SQL" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 +msgid "Field separator" +msgstr "Separador de campo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1540 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1191 +msgid "Separator for different fields in the serialized text chain" +msgstr "Separador para diferentes campos en la cadena de texto serializada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 +msgid "Line separator" +msgstr "Separador de línea" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1544 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1195 +msgid "" +"Separator in different lines (composed by fields) of the serialized text " +"chain" +msgstr "" +"Separador en diferentes líneas (compuestas por campos) de la cadena de texto " +"serializada" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1548 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1199 +msgid "Group by agent" +msgstr "Agrupar por agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:228 +#: ../../enterprise/dashboard/widgets/top_n.php:69 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1203 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +#: ../../godmode/netflow/nf_item_list.php:147 +msgid "Order" +msgstr "Orden" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1561 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:235 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:191 +#: ../../enterprise/dashboard/widgets/top_n.php:73 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1212 +msgid "By agent name" +msgstr "Por nombre de agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1569 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:241 +#: ../../enterprise/dashboard/widgets/top_n.php:67 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1220 +msgid "Quantity (n)" +msgstr "Cantidad (n)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1582 +#: ../../enterprise/dashboard/widgets/top_n.php:477 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 +#: ../../include/functions_reporting.php:842 +#: ../../include/functions_graph.php:755 ../../include/functions_graph.php:758 +#: ../../include/functions_graph.php:759 ../../include/functions_graph.php:760 +#: ../../include/functions_graph.php:763 +#: ../../include/functions_graph.php:1442 +#: ../../include/functions_graph.php:3832 +#: ../../include/functions_graph.php:3837 +#: ../../include/functions_graph.php:4507 +#: ../../include/functions_graph.php:4510 +#: ../../include/functions_graph.php:4513 +msgid "Avg" +msgstr "Media" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1590 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:255 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1253 +msgid "Only average" +msgstr "Solo media" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1594 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:265 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 +#, fuzzy +msgid "Percentil 95" +msgstr "Porcentaje" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1595 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:266 +msgid "" +"If this option was checked, only adding in elements that type of modules " +"support this option." +msgstr "" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1604 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1270 +msgid "Condition" +msgstr "Condición" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1610 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1275 +#: ../../include/functions_reporting.php:1608 +msgid "Everything" +msgstr "Todo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 +msgid ">=" +msgstr ">=" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1614 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 +msgid "<" +msgstr "<" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1618 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 +#: ../../enterprise/include/functions_reporting_pdf.php:2104 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 +#: ../../include/functions_reporting_html.php:1516 +msgid "Not OK" +msgstr "No está bien" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1625 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:228 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1305 +msgid "Show graph" +msgstr "Mostrar gráfico" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1632 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1313 +msgid "Show address instead module name." +msgstr "Mostrar la dirección en vez del nombre del módulo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1633 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:218 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1314 +msgid "Show the main address of agent." +msgstr "Muestra la dirección principal del agente." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "Show resume" +msgstr "Mostrar resumen" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1645 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1326 +msgid "" +"Show a resume table with max, min, average of total modules on the report " +"bottom" +msgstr "" +"Mostrar una tabla resumen con el máximo, el mínimo y la media de los módulos " +"totales al final del informe" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1657 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1338 +msgid "No Validated" +msgstr "No validado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1670 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1351 +msgid "Event graphs" +msgstr "Gráficas de eventos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1673 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 +msgid "By agent" +msgstr "Por agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1675 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1361 +msgid "By user validator" +msgstr "Por usuario que validó" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1677 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 +msgid "By criticity" +msgstr "Por criticidad" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1679 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1373 +msgid "Validated vs unvalidated" +msgstr "Validados vs sin validar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1686 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1381 +msgid "Show in two columns" +msgstr "Mostrar en dos columnas" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1692 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:217 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1387 +msgid "SLA items sorted by fulfillment value" +msgstr "Objetos de SLA ordenados por valor rellenado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1697 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1392 +msgid "Show in landscape" +msgstr "Mostrar en landscape" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1708 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1403 +#, fuzzy +msgid "Hide not init agents" +msgstr "%d agentes no iniciados" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1720 +msgid "Modules to match" +msgstr "Módulos a comparar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1722 +msgid "Select the modules to match when create a report for agents" +msgstr "" +"Seleccione los módulos a comparar cuando cree el informe para cada agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1803 +msgid "Modules to match (Free text)" +msgstr "Modulos a comparar (Texto libre)" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1805 +msgid "Free text to filter the modules of agents when apply this template." +msgstr "" +"Texto libre para filtrar los módulos de los agentes cuando se use esta " +"plantilla" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1819 +msgid "Create a graph for each agent" +msgstr "Crear una gráfica por cada agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1821 +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 "" +"Si se activa, la expresión regular o el nombre de modulo hará coincidencia " +"en cada módulo de cada agente, y creará una gráfica que contenga módulos de " +"todos los agentes." + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1859 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1430 +#: ../../godmode/netflow/nf_item_list.php:260 +msgid "Create item" +msgstr "Crear item" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1864 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1433 +#: ../../include/functions_visual_map_editor.php:599 +msgid "Update item" +msgstr "Actualizar item" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1897 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1961 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2054 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2128 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2399 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2494 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 +msgid "Exact match" +msgstr "Coincidencia exacta" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1898 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1464 +msgid "SLA Min. (value)" +msgstr "Valor mínimo para el SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1899 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1465 +msgid "SLA Max. (value)" +msgstr "Valor máximo para el SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1900 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1466 +msgid "SLA Limit (%)" +msgstr "Límite (%) para el SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1909 +msgid "Please save the SLA template for start to add items in this list." +msgstr "" +"Por favor, guarde la plantilla SLA para empezar a añadir elementos a la lista" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1958 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2125 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2402 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2497 +msgid "Not literally" +msgstr "No literal" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2002 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2172 +msgid "" +"Case insensitive regular expression for agent name. For example: Network* " +"will match with the following agent names: network_agent1, NetworK CHECKS" +msgstr "" +"Expresión regular no sensible a mayúsculas. Por ejemplo: Network* hará " +"coincidencia con los siguientes nombres de módulos: network_agent1, NetworK " +"CHECKS" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2027 +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2216 +#: ../../enterprise/dashboard/widgets/top_n.php:179 +#: ../../godmode/reporting/reporting_builder.item_editor.php:988 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1600 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1635 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1796 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1824 +msgid "Select an Agent first" +msgstr "Debe seleccionar primero un agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2069 +msgid "Please save the template to start adding items into the list." +msgstr "" +"Por favor, guarde la plantilla para empezar a añadir elementos a la lista" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 +msgid "Edit template" +msgstr "Editar plantilla" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:28 +#: ../../enterprise/godmode/reporting/mysql_builder.php:122 +msgid "Custom Mysql template builder" +msgstr "Creador de plantillas personailizadas para MySQL" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:59 +msgid "Create custom SQL" +msgstr "Crear SQL personalizado" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:70 +msgid ": Create new custom" +msgstr ": Crear nueva consulta personalizada" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:90 +msgid "Create new custom" +msgstr "Crear personalizada nueva" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +msgid "Successfully operation" +msgstr "Operación realizada con éxito" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:125 +msgid "Could not be operation" +msgstr "La operación no puedo completarse" + +#: ../../enterprise/godmode/reporting/mysql_builder.php:142 +#: ../../enterprise/include/functions_reporting_csv.php:528 +#: ../../include/functions_reporting.php:3639 +msgid "SQL" +msgstr "SQL" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:76 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1283 +#: ../../enterprise/dashboard/widgets/module_icon.php:84 +#: ../../enterprise/dashboard/widgets/module_status.php:84 +#: ../../godmode/reporting/visual_console_builder.elements.php:183 +#: ../../godmode/groups/group_list.php:335 +#: ../../godmode/groups/configure_group.php:117 +#: ../../godmode/modules/module_list.php:57 +#: ../../godmode/setup/os.builder.php:39 +#: ../../include/functions_visual_map.php:2334 +#: ../../include/functions_visual_map_editor.php:60 +#: ../../include/functions_visual_map_editor.php:588 +msgid "Icon" +msgstr "Icono" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:104 +msgid "Available" +msgstr "Disponible" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:106 +#: ../../include/graphs/export_data.php:76 +#: ../../include/functions_graph.php:758 ../../include/functions_graph.php:759 +#: ../../include/functions_graph.php:760 ../../include/functions_graph.php:763 +msgid "Selected" +msgstr "Seleccionado" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:113 +msgid "Push the selected services into the list" +msgstr "Añade los servicios seleccionados a la lista" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:118 +msgid "Remove the services from the list" +msgstr "Elimina los servicios de la lista" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:172 +msgid "Icon preview" +msgstr "Pre visualización del icono" + +#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:238 +msgid "The services list is empty" +msgstr "La lista de servicios esta vacía" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:89 +#: ../../enterprise/include/functions_reporting.php:35 +msgid "Wizard SLA" +msgstr "Wizard SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 +#: ../../enterprise/godmode/services/services.service.php:290 +#: ../../enterprise/include/functions_reporting_csv.php:784 +#: ../../include/functions_reports.php:536 +#: ../../include/functions_reporting.php:474 +msgid "S.L.A." +msgstr "S.L.A." + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:113 +#: ../../enterprise/include/functions_reporting.php:1363 +#: ../../enterprise/include/functions_reporting.php:1716 +#: ../../include/functions_reports.php:539 +msgid "Monthly S.L.A." +msgstr "S.L.A mensual" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:115 +#: ../../enterprise/include/functions_reporting.php:2675 +#: ../../enterprise/include/functions_reporting.php:3139 +#: ../../include/functions_reports.php:543 +msgid "Services S.L.A." +msgstr "S.L.A. de Servicios" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:165 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:142 +msgid "Elements to apply" +msgstr "Elementos para aplicar" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:190 +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:166 +#: ../../godmode/setup/snmp_wizard.php:109 +#: ../../include/functions_visual_map_editor.php:440 +#: ../../include/functions_visual_map_editor.php:448 +msgid "Cancel" +msgstr "Cancelar" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 +msgid "SLA min value" +msgstr "Valor mínimo de SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:200 +msgid "SLA min Value" +msgstr "Valor mínimo de SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 +msgid "SLA max value" +msgstr "Valor máximo SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:204 +msgid "SLA max Value" +msgstr "Valor máximo SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 +msgid "SLA Limit %" +msgstr "Límite % SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:208 +msgid "SLA Limit Value" +msgstr "Valor límite SLA" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 +#: ../../godmode/reporting/reporting_builder.list_items.php:287 +#: ../../godmode/reporting/reporting_builder.list_items.php:292 +#: ../../godmode/reporting/reporting_builder.list_items.php:298 +msgid "Ascendent" +msgstr "Ascencente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 +#: ../../godmode/reporting/reporting_builder.list_items.php:288 +#: ../../godmode/reporting/reporting_builder.list_items.php:293 +#: ../../godmode/reporting/reporting_builder.list_items.php:299 +msgid "Descent" +msgstr "Descendente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 +#: ../../godmode/netflow/nf_item_list.php:206 +#: ../../godmode/netflow/nf_item_list.php:209 +msgid "Move to up" +msgstr "Subir" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 +#: ../../godmode/netflow/nf_item_list.php:203 +#: ../../godmode/netflow/nf_item_list.php:210 +msgid "Move to down" +msgstr "Bajar" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 +msgid "Advance Reporting" +msgstr "Informes Avanzados" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:82 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:116 +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../godmode/setup/setup_visuals.php:525 +#: ../../include/functions_config.php:609 +msgid "Font family" +msgstr "Tipo de letra" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:85 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:119 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../godmode/setup/setup_visuals.php:165 +#: ../../godmode/setup/setup_visuals.php:532 +#: ../../include/functions_config.php:467 +#: ../../include/functions_config.php:612 +msgid "Custom logo" +msgstr "Logotipo personalizado" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:87 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:121 +#: ../../enterprise/meta/advanced/metasetup.visual.php:222 +#: ../../godmode/setup/setup_visuals.php:534 +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 "" +"El directorio de logotipos personalizados está en tu www Pandora consola en " +"\"images / custom_logo\". Puede cargar más archivos (sólo JPEG) en la " +"herramienta de carga de la consola." + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:96 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:129 +#: ../../enterprise/meta/advanced/metasetup.visual.php:230 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../godmode/setup/setup_visuals.php:552 +#: ../../include/functions_config.php:615 +msgid "Header" +msgstr "Encabezado" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:99 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:133 +#: ../../enterprise/meta/advanced/metasetup.visual.php:234 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../godmode/setup/setup_visuals.php:557 +#: ../../include/functions_config.php:618 +msgid "First page" +msgstr "Primera página" + +#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:102 +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:137 +#: ../../enterprise/meta/advanced/metasetup.visual.php:241 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:565 +#: ../../include/functions_config.php:621 +msgid "Footer" +msgstr "Pie de página" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 +#: ../../include/functions_reports.php:587 +msgid "Top n" +msgstr "Top n" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 +#: ../../enterprise/include/functions_reporting_csv.php:265 +#: ../../include/functions_reports.php:577 +#: ../../include/functions_reporting.php:1589 +msgid "Exception" +msgstr "Excepción" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:46 +#: ../../enterprise/godmode/alerts/alert_events.php:97 +#: ../../enterprise/godmode/alerts/alert_events.php:102 +#: ../../enterprise/meta/include/functions_wizard_meta.php:184 +#: ../../enterprise/meta/include/functions_wizard_meta.php:412 +#: ../../enterprise/meta/include/functions_wizard_meta.php:481 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1010 +#: ../../enterprise/include/functions_reporting_csv.php:358 +#: ../../godmode/servers/plugin.php:326 ../../godmode/servers/plugin.php:332 +#: ../../godmode/alerts/configure_alert_template.php:148 +#: ../../godmode/alerts/configure_alert_template.php:153 +#: ../../godmode/setup/setup.php:74 ../../godmode/setup/setup.php:112 +#: ../../include/functions_reports.php:573 ../../include/ajax/events.php:299 +#: ../../include/functions_reporting.php:4710 +msgid "General" +msgstr "General" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 +#: ../../enterprise/include/functions_reporting.php:38 +msgid "Global" +msgstr "Global" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 +msgid "Sum" +msgstr "Suma" + +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 +#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 +#: ../../include/functions_reporting.php:4938 +msgid "Rate" +msgstr "Tasa" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 +#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 +msgid "Graph template editor" +msgstr "Editor de plantillas gráficas" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 +#: ../../godmode/reporting/graph_builder.graph_editor.php:87 +#: ../../godmode/reporting/graph_builder.graph_editor.php:156 +msgid "Weight" +msgstr "Peso" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 +msgid "Decrease Weight" +msgstr "Reducir el peso" + +#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 +msgid "Increase Weight" +msgstr "Incrementar el peso" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:389 +#: ../../enterprise/godmode/reporting/graph_template_list.php:168 +msgid "Create template" +msgstr "Crear plantilla" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 +msgid "List templates" +msgstr "Lista de plantillas" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:285 +#: ../../enterprise/godmode/reporting/graph_template_list.php:124 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1484 +#: ../../godmode/alerts/alert_list.list.php:58 +msgid "Template name" +msgstr "Nombre de la plantilla" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:287 +#: ../../enterprise/dashboard/main_dashboard.php:285 +#: ../../godmode/reporting/reporting_builder.php:554 +msgid "Private" +msgstr "Privado" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:342 +#: ../../godmode/reporting/reporting_builder.php:615 +msgid "HTML view" +msgstr "Vista HTML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:344 +#: ../../godmode/reporting/reporting_builder.php:616 +msgid "Export to XML" +msgstr "Exportar a XML" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:384 +msgid "You haven't created templates yet." +msgstr "No tienen creado plantillas aun." + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:397 +msgid "Generate a dynamic report\"" +msgstr "Generar un informe dinámico" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:462 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 +msgid "Agents available" +msgstr "Agentes disponibles" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 +msgid "Select all" +msgstr "Seleccionar todo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:465 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 +msgid "Agents to apply" +msgstr "Agentes para aplicar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 +msgid "Add agents" +msgstr "Añadir agentes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:477 +msgid "Undo agents" +msgstr "Anular agentes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template.php:485 +msgid "Generate" +msgstr "Generar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 +msgid "Advance Options" +msgstr "Opciones avanzadas" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 +msgid "Cleanup sucessfully" +msgstr "Limpieza correcta" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 +msgid "Cleanup error" +msgstr "Error al borrar contenido" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 +#: ../../enterprise/godmode/reporting/graph_template_list.php:32 +#: ../../enterprise/godmode/reporting/graph_template_list.php:43 +#: ../../enterprise/godmode/reporting/graph_template_list.php:53 +#: ../../godmode/reporting/graphs.php:43 ../../godmode/reporting/graphs.php:53 +msgid "Graph list" +msgstr "Lista de la gráfica" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 +msgid "Wizard template" +msgstr "Plantilla de Wizard" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:137 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:251 +#: ../../enterprise/meta/include/functions_alerts_meta.php:107 +#: ../../enterprise/meta/include/functions_alerts_meta.php:125 +#: ../../enterprise/include/functions_reporting.php:81 +#: ../../enterprise/include/functions_reporting.php:4782 +#: ../../enterprise/include/functions_reporting.php:4806 +#: ../../enterprise/include/functions_reporting.php:4860 +#: ../../godmode/agentes/configurar_agente.php:515 ../../godmode/menu.php:152 +msgid "Templates" +msgstr "Plantillas" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 +msgid "Clean up template" +msgstr "Vaciar la plantilla" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 +msgid "Add agents to template" +msgstr "Añadir agentes a la plantilla" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 +msgid "Undo agents to template" +msgstr "Deshacer añadir agentes a la plantilla" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:430 +msgid "Apply template" +msgstr "Aplicar plantilla" + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:755 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:783 +msgid "Please set template distinct than " +msgstr "Por favor, introduzca una plantilla distinta a " + +#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:778 +msgid "" +"This will be delete all reports created in previous template applications. " +"Do you want to continue?" +msgstr "" +"Esta acción eliminará todos los informes creados en aplicaciones anteriores " +"de plantillas. ¿Quiere continuar?" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "Sucessfully applied" +msgstr "Aplicado correctamente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "reports" +msgstr "Informes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 +msgid "items" +msgstr "elementos" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 +msgid "Could not be applied" +msgstr "No se pudo aplicar" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 +#: ../../godmode/massive/massive_operations.php:223 +msgid "" +"In order to perform massive operations, PHP needs a correct configuration in " +"timeout parameters. Please, open your PHP configuration file (php.ini) for " +"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout " +"parameters to a correct value:
max_execution_time = 0 and " +"max_input_time = -1" +msgstr "" +"Para poder realizar operaciones masivas, PHP necesita una correcta " +"configuración de los parámetros de timeout. Por favor, abra su archivo de " +"configuración PHP (php.ini) por ejemplo: sudo vi /etc/php5/apache2/php." +"ini;
Y fije sus parámetros de timeout en un valor correcto:
" +"max_execution_time = 0 y max_input_time = -1" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 +msgid "Create template report wizard" +msgstr "Asistente de creación de plantillas de informes" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 +msgid "Create report per agent" +msgstr "Crear informe por agente" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 +msgid "" +"Left in blank if you want to use default name: Template name - agents (num " +"agents) - Date" +msgstr "" +"Dejar en blanco si quieres usar el nombre por defecto: Nombre plantilla - " +"agentes (num agentes) - Fecha" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 +msgid "Target group" +msgstr "Grupo objetivo" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 +msgid "Filter by" +msgstr "Filtrar por" + +#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 +msgid "Filter tag" +msgstr "Filtro por tag" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:70 +msgid "Graph template management" +msgstr "Gestión de plantillas gráficas" + +#: ../../enterprise/godmode/reporting/graph_template_list.php:163 +msgid "There are no defined graph templates" +msgstr "No hay plantillas gráficas definidas" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 +#: ../../godmode/netflow/nf_edit_form.php:110 +#: ../../godmode/modules/manage_nc_groups.php:83 +#: ../../godmode/events/event_edit_filter.php:164 +msgid "Not updated. Blank name" +msgstr "No actualizado. Nombre en blanco" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 +msgid "Template updated successfully" +msgstr "Plantilla actualizada con éxito" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 +msgid "Error updating template" +msgstr "Error al actualizar la plantilla" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 +#: ../../godmode/reporting/graph_builder.main.php:135 +#: ../../godmode/reporting/visual_console_builder.wizard.php:134 +#: ../../godmode/setup/gis_step_2.php:257 +#: ../../godmode/events/event_responses.editor.php:104 +#: ../../include/functions_visual_map_editor.php:84 +#: ../../include/functions_visual_map_editor.php:365 +msgid "Width" +msgstr "Anchura" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 +#: ../../godmode/reporting/graph_builder.main.php:139 +#: ../../godmode/reporting/visual_console_builder.wizard.php:137 +#: ../../godmode/setup/gis_step_2.php:259 +#: ../../godmode/events/event_responses.editor.php:106 +msgid "Height" +msgstr "Altura" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 +msgid "3 hours" +msgstr "3 horas" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 +msgid "4 days" +msgstr "días" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 +#: ../../godmode/setup/performance.php:102 +#: ../../include/functions_netflow.php:1057 +msgid "Last week" +msgstr "Última semana" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 +#: ../../godmode/setup/performance.php:104 +#: ../../include/functions_netflow.php:1058 +msgid "Last month" +msgstr "Último mes" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 +#: ../../include/functions_netflow.php:1059 +msgid "2 months" +msgstr "2 meses" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 +#: ../../include/ajax/module.php:128 ../../include/functions_netflow.php:1061 +msgid "6 months" +msgstr "6 meses" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 +#: ../../include/functions.php:2031 ../../include/ajax/module.php:129 +msgid "1 year" +msgstr "1 año" + +#: ../../enterprise/godmode/reporting/graph_template_editor.php:202 +#: ../../enterprise/dashboard/widgets/custom_graph.php:49 +msgid "Stacked" +msgstr "Apilado" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:182 +msgid "Order:" +msgstr "Orden:" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:202 +msgid "" +"Show a resume table with max, min, average of total modules on the report " +"bottom:" +msgstr "" +"Muestra una tabla de resumen con el max, min y media del total de módulos en " +"la parte inferior del informe:" + +#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217 +msgid "Show address instead module name" +msgstr "Mostrar la dirección en lugar del nombre del módulo" + +#: ../../enterprise/godmode/agentes/collections.php:48 +msgid "Success: recreate file" +msgstr "Éxito: al volver a crear el archivo" + +#: ../../enterprise/godmode/agentes/collections.php:51 +msgid "Error: recreate file " +msgstr "Error: volver a crear archivo " + +#: ../../enterprise/godmode/agentes/collections.php:64 +#: ../../enterprise/godmode/agentes/collections.php:82 +#: ../../enterprise/godmode/agentes/collections.php:153 +msgid "Collections Management" +msgstr "Gestión de colecciones" + +#: ../../enterprise/godmode/agentes/collections.php:116 +msgid "Manager collection" +msgstr "Gestor de colecciones" + +#: ../../enterprise/godmode/agentes/collections.php:124 +#: ../../enterprise/godmode/agentes/collections.php:139 +#: ../../enterprise/godmode/agentes/collection_manager.php:91 +msgid "Successful create collection package." +msgstr "Paquete de la colección creado correctamente" + +#: ../../enterprise/godmode/agentes/collections.php:140 +#: ../../enterprise/godmode/agentes/collection_manager.php:92 +msgid "Can not create collection package." +msgstr "No se puede crear paquete de la colección" + +#: ../../enterprise/godmode/agentes/collections.php:160 +msgid "Error: The main directory of collections does not exist." +msgstr "Error: El directorio principal de las colecciones no existe." + +#: ../../enterprise/godmode/agentes/collections.php:204 +msgid "Are you sure to delete?" +msgstr "¿Está seguro de que quiere eliminarlo?" + +#: ../../enterprise/godmode/agentes/collections.php:205 +msgid "Delete collection" +msgstr "Eliminar colección" + +#: ../../enterprise/godmode/agentes/collections.php:211 +msgid "Re-Apply changes" +msgstr "Volver a aplicar los cambios" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:41 +msgid "Plug-in deleted succesfully" +msgstr "Plugin eliminado correctamente" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:41 +msgid "Plug-in cannot be deleted" +msgstr "El plugin no se puede eliminar" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:64 +msgid "Plug-in disabled succesfully" +msgstr "Plugin inhabilitado correctamente" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:64 +msgid "Plug-in cannot be disabled" +msgstr "El plugin no puede ser inhabilitado" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:79 +msgid "Plug-in enabled succesfully" +msgstr "Plugin habilitado correctamente" + +#: ../../enterprise/godmode/agentes/plugins_manager.php:79 +msgid "Plug-in cannot be enabled" +msgstr "El plugin no puede ser habilitado" + +#: ../../enterprise/godmode/agentes/collections.data.php:47 +#: ../../enterprise/godmode/agentes/collections.data.php:123 +#: ../../enterprise/godmode/agentes/collections.data.php:142 +#: ../../enterprise/godmode/agentes/collections.data.php:157 +#: ../../enterprise/godmode/agentes/collections.data.php:179 +#: ../../enterprise/godmode/agentes/collections.data.php:221 +msgid "Manager configuration > New" +msgstr "Gestionar la configuración > New" + +#: ../../enterprise/godmode/agentes/collections.data.php:94 +#: ../../enterprise/godmode/agentes/collections.data.php:198 +#: ../../enterprise/godmode/agentes/collections.data.php:267 +#: ../../enterprise/godmode/agentes/collections.data.php:281 +#: ../../enterprise/godmode/agentes/collections.data.php:287 +#: ../../enterprise/godmode/agentes/collections.editor.php:55 +msgid "Manager configuration > Edit " +msgstr "Gestionar la configuración > Edit " + +#: ../../enterprise/godmode/agentes/collections.data.php:130 +msgid "" +"Unable to create the collection. Another collection with the same short name." +msgstr "" +"No se ha podido crear la colección. Hay otra colección con el mismo nombre " +"corto." + +#: ../../enterprise/godmode/agentes/collections.data.php:148 +#: ../../enterprise/godmode/agentes/collections.data.php:163 +msgid "Unable to create the collection" +msgstr "Imposible crear la colección" + +#: ../../enterprise/godmode/agentes/collections.data.php:148 +msgid "Invalid characters in short name" +msgstr "Caracteres inválidos en el nombre" + +#: ../../enterprise/godmode/agentes/collections.data.php:163 +#: ../../enterprise/include/functions_local_components.php:138 +msgid "Empty name" +msgstr "Nombre vacío" + +#: ../../enterprise/godmode/agentes/collections.data.php:185 +#: ../../enterprise/godmode/agentes/collections.data.php:229 +msgid "Unable to create the collection." +msgstr "Imposible crear la colección" + +#: ../../enterprise/godmode/agentes/collections.data.php:206 +#: ../../enterprise/godmode/agentes/collections.data.php:293 +msgid "Correct create collection" +msgstr "Creado con éxito colección de ficheros." + +#: ../../enterprise/godmode/agentes/collections.data.php:271 +msgid "Unable to edit the collection, empty name." +msgstr "Imposible crear colección. Nombre vacío." + +#: ../../enterprise/godmode/agentes/collections.data.php:284 +msgid "Unable to edit the collection." +msgstr "Imposible editar colección" + +#: ../../enterprise/godmode/agentes/collections.data.php:306 +msgid "Error: The collection directory does not exist." +msgstr "Error: El directorio donde se almacenan las colecciones no existe." + +#: ../../enterprise/godmode/agentes/collections.data.php:316 +#: ../../godmode/reporting/visual_console_builder.data.php:99 +#: ../../godmode/setup/os.builder.php:34 +msgid "Name:" +msgstr "Nombre:" + +#: ../../enterprise/godmode/agentes/collections.data.php:323 +msgid "Recreate file" +msgstr "Volver a crear archivo" + +#: ../../enterprise/godmode/agentes/collections.data.php:339 +#: ../../enterprise/godmode/agentes/collections.data.php:340 +#: ../../enterprise/godmode/agentes/collection_manager.php:138 +#: ../../enterprise/godmode/agentes/collection_manager.php:139 +#: ../../enterprise/godmode/agentes/collection_manager.php:223 +#: ../../enterprise/godmode/agentes/collection_manager.php:224 +msgid "Need to regenerate" +msgstr "Necesita volver a regenerarse" + +#: ../../enterprise/godmode/agentes/collections.data.php:356 +#: ../../godmode/reporting/visual_console_builder.data.php:104 +msgid "Group:" +msgstr "Grupo:" + +#: ../../enterprise/godmode/agentes/collections.data.php:367 +msgid "Short name:" +msgstr "Nombre corto:" + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "" +"The collection's short name is the name of dir in attachment dir and the " +"package collection." +msgstr "" +"El nombre corto de la colección es el nombre del directorio en el directorio " +"attachment y la colección de paquetes." + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "Short name must contain only alphanumeric characters, - or _ ." +msgstr "" +"Los nombres cortos deben contener sólo caracteres alfanuméricos, - o _." + +#: ../../enterprise/godmode/agentes/collections.data.php:373 +msgid "Empty for default short name fc_X where X is the collection id." +msgstr "" +"Déjelo vacío para el nombre corto por defecto (fc_X) donde X es el ID de la " +"colección." + +#: ../../enterprise/godmode/agentes/module_manager.php:16 +msgid "Create a new web Server module" +msgstr "Crear un nuevo módulo de servidor web" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:54 +#: ../../enterprise/meta/include/functions_wizard_meta.php:489 +#: ../../enterprise/meta/include/functions_wizard_meta.php:540 +#: ../../enterprise/include/functions_enterprise.php:295 +msgid "Web checks" +msgstr "Comprobaciones web" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:76 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/godmode/modules/configure_local_component.php:315 +#: ../../enterprise/meta/include/functions_wizard_meta.php:548 +msgid "Load basic" +msgstr "cargar básicos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:78 +#: ../../enterprise/meta/include/functions_wizard_meta.php:550 +msgid "Load a basic structure on Web Checks" +msgstr "Cargar una estructura básica en las comprobaciones web" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:80 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../enterprise/godmode/modules/configure_local_component.php:323 +#: ../../enterprise/meta/include/functions_wizard_meta.php:175 +#: ../../enterprise/meta/include/functions_wizard_meta.php:392 +#: ../../enterprise/meta/include/functions_wizard_meta.php:552 +#: ../../enterprise/include/functions_metaconsole.php:1277 +#: ../../enterprise/include/functions_metaconsole.php:1300 +#: ../../enterprise/include/functions_metaconsole.php:1323 +#: ../../enterprise/include/functions_metaconsole.php:1346 +#: ../../enterprise/include/functions_metaconsole.php:1369 +msgid "Check" +msgstr "Comprobar" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:82 +#: ../../enterprise/meta/include/functions_wizard_meta.php:554 +msgid "Check the correct structure of the WebCheck" +msgstr "Cargar la estructura correcta de las comprobaciones web" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 +msgid "Requests" +msgstr "Peticiones" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:91 +msgid "Agent browser id" +msgstr "ID del navegador (Agent Browser)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:98 +#: ../../enterprise/meta/include/functions_wizard_meta.php:946 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1451 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:105 +msgid "HTTP auth (login)" +msgstr "HTTP aut. (login)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:109 +msgid "HTTP auth (pass)" +msgstr "HTTP aut. (contraseña)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:116 +msgid "HTTP auth (server)" +msgstr "HTTP aut. (servidor)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:120 +msgid "HTTP auth (realm)" +msgstr "HTTP aut. (campo)" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:126 +#: ../../enterprise/meta/include/functions_wizard_meta.php:561 +msgid "First line must be \"task_begin\"" +msgstr "La primera línea tiene que ser \"task_begin\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:562 +msgid "Webchecks configuration is empty" +msgstr "La configuración de chequeos web está vacía" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:128 +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:129 +#: ../../enterprise/meta/include/functions_wizard_meta.php:563 +#: ../../enterprise/meta/include/functions_wizard_meta.php:564 +msgid "Last line must be \"task_end\"" +msgstr "La última línea tiene que ser \"task_end\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:130 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:169 +#: ../../enterprise/godmode/modules/configure_local_component.php:334 +#: ../../enterprise/meta/include/functions_wizard_meta.php:565 +msgid "There is a line with a unknown token 'token_fail'." +msgstr "Hay una línea con un token desconocido \"token_fail\"." + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:131 +#, fuzzy +msgid "There isn't get or post" +msgstr "No hay datos que mostrar" + +#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:132 +#: ../../enterprise/meta/include/functions_wizard_meta.php:566 +msgid "Web checks are built correctly" +msgstr "Los chequeos webs se han construido correctamente" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 +msgid "Data Copy" +msgstr "Copia de datos" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 +msgid "No selected agents to copy" +msgstr "No se han seleccionado agentes destino para la copia" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 +msgid "No source agent selected" +msgstr "No ha seleccionado ningún agente de origen" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 +msgid "Making copy of configuration file for" +msgstr "Creando una copia del archivo de configuración de" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 +msgid "Error copying md5 file " +msgstr "Error al copiar fichero MD5 " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +msgid " md5 file" +msgstr " fichero MD5" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 +msgid "Copied " +msgstr "Copiado " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 +msgid "Error copying " +msgstr "Error al copiar " + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 +#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 +msgid " config file" +msgstr " fichero de configuración" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 +msgid "Remote configuration management" +msgstr "Gestión de configuración remota" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 +msgid "Source group" +msgstr "Grupo origen" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 +msgid "To agent(s):" +msgstr "Agente(s) destino:" + +#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 +msgid "Replicate configuration" +msgstr "Replicar configuración" + +#: ../../enterprise/godmode/agentes/collection_manager.php:76 +msgid "Succesful add the collection" +msgstr "Añadido a la colección correctamente" + +#: ../../enterprise/godmode/agentes/collection_manager.php:77 +msgid "Unsuccesful add the collection" +msgstr "No se ha podido añadir a la colección" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 +msgid "Error: The conf file of agent is not readble." +msgstr "Error: El archivo de configuración no se puede leer" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 +msgid "Error: The conf file of agent is not writable." +msgstr "Error: En el archivo de configuración no se puede escribir" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 +msgid "No module was found" +msgstr "No se encontraron módulos" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 +msgid "Delete remote conf agent files in Pandora" +msgstr "" +"Eliminar los archivos de configuración remota de agentes en Pandora FMS" + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 +#: ../../godmode/agentes/agent_manager.php:336 +msgid "Delete remote configuration file" +msgstr "Borrar el archivo de configuración remota." + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 +#: ../../godmode/agentes/agent_manager.php:339 +msgid "" +"Delete this conf file implies that for restore you must reactive remote " +"config in the local agent." +msgstr "" +"Borrar el archivo .conf implica que para restaurarlo, debe reactivar la " +"configuración remota en el agente local." + +#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:209 +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:165 +#: ../../enterprise/godmode/modules/configure_local_component.php:311 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:83 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:71 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:101 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:63 +#: ../../godmode/agentes/planned_downtime.list.php:396 +#: ../../godmode/setup/setup.php:138 ../../godmode/menu.php:132 +#: ../../include/functions_reports.php:631 +#: ../../include/functions_reports.php:633 +msgid "Configuration" +msgstr "Configuración" + +#: ../../enterprise/godmode/agentes/collections.editor.php:63 +msgid "Files in " +msgstr "Archivos en " + +#: ../../enterprise/godmode/agentes/collections.editor.php:111 +#: ../../enterprise/godmode/agentes/collections.editor.php:172 +#: ../../godmode/servers/plugin.php:151 +#: ../../include/functions_filemanager.php:759 +msgid "Edit file" +msgstr "Editar archivo" + +#: ../../enterprise/godmode/agentes/collections.editor.php:112 +#: ../../enterprise/godmode/agentes/collections.editor.php:173 +msgid "Back to file explorer" +msgstr "Volver al explorador de archivos" + +#: ../../enterprise/godmode/agentes/collections.editor.php:148 +#: ../../enterprise/godmode/agentes/collections.editor.php:311 +#: ../../include/functions_filemanager.php:348 +msgid "Security error." +msgstr "Error de seguridad." + +#: ../../enterprise/godmode/agentes/collections.editor.php:193 +#: ../../godmode/servers/plugin.php:170 +msgid "Compatibility mode" +msgstr "Modo de compatibilidad" + +#: ../../enterprise/godmode/agentes/collections.editor.php:236 +msgid "Correct update file." +msgstr "Actualización correcta del archivo" + +#: ../../enterprise/godmode/agentes/collections.editor.php:237 +msgid "Incorrect update file." +msgstr "Archivo NO actualizado correctamente" + +#: ../../enterprise/godmode/agentes/collections.editor.php:376 +msgid "Please, first save a new collection before to upload files." +msgstr "Por favor, antes de subir archivos, guarde una nueva colección" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:69 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 +msgid "Successfully deleted inventory module" +msgstr "Módulo del inventario eliminado correctamente" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:72 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 +msgid "Error deleting inventory module" +msgstr "Erro al eliminar el módulo del inventario" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:80 +msgid "Successfully forced inventory module" +msgstr "Módulo del inventario forzado correctamente" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:83 +msgid "Error forcing inventory module" +msgstr "Error al forzar un módulo del inventario" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:129 +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 +msgid "Inventory module error" +msgstr "Error del módulo del inventario" + +#: ../../enterprise/godmode/agentes/inventory_manager.php:172 +#: ../../enterprise/godmode/agentes/inventory_manager.php:235 +#: ../../enterprise/meta/advanced/synchronizing.user.php:523 +msgid "Target" +msgstr "Target" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26 +msgid "Synthetic arithmetic" +msgstr "Aritmética sintética" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29 +msgid "Synthetic average" +msgstr "Media sintética" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:32 +#: ../../enterprise/meta/general/main_header.php:204 +#: ../../enterprise/include/functions_enterprise.php:289 +#: ../../godmode/setup/setup.php:96 ../../godmode/setup/setup.php:129 +#: ../../godmode/menu.php:265 ../../include/functions_reports.php:635 +#: ../../include/functions_reports.php:637 +#: ../../include/functions_reports.php:639 +#: ../../include/functions_reports.php:641 +#: ../../include/functions_reports.php:643 +msgid "Netflow" +msgstr "Netflow" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:111 +msgid "Fixed value" +msgstr "Valor fijo" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:116 +msgid "Add module to operation as add" +msgstr "Añadir módulo a la operación como suma" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:117 +msgid "Add module to operations as deduct" +msgstr "Añadir módulo a la operacion como resta" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:118 +msgid "Add module to operations as multiplicate " +msgstr "Añadir módulo a la operacion como multiplicador " + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:119 +msgid "Add module to operations as divide" +msgstr "Añadir módulo a la operacion como divisor" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:120 +msgid "Remove selected modules" +msgstr "Eliminar los módulos seleccionados" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:125 +msgid "Add module to average operation" +msgstr "Añadir módulo al promedio de la operación" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:126 +msgid "Remove selected modules from operations stack" +msgstr "Eliminar los módulos de las operaciones" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:141 +msgid "Move down selected modules" +msgstr "Mover hacia abajo los módulos seleccionados" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:142 +msgid "Move up selected modules" +msgstr "Mover hacia arriba los módulos seleccionados" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:170 +msgid "Select Service" +msgstr "Seleccionar servicio" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:181 +msgid "Netflow filter" +msgstr "Filtro de netflow" + +#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:190 +msgid "Select filter" +msgstr "Seleccionar filtro" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 +msgid "The changes on this field are linked with the configuration data." +msgstr "Los cambios en este campo están unidos con la configuración de datos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 +msgid "Using local component" +msgstr "Usando componente local" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 +#: ../../godmode/agentes/module_manager_editor_common.php:76 +#: ../../godmode/agentes/module_manager_editor_common.php:85 +msgid "Manual setup" +msgstr "Configuración manual" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 +msgid "Show configuration data" +msgstr "Mostrar datos de configuración" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 +msgid "Hide configuration data" +msgstr "Ocultar datos de configuración" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 +msgid "Data configuration" +msgstr "Configuración de datos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 +#: ../../enterprise/godmode/modules/configure_local_component.php:317 +msgid "Load a basic structure on data configuration" +msgstr "Cargar una estructura básica en la configuración de datos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 +#: ../../enterprise/godmode/modules/configure_local_component.php:324 +msgid "Check the correct structure of the data configuration" +msgstr "Comprobar la estructura correcta de la configuración de datos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 +#: ../../enterprise/godmode/modules/configure_local_component.php:327 +msgid "First line must be \"module_begin\"" +msgstr "La primera línea tiene que ser \"module_begin\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 +#: ../../enterprise/godmode/modules/configure_local_component.php:328 +msgid "Data configuration is empty" +msgstr "La configuración de datos está vacía" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 +#: ../../enterprise/godmode/modules/configure_local_component.php:329 +#: ../../enterprise/godmode/modules/configure_local_component.php:333 +msgid "Last line must be \"module_end\"" +msgstr "La última línea tiene que ser \"module_end\"" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 +#: ../../enterprise/godmode/modules/configure_local_component.php:330 +msgid "" +"Name is missed. Please add a line with \"module_name yourmodulename\" to " +"data configuration" +msgstr "" +"Falta el nombre. Por favor, introduzca una línea con \"module_name " +"yourmodulename\" a la configuración de datos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 +#: ../../enterprise/godmode/modules/configure_local_component.php:331 +msgid "" +"Type is missed. Please add a line with \"module_type yourmoduletype\" to " +"data configuration" +msgstr "" +"Falta el tipo. Por favor, introduzca una línea con \"module_type " +"yourmoduletype\" a la configuración de datos" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 +#: ../../enterprise/godmode/modules/configure_local_component.php:332 +msgid "Type is wrong. Please set a correct type" +msgstr "El tipo es incorrecto. Por favor, introduzca un tipo correcto" + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 +#: ../../enterprise/godmode/modules/configure_local_component.php:335 +msgid "Error in the syntax, please check the data configuration." +msgstr "Error en la sintaxis, compruebe la configuración de datos, por favor." + +#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 +#: ../../enterprise/godmode/modules/configure_local_component.php:336 +msgid "Data configuration are built correctly" +msgstr "La configuración de datos se ha construido correctamente" + +#: ../../enterprise/godmode/servers/list_satellite.php:26 +#, fuzzy +msgid "Satellite Server" +msgstr "Satélite" + +#: ../../enterprise/godmode/servers/list_satellite.php:69 +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:374 +#, fuzzy +msgid "No Data" +msgstr "Sin datos" + +#: ../../enterprise/godmode/servers/manage_credential_boxes.php:20 +#, fuzzy +msgid "Add Credential Box" +msgstr "Credenciales" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129 +msgid "Error: The conf file of server is not readble." +msgstr "Error: El fichero de configuración del servidor no se puede leer" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134 +msgid "Error: The conf file of server is not writable." +msgstr "" +"Error: En el fichero de configuración del servidor no se puede escribir" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159 +msgid "Delete remote conf server files in Pandora" +msgstr "Borrar los servidores de configuración remota en Pandora" + +#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 +msgid "" +"Delete this conf file implies that Pandora will send back local config to " +"console" +msgstr "" +"Borrar este fichero de configuración implicará que Pandora enviará la " +"configuración local a la consola" + +#: ../../enterprise/godmode/servers/manage_export.php:41 +#: ../../enterprise/godmode/servers/manage_export_form.php:56 +#: ../../enterprise/godmode/menu__.php:110 +#: ../../enterprise/godmode/menu.php:125 +msgid "Export targets" +msgstr "Servidores de exportación" + +#: ../../enterprise/godmode/servers/manage_export.php:61 +msgid "Error updating export target" +msgstr "Error al actualizar el servidor de exportación" + +#: ../../enterprise/godmode/servers/manage_export.php:64 +msgid "Successfully updated export target" +msgstr "Servidor de exportación actualizado correctamente" + +#: ../../enterprise/godmode/servers/manage_export.php:73 +msgid "Error deleting export target" +msgstr "Error al borrar el servidor de exportación" + +#: ../../enterprise/godmode/servers/manage_export.php:76 +msgid "Successfully deleted export target" +msgstr "Servidor de exportación borrado correctamente" + +#: ../../enterprise/godmode/servers/manage_export.php:98 +msgid "" +"Can't be created export target: User and password must be filled with FTP " +"mode" +msgstr "" +"No puede crearse target de exportación: El usuario y la contraseña deben ser " +"completadas con el modo de FTP" + +#: ../../enterprise/godmode/servers/manage_export.php:121 +msgid "There are no defined export targets" +msgstr "No hay objetivos a exportar definidos" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:76 +msgid "Preffix" +msgstr "Prefijo" + +#: ../../enterprise/godmode/servers/manage_export.php:131 +#: ../../enterprise/godmode/servers/manage_export_form.php:88 +msgid "Transfer mode" +msgstr "Modo de transferencia" + +#: ../../enterprise/godmode/servers/manage_export_form.php:71 +#: ../../include/functions_servers.php:398 +msgid "Export server" +msgstr "Servidor de exportación" + +#: ../../enterprise/godmode/servers/manage_export_form.php:109 +msgid "Target directory" +msgstr "Directorio objetivo" + +#: ../../enterprise/godmode/servers/manage_export_form.php:113 +msgid "Extra options" +msgstr "Opciones adicionales" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:30 +#, fuzzy +msgid "Credential Boxes List" +msgstr "Credenciales" + +#: ../../enterprise/godmode/servers/credential_boxes_satellite.php:33 +#, fuzzy +msgid "Credential Boxes" +msgstr "Credenciales" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:283 +msgid "Custom OID" +msgstr "OID personalizado" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 +msgid "Successfully added trap custom values" +msgstr "Añadidos correctamente a los valores personalizados trap" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:177 +msgid "Error adding trap custom values" +msgstr "Error al añadir los valores personalizados trap" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:181 +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:221 +msgid "This OID is preexistent." +msgstr "" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:211 +msgid "No change in data" +msgstr "No hay cambios en los datos" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:214 +msgid "Successfully updated trap custom values" +msgstr "Los valores personalizados trap se han añadido correctamente" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:217 +msgid "Error updating trap custom values" +msgstr "Error al actualizar los valores personalizados trap" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:232 +msgid "Successfully deleted trap custom values" +msgstr "Valores personalizados trap eliminados correctamente" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:236 +msgid "Error deleting trap custom values" +msgstr "Error al eliminar valores personalizados trap" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:243 +#, php-format +msgid "Uploaded %s/%s traps" +msgstr "Actualizados %s/%s traps" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:247 +msgid "Fail uploaded file" +msgstr "Fallo al subir el archivo" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:251 +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 "" +"Los ficheros MIB se cargarán y buscaron las definiciones de SNMP trap. ¡No " +"van a ser instalados en el sistema! Puede usar el cargador de MIB para ese " +"propósito." + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:260 +msgid "Load MIB" +msgstr "Cargar MIB" + +#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:262 +msgid "Upload MIB" +msgstr "Actualizar MIB" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 +msgid "Successful update the tags" +msgstr "Actualización de etiquetas con éxito" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 +msgid "Unsuccessful update the tags" +msgstr "Actualización de etiquetas sin éxito" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 +msgid "Modules unused" +msgstr "Módulos sin usar" + +#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 +msgid "Modules used" +msgstr "Módulos usados" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 +msgid "Success: remove the alerts." +msgstr "Completado: borrado de alertas." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 +msgid "Failed: remove the alerts for this modules, please check." +msgstr "Falló: borrado de alertas para estos modulos." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 +#: ../../include/functions_alerts.php:548 +msgid "Regular expression" +msgstr "Expresión regular" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 +msgid "Modules agents in policy" +msgstr "Modulos de agentes en la política" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +msgid "Success: create the alerts." +msgstr "Alertas creadas exitosamente" + +#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 +msgid "Failed: create the alerts for this modules, please check." +msgstr "Falló: Creación de alertas para estos modulos, compruebe el problema." + +#: ../../enterprise/godmode/massive/massive_operations.php:27 +#: ../../enterprise/godmode/menu__.php:35 ../../enterprise/godmode/menu.php:47 +msgid "Satellite operations" +msgstr "Operaciones satélite" + +#: ../../enterprise/godmode/massive/massive_operations.php:47 +#: ../../enterprise/godmode/menu__.php:26 ../../enterprise/godmode/menu.php:35 +msgid "SNMP operations" +msgstr "Operaciones SNMP" + +#: ../../enterprise/godmode/massive/massive_operations.php:67 +#: ../../enterprise/godmode/menu__.php:17 ../../enterprise/godmode/menu.php:24 +msgid "Policies operations" +msgstr "Operaciones de las políticas" + +#: ../../enterprise/godmode/massive/massive_operations.php:78 +msgid "Bulk alerts policy add" +msgstr "Añadir políticas de alertas masivamente" + +#: ../../enterprise/godmode/massive/massive_operations.php:79 +msgid "Bulk alerts policy delete" +msgstr "Eliminar políticas de alertas masivamente" + +#: ../../enterprise/godmode/massive/massive_operations.php:80 +msgid "Bulk tags module policy edit" +msgstr "Editar políticas de módulos de etiquetas masivamente" + +#: ../../enterprise/godmode/massive/massive_operations.php:81 +msgid "Bulk modules policy tags edit" +msgstr "Editar etiquetas de políticas de módulos masivamente" + +#: ../../enterprise/godmode/massive/massive_operations.php:89 +msgid "Bulk alert SNMP delete" +msgstr "Eliminar alertas SNMP masivamente" + +#: ../../enterprise/godmode/massive/massive_operations.php:90 +msgid "Bulk alert SNMP edit" +msgstr "Editar alertas SNMP masivamente" + +#: ../../enterprise/godmode/massive/massive_operations.php:98 +msgid "Bulk Satellite modules edit" +msgstr "Editar módulos satélite masivamente" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 +#: ../../godmode/massive/massive_edit_modules.php:279 +#: ../../godmode/massive/massive_delete_modules.php:435 +msgid "Agent group" +msgstr "Grupo de agentes" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 +msgid "Filter module" +msgstr "Filtro de módulo" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 +#: ../../godmode/massive/massive_edit_modules.php:346 +#: ../../godmode/massive/massive_add_alerts.php:167 +#: ../../godmode/massive/massive_delete_modules.php:499 +#: ../../godmode/massive/massive_delete_alerts.php:226 +msgid "When select agents" +msgstr "Cuando seleccionar agentes" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 +#: ../../godmode/massive/massive_edit_modules.php:349 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_delete_alerts.php:228 +msgid "Show common modules" +msgstr "Mostrar módulos comunes" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_add_alerts.php:169 +#: ../../godmode/massive/massive_delete_modules.php:501 +#: ../../godmode/massive/massive_delete_alerts.php:228 +msgid "Show all modules" +msgstr "Mostrar todos los módulos" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 +#: ../../enterprise/godmode/modules/configure_local_component.php:237 +#: ../../godmode/agentes/module_manager_editor_common.php:257 +#: ../../godmode/massive/massive_edit_modules.php:368 +#: ../../godmode/modules/manage_network_components_form_common.php:118 +#: ../../include/functions_treeview.php:98 +#: ../../include/functions_alerts.php:554 +msgid "Warning status" +msgstr "Umbral Warning" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:241 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:270 +#: ../../enterprise/godmode/modules/configure_local_component.php:238 +#: ../../enterprise/godmode/modules/configure_local_component.php:255 +#: ../../enterprise/dashboard/widgets/top_n.php:78 +#: ../../godmode/massive/massive_edit_modules.php:372 +#: ../../godmode/massive/massive_edit_modules.php:418 +#: ../../godmode/massive/massive_edit_modules.php:506 +#: ../../godmode/alerts/configure_alert_template.php:620 +#: ../../godmode/modules/manage_network_components_form_common.php:119 +#: ../../godmode/modules/manage_network_components_form_common.php:136 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:551 +#: ../../include/functions_graph.php:4157 +#: ../../include/functions_reporting_html.php:2394 +msgid "Min." +msgstr "Mín." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:250 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:279 +#: ../../enterprise/godmode/modules/configure_local_component.php:241 +#: ../../enterprise/godmode/modules/configure_local_component.php:258 +#: ../../enterprise/dashboard/widgets/top_n.php:77 +#: ../../godmode/agentes/module_manager_editor_common.php:262 +#: ../../godmode/agentes/module_manager_editor_common.php:283 +#: ../../godmode/massive/massive_edit_modules.php:381 +#: ../../godmode/massive/massive_edit_modules.php:427 +#: ../../godmode/massive/massive_edit_modules.php:508 +#: ../../godmode/alerts/configure_alert_template.php:625 +#: ../../godmode/modules/manage_network_components_form_common.php:122 +#: ../../godmode/modules/manage_network_components_form_common.php:139 +#: ../../include/functions_treeview.php:94 +#: ../../include/functions_treeview.php:107 +#: ../../include/functions_alerts.php:550 +#: ../../include/functions_graph.php:4157 +#: ../../include/functions_reporting_html.php:2395 +msgid "Max." +msgstr "Máx." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 +#: ../../enterprise/godmode/modules/configure_local_component.php:244 +#: ../../enterprise/godmode/modules/configure_local_component.php:261 +#: ../../godmode/agentes/module_manager_editor_common.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:288 +#: ../../godmode/massive/massive_edit_modules.php:390 +#: ../../godmode/massive/massive_edit_modules.php:436 +#: ../../godmode/modules/manage_network_components_form_common.php:125 +#: ../../godmode/modules/manage_network_components_form_common.php:142 +#: ../../include/functions_treeview.php:91 +#: ../../include/functions_treeview.php:104 +msgid "Str." +msgstr "Str." + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 +#: ../../enterprise/godmode/modules/configure_local_component.php:254 +#: ../../godmode/agentes/module_manager_editor_common.php:278 +#: ../../godmode/massive/massive_edit_modules.php:414 +#: ../../godmode/modules/manage_network_components_form_common.php:135 +#: ../../include/functions_treeview.php:110 +#: ../../include/functions_alerts.php:555 +msgid "Critical status" +msgstr "Umbral crítico" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 +msgid "Updated modules on database" +msgstr "Módulos actualizados en la base de datos" + +#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 +msgid "Agent configuration files updated" +msgstr "Actualizado fichero de configuración del agente" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 +#: ../../godmode/snmpconsole/snmp_alert.php:484 +#, php-format +msgid "Successfully deleted alerts (%s / %s)" +msgstr "Alertas eliminadas correctamente (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 +#: ../../godmode/snmpconsole/snmp_alert.php:488 +#, php-format +msgid "Unsuccessfully deleted alerts (%s / %s)" +msgstr "Alertas que no han podido ser eliminadas correctamente (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 +msgid "" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Custom OIDs/Datas." +msgstr "" +"Búsqueda por descripción de los campos, OIS, Valores personalizados, Agentes " +"(IP) SNMP, Valor único, cada OIDs/Datas personalizado." + +#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 +msgid "SNMP Alerts to be deleted" +msgstr "Alertas SNMP para añadir" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 +msgid "Tags unused" +msgstr "Etiquetas sin usar" + +#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 +msgid "Tags used" +msgstr "Etiquetas usadas" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 +#: ../../godmode/massive/massive_edit_modules.php:406 +#: ../../godmode/massive/massive_edit_modules.php:451 +#: ../../godmode/massive/massive_edit_modules.php:466 +#: ../../godmode/massive/massive_edit_modules.php:470 +#: ../../godmode/massive/massive_edit_modules.php:488 +#: ../../godmode/massive/massive_edit_modules.php:496 +#: ../../godmode/massive/massive_edit_modules.php:500 +#: ../../godmode/massive/massive_edit_modules.php:503 +#: ../../godmode/massive/massive_edit_modules.php:516 +#: ../../godmode/massive/massive_edit_modules.php:529 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:550 +#: ../../godmode/massive/massive_edit_modules.php:558 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../godmode/massive/massive_edit_modules.php:576 +#: ../../godmode/massive/massive_edit_modules.php:595 +#: ../../godmode/massive/massive_edit_agents.php:278 +#: ../../godmode/massive/massive_edit_agents.php:281 +#: ../../godmode/massive/massive_edit_agents.php:285 +#: ../../godmode/massive/massive_edit_agents.php:289 +#: ../../godmode/massive/massive_edit_agents.php:300 +#: ../../godmode/massive/massive_edit_agents.php:338 +#: ../../godmode/massive/massive_edit_agents.php:344 +#: ../../godmode/massive/massive_edit_agents.php:383 +#: ../../godmode/massive/massive_edit_agents.php:392 +#: ../../godmode/massive/massive_edit_agents.php:399 +msgid "No change" +msgstr "Sin cambios" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 +#, php-format +msgid "Successfully updated alerts (%s / %s)" +msgstr "Alertas actualizadas correctamente (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 +#, php-format +msgid "Unsuccessfully updated alerts (%s / %s)" +msgstr "No se han podido actualizar las alertas (%s / %s)" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 +msgid "SNMP Alerts to be edit" +msgstr "Alertas SNMP para editar" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 +#: ../../godmode/snmpconsole/snmp_alert.php:542 +msgid "Custom Value/OID" +msgstr "Valor/OID personalizado" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 +#: ../../godmode/snmpconsole/snmp_alert.php:568 +msgid "Single value" +msgstr "Valor único" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 +#: ../../enterprise/godmode/alerts/alert_events.php:457 +#: ../../godmode/snmpconsole/snmp_alert.php:805 +#: ../../godmode/alerts/configure_alert_template.php:553 +msgid "Min. number of alerts" +msgstr "Número mínimo de alertas" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 +#: ../../enterprise/godmode/alerts/alert_events.php:460 +#: ../../godmode/snmpconsole/snmp_alert.php:808 +#: ../../godmode/alerts/configure_alert_template.php:560 +msgid "Max. number of alerts" +msgstr "Número máximo de alertas" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:257 +#: ../../enterprise/godmode/alerts/alert_events.php:453 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:143 +#: ../../godmode/snmpconsole/snmp_alert.php:813 +#: ../../godmode/alerts/alert_templates.php:89 +#: ../../godmode/alerts/alert_view.php:306 +#: ../../godmode/alerts/configure_alert_template.php:549 +msgid "Time threshold" +msgstr "Umbral de tiempo" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 +#: ../../godmode/snmpconsole/snmp_alert.php:827 +msgid "Other value" +msgstr "Otros valores" + +#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 +#: ../../godmode/reporting/reporting_builder.list_items.php:284 +#: ../../godmode/reporting/visual_console_builder.elements.php:80 +#: ../../godmode/snmpconsole/snmp_alert.php:860 +#: ../../godmode/snmpconsole/snmp_alert.php:1042 +#: ../../include/functions_visual_map_editor.php:476 +msgid "Position" +msgstr "Posición" + +#: ../../enterprise/godmode/menu__.php:45 +#: ../../enterprise/godmode/menu__.php:130 +#: ../../enterprise/godmode/menu.php:58 ../../enterprise/godmode/menu.php:149 +msgid "Duplicate config" +msgstr "Duplicar configuración" + +#: ../../enterprise/godmode/menu__.php:62 ../../enterprise/godmode/menu.php:75 +#: ../../enterprise/meta/include/functions_components_meta.php:52 +#: ../../enterprise/meta/include/functions_components_meta.php:69 +msgid "Local components" +msgstr "Componentes locales" + +#: ../../enterprise/godmode/menu__.php:70 ../../enterprise/godmode/menu.php:83 +msgid "Manage policies" +msgstr "Gestionar políticas" + +#: ../../enterprise/godmode/menu__.php:96 +#: ../../enterprise/godmode/menu.php:109 +msgid "Enterprise ACL Setup" +msgstr "Configuración ACL Enterprise" + +#: ../../enterprise/godmode/menu__.php:103 +#: ../../enterprise/godmode/menu.php:116 +msgid "Skins" +msgstr "Skins" + +#: ../../enterprise/godmode/menu__.php:117 +#: ../../enterprise/godmode/alerts/alert_events_list.php:67 +#: ../../enterprise/godmode/alerts/alert_events_list.php:114 +#: ../../enterprise/godmode/alerts/alert_events_list.php:129 +#: ../../enterprise/godmode/alerts/alert_events_list.php:144 +#: ../../enterprise/godmode/menu.php:134 +#: ../../enterprise/meta/general/main_header.php:268 +msgid "Event alerts" +msgstr "Alertas de eventos" + +#: ../../enterprise/godmode/menu__.php:124 +#: ../../enterprise/godmode/menu.php:143 +msgid "Log Collector" +msgstr "Colector de Logs" + +#: ../../enterprise/godmode/menu__.php:137 +#: ../../enterprise/godmode/menu.php:156 +msgid "Password policy" +msgstr "Política de contraseñas" + +#: ../../enterprise/godmode/menu__.php:143 +#: ../../enterprise/godmode/menu.php:162 +#: ../../enterprise/include/functions_setup.php:27 +#: ../../enterprise/include/functions_setup.php:55 +#: ../../godmode/extensions.php:145 +msgid "Enterprise" +msgstr "Enterprise" + +#: ../../enterprise/godmode/admin_access_logs.php:42 +msgid "Show extended info" +msgstr "Mostrar más info" + +#: ../../enterprise/godmode/admin_access_logs.php:61 +msgid "" +"Maybe delete the extended data or the audit data is previous to table " +"tsession_extended." +msgstr "" +"Puede que se haya borrado información exntendida, o que la información de " +"auditoría sea previa a la instalación enterprise." + +#: ../../enterprise/godmode/admin_access_logs.php:71 +msgid "Security check is ok." +msgstr "La comprobación de seguridad está ok" + +#: ../../enterprise/godmode/admin_access_logs.php:78 +msgid "Security check is fail." +msgstr "La comprobación de seguridad ha fallado" + +#: ../../enterprise/godmode/admin_access_logs.php:115 +msgid "Extended info:" +msgstr "Información extendida" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:55 +#: ../../enterprise/godmode/alerts/alert_events.php:45 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 +msgid "List event alerts" +msgstr "Lista de alertas de eventos" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:59 +#: ../../enterprise/godmode/alerts/alert_events.php:50 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 +msgid "Builder event alert" +msgstr "Creador de alertas de eventos" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +#: ../../godmode/servers/modificar_server.php:76 +#: ../../godmode/servers/modificar_server.php:88 +msgid "Successfully action" +msgstr "Acción procesada satisfactoriamente" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:328 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 +msgid "Error processing action" +msgstr "Error al procesar la acción" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:343 +msgid "Error validating alert(s)" +msgstr "Error al validar la alerta" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:421 +msgid "Ac." +msgstr "Ac." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:426 +msgid "Val." +msgstr "Val." + +#: ../../enterprise/godmode/alerts/alert_events_list.php:486 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 +msgid "Move up" +msgstr "Subir" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:498 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 +msgid "Move down" +msgstr "Bajar" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:536 +msgid "No associated actions" +msgstr "No hay acciones asociadas" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:563 +#: ../../enterprise/godmode/alerts/alert_events_list.php:604 +#: ../../enterprise/include/functions_reporting_pdf.php:2360 +#: ../../godmode/alerts/alert_list.list.php:539 +#: ../../godmode/alerts/alert_list.list.php:625 +#: ../../godmode/alerts/alert_view.php:391 +#: ../../godmode/alerts/alert_list.builder.php:134 +#: ../../godmode/alerts/configure_alert_action.php:142 +#: ../../include/ajax/alert_list.ajax.php:166 +#: ../../include/functions_reporting_html.php:1574 +#: ../../include/functions_reporting_html.php:2362 +msgid "Threshold" +msgstr "Umbral" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:640 +msgid "View associated rules" +msgstr "Ver reglas asociadas" + +#: ../../enterprise/godmode/alerts/alert_events_list.php:657 +msgid "There are no defined events alerts" +msgstr "No hay definidas alerta de eventos" + +#: ../../enterprise/godmode/alerts/alert_events.php:58 +#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 +msgid "List event rules" +msgstr "Lista de reglas de eventos" + +#: ../../enterprise/godmode/alerts/alert_events.php:71 +msgid "Configure event alert" +msgstr "Configurar alerta de eventos" + +#: ../../enterprise/godmode/alerts/alert_events.php:96 +#: ../../enterprise/godmode/alerts/alert_events.php:101 +#: ../../enterprise/godmode/alerts/alert_events.php:116 +#: ../../enterprise/godmode/alerts/alert_events.php:121 +#: ../../enterprise/godmode/alerts/alert_events.php:136 +#: ../../enterprise/godmode/alerts/alert_events.php:141 +#: ../../enterprise/godmode/setup/setup_history.php:71 +#: ../../godmode/alerts/configure_alert_template.php:147 +#: ../../godmode/alerts/configure_alert_template.php:152 +#: ../../godmode/alerts/configure_alert_template.php:167 +#: ../../godmode/alerts/configure_alert_template.php:172 +#: ../../godmode/alerts/configure_alert_template.php:187 +#: ../../godmode/alerts/configure_alert_template.php:192 +#: ../../include/functions_config.php:670 +msgid "Step" +msgstr "Paso" + +#: ../../enterprise/godmode/alerts/alert_events.php:117 +#: ../../enterprise/godmode/alerts/alert_events.php:122 +#: ../../godmode/alerts/configure_alert_template.php:168 +#: ../../godmode/alerts/configure_alert_template.php:173 +msgid "Conditions" +msgstr "Condiciones" + +#: ../../enterprise/godmode/alerts/alert_events.php:137 +#: ../../enterprise/godmode/alerts/alert_events.php:142 +#: ../../godmode/alerts/configure_alert_template.php:188 +#: ../../godmode/alerts/configure_alert_template.php:193 +msgid "Advanced fields" +msgstr "Campos avanzados" + +#: ../../enterprise/godmode/alerts/alert_events.php:347 +msgid "Could not be created, please fill alert name" +msgstr "No se pudo crear, por favor, introduzca un nombre de alerta" + +#: ../../enterprise/godmode/alerts/alert_events.php:430 +#: ../../godmode/alerts/configure_alert_template.php:520 +msgid "Days of week" +msgstr "Días de la semana" + +#: ../../enterprise/godmode/alerts/alert_events.php:431 +#: ../../enterprise/include/functions_reporting.php:1968 +#: ../../enterprise/include/functions_reporting.php:2079 +#: ../../enterprise/include/functions_reporting.php:3255 +#: ../../godmode/agentes/planned_downtime.editor.php:544 +#: ../../godmode/alerts/alert_view.php:208 +#: ../../godmode/alerts/alert_special_days.php:327 +#: ../../godmode/alerts/configure_alert_template.php:521 +#: ../../include/functions.php:911 ../../include/functions_reporting.php:9287 +msgid "Mon" +msgstr "Lun" + +#: ../../enterprise/godmode/alerts/alert_events.php:433 +#: ../../enterprise/include/functions_reporting.php:1972 +#: ../../enterprise/include/functions_reporting.php:2083 +#: ../../enterprise/include/functions_reporting.php:3259 +#: ../../godmode/agentes/planned_downtime.editor.php:547 +#: ../../godmode/alerts/alert_view.php:209 +#: ../../godmode/alerts/alert_special_days.php:328 +#: ../../godmode/alerts/configure_alert_template.php:523 +#: ../../include/functions.php:913 ../../include/functions_reporting.php:9291 +msgid "Tue" +msgstr "Mar" + +#: ../../enterprise/godmode/alerts/alert_events.php:435 +#: ../../enterprise/include/functions_reporting.php:1976 +#: ../../enterprise/include/functions_reporting.php:2087 +#: ../../enterprise/include/functions_reporting.php:3263 +#: ../../godmode/agentes/planned_downtime.editor.php:550 +#: ../../godmode/alerts/alert_view.php:210 +#: ../../godmode/alerts/alert_special_days.php:329 +#: ../../godmode/alerts/configure_alert_template.php:525 +#: ../../include/functions.php:915 ../../include/functions_reporting.php:9295 +msgid "Wed" +msgstr "Mié" + +#: ../../enterprise/godmode/alerts/alert_events.php:437 +#: ../../enterprise/include/functions_reporting.php:1980 +#: ../../enterprise/include/functions_reporting.php:2091 +#: ../../enterprise/include/functions_reporting.php:3267 +#: ../../godmode/agentes/planned_downtime.editor.php:553 +#: ../../godmode/alerts/alert_view.php:211 +#: ../../godmode/alerts/alert_special_days.php:330 +#: ../../godmode/alerts/configure_alert_template.php:527 +#: ../../include/functions.php:917 ../../include/functions_reporting.php:9299 +msgid "Thu" +msgstr "Jue" + +#: ../../enterprise/godmode/alerts/alert_events.php:439 +#: ../../enterprise/include/functions_reporting.php:1984 +#: ../../enterprise/include/functions_reporting.php:2095 +#: ../../enterprise/include/functions_reporting.php:3271 +#: ../../godmode/agentes/planned_downtime.editor.php:556 +#: ../../godmode/alerts/alert_view.php:212 +#: ../../godmode/alerts/alert_special_days.php:331 +#: ../../godmode/alerts/configure_alert_template.php:529 +#: ../../include/functions.php:919 ../../include/functions_reporting.php:9303 +msgid "Fri" +msgstr "Vie" + +#: ../../enterprise/godmode/alerts/alert_events.php:441 +#: ../../enterprise/include/functions_reporting.php:1988 +#: ../../enterprise/include/functions_reporting.php:2099 +#: ../../enterprise/include/functions_reporting.php:3275 +#: ../../godmode/agentes/planned_downtime.editor.php:559 +#: ../../godmode/alerts/alert_view.php:213 +#: ../../godmode/alerts/alert_special_days.php:332 +#: ../../godmode/alerts/configure_alert_template.php:531 +#: ../../include/functions.php:921 ../../include/functions_reporting.php:9307 +msgid "Sat" +msgstr "Sáb" + +#: ../../enterprise/godmode/alerts/alert_events.php:443 +#: ../../enterprise/include/functions_reporting.php:1992 +#: ../../enterprise/include/functions_reporting.php:2103 +#: ../../enterprise/include/functions_reporting.php:3279 +#: ../../godmode/agentes/planned_downtime.editor.php:562 +#: ../../godmode/alerts/alert_view.php:214 +#: ../../godmode/alerts/alert_special_days.php:326 +#: ../../godmode/alerts/configure_alert_template.php:533 +#: ../../include/functions.php:923 ../../include/functions_reporting.php:9311 +msgid "Sun" +msgstr "Dom" + +#: ../../enterprise/godmode/alerts/alert_events.php:463 +msgid "Rule evaluation mode" +msgstr "Modo de evaluación de reglas" + +#: ../../enterprise/godmode/alerts/alert_events.php:467 +msgid "Group by" +msgstr "Agrupar por" + +#: ../../enterprise/godmode/alerts/alert_events.php:474 +#: ../../godmode/alerts/alert_view.php:471 +#: ../../godmode/alerts/alert_view.php:548 +#: ../../godmode/alerts/alert_commands.php:105 +#: ../../godmode/alerts/alert_commands.php:109 +#: ../../godmode/alerts/alert_commands.php:127 +#: ../../godmode/alerts/alert_commands.php:135 +#: ../../godmode/alerts/configure_alert_template.php:679 +#, php-format +msgid "Field %s" +msgstr "Campo %s" + +#: ../../enterprise/godmode/alerts/alert_events.php:517 +#: ../../godmode/alerts/alert_list.builder.php:109 +#: ../../godmode/alerts/configure_alert_action.php:101 +msgid "Create Action" +msgstr "Crear Acción" + +#: ../../enterprise/godmode/alerts/alert_events.php:523 +msgid "Please Read" +msgstr "Por favor, lea" + +#: ../../enterprise/godmode/alerts/alert_events.php:524 +msgid "" +"Since the alert can have multiple actions. You can edit them from the alert " +"list of events." +msgstr "" +"Debido a que la alerta puede tener múltiples acciones, debe editarlas desde " +"la lista de alertas de eventos." + +#: ../../enterprise/godmode/alerts/alert_events.php:552 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:183 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:173 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:212 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:90 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:163 +#: ../../enterprise/dashboard/full_dashboard.php:204 +#: ../../enterprise/dashboard/public_dashboard.php:226 +#: ../../godmode/alerts/configure_alert_template.php:816 +#: ../../godmode/alerts/configure_alert_template.php:820 +msgid "Next" +msgstr "Siguiente" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 +msgid "Event rules" +msgstr "Reglas de eventos" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 +msgid "Error creating rule" +msgstr "Error al crear regla" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 +msgid "Successfully created rule" +msgstr "Regla creada correctamente" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 +msgid "Error updating rule" +msgstr "Error al actualizar la regla" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 +msgid "Successfully updating rule" +msgstr "Regla actualizada correctamente" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 +msgid "Error updating rule operators" +msgstr "Error al actualizar los operadores de reglas" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 +msgid "Successfully update rule operators" +msgstr "Operadores actualizados correctamente" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 +msgid "(Agent)" +msgstr "(Agente)" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 +msgid "Operator" +msgstr "Operador" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 +msgid "Logic expression for these rules:" +msgstr "Expresión lógica para estas reglas" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 +msgid "Update operators" +msgstr "Actualizar operadores" + +#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 +msgid "There are no defined alert event rules" +msgstr "No hay definidas reglas para alerta de eventos" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 +msgid "Configure event rule" +msgstr "Configurar regla de evento" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +msgid "User comment" +msgstr "Comentario de usuario" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +msgid "This field will be processed with regexp" +msgstr "Este campo será procesado con regexp" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 +msgid "Window" +msgstr "ventana" + +#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 +#: ../../include/class/Tree.class.php:1566 +msgid "Module alerts" +msgstr "Alertas de módulo" + +#: ../../enterprise/godmode/services/services.service.php:62 +msgid "Service created successfully" +msgstr "Servicio creado correctamente" + +#: ../../enterprise/godmode/services/services.service.php:63 +msgid "Error creating service" +msgstr "Error al crear servicio" + +#: ../../enterprise/godmode/services/services.service.php:85 +msgid "No name and description specified for the service" +msgstr "Ningún nombre y descripción especificados para el servicio" + +#: ../../enterprise/godmode/services/services.service.php:90 +msgid "No name specified for the service" +msgstr "Ningún nombre especificado para el servicio" + +#: ../../enterprise/godmode/services/services.service.php:95 +msgid "No description specified for the service" +msgstr "Ninguna descripción especificada para el servicio" + +#: ../../enterprise/godmode/services/services.service.php:109 +msgid "Error updating service" +msgstr "Error al actualizar el sevicio" + +#: ../../enterprise/godmode/services/services.service.php:113 +msgid "Service updated successfully" +msgstr "Servicio actualizado correctamente" + +#: ../../enterprise/godmode/services/services.service.php:130 +msgid "New Service" +msgstr "Nuevo servicio" + +#: ../../enterprise/godmode/services/services.service.php:218 +msgid "No Services or concrete action" +msgstr "Sin Servicios o acción concreta" + +#: ../../enterprise/godmode/services/services.service.php:229 +msgid "General Data" +msgstr "Datos Generales" + +#: ../../enterprise/godmode/services/services.service.php:245 +msgid "You should set the weights manually" +msgstr "Debe establecer los pesos de forma manual" + +#: ../../enterprise/godmode/services/services.service.php:248 +msgid "The weights have default values" +msgstr "Los pesos tienen valores por defecto" + +#: ../../enterprise/godmode/services/services.service.php:251 +msgid "" +"Only the elements configured as 'critical element' are used to calculate the " +"service status" +msgstr "" +"Sólo los elementos configurados como \"elemento crítico\" se utilizan para " +"calcular el estado del servicio" + +#: ../../enterprise/godmode/services/services.service.php:255 +#: ../../enterprise/godmode/services/services.elements.php:70 +msgid "This values are by default because the service is auto calculate mode." +msgstr "" +"Estos valores están por defecto porque el servicio está en modo auto-cálculo" + +#: ../../enterprise/godmode/services/services.service.php:271 +msgid "Agent to store data" +msgstr "Agentes para almacenar datos" + +#: ../../enterprise/godmode/services/services.service.php:294 +msgid "S.L.A. interval" +msgstr "Intervalo SLA" + +#: ../../enterprise/godmode/services/services.service.php:299 +msgid "S.L.A. limit" +msgstr "Límite SLA" + +#: ../../enterprise/godmode/services/services.service.php:301 +msgid "Please set limit between 0 to 100." +msgstr "Por favor, introduzca un límite de 0 a 100" + +#: ../../enterprise/godmode/services/services.service.php:309 +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 "" +"Aquí se describen las plantillas de alertas, que utilizarán sus acciones por " +"defecto.\n" +"\t\tPuedes modificar el comportambiento de las alertas de edición de " +"comportamiento por defecto en el agente que almacena definiciones de datos y " +"alerta sobre el servicio y el estado de SLA." + +#: ../../enterprise/godmode/services/services.service.php:323 +msgid "Warning Service alert" +msgstr "Alerta de advertencia del servicio" + +#: ../../enterprise/godmode/services/services.service.php:334 +msgid "Critical Service alert" +msgstr "Alerta crítica del servicio" + +#: ../../enterprise/godmode/services/services.service.php:352 +msgid "SLA critical service alert" +msgstr "Alerta crítica de servicio SLA." + +#: ../../enterprise/godmode/services/services.elements.php:82 +msgid "Invalid service" +msgstr "Servicio inválido" + +#: ../../enterprise/godmode/services/services.elements.php:133 +#: ../../enterprise/include/functions_services.php:1647 +msgid "Edit service elements" +msgstr "Editar elementos del servicio" + +#: ../../enterprise/godmode/services/services.elements.php:147 +msgid "Error empty module" +msgstr "Error al vaciar los módulos" + +#: ../../enterprise/godmode/services/services.elements.php:156 +msgid "Error empty agent" +msgstr "Error al vaciar el agente" + +#: ../../enterprise/godmode/services/services.elements.php:165 +msgid "Error empty service" +msgstr "Error al vaciar el servicio" + +#: ../../enterprise/godmode/services/services.elements.php:187 +msgid "Service element created successfully" +msgstr "Elemento del servicio creado correctamente" + +#: ../../enterprise/godmode/services/services.elements.php:188 +msgid "Error creating service element" +msgstr "Error al crear elemento de servicio" + +#: ../../enterprise/godmode/services/services.elements.php:262 +msgid "Service element updated successfully" +msgstr "Elemento de servicio actualizado correctamente" + +#: ../../enterprise/godmode/services/services.elements.php:263 +msgid "Error updating service element" +msgstr "Error al actualizar el elemento de sevicio" + +#: ../../enterprise/godmode/services/services.elements.php:270 +msgid "Service element deleted successfully" +msgstr "Elemento de servicio eliminado correctamente" + +#: ../../enterprise/godmode/services/services.elements.php:271 +msgid "Error deleting service element" +msgstr "Error al eliminar el elemento de servicio" + +#: ../../enterprise/godmode/services/services.elements.php:309 +msgid "Edit element service" +msgstr "Editar elemento de servicio" + +#: ../../enterprise/godmode/services/services.elements.php:312 +msgid "Create element service" +msgstr "Crear elemento de sevicio" + +#: ../../enterprise/godmode/services/services.elements.php:362 +msgid "First select an agent" +msgstr "Primero, seleccione un agente" + +#: ../../enterprise/godmode/services/services.elements.php:380 +msgid "Critical weight" +msgstr "Peso crítico" + +#: ../../enterprise/godmode/services/services.elements.php:385 +msgid "Warning weight" +msgstr "Advertencia de peso" + +#: ../../enterprise/godmode/services/services.elements.php:390 +msgid "Unknown weight" +msgstr "Peso desconocido" + +#: ../../enterprise/godmode/services/services.elements.php:395 +msgid "Ok weight" +msgstr "Peso correcto" + +#: ../../enterprise/godmode/services/services.elements.php:403 +msgid "Only the critical elements are relevant to calculate the service status" +msgstr "" +"Solo los elementos críticos son relevantes para calcular el estado del " +"servicio" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 +#: ../../enterprise/godmode/modules/local_components.php:89 +#: ../../enterprise/meta/general/main_header.php:258 +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_components.php:50 +#: ../../godmode/modules/manage_network_templates.php:39 +#: ../../godmode/modules/module_list.php:28 +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Module management" +msgstr "Gestión de módulos" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 +msgid "Interpreter" +msgstr "Intérprete" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 +msgid "Left blank for the LOCAL inventory modules" +msgstr "Dejar en blanco para los módulos de inventario LOCALES" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 +msgid "Block Mode" +msgstr "Modo bloqueo" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 +#: ../../godmode/massive/massive_standby_alerts.php:154 +#: ../../godmode/massive/massive_standby_alerts.php:171 +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Format" +msgstr "Formato" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 +msgid "separate fields with " +msgstr "Separar campos con " + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 +#: ../../include/ajax/double_auth.ajax.php:151 +#: ../../include/ajax/double_auth.ajax.php:287 +msgid "Code" +msgstr "Código" + +#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 +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." + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 +msgid "Successfully created inventory module" +msgstr "Inventario de módulo creado correctamente" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 +msgid "Error creating inventory module" +msgstr "Error al crear módulo del inventario" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 +#: ../../enterprise/godmode/modules/local_components.php:355 +#: ../../godmode/modules/manage_network_components.php:399 +#: ../../godmode/modules/manage_network_templates.php:85 +#: ../../godmode/modules/manage_nc_groups.php:154 +msgid "Successfully multiple deleted" +msgstr "Borrado múltiple satisfactorio" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 +#: ../../enterprise/godmode/modules/local_components.php:356 +#: ../../godmode/modules/manage_network_components.php:400 +#: ../../godmode/modules/manage_network_templates.php:86 +#: ../../godmode/modules/manage_nc_groups.php:155 +msgid "Not deleted. Error deleting multiple data" +msgstr "No borrado. Error al borrar múltiples datos" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 +msgid "No inventory modules defined" +msgstr "No hay módulos de inventario definidos" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 +msgid "Local module" +msgstr "Módulo local" + +#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 +msgid "Remote/Local" +msgstr "Remoto/Local" + +#: ../../enterprise/godmode/modules/configure_local_component.php:135 +msgid "Update Local Component" +msgstr "Actualizar Componente Local" + +#: ../../enterprise/godmode/modules/configure_local_component.php:138 +msgid "Create Local Component" +msgstr "Crear Componente Local" + +#: ../../enterprise/godmode/modules/configure_local_component.php:155 +#: ../../godmode/alerts/configure_alert_template.php:767 +#: ../../godmode/modules/manage_network_components_form_common.php:58 +msgid "Wizard level" +msgstr "Nivel Wizard" + +#: ../../enterprise/godmode/modules/configure_local_component.php:157 +#: ../../enterprise/meta/advanced/metasetup.setup.php:107 +#: ../../godmode/users/configure_user.php:529 +#: ../../godmode/alerts/alert_commands.php:149 +#: ../../godmode/alerts/alert_commands.php:159 +#: ../../godmode/alerts/configure_alert_template.php:684 +#: ../../godmode/alerts/configure_alert_template.php:698 +#: ../../godmode/alerts/configure_alert_template.php:770 +#: ../../godmode/modules/manage_network_components_form_common.php:59 +msgid "Basic" +msgstr "Básico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:176 +#: ../../godmode/agentes/module_manager_editor_common.php:430 +#: ../../godmode/massive/massive_edit_modules.php:573 +#: ../../godmode/modules/manage_network_components_form_common.php:171 +#, fuzzy +msgid "Discard unknown events" +msgstr "Descartar eventos desconocidos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:226 +#: ../../godmode/massive/massive_edit_modules.php:357 +#: ../../godmode/modules/manage_network_components_form_common.php:107 +#, fuzzy +msgid "Dynamic Interval" +msgstr "Intervalo del demonio" + +#: ../../enterprise/godmode/modules/configure_local_component.php:228 +#: ../../godmode/agentes/module_manager_editor_common.php:245 +#: ../../godmode/modules/manage_network_components_form_common.php:109 +#, fuzzy +msgid "Advanced options Dynamic Threshold" +msgstr "Opciones avanzadas" + +#: ../../enterprise/godmode/modules/configure_local_component.php:230 +#: ../../godmode/modules/manage_network_components_form_common.php:111 +#, fuzzy +msgid "Dynamic Min. " +msgstr "Vista dinámica" + +#: ../../enterprise/godmode/modules/configure_local_component.php:232 +#: ../../godmode/massive/massive_edit_modules.php:362 +#: ../../godmode/modules/manage_network_components_form_common.php:113 +#, fuzzy +msgid "Dynamic Max." +msgstr "Mapa dinámico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:234 +#: ../../godmode/massive/massive_edit_modules.php:365 +#: ../../godmode/modules/manage_network_components_form_common.php:115 +#, fuzzy +msgid "Dynamic Two Tailed: " +msgstr "Vista dinámica" + +#: ../../enterprise/godmode/modules/configure_local_component.php:247 +#: ../../enterprise/godmode/modules/configure_local_component.php:264 +#: ../../enterprise/meta/include/functions_wizard_meta.php:840 +#: ../../enterprise/meta/include/functions_wizard_meta.php:849 +#: ../../enterprise/meta/include/functions_wizard_meta.php:926 +#: ../../enterprise/meta/include/functions_wizard_meta.php:935 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1127 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1136 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1343 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1352 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1424 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1433 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1540 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1549 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1565 +#: ../../godmode/agentes/module_manager_editor_common.php:271 +#: ../../godmode/agentes/module_manager_editor_common.php:293 +#: ../../godmode/massive/massive_edit_modules.php:400 +#: ../../godmode/massive/massive_edit_modules.php:446 +#: ../../godmode/modules/manage_network_components_form_common.php:128 +#: ../../godmode/modules/manage_network_components_form_common.php:145 +msgid "Inverse interval" +msgstr "Intervalo inverso" + +#: ../../enterprise/godmode/modules/configure_local_component.php:267 +#: ../../godmode/agentes/module_manager_editor_common.php:297 +#: ../../godmode/massive/massive_edit_modules.php:535 +#: ../../godmode/modules/manage_network_components_form_common.php:148 +msgid "FF threshold" +msgstr "Umbral Flip-Flop" + +#: ../../enterprise/godmode/modules/configure_local_component.php:269 +#: ../../godmode/agentes/module_manager_editor_common.php:300 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:538 +#: ../../godmode/modules/manage_network_components_form_common.php:150 +msgid "All state changing" +msgstr "Todo cambio de estado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:272 +#: ../../godmode/agentes/module_manager_editor_common.php:303 +#: ../../godmode/massive/massive_edit_modules.php:537 +#: ../../godmode/massive/massive_edit_modules.php:539 +#: ../../godmode/modules/manage_network_components_form_common.php:153 +msgid "Each state changing" +msgstr "Cada cambio de estado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:273 +#: ../../godmode/agentes/module_manager_editor_common.php:304 +#: ../../godmode/massive/massive_edit_modules.php:540 +#: ../../godmode/modules/manage_network_components_form_common.php:154 +msgid "To normal" +msgstr "A normal" + +#: ../../enterprise/godmode/modules/configure_local_component.php:275 +#: ../../godmode/agentes/module_manager_editor_common.php:307 +#: ../../godmode/massive/massive_edit_modules.php:541 +#: ../../godmode/modules/manage_network_components_form_common.php:156 +msgid "To warning" +msgstr "A advertencia" + +#: ../../enterprise/godmode/modules/configure_local_component.php:277 +#: ../../godmode/agentes/module_manager_editor_common.php:310 +#: ../../godmode/massive/massive_edit_modules.php:542 +#: ../../godmode/modules/manage_network_components_form_common.php:158 +msgid "To critical" +msgstr "A crítico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:281 +#: ../../godmode/agentes/module_manager_editor_common.php:313 +#: ../../godmode/massive/massive_edit_modules.php:549 +#: ../../godmode/modules/manage_network_components_form_common.php:161 +#: ../../include/functions_reporting.php:2202 +msgid "Historical data" +msgstr "Histórico de datos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:284 +#: ../../godmode/agentes/module_manager_editor_common.php:441 +#: ../../godmode/massive/massive_edit_modules.php:546 +msgid "FF timeout" +msgstr "FF tiempo de espera" + +#: ../../enterprise/godmode/modules/configure_local_component.php:286 +#: ../../godmode/agentes/module_manager_editor_common.php:447 +#: ../../godmode/massive/massive_edit_modules.php:547 +msgid "" +"Timeout in secs from start of flip flop counting. If this value is exceeded, " +"FF counter is reset. Set to 0 for no timeout." +msgstr "" +"Tiempo de espera en segundos desde el comiendo del contador flip flop. Si se " +"excede este valor, el contador FF será reiniciado. Poner 0 para no tener " +"tiempo de espera" + +#: ../../enterprise/godmode/modules/configure_local_component.php:287 +#: ../../godmode/agentes/module_manager_editor_common.php:450 +msgid "This value can be set only in the async modules." +msgstr "Solo debe establecerse este valor en los módulos asíncronos" + +#: ../../enterprise/godmode/modules/configure_local_component.php:289 +#: ../../enterprise/include/functions_reporting_csv.php:598 +#: ../../enterprise/include/functions_reporting_csv.php:614 +#: ../../enterprise/include/functions_reporting_csv.php:621 +#: ../../godmode/agentes/module_manager_editor_common.php:398 +#: ../../godmode/modules/manage_network_components_form_common.php:164 +#: ../../include/functions_reports.php:560 +#: ../../include/functions_reporting.php:3466 +#: ../../include/functions_graph.php:705 +#: ../../include/functions_graph.php:3817 +msgid "Min. Value" +msgstr "Valor mínimo" + +#: ../../enterprise/godmode/modules/configure_local_component.php:289 +#: ../../godmode/modules/manage_network_components_form_common.php:165 +msgid "Any value below this number is discarted" +msgstr "Cualquier valor por debajo de este número está descartado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../enterprise/include/functions_reporting_csv.php:634 +#: ../../enterprise/include/functions_reporting_csv.php:650 +#: ../../enterprise/include/functions_reporting_csv.php:657 +#: ../../godmode/agentes/module_manager_editor_common.php:402 +#: ../../godmode/modules/manage_network_components_form_common.php:166 +#: ../../include/functions_reports.php:558 +#: ../../include/functions_reporting.php:3463 +#: ../../include/functions_graph.php:703 +#: ../../include/functions_graph.php:3816 +msgid "Max. Value" +msgstr "Valor máximo" + +#: ../../enterprise/godmode/modules/configure_local_component.php:294 +#: ../../godmode/modules/manage_network_components_form_common.php:167 +msgid "Any value over this number is discarted" +msgstr "Cualquier valor por encima de este número está descartado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:296 +#: ../../enterprise/meta/include/functions_wizard_meta.php:782 +#: ../../enterprise/meta/include/functions_wizard_meta.php:900 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1078 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1361 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1442 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1575 +#: ../../enterprise/include/functions_reporting_pdf.php:2364 +#: ../../godmode/agentes/module_manager_editor_common.php:345 +#: ../../godmode/massive/massive_edit_modules.php:530 +#: ../../godmode/modules/manage_network_components_form_common.php:168 +#: ../../include/functions_netflow.php:1128 +#: ../../include/functions_netflow.php:1138 +#: ../../include/functions_netflow.php:1156 +#: ../../include/functions_netflow.php:1164 +#: ../../include/functions_netflow.php:1187 +#: ../../include/functions_netflow.php:1245 +#: ../../include/functions_netflow.php:1251 +#: ../../include/functions_netflow.php:1283 +#: ../../include/functions_reporting_html.php:1578 +msgid "Unit" +msgstr "Unidad" + +#: ../../enterprise/godmode/modules/configure_local_component.php:301 +#: ../../godmode/agentes/module_manager_editor_common.php:391 +#: ../../godmode/massive/massive_edit_modules.php:475 +#: ../../godmode/modules/manage_network_components_form_network.php:80 +#: ../../godmode/modules/manage_network_components_form_wmi.php:56 +#: ../../godmode/modules/manage_network_components_form_plugin.php:27 +#: ../../godmode/setup/snmp_wizard.php:42 +msgid "Post process" +msgstr "Posprocesado" + +#: ../../enterprise/godmode/modules/configure_local_component.php:344 +#: ../../godmode/agentes/module_manager_editor_common.php:551 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +msgid "Critical instructions" +msgstr "Intrucciónes de crítico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:345 +#: ../../godmode/agentes/module_manager_editor_common.php:552 +#: ../../godmode/massive/massive_edit_modules.php:581 +#: ../../godmode/modules/manage_network_components_form_common.php:175 +msgid "Instructions when the status is critical" +msgstr "Instrucciones en caso de que esté en estado crítico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:350 +#: ../../godmode/agentes/module_manager_editor_common.php:557 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +msgid "Warning instructions" +msgstr "Instrucciones de advertencia" + +#: ../../enterprise/godmode/modules/configure_local_component.php:351 +#: ../../godmode/agentes/module_manager_editor_common.php:558 +#: ../../godmode/massive/massive_edit_modules.php:585 +#: ../../godmode/modules/manage_network_components_form_common.php:179 +msgid "Instructions when the status is warning" +msgstr "Instrucciones en caso de que el estado sea de advertencia" + +#: ../../enterprise/godmode/modules/configure_local_component.php:356 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +msgid "Unknown instructions" +msgstr "Instrucciones de desconocido" + +#: ../../enterprise/godmode/modules/configure_local_component.php:357 +#: ../../godmode/agentes/module_manager_editor_common.php:562 +#: ../../godmode/massive/massive_edit_modules.php:589 +#: ../../godmode/modules/manage_network_components_form_common.php:183 +msgid "Instructions when the status is unknown" +msgstr "Instrucciones en caso de que el estado sea desconocido" + +#: ../../enterprise/godmode/modules/configure_local_component.php:366 +#: ../../godmode/agentes/module_manager_editor_common.php:587 +#: ../../godmode/massive/massive_edit_modules.php:557 +#: ../../godmode/modules/manage_network_components_form_common.php:190 +msgid "Category" +msgstr "Categoría" + +#: ../../enterprise/godmode/modules/configure_local_component.php:387 +#: ../../godmode/agentes/module_manager_editor_common.php:457 +#: ../../godmode/modules/manage_network_components_form_common.php:212 +msgid "Tags available" +msgstr "Etiquetas disponibles" + +#: ../../enterprise/godmode/modules/configure_local_component.php:394 +#: ../../godmode/agentes/module_manager_editor_common.php:519 +#: ../../godmode/modules/manage_network_components_form_common.php:219 +msgid "Add tags to module" +msgstr "Añadir etiquetas al módulo" + +#: ../../enterprise/godmode/modules/configure_local_component.php:396 +#: ../../godmode/agentes/module_manager_editor_common.php:520 +#: ../../godmode/modules/manage_network_components_form_common.php:220 +msgid "Delete tags to module" +msgstr "Eliminar etiquetas del módulo" + +#: ../../enterprise/godmode/modules/configure_local_component.php:398 +#: ../../godmode/agentes/module_manager_editor_common.php:522 +#: ../../godmode/modules/manage_network_components_form_common.php:222 +msgid "Tags selected" +msgstr "Etiquetas seleccionadas" + +#: ../../enterprise/godmode/modules/configure_local_component.php:410 +msgid "Macros" +msgstr "Macros" + +#: ../../enterprise/godmode/modules/configure_local_component.php:446 +#: ../../godmode/servers/plugin.php:451 +#: ../../godmode/servers/recon_script.php:161 +msgid "Default value" +msgstr "Valor por defecto" + +#: ../../enterprise/godmode/modules/configure_local_component.php:452 +#: ../../enterprise/meta/general/login_page.php:36 +#: ../../godmode/servers/plugin.php:473 +#: ../../godmode/servers/recon_script.php:183 +#: ../../include/functions_ui.php:1067 +msgid "Help" +msgstr "Ayuda" + +#: ../../enterprise/godmode/modules/configure_local_component.php:462 +#: ../../godmode/servers/plugin.php:491 +#: ../../godmode/servers/recon_script.php:199 +msgid "Add macro" +msgstr "Añadir macro" + +#: ../../enterprise/godmode/modules/configure_local_component.php:470 +#: ../../godmode/servers/plugin.php:506 +#: ../../godmode/servers/recon_script.php:206 +msgid "Delete macro" +msgstr "Eliminar macro" + +#: ../../enterprise/godmode/modules/configure_local_component.php:727 +#: ../../godmode/agentes/module_manager_editor_common.php:1188 +#: ../../godmode/modules/manage_network_components_form_common.php:379 +#, fuzzy +msgid "Normal Status" +msgstr "Agentes en normal" + +#: ../../enterprise/godmode/modules/configure_local_component.php:728 +#: ../../godmode/agentes/module_manager_editor_common.php:1189 +#: ../../godmode/modules/manage_network_components_form_common.php:380 +#, fuzzy +msgid "Warning Status" +msgstr "Umbral Warning" + +#: ../../enterprise/godmode/modules/configure_local_component.php:729 +#: ../../godmode/agentes/module_manager_editor_common.php:1190 +#: ../../godmode/modules/manage_network_components_form_common.php:381 +#, fuzzy +msgid "Critical Status" +msgstr "Umbral crítico" + +#: ../../enterprise/godmode/modules/configure_local_component.php:950 +#: ../../godmode/agentes/module_manager_editor_common.php:1411 +#: ../../godmode/modules/manage_network_components_form_common.php:602 +msgid "Please introduce a maximum warning higher than the minimun warning" +msgstr "" + +#: ../../enterprise/godmode/modules/configure_local_component.php:951 +#: ../../godmode/agentes/module_manager_editor_common.php:1412 +#: ../../godmode/modules/manage_network_components_form_common.php:603 +msgid "Please introduce a maximum critical higher than the minimun critical" +msgstr "" + +#: ../../enterprise/godmode/modules/local_components.php:89 +msgid "Local component management" +msgstr "Gestión de componentes locales" + +#: ../../enterprise/godmode/modules/local_components.php:106 +#: ../../godmode/alerts/configure_alert_template.php:118 +#: ../../godmode/modules/manage_network_components.php:160 +#, php-format +msgid "Successfully created from %s" +msgstr "Creado correctamente desde %s" + +#: ../../enterprise/godmode/modules/local_components.php:253 +#: ../../godmode/servers/recon_script.php:320 +#: ../../godmode/modules/manage_network_components.php:261 +msgid "Created successfully" +msgstr "Creado correctamente" + +#: ../../enterprise/godmode/modules/local_components.php:315 +#: ../../godmode/servers/recon_script.php:274 +#: ../../godmode/modules/manage_network_components.php:352 +msgid "Updated successfully" +msgstr "Actualizado correctamente" + +#: ../../enterprise/godmode/modules/local_components.php:440 +#: ../../godmode/modules/manage_network_components.php:516 +msgid "Free Search" +msgstr "Búsqueda libre" + +#: ../../enterprise/godmode/modules/local_components.php:441 +msgid "Search by name, description or data, list matches." +msgstr "Búsqueda por nombre, descripción o datos, lista las concidencias." + +#: ../../enterprise/godmode/setup/setup.php:30 +#: ../../include/functions_config.php:213 +msgid "Forward SNMP traps to agent (if exist)" +msgstr "Reenviar los Traps SNMP al agente (si existe)" + +#: ../../enterprise/godmode/setup/setup.php:38 +#: ../../include/functions_config.php:215 +msgid "Use Enterprise ACL System" +msgstr "Utilize el sistema ACL Enterprise" + +#: ../../enterprise/godmode/setup/setup.php:38 +msgid "" +"Before activating this option check your ACL Setup. You may lose access to " +"the console." +msgstr "" +"Antes de activar esta opción compruebe su configuración ACL. Puede que " +"pierda el acceso a la consola." + +#: ../../enterprise/godmode/setup/setup.php:47 +#: ../../include/functions_config.php:219 +msgid "Size of collection" +msgstr "Tamaño de la colección" + +#: ../../enterprise/godmode/setup/setup.php:48 +msgid " Bytes" +msgstr " Bytes" + +#: ../../enterprise/godmode/setup/setup.php:54 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:333 +#: ../../include/functions_config.php:221 +msgid "Events replication" +msgstr "Replicación de eventos" + +#: ../../enterprise/godmode/setup/setup.php:63 +#: ../../include/functions_config.php:224 +msgid "Replication interval" +msgstr "Intervalo de replicación" + +#: ../../enterprise/godmode/setup/setup.php:64 +msgid "Seconds" +msgstr "Segundos" + +#: ../../enterprise/godmode/setup/setup.php:70 +#: ../../include/functions_config.php:226 +msgid "Replication limit" +msgstr "Límite de replicación" + +#: ../../enterprise/godmode/setup/setup.php:72 +msgid "" +"Limit the number of events that are replicated metaconsole each specified " +"range." +msgstr "" +"Limitar el número de eventos que se replican en la metaconsola a un " +"intervalo especificado." + +#: ../../enterprise/godmode/setup/setup.php:78 +msgid "Last replication at" +msgstr "Última replicación a" + +#: ../../enterprise/godmode/setup/setup.php:80 +msgid "No replication yet" +msgstr "Sin replicación todavía" + +#: ../../enterprise/godmode/setup/setup.php:89 +#: ../../include/functions_config.php:228 +msgid "Replication mode" +msgstr "Modo de replicación" + +#: ../../enterprise/godmode/setup/setup.php:90 +msgid "Only validated events" +msgstr "Sólo eventos validados" + +#: ../../enterprise/godmode/setup/setup.php:96 +#: ../../include/functions_config.php:245 +msgid "Metaconsole agent cache" +msgstr "Cache agente metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:105 +msgid "Metaconsole DB engine" +msgstr "Motor BD de la metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "MySQL" +msgstr "MySQL" + +#: ../../enterprise/godmode/setup/setup.php:106 +msgid "Oracle" +msgstr "Oracle" + +#: ../../enterprise/godmode/setup/setup.php:112 +msgid "Metaconsole DB host" +msgstr "Host BD Metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:119 +msgid "Metaconsole DB name" +msgstr "Nombre BD Metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:126 +msgid "Metaconsole DB user" +msgstr "Usuario BD Metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:133 +msgid "Metaconsole DB password" +msgstr "Password BD Metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:140 +msgid "Metaconsole DB port" +msgstr "Puerto BD Metaconsola" + +#: ../../enterprise/godmode/setup/setup.php:147 +#: ../../include/functions_config.php:230 +msgid "Show events list in local console (read only)" +msgstr "Mostrar lista de eventos en la consola local (solo lectura)" + +#: ../../enterprise/godmode/setup/setup.php:156 +#: ../../include/functions_config.php:251 +msgid "Inventory changes blacklist" +msgstr "Lista negra ante cambios de inventario" + +#: ../../enterprise/godmode/setup/setup.php:156 +msgid "" +"The inventory modules included in the changes blacklist will not generate " +"events when change." +msgstr "" +"Los módulos de inventario incluidos en la lista negra de cambios no " +"generarán eventos cuando cambien." + +#: ../../enterprise/godmode/setup/setup.php:187 +msgid "Out of black list" +msgstr "Fuera de la lista negra" + +#: ../../enterprise/godmode/setup/setup.php:189 +msgid "In black list" +msgstr "En la lista negra" + +#: ../../enterprise/godmode/setup/setup.php:195 +msgid "Push selected modules into blacklist" +msgstr "Mover los módulos seleccionados a la lista negra" + +#: ../../enterprise/godmode/setup/setup.php:199 +msgid "Pop selected modules out of blacklist" +msgstr "Sacar los módulos seleccionados de la lista negra" + +#: ../../enterprise/godmode/setup/setup.php:212 +#: ../../include/functions_config.php:247 +msgid "Activate Log Collector" +msgstr "Activar el Colector de Logs" + +#: ../../enterprise/godmode/setup/setup.php:225 +msgid "Enterprise options" +msgstr "Opciones Enterprise" + +#: ../../enterprise/godmode/setup/setup.php:252 +#: ../../enterprise/meta/advanced/metasetup.password.php:78 +#: ../../enterprise/meta/include/functions_meta.php:499 +#: ../../include/functions_config.php:258 +msgid "Enable password policy" +msgstr "Habilitar política de contraseñas" + +#: ../../enterprise/godmode/setup/setup.php:257 +#: ../../enterprise/meta/advanced/metasetup.password.php:84 +#: ../../enterprise/meta/include/functions_meta.php:509 +#: ../../include/functions_config.php:261 +msgid "Min. size password" +msgstr "Contraseña con tamaño mínimo" + +#: ../../enterprise/godmode/setup/setup.php:258 +#: ../../enterprise/meta/advanced/metasetup.password.php:85 +msgid " Caracters" +msgstr " Caracteres" + +#: ../../enterprise/godmode/setup/setup.php:261 +#: ../../enterprise/meta/advanced/metasetup.password.php:89 +#: ../../enterprise/meta/include/functions_meta.php:519 +#: ../../include/functions_config.php:271 +msgid "Password must have numbers" +msgstr "La contraseña tiene que contener números" + +#: ../../enterprise/godmode/setup/setup.php:266 +#: ../../enterprise/meta/advanced/metasetup.password.php:95 +#: ../../enterprise/meta/include/functions_meta.php:529 +#: ../../include/functions_config.php:273 +msgid "Password must have symbols" +msgstr "La contraseña tiene que contener símbolos" + +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +#: ../../enterprise/meta/include/functions_meta.php:539 +#: ../../include/functions_config.php:263 +msgid "Password expiration" +msgstr "Expiración de contraseña" + +#: ../../enterprise/godmode/setup/setup.php:271 +#: ../../enterprise/meta/advanced/metasetup.password.php:101 +msgid "Set 0 if never expire." +msgstr "Introduzca 0 para que nunca expire" + +#: ../../enterprise/godmode/setup/setup.php:272 +#: ../../enterprise/meta/advanced/metasetup.password.php:102 +msgid " Days" +msgstr " Días" + +#: ../../enterprise/godmode/setup/setup.php:275 +#: ../../enterprise/meta/advanced/metasetup.password.php:106 +#: ../../enterprise/meta/include/functions_meta.php:549 +#: ../../include/functions_config.php:265 +msgid "Force change password on first login" +msgstr "Forzar cambio de contraseña en el primer inicio de sesión" + +#: ../../enterprise/godmode/setup/setup.php:280 +#: ../../enterprise/meta/advanced/metasetup.password.php:112 +#: ../../enterprise/meta/include/functions_meta.php:559 +#: ../../include/functions_config.php:267 +msgid "User blocked if login fails" +msgstr "Usuario bloqueado si la identificación falla" + +#: ../../enterprise/godmode/setup/setup.php:281 +#: ../../enterprise/meta/advanced/metasetup.password.php:113 +msgid " Minutes" +msgstr " Minutos" + +#: ../../enterprise/godmode/setup/setup.php:284 +#: ../../enterprise/meta/advanced/metasetup.password.php:117 +#: ../../enterprise/meta/include/functions_meta.php:569 +#: ../../include/functions_config.php:269 +msgid "Number of failed login attempts" +msgstr "Número de intentos de identificación fallidos" + +#: ../../enterprise/godmode/setup/setup.php:285 +#: ../../enterprise/meta/advanced/metasetup.password.php:117 +msgid "Two attempts minimum" +msgstr "2 intentos mínimo" + +#: ../../enterprise/godmode/setup/setup.php:286 +#: ../../enterprise/meta/advanced/metasetup.password.php:118 +msgid " Attempts" +msgstr " Intentos" + +#: ../../enterprise/godmode/setup/setup.php:289 +#: ../../enterprise/meta/advanced/metasetup.password.php:122 +#: ../../enterprise/meta/include/functions_meta.php:486 +#: ../../include/functions_config.php:275 +msgid "Apply password policy to admin users" +msgstr "Aplicar la política de contraseñas a los usuarios administradores" + +#: ../../enterprise/godmode/setup/setup.php:294 +#: ../../enterprise/meta/advanced/metasetup.password.php:128 +#: ../../enterprise/meta/include/functions_meta.php:579 +#: ../../include/functions_config.php:277 +msgid "Enable password history" +msgstr "Activar histórico de contraseñas" + +#: ../../enterprise/godmode/setup/setup.php:299 +#: ../../enterprise/meta/advanced/metasetup.password.php:134 +#: ../../enterprise/meta/include/functions_meta.php:589 +#: ../../include/functions_config.php:279 +msgid "Compare previous password" +msgstr "Comparar la contraseña anterior" + +#: ../../enterprise/godmode/setup/setup.php:318 +msgid "Enterprise password policy" +msgstr "Política de contraseña Enterprise" + +#: ../../enterprise/godmode/setup/setup.php:319 +msgid "" +"Rules applied to the management of passwords. This policy applies to all " +"users except the administrator." +msgstr "" +"Reglas aplicadas a la gestión de contraseñas. Esta política se aplica a " +"todos los usuarios excepto al administrador" + +#: ../../enterprise/godmode/setup/setup_skins.php:36 +#: ../../enterprise/godmode/setup/edit_skin.php:42 +msgid "Skins configuration" +msgstr "Configuración skins" + +#: ../../enterprise/godmode/setup/setup_skins.php:71 +msgid "Error deleting skin" +msgstr "Error al borrar skin" + +#: ../../enterprise/godmode/setup/setup_skins.php:74 +msgid "Successfully deleted skin" +msgstr "Skin eliminado correctamente" + +#: ../../enterprise/godmode/setup/setup_skins.php:117 +msgid "Skin name" +msgstr "Nombre del skin" + +#: ../../enterprise/godmode/setup/setup_skins.php:118 +#: ../../enterprise/godmode/setup/edit_skin.php:216 +msgid "Relative path" +msgstr "Ruta relativa" + +#: ../../enterprise/godmode/setup/setup_skins.php:143 +msgid "There are no defined skins" +msgstr "No hay skins definidas" + +#: ../../enterprise/godmode/setup/setup_skins.php:148 +msgid "Create skin" +msgstr "Crear skin" + +#: ../../enterprise/godmode/setup/edit_skin.php:45 +msgid "Successfully updated skin" +msgstr "Skin actualizada correctamente" + +#: ../../enterprise/godmode/setup/edit_skin.php:48 +#: ../../enterprise/godmode/setup/edit_skin.php:60 +msgid "Error updating skin" +msgstr "Error al actualizar skin" + +#: ../../enterprise/godmode/setup/edit_skin.php:171 +msgid "Error creating skin" +msgstr "Error al crear skin" + +#: ../../enterprise/godmode/setup/edit_skin.php:176 +msgid "Successfully created skin" +msgstr "Skin creado correctamente" + +#: ../../enterprise/godmode/setup/edit_skin.php:217 +msgid "" +"Zip file with skin subdirectory. The name of the zip file only can have " +"alphanumeric characters." +msgstr "" +"Archivo zip con subdirectorio skin. El nombre del archivo zip solo puede " +"tener caracteres alfanuméricos." + +#: ../../enterprise/godmode/setup/edit_skin.php:239 +msgid "Group/s" +msgstr "Grupo/s" + +#: ../../enterprise/godmode/setup/setup_history.php:45 +#: ../../include/functions_config.php:652 +msgid "Enable history database" +msgstr "Activar base de datos de histórico" + +#: ../../enterprise/godmode/setup/setup_history.php:49 +#, fuzzy +msgid "Enable event history" +msgstr "Historial de eventos activo" + +#: ../../enterprise/godmode/setup/setup_history.php:49 +msgid "" +"Event history is ONLY used for event reports, is not used in graphs or event " +"viewer." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_history.php:53 +#: ../../include/functions_config.php:656 +msgid "Host" +msgstr "Servidor" + +#: ../../enterprise/godmode/setup/setup_history.php:59 +#: ../../enterprise/godmode/setup/setup_auth.php:64 +#: ../../enterprise/godmode/setup/setup_auth.php:96 +#: ../../enterprise/godmode/setup/setup_auth.php:128 +#: ../../enterprise/meta/include/functions_meta.php:839 +#: ../../enterprise/meta/include/functions_meta.php:892 +#: ../../enterprise/meta/include/functions_meta.php:945 +#: ../../include/functions_config.php:330 +#: ../../include/functions_config.php:341 +#: ../../include/functions_config.php:351 +#: ../../include/functions_config.php:660 +msgid "Database name" +msgstr "Nombre de la base de datos" + +#: ../../enterprise/godmode/setup/setup_history.php:62 +#: ../../include/functions_config.php:662 +msgid "Database user" +msgstr "Usuario de la base de datos" + +#: ../../enterprise/godmode/setup/setup_history.php:65 +#: ../../include/functions_config.php:664 +msgid "Database password" +msgstr "Contraseña de la base de datos" + +#: ../../enterprise/godmode/setup/setup_history.php:68 +msgid "Number of days before data is transfered to history database." +msgstr "" +"Número de días antes de que los datos se transfieran a la base de datos " +"histórica." + +#: ../../enterprise/godmode/setup/setup_history.php:71 +msgid "" +"Data size of mechanism used to transfer data (similar to a data buffer.)" +msgstr "Tamaño del sistema de transferencia de datos (similar al un buffer)" + +#: ../../enterprise/godmode/setup/setup_history.php:74 +#: ../../include/functions_config.php:672 +msgid "Delay" +msgstr "Retraso" + +#: ../../enterprise/godmode/setup/setup_history.php:74 +msgid "Time interval between data transfer." +msgstr "Intervalo de tiempo entre transferencias de datos" + +#: ../../enterprise/godmode/setup/setup_history.php:77 +#, fuzzy +msgid "Event days" +msgstr "Identificación del evento" + +#: ../../enterprise/godmode/setup/setup_history.php:77 +#, fuzzy +msgid "Number of days before events is transfered to history database." +msgstr "" +"Número de días antes de que los datos se transfieran a la base de datos " +"histórica." + +#: ../../enterprise/godmode/setup/setup_auth.php:31 +msgid "Active directory" +msgstr "Directorio activo" + +#: ../../enterprise/godmode/setup/setup_auth.php:32 +msgid "Remote Pandora FMS" +msgstr "Pandora FMS remota" + +#: ../../enterprise/godmode/setup/setup_auth.php:33 +msgid "Remote Babel Enterprise" +msgstr "Babel Enterprise remoto" + +#: ../../enterprise/godmode/setup/setup_auth.php:34 +msgid "Remote Integria" +msgstr "Integria IMs remoto" + +#: ../../enterprise/godmode/setup/setup_auth.php:35 +msgid "SAML" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:52 +#: ../../include/functions_config.php:326 +msgid "MySQL host" +msgstr "Dirección de MYSQL" + +#: ../../enterprise/godmode/setup/setup_auth.php:58 +#: ../../enterprise/godmode/setup/setup_auth.php:90 +#: ../../enterprise/godmode/setup/setup_auth.php:122 +#: ../../enterprise/meta/include/functions_meta.php:829 +#: ../../enterprise/meta/include/functions_meta.php:882 +#: ../../enterprise/meta/include/functions_meta.php:935 +#: ../../include/functions_config.php:328 +#: ../../include/functions_config.php:339 +#: ../../include/functions_config.php:349 +msgid "MySQL port" +msgstr "Puerto de MySQL" + +#: ../../enterprise/godmode/setup/setup_auth.php:84 +#: ../../enterprise/meta/include/functions_meta.php:872 +#: ../../include/functions_config.php:337 +msgid "Babel Enterprise host" +msgstr "Servidor de Babel Enterprise" + +#: ../../enterprise/godmode/setup/setup_auth.php:116 +#: ../../enterprise/meta/include/functions_meta.php:925 +#: ../../include/functions_config.php:347 +msgid "Integria host" +msgstr "Servidor de Integria" + +#: ../../enterprise/godmode/setup/setup_auth.php:147 +#, fuzzy +msgid "SimpleSAML path" +msgstr "Gráfica simple" + +#: ../../enterprise/godmode/setup/setup_auth.php:147 +msgid "" +"Select the path where SimpleSAML has been installed (by default '/opt/')" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:156 +#: ../../enterprise/meta/include/functions_meta.php:662 +#: ../../include/functions_config.php:295 +msgid "Autocreate blacklist" +msgstr "Crear automáticamente una lista negra" + +#: ../../enterprise/godmode/setup/setup_auth.php:164 +#: ../../enterprise/meta/include/functions_meta.php:724 +#: ../../include/functions_config.php:304 +msgid "Advance Config AD" +msgstr "Configuración avanzada de AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:165 +msgid "" +"Enable this option will be synchronice the groups and tags each new user " +"when he/she will login." +msgstr "" +"Activar esta opción sincronizará grupos y etiquetas cuando el usuario vuelva " +"a iniciar sesión" + +#: ../../enterprise/godmode/setup/setup_auth.php:182 +#: ../../enterprise/meta/include/functions_meta.php:744 +#: ../../include/functions_config.php:308 +msgid "Advanced Permisions AD" +msgstr "Permisos avanzados de AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../enterprise/meta/advanced/synchronizing.user.php:555 +#: ../../godmode/users/profile_list.php:302 ../../godmode/menu.php:91 +msgid "Profiles" +msgstr "Perfiles" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#, fuzzy +msgid "AD Groups" +msgstr "Grupos" + +#: ../../enterprise/godmode/setup/setup_auth.php:193 +#: ../../enterprise/godmode/setup/setup_auth.php:234 +#: ../../godmode/setup/snmp_wizard.php:43 +msgid "OP" +msgstr "" + +#: ../../enterprise/godmode/setup/setup_auth.php:236 +#, fuzzy +msgid "Select profile" +msgstr "Seleccionar filtro" + +#: ../../enterprise/godmode/setup/setup_auth.php:245 +#, fuzzy +msgid "Add new permissions" +msgstr "Permisos avanzados de AD" + +#: ../../enterprise/godmode/setup/setup_auth.php:256 +#: ../../enterprise/meta/include/functions_meta.php:632 +#: ../../include/functions_config.php:289 +msgid "Autocreate profile" +msgstr "Creat automáticamente el perfil" + +#: ../../enterprise/godmode/setup/setup_auth.php:262 +#: ../../enterprise/meta/include/functions_meta.php:642 +#: ../../include/functions_config.php:291 +msgid "Autocreate profile group" +msgstr "Crear automáticamente perfil de grupo" + +#: ../../enterprise/godmode/setup/setup_auth.php:269 +#: ../../enterprise/meta/include/functions_meta.php:652 +#: ../../include/functions_config.php:293 +msgid "Autocreate profile tags" +msgstr "Autocreado de tags de perfiles" + +#: ../../enterprise/godmode/setup/setup_auth.php:284 +#: ../../enterprise/meta/include/functions_meta.php:694 +#: ../../include/functions_config.php:298 +msgid "Active directory server" +msgstr "Servidor de Directorio Activo" + +#: ../../enterprise/godmode/setup/setup_auth.php:290 +#: ../../enterprise/meta/include/functions_meta.php:704 +#: ../../include/functions_config.php:300 +msgid "Active directory port" +msgstr "Puerto del Directorio Activo" + +#: ../../enterprise/godmode/setup/setup_auth.php:296 +#: ../../enterprise/meta/include/functions_meta.php:714 +#: ../../enterprise/meta/include/functions_meta.php:786 +#: ../../godmode/setup/setup_auth.php:89 +#: ../../include/functions_config.php:302 +#: ../../include/functions_config.php:317 +msgid "Start TLS" +msgstr "Start TLS" + +#: ../../enterprise/godmode/setup/setup_auth.php:303 +#: ../../enterprise/meta/include/functions_meta.php:734 +#: ../../include/functions_config.php:306 +msgid "Domain" +msgstr "Dominio" + +#: ../../enterprise/godmode/setup/setup_auth.php:383 +msgid "You must select a profile from the list of profiles." +msgstr "" + +#: ../../enterprise/godmode/setup/setup_acl.php:40 +msgid "Enterprise ACL setup" +msgstr "Configuración ACL Enterprise" + +#: ../../enterprise/godmode/setup/setup_acl.php:73 +#: ../../enterprise/godmode/setup/setup_acl.php:105 +msgid "Add new ACL element to profile" +msgstr "Añadir nuevo elemento ACL al perfil" + +#: ../../enterprise/godmode/setup/setup_acl.php:78 +#: ../../enterprise/godmode/setup/setup_acl.php:150 +msgid "Section" +msgstr "Sección" + +#: ../../enterprise/godmode/setup/setup_acl.php:83 +#: ../../enterprise/godmode/setup/setup_acl.php:239 +msgid "Mobile" +msgstr "Móvil" + +#: ../../enterprise/godmode/setup/setup_acl.php:87 +#: ../../enterprise/godmode/setup/setup_acl.php:151 +msgid "Section 2" +msgstr "Sección 2" + +#: ../../enterprise/godmode/setup/setup_acl.php:92 +#: ../../enterprise/godmode/setup/setup_acl.php:152 +msgid "Section 3" +msgstr "Sección 3" + +#: ../../enterprise/godmode/setup/setup_acl.php:104 +msgid "Hidden" +msgstr "Oculto" + +#: ../../enterprise/godmode/setup/setup_acl.php:110 +msgid "Page" +msgstr "Página" + +#: ../../enterprise/godmode/setup/setup_acl.php:129 +msgid "Filter by profile" +msgstr "Filtrar por perfil" + +#: ../../enterprise/godmode/setup/setup_acl.php:294 +#: ../../enterprise/godmode/setup/setup_acl.php:307 +#: ../../include/functions_graph.php:2690 +#: ../../include/functions_graph.php:2705 +msgid "Invalid" +msgstr "No válido" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 +msgid "Metaconsole setup" +msgstr "Configuración de la Metaconsola" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:76 +#: ../../enterprise/meta/advanced/metasetup.performance.php:53 +#: ../../enterprise/meta/advanced/metasetup.visual.php:56 +#: ../../enterprise/meta/advanced/metasetup.setup.php:85 +#: ../../enterprise/meta/advanced/metasetup.password.php:53 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:113 +#: ../../enterprise/meta/advanced/metasetup.auth.php:53 +msgid "Successfully update" +msgstr "Actualizado correctamente" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:77 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:114 +msgid "Could not be update" +msgstr "No se pudo actualizar" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:168 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:250 +msgid "Pandora FMS Metaconsole item edition" +msgstr "Edición de elementos de la metaconsola de Pandora FMS" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:171 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:247 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:256 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:335 +#: ../../enterprise/meta/include/functions_events_meta.php:109 +#: ../../godmode/events/custom_events.php:122 +#: ../../godmode/events/custom_events.php:170 +#: ../../include/functions_events.php:52 +msgid "Server name" +msgstr "Nombre del servidor" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:259 +msgid "Auth token" +msgstr "Aut. token" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:175 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:261 +msgid "" +"Token previously configured on the destination Pandora console in order to " +"use delegated authentification." +msgstr "" +"Token configurado anteriormente en la consola de destino de Pandora FMS con " +"el fin de utilizar autentificación delegada." + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:179 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:248 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:264 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:337 +msgid "Console URL" +msgstr "Consola URL" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:183 +#: ../../enterprise/meta/advanced/metasetup.setup.php:237 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:267 +#: ../../enterprise/meta/include/functions_meta.php:438 +#: ../../enterprise/meta/include/functions_meta.php:448 +#: ../../godmode/setup/setup_general.php:98 +#: ../../include/functions_config.php:150 +msgid "API password" +msgstr "Password de la API" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:188 +#: ../../enterprise/godmode/setup/setup_metaconsole.php:249 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:270 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:338 +msgid "DB Host" +msgstr "Host DB" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:192 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:273 +msgid "DB Name" +msgstr "Nombre BD" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:197 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:276 +msgid "DB User" +msgstr "Usuario de base de datos" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:201 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:279 +msgid "DB Password" +msgstr "Contraseña BD" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:206 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:285 +msgid "Console User" +msgstr "Usuario de la consola" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:210 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:288 +msgid "Console Password" +msgstr "Contraseña de la consola" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:244 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:330 +msgid "DB" +msgstr "BD" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:245 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:331 +msgid "API" +msgstr "API" + +#: ../../enterprise/godmode/setup/setup_metaconsole.php:246 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:332 +msgid "Compatibility" +msgstr "Compatibilidad" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:44 +msgid "Log storage directory" +msgstr "Directorio de almacenamiento de logs" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:45 +msgid "Directory where log data will be stored." +msgstr "Directorio donde los datos de log se almacenarán" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:47 +#: ../../include/functions_config.php:648 +msgid "Log max lifetime" +msgstr "Tiempo máximo para logarse" + +#: ../../enterprise/godmode/setup/setup_log_collector.php:48 +msgid "Sets the maximum lifetime for log data in days." +msgstr "Establece la duración máxima de los datos de registro en días" + +#: ../../enterprise/godmode/menu.php:16 +#, fuzzy +msgid "Manage Satellite Server" +msgstr "Servidor enterprise satelite" + +#: ../../enterprise/meta/monitoring/tactical.php:37 +msgid "Tactical View" +msgstr "Vista táctica" + +#: ../../enterprise/meta/monitoring/tactical.php:291 +msgid "Report of state" +msgstr "Informe de estado" + +#: ../../enterprise/meta/monitoring/tactical.php:320 +msgid "Report of events" +msgstr "Informe de eventos" + +#: ../../enterprise/meta/monitoring/tactical.php:325 +msgid "Info of state in events" +msgstr "Información de estado en eventos" + +#: ../../enterprise/meta/monitoring/tactical.php:341 +msgid "More events" +msgstr "Más eventos" + +#: ../../enterprise/meta/monitoring/group_view.php:33 +msgid "Group View" +msgstr "Vista de grupo" + +#: ../../enterprise/meta/monitoring/group_view.php:95 +msgid "Summary by status" +msgstr "Resumen por estados" + +#: ../../enterprise/meta/monitoring/group_view.php:103 +msgid "% Agents Unknown" +msgstr "% Monitores en desconocido" + +#: ../../enterprise/meta/monitoring/group_view.php:104 +#: ../../enterprise/meta/monitoring/group_view.php:105 +msgid "% Agents not init" +msgstr "% Agentes no iniciados" + +#: ../../enterprise/meta/monitoring/group_view.php:108 +msgid "% Monitors Critical" +msgstr "% Monitores en critico" + +#: ../../enterprise/meta/monitoring/group_view.php:109 +msgid "% Monitors Warning" +msgstr "% Monitores en alarma" + +#: ../../enterprise/meta/monitoring/group_view.php:110 +msgid "% Monitors OK" +msgstr "% Monitores en ok" + +#: ../../enterprise/meta/monitoring/group_view.php:111 +msgid "% Monitors Unknown" +msgstr "% Módulos desconocidos" + +#: ../../enterprise/meta/monitoring/group_view.php:112 +msgid "% Monitors Not init" +msgstr "% Módulos no iniciados" + +#: ../../enterprise/meta/monitoring/group_view.php:136 +#: ../../enterprise/meta/monitoring/group_view.php:137 +#, fuzzy +msgid "This data doesn't show in realtime" +msgstr "Este agente no tiene ningún dato GIS." + +#: ../../enterprise/meta/monitoring/group_view.php:144 +msgid "Group or Tag" +msgstr "Grupo o Etiqueta" + +#: ../../enterprise/meta/monitoring/group_view.php:148 +#, fuzzy +msgid "critical" +msgstr "Crítico" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:72 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:102 +msgid "Advanced configuration" +msgstr "Configuración avanzada" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:86 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:74 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:104 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:65 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1375 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1465 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1585 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1656 +msgid "Preview" +msgstr "Vista previa" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:98 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:42 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:116 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_agent.php:40 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:290 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:84 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:116 +msgid "Create module" +msgstr "Crear módulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:127 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:124 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:113 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:154 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:112 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:178 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_agent.php:49 +#: ../../enterprise/meta/monitoring/wizard/wizard.update_module.php:92 +msgid "Can't connect to Pandora FMS instance" +msgstr "No se puede conectar a la instancia de Pandora FMS" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:180 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:170 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:208 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:160 +#: ../../enterprise/dashboard/full_dashboard.php:228 +#: ../../enterprise/dashboard/public_dashboard.php:256 +#: ../../include/functions_graph.php:817 +#: ../../include/functions_graph.php:3902 +msgid "Previous" +msgstr "Anterior" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.local.php:198 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:196 +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:240 +msgid "Invalid characters founded in module name" +msgstr "Se han encontrado caracteres inválidos en el nombre del módulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:144 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1387 +#: ../../godmode/massive/massive_edit_modules.php:249 +#: ../../godmode/massive/massive_delete_modules.php:405 +msgid "Module type" +msgstr "Tipo módulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:146 +#: ../../include/functions_reporting_html.php:2289 +#: ../../include/functions_reporting_html.php:2429 +#: ../../mobile/include/functions_web.php:23 +msgid "Monitor" +msgstr "Monitor" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:148 +msgid "Web check" +msgstr "Comprobación web" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:228 +msgid "Module description" +msgstr "Descripción del módulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:244 +msgid "Step by step wizard" +msgstr "Wizard paso a paso" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:251 +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:255 +msgid "Click Create to continue" +msgstr "haga clic en Crear para continuar" + +#: ../../enterprise/meta/monitoring/wizard/wizard.create_module.php:357 +#: ../../enterprise/meta/monitoring/wizard/wizard.php:102 +#: ../../godmode/reporting/graph_builder.graph_editor.php:185 +msgid "Please, select a module" +msgstr "Por favor, seleccione un módulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:200 +#: ../../godmode/menu.php:29 +msgid "Manage agents" +msgstr "Gestionar agentes" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:249 +msgid "Select the agent to be edited or deleted" +msgstr "Seleccionar el agente que quiera editar o eliminar" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:261 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:350 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:422 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:530 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:614 +#: ../../enterprise/mobile/operation/dashboard.php:88 +#: ../../enterprise/mobile/operation/dashboard.php:231 +#: ../../mobile/operation/module_graph.php:370 +#: ../../mobile/operation/module_graph.php:379 +#: ../../mobile/operation/tactical.php:88 +#: ../../mobile/operation/visualmaps.php:100 +#: ../../mobile/operation/modules.php:190 +#: ../../mobile/operation/alerts.php:158 ../../mobile/operation/agents.php:162 +#: ../../mobile/operation/visualmap.php:103 +#: ../../mobile/operation/networkmaps.php:116 +#: ../../mobile/operation/agent.php:108 ../../mobile/operation/events.php:568 +#: ../../mobile/operation/groups.php:69 +#: ../../mobile/operation/networkmap.php:98 +msgid "Back" +msgstr "Atrás" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:291 +msgid "Manage modules" +msgstr "Gestionar módulos" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:339 +msgid "Select the agent where the module will be created" +msgstr "Seleccione el agente donde crear el modulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:353 +msgid "Create Module" +msgstr "Crear módulo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:411 +msgid "Select the module to be edited or deleted" +msgstr "Seleccione el módulo para editar o borrar" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:455 +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:533 +#: ../../godmode/snmpconsole/snmp_alert.php:76 +msgid "Create alert" +msgstr "Crear alerta" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:456 +#: ../../godmode/users/configure_profile.php:268 +#: ../../godmode/alerts/alert_list.php:327 +#: ../../godmode/alerts/alert_list.php:330 +msgid "Manage alerts" +msgstr "Gestionar alertas" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:519 +msgid "Select the module where the alert will be created" +msgstr "Seleccione el módulo donde se creará la alerta" + +#: ../../enterprise/meta/monitoring/wizard/wizard.main.php:603 +msgid "Select the alert to be edited or deleted" +msgstr "Seleccione la alerta que quiere editar o eliminar" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:189 +msgid "Please, set a name" +msgstr "Por favor, introduzca un nombre" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.web.php:210 +msgid "Please, set an interval" +msgstr "Por favor, introduzca un intervalo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.module.network.php:227 +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:212 +#, fuzzy +msgid "Please, set a valid IP/Name address" +msgstr "Por favor, introduzca una dirección IP válida" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:92 +msgid "The alert you are trying to add is already in the list of alerts" +msgstr "La alerta que está intentando añadir está ya en la lista de alertas" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:97 +#: ../../include/functions_events.php:1717 +msgid "New" +msgstr "Nuevo" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:103 +msgid "Please, select an alert" +msgstr "Por favor, seleccione una alerta" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:104 +msgid "Please, select an agent" +msgstr "Por favor, seleccione un agente" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:108 +#: ../../enterprise/meta/include/functions_wizard_meta.php:517 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1666 +#: ../../godmode/tag/edit_tag.php:185 +#: ../../include/functions_reporting.php:3584 +msgid "Url" +msgstr "Url" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:109 +msgid "String" +msgstr "Cadena" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:110 +#: ../../godmode/agentes/configurar_agente.php:181 +#: ../../godmode/agentes/configurar_agente.php:704 +msgid "No agent name specified" +msgstr "No se especificó el nombre del agente" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:111 +msgid "Another agent already exists with the same name" +msgstr "Ya hay otro agente con ese nombre" + +#: ../../enterprise/meta/monitoring/wizard/wizard.php:113 +#: ../../godmode/agentes/module_manager_editor_common.php:364 +#: ../../godmode/agentes/module_manager_editor_common.php:367 +#, php-format +msgid "Agent interval x %s" +msgstr "Intervalo del agente x %s" + +#: ../../enterprise/meta/monitoring/wizard/wizard.agent.php:78 +msgid "Edit agent" +msgstr "Editar agente" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:264 +#, php-format +msgid "Error updating user %s" +msgstr "Error al actualizar usuario %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:268 +#, php-format +msgid "Updated user %s" +msgstr "Usuario actualizado %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:279 +#, php-format +msgid "Error creating user %s" +msgstr "Error al crear usuario %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:283 +#, php-format +msgid "Created user %s" +msgstr "Usuario creado %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:478 +#, php-format +msgid "" +"Error creating/updating the followings elements groups/profiles/user " +"profiles (%d/%d/%d)" +msgstr "" +"Error al crear/actualizar los siguientes elementos grupos/perfiles/usuarios " +"(%d/%d/%d)" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:483 +#, php-format +msgid "" +"The followings elements groups/profiles/user profiles were created/updated " +"sucessfully (%d/%d/%d)" +msgstr "" +"Los perfiles de los siguientes elementos grupos/perfiles/usuarios han sido " +"actualizados correctamente (%d/%d/%d)" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:489 +#: ../../enterprise/meta/advanced/synchronizing.user.php:569 +#: ../../enterprise/meta/advanced/policymanager.sync.php:238 +#: ../../enterprise/meta/advanced/synchronizing.component.php:289 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:286 +#: ../../enterprise/meta/include/functions_groups_meta.php:130 +#: ../../enterprise/meta/include/functions_meta.php:99 +#: ../../enterprise/meta/include/functions_meta.php:201 +#: ../../enterprise/meta/include/functions_meta.php:303 +#, php-format +msgid "Error connecting to %s" +msgstr "Error al conectar con %s" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:501 +msgid "Synchronizing Users" +msgstr "Sincronizar usuarios" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:509 +#: ../../enterprise/meta/advanced/policymanager.sync.php:296 +#: ../../enterprise/meta/advanced/synchronizing.component.php:311 +#: ../../enterprise/meta/advanced/synchronizing.group.php:148 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:333 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:92 +#: ../../enterprise/meta/advanced/synchronizing.os.php:92 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:92 +msgid "This metaconsole" +msgstr "Esta metaconsola" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +msgid "Profile mode" +msgstr "Modo de perfil" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:533 +msgid "Profile synchronization mode." +msgstr "Modo de perfil de sincronización" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:534 +msgid "New profile" +msgstr "Nuevo perfil" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:536 +msgid "" +"The selected user profile will be added to the selected users into the target" +msgstr "" +"El perfil de usuario seleccionado se añadirá a los usuarios seleccionados en " +"el objetivo" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:537 +msgid "Copy profile" +msgstr "Copiar perfil" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:539 +msgid "The target user profiles will be replaced with the source user profiles" +msgstr "" +"Los perfiles de usuario de destino se reemplazarán con los perfiles de " +"usuario de origen" + +#: ../../enterprise/meta/advanced/synchronizing.user.php:578 +#: ../../enterprise/meta/advanced/policymanager.sync.php:315 +#: ../../enterprise/meta/advanced/synchronizing.component.php:327 +#: ../../enterprise/meta/advanced/synchronizing.group.php:164 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:351 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:108 +#: ../../enterprise/meta/advanced/synchronizing.os.php:108 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:108 +msgid "Sync" +msgstr "Sincr." + +#: ../../enterprise/meta/advanced/component_management.php:56 +#: ../../include/functions_menu.php:477 +msgid "Tags management" +msgstr "Gestión de etiquetas" + +#: ../../enterprise/meta/advanced/component_management.php:60 +#, fuzzy +msgid "Module groups Management" +msgstr "gestión del grupo de módulos" + +#: ../../enterprise/meta/advanced/component_management.php:64 +#, fuzzy +msgid "OS Management" +msgstr "Gestión de Tags" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:248 +#, php-format +msgid "Error creating %s policies" +msgstr "Error al crear políticas %s" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:251 +#, php-format +msgid "Created %s policies" +msgstr "Políticas %s creadas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:256 +#, php-format +msgid "Error creating/updating %s/%s policy modules" +msgstr "Error al crear/actualizar %s/%s módulos de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:259 +#, php-format +msgid "Created/Updated %s/%s policy modules" +msgstr "Creadas/actualizadas %s/%s módulos de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:264 +#, php-format +msgid "Error deleting %s policy modules" +msgstr "Error al eliminar %s módulos de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:267 +#, php-format +msgid "Deleted %s policy modules" +msgstr "Eliminadas %s módulos de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:272 +#, php-format +msgid "Error creating %s policy alerts" +msgstr "Error al crear %s alertas de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:275 +#, php-format +msgid "Created %s policy alerts" +msgstr "Creadas %s alertas de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:280 +#, php-format +msgid "Error deleting %s policy alerts" +msgstr "Error al eliminar %s alertas de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:283 +#, php-format +msgid "Deleted %s policy alerts" +msgstr "Eliminadas %s alertas de políticas" + +#: ../../enterprise/meta/advanced/policymanager.sync.php:308 +#: ../../enterprise/meta/advanced/synchronizing.component.php:320 +#: ../../enterprise/meta/advanced/synchronizing.group.php:157 +#: ../../enterprise/meta/advanced/synchronizing.alert.php:344 +#: ../../enterprise/meta/advanced/synchronizing.tag.php:101 +#: ../../enterprise/meta/advanced/synchronizing.os.php:101 +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:101 +#: ../../godmode/massive/massive_copy_modules.php:168 +msgid "Targets" +msgstr "Destinos" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:263 +#, php-format +msgid "Error creating %s components groups " +msgstr "Error al crear %s grupos de componentes " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:266 +#, php-format +msgid "Created %s component groups" +msgstr "Creados %s componentes de grupos" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:271 +#, php-format +msgid "Error creating/updating %s/%s local components " +msgstr "Error al crear/actualizar %s/%s componentes locales " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:274 +#, php-format +msgid "Created/Updated %s/%s local components" +msgstr "Creados/actualizados %s/%s componentes locales" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:279 +#, php-format +msgid "Error creating/updating %s/%s network components " +msgstr "Error al crear/actualizar %s/%s componentes de red " + +#: ../../enterprise/meta/advanced/synchronizing.component.php:282 +#, php-format +msgid "Created/Updated %s/%s network components" +msgstr "Creados/actualizados %s/%s componentes de red" + +#: ../../enterprise/meta/advanced/synchronizing.component.php:303 +msgid "Synchronizing Components" +msgstr "Sincronizar componentes" + +#: ../../enterprise/meta/advanced/synchronizing.php:35 +#: ../../enterprise/meta/general/main_header.php:243 +msgid "Synchronizing" +msgstr "Sincronizando" + +#: ../../enterprise/meta/advanced/synchronizing.php:60 +#: ../../enterprise/meta/advanced/synchronizing.php:91 +msgid "Users synchronization" +msgstr "Sincronización de usuarios" + +#: ../../enterprise/meta/advanced/synchronizing.php:64 +#: ../../enterprise/meta/advanced/synchronizing.php:94 +msgid "Groups synchronization" +msgstr "Sincronización de grupos" + +#: ../../enterprise/meta/advanced/synchronizing.php:68 +#: ../../enterprise/meta/advanced/synchronizing.php:97 +msgid "Alerts synchronization" +msgstr "Sincronización de alertas" + +#: ../../enterprise/meta/advanced/synchronizing.php:72 +#: ../../enterprise/meta/advanced/synchronizing.php:100 +msgid "Components synchronization" +msgstr "Sincronización de componentes" + +#: ../../enterprise/meta/advanced/synchronizing.php:76 +#: ../../enterprise/meta/advanced/synchronizing.php:103 +msgid "Tags synchronization" +msgstr "Sincronización de tags" + +#: ../../enterprise/meta/advanced/synchronizing.php:80 +#: ../../enterprise/meta/advanced/synchronizing.php:106 +#, fuzzy +msgid "OS synchronization" +msgstr "Sincronización de usuarios" + +#: ../../enterprise/meta/advanced/synchronizing.php:84 +#: ../../enterprise/meta/advanced/synchronizing.php:109 +#, fuzzy +msgid "Module Groups synchronization" +msgstr "Sincronización de grupos" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:74 +#: ../../enterprise/meta/advanced/synchronizing.group.php:75 +#: ../../enterprise/meta/advanced/synchronizing.group.php:87 +#: ../../enterprise/meta/advanced/synchronizing.group.php:88 +msgid "Open for more details" +msgstr "Abrir para obtener más detalles" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:78 +#, php-format +msgid "Error creating %s groups" +msgstr "Error creando %s grupos" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:91 +#, php-format +msgid "Error updating %s groups" +msgstr "Error actualizando %s grupos" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:100 +#: ../../enterprise/meta/advanced/synchronizing.group.php:101 +msgid "Open for more details in creation" +msgstr "Abrir para obtener más detalles de creación" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:106 +#: ../../enterprise/meta/advanced/synchronizing.group.php:107 +msgid "Open for more details in update" +msgstr "Abrir para obtener más detalles de actualización" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:110 +#, php-format +msgid "Error creating/updating %s/%s groups" +msgstr "Error al crear/actualizar grupos %s/%s" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:122 +#, php-format +msgid "Created/Updated %s/%s groups" +msgstr "Creados/actualizados grupos %s/%s" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:129 +msgid "None update or create group" +msgstr "Ninguna actualización o creación de grupo" + +#: ../../enterprise/meta/advanced/synchronizing.group.php:140 +msgid "Synchronizing Groups" +msgstr "Sincronizar grupos" + +#: ../../enterprise/meta/advanced/servers.build_table.php:33 +#: ../../godmode/servers/servers.build_table.php:38 +msgid "There are no servers configured into the database" +msgstr "No hay ningún servidor configurado en la base de datos" + +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Lag" +msgstr "Retraso" + +#: ../../enterprise/meta/advanced/servers.build_table.php:64 +#: ../../godmode/servers/servers.build_table.php:69 +msgid "Avg. Delay(sec)/Modules delayed" +msgstr "Media borra (sec)/ Modulos retrasado" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 +msgid "T/Q" +msgstr "H/C" + +#: ../../enterprise/meta/advanced/servers.build_table.php:65 +#: ../../godmode/servers/servers.build_table.php:70 +msgid "Threads / Queued modules currently" +msgstr "Hilos / Cola actual de módulos" + +#: ../../enterprise/meta/advanced/servers.build_table.php:92 +#: ../../godmode/servers/servers.build_table.php:97 +msgid "This is a master server" +msgstr "Este es un servidor maestro" + +#: ../../enterprise/meta/advanced/servers.build_table.php:104 +#: ../../enterprise/meta/advanced/servers.build_table.php:109 +#: ../../godmode/servers/servers.build_table.php:110 +#: ../../godmode/servers/servers.build_table.php:115 +msgid "of" +msgstr "de" + +#: ../../enterprise/meta/advanced/servers.build_table.php:133 +#: ../../godmode/servers/servers.build_table.php:168 +msgid "Modules run by this server will stop working. Do you want to continue?" +msgstr "" +"Los módulos ejecutados por este servidor pueden dejar de funcionar. ¿ Quiere " +"continuar ?" + +#: ../../enterprise/meta/advanced/servers.build_table.php:154 +#: ../../godmode/servers/servers.build_table.php:189 +msgid "Tactical server information" +msgstr "Vista táctica del servidor" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:47 +#: ../../enterprise/meta/advanced/metasetup.visual.php:50 +#: ../../enterprise/meta/advanced/metasetup.setup.php:79 +#: ../../enterprise/meta/advanced/metasetup.password.php:47 +#: ../../enterprise/meta/advanced/metasetup.auth.php:47 +#, php-format +msgid "Could not be update: Error in %s" +msgstr "No se puede actualizar: error en %s" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:73 +#: ../../godmode/setup/setup.php:86 ../../godmode/setup/setup.php:120 +#: ../../godmode/menu.php:257 +msgid "Performance" +msgstr "Rendimiento" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:78 +#: ../../enterprise/meta/include/functions_meta.php:1201 +#: ../../godmode/setup/performance.php:49 +#: ../../include/functions_config.php:371 +msgid "Max. days before delete events" +msgstr "Nº max. de días antes de borrar eventos" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:82 +#: ../../enterprise/meta/include/functions_meta.php:1211 +msgid "Active events history" +msgstr "Historial de eventos activo" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:87 +#: ../../enterprise/meta/include/functions_meta.php:1221 +#: ../../godmode/setup/performance.php:55 +#: ../../include/functions_config.php:377 +msgid "Max. days before delete audit events" +msgstr "Nº max. de días antes de borrar eventos de auditoría interna" + +#: ../../enterprise/meta/advanced/metasetup.performance.php:92 +#: ../../enterprise/meta/include/functions_meta.php:1231 +#: ../../godmode/setup/performance.php:106 +#: ../../include/functions_config.php:393 +msgid "Default hours for event view" +msgstr "Núm. de horas predeterminado para la visión de eventos" + +#: ../../enterprise/meta/advanced/license_meta.php:35 +#: ../../godmode/setup/license.php:37 +msgid "License updated" +msgstr "Licencia actualizada" + +#: ../../enterprise/meta/advanced/license_meta.php:62 +msgid "Licence" +msgstr "Licencia" + +#: ../../enterprise/meta/advanced/license_meta.php:69 +#: ../../godmode/setup/license.php:64 +msgid "Customer key" +msgstr "Clave del cliente" + +#: ../../enterprise/meta/advanced/license_meta.php:72 +#: ../../godmode/setup/license.php:67 +msgid "Expires" +msgstr "Expira" + +#: ../../enterprise/meta/advanced/license_meta.php:75 +#: ../../godmode/setup/license.php:70 +msgid "Platform Limit" +msgstr "Límite de la plataforma" + +#: ../../enterprise/meta/advanced/license_meta.php:76 +#: ../../enterprise/meta/advanced/license_meta.php:79 +#: ../../enterprise/meta/advanced/license_meta.php:82 +#: ../../enterprise/meta/advanced/license_meta.php:85 +#: ../../godmode/setup/license.php:71 ../../godmode/setup/license.php:74 +#: ../../godmode/setup/license.php:77 ../../godmode/setup/license.php:80 +msgid "agents" +msgstr "Agentes" + +#: ../../enterprise/meta/advanced/license_meta.php:78 +#: ../../godmode/setup/license.php:73 +msgid "Current Platform Count" +msgstr "Cómputo de la plataforma actual" + +#: ../../enterprise/meta/advanced/license_meta.php:81 +#: ../../godmode/setup/license.php:76 +#, fuzzy +msgid "Current Platform Count (enabled: items)" +msgstr "Cómputo de la plataforma actual" + +#: ../../enterprise/meta/advanced/license_meta.php:84 +#: ../../godmode/setup/license.php:79 +#, fuzzy +msgid "Current Platform Count (disabled: items)" +msgstr "Cómputo de la plataforma actual" + +#: ../../enterprise/meta/advanced/license_meta.php:87 +#: ../../godmode/setup/license.php:82 +msgid "License Mode" +msgstr "Modalidad de licencia" + +#: ../../enterprise/meta/advanced/license_meta.php:90 +#: ../../godmode/setup/license.php:85 +msgid "NMS" +msgstr "NMS" + +#: ../../enterprise/meta/advanced/license_meta.php:91 +#: ../../enterprise/meta/advanced/license_meta.php:94 +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "enabled" +msgstr "Habilitado" + +#: ../../enterprise/meta/advanced/license_meta.php:91 +#: ../../enterprise/meta/advanced/license_meta.php:94 +#: ../../godmode/setup/license.php:86 ../../godmode/setup/license.php:89 +msgid "disabled" +msgstr "desactivado" + +#: ../../enterprise/meta/advanced/license_meta.php:93 +#: ../../godmode/setup/license.php:88 +msgid "Satellite" +msgstr "Satélite" + +#: ../../enterprise/meta/advanced/license_meta.php:96 +#: ../../godmode/setup/license.php:91 +msgid "Licensed to" +msgstr "Con licencia para" + +#: ../../enterprise/meta/advanced/license_meta.php:105 +#: ../../enterprise/meta/advanced/license_meta.php:109 +#: ../../godmode/setup/license.php:100 ../../godmode/setup/license.php:104 +msgid "Request new license" +msgstr "Solicitar nueva licencia" + +#: ../../enterprise/meta/advanced/license_meta.php:113 +#: ../../godmode/setup/license.php:108 +msgid "To get your Pandora FMS Enterprise License:" +msgstr "Para obtener su Licencia de Pandora FMS Enteprise" + +#: ../../enterprise/meta/advanced/license_meta.php:116 +#: ../../godmode/setup/license.php:111 +#, php-format +msgid "Go to %s" +msgstr "Ir a %s" + +#: ../../enterprise/meta/advanced/license_meta.php:119 +#: ../../godmode/setup/license.php:114 +msgid "Enter the auth key and the following request key:" +msgstr "Introduce la auth key y la siguiente request key:" + +#: ../../enterprise/meta/advanced/license_meta.php:125 +#: ../../godmode/setup/license.php:120 +msgid "Enter your name (or a company name) and a contact email address." +msgstr "Introduzca su nombre (o empresa) y un email de contacto." + +#: ../../enterprise/meta/advanced/license_meta.php:128 +#: ../../godmode/setup/license.php:123 +msgid "Click on Generate." +msgstr "Haga click en Generar" + +#: ../../enterprise/meta/advanced/license_meta.php:131 +#: ../../godmode/setup/license.php:126 +msgid "" +"Click here, enter " +"the generated license key and click on Validate." +msgstr "" +"Haga click aquí, e " +"introduzca la licence key generada y pulse en Validar." + +#: ../../enterprise/meta/advanced/metasetup.visual.php:76 +msgid "Visual" +msgstr "visual" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:81 +#: ../../enterprise/meta/include/functions_meta.php:978 +#: ../../godmode/setup/setup_visuals.php:613 +#: ../../include/functions_config.php:416 +msgid "Date format string" +msgstr "Información de la base de datos" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:82 +#: ../../godmode/setup/setup_visuals.php:614 +msgid "Example" +msgstr "Ejemplo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:95 +#: ../../enterprise/meta/include/functions_meta.php:988 +#: ../../godmode/setup/setup_visuals.php:626 +#: ../../include/functions_config.php:418 +msgid "Timestamp or time comparation" +msgstr "Marca de tiempo o comparación de hora" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:96 +#: ../../godmode/setup/setup_visuals.php:627 +msgid "Comparation in rollover" +msgstr "Fecha en comparación" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:98 +#: ../../godmode/setup/setup_visuals.php:629 +msgid "Timestamp in rollover" +msgstr "Fecha literal" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:103 +#: ../../enterprise/meta/include/functions_meta.php:998 +#: ../../godmode/setup/setup_visuals.php:352 +#: ../../include/functions_config.php:420 +msgid "Graph color (min)" +msgstr "Color de la gráfica (mín.)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:108 +#: ../../enterprise/meta/include/functions_meta.php:1008 +#: ../../godmode/setup/setup_visuals.php:356 +#: ../../include/functions_config.php:422 +msgid "Graph color (avg)" +msgstr "Color de la gráfica (med.)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:113 +#: ../../enterprise/meta/include/functions_meta.php:1018 +#: ../../godmode/setup/setup_visuals.php:360 +#: ../../include/functions_config.php:424 +msgid "Graph color (max)" +msgstr "Color de la gráfica (máx.)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:117 +#: ../../enterprise/meta/include/functions_meta.php:1028 +#: ../../godmode/setup/setup_visuals.php:405 +#: ../../include/functions_config.php:444 +#, fuzzy +msgid "Data precision for reports" +msgstr "proyección para %s" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:117 +#: ../../godmode/setup/setup_visuals.php:406 +msgid "Precision must be a integer number between 0 and 5" +msgstr "" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:121 +#: ../../enterprise/meta/include/functions_meta.php:1038 +#: ../../include/functions_config.php:440 +msgid "Graphic resolution (1-low, 5-high)" +msgstr "Resolución de los gráficos (1 baja, 5 alta)" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:125 +#: ../../enterprise/meta/include/functions_meta.php:1048 +#: ../../godmode/setup/setup_visuals.php:396 +#: ../../include/functions_config.php:442 +msgid "Value to interface graphics" +msgstr "Valor para la interfaz gráfica" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:134 +#: ../../enterprise/meta/include/functions_meta.php:1071 +#: ../../godmode/setup/setup_visuals.php:415 +#: ../../include/functions_config.php:453 +msgid "Use round corners" +msgstr "Usar bordes redondeados" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:144 +#: ../../enterprise/meta/include/functions_meta.php:1091 +msgid "Metaconsole elements" +msgstr "Elementos de la Metaconsola" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:144 +msgid "The number of elements retrieved for each instance in some views." +msgstr "" +"El número de elementos recuperados para cada instancia en algunas vistas." + +#: ../../enterprise/meta/advanced/metasetup.visual.php:150 +#: ../../godmode/setup/setup_visuals.php:675 ../../include/functions.php:435 +#: ../../include/functions.php:569 ../../include/functions_html.php:723 +msgid "hours" +msgstr "horas" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:151 +#: ../../godmode/db/db_main.php:82 ../../godmode/db/db_main.php:88 +#: ../../godmode/setup/setup_visuals.php:676 ../../include/functions.php:431 +#: ../../include/functions.php:565 ../../include/functions_html.php:724 +msgid "days" +msgstr "días" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:152 +#: ../../godmode/setup/setup_visuals.php:677 ../../include/functions.php:432 +#: ../../include/functions.php:566 ../../include/functions_html.php:726 +msgid "months" +msgstr "meses" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:153 +#: ../../godmode/setup/setup_visuals.php:678 ../../include/functions.php:433 +#: ../../include/functions.php:567 ../../include/functions_html.php:727 +msgid "years" +msgstr "años" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:154 +#: ../../godmode/setup/setup_visuals.php:679 +msgid "Add new custom value to intervals" +msgstr "Añadir nuevo valor personalizado para intervalos" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:160 +#: ../../enterprise/meta/include/functions_meta.php:1141 +#: ../../godmode/setup/setup_visuals.php:685 +#: ../../include/functions_config.php:598 +msgid "Delete interval" +msgstr "Borrar intervalo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:172 +#: ../../godmode/setup/setup_visuals.php:479 +msgid "Custom report front page" +msgstr "Portada de informe personalizado" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:172 +#: ../../godmode/setup/setup_visuals.php:481 +msgid "" +"Custom report front page. It will be applied to all reports and templates by " +"default." +msgstr "" +"Portada de informe personalizado. Será aplicada por defecto a todos los " +"informes y plantillas" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:176 +#: ../../enterprise/meta/include/functions_meta.php:1101 +#: ../../godmode/setup/setup_visuals.php:597 +msgid "Show only the group name" +msgstr "Mostrar solo el nombre del grupo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:178 +#: ../../godmode/setup/setup_visuals.php:599 +#: ../../include/functions_config.php:512 +msgid "Show the group name instead the group icon." +msgstr "Mostrar el nombre del grupo en lugar de icono del grupo" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:187 +#: ../../enterprise/meta/include/functions_meta.php:1177 +#: ../../godmode/setup/setup_visuals.php:84 +#: ../../include/functions_config.php:520 +msgid "Display data of proc modules in other format" +msgstr "Mostrar los datos de los módulos proc de otra forma" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:196 +#: ../../enterprise/meta/include/functions_meta.php:1182 +#: ../../godmode/setup/setup_visuals.php:94 +#: ../../include/functions_config.php:522 +msgid "Display text proc modules have state is ok" +msgstr "Texto a mostrar cuando el estado del módulo proc es OK" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:199 +#: ../../enterprise/meta/include/functions_meta.php:1187 +#: ../../godmode/setup/setup_visuals.php:98 +#: ../../include/functions_config.php:524 +msgid "Display text when proc modules have state critical" +msgstr "Texto a mostrar cuando el estado del módulo proc es Critico" + +#: ../../enterprise/meta/advanced/metasetup.visual.php:217 +#: ../../enterprise/meta/advanced/metasetup.visual.php:220 +#: ../../enterprise/meta/advanced/metasetup.visual.php:224 +#: ../../enterprise/meta/advanced/metasetup.visual.php:230 +#: ../../enterprise/meta/advanced/metasetup.visual.php:234 +#: ../../enterprise/meta/advanced/metasetup.visual.php:241 +#: ../../enterprise/meta/include/functions_meta.php:1147 +#: ../../enterprise/meta/include/functions_meta.php:1152 +#: ../../enterprise/meta/include/functions_meta.php:1157 +#: ../../enterprise/meta/include/functions_meta.php:1162 +#: ../../enterprise/meta/include/functions_meta.php:1167 +#: ../../enterprise/meta/include/functions_meta.php:1172 +#: ../../godmode/setup/setup_visuals.php:525 +#: ../../godmode/setup/setup_visuals.php:531 +#: ../../godmode/setup/setup_visuals.php:544 +#: ../../godmode/setup/setup_visuals.php:552 +#: ../../godmode/setup/setup_visuals.php:557 +#: ../../godmode/setup/setup_visuals.php:565 +#: ../../include/functions_config.php:606 +#: ../../include/functions_config.php:609 +#: ../../include/functions_config.php:612 +#: ../../include/functions_config.php:615 +#: ../../include/functions_config.php:618 +#: ../../include/functions_config.php:621 +msgid "Custom report front" +msgstr "Portada de informe personalizado" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:125 +#: ../../enterprise/meta/include/functions_meta.php:368 +#: ../../godmode/setup/setup_general.php:62 +#: ../../include/functions_config.php:133 +msgid "Auto login (hash) password" +msgstr "Contraseña («hash») de Inicio de sesión automático" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:129 +#: ../../enterprise/meta/include/functions_meta.php:378 +#: ../../godmode/setup/setup_general.php:65 +#: ../../include/functions_config.php:136 +msgid "Time source" +msgstr "Hora de referencia" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:131 +#: ../../godmode/setup/setup_general.php:67 +msgid "Database" +msgstr "Base de datos" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:136 +#: ../../enterprise/meta/include/functions_meta.php:388 +#: ../../godmode/setup/setup_general.php:74 +#: ../../include/functions_config.php:142 +msgid "Enforce https" +msgstr "Forzar https" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:137 +#: ../../godmode/setup/setup_general.php:75 +msgid "" +"If SSL is not properly configured you will lose access to Pandora FMS " +"Console. Do you want to continue?" +msgstr "" +"Si no se ha configurado SSL correctamente, puede perder el acceso a la " +"consola de Pandora FMS. ¿Desea continuar?" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../enterprise/meta/include/functions_meta.php:398 +#: ../../godmode/setup/setup_general.php:86 +#: ../../include/functions_config.php:146 +msgid "Attachment store" +msgstr "Almacenamiento de adjuntos" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:142 +#: ../../godmode/setup/setup_general.php:86 +msgid "Directory where temporary data is stored." +msgstr "Directorio donde los datos temporales son almacenados." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:179 +#: ../../godmode/setup/setup_general.php:216 +msgid "Change timezone" +msgstr "Cambiar zona horaria" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:183 +#: ../../enterprise/meta/include/functions_meta.php:418 +#: ../../godmode/setup/setup_general.php:237 +#: ../../include/functions_config.php:188 +msgid "Public URL" +msgstr "URL pública" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:184 +#: ../../godmode/setup/setup_general.php:238 +msgid "" +"Set this value when your PandoraFMS across inverse proxy or for example with " +"mod_proxy of Apache." +msgstr "" +"Fije este valor cuando su Pandora llegue al proxy inverso o por ejemplo con " +"mod_proxy de Apache." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:187 +#: ../../godmode/setup/setup_netflow.php:61 +#: ../../include/functions_config.php:638 +msgid "Disable custom live view filters" +msgstr "Desactive los filtros de vista activa personalizados" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:187 +#: ../../godmode/setup/setup_netflow.php:62 +msgid "" +"Disable the definition of custom filters in the live view. Only existing " +"filters can be used." +msgstr "" +"Desactive la definición de filtros personalizados en la vista activa. Sólo " +"los filtros existentes pueden usarse." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:192 +msgid "Customize sections" +msgstr "Personalizar secciones" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:214 +msgid "Disabled sections" +msgstr "Secciones desactivadas" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:216 +msgid "Enabled sections" +msgstr "Activar secciones" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:222 +msgid "Push selected sections to enable it" +msgstr "Apriete las secciones elegidas para activarlo" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:226 +msgid "Pop selected sections to disable it" +msgstr "Desapriete la secciones seleccionadas para desactivarlo" + +#: ../../enterprise/meta/advanced/metasetup.setup.php:238 +#: ../../godmode/setup/setup_general.php:99 +msgid "Please be careful if you put a password put https access." +msgstr "" +"Por favor, tenga cuidado. Si tiene que introducir una contraseña ponga " +"acceso https." + +#: ../../enterprise/meta/advanced/metasetup.setup.php:241 +#: ../../enterprise/meta/include/functions_meta.php:459 +#: ../../godmode/setup/setup_general.php:89 +#: ../../include/functions_config.php:148 +msgid "IP list with API access" +msgstr "Lista de IPs con acceso al API" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:83 +msgid "redirected ip server in conf into source DB" +msgstr "Servidor IP redirigido en la configuración a la BD de origen" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:85 +msgid "created agent in destination DB" +msgstr "Agente creado en la BD de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:86 +msgid "created agent modules in destination DB" +msgstr "Módulos de agente creados en la BD de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:87 +msgid "created agent alerts in destination DB" +msgstr "Alertas de agentes creadas en la BD de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:88 +msgid "created alerts actions in destination DB" +msgstr "Acciones de alertas en la BD de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:89 +msgid "disabled agent in source DB" +msgstr "Agente desactivado en la BD de origen" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:90 +msgid "" +"Not set metaconsole IP in the \"IP list with API access\" guess Pandora " +"Console." +msgstr "" +"Si no establece la IP de la metaconsola en \"Lista de IP's con acceso a la " +"API\", no se podrá conectar" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 +msgid "Successfully moved" +msgstr "Movido satisfactoriamente" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:98 +msgid "Could not be moved" +msgstr "No se puede mover" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:124 +msgid "Move Agents" +msgstr "Mover Agentes" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:140 +msgid "Source Server" +msgstr "Servidor de origen" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:142 +msgid "Destination Server" +msgstr "Servidor de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:150 +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +msgid "Group filter" +msgstr "Filtro de grupo" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:152 +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 "" +"El grupo de destino es el mismo que en el servidor original. Si no hay otro " +"grupo con el mismo nombre, será creado si la casilla está seleccionada. El " +"grupo de destino del filtro es utilizado para comprobrar los agentes de ese " +"grupo." + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +msgid "Create group if doesn’t exist in destination" +msgstr "Crear grupo si no existe en destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:158 +msgid "Based on name" +msgstr "Basado en el nombre" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:167 +msgid "Add agents to destination server" +msgstr "Añadir agentes al servidor de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:169 +msgid "Remove agents to doesn't move to destination server" +msgstr "Eliminar los agentes no se desplace al servidor de destino" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:179 +msgid "Move" +msgstr "Mover" + +#: ../../enterprise/meta/advanced/agents_setup.move_agents.php:282 +msgid "Please choose other server." +msgstr "Por favor elija otro servidor." + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:294 +#, php-format +msgid "Error creating/updating %s/%s comamnds" +msgstr "Error al crear/actualizar %s/%s comandos" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:297 +#, php-format +msgid "Created/Updated %s/%s commands" +msgstr "Creados/actualizados %s/%s comandos" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:302 +#, php-format +msgid "Error creating/updating %s/%s actions" +msgstr "Error al crear/actualizar %s/%s acciones" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:305 +#, php-format +msgid "Created/Updated %s/%s actions" +msgstr "Creados/actualizados %s/%s acciones" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:310 +#, php-format +msgid "Error creating/updating %s/%s templates" +msgstr "Error al crear/actualizar %s/%s plantillas" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:313 +#, php-format +msgid "Created/Updated %s/%s templates" +msgstr "Creadas/actualizadas %s/%s plantillas" + +#: ../../enterprise/meta/advanced/synchronizing.alert.php:325 +msgid "Synchronizing Alerts" +msgstr "Sincronizar alertas" + +#: ../../enterprise/meta/advanced/agents_setup.php:37 +msgid "Propagation" +msgstr "Propagación" + +#: ../../enterprise/meta/advanced/metasetup.password.php:73 +msgid "Passwords" +msgstr "Contraseñas" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:86 +#: ../../enterprise/meta/advanced/metasetup.consoles.php:130 +msgid "Could not be create, duplicated server name." +msgstr "No puede ser creado, el nombre del servidor está duplicado" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:176 +msgid "Could not be delete" +msgstr "No se puede eliminar" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:265 +msgid "Complete path to Pandora console without last \"/\" character. Example " +msgstr "" +"Completar ruta a la consola de Pandora FMS sin el último \"/\" carácter. " +"Ejemplo " + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:282 +#, fuzzy +msgid "DB port" +msgstr "Puerto destino" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:334 +msgid "Agent cache" +msgstr "Caché de agente" + +#: ../../enterprise/meta/advanced/metasetup.consoles.php:418 +msgid "There aren't server added to metaconsole" +msgstr "No hay servidores añadidos a la metaconsola" + +#: ../../enterprise/meta/advanced/policymanager.php:37 +msgid "Policy Manager" +msgstr "Gestor de políticas" + +#: ../../enterprise/meta/advanced/policymanager.php:66 +msgid "Apply policies" +msgstr "Aplicar políticas" + +#: ../../enterprise/meta/advanced/policymanager.php:70 +#: ../../enterprise/meta/advanced/policymanager.php:84 +msgid "Policies queue" +msgstr "Cola de políticas" + +#: ../../enterprise/meta/advanced/policymanager.php:81 +msgid "Policies apply" +msgstr "Aplicar políticas" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:69 +#, php-format +msgid "Error creating/updating %s/%s tags" +msgstr "Error al crear/actualizar %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:72 +#, php-format +msgid "Created/Updated %s/%s tags" +msgstr "Creados/actualizados %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.tag.php:84 +msgid "Synchronizing Tags" +msgstr "Sincronizar tags" + +#: ../../enterprise/meta/advanced/servers.php:39 +#: ../../godmode/servers/modificar_server.php:98 +msgid "Server deleted successfully" +msgstr "Servidor eliminado correctamente" + +#: ../../enterprise/meta/advanced/servers.php:42 +#: ../../godmode/servers/modificar_server.php:101 +msgid "There was a problem deleting the server" +msgstr "Hubo un problema al eliminar el servidor" + +#: ../../enterprise/meta/advanced/policymanager.queue.php:352 +msgid "Empty queue." +msgstr "Cola vacia" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:146 +#: ../../enterprise/meta/advanced/policymanager.apply.php:154 +msgid "Only database" +msgstr "Sólo bases de datos" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:188 +msgid "Apply Policies" +msgstr "Aplicar politicas" + +#: ../../enterprise/meta/advanced/policymanager.apply.php:202 +#: ../../godmode/reporting/visual_console_builder.wizard.php:219 +#: ../../godmode/menu.php:202 ../../mobile/include/functions_web.php:27 +msgid "Servers" +msgstr "Servidores" + +#: ../../enterprise/meta/advanced/metasetup.php:55 +msgid "Consoles Setup" +msgstr "Configuración de consolas" + +#: ../../enterprise/meta/advanced/metasetup.php:60 +#: ../../enterprise/meta/advanced/metasetup.php:106 +msgid "General setup" +msgstr "Configuración general" + +#: ../../enterprise/meta/advanced/metasetup.php:65 +#: ../../enterprise/meta/advanced/metasetup.php:109 +msgid "Passwords setup" +msgstr "Configuración de contraseñas" + +#: ../../enterprise/meta/advanced/metasetup.php:70 +#: ../../enterprise/meta/advanced/metasetup.php:112 +#: ../../godmode/setup/setup.php:82 ../../godmode/setup/setup.php:116 +#: ../../godmode/menu.php:254 +msgid "Authentication" +msgstr "Autentificación" + +#: ../../enterprise/meta/advanced/metasetup.php:75 +#: ../../enterprise/meta/advanced/metasetup.php:115 +msgid "Visual setup" +msgstr "Configuración visual" + +#: ../../enterprise/meta/advanced/metasetup.php:80 +#: ../../enterprise/meta/advanced/metasetup.php:118 +msgid "Performance setup" +msgstr "Configuración del rendimiento" + +#: ../../enterprise/meta/advanced/metasetup.php:85 +#: ../../enterprise/meta/advanced/metasetup.php:121 +#: ../../godmode/setup/file_manager.php:30 ../../godmode/menu.php:305 +msgid "File manager" +msgstr "Gestor de archivos" + +#: ../../enterprise/meta/advanced/metasetup.php:90 +#: ../../enterprise/meta/advanced/metasetup.php:124 +msgid "Strings translation" +msgstr "Traducción de cadenas" + +#: ../../enterprise/meta/advanced/metasetup.php:95 +#: ../../enterprise/meta/advanced/metasetup.php:127 +msgid "Offline Update Manager" +msgstr "Gestionar actualización offline" + +#: ../../enterprise/meta/advanced/metasetup.php:102 +msgid "Consoles setup" +msgstr "Configuración de las consolas" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:69 +#, fuzzy, php-format +msgid "Error creating/updating %s/%s OS" +msgstr "Error al crear/actualizar %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:72 +#, fuzzy, php-format +msgid "Created/Updated %s/%s OS" +msgstr "Creados/actualizados %s/%s tags" + +#: ../../enterprise/meta/advanced/synchronizing.os.php:84 +#, fuzzy +msgid "Synchronizing OS" +msgstr "Sincronizando" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:69 +#, fuzzy, php-format +msgid "Error creating/updating %s/%s module groups" +msgstr "Error al crear/actualizar grupos %s/%s" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:72 +#, fuzzy, php-format +msgid "Created/Updated %s/%s module groups" +msgstr "Creados/actualizados grupos %s/%s" + +#: ../../enterprise/meta/advanced/synchronizing.module_groups.php:84 +#, fuzzy +msgid "Synchronizing Module Groups" +msgstr "Sincronizar grupos" + +#: ../../enterprise/meta/general/logon_ok.php:32 +msgid "Network traffic" +msgstr "Tráfico de la red" + +#: ../../enterprise/meta/general/logon_ok.php:60 +#: ../../enterprise/meta/general/main_header.php:180 +#: ../../enterprise/meta/screens/screens.php:35 +msgid "Screens" +msgstr "Pantallas" + +#: ../../enterprise/meta/general/logon_ok.php:62 +#: ../../include/functions_networkmap.php:1666 +#: ../../include/functions_networkmap.php:1745 +#: ../../include/functions_maps.php:34 +msgid "Topology" +msgstr "Topología" + +#: ../../enterprise/meta/general/login_page.php:27 +msgid "Go to pandorafms.com" +msgstr "Ir a pandorafms.com" + +#: ../../enterprise/meta/general/login_page.php:29 +msgid "Pandora Help" +msgstr "Ayuda de pandora" + +#: ../../enterprise/meta/general/login_page.php:33 +msgid "Go to Pandora FMS Wiki" +msgstr "Ir a Wiki Pandora FMS" + +#: ../../enterprise/meta/general/login_page.php:35 +msgid "Pandora Support" +msgstr "Soporte de Pandora" + +#: ../../enterprise/meta/general/login_page.php:105 +msgid "Monitor all your systems with a single tool" +msgstr "Controlar todos tus sistemas con una sola herramienta" + +#: ../../enterprise/meta/general/login_page.php:139 +msgid "Login off" +msgstr "Desconectar" + +#: ../../enterprise/meta/general/login_page.php:170 +msgid "" +"In order to have the best user experience with Pandora FMS, we strongly " +"recommend to use" +msgstr "" +"Para conseguir la mejor experiencia de usuario con Pandora FMS, le " +"recomendamos encarecidamente
usar" + +#: ../../enterprise/meta/general/login_page.php:171 +msgid "" +"Mozilla Firefox or Google Chrome browsers." +msgstr "" +"Mozilla Firefox o Google Chrome browsers." + +#: ../../enterprise/meta/general/footer.php:26 +#, php-format +msgid "® Ártica soluciones Pandora FMS %s - Build %s" +msgstr "® Ártica soluciones Pandora FMS %s - Build %s" + +#: ../../enterprise/meta/general/metaconsole_no_activated.php:25 +msgid "" +"Metaconsole needs previous activation from regular console, please contact " +"system administrator if you need assistance.
" +msgstr "" +"La metaconsola necesita una activación previa desde una consola regular, por " +"favor, contacte con su administrador de sistemas si necesita asistencia.
" + +#: ../../enterprise/meta/general/main_header.php:98 +msgid "Groups view" +msgstr "Vista de grupos" + +#: ../../enterprise/meta/general/main_header.php:108 +msgid "Monitors view" +msgstr "Vista de monitores" + +#: ../../enterprise/meta/general/main_header.php:144 +msgid "Create new report" +msgstr "Crear un nuevo informe" + +#: ../../enterprise/meta/general/main_header.php:157 +msgid "Report templates" +msgstr "Plantillas de informes" + +#: ../../enterprise/meta/general/main_header.php:165 +#: ../../enterprise/include/functions_reporting.php:65 +msgid "Templates wizard" +msgstr "Asistente de plantillas" + +#: ../../enterprise/meta/general/main_header.php:210 +msgid "Live view" +msgstr "Vista en vivo" + +#: ../../enterprise/meta/general/main_header.php:219 +#: ../../enterprise/meta/event/custom_events.php:65 +#: ../../enterprise/meta/event/custom_events.php:80 +#: ../../godmode/reporting/reporting_builder.list_items.php:178 +#: ../../godmode/events/events.php:65 ../../godmode/events/events.php:80 +msgid "Filters" +msgstr "Filtros" + +#: ../../enterprise/meta/general/main_header.php:248 +#: ../../enterprise/meta/general/main_header.php:314 +#: ../../enterprise/meta/include/functions_users_meta.php:168 +#: ../../enterprise/meta/include/functions_users_meta.php:187 +#: ../../godmode/users/configure_profile.php:41 +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/user_list.php:113 ../../godmode/users/user_list.php:121 +#: ../../godmode/users/configure_user.php:82 +#: ../../godmode/users/profile_list.php:45 +#: ../../godmode/users/profile_list.php:53 +msgid "User management" +msgstr "Gestión de usuarios" + +#: ../../enterprise/meta/general/main_header.php:253 +msgid "Agent management" +msgstr "Gestión de agentes" + +#: ../../enterprise/meta/general/main_header.php:263 +msgid "Alert management" +msgstr "Gestión de alertas" + +#: ../../enterprise/meta/general/main_header.php:273 +#, fuzzy +msgid "Component management" +msgstr "Gestión de grupos de componentes de red" + +#: ../../enterprise/meta/general/main_header.php:278 +msgid "Policy management" +msgstr "Gestión de políticas" + +#: ../../enterprise/meta/general/main_header.php:283 +msgid "Category management" +msgstr "Gestión de categorías" + +#: ../../enterprise/meta/general/main_header.php:288 +msgid "Server management" +msgstr "Administración de servidores" + +#: ../../enterprise/meta/general/main_header.php:293 +#: ../../godmode/menu.php:280 +msgid "License" +msgstr "Licencia" + +#: ../../enterprise/meta/general/main_header.php:298 +msgid "Metasetup" +msgstr "Metasetup" + +#: ../../enterprise/meta/general/main_header.php:325 +#: ../../godmode/extensions.php:27 +msgid "Extensions" +msgstr "Extensiones" + +#: ../../enterprise/meta/general/noaccess.php:17 +msgid "Back to login" +msgstr "Volver a identificarse" + +#: ../../enterprise/meta/general/noaccess.php:33 +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 "" +"El acceso a esta página está restringido a usuarios autorizados solamente, " +"por favor póngase en contacto con el administrador del sistema si necesita " +"ayuda.\n" +"\t \t \t \t \t
Por favor, sepan que todos los intentos de acceso a esta " +"página son registrados en los registros de seguridad de la base de datos del " +"Sistema de Pandora" + +#: ../../enterprise/meta/agentsearch.php:79 +msgid "Search results for" +msgstr "Buscar resultados para" + +#: ../../enterprise/meta/agentsearch.php:193 +msgid "There are no agents included in this group" +msgstr "No hay ningún agente incluido en este grupo" + +#: ../../enterprise/meta/screens/screens.visualmap.php:60 +msgid "Create visualmap" +msgstr "Crear mapa visual" + +#: ../../enterprise/meta/screens/screens.visualmap.php:120 +#: ../../godmode/reporting/visual_console_builder.php:250 +msgid "Successfully created." +msgstr "Creado correctamente." + +#: ../../enterprise/meta/screens/screens.visualmap.php:123 +#: ../../godmode/reporting/visual_console_builder.php:263 +msgid "Could not be created." +msgstr "No se puede crear" + +#: ../../enterprise/meta/screens/screens.visualmap.php:208 +#: ../../godmode/reporting/visual_console_builder.php:692 +msgid "New visual console" +msgstr "Nueva consola visual" + +#: ../../enterprise/meta/index.php:239 ../../index.php:240 +#: ../../include/ajax/double_auth.ajax.php:489 +#: ../../mobile/include/user.class.php:171 +msgid "Invalid code" +msgstr "Código inválido" + +#: ../../enterprise/meta/index.php:250 ../../index.php:251 +msgid "The code shouldn't be empty" +msgstr "El código no debería estar vacío" + +#: ../../enterprise/meta/index.php:262 ../../index.php:263 +msgid "Expired login" +msgstr "Inicio de sesión caducado" + +#: ../../enterprise/meta/index.php:270 ../../enterprise/meta/index.php:276 +#: ../../index.php:271 ../../index.php:277 +msgid "Login error" +msgstr "Error de conexión" + +#: ../../enterprise/meta/index.php:523 ../../enterprise/meta/index.php:534 +#: ../../index.php:724 +msgid "Sorry! I can't find the page!" +msgstr "No se puede encontrar la página." + +#: ../../enterprise/meta/event/custom_events.php:43 +#: ../../godmode/netflow/nf_edit.php:167 +#: ../../godmode/netflow/nf_edit_form.php:182 +#: ../../godmode/snmpconsole/snmp_filters.php:38 +#: ../../godmode/events/event_filter.php:177 +msgid "Create filter" +msgstr "Crear Filtro" + +#: ../../enterprise/meta/event/custom_events.php:48 +#: ../../godmode/events/events.php:48 ../../godmode/menu.php:188 +msgid "Event responses" +msgstr "Respuestas de evento" + +#: ../../enterprise/meta/event/custom_events.php:73 +#: ../../godmode/events/events.php:73 ../../include/ajax/events.php:306 +msgid "Responses" +msgstr "Respuestas" + +#: ../../enterprise/meta/event/custom_events.php:89 +msgid "The user is not in neither group with EW profile" +msgstr "El usuario no se encuentra en ninguno de los grupos con el perfil EW" + +#: ../../enterprise/meta/event/custom_events.php:129 +msgid "Succesful updated" +msgstr "Actualizado correctamente" + +#: ../../enterprise/meta/event/custom_events.php:130 +msgid "Unsucessful updated" +msgstr "Actualización fallida" + +#: ../../enterprise/meta/event/custom_events.php:154 +msgid "Fields" +msgstr "Campos" + +#: ../../enterprise/meta/event/custom_events.php:169 +#: ../../godmode/events/custom_events.php:181 +msgid "Fields available" +msgstr "Campos disponibles" + +#: ../../enterprise/meta/event/custom_events.php:171 +#: ../../godmode/events/custom_events.php:193 +msgid "Fields selected" +msgstr "Campos seleccionados" + +#: ../../enterprise/meta/event/custom_events.php:178 +#: ../../godmode/events/custom_events.php:185 +msgid "Add fields to select" +msgstr "Añadir campos para seleccionar" + +#: ../../enterprise/meta/event/custom_events.php:183 +#: ../../godmode/events/custom_events.php:189 +msgid "Delete fields to select" +msgstr "Eliminar campos para seleccionar" + +#: ../../enterprise/meta/event/custom_events.php:191 +#: ../../godmode/events/custom_events.php:131 +msgid "Show event fields" +msgstr "Mostrar campos de eventos" + +#: ../../enterprise/meta/include/functions_ui_meta.php:54 +#: ../../include/functions_ui.php:1294 +msgid "the Flexible Monitoring System" +msgstr "el Sistema Flexible de Monitorización" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:72 +msgid "Network map deleted successfully" +msgstr "Mapa de red borrado con éxito" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:73 +msgid "Could not delete network map" +msgstr "No se pudo borrar el mapa de red" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:134 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:221 +msgid "Not networkmap defined." +msgstr "No hay mapa de red definido." + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:254 +msgid "Networkmap list" +msgstr "Lista de mapas de red" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:426 +msgid "Successful update the networkmap." +msgstr "Mapa de red actualizado correctamente" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:427 +msgid "Unsuccessful update the networkmap." +msgstr "El mapa de red no se ha podido actualizar" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:439 +msgid "Unnamed " +msgstr "Sin nombre " + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:520 +#: ../../godmode/events/event_edit_filter.php:217 +msgid "Save in group" +msgstr "Guardar en grupo" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:530 +msgid "Filter by tag" +msgstr "Filtrar por tag" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:536 +msgid "Filter by agents" +msgstr "Filtrar por agente" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:546 +msgid "Filter by modules" +msgstr "Filtrar por módulo" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:561 +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:32 +msgid "Layout" +msgstr "Diseño" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:571 +msgid "Show modules" +msgstr "Mostrar módulos" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:577 +msgid "Regenerate" +msgstr "Regenerar" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:586 +msgid "Show modulegroup" +msgstr "Mostrar los grupos de módulos" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:595 +#: ../../enterprise/meta/include/functions_networkmap_meta.php:606 +msgid "No Overlap" +msgstr "Sin solapamiento" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:598 +msgid "Distance between nodes" +msgstr "Distancia entre nodos" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:599 +msgid "Separation between elements in the map (in Non-overlap mode)" +msgstr "Separación entre los elementos del mapa (en modo no-solapado)." + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:615 +msgid "Show children Metaconsole" +msgstr "Mostrar los hijos de la Metaconsola" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:661 +msgid "Map options" +msgstr "Opciones del mapa" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:666 +msgid "There is no group selected" +msgstr "No ha seleccionado ningún grupo" + +#: ../../enterprise/meta/include/functions_networkmap_meta.php:876 +#, php-format +msgid "Cannot connect to %s Pandora to generate networkmap." +msgstr "No se puede conectar a %s Pandora FMS para generar networkmap." + +#: ../../enterprise/meta/include/functions_events_meta.php:55 +#: ../../godmode/events/custom_events.php:68 +#: ../../godmode/events/custom_events.php:152 +#: ../../include/functions_events.php:34 +#: ../../include/functions_events.php:1579 +msgid "Event id" +msgstr "Identificación del evento" + +#: ../../enterprise/meta/include/functions_events_meta.php:58 +#: ../../enterprise/include/functions_reporting_pdf.php:1180 +#: ../../godmode/events/custom_events.php:71 +#: ../../godmode/events/custom_events.php:153 +#: ../../include/functions_events.php:35 +#: ../../include/functions_events.php:891 +#: ../../include/functions_events.php:2336 +#: ../../include/functions_reporting_html.php:661 +#: ../../include/functions_reporting_html.php:2079 +msgid "Event name" +msgstr "Nombre del evento" + +#: ../../enterprise/meta/include/functions_events_meta.php:79 +#: ../../godmode/events/custom_events.php:92 +#: ../../godmode/events/custom_events.php:160 +#: ../../include/functions_events.php:42 +msgid "Agent module" +msgstr "Módulo de agente" + +#: ../../enterprise/meta/include/functions_events_meta.php:97 +#: ../../godmode/events/custom_events.php:110 +#: ../../godmode/events/custom_events.php:166 +#: ../../include/functions_events.php:48 +#: ../../include/functions_events.php:2249 +msgid "Extra id" +msgstr "ID extra" + +#: ../../enterprise/meta/include/functions_alerts_meta.php:115 +#: ../../enterprise/meta/include/functions_alerts_meta.php:131 +#: ../../godmode/menu.php:161 +msgid "Commands" +msgstr "Comandos" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:239 +#: ../../godmode/modules/manage_network_templates_form.php:302 +msgid "Components" +msgstr "Componentes" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:241 +msgid "Agent modules" +msgstr "Modulos de agentes" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:284 +msgid "Add selected modules to agent" +msgstr "Añadir los módulos seleccionados al agente" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:298 +msgid "Undo changes" +msgstr "Deshacer los cambios" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:469 +msgid "Latency" +msgstr "Latencia" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:470 +msgid "Response" +msgstr "Respuesta" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:472 +msgid "Check type" +msgstr "Compruebe el tipo" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:521 +msgid "String to check" +msgstr "Cadena a comprobar" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:526 +msgid "Add check" +msgstr "Añadir comprobación" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:534 +msgid "Delete check" +msgstr "Eliminar comprobación" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:814 +#: ../../enterprise/meta/include/functions_wizard_meta.php:906 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1116 +msgid "Various" +msgstr "Varios" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:854 +#: ../../enterprise/meta/include/functions_wizard_meta.php:940 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1157 +msgid "Thresholds" +msgstr "Thresholds" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:951 +msgid "Web configuration" +msgstr "Configuración web" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1143 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1149 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1556 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1563 +msgid "Str: " +msgstr "Cadena " + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1145 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1151 +msgid " Inverse interval " +msgstr " Intervalo inverso " + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1212 +msgid "Alerts in module" +msgstr "Alertas en el módulo" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1220 +#: ../../include/functions_reporting_html.php:2135 +msgid "Alert description" +msgstr "Descripción de la alerta" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1447 +msgid "Checks" +msgstr "Comprobaciones" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1650 +msgid "Deleted modules" +msgstr "Módulos eliminados" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1862 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1959 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2434 +#, php-format +msgid "Error adding module %s" +msgstr "Error al añadir módulo %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:1872 +#: ../../enterprise/meta/include/functions_wizard_meta.php:1969 +msgid "" +"There was an error creating the alerts, the operation has been cancelled" +msgstr "" +"Se produjo un error al crear las alertas, la operación ha sido cancelada" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2036 +msgid "Agent successfully added" +msgstr "Agentes añadidos correctamente" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2052 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2134 +#, php-format +msgid "%s Modules created" +msgstr "%s Módulos creados" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2090 +#, php-format +msgid "Could not update agent %s" +msgstr "No se pudo actualizar el agente %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2094 +msgid "Agent successfully updated" +msgstr "Agente actualizado correctamente" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2140 +#, php-format +msgid "%s Modules deleted" +msgstr "%s Módulos eliminados" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2445 +msgid "" +"There was an error creating the alerts, the operation has been cancelled ." +msgstr "" +"Ha habido un error creando las alertas, la operación ha sido cancelada." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2476 +msgid "Module successfully added." +msgstr "Módulo añadido con éxito." + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2548 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2637 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2848 +#, php-format +msgid "Error updating module %s" +msgstr "Erro al actualizar el módulo %s" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2571 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2660 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2871 +msgid "" +"There was an error updating the alerts, the operation has been cancelled" +msgstr "" +"Se produjo un error al actualizar las alertas, la operación ha sido cancelada" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:2593 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2682 +#: ../../enterprise/meta/include/functions_wizard_meta.php:2893 +msgid "Successfully updated module." +msgstr "Módulo actualizado correctamente" + +#: ../../enterprise/meta/include/functions_wizard_meta.php:3239 +msgid "Manage agent modules" +msgstr "Gestionar módulos de agentes" + +#: ../../enterprise/meta/include/functions_agents_meta.php:1169 +#: ../../enterprise/meta/include/functions_agents_meta.php:1180 +msgid "Agents movement" +msgstr "Movimiento de agentes" + +#: ../../enterprise/meta/include/functions_agents_meta.php:1174 +#: ../../enterprise/meta/include/functions_agents_meta.php:1183 +msgid "Group management" +msgstr "Gestionar grupos" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:117 +#: ../../godmode/alerts/alert_templates.php:62 +msgid "Everyday" +msgstr "Cada día" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:128 +#: ../../godmode/alerts/alert_templates.php:73 +msgid "Every" +msgstr "Cada" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:138 +#: ../../enterprise/dashboard/widgets/tactical.php:32 +#: ../../godmode/alerts/alert_templates.php:83 +msgid "and" +msgstr "y" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1170 +#: ../../include/functions_treeview.php:522 +msgid "Next agent contact" +msgstr "Siguiente contacto con el agente" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1202 +msgid "Go to agent detail" +msgstr "Ir al detalle del agente" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1209 +msgid "Create new module" +msgstr "Crear nuevo módulo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1212 +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1416 +#: ../../enterprise/dashboard/widgets/tree_view.php:22 +msgid "Tree View" +msgstr "Vista de árbol" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1256 +#: ../../godmode/groups/configure_group.php:68 +#: ../../godmode/groups/configure_modu_group.php:51 +msgid "There was a problem loading group" +msgstr "Hubo un error al cargar la configuración del grupo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1270 +msgid "Group name" +msgstr "Nombre del grupo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1347 +#: ../../include/functions_treeview.php:47 +msgid "There was a problem loading module" +msgstr "Hubo un problema al cargar el módulo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1410 +msgid "Go to module detail" +msgstr "Ir al detalle del módulo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1423 +#: ../../godmode/agentes/module_manager_editor_common.php:154 +msgid "Delete module" +msgstr "Eliminar Módulo" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1428 +msgid "Create new alert" +msgstr "Crear nueva alerta" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1469 +msgid "There was a problem loading alert" +msgstr "Ha habido un error al cargar la configuración de la alerta" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1560 +msgid "Stand By" +msgstr "En espera" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1586 +msgid "Go to Alert detail" +msgstr "Ir a los detalles de la alerta" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1592 +msgid "Delete alert" +msgstr "Eliminar alerta" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1636 +msgid "There was a problem loading tag" +msgstr "Se produjo un problema al cargar tags" + +#: ../../enterprise/meta/include/ajax/tree_view.ajax.php:1651 +#: ../../godmode/tag/tag.php:199 +msgid "Tag name" +msgstr "Nombre de etiqueta" + +#: ../../enterprise/meta/include/functions_components_meta.php:48 +#: ../../enterprise/meta/include/functions_components_meta.php:66 +#: ../../godmode/menu.php:39 +msgid "Component groups" +msgstr "Grupos de componentes" + +#: ../../enterprise/meta/include/functions_components_meta.php:56 +#: ../../enterprise/meta/include/functions_components_meta.php:72 +#: ../../godmode/menu.php:98 +msgid "Network components" +msgstr "Componentes de red" + +#: ../../enterprise/meta/include/functions_components_meta.php:60 +#: ../../enterprise/meta/include/functions_components_meta.php:75 +msgid "Plugin management" +msgstr "Gestión de plugins" + +#: ../../enterprise/meta/include/functions_components_meta.php:81 +msgid "Create plugin" +msgstr "Crear plugin" + +#: ../../enterprise/meta/include/functions_components_meta.php:84 +msgid "Edit plugin" +msgstr "Editar plugin" + +#: ../../enterprise/meta/include/functions_groups_meta.php:77 +#, php-format +msgid "(Error Duplicate ID (%d) ) " +msgstr "(Error ID Duplicado (%d) ) " + +#: ../../enterprise/meta/include/functions_groups_meta.php:99 +msgid "Different parent" +msgstr "Diferente padre" + +#: ../../enterprise/meta/include/functions_groups_meta.php:104 +msgid "Different name" +msgstr "Diferente nombre" + +#: ../../enterprise/meta/include/functions_users_meta.php:172 +#: ../../enterprise/meta/include/functions_users_meta.php:193 +#: ../../godmode/users/configure_profile.php:45 +#: ../../godmode/users/user_list.php:117 +#: ../../godmode/users/configure_user.php:86 +#: ../../godmode/users/profile_list.php:49 ../../godmode/menu.php:85 +msgid "Profile management" +msgstr "Gestionar perfiles" + +#: ../../enterprise/meta/include/functions_users_meta.php:184 +msgid "User synchronization" +msgstr "Sincronización de usuarios" + +#: ../../enterprise/meta/include/functions_users_meta.php:196 +msgid "Group synchronization" +msgstr "Sincronización de grupos" + +#: ../../enterprise/meta/include/functions_meta.php:332 +msgid "No admin user" +msgstr "No hay usuario administrador" + +#: ../../enterprise/meta/include/functions_meta.php:348 +#: ../../include/functions_config.php:217 +msgid "Activate Metaconsole" +msgstr "Activar la metaconsola" + +#: ../../enterprise/meta/include/functions_meta.php:428 +msgid "Netflow disable custom live view filters" +msgstr "Desactivar filtros personalizados en la vista en vivo de netflow" + +#: ../../enterprise/meta/include/functions_meta.php:476 +msgid "Customizable section" +msgstr "Sección personalizable" + +#: ../../enterprise/meta/include/functions_meta.php:602 +#: ../../godmode/setup/setup_auth.php:179 +#: ../../include/functions_config.php:285 +msgid "Authentication method" +msgstr "Método de autenticación" + +#: ../../enterprise/meta/include/functions_meta.php:612 +#: ../../godmode/setup/setup_auth.php:49 +#: ../../include/functions_config.php:323 +msgid "Fallback to local authentication" +msgstr "Alternativa si falla autenticación" + +#: ../../enterprise/meta/include/functions_meta.php:622 +#: ../../godmode/setup/setup_auth.php:57 +#: ../../include/functions_config.php:287 +msgid "Autocreate remote users" +msgstr "Crear automáticamente los usuarios remotos" + +#: ../../enterprise/meta/include/functions_meta.php:682 +#: ../../include/functions_config.php:361 +msgid "Session timeout" +msgstr "Sesión expirada" + +#: ../../enterprise/meta/include/functions_meta.php:756 +#: ../../godmode/setup/setup_auth.php:70 +#: ../../include/functions_config.php:311 +msgid "LDAP server" +msgstr "Servidor LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:766 +#: ../../godmode/setup/setup_auth.php:76 +#: ../../include/functions_config.php:313 +msgid "LDAP port" +msgstr "Puerto LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:776 +#: ../../godmode/setup/setup_auth.php:83 +#: ../../include/functions_config.php:315 +msgid "LDAP version" +msgstr "Versión LDAP" + +#: ../../enterprise/meta/include/functions_meta.php:796 +#: ../../godmode/setup/setup_auth.php:96 +#: ../../include/functions_config.php:319 +msgid "Base DN" +msgstr "DN base" + +#: ../../enterprise/meta/include/functions_meta.php:806 +#: ../../godmode/setup/setup_auth.php:102 +#: ../../include/functions_config.php:321 +msgid "Login attribute" +msgstr "Atributo de acceso" + +#: ../../enterprise/meta/include/functions_meta.php:819 +msgid "Pandora FMS host" +msgstr "Servidor de Pandora FMS" + +#: ../../enterprise/meta/include/functions_meta.php:1241 +#: ../../godmode/setup/performance.php:116 +#: ../../include/functions_config.php:399 +msgid "Use agent access graph" +msgstr "Usar la gráfica de acceso del agente" + +#: ../../enterprise/include/functions_netflow_pdf.php:45 +#: ../../enterprise/include/functions_reporting_pdf.php:51 +msgid "Automated Pandora FMS report for user defined report" +msgstr "Informe automatizado de Pandora FMS para informes personalizados." + +#: ../../enterprise/include/functions_netflow_pdf.php:56 +#: ../../enterprise/include/functions_reporting_pdf.php:2186 +msgid "Contents" +msgstr "Contenido" + +#: ../../enterprise/include/functions_netflow_pdf.php:157 +#: ../../enterprise/include/functions_reporting_csv.php:874 +#: ../../enterprise/include/functions_reporting_csv.php:878 +#: ../../enterprise/include/functions_reporting_pdf.php:2159 +msgid "Generated" +msgstr "Generado" #: ../../enterprise/include/functions_login.php:22 msgid "You must change password" @@ -10707,18 +21617,74 @@ msgstr "Las contraseñas no coinciden" msgid "Password empty" msgstr "La contraseña está vacía" -#: ../../enterprise/include/functions_setup.php:27 -#: ../../enterprise/include/functions_setup.php:55 -#: ../../enterprise/godmode/menu.php:149 ../../godmode/extensions.php:145 -msgid "Enterprise" -msgstr "Enterprise" +#: ../../enterprise/include/functions_visual_map.php:179 +#: ../../enterprise/include/functions_visual_map.php:232 +msgid "Crit:" +msgstr "Crit." -#: ../../enterprise/include/functions_setup.php:33 -#: ../../enterprise/include/functions_setup.php:63 -#: ../../enterprise/godmode/menu.php:89 -#: ../../operation/agentes/datos_agente.php:172 -msgid "History database" -msgstr "BBDD de histórico" +#: ../../enterprise/include/functions_visual_map.php:181 +#: ../../enterprise/include/functions_visual_map.php:234 +msgid "Warn:" +msgstr "Advert." + +#: ../../enterprise/include/functions_visual_map.php:183 +#: ../../enterprise/include/functions_visual_map.php:236 +msgid "Ok:" +msgstr "Ok:" + +#: ../../enterprise/include/functions_visual_map.php:185 +#: ../../enterprise/include/functions_visual_map.php:238 +msgid "Value:" +msgstr "Valor:" + +#: ../../enterprise/include/functions_visual_map.php:534 +msgid "None of the services was added" +msgstr "Ninguno de los servicios se añadió" + +#: ../../enterprise/include/functions_visual_map.php:537 +#, php-format +msgid "%d services couldn't be added" +msgstr "%d servicios no se han podido añadir" + +#: ../../enterprise/include/functions_visual_map.php:541 +#: ../../include/functions_ui.php:231 +msgid "Success" +msgstr "Éxito" + +#: ../../enterprise/include/functions_visual_map.php:545 +msgid "There was an error retrieving the visual map information" +msgstr "Se ha producido un error al recuperar la información del mapa visual" + +#: ../../enterprise/include/functions_visual_map.php:549 +msgid "No services selected" +msgstr "Ningún servicio seleccionado" + +#: ../../enterprise/include/functions_enterprise.php:298 +msgid "Tree view by tags" +msgstr "Vista de árbol por tags" + +#: ../../enterprise/include/functions_enterprise.php:321 +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 "" + +#: ../../enterprise/include/functions_enterprise.php:323 +msgid "" +"Problems with event days purge and event days that pass data to history DB." +msgstr "" + +#: ../../enterprise/include/functions_enterprise.php:331 +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 "" + +#: ../../enterprise/include/functions_enterprise.php:333 +msgid "Problems with days purge and days that pass data to history DB" +msgstr "" #: ../../enterprise/include/functions_setup.php:37 #: ../../enterprise/include/functions_setup.php:68 @@ -10786,28 +21752,178 @@ msgstr "Registrar el nodo" msgid "Status your node in metaconsole" msgstr "Estado del nodo en la metaconsola" -#: ../../enterprise/include/functions_groups.php:47 -msgid "Metaconsole" -msgstr "Metaconsola" +#: ../../enterprise/include/functions_local_components.php:142 +msgid "Empty configuration" +msgstr "Configuración vacía" -#: ../../enterprise/include/functions_groups.php:75 -#: ../../enterprise/operation/agentes/ver_agente.php:190 -#: ../../enterprise/godmode/agentes/collections.php:181 -#: ../../operation/agentes/ver_agente.php:1022 -#: ../../godmode/agentes/configurar_agente.php:496 -msgid "Collection" -msgstr "Colección" +#: ../../enterprise/include/functions_local_components.php:146 +msgid "Empty OS" +msgstr "SO vacío" -#: ../../enterprise/include/functions_massive.php:15 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:290 -#: ../../include/functions_visual_map.php:1280 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:168 -#: ../../godmode/massive/massive_add_tags.php:38 -#: ../../godmode/massive/massive_delete_tags.php:102 -#: ../../godmode/massive/massive_edit_modules.php:975 -#: ../../godmode/reporting/visual_console_builder.php:464 -msgid "No modules selected" -msgstr "No se han seleccionado módulos" +#: ../../enterprise/include/functions_local_components.php:276 +#: ../../include/functions_alerts.php:951 +#: ../../include/functions_network_components.php:507 +msgid "Copy of" +msgstr "Copia de" + +#: ../../enterprise/include/functions_reporting_csv.php:123 +#: ../../enterprise/include/functions_reporting.php:601 +#: ../../include/functions_reports.php:591 +#: ../../include/functions_reporting.php:4424 +msgid "Availability" +msgstr "Disponibilidad" + +#: ../../enterprise/include/functions_reporting_csv.php:167 +#: ../../include/functions_reporting.php:1389 +msgid "Inventory Changes" +msgstr "Cambios de Inventario" + +#: ../../enterprise/include/functions_reporting_csv.php:191 +#: ../../include/functions_reports.php:549 +msgid "Prediction date" +msgstr "Fecha de predicción" + +#: ../../enterprise/include/functions_reporting_csv.php:208 +#: ../../include/functions_reporting.php:3229 +msgid "Projection Graph" +msgstr "Gráfico de proyección" + +#: ../../enterprise/include/functions_reporting_csv.php:238 +msgid "Serialized data " +msgstr "Datos serializados " + +#: ../../enterprise/include/functions_reporting_csv.php:318 +#: ../../include/functions_reporting.php:2013 +msgid "Group Report" +msgstr "Informe del grupo" + +#: ../../enterprise/include/functions_reporting_csv.php:330 +#: ../../enterprise/include/functions_reporting_csv.php:398 +#: ../../enterprise/include/functions_reporting_csv.php:433 +#: ../../enterprise/include/functions_reporting_csv.php:469 +#: ../../enterprise/include/functions_reporting_csv.php:506 +#: ../../enterprise/include/functions_reporting_csv.php:574 +#: ../../enterprise/include/functions_reporting_csv.php:610 +#: ../../enterprise/include/functions_reporting_csv.php:646 +#: ../../enterprise/include/functions_reporting_csv.php:682 +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "Report type" +msgstr "Tipo de informe" + +#: ../../enterprise/include/functions_reporting_csv.php:332 +msgid "Uknown agents" +msgstr "Agentes desconocidos" + +#: ../../enterprise/include/functions_reporting_csv.php:339 +#: ../../include/functions_reporting.php:6189 +msgid "Defined alerts" +msgstr "Alertas definidas" + +#: ../../enterprise/include/functions_reporting_csv.php:341 +msgid "Last 8 hours events" +msgstr "Eventos en las últimas 8 horas" + +#: ../../enterprise/include/functions_reporting_csv.php:344 +#: ../../include/functions_reports.php:575 +msgid "Group report" +msgstr "Grupo de informes" + +#: ../../enterprise/include/functions_reporting_csv.php:386 +#: ../../enterprise/include/functions_reporting_csv.php:401 +#: ../../enterprise/include/functions_reporting_csv.php:408 +#: ../../include/functions_reports.php:531 +#: ../../include/functions_reporting.php:3475 +msgid "MTTR" +msgstr "MTTR" + +#: ../../enterprise/include/functions_reporting_csv.php:421 +#: ../../enterprise/include/functions_reporting_csv.php:437 +#: ../../enterprise/include/functions_reporting_csv.php:444 +#: ../../include/functions_reports.php:529 +#: ../../include/functions_reporting.php:3478 +msgid "MTBF" +msgstr "MTBF" + +#: ../../enterprise/include/functions_reporting_csv.php:457 +#: ../../enterprise/include/functions_reporting_csv.php:473 +#: ../../enterprise/include/functions_reporting_csv.php:480 +#: ../../include/functions_reports.php:527 +#: ../../include/functions_reporting.php:3481 +msgid "TTO" +msgstr "TTO" + +#: ../../enterprise/include/functions_reporting_csv.php:493 +#: ../../enterprise/include/functions_reporting_csv.php:510 +#: ../../enterprise/include/functions_reporting_csv.php:517 +#: ../../include/functions_reports.php:525 +#: ../../include/functions_reporting.php:3484 +msgid "TTRT" +msgstr "TTRT" + +#: ../../enterprise/include/functions_reporting_csv.php:543 +msgid "Illegal query or any other error" +msgstr "consulta ilegal o cualquier otro error" + +#: ../../enterprise/include/functions_reporting_csv.php:562 +#: ../../enterprise/include/functions_reporting_csv.php:578 +#: ../../enterprise/include/functions_reporting_csv.php:585 +#: ../../include/functions_reports.php:566 +#: ../../include/functions_reporting.php:3472 +#: ../../include/functions_reporting.php:4928 +msgid "Summatory" +msgstr "Sumatorio" + +#: ../../enterprise/include/functions_reporting_csv.php:670 +#: ../../enterprise/include/functions_reporting_csv.php:686 +#: ../../enterprise/include/functions_reporting_csv.php:693 +#: ../../include/functions_reporting.php:3469 +msgid "AVG. Value" +msgstr "Valor AVG." + +#: ../../enterprise/include/functions_reporting_csv.php:706 +#: ../../enterprise/include/functions_reporting_csv.php:722 +#: ../../enterprise/include/functions_reporting_csv.php:730 +#: ../../include/functions_reporting.php:2964 +msgid "Monitor Report" +msgstr "Informe de monitores" + +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% OK" +msgstr "% OK" + +#: ../../enterprise/include/functions_reporting_csv.php:718 +msgid "% Wrong" +msgstr "% Mal" + +#: ../../enterprise/include/functions_reporting_csv.php:742 +msgid "Simple Graph" +msgstr "Gráfica simple" + +#: ../../enterprise/include/functions_reporting_csv.php:797 +msgid "% Limit" +msgstr "% Límite" + +#: ../../enterprise/include/functions_reporting_csv.php:826 +#: ../../enterprise/include/functions_reporting_csv.php:855 +#: ../../enterprise/include/functions_reporting.php:1246 +#: ../../enterprise/include/functions_reporting.php:2289 +#: ../../enterprise/include/functions_reporting.php:3111 +#: ../../enterprise/include/functions_reporting.php:3445 +#: ../../enterprise/include/functions_reporting_pdf.php:1643 +#: ../../enterprise/include/functions_reporting_pdf.php:1672 +#: ../../enterprise/include/functions_reporting_pdf.php:1812 +#: ../../enterprise/include/functions_reporting_pdf.php:2063 +#: ../../include/functions_reporting_html.php:375 +#: ../../include/functions_reporting_html.php:402 +#: ../../include/functions_config.php:523 +#: ../../include/functions_config.php:1529 +msgid "Fail" +msgstr "Fallo" + +#: ../../enterprise/include/functions_reporting_csv.php:903 +#: ../../include/functions.php:215 +msgid "." +msgstr "." #: ../../enterprise/include/functions_backup.php:135 msgid "No description" @@ -10910,1544 +22026,6 @@ msgstr "Ejecute el comando de importación mediante el siguiente comando" msgid "Into your destination database." msgstr "En su base de datos de destino" -#: ../../enterprise/include/functions_policies.php:456 -#: ../../enterprise/include/functions_policies.php:471 -#: ../../include/functions_alerts.php:382 -msgid "copy" -msgstr "copiar" - -#: ../../enterprise/include/functions_policies.php:3029 -msgid "Policy linkation" -msgstr "Vinculación de políticas" - -#: ../../enterprise/include/functions_policies.php:3034 -msgid "Module linked" -msgstr "Módulo enlazado" - -#: ../../enterprise/include/functions_policies.php:3036 -#: ../../enterprise/include/functions_policies.php:3046 -msgid "Unlink from policy" -msgstr "Módulo desenlazado de la política" - -#: ../../enterprise/include/functions_policies.php:3039 -msgid "Module unlinked" -msgstr "Módulo desenlazado" - -#: ../../enterprise/include/functions_policies.php:3041 -#: ../../enterprise/include/functions_policies.php:3051 -msgid "Relink to policy" -msgstr "Volver a unir a la política" - -#: ../../enterprise/include/functions_policies.php:3044 -msgid "Module pending to link" -msgstr "Módulo pendiente para enlazar" - -#: ../../enterprise/include/functions_policies.php:3044 -#: ../../godmode/agentes/module_manager_editor.php:344 -msgid "Module will be linked in the next application" -msgstr "El módulo será enlazado en la próxima aplicación" - -#: ../../enterprise/include/functions_policies.php:3049 -msgid "Module pending to unlink" -msgstr "Módulo pendiente para desenlazar" - -#: ../../enterprise/include/functions_policies.php:3049 -#: ../../godmode/agentes/module_manager_editor.php:352 -msgid "Module will be unlinked in the next application" -msgstr "El módulo será desenlazado en la próxima aplicación" - -#: ../../enterprise/include/functions_policies.php:3197 -#: ../../enterprise/godmode/policies/configure_policy.php:38 -#: ../../operation/gis_maps/render_view.php:107 -#: ../../operation/agentes/estado_agente.php:132 ../../godmode/menu.php:220 -#: ../../godmode/menu.php:227 ../../godmode/agentes/configurar_agente.php:268 -#: ../../godmode/agentes/configurar_agente.php:493 -msgid "Setup" -msgstr "Configuración" - -#: ../../enterprise/include/functions_policies.php:3215 -#: ../../enterprise/godmode/menu.php:53 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:27 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:28 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:47 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:225 -msgid "Inventory modules" -msgstr "Módulos de inventario" - -#: ../../enterprise/include/functions_policies.php:3234 -#: ../../enterprise/godmode/policies/policies.php:347 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:37 -msgid "External alerts" -msgstr "Alertas externas" - -#: ../../enterprise/include/functions_policies.php:3244 -#: ../../enterprise/godmode/policies/policy_linking.php:122 -#: ../../enterprise/godmode/policies/policies.php:331 -msgid "Linking" -msgstr "Enlazando" - -#: ../../enterprise/include/functions_policies.php:3253 -#: ../../enterprise/godmode/menu.php:43 -#: ../../enterprise/godmode/agentes/collections.data.php:42 -#: ../../enterprise/godmode/agentes/collections.editor.php:50 -#: ../../enterprise/godmode/policies/policies.php:335 -#: ../../enterprise/godmode/policies/policy_collections.php:29 -#: ../../enterprise/godmode/policies/policy_collections.php:173 -#: ../../general/firts_task/collections.php:25 -msgid "Collections" -msgstr "Colecciones" - -#: ../../enterprise/include/functions_policies.php:3262 -#: ../../enterprise/godmode/policies/policy.php:46 -#: ../../enterprise/godmode/policies/policies.php:351 -msgid "Queue" -msgstr "Cola" - -#: ../../enterprise/include/functions_policies.php:3280 -#: ../../enterprise/godmode/agentes/configurar_agente.php:49 -#: ../../enterprise/godmode/policies/policy.php:54 -#: ../../godmode/agentes/configurar_agente.php:504 -msgid "Agent plugins" -msgstr "Plugins del agente" - -#: ../../enterprise/include/functions_policies.php:3743 -msgid "Create a new policy map" -msgstr "Crear un nuevo mapa de políticas" - -#: ../../enterprise/include/functions_reporting.php:34 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:88 -msgid "Wizard SLA" -msgstr "Wizard SLA" - -#: ../../enterprise/include/functions_reporting.php:37 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:73 -msgid "Global" -msgstr "Global" - -#: ../../enterprise/include/functions_reporting.php:40 -msgid "Advance options" -msgstr "Opciones avanzadas" - -#: ../../enterprise/include/functions_reporting.php:58 -msgid "Templates list" -msgstr "Lista de Plantillas" - -#: ../../enterprise/include/functions_reporting.php:84 -msgid "Templates Wizard" -msgstr "Asistente de plantillas" - -#: ../../enterprise/include/functions_reporting.php:580 -#: ../../enterprise/include/functions_reporting_csv.php:112 -#: ../../include/functions_reports.php:591 -#: ../../include/functions_reporting.php:3754 -msgid "Availability" -msgstr "Disponibilidad" - -#: ../../enterprise/include/functions_reporting.php:581 -msgid "Availability item created from wizard." -msgstr "Elemento disponible creado desde el asistente." - -#: ../../enterprise/include/functions_reporting.php:1128 -#: ../../enterprise/include/functions_reporting.php:1603 -#: ../../enterprise/include/functions_reporting.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1673 -msgid "Inside limits" -msgstr "Dentro de los límites" - -#: ../../enterprise/include/functions_reporting.php:1129 -#: ../../enterprise/include/functions_reporting.php:1608 -#: ../../enterprise/include/functions_reporting.php:1748 -#: ../../enterprise/include/functions_reporting_pdf.php:1674 -msgid "On the edge" -msgstr "En el límite" - -#: ../../enterprise/include/functions_reporting.php:1130 -#: ../../enterprise/include/functions_reporting.php:1612 -#: ../../enterprise/include/functions_reporting.php:1749 -#: ../../enterprise/include/functions_reporting_pdf.php:1675 -#: ../../include/functions_graph.php:1906 -#: ../../include/functions_graph.php:1953 -#: ../../include/graphs/functions_gd.php:165 -#: ../../include/graphs/functions_gd.php:256 -msgid "Out of limits" -msgstr "Fuera de límites" - -#: ../../enterprise/include/functions_reporting.php:1153 -#: ../../enterprise/include/functions_reporting_pdf.php:1699 -msgid "January" -msgstr "Enero" - -#: ../../enterprise/include/functions_reporting.php:1156 -#: ../../enterprise/include/functions_reporting_pdf.php:1702 -msgid "February" -msgstr "Febrero" - -#: ../../enterprise/include/functions_reporting.php:1159 -#: ../../enterprise/include/functions_reporting_pdf.php:1705 -msgid "March" -msgstr "Marzo" - -#: ../../enterprise/include/functions_reporting.php:1162 -#: ../../enterprise/include/functions_reporting_pdf.php:1708 -msgid "April" -msgstr "Abril" - -#: ../../enterprise/include/functions_reporting.php:1165 -#: ../../enterprise/include/functions_reporting_pdf.php:1711 -msgid "May" -msgstr "Mayo" - -#: ../../enterprise/include/functions_reporting.php:1168 -#: ../../enterprise/include/functions_reporting_pdf.php:1714 -msgid "June" -msgstr "Junio" - -#: ../../enterprise/include/functions_reporting.php:1171 -#: ../../enterprise/include/functions_reporting_pdf.php:1717 -msgid "July" -msgstr "Julio" - -#: ../../enterprise/include/functions_reporting.php:1174 -#: ../../enterprise/include/functions_reporting_pdf.php:1720 -msgid "August" -msgstr "Agosto" - -#: ../../enterprise/include/functions_reporting.php:1177 -#: ../../enterprise/include/functions_reporting_pdf.php:1723 -msgid "September" -msgstr "Septiembre" - -#: ../../enterprise/include/functions_reporting.php:1180 -#: ../../enterprise/include/functions_reporting_pdf.php:1726 -msgid "October" -msgstr "Octubre" - -#: ../../enterprise/include/functions_reporting.php:1183 -#: ../../enterprise/include/functions_reporting_pdf.php:1729 -msgid "November" -msgstr "Noviembre" - -#: ../../enterprise/include/functions_reporting.php:1186 -#: ../../enterprise/include/functions_reporting_pdf.php:1732 -msgid "December" -msgstr "Diciembre" - -#: ../../enterprise/include/functions_reporting.php:1203 -#: ../../enterprise/include/functions_reporting.php:2239 -#: ../../enterprise/include/functions_reporting_pdf.php:1599 -#: ../../enterprise/include/functions_reporting_pdf.php:1746 -#: ../../include/functions_reporting_html.php:322 -msgid "Max/Min Values" -msgstr "Valores Max/Min" - -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:2240 -#: ../../enterprise/include/functions_reporting.php:3052 -#: ../../enterprise/include/functions_reporting.php:3354 -#: ../../enterprise/include/functions_reporting_pdf.php:1600 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1957 -#: ../../include/functions_reporting_html.php:323 -msgid "SLA Limit" -msgstr "Límite del SLA" - -#: ../../enterprise/include/functions_reporting.php:1204 -#: ../../enterprise/include/functions_reporting.php:1293 -#: ../../enterprise/include/functions_reporting.php:1784 -#: ../../enterprise/include/functions_reporting.php:2241 -#: ../../enterprise/include/functions_reporting.php:3053 -#: ../../enterprise/include/functions_reporting.php:3355 -#: ../../enterprise/include/functions_reporting_pdf.php:1601 -#: ../../enterprise/include/functions_reporting_pdf.php:1747 -#: ../../enterprise/include/functions_reporting_pdf.php:1846 -#: ../../enterprise/include/functions_reporting_pdf.php:1958 -#: ../../include/functions_reporting_html.php:324 -msgid "SLA Compliance" -msgstr "Cumplimiento del SLA" - -#: ../../enterprise/include/functions_reporting.php:1215 -#: ../../enterprise/include/functions_reporting.php:2258 -#: ../../enterprise/include/functions_reporting.php:3079 -#: ../../enterprise/include/functions_reporting.php:3413 -#: ../../enterprise/include/functions_reporting_csv.php:621 -#: ../../enterprise/include/functions_reporting_pdf.php:1627 -#: ../../enterprise/include/functions_reporting_pdf.php:1764 -#: ../../enterprise/include/functions_reporting_pdf.php:1985 -#: ../../include/functions_reporting_html.php:356 -#: ../../include/functions_config.php:493 -#: ../../include/functions_config.php:1356 -msgid "Fail" -msgstr "Fallo" - -#: ../../enterprise/include/functions_reporting.php:1237 -#: ../../enterprise/include/functions_reporting.php:1792 -#: ../../enterprise/include/functions_reporting_pdf.php:1782 -msgid "SLA Compliance per days" -msgstr "Cumplimiento de SLA por días" - -#: ../../enterprise/include/functions_reporting.php:1290 -#: ../../enterprise/include/functions_reporting_pdf.php:1840 -msgid "Summary of SLA Failures" -msgstr "Resumen de los Fallos de SLA" - -#: ../../enterprise/include/functions_reporting.php:1292 -#: ../../enterprise/include/functions_reporting.php:1783 -#: ../../enterprise/include/functions_reporting_pdf.php:1844 -msgid "Day" -msgstr "Día" - -#: ../../enterprise/include/functions_reporting.php:1332 -#: ../../enterprise/include/functions_reporting.php:1685 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:112 -#: ../../include/functions_reports.php:539 -msgid "Monthly S.L.A." -msgstr "S.L.A mensual" - -#: ../../enterprise/include/functions_reporting.php:1394 -#: ../../enterprise/include/functions_reporting.php:1739 -#: ../../enterprise/include/functions_reporting.php:3143 -#: ../../enterprise/include/functions_reporting.php:3149 -#: ../../include/functions_reporting.php:492 -msgid "There are no SLAs defined" -msgstr "No hay SLA definidos" - -#: ../../enterprise/include/functions_reporting.php:1526 -#: ../../include/functions_reporting.php:617 -msgid "" -"This item is affected by a malformed planned downtime. Go to the planned " -"downtimes section to solve this." -msgstr "" -"Este item se ve afectado por un tiempo de inactividad planificado con " -"formato incorrecto. Ir a la sección de los tiempos de parada planificada " -"para resolver esto." - -#: ../../enterprise/include/functions_reporting.php:1786 -msgid "Summary of SLA Fails" -msgstr "Resumen de fallos de SLA" - -#: ../../enterprise/include/functions_reporting.php:1893 -#: ../../enterprise/include/functions_reporting.php:2008 -#: ../../enterprise/include/functions_reporting.php:3183 -#: ../../enterprise/include/functions_reporting_pdf.php:2336 -#: ../../include/functions_reporting_html.php:2976 -msgid "This SLA has been affected by the following planned downtimes" -msgstr "Las siguientes paradas planificadas han modificado este SLA" - -#: ../../enterprise/include/functions_reporting.php:1898 -#: ../../enterprise/include/functions_reporting.php:2012 -#: ../../enterprise/include/functions_reporting.php:3187 -#: ../../enterprise/include/functions_reporting_pdf.php:2340 -#: ../../include/functions_reporting_html.php:2980 -#: ../../godmode/agentes/planned_downtime.editor.php:487 -#: ../../godmode/agentes/planned_downtime.list.php:393 -msgid "Execution" -msgstr "Ejecución" - -#: ../../enterprise/include/functions_reporting.php:1899 -#: ../../enterprise/include/functions_reporting.php:2013 -#: ../../enterprise/include/functions_reporting.php:3188 -#: ../../enterprise/include/functions_reporting_pdf.php:2341 -#: ../../include/functions_reporting_html.php:2981 -msgid "Dates" -msgstr "Fechas" - -#: ../../enterprise/include/functions_reporting.php:1934 -#: ../../enterprise/include/functions_reporting.php:2045 -#: ../../enterprise/include/functions_reporting.php:3220 -#: ../../include/functions_reporting.php:8434 -msgid "Weekly:" -msgstr "Semanalmente" - -#: ../../enterprise/include/functions_reporting.php:1937 -#: ../../enterprise/include/functions_reporting.php:2048 -#: ../../enterprise/include/functions_reporting.php:3223 -#: ../../enterprise/godmode/alerts/alert_events.php:431 -#: ../../include/functions_reporting.php:8437 ../../include/functions.php:885 -#: ../../godmode/alerts/configure_alert_template.php:517 -#: ../../godmode/alerts/alert_view.php:208 -#: ../../godmode/agentes/planned_downtime.editor.php:538 -msgid "Mon" -msgstr "Lun" - -#: ../../enterprise/include/functions_reporting.php:1941 -#: ../../enterprise/include/functions_reporting.php:2052 -#: ../../enterprise/include/functions_reporting.php:3227 -#: ../../enterprise/godmode/alerts/alert_events.php:433 -#: ../../include/functions_reporting.php:8441 ../../include/functions.php:887 -#: ../../godmode/alerts/configure_alert_template.php:519 -#: ../../godmode/alerts/alert_view.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:541 -msgid "Tue" -msgstr "Mar" - -#: ../../enterprise/include/functions_reporting.php:1945 -#: ../../enterprise/include/functions_reporting.php:2056 -#: ../../enterprise/include/functions_reporting.php:3231 -#: ../../enterprise/godmode/alerts/alert_events.php:435 -#: ../../include/functions_reporting.php:8445 ../../include/functions.php:889 -#: ../../godmode/alerts/configure_alert_template.php:521 -#: ../../godmode/alerts/alert_view.php:210 -#: ../../godmode/agentes/planned_downtime.editor.php:544 -msgid "Wed" -msgstr "Mié" - -#: ../../enterprise/include/functions_reporting.php:1949 -#: ../../enterprise/include/functions_reporting.php:2060 -#: ../../enterprise/include/functions_reporting.php:3235 -#: ../../enterprise/godmode/alerts/alert_events.php:437 -#: ../../include/functions_reporting.php:8449 ../../include/functions.php:891 -#: ../../godmode/alerts/configure_alert_template.php:523 -#: ../../godmode/alerts/alert_view.php:211 -#: ../../godmode/agentes/planned_downtime.editor.php:547 -msgid "Thu" -msgstr "Jue" - -#: ../../enterprise/include/functions_reporting.php:1953 -#: ../../enterprise/include/functions_reporting.php:2064 -#: ../../enterprise/include/functions_reporting.php:3239 -#: ../../enterprise/godmode/alerts/alert_events.php:439 -#: ../../include/functions_reporting.php:8453 ../../include/functions.php:893 -#: ../../godmode/alerts/configure_alert_template.php:525 -#: ../../godmode/alerts/alert_view.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:550 -msgid "Fri" -msgstr "Vie" - -#: ../../enterprise/include/functions_reporting.php:1957 -#: ../../enterprise/include/functions_reporting.php:2068 -#: ../../enterprise/include/functions_reporting.php:3243 -#: ../../enterprise/godmode/alerts/alert_events.php:441 -#: ../../include/functions_reporting.php:8457 ../../include/functions.php:895 -#: ../../godmode/alerts/configure_alert_template.php:527 -#: ../../godmode/alerts/alert_view.php:213 -#: ../../godmode/agentes/planned_downtime.editor.php:553 -msgid "Sat" -msgstr "Sáb" - -#: ../../enterprise/include/functions_reporting.php:1961 -#: ../../enterprise/include/functions_reporting.php:2072 -#: ../../enterprise/include/functions_reporting.php:3247 -#: ../../enterprise/godmode/alerts/alert_events.php:443 -#: ../../include/functions_reporting.php:8461 ../../include/functions.php:897 -#: ../../godmode/alerts/configure_alert_template.php:529 -#: ../../godmode/alerts/alert_view.php:214 -#: ../../godmode/agentes/planned_downtime.editor.php:556 -msgid "Sun" -msgstr "Dom" - -#: ../../enterprise/include/functions_reporting.php:1968 -#: ../../enterprise/include/functions_reporting.php:2079 -#: ../../enterprise/include/functions_reporting.php:3254 -#: ../../include/functions_reporting.php:8468 -msgid "Monthly:" -msgstr "Mensual" - -#: ../../enterprise/include/functions_reporting.php:1969 -#: ../../enterprise/include/functions_reporting.php:2080 -#: ../../enterprise/include/functions_reporting.php:3255 -#: ../../include/functions_reporting.php:8469 -msgid "From day" -msgstr "Desde el día" - -#: ../../enterprise/include/functions_reporting.php:1970 -#: ../../enterprise/include/functions_reporting.php:2081 -#: ../../enterprise/include/functions_reporting.php:3256 -#: ../../include/functions_reporting.php:8470 -msgid "To day" -msgstr "Hasta el día" - -#: ../../enterprise/include/functions_reporting.php:2107 -#: ../../enterprise/include/functions_reporting.php:3282 -#: ../../enterprise/include/functions_reporting_pdf.php:2380 -#: ../../include/functions_reporting_html.php:3022 -msgid "This item is affected by a malformed planned downtime" -msgstr "A este elemento le afecta una parada planificada mal formada" - -#: ../../enterprise/include/functions_reporting.php:2108 -#: ../../enterprise/include/functions_reporting.php:3283 -#: ../../enterprise/include/functions_reporting_pdf.php:2381 -#: ../../include/functions_reporting_html.php:3023 -msgid "Go to the planned downtimes section to solve this" -msgstr "" -"Ir a la sección de paradas planificadas para solucionar este problema" - -#: ../../enterprise/include/functions_reporting.php:2644 -#: ../../enterprise/include/functions_reporting.php:3107 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:114 -#: ../../include/functions_reports.php:543 -msgid "Services S.L.A." -msgstr "S.L.A. de Servicios" - -#: ../../enterprise/include/functions_reporting.php:2666 -msgid "There are no SLAs defined." -msgstr "No hay SLAs definidos." - -#: ../../enterprise/include/functions_reporting.php:2780 -#: ../../enterprise/include/functions_reporting.php:3398 -#: ../../enterprise/include/functions_services.php:1216 -#: ../../enterprise/include/functions_services.php:1218 -#: ../../enterprise/include/functions_services.php:1239 -#: ../../enterprise/include/functions_services.php:1240 -#: ../../enterprise/include/functions_services.php:1242 -#: ../../enterprise/include/functions_services.php:1276 -#: ../../enterprise/include/functions_services.php:1278 -msgid "Nonexistent" -msgstr "No existe" - -#: ../../enterprise/include/functions_reporting.php:3051 -#: ../../enterprise/include/functions_reporting.php:3353 -#: ../../enterprise/include/functions_services.php:1458 -#: ../../enterprise/include/functions_reporting_pdf.php:1956 -#: ../../enterprise/include/functions_visual_map.php:416 -#: ../../enterprise/include/functions_visual_map_editor.php:17 -#: ../../enterprise/include/functions_visual_map_editor.php:24 -#: ../../enterprise/include/functions_visual_map_editor.php:47 -#: ../../enterprise/godmode/services/services.elements.php:318 -#: ../../enterprise/godmode/services/services.elements.php:359 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:23 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:149 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:416 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1355 -msgid "Service" -msgstr "Servicio" - -#: ../../enterprise/include/functions_reporting.php:3935 -#: ../../enterprise/include/functions_reporting.php:4318 -#, php-format -msgid "Graph agents(%s) - %s" -msgstr "Gráficas de agentes (%s) - %s" - -#: ../../enterprise/include/functions_reporting.php:4690 -#: ../../enterprise/include/functions_reporting.php:4740 -msgid "Template editor" -msgstr "Editor de Plantillas" - -#: ../../enterprise/include/functions_reporting.php:4694 -#: ../../enterprise/include/functions_reporting.php:4744 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:108 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:143 -#: ../../operation/reporting/reporting_viewer.php:90 -#: ../../godmode/reporting/reporting_builder.php:1832 -msgid "Item editor" -msgstr "Editor de elementos" - -#: ../../enterprise/include/functions_reporting.php:4754 -msgid "Get PDF file" -msgstr "Obtener archivo PDF" - -#: ../../enterprise/include/functions_enterprise.php:276 -msgid "Tree view by tags" -msgstr "Vista de árbol por tags" - -#: ../../enterprise/include/functions_dashboard.php:369 -#, php-format -msgid "Copy of %s" -msgstr "Copia de %s" - -#: ../../enterprise/include/functions_reporting_csv.php:135 -#: ../../include/functions_reporting.php:1372 -msgid "Inventory Changes" -msgstr "Cambios de Inventario" - -#: ../../enterprise/include/functions_reporting_csv.php:147 -#: ../../enterprise/operation/menu.php:19 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:24 -#: ../../enterprise/operation/agentes/ver_agente.php:174 -#: ../../enterprise/operation/inventory/inventory.php:112 -#: ../../enterprise/godmode/agentes/configurar_agente.php:33 -#: ../../include/functions_reports.php:620 -#: ../../include/functions_reports.php:621 -#: ../../include/functions_reports.php:623 -#: ../../include/functions_reporting.php:1435 -#: ../../operation/agentes/ver_agente.php:1019 -#: ../../godmode/agentes/configurar_agente.php:500 -msgid "Inventory" -msgstr "Inventario" - -#: ../../enterprise/include/functions_reporting_csv.php:159 -#: ../../include/functions_reports.php:549 -msgid "Prediction date" -msgstr "Fecha de predicción" - -#: ../../enterprise/include/functions_reporting_csv.php:175 -#: ../../include/functions_reporting.php:3253 -msgid "Projection Graph" -msgstr "Gráfico de proyección" - -#: ../../enterprise/include/functions_reporting_csv.php:186 -#: ../../enterprise/include/functions_reporting_csv.php:234 -#: ../../enterprise/include/functions_reporting_csv.php:255 -#: ../../enterprise/include/functions_reporting_csv.php:312 -#: ../../enterprise/include/functions_reporting_csv.php:572 -#: ../../enterprise/include/functions_services.php:1428 -#: ../../enterprise/include/functions_reporting_pdf.php:944 -#: ../../enterprise/include/functions_reporting_pdf.php:950 -#: ../../enterprise/operation/agentes/policy_view.php:308 -#: ../../enterprise/godmode/agentes/collections.data.php:62 -#: ../../enterprise/godmode/agentes/collections.data.php:101 -#: ../../enterprise/godmode/agentes/collections.data.php:136 -#: ../../enterprise/godmode/agentes/collections.data.php:152 -#: ../../enterprise/godmode/agentes/collections.data.php:167 -#: ../../enterprise/godmode/agentes/collections.data.php:189 -#: ../../enterprise/godmode/agentes/collections.data.php:212 -#: ../../enterprise/godmode/agentes/collections.data.php:233 -#: ../../enterprise/godmode/agentes/collections.data.php:252 -#: ../../enterprise/godmode/agentes/collections.editor.php:39 -#: ../../mobile/operation/modules.php:524 -#: ../../mobile/operation/modules.php:578 -#: ../../mobile/operation/modules.php:648 ../../extensions/insert_data.php:164 -#: ../../extensions/insert_data.php:165 ../../include/functions_graph.php:3025 -#: ../../include/functions_reporting.php:2217 -#: ../../include/functions_reporting.php:2231 -#: ../../include/functions_netflow.php:310 -#: ../../include/functions_reporting_html.php:1194 -#: ../../include/functions_reporting_html.php:1198 -#: ../../include/ajax/module.php:714 ../../operation/search_modules.php:53 -#: ../../operation/agentes/exportdata.php:98 -#: ../../operation/agentes/gis_view.php:194 -#: ../../operation/agentes/exportdata.excel.php:76 -#: ../../operation/agentes/exportdata.csv.php:77 -#: ../../operation/agentes/status_monitor.php:964 -msgid "Data" -msgstr "Datos" - -#: ../../enterprise/include/functions_reporting_csv.php:200 -msgid "Serialized data " -msgstr "Datos serializados " - -#: ../../enterprise/include/functions_reporting_csv.php:224 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:45 -#: ../../include/functions_reports.php:577 -#: ../../include/functions_reporting.php:1598 -msgid "Exception" -msgstr "Excepción" - -#: ../../enterprise/include/functions_reporting_csv.php:246 -#: ../../include/functions_reporting.php:829 -#: ../../operation/snmpconsole/snmp_statistics.php:127 -#: ../../operation/snmpconsole/snmp_statistics.php:185 -#, php-format -msgid "Top %d" -msgstr "Primeros %d" - -#: ../../enterprise/include/functions_reporting_csv.php:267 -#: ../../include/functions_reporting.php:2022 -msgid "Group Report" -msgstr "Informe del grupo" - -#: ../../enterprise/include/functions_reporting_csv.php:275 -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "Report type" -msgstr "Tipo de informe" - -#: ../../enterprise/include/functions_reporting_csv.php:276 -#: ../../mobile/operation/groups.php:99 -#: ../../include/functions_reporting.php:5598 -#: ../../include/functions_reporting_html.php:2629 -#: ../../operation/tree.php:271 ../../godmode/db/db_main.php:99 -msgid "Total agents" -msgstr "Agentes totales" - -#: ../../enterprise/include/functions_reporting_csv.php:277 -msgid "Uknown agents" -msgstr "Agentes desconocidos" - -#: ../../enterprise/include/functions_reporting_csv.php:278 -#: ../../operation/tree.php:272 -msgid "Total modules" -msgstr "Módulos totales" - -#: ../../enterprise/include/functions_reporting_csv.php:279 -#: ../../mobile/operation/groups.php:115 ../../operation/tree.php:302 -msgid "Normal modules" -msgstr "Módulos Normales" - -#: ../../enterprise/include/functions_reporting_csv.php:280 -#: ../../mobile/operation/groups.php:123 ../../operation/tree.php:282 -msgid "Critical modules" -msgstr "Módulos críticos" - -#: ../../enterprise/include/functions_reporting_csv.php:281 -#: ../../mobile/operation/groups.php:119 ../../operation/tree.php:287 -msgid "Warning modules" -msgstr "Módulos de advertencia" - -#: ../../enterprise/include/functions_reporting_csv.php:282 -#: ../../mobile/operation/groups.php:107 ../../operation/tree.php:292 -msgid "Unknown modules" -msgstr "Módulos desconocidos" - -#: ../../enterprise/include/functions_reporting_csv.php:283 -#: ../../mobile/operation/groups.php:111 ../../operation/tree.php:297 -msgid "Not init modules" -msgstr "Módulos no inicializados" - -#: ../../enterprise/include/functions_reporting_csv.php:284 -#: ../../include/functions_reporting.php:5439 -msgid "Defined alerts" -msgstr "Alertas definidas" - -#: ../../enterprise/include/functions_reporting_csv.php:285 -#: ../../include/functions_graph.php:1745 -#: ../../include/functions_reporting.php:5443 -#: ../../include/functions_reporting.php:5464 ../../operation/tree.php:276 -#: ../../operation/tree.php:277 ../../operation/tree.php:278 -msgid "Fired alerts" -msgstr "Alertas disparadas" - -#: ../../enterprise/include/functions_reporting_csv.php:286 -msgid "Last 8 hours events" -msgstr "Eventos en las últimas 8 horas" - -#: ../../enterprise/include/functions_reporting_csv.php:289 -#: ../../include/functions_reports.php:575 -msgid "Group report" -msgstr "Grupo de informes" - -#: ../../enterprise/include/functions_reporting_csv.php:330 -#: ../../enterprise/include/functions_reporting_csv.php:341 -#: ../../include/functions_reports.php:531 -#: ../../include/functions_reporting.php:3500 -msgid "MTTR" -msgstr "MTTR" - -#: ../../enterprise/include/functions_reporting_csv.php:338 -#: ../../enterprise/include/functions_reporting_csv.php:361 -#: ../../enterprise/include/functions_reporting_csv.php:384 -#: ../../enterprise/include/functions_reporting_csv.php:407 -#: ../../enterprise/include/functions_reporting_csv.php:458 -#: ../../enterprise/include/functions_reporting_csv.php:481 -#: ../../enterprise/include/functions_reporting_csv.php:504 -#: ../../enterprise/include/functions_reporting_csv.php:527 -#: ../../enterprise/include/functions_reporting_csv.php:595 -#: ../../enterprise/include/functions_reporting_pdf.php:745 -#: ../../enterprise/include/functions_reporting_pdf.php:806 -#: ../../enterprise/include/functions_reporting_pdf.php:898 -#: ../../enterprise/operation/services/services.service.php:128 -#: ../../enterprise/operation/services/services.list.php:318 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:271 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1542 -#: ../../include/functions_graph.php:4981 -#: ../../include/functions_snmp_browser.php:406 -#: ../../include/functions_reporting_html.php:407 -#: ../../include/functions_reporting_html.php:939 -#: ../../include/functions_reporting_html.php:1764 -#: ../../include/functions_reporting_html.php:2267 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:75 -#: ../../godmode/alerts/configure_alert_template.php:594 -#: ../../godmode/agentes/module_manager_editor_common.php:580 -#: ../../godmode/setup/setup_visuals.php:565 -#: ../../godmode/massive/massive_edit_modules.php:482 -#: ../../godmode/reporting/visual_console_builder.wizard.php:194 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1163 -msgid "Value" -msgstr "Valor" - -#: ../../enterprise/include/functions_reporting_csv.php:353 -#: ../../enterprise/include/functions_reporting_csv.php:364 -#: ../../include/functions_reports.php:529 -#: ../../include/functions_reporting.php:3503 -msgid "MTBF" -msgstr "MTBF" - -#: ../../enterprise/include/functions_reporting_csv.php:376 -#: ../../enterprise/include/functions_reporting_csv.php:387 -#: ../../include/functions_reports.php:527 -#: ../../include/functions_reporting.php:3506 -msgid "TTO" -msgstr "TTO" - -#: ../../enterprise/include/functions_reporting_csv.php:399 -#: ../../enterprise/include/functions_reporting_csv.php:410 -#: ../../include/functions_reports.php:525 -#: ../../include/functions_reporting.php:3509 -msgid "TTRT" -msgstr "TTRT" - -#: ../../enterprise/include/functions_reporting_csv.php:420 -#: ../../enterprise/godmode/reporting/mysql_builder.php:142 -#: ../../include/functions_reporting.php:3663 -msgid "SQL" -msgstr "SQL" - -#: ../../enterprise/include/functions_reporting_csv.php:431 -msgid "Illegal query or any other error" -msgstr "consulta ilegal o cualquier otro error" - -#: ../../enterprise/include/functions_reporting_csv.php:450 -#: ../../enterprise/include/functions_reporting_csv.php:461 -#: ../../include/functions_reports.php:566 -#: ../../include/functions_reporting.php:3497 -#: ../../include/functions_reporting.php:4224 -msgid "Summatory" -msgstr "Sumatorio" - -#: ../../enterprise/include/functions_reporting_csv.php:473 -#: ../../enterprise/include/functions_reporting_csv.php:484 -#: ../../enterprise/godmode/modules/configure_local_component.php:268 -#: ../../include/functions_graph.php:692 -#: ../../include/functions_graph.php:3521 -#: ../../include/functions_reports.php:560 -#: ../../include/functions_reporting.php:3491 -#: ../../godmode/agentes/module_manager_editor_common.php:372 -#: ../../godmode/modules/manage_network_components_form_common.php:148 -msgid "Min. Value" -msgstr "Valor mínimo" - -#: ../../enterprise/include/functions_reporting_csv.php:496 -#: ../../enterprise/include/functions_reporting_csv.php:507 -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -#: ../../include/functions_graph.php:690 -#: ../../include/functions_graph.php:3520 -#: ../../include/functions_reports.php:558 -#: ../../include/functions_reporting.php:3488 -#: ../../godmode/agentes/module_manager_editor_common.php:376 -#: ../../godmode/modules/manage_network_components_form_common.php:150 -msgid "Max. Value" -msgstr "Valor máximo" - -#: ../../enterprise/include/functions_reporting_csv.php:519 -#: ../../enterprise/include/functions_reporting_csv.php:530 -#: ../../include/functions_reporting.php:3494 -msgid "AVG. Value" -msgstr "Valor AVG." - -#: ../../enterprise/include/functions_reporting_csv.php:542 -#: ../../enterprise/include/functions_reporting_csv.php:553 -#: ../../include/functions_reporting.php:2991 -msgid "Monitor Report" -msgstr "Informe de monitores" - -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "% OK" -msgstr "% OK" - -#: ../../enterprise/include/functions_reporting_csv.php:550 -msgid "% Wrong" -msgstr "% Mal" - -#: ../../enterprise/include/functions_reporting_csv.php:564 -msgid "Simple Graph" -msgstr "Gráfica simple" - -#: ../../enterprise/include/functions_reporting_csv.php:586 -#: ../../enterprise/godmode/services/services.service.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:111 -#: ../../include/functions_reports.php:536 -#: ../../include/functions_reporting.php:459 -msgid "S.L.A." -msgstr "S.L.A." - -#: ../../enterprise/include/functions_reporting_csv.php:595 -msgid "% Limit" -msgstr "% Límite" - -#: ../../enterprise/include/functions_reporting_csv.php:635 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:271 -#: ../../operation/search_reports.php:38 -#: ../../operation/reporting/custom_reporting.php:38 -#: ../../godmode/reporting/reporting_builder.php:535 -msgid "Report name" -msgstr "Nombre de informe" - -#: ../../enterprise/include/functions_reporting_csv.php:637 -#: ../../enterprise/include/functions_reporting_pdf.php:2079 -#: ../../enterprise/include/functions_netflow_pdf.php:157 -msgid "Generated" -msgstr "Generado" - -#: ../../enterprise/include/functions_reporting_csv.php:661 -#: ../../include/functions.php:215 -msgid "." -msgstr "." - -#: ../../enterprise/include/functions_services.php:23 -msgid "Service does not exist." -msgstr "El servicio no existe" - -#: ../../enterprise/include/functions_services.php:30 -msgid "Module store the service does not exist." -msgstr "El módulo que almacena los servicios no existe" - -#: ../../enterprise/include/functions_services.php:35 -msgid "Module store SLA service does not exist." -msgstr "El módulo que almacena el servicio SLA no existe" - -#: ../../enterprise/include/functions_services.php:41 -msgid "Agent store the service does not exist." -msgstr "El agente que almacena el servicio no existe" - -#: ../../enterprise/include/functions_services.php:47 -msgid "Agent store SLA service does not exist." -msgstr "El agente que almacena el sevicio de SLA no existe" - -#: ../../enterprise/include/functions_services.php:57 -msgid "Alert critical SLA service does not exist." -msgstr "El servicio de alerta crítica de SLA no existe" - -#: ../../enterprise/include/functions_services.php:68 -msgid "Alert warning service does not exist." -msgstr "El servicio de alerta de advertencia no existe" - -#: ../../enterprise/include/functions_services.php:79 -msgid "Alert critical service does not exist." -msgstr "El servicio de alertas críticas no existe" - -#: ../../enterprise/include/functions_services.php:90 -msgid "Alert unknown service does not exist." -msgstr "El servicio de alertas desconocidas no existe" - -#: ../../enterprise/include/functions_services.php:328 -#, php-format -msgid "Module automatic create for the service %s" -msgstr "Módulo automático creado para el servicio %s" - -#: ../../enterprise/include/functions_services.php:1261 -msgid "Critical (Alert)" -msgstr "Crítica (Alerta)" - -#: ../../enterprise/include/functions_services.php:1271 -msgid "Unknow" -msgstr "Desconocido" - -#: ../../enterprise/include/functions_services.php:1391 -msgid "There are no service elements defined" -msgstr "No hay servicios de elementos definidos" - -#: ../../enterprise/include/functions_services.php:1417 -msgid "Weight Critical" -msgstr "Peso crítico" - -#: ../../enterprise/include/functions_services.php:1418 -msgid "Weight Warning" -msgstr "Peso de advertencia" - -#: ../../enterprise/include/functions_services.php:1419 -msgid "Weight Unknown" -msgstr "Peso desconocido" - -#: ../../enterprise/include/functions_services.php:1420 -msgid "Weight Ok" -msgstr "Peso Ok" - -#: ../../enterprise/include/functions_services.php:1446 -#: ../../enterprise/include/functions_services.php:1461 -#: ../../enterprise/include/functions_services.php:1496 -msgid "Nonexistent. This element should be deleted" -msgstr "Inexistente. Este elemento debería eliminarse" - -#: ../../enterprise/include/functions_services.php:1569 -#: ../../include/functions_ui.php:3646 -msgid "Snapshot view" -msgstr "Vista de captura de comando" - -#: ../../enterprise/include/functions_services.php:1614 -#: ../../enterprise/include/functions_services.php:1619 -#: ../../enterprise/include/functions_services.php:1623 -#: ../../enterprise/operation/agentes/policy_view.php:378 -#: ../../enterprise/operation/agentes/policy_view.php:382 -#: ../../enterprise/operation/agentes/policy_view.php:386 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:641 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:646 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:651 -#: ../../mobile/operation/modules.php:454 -#: ../../mobile/operation/modules.php:459 -#: ../../mobile/operation/modules.php:464 -#: ../../include/functions_modules.php:1853 -#: ../../include/functions_modules.php:1857 -#: ../../include/functions_modules.php:1861 -#: ../../operation/search_modules.php:124 -#: ../../operation/search_modules.php:131 -#: ../../operation/search_modules.php:138 -#: ../../operation/agentes/status_monitor.php:1139 -#: ../../operation/agentes/status_monitor.php:1144 -#: ../../operation/agentes/status_monitor.php:1149 -msgid "Last status" -msgstr "Último estado" - -#: ../../enterprise/include/functions_services.php:1647 -#: ../../enterprise/godmode/services/services.elements.php:133 -msgid "Edit service elements" -msgstr "Editar elementos del servicio" - -#: ../../enterprise/include/functions_services.php:1661 -msgid "Delete service element" -msgstr "Eliminar elemento de servicio" - -#: ../../enterprise/include/functions_services.php:1703 -msgid "FAIL" -msgstr "FALLO" - -#: ../../enterprise/include/functions_reporting_pdf.php:51 -#: ../../enterprise/include/functions_netflow_pdf.php:45 -msgid "Automated Pandora FMS report for user defined report" -msgstr "Informe automatizado de Pandora FMS para informes personalizados." - -#: ../../enterprise/include/functions_reporting_pdf.php:601 -#: ../../include/functions_reporting_html.php:848 -#, php-format -msgid "%s in %s : NORMAL" -msgstr "%s en %s : NORMAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:609 -#: ../../include/functions_reporting_html.php:856 -#, php-format -msgid "%s in %s : CRITICAL" -msgstr "%s en %s : CRITICAL" - -#: ../../enterprise/include/functions_reporting_pdf.php:617 -#: ../../include/functions_reporting_html.php:864 -#, php-format -msgid "%s in %s : WARNING" -msgstr "%s en %s : WARNING" - -#: ../../enterprise/include/functions_reporting_pdf.php:625 -#: ../../include/functions_reporting_html.php:872 -#, php-format -msgid "%s in %s : UNKNOWN" -msgstr "%s en %s : DESCONOCIDO" - -#: ../../enterprise/include/functions_reporting_pdf.php:633 -#: ../../include/functions_reporting_html.php:880 -#, php-format -msgid "%s in %s : ALERTS FIRED" -msgstr "%s en %s : ALERTA ENVIADA" - -#: ../../enterprise/include/functions_reporting_pdf.php:702 -#: ../../include/functions_reporting_html.php:1053 -#: ../../godmode/servers/manage_recontask_form.php:250 -msgid "Defined" -msgstr "Definido" - -#: ../../enterprise/include/functions_reporting_pdf.php:703 -#: ../../enterprise/include/functions_reporting_pdf.php:1037 -#: ../../enterprise/include/functions_reporting_pdf.php:1081 -#: ../../enterprise/include/functions_reporting_pdf.php:1126 -#: ../../mobile/operation/alerts.php:38 -#: ../../include/functions_reporting_html.php:1055 -#: ../../include/functions_reporting_html.php:1322 -#: ../../include/functions_reporting_html.php:1360 -#: ../../include/functions_reporting_html.php:1396 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:821 -#: ../../operation/agentes/alerts_status.functions.php:74 -msgid "Fired" -msgstr "Lanzada" - -#: ../../enterprise/include/functions_reporting_pdf.php:718 -#: ../../include/functions_reporting_html.php:1068 -#, php-format -msgid "Last %s" -msgstr "Último %s" - -#: ../../enterprise/include/functions_reporting_pdf.php:773 -#: ../../enterprise/include/functions_reporting_pdf.php:865 -#: ../../enterprise/include/functions_reporting_pdf.php:921 -#: ../../enterprise/include/functions_reporting_pdf.php:1914 -#: ../../include/functions_reporting_html.php:447 -#: ../../include/functions_reporting_html.php:980 -#: ../../include/functions_reporting_html.php:1715 -#: ../../include/functions_reporting_html.php:1843 -msgid "Min Value" -msgstr "Valor mínimo" - -#: ../../enterprise/include/functions_reporting_pdf.php:774 -#: ../../enterprise/include/functions_reporting_pdf.php:866 -#: ../../enterprise/include/functions_reporting_pdf.php:922 -#: ../../enterprise/include/functions_reporting_pdf.php:1915 -#: ../../include/functions_reporting_html.php:448 -#: ../../include/functions_reporting_html.php:981 -#: ../../include/functions_reporting_html.php:1716 -#: ../../include/functions_reporting_html.php:1844 -msgid "Average Value" -msgstr "Valor medio" - -#: ../../enterprise/include/functions_reporting_pdf.php:775 -#: ../../enterprise/include/functions_reporting_pdf.php:867 -#: ../../enterprise/include/functions_reporting_pdf.php:923 -#: ../../enterprise/include/functions_reporting_pdf.php:1916 -#: ../../include/functions_reporting_html.php:449 -#: ../../include/functions_reporting_html.php:982 -#: ../../include/functions_reporting_html.php:1718 -#: ../../include/functions_reporting_html.php:1846 -msgid "Max Value" -msgstr "Valor máximo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1035 -#: ../../enterprise/include/functions_reporting_pdf.php:1079 -#: ../../enterprise/include/functions_reporting_pdf.php:1124 -#: ../../enterprise/operation/agentes/policy_view.php:195 -#: ../../enterprise/godmode/policies/policy_alerts.php:239 -#: ../../enterprise/godmode/policies/policy_alerts.php:438 -#: ../../mobile/operation/alerts.php:270 -#: ../../extensions/agents_alerts.php:343 -#: ../../include/functions_treeview.php:287 -#: ../../include/functions_reporting_html.php:1320 -#: ../../include/functions_reporting_html.php:1358 -#: ../../include/functions_reporting_html.php:1394 -#: ../../operation/agentes/alerts_status.php:421 -#: ../../operation/agentes/alerts_status.php:461 -#: ../../operation/agentes/alerts_status.php:494 -#: ../../operation/agentes/alerts_status.php:527 -#: ../../operation/servers/recon_view.php:101 -#: ../../operation/search_alerts.php:45 -#: ../../godmode/alerts/alert_list.list.php:400 -#: ../../godmode/alerts/alert_view.php:75 -#: ../../godmode/alerts/alert_list.builder.php:83 -msgid "Template" -msgstr "Plantilla" - -#: ../../enterprise/include/functions_reporting_pdf.php:1176 -#: ../../enterprise/include/functions_reporting_pdf.php:1456 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:143 -#: ../../include/functions_reporting_html.php:616 -#: ../../include/functions_reporting_html.php:1094 -#: ../../operation/snmpconsole/snmp_view.php:508 -msgid "Count" -msgstr "Número" - -#: ../../enterprise/include/functions_reporting_pdf.php:1197 -#: ../../enterprise/include/functions_reporting_pdf.php:1345 -#: ../../enterprise/include/functions_reporting_pdf.php:1480 -#: ../../mobile/operation/events.php:242 -#: ../../include/functions_reporting.php:4765 -#: ../../include/functions_reporting.php:4879 -#: ../../include/functions_reporting.php:5008 -#: ../../include/functions_reporting_html.php:502 -#: ../../include/functions_reporting_html.php:635 -#: ../../include/functions_reporting_html.php:1114 -#: ../../include/functions_events.php:913 -#: ../../include/functions_events.php:2397 ../../include/ajax/events.php:446 -#: ../../operation/events/events.build_table.php:203 -msgid "New event" -msgstr "Nuevo evento" - -#: ../../enterprise/include/functions_reporting_pdf.php:1201 -#: ../../enterprise/include/functions_reporting_pdf.php:1349 -#: ../../enterprise/include/functions_reporting_pdf.php:1484 -#: ../../mobile/operation/events.php:246 -#: ../../include/functions_reporting.php:4769 -#: ../../include/functions_reporting.php:4883 -#: ../../include/functions_reporting.php:5012 -#: ../../include/functions_reporting_html.php:506 -#: ../../include/functions_reporting_html.php:639 -#: ../../include/functions_reporting_html.php:1118 -#: ../../include/functions_events.php:917 -#: ../../include/functions_events.php:2401 ../../include/ajax/events.php:450 -#: ../../operation/events/events.build_table.php:207 -#: ../../operation/events/events.php:591 ../../operation/events/events.php:620 -#: ../../operation/events/events.php:621 ../../operation/events/events.php:841 -#: ../../operation/events/events.php:846 ../../operation/events/events.php:847 -msgid "Event validated" -msgstr "Evento validado" - -#: ../../enterprise/include/functions_reporting_pdf.php:1205 -#: ../../enterprise/include/functions_reporting_pdf.php:1353 -#: ../../enterprise/include/functions_reporting_pdf.php:1488 -#: ../../mobile/operation/events.php:250 -#: ../../include/functions_reporting.php:4773 -#: ../../include/functions_reporting.php:4887 -#: ../../include/functions_reporting.php:5016 -#: ../../include/functions_reporting_html.php:510 -#: ../../include/functions_reporting_html.php:643 -#: ../../include/functions_reporting_html.php:1122 -#: ../../include/functions_events.php:921 -#: ../../include/functions_events.php:2405 ../../include/ajax/events.php:454 -#: ../../operation/events/events.build_table.php:211 -#: ../../operation/events/events.php:653 ../../operation/events/events.php:691 -#: ../../operation/events/events.php:692 ../../operation/events/events.php:851 -#: ../../operation/events/events.php:865 ../../operation/events/events.php:866 -msgid "Event in process" -msgstr "Evento en proceso" - -#: ../../enterprise/include/functions_reporting_pdf.php:1325 -#: ../../enterprise/include/functions_reporting_pdf.php:1460 -#: ../../include/functions_reporting.php:4735 -#: ../../include/functions_reporting_html.php:486 -#: ../../include/functions_reporting_html.php:1098 -msgid "Val. by" -msgstr "Val. por" - -#: ../../enterprise/include/functions_reporting_pdf.php:1377 -#: ../../include/functions_reporting.php:4792 -#: ../../include/functions_reporting_html.php:529 -#: ../../include/functions_events.php:2650 -msgid "Pandora System" -msgstr "Sistema de Pandora" - -#: ../../enterprise/include/functions_reporting_pdf.php:1400 -#: ../../include/functions_reporting_html.php:553 -msgid "Events by agent" -msgstr "Eventos por agente" - -#: ../../enterprise/include/functions_reporting_pdf.php:1411 -#: ../../include/functions_reporting_html.php:565 -msgid "Events by user validator" -msgstr "Eventos por usuario validador" - -#: ../../enterprise/include/functions_reporting_pdf.php:1422 -#: ../../enterprise/include/functions_reporting_pdf.php:1554 -#: ../../include/functions_reporting_html.php:1171 -#: ../../include/functions_reporting_html.php:2721 -msgid "Events by severity" -msgstr "Eventos por gravedad" - -#: ../../enterprise/include/functions_reporting_pdf.php:1433 -#: ../../include/functions_reporting_html.php:589 -msgid "Events validated vs unvalidated" -msgstr "Eventos validados vs no validados" - -#: ../../enterprise/include/functions_reporting_pdf.php:1543 -#: ../../include/functions_reporting_html.php:1159 -msgid "Events validated by user" -msgstr "Eventos validados por el usuario" - -#: ../../enterprise/include/functions_reporting_pdf.php:1565 -#: ../../include/functions_reporting_html.php:1183 -#: ../../operation/events/event_statistics.php:65 -msgid "Amount events validated" -msgstr "Cantidad de eventos validados" - -#: ../../enterprise/include/functions_reporting_pdf.php:1887 -#: ../../include/functions_reporting_html.php:1658 -msgid "# Checks" -msgstr "# Chequeos" - -#: ../../enterprise/include/functions_reporting_pdf.php:1888 -#: ../../include/functions_reporting_html.php:1659 -msgid "# Failed" -msgstr "# Fallidos" - -#: ../../enterprise/include/functions_reporting_pdf.php:1889 -#: ../../include/functions_reporting_html.php:1660 -msgid "% Fail" -msgstr "% Fallo" - -#: ../../enterprise/include/functions_reporting_pdf.php:1890 -#: ../../include/functions_reporting_html.php:1661 -msgid "Poling time" -msgstr "tiempo poling" - -#: ../../enterprise/include/functions_reporting_pdf.php:1891 -#: ../../include/functions_reporting_html.php:1662 -msgid "Time unavailable" -msgstr "Tiempo indisponible" - -#: ../../enterprise/include/functions_reporting_pdf.php:1892 -#: ../../include/functions_reporting_html.php:1663 -msgid "% Ok" -msgstr "% Ok" - -#: ../../enterprise/include/functions_reporting_pdf.php:2024 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:290 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1560 -#: ../../include/functions_reporting_html.php:1459 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1185 -msgid "Not OK" -msgstr "No está bien" - -#: ../../enterprise/include/functions_reporting_pdf.php:2082 -msgid "Report date" -msgstr "Fecha del informe" - -#: ../../enterprise/include/functions_reporting_pdf.php:2086 -#: ../../enterprise/include/functions_reporting_pdf.php:2172 -#: ../../enterprise/include/functions_reporting_pdf.php:2210 -#: ../../operation/agentes/gis_view.php:182 -#: ../../godmode/agentes/planned_downtime.list.php:143 -msgid "To" -msgstr "Para" - -#: ../../enterprise/include/functions_reporting_pdf.php:2089 -#: ../../operation/reporting/reporting_viewer.php:202 -msgid "Items period before" -msgstr "Periodo de elementos antes de" - -#: ../../enterprise/include/functions_reporting_pdf.php:2108 -#: ../../enterprise/include/functions_netflow_pdf.php:56 -msgid "Contents" -msgstr "Contenido" - -#: ../../enterprise/include/functions_reporting_pdf.php:2178 -#: ../../enterprise/include/functions_reporting_pdf.php:2216 -#: ../../include/functions_treeview.php:215 -#: ../../include/functions_reporting_html.php:70 -#: ../../include/functions_reporting_html.php:2543 -#: ../../operation/agentes/ver_agente.php:1013 -msgid "Last data" -msgstr "Últimos datos" - -#: ../../enterprise/include/functions_reporting_pdf.php:2234 -msgid "SO" -msgstr "SO" - -#: ../../enterprise/include/functions_reporting_pdf.php:2275 -msgid "There are no modules." -msgstr "No hay módulos" - -#: ../../enterprise/include/functions_reporting_pdf.php:2282 -#: ../../enterprise/godmode/alerts/alert_events_list.php:563 -#: ../../enterprise/godmode/alerts/alert_events_list.php:604 -#: ../../include/functions_reporting_html.php:1517 -#: ../../include/functions_reporting_html.php:2268 -#: ../../godmode/alerts/alert_list.list.php:528 -#: ../../godmode/alerts/alert_list.list.php:603 -#: ../../godmode/alerts/configure_alert_action.php:142 -#: ../../godmode/alerts/alert_view.php:391 -#: ../../godmode/alerts/alert_list.builder.php:132 -msgid "Threshold" -msgstr "Umbral" - -#: ../../enterprise/include/functions_visual_map.php:179 -#: ../../enterprise/include/functions_visual_map.php:232 -msgid "Crit:" -msgstr "Crit." - -#: ../../enterprise/include/functions_visual_map.php:181 -#: ../../enterprise/include/functions_visual_map.php:234 -msgid "Warn:" -msgstr "Advert." - -#: ../../enterprise/include/functions_visual_map.php:183 -#: ../../enterprise/include/functions_visual_map.php:236 -msgid "Ok:" -msgstr "Ok:" - -#: ../../enterprise/include/functions_visual_map.php:185 -#: ../../enterprise/include/functions_visual_map.php:238 -msgid "Value:" -msgstr "Valor:" - -#: ../../enterprise/include/functions_visual_map.php:535 -msgid "None of the services was added" -msgstr "Ninguno de los servicios se añadió" - -#: ../../enterprise/include/functions_visual_map.php:538 -#, php-format -msgid "%d services couldn't be added" -msgstr "%d servicios no se han podido añadir" - -#: ../../enterprise/include/functions_visual_map.php:542 -#: ../../include/functions_ui.php:232 -msgid "Success" -msgstr "Éxito" - -#: ../../enterprise/include/functions_visual_map.php:546 -msgid "There was an error retrieving the visual map information" -msgstr "Se ha producido un error al recuperar la información del mapa visual" - -#: ../../enterprise/include/functions_visual_map.php:550 -msgid "No services selected" -msgstr "Ningún servicio seleccionado" - -#: ../../enterprise/include/functions_license.php:37 -msgid "Client" -msgstr "Cliente" - -#: ../../enterprise/include/functions_license.php:37 -msgid "Trial" -msgstr "Prueba" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:605 -#, php-format -msgid "Edit node %s" -msgstr "Modificar nodo %s" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:606 -msgid "Holding Area" -msgstr "Buffer de procesamiento" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:609 -msgid "Set as children" -msgstr "Establecer como hijo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:610 -msgid "Set parent" -msgstr "Establecer como padre" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:611 -#: ../../enterprise/include/functions_networkmap_enterprise.php:617 -msgid "Abort the action of set relationship" -msgstr "Cancela la acción de relacionar por parentesco" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:613 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1641 -msgid "Add node" -msgstr "Añadir nodo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:614 -msgid "Set center" -msgstr "Fijar centro" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:616 -msgid "Refresh Holding area" -msgstr "Actualizar buffer de procesamiento" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1072 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1552 -msgid "Circle" -msgstr "Círculo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1073 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1553 -msgid "Square" -msgstr "Cuadrado" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1074 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1554 -msgid "Rhombus" -msgstr "Rombo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1079 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1550 -msgid "Shape" -msgstr "Forma" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1080 -msgid "Radius" -msgstr "Radio" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1081 -msgid "Color" -msgstr "Color" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1083 -msgid "Network map linked" -msgstr "Mapa Network enlazado" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1154 -msgid "Show modules:" -msgstr "Mostrar módulos:" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1229 -msgid "Copy of " -msgstr "Copiar de " - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1451 -msgid "Open Minimap" -msgstr "Abrir Minimapa" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1541 -msgid "Edit node" -msgstr "Modificar nodo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1564 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1704 -msgid "name fictional node" -msgstr "Nombre de nodo ficticio" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1565 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1705 -msgid "Networkmap to link" -msgstr "Enlace a mapa de red" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1571 -msgid "Update fictional node" -msgstr "Actualizar nodo ficticio" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1574 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1575 -msgid "Node options" -msgstr "Opciones de nodo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1584 -msgid "Node source" -msgstr "Nodo origen" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1586 -msgid "Interface source" -msgstr "Interfaz origen" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1587 -msgid "Interface Target" -msgstr "Interfaz objetivo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1589 -msgid "Node target" -msgstr "Nodo objetivo" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1590 -msgid "E." -msgstr "E." - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1627 -msgid "There are not relations" -msgstr "No hay relaciones" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1635 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1636 -msgid "Relations" -msgstr "Relaciones" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1660 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1665 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1666 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1689 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1694 -#: ../../enterprise/include/functions_networkmap_enterprise.php:1715 -msgid "Add agent node" -msgstr "Añadir nodo de agente" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1693 -msgid "Add agent node (filter by group)" -msgstr "Añadir nodo de agente (filtro por grupo)" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1711 -msgid "Add fictional node" -msgstr "Añadir nodo ficticio" - -#: ../../enterprise/include/functions_networkmap_enterprise.php:1714 -msgid "Add fictional point" -msgstr "Añadir punto ficticio" - -#: ../../enterprise/include/functions_metaconsole.php:784 -msgid "Group does not exist. Agent " -msgstr "El grupo no existe. Agente " - -#: ../../enterprise/include/functions_metaconsole.php:790 -msgid "Created group in destination DB" -msgstr "Creado el grupo en la base de datos destino" - -#: ../../enterprise/include/functions_metaconsole.php:794 -msgid "Error creating group. Agent " -msgstr "Error creando grupo. Agente " - -#: ../../enterprise/include/functions_metaconsole.php:800 -msgid "Group already exists in destination DB" -msgstr "El grupo ya existe en la base de datos destino" - -#: ../../enterprise/include/functions_collection.php:42 -#, php-format -msgid "Fail create the directory: %s" -msgstr "Fallo al crear el directorio: %s" - -#: ../../enterprise/include/functions_collection.php:69 -msgid "No files in collection" -msgstr "No hay archivos en la colección" - -#: ../../enterprise/include/functions_collection.php:77 -msgid "File of collection is bigger than the limit (" -msgstr "El archivo de la colección es mayor que el límite" - -#: ../../enterprise/include/functions_collection.php:129 -#: ../../enterprise/godmode/agentes/collections.data.php:104 -#: ../../enterprise/godmode/agentes/collections.data.php:214 -#: ../../enterprise/godmode/agentes/collections.data.php:254 -#: ../../enterprise/godmode/agentes/collections.editor.php:46 -#: ../../enterprise/godmode/agentes/collections.editor.php:345 -#: ../../enterprise/godmode/agentes/collections.editor.php:370 -#: ../../operation/integria_incidents/incident.php:66 -msgid "Files" -msgstr "Archivos" - #: ../../enterprise/include/ajax/metaconsole.ajax.php:249 msgid "Error accesing to API, auth error." msgstr "Error al acceder a la API. Error de autenticación." @@ -12506,11754 +22084,1534 @@ msgstr "Cache de agente activado" msgid "Agent cache failed" msgstr "Cache de agente falló" -#: ../../enterprise/include/functions_local_components.php:138 -#: ../../enterprise/godmode/agentes/collections.data.php:163 -msgid "Empty name" -msgstr "Nombre vacío" +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:73 +#: ../../enterprise/dashboard/widgets/top_n.php:114 +#: ../../enterprise/dashboard/widgets/top_n.php:297 +msgid "avg" +msgstr "media" -#: ../../enterprise/include/functions_local_components.php:142 -msgid "Empty configuration" -msgstr "Configuración vacía" +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:74 +#: ../../enterprise/dashboard/widgets/top_n.php:115 +#: ../../enterprise/dashboard/widgets/top_n.php:298 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1648 +msgid "max" +msgstr "máx" -#: ../../enterprise/include/functions_local_components.php:146 -msgid "Empty OS" -msgstr "SO vacío" +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:75 +#: ../../enterprise/dashboard/widgets/top_n.php:116 +#: ../../enterprise/dashboard/widgets/top_n.php:299 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1649 +msgid "min" +msgstr "mín" -#: ../../enterprise/include/functions_local_components.php:276 -#: ../../include/functions_alerts.php:951 -#: ../../include/functions_network_components.php:503 -msgid "Copy of" -msgstr "Copia de" +#: ../../enterprise/include/ajax/top_n_widget.ajax.php:76 +#: ../../enterprise/dashboard/widgets/top_n.php:117 +#: ../../enterprise/dashboard/widgets/top_n.php:300 +#: ../../godmode/reporting/reporting_builder.item_editor.php:1650 +msgid "sum" +msgstr "suma" -#: ../../enterprise/include/functions_netflow_pdf.php:160 -#: ../../enterprise/operation/log/log_viewer.php:207 -msgid "Start date" -msgstr "Fecha de inicio" +#: ../../enterprise/include/ajax/dashboard.ajax.php:287 +msgid "Only one service map widget is supported at this moment" +msgstr "" -#: ../../enterprise/include/functions_netflow_pdf.php:163 -#: ../../enterprise/operation/log/log_viewer.php:215 -#: ../../operation/agentes/exportdata.php:310 -msgid "End date" -msgstr "Fecha final" +#: ../../enterprise/include/functions_collection.php:42 +#, php-format +msgid "Fail create the directory: %s" +msgstr "Fallo al crear el directorio: %s" -#: ../../enterprise/include/functions_log.php:303 -#: ../../enterprise/include/functions_log.php:318 +#: ../../enterprise/include/functions_collection.php:69 +msgid "No files in collection" +msgstr "No hay archivos en la colección" + +#: ../../enterprise/include/functions_collection.php:77 +msgid "File of collection is bigger than the limit (" +msgstr "El archivo de la colección es mayor que el límite" + +#: ../../enterprise/include/functions_services.php:23 +msgid "Service does not exist." +msgstr "El servicio no existe" + +#: ../../enterprise/include/functions_services.php:30 +msgid "Module store the service does not exist." +msgstr "El módulo que almacena los servicios no existe" + +#: ../../enterprise/include/functions_services.php:35 +msgid "Module store SLA service does not exist." +msgstr "El módulo que almacena el servicio SLA no existe" + +#: ../../enterprise/include/functions_services.php:41 +msgid "Agent store the service does not exist." +msgstr "El agente que almacena el servicio no existe" + +#: ../../enterprise/include/functions_services.php:47 +msgid "Agent store SLA service does not exist." +msgstr "El agente que almacena el sevicio de SLA no existe" + +#: ../../enterprise/include/functions_services.php:57 +msgid "Alert critical SLA service does not exist." +msgstr "El servicio de alerta crítica de SLA no existe" + +#: ../../enterprise/include/functions_services.php:68 +msgid "Alert warning service does not exist." +msgstr "El servicio de alerta de advertencia no existe" + +#: ../../enterprise/include/functions_services.php:79 +msgid "Alert critical service does not exist." +msgstr "El servicio de alertas críticas no existe" + +#: ../../enterprise/include/functions_services.php:90 +msgid "Alert unknown service does not exist." +msgstr "El servicio de alertas desconocidas no existe" + +#: ../../enterprise/include/functions_services.php:328 +#, php-format +msgid "Module automatic create for the service %s" +msgstr "Módulo automático creado para el servicio %s" + +#: ../../enterprise/include/functions_services.php:1216 +#: ../../enterprise/include/functions_services.php:1218 +#: ../../enterprise/include/functions_services.php:1239 +#: ../../enterprise/include/functions_services.php:1240 +#: ../../enterprise/include/functions_services.php:1242 +#: ../../enterprise/include/functions_services.php:1276 +#: ../../enterprise/include/functions_services.php:1278 +#: ../../enterprise/include/functions_reporting.php:2811 +#: ../../enterprise/include/functions_reporting.php:3430 +msgid "Nonexistent" +msgstr "No existe" + +#: ../../enterprise/include/functions_services.php:1261 +msgid "Critical (Alert)" +msgstr "Crítica (Alerta)" + +#: ../../enterprise/include/functions_services.php:1271 +msgid "Unknow" +msgstr "Desconocido" + +#: ../../enterprise/include/functions_services.php:1391 +msgid "There are no service elements defined" +msgstr "No hay servicios de elementos definidos" + +#: ../../enterprise/include/functions_services.php:1417 +msgid "Weight Critical" +msgstr "Peso crítico" + +#: ../../enterprise/include/functions_services.php:1418 +msgid "Weight Warning" +msgstr "Peso de advertencia" + +#: ../../enterprise/include/functions_services.php:1419 +msgid "Weight Unknown" +msgstr "Peso desconocido" + +#: ../../enterprise/include/functions_services.php:1420 +msgid "Weight Ok" +msgstr "Peso Ok" + +#: ../../enterprise/include/functions_services.php:1446 +#: ../../enterprise/include/functions_services.php:1461 +#: ../../enterprise/include/functions_services.php:1496 +msgid "Nonexistent. This element should be deleted" +msgstr "Inexistente. Este elemento debería eliminarse" + +#: ../../enterprise/include/functions_services.php:1661 +msgid "Delete service element" +msgstr "Eliminar elemento de servicio" + +#: ../../enterprise/include/functions_services.php:1703 +msgid "FAIL" +msgstr "FALLO" + +#: ../../enterprise/include/functions_reporting.php:41 +msgid "Advance options" +msgstr "Opciones avanzadas" + +#: ../../enterprise/include/functions_reporting.php:59 +msgid "Templates list" +msgstr "Lista de Plantillas" + +#: ../../enterprise/include/functions_reporting.php:85 +msgid "Templates Wizard" +msgstr "Asistente de plantillas" + +#: ../../enterprise/include/functions_reporting.php:602 +msgid "Availability item created from wizard." +msgstr "Elemento disponible creado desde el asistente." + +#: ../../enterprise/include/functions_reporting.php:1159 +#: ../../enterprise/include/functions_reporting.php:1634 +#: ../../enterprise/include/functions_reporting.php:1778 +#: ../../enterprise/include/functions_reporting_pdf.php:1721 +msgid "Inside limits" +msgstr "Dentro de los límites" + +#: ../../enterprise/include/functions_reporting.php:1160 +#: ../../enterprise/include/functions_reporting.php:1639 +#: ../../enterprise/include/functions_reporting.php:1779 +#: ../../enterprise/include/functions_reporting_pdf.php:1722 +msgid "On the edge" +msgstr "En el límite" + +#: ../../enterprise/include/functions_reporting.php:1161 +#: ../../enterprise/include/functions_reporting.php:1643 +#: ../../enterprise/include/functions_reporting.php:1780 +#: ../../enterprise/include/functions_reporting_pdf.php:1723 +#: ../../include/graphs/functions_gd.php:165 +#: ../../include/graphs/functions_gd.php:256 +#: ../../include/functions_graph.php:2169 +#: ../../include/functions_graph.php:2216 +msgid "Out of limits" +msgstr "Fuera de límites" + +#: ../../enterprise/include/functions_reporting.php:1184 +#: ../../enterprise/include/functions_reporting_pdf.php:1747 +#: ../../godmode/alerts/alert_special_days.php:347 +msgid "January" +msgstr "Enero" + +#: ../../enterprise/include/functions_reporting.php:1187 +#: ../../enterprise/include/functions_reporting_pdf.php:1750 +#: ../../godmode/alerts/alert_special_days.php:350 +msgid "February" +msgstr "Febrero" + +#: ../../enterprise/include/functions_reporting.php:1190 +#: ../../enterprise/include/functions_reporting_pdf.php:1753 +#: ../../godmode/alerts/alert_special_days.php:353 +msgid "March" +msgstr "Marzo" + +#: ../../enterprise/include/functions_reporting.php:1193 +#: ../../enterprise/include/functions_reporting_pdf.php:1756 +#: ../../godmode/alerts/alert_special_days.php:356 +msgid "April" +msgstr "Abril" + +#: ../../enterprise/include/functions_reporting.php:1196 +#: ../../enterprise/include/functions_reporting_pdf.php:1759 +#: ../../godmode/alerts/alert_special_days.php:359 +msgid "May" +msgstr "Mayo" + +#: ../../enterprise/include/functions_reporting.php:1199 +#: ../../enterprise/include/functions_reporting_pdf.php:1762 +#: ../../godmode/alerts/alert_special_days.php:362 +msgid "June" +msgstr "Junio" + +#: ../../enterprise/include/functions_reporting.php:1202 +#: ../../enterprise/include/functions_reporting_pdf.php:1765 +#: ../../godmode/alerts/alert_special_days.php:365 +msgid "July" +msgstr "Julio" + +#: ../../enterprise/include/functions_reporting.php:1205 +#: ../../enterprise/include/functions_reporting_pdf.php:1768 +#: ../../godmode/alerts/alert_special_days.php:368 +msgid "August" +msgstr "Agosto" + +#: ../../enterprise/include/functions_reporting.php:1208 +#: ../../enterprise/include/functions_reporting_pdf.php:1771 +#: ../../godmode/alerts/alert_special_days.php:371 +msgid "September" +msgstr "Septiembre" + +#: ../../enterprise/include/functions_reporting.php:1211 +#: ../../enterprise/include/functions_reporting_pdf.php:1774 +#: ../../godmode/alerts/alert_special_days.php:374 +msgid "October" +msgstr "Octubre" + +#: ../../enterprise/include/functions_reporting.php:1214 +#: ../../enterprise/include/functions_reporting_pdf.php:1777 +#: ../../godmode/alerts/alert_special_days.php:377 +msgid "November" +msgstr "Noviembre" + +#: ../../enterprise/include/functions_reporting.php:1217 +#: ../../enterprise/include/functions_reporting_pdf.php:1780 +#: ../../godmode/alerts/alert_special_days.php:380 +msgid "December" +msgstr "Diciembre" + +#: ../../enterprise/include/functions_reporting.php:1234 +#: ../../enterprise/include/functions_reporting.php:2270 +#: ../../enterprise/include/functions_reporting_pdf.php:1612 +#: ../../enterprise/include/functions_reporting_pdf.php:1794 +#: ../../include/functions_reporting_html.php:339 +msgid "Max/Min Values" +msgstr "Valores Max/Min" + +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:2271 +#: ../../enterprise/include/functions_reporting.php:3085 +#: ../../enterprise/include/functions_reporting.php:3386 +#: ../../enterprise/include/functions_reporting_pdf.php:1613 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:2035 +#: ../../include/functions_reporting_html.php:340 +msgid "SLA Limit" +msgstr "Límite del SLA" + +#: ../../enterprise/include/functions_reporting.php:1235 +#: ../../enterprise/include/functions_reporting.php:1324 +#: ../../enterprise/include/functions_reporting.php:1815 +#: ../../enterprise/include/functions_reporting.php:2272 +#: ../../enterprise/include/functions_reporting.php:3086 +#: ../../enterprise/include/functions_reporting.php:3387 +#: ../../enterprise/include/functions_reporting_pdf.php:1614 +#: ../../enterprise/include/functions_reporting_pdf.php:1795 +#: ../../enterprise/include/functions_reporting_pdf.php:1894 +#: ../../enterprise/include/functions_reporting_pdf.php:2036 +#: ../../include/functions_reporting_html.php:341 +msgid "SLA Compliance" +msgstr "Cumplimiento del SLA" + +#: ../../enterprise/include/functions_reporting.php:1268 +#: ../../enterprise/include/functions_reporting.php:1823 +#: ../../enterprise/include/functions_reporting_pdf.php:1830 +msgid "SLA Compliance per days" +msgstr "Cumplimiento de SLA por días" + +#: ../../enterprise/include/functions_reporting.php:1321 +#: ../../enterprise/include/functions_reporting_pdf.php:1888 +msgid "Summary of SLA Failures" +msgstr "Resumen de los Fallos de SLA" + +#: ../../enterprise/include/functions_reporting.php:1323 +#: ../../enterprise/include/functions_reporting.php:1814 +#: ../../enterprise/include/functions_reporting_pdf.php:1892 +msgid "Day" +msgstr "Día" + +#: ../../enterprise/include/functions_reporting.php:1425 +#: ../../enterprise/include/functions_reporting.php:1770 +#: ../../enterprise/include/functions_reporting.php:3175 +#: ../../enterprise/include/functions_reporting.php:3181 +#: ../../include/functions_reporting.php:508 +msgid "There are no SLAs defined" +msgstr "No hay SLA definidos" + +#: ../../enterprise/include/functions_reporting.php:1557 +#: ../../include/functions_reporting.php:633 +msgid "" +"This item is affected by a malformed planned downtime. Go to the planned " +"downtimes section to solve this." +msgstr "" +"Este item se ve afectado por un tiempo de inactividad planificado con " +"formato incorrecto. Ir a la sección de los tiempos de parada planificada " +"para resolver esto." + +#: ../../enterprise/include/functions_reporting.php:1817 +msgid "Summary of SLA Fails" +msgstr "Resumen de fallos de SLA" + +#: ../../enterprise/include/functions_reporting.php:1924 +#: ../../enterprise/include/functions_reporting.php:2039 +#: ../../enterprise/include/functions_reporting.php:3215 +#: ../../enterprise/include/functions_reporting_pdf.php:2414 +#: ../../include/functions_reporting_html.php:3070 +msgid "This SLA has been affected by the following planned downtimes" +msgstr "Las siguientes paradas planificadas han modificado este SLA" + +#: ../../enterprise/include/functions_reporting.php:1929 +#: ../../enterprise/include/functions_reporting.php:2043 +#: ../../enterprise/include/functions_reporting.php:3219 +#: ../../enterprise/include/functions_reporting_pdf.php:2418 +#: ../../godmode/agentes/planned_downtime.list.php:395 +#: ../../godmode/agentes/planned_downtime.editor.php:493 +#: ../../include/functions_reporting_html.php:3074 +msgid "Execution" +msgstr "Ejecución" + +#: ../../enterprise/include/functions_reporting.php:1930 +#: ../../enterprise/include/functions_reporting.php:2044 +#: ../../enterprise/include/functions_reporting.php:3220 +#: ../../enterprise/include/functions_reporting_pdf.php:2419 +#: ../../include/functions_reporting_html.php:3075 +msgid "Dates" +msgstr "Fechas" + +#: ../../enterprise/include/functions_reporting.php:1965 +#: ../../enterprise/include/functions_reporting.php:2076 +#: ../../enterprise/include/functions_reporting.php:3252 +#: ../../include/functions_reporting.php:9284 +msgid "Weekly:" +msgstr "Semanalmente" + +#: ../../enterprise/include/functions_reporting.php:1999 +#: ../../enterprise/include/functions_reporting.php:2110 +#: ../../enterprise/include/functions_reporting.php:3286 +#: ../../include/functions_reporting.php:9318 +msgid "Monthly:" +msgstr "Mensual" + +#: ../../enterprise/include/functions_reporting.php:2000 +#: ../../enterprise/include/functions_reporting.php:2111 +#: ../../enterprise/include/functions_reporting.php:3287 +#: ../../include/functions_reporting.php:9319 +msgid "From day" +msgstr "Desde el día" + +#: ../../enterprise/include/functions_reporting.php:2001 +#: ../../enterprise/include/functions_reporting.php:2112 +#: ../../enterprise/include/functions_reporting.php:3288 +#: ../../include/functions_reporting.php:9320 +msgid "To day" +msgstr "Hasta el día" + +#: ../../enterprise/include/functions_reporting.php:2138 +#: ../../enterprise/include/functions_reporting.php:3314 +#: ../../enterprise/include/functions_reporting_pdf.php:2458 +#: ../../include/functions_reporting_html.php:3116 +msgid "This item is affected by a malformed planned downtime" +msgstr "A este elemento le afecta una parada planificada mal formada" + +#: ../../enterprise/include/functions_reporting.php:2139 +#: ../../enterprise/include/functions_reporting.php:3315 +#: ../../enterprise/include/functions_reporting_pdf.php:2459 +#: ../../include/functions_reporting_html.php:3117 +msgid "Go to the planned downtimes section to solve this" +msgstr "Ir a la sección de paradas planificadas para solucionar este problema" + +#: ../../enterprise/include/functions_reporting.php:2697 +msgid "There are no SLAs defined." +msgstr "No hay SLAs definidos." + +#: ../../enterprise/include/functions_reporting.php:3967 +#: ../../enterprise/include/functions_reporting.php:4430 +#, php-format +msgid "Graph agents(%s) - %s" +msgstr "Gráficas de agentes (%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4380 +#, fuzzy, php-format +msgid "Graph agent(%s) - %s" +msgstr "Gráficas de agentes (%s) - %s" + +#: ../../enterprise/include/functions_reporting.php:4814 +#: ../../enterprise/include/functions_reporting.php:4864 +msgid "Template editor" +msgstr "Editor de Plantillas" + +#: ../../enterprise/include/functions_reporting.php:4878 +msgid "Get PDF file" +msgstr "Obtener archivo PDF" + +#: ../../enterprise/include/functions_policies.php:456 +#: ../../enterprise/include/functions_policies.php:471 +#: ../../include/functions_alerts.php:382 +msgid "copy" +msgstr "copiar" + +#: ../../enterprise/include/functions_policies.php:3031 +msgid "Policy linkation" +msgstr "Vinculación de políticas" + +#: ../../enterprise/include/functions_policies.php:3036 +msgid "Module linked" +msgstr "Módulo enlazado" + +#: ../../enterprise/include/functions_policies.php:3038 +#: ../../enterprise/include/functions_policies.php:3048 +msgid "Unlink from policy" +msgstr "Módulo desenlazado de la política" + +#: ../../enterprise/include/functions_policies.php:3041 +msgid "Module unlinked" +msgstr "Módulo desenlazado" + +#: ../../enterprise/include/functions_policies.php:3043 +#: ../../enterprise/include/functions_policies.php:3053 +msgid "Relink to policy" +msgstr "Volver a unir a la política" + +#: ../../enterprise/include/functions_policies.php:3046 +msgid "Module pending to link" +msgstr "Módulo pendiente para enlazar" + +#: ../../enterprise/include/functions_policies.php:3046 +#: ../../godmode/agentes/module_manager_editor.php:352 +msgid "Module will be linked in the next application" +msgstr "El módulo será enlazado en la próxima aplicación" + +#: ../../enterprise/include/functions_policies.php:3051 +msgid "Module pending to unlink" +msgstr "Módulo pendiente para desenlazar" + +#: ../../enterprise/include/functions_policies.php:3051 +#: ../../godmode/agentes/module_manager_editor.php:360 +msgid "Module will be unlinked in the next application" +msgstr "El módulo será desenlazado en la próxima aplicación" + +#: ../../enterprise/include/functions_policies.php:3224 +#: ../../godmode/agentes/configurar_agente.php:367 +#: ../../godmode/agentes/configurar_agente.php:531 +#: ../../godmode/setup/snmp_wizard.php:30 +msgid "SNMP Wizard" +msgstr "Wizard SNMP" + +#: ../../enterprise/include/functions_policies.php:3229 +#: ../../godmode/agentes/configurar_agente.php:372 +#: ../../godmode/agentes/configurar_agente.php:534 +msgid "SNMP Interfaces wizard" +msgstr "Wizard de interfaces SNMP" + +#: ../../enterprise/include/functions_policies.php:3234 +#: ../../godmode/agentes/configurar_agente.php:377 +#: ../../godmode/agentes/configurar_agente.php:537 +msgid "WMI Wizard" +msgstr "Wizard WMI" + +#: ../../enterprise/include/functions_policies.php:3777 +msgid "Create a new policy map" +msgstr "Crear un nuevo mapa de políticas" + +#: ../../enterprise/include/functions_policies.php:4096 +#, php-format +msgid "" +"This extension makes registration of policies enterprise.
You can get " +"more policies in our Public Resource Library" +msgstr "" + +#: ../../enterprise/include/functions_inventory.php:54 +#: ../../enterprise/include/functions_inventory.php:493 +msgid "No changes found" +msgstr "No se han encontrado cambios" + +#: ../../enterprise/include/functions_inventory.php:80 +msgid "Get CSV file" +msgstr "Obtener archivo CSV" + +#: ../../enterprise/include/functions_inventory.php:510 +#: ../../enterprise/include/functions_inventory.php:573 +#: ../../enterprise/include/functions_reporting_pdf.php:466 +#: ../../include/functions_reporting_html.php:740 +msgid "Added" +msgstr "Añadido" + +#: ../../enterprise/include/functions_inventory.php:516 +#: ../../enterprise/include/functions_inventory.php:581 +#: ../../enterprise/include/functions_reporting_pdf.php:482 +#: ../../include/functions_reporting_html.php:749 +#: ../../include/functions_filemanager.php:385 +msgid "Deleted" +msgstr "Eliminado(s)" + +#: ../../enterprise/include/functions_reporting_pdf.php:601 +#: ../../include/functions_reporting_html.php:896 +#, php-format +msgid "%s in %s : NORMAL" +msgstr "%s en %s : NORMAL" + +#: ../../enterprise/include/functions_reporting_pdf.php:609 +#: ../../include/functions_reporting_html.php:904 +#, php-format +msgid "%s in %s : CRITICAL" +msgstr "%s en %s : CRITICAL" + +#: ../../enterprise/include/functions_reporting_pdf.php:617 +#: ../../include/functions_reporting_html.php:912 +#, php-format +msgid "%s in %s : WARNING" +msgstr "%s en %s : WARNING" + +#: ../../enterprise/include/functions_reporting_pdf.php:625 +#: ../../include/functions_reporting_html.php:920 +#, php-format +msgid "%s in %s : UNKNOWN" +msgstr "%s en %s : DESCONOCIDO" + +#: ../../enterprise/include/functions_reporting_pdf.php:633 +#: ../../include/functions_reporting_html.php:928 +#, php-format +msgid "%s in %s : ALERTS FIRED" +msgstr "%s en %s : ALERTA ENVIADA" + +#: ../../enterprise/include/functions_reporting_pdf.php:702 +#: ../../godmode/servers/manage_recontask_form.php:250 +#: ../../include/functions_reporting_html.php:1101 +msgid "Defined" +msgstr "Definido" + +#: ../../enterprise/include/functions_reporting_pdf.php:718 +#: ../../include/functions_reporting_html.php:1116 +#, php-format +msgid "Last %s" +msgstr "Último %s" + +#: ../../enterprise/include/functions_reporting_pdf.php:773 +#: ../../enterprise/include/functions_reporting_pdf.php:865 +#: ../../enterprise/include/functions_reporting_pdf.php:921 +#: ../../enterprise/include/functions_reporting_pdf.php:1990 +#: ../../include/functions_reporting_html.php:495 +#: ../../include/functions_reporting_html.php:1028 +#: ../../include/functions_reporting_html.php:1937 +msgid "Min Value" +msgstr "Valor mínimo" + +#: ../../enterprise/include/functions_reporting_pdf.php:774 +#: ../../enterprise/include/functions_reporting_pdf.php:866 +#: ../../enterprise/include/functions_reporting_pdf.php:922 +#: ../../enterprise/include/functions_reporting_pdf.php:1991 +#: ../../include/functions_reporting_html.php:496 +#: ../../include/functions_reporting_html.php:1029 +#: ../../include/functions_reporting_html.php:1798 +#: ../../include/functions_reporting_html.php:1938 +msgid "Average Value" +msgstr "Valor medio" + +#: ../../enterprise/include/functions_reporting_pdf.php:775 +#: ../../enterprise/include/functions_reporting_pdf.php:867 +#: ../../enterprise/include/functions_reporting_pdf.php:923 +#: ../../enterprise/include/functions_reporting_pdf.php:1992 +#: ../../include/functions_reporting_html.php:497 +#: ../../include/functions_reporting_html.php:1030 +#: ../../include/functions_reporting_html.php:1797 +#: ../../include/functions_reporting_html.php:1940 +msgid "Max Value" +msgstr "Valor máximo" + +#: ../../enterprise/include/functions_reporting_pdf.php:794 +#: ../../enterprise/include/functions_reporting_pdf.php:1596 +#: ../../enterprise/include/functions_reporting_pdf.php:2008 +#: ../../enterprise/dashboard/widgets/top_n.php:463 +#: ../../include/functions_reporting.php:883 +#: ../../include/functions_reporting.php:1683 +#: ../../include/functions_reporting_html.php:1782 +#: ../../include/functions_reporting_html.php:1918 +msgid "There are no Agent/Modules defined" +msgstr "No hay Agente/Módulos definidos" + +#: ../../enterprise/include/functions_reporting_pdf.php:1332 +#: ../../enterprise/include/functions_reporting_pdf.php:1467 +#: ../../include/functions_reporting.php:5485 +#: ../../include/functions_reporting_html.php:534 +#: ../../include/functions_reporting_html.php:1146 +msgid "Val. by" +msgstr "Val. por" + +#: ../../enterprise/include/functions_reporting_pdf.php:1384 +#: ../../include/functions_events.php:2653 +#: ../../include/functions_reporting.php:5542 +#: ../../include/functions_reporting_html.php:577 +msgid "Pandora System" +msgstr "Sistema de Pandora" + +#: ../../enterprise/include/functions_reporting_pdf.php:1407 +#: ../../include/functions_reporting_html.php:601 +msgid "Events by agent" +msgstr "Eventos por agente" + +#: ../../enterprise/include/functions_reporting_pdf.php:1418 +#: ../../include/functions_reporting_html.php:613 +msgid "Events by user validator" +msgstr "Eventos por usuario validador" + +#: ../../enterprise/include/functions_reporting_pdf.php:1429 +#: ../../enterprise/include/functions_reporting_pdf.php:1561 +#: ../../include/functions_reporting_html.php:1219 +#: ../../include/functions_reporting_html.php:2815 +msgid "Events by severity" +msgstr "Eventos por gravedad" + +#: ../../enterprise/include/functions_reporting_pdf.php:1440 +#: ../../include/functions_reporting_html.php:637 +msgid "Events validated vs unvalidated" +msgstr "Eventos validados vs no validados" + +#: ../../enterprise/include/functions_reporting_pdf.php:1550 +#: ../../include/functions_reporting_html.php:1207 +msgid "Events validated by user" +msgstr "Eventos validados por el usuario" + +#: ../../enterprise/include/functions_reporting_pdf.php:1941 +#: ../../include/functions_reporting_html.php:1721 +msgid "# Checks" +msgstr "# Chequeos" + +#: ../../enterprise/include/functions_reporting_pdf.php:1942 +#: ../../include/functions_reporting_html.php:1722 +msgid "# Failed" +msgstr "# Fallidos" + +#: ../../enterprise/include/functions_reporting_pdf.php:1943 +#: ../../include/functions_reporting_html.php:1723 +msgid "% Fail" +msgstr "% Fallo" + +#: ../../enterprise/include/functions_reporting_pdf.php:1944 +#: ../../include/functions_reporting_html.php:1724 +#, fuzzy +msgid "Time available" +msgstr "Tiempo indisponible" + +#: ../../enterprise/include/functions_reporting_pdf.php:1945 +#: ../../include/functions_reporting_html.php:1725 +msgid "Time unavailable" +msgstr "Tiempo indisponible" + +#: ../../enterprise/include/functions_reporting_pdf.php:1946 +#: ../../include/functions_reporting_html.php:1726 +msgid "% Ok" +msgstr "% Ok" + +#: ../../enterprise/include/functions_reporting_pdf.php:2162 +msgid "Report date" +msgstr "Fecha del informe" + +#: ../../enterprise/include/functions_reporting_pdf.php:2312 +msgid "SO" +msgstr "SO" + +#: ../../enterprise/include/functions_reporting_pdf.php:2353 +msgid "There are no modules." +msgstr "No hay módulos" + +#: ../../enterprise/include/functions_license.php:49 +msgid "Client" +msgstr "Cliente" + +#: ../../enterprise/include/functions_license.php:49 +msgid "Trial" +msgstr "Prueba" + +#: ../../enterprise/include/functions_log.php:332 msgid "Lines" msgstr "Líneas" -#: ../../enterprise/operation/menu.php:101 -msgid "Network console" -msgstr "Consola de red" - -#: ../../enterprise/operation/menu.php:112 -msgid "Custom SQL" -msgstr "SQL personalizado" - -#: ../../enterprise/operation/menu.php:120 -#: ../../enterprise/operation/snmpconsole/snmp_view.php:79 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:23 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:22 -#: ../../include/functions_menu.php:506 -msgid "SNMP trap editor" -msgstr "Editor de Traps SNMP" - -#: ../../enterprise/operation/menu.php:129 -#: ../../enterprise/operation/log/log_viewer.php:145 -msgid "Log viewer" -msgstr "Visor de logs" - -#: ../../enterprise/operation/log/log_viewer.php:231 -#: ../../enterprise/operation/reporting/custom_reporting.php:52 -#: ../../include/graphs/functions_flot.php:221 -#: ../../godmode/agentes/planned_downtime.list.php:506 -#: ../../godmode/modules/manage_network_templates.php:207 -msgid "Export to CSV" -msgstr "Exportar a CSV" - -#: ../../enterprise/operation/log/log_viewer.php:340 -msgid "The start date cannot be greater than the end date" -msgstr "La fecha de inicio no puede ser después que la fecha de finalización" - -#: ../../enterprise/operation/log/log_viewer.php:418 -#: ../../enterprise/operation/agentes/agent_inventory.php:242 -#: ../../enterprise/operation/inventory/inventory.php:251 -#: ../../include/functions_reporting.php:1476 -#: ../../godmode/reporting/reporting_builder.php:725 -msgid "No data found." -msgstr "No se encontraron datos." - -#: ../../enterprise/operation/services/services.service.php:37 -#: ../../enterprise/operation/services/services.service_map.php:44 -#: ../../enterprise/godmode/services/services.service.php:126 -#: ../../enterprise/godmode/services/services.service.php:153 -msgid "Not found" -msgstr "No encontrado" - -#: ../../enterprise/operation/services/services.service.php:54 -#: ../../enterprise/operation/services/services.service_map.php:63 -#: ../../enterprise/godmode/services/services.elements.php:96 -#: ../../enterprise/godmode/services/services.service.php:170 -msgid "Config Service" -msgstr "Configurar Servicios" - -#: ../../enterprise/operation/services/services.service.php:59 -#: ../../enterprise/operation/services/services.service_map.php:69 -#: ../../enterprise/godmode/services/services.elements.php:102 -#: ../../enterprise/godmode/services/services.service.php:175 -msgid "Config Elements" -msgstr "Configurar Elementos" - -#: ../../enterprise/operation/services/services.service.php:67 -#: ../../enterprise/operation/services/services.service_map.php:77 -#: ../../enterprise/godmode/services/services.elements.php:110 -#: ../../enterprise/godmode/services/services.service.php:182 -msgid "View Service" -msgstr "Ver Servicio" - -#: ../../enterprise/operation/services/services.service.php:73 -#: ../../enterprise/operation/services/services.service_map.php:83 -#: ../../enterprise/godmode/services/services.elements.php:117 -#: ../../enterprise/godmode/services/services.service.php:188 -msgid "Service map" -msgstr "Mapa del Servicio" - -#: ../../enterprise/operation/services/services.service.php:80 -#: ../../enterprise/operation/services/services.service_map.php:90 -#: ../../enterprise/operation/services/services.service_map.php:95 -msgid "Service Map" -msgstr "Mapa de servicio" - -#: ../../enterprise/operation/services/services.service.php:93 -msgid "No Services" -msgstr "Sin servicios" - -#: ../../enterprise/operation/services/services.service.php:132 -#: ../../enterprise/operation/services/services.list.php:320 -#: ../../include/functions_reports.php:535 -#: ../../include/functions_reports.php:538 -#: ../../include/functions_reports.php:542 -msgid "SLA" -msgstr "S.L.A." - -#: ../../enterprise/operation/services/services.service.php:168 -#: ../../enterprise/operation/services/services.list.php:147 -#: ../../enterprise/operation/services/services.list.php:376 -#: ../../enterprise/operation/services/services.service_map.php:117 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:355 -#: ../../enterprise/load_enterprise.php:681 -#: ../../include/functions_config.php:491 -#: ../../include/functions_config.php:1353 -#: ../../operation/gis_maps/render_view.php:139 -#: ../../godmode/massive/massive_edit_agents.php:386 -msgid "Ok" -msgstr "Bien" - -#: ../../enterprise/operation/services/services.service.php:197 -#: ../../enterprise/operation/services/services.list.php:413 -msgid "SLA graph" -msgstr "Gráfica SLA" - -#: ../../enterprise/operation/services/services.service.php:207 -msgid "List of elements" -msgstr "Lista de elementos" - -#: ../../enterprise/operation/services/services.list.php:50 -msgid "Service deleted successfully" -msgstr "Servicio eliminado correctamente" - -#: ../../enterprise/operation/services/services.list.php:51 -msgid "Error deleting service" -msgstr "Error al eliminar el servicio" - -#: ../../enterprise/operation/services/services.list.php:56 -msgid "Service forced successfully" -msgstr "Forzado servicio con éxito" - -#: ../../enterprise/operation/services/services.list.php:57 -msgid "Error service forced" -msgstr "Error forzando servicio" - -#: ../../enterprise/operation/services/services.list.php:167 -#: ../../enterprise/godmode/services/services.service.php:247 -#: ../../include/ajax/events.php:480 -msgid "Auto" -msgstr "Automático" - -#: ../../enterprise/operation/services/services.list.php:169 -#: ../../enterprise/godmode/services/services.service.php:242 -#: ../../godmode/alerts/alert_view.php:423 -#: ../../godmode/servers/manage_recontask_form.php:236 -#: ../../godmode/servers/manage_recontask.php:287 -#: ../../godmode/massive/massive_edit_modules.php:514 -msgid "Mode" -msgstr "Modo" - -#: ../../enterprise/operation/services/services.list.php:265 -#: ../../enterprise/operation/services/services.list.php:272 -msgid "No services defined." -msgstr "No hay servicios definidos" - -#: ../../enterprise/operation/services/services.list.php:435 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:366 -msgid "Config" -msgstr "Config" - -#: ../../enterprise/operation/services/services.list.php:484 -#: ../../enterprise/godmode/services/services.service.php:54 -msgid "Create Service" -msgstr "Crear Servicio" - -#: ../../enterprise/operation/services/services.service_map.php:106 -#: ../../extensions/module_groups.php:296 -#: ../../extensions/agents_modules.php:358 -#: ../../include/functions_reporting_html.php:897 -#: ../../operation/snmpconsole/snmp_view.php:833 -#: ../../godmode/snmpconsole/snmp_alert.php:1225 -msgid "Legend" -msgstr "Leyenda" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:130 -msgid "Succesfully created" -msgstr "Creado correctamente" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:226 -msgid "Succesfully updated" -msgstr "Actualizado correctamente" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -msgid "Succesfully duplicate" -msgstr "Duplicado correctamente" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:240 -#: ../../enterprise/godmode/policies/policy_modules.php:996 -msgid "Could not be duplicated" -msgstr "No se puede duplicar" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:249 -msgid "Succesfully deleted" -msgstr "Eliminado correctamente" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:262 -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:210 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1074 -msgid "Networkmap enterprise" -msgstr "Networkmap enterprise" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:299 -#: ../../include/functions_reporting_html.php:2649 -msgid "Nodes" -msgstr "Nodos" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:302 -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:359 -#: ../../enterprise/godmode/policies/policies.php:380 -#: ../../enterprise/godmode/policies/policy_modules.php:1149 -#: ../../godmode/alerts/alert_actions.php:342 -#: ../../godmode/massive/massive_copy_modules.php:224 -#: ../../godmode/reporting/map_builder.php:214 -msgid "Copy" -msgstr "Copiar" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:346 -msgid "Pending to generate" -msgstr "Pendiente de generar" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.php:382 -msgid "There are no maps defined." -msgstr "No hay mapas definidos." - -#: ../../enterprise/operation/agentes/agent_inventory.php:56 -msgid "This agent has not modules inventory" -msgstr "Este agente no tiene módulos de inventario" - -#: ../../enterprise/operation/agentes/agent_inventory.php:160 -#: ../../enterprise/operation/agentes/agent_inventory.php:161 -msgid "Diff view" -msgstr "Vista de diferencia" - -#: ../../enterprise/operation/agentes/policy_view.php:37 -msgid "This agent has no policy assigned" -msgstr "Este agente no tiene ninguna política asignada" - -#: ../../enterprise/operation/agentes/policy_view.php:47 -#: ../../enterprise/operation/agentes/policy_view.php:134 -#: ../../enterprise/operation/agentes/policy_view.php:193 -#: ../../enterprise/operation/agentes/policy_view.php:198 -#: ../../enterprise/godmode/admin_access_logs.php:22 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:217 -#: ../../enterprise/godmode/policies/policy_agents.php:350 -#: ../../mobile/operation/agents.php:285 -#: ../../include/functions_events.php:883 -#: ../../operation/agentes/alerts_status.php:411 -#: ../../operation/agentes/alerts_status.php:454 -#: ../../operation/agentes/alerts_status.php:488 -#: ../../operation/agentes/alerts_status.php:522 -#: ../../godmode/agentes/module_manager.php:513 -msgid "S." -msgstr "S." - -#: ../../enterprise/operation/agentes/policy_view.php:50 -#: ../../enterprise/godmode/policies/policy_agents.php:353 -msgid "Last application" -msgstr "Última aplicación" - -#: ../../enterprise/operation/agentes/policy_view.php:51 -#: ../../include/functions_events.php:880 -msgid "V." -msgstr "V." - -#: ../../enterprise/operation/agentes/policy_view.php:62 -#: ../../enterprise/godmode/policies/policy_agents.php:459 -msgid "Policy applied" -msgstr "Política aplicada" - -#: ../../enterprise/operation/agentes/policy_view.php:65 -msgid "Policy outdate" -msgstr "Política obsoleta" - -#: ../../enterprise/operation/agentes/policy_view.php:130 -#: ../../enterprise/operation/agentes/policy_view.php:137 -msgid "Toggle the collection table" -msgstr "Cambiar la tabla de la colección" - -#: ../../enterprise/operation/agentes/policy_view.php:132 -#: ../../enterprise/operation/agentes/collection_view.php:64 -#: ../../enterprise/godmode/agentes/collection_manager.php:164 -msgid "Dir" -msgstr "Dir" - -#: ../../enterprise/operation/agentes/policy_view.php:133 -msgid "Descripttion" -msgstr "Descripción" - -#: ../../enterprise/operation/agentes/policy_view.php:138 -msgid "Show Collection" -msgstr "Mostrar colecciones" - -#: ../../enterprise/operation/agentes/policy_view.php:154 -#: ../../enterprise/operation/agentes/collection_view.php:90 -#: ../../enterprise/godmode/agentes/collection_manager.php:121 -#: ../../enterprise/godmode/agentes/collection_manager.php:205 -msgid "Show files" -msgstr "Mostrar archivos" - -#: ../../enterprise/operation/agentes/policy_view.php:164 -#: ../../enterprise/operation/agentes/collection_view.php:101 -#: ../../enterprise/godmode/policies/policy_collections.php:161 -#: ../../enterprise/godmode/policies/policy_collections.php:213 -msgid "Outdate" -msgstr "Obsoleto" - -#: ../../enterprise/operation/agentes/policy_view.php:192 -#: ../../enterprise/operation/agentes/policy_view.php:201 -msgid "Toggle the alert table" -msgstr "Cambie a la tabla de alertas" - -#: ../../enterprise/operation/agentes/policy_view.php:202 -msgid "Show Alert" -msgstr "Mostrar alertas" - -#: ../../enterprise/operation/agentes/policy_view.php:303 -#: ../../enterprise/operation/agentes/policy_view.php:312 -msgid "Toggle the module table" -msgstr "Cambiar a la tabla de alertas" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -msgid "Relationship" -msgstr "Relación" - -#: ../../enterprise/operation/agentes/policy_view.php:304 -#: ../../enterprise/godmode/policies/policy_agents.php:349 -msgid "R." -msgstr "R." - -#: ../../enterprise/operation/agentes/policy_view.php:313 -msgid "Show Modules" -msgstr "Mostrar módulos" - -#: ../../enterprise/operation/agentes/policy_view.php:333 -msgid "(Un-adopted)" -msgstr "(Des-adoptados)" - -#: ../../enterprise/operation/agentes/policy_view.php:337 -msgid "(Adopted)" -msgstr "(Adoptados)" - -#: ../../enterprise/operation/agentes/policy_view.php:343 -msgid "(Un-adopted) (Unlinked)" -msgstr "(Des-adoptados)(Desvinculados)" - -#: ../../enterprise/operation/agentes/policy_view.php:347 -msgid "(Adopted) (Unlinked)" -msgstr "(Adoptados)(Desvinculados)" - -#: ../../enterprise/operation/agentes/policy_view.php:355 -#: ../../godmode/agentes/module_manager.php:657 -msgid "Non initialized module" -msgstr "Módulo no inicializado" - -#: ../../enterprise/operation/agentes/collection_view.php:47 -#: ../../enterprise/godmode/agentes/collection_manager.php:37 -msgid "This agent have not a remote configuration, please set it." -msgstr "Este agente no se ha configurado remotamente, por favor, configúrelo" - -#: ../../enterprise/operation/agentes/collection_view.php:54 -msgid "No collection assigned to this agent" -msgstr "No se ha asignado ninguna colección a este agente" - -#: ../../enterprise/operation/agentes/collection_view.php:62 -#: ../../enterprise/godmode/agentes/inventory_manager.php:232 -#: ../../enterprise/godmode/agentes/collection_manager.php:162 -#: ../../include/ajax/module.php:700 -#: ../../operation/agentes/alerts_status.php:407 -#: ../../operation/agentes/alerts_status.php:451 -#: ../../operation/agentes/status_monitor.php:916 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../godmode/agentes/module_manager.php:510 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -msgid "P." -msgstr "P." - -#: ../../enterprise/operation/agentes/collection_view.php:105 -#: ../../enterprise/operation/agentes/collection_view.php:106 -#: ../../enterprise/godmode/agentes/collections.php:222 -#: ../../enterprise/godmode/agentes/collections.php:223 -#: ../../enterprise/godmode/agentes/collections.data.php:344 -#: ../../enterprise/godmode/agentes/collections.data.php:345 -#: ../../enterprise/godmode/agentes/collection_manager.php:144 -#: ../../enterprise/godmode/agentes/collection_manager.php:145 -#: ../../enterprise/godmode/agentes/collection_manager.php:230 -#: ../../enterprise/godmode/agentes/collection_manager.php:231 -msgid "The collection directory does not exist." -msgstr "El directorio donde se guardan las colecciones no existe." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.popup.php:64 -msgid "Details of node:" -msgstr "Detalles del nodo" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:241 -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1076 -msgid "Not found networkmap." -msgstr "No se encontró ningún networkmap." - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:266 -msgid "Source data" -msgstr "Datos de origen" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:269 -#: ../../include/functions_groups.php:92 ../../godmode/menu.php:201 -msgid "Recon task" -msgstr "Tarea de reconocimiento" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:270 -msgid "CIDR IP mask" -msgstr "Máscara CIDR" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:274 -msgid "Generate networkmap with parents relationships" -msgstr "Generar mapa de red con relaciones entre padres" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:276 -msgid "" -"This feature is deprecated, be careful because in the next releases it will " -"be disappear." -msgstr "" -"Esta función está obsoleta, tenga cuidado porque en próximos parches " -"desaparecerá" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:286 -msgid "Source from recon task" -msgstr "Origen de tarea recon" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:288 -msgid "" -"It is setted any recon task, the nodes get from the recontask IP mask " -"instead from the group." -msgstr "" -"Si está seleccionada alguna tarea recon, los nodos se obtendrán de la " -"máscara IP de la recontask en lugar del grupo" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:292 -msgid "Show only the task with the recon script \"SNMP L2 Recon\"." -msgstr "Mostrar solo las tareas recon con el script \"SNMP L2 Recon\"" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:295 -msgid "Source from CIDR IP mask" -msgstr "Origen de máscara CIDR" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:299 -#: ../../operation/agentes/networkmap.php:543 -msgid "Don't show subgroups:" -msgstr "No mostrar subgrupos" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:303 -msgid "Start empty networkmap" -msgstr "Networkmap comienza vacío" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:306 -msgid "The networkmap has been generated already." -msgstr "El networkmap ya había sido generado" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:319 -msgid "Size of networkmap (Width x Height)" -msgstr "Tamaño del networkmap (ancho x alto)" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:321 -msgid "x" -msgstr "x" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:332 -msgid "Method generation networkmap" -msgstr "Método de generación de mapas de red" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:336 -msgid "Refresh network map state" -msgstr "Refrescar el estado del mapa de red" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:340 -msgid "Resize the networkmap" -msgstr "Redimensionar el networkmap" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:342 -msgid "This operation can't be undone, because it is on DB." -msgstr "Esta operación no se puede deshacer porque está en la BD" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:344 -#: ../../include/functions_visual_map_editor.php:315 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:936 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:432 -#: ../../godmode/reporting/visual_console_builder.wizard.php:150 -msgid "Process" -msgstr "Procesar" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:360 -msgid "Save networkmap" -msgstr "Guardar mapa de red" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:366 -msgid "Update networkmap" -msgstr "Actualizar mapa de red" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:405 -msgid "Networkmap resized." -msgstr "Networkmap redimensionada" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.editor.php:412 -msgid "Error process map" -msgstr "Error al procesar mapa" - -#: ../../enterprise/operation/agentes/ver_agente.php:70 -#: ../../operation/agentes/ver_agente.php:538 -msgid "Main IP" -msgstr "IP principal" - -#: ../../enterprise/operation/agentes/ver_agente.php:76 -#: ../../include/functions_events.php:2038 -#: ../../operation/agentes/ver_agente.php:549 -msgid "Last remote contact" -msgstr "Último contacto remoto" - -#: ../../enterprise/operation/agentes/ver_agente.php:113 -#: ../../operation/agentes/ver_agente.php:589 -msgid "Monitors down" -msgstr "Monitores caídos" - -#: ../../enterprise/operation/agentes/ver_agente.php:152 -#: ../../mobile/operation/groups.php:126 ../../mobile/operation/groups.php:127 -#: ../../mobile/operation/groups.php:128 -#: ../../include/functions_groups.php:818 -#: ../../include/functions_groups.php:820 -#: ../../include/functions_groups.php:822 -#: ../../include/functions_groups.php:823 -#: ../../include/functions_groups.php:824 -#: ../../include/functions_reporting_html.php:2090 -#: ../../include/functions_reporting_html.php:2099 -#: ../../operation/agentes/ver_agente.php:625 -#: ../../general/shortcut_bar.php:176 ../../general/shortcut_bar.php:178 -msgid "Alerts fired" -msgstr "Alertas disparadas" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:342 -msgid "Success be updated." -msgstr "Actualizado correctamente" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:567 -msgid "Name: " -msgstr "Nombre: " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:598 -#: ../../operation/agentes/status_monitor.php:1015 -msgid "(Adopt) " -msgstr "Adoptar " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:608 -#: ../../operation/agentes/status_monitor.php:1025 -msgid "(Unlinked) (Adopt) " -msgstr "(Sin enlazar) (Adoptar) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:612 -#: ../../operation/agentes/status_monitor.php:1029 -msgid "(Unlinked) " -msgstr "(Sin enlazar) " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:617 -msgid "Policy: " -msgstr "Política: " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:712 -msgid "Data: " -msgstr "Datos: " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:715 -#: ../../operation/agentes/estado_generalagente.php:550 -msgid "Last contact: " -msgstr "Último contacto: " - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1104 -#: ../../operation/snmpconsole/snmp_view.php:75 -#: ../../operation/snmpconsole/snmp_statistics.php:45 -#: ../../operation/snmpconsole/snmp_browser.php:86 -#: ../../operation/agentes/networkmap.php:301 -msgid "Normal screen" -msgstr "Pantalla normal" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1113 -#: ../../extensions/agents_modules.php:129 -#: ../../extensions/agents_alerts.php:117 -#: ../../operation/events/events.php:315 -#: ../../operation/snmpconsole/snmp_view.php:79 -#: ../../operation/snmpconsole/snmp_statistics.php:49 -#: ../../operation/snmpconsole/snmp_browser.php:90 -#: ../../operation/agentes/networkmap.php:314 -msgid "Full screen" -msgstr "Pantalla completa" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1119 -msgid "List of networkmap Enterprise" -msgstr "Lista de mapas de red Enterprise" - -#: ../../enterprise/operation/agentes/networkmap_enterprise.view.php:1123 +#: ../../enterprise/include/functions_metaconsole.php:789 +msgid "Group does not exist. Agent " +msgstr "El grupo no existe. Agente " + +#: ../../enterprise/include/functions_metaconsole.php:795 +msgid "Created group in destination DB" +msgstr "Creado el grupo en la base de datos destino" + +#: ../../enterprise/include/functions_metaconsole.php:799 +msgid "Error creating group. Agent " +msgstr "Error creando grupo. Agente " + +#: ../../enterprise/include/functions_metaconsole.php:805 +msgid "Group already exists in destination DB" +msgstr "El grupo ya existe en la base de datos destino" + +#: ../../enterprise/include/functions_update_manager.php:140 +#: ../../enterprise/include/functions_update_manager.php:272 +#: ../../include/functions_update_manager.php:326 +#: ../../include/functions_update_manager.php:329 +#: ../../include/functions_update_manager.php:423 +#: ../../include/functions_update_manager.php:427 +msgid "Could not connect to internet" +msgstr "No se puede conectar con internet" + +#: ../../enterprise/include/functions_update_manager.php:143 +#: ../../include/functions_update_manager.php:334 +#: ../../include/functions_update_manager.php:337 +#: ../../include/functions_update_manager.php:434 +#: ../../include/functions_update_manager.php:438 +msgid "Server not found." +msgstr "Servidor no encontrado" + +#: ../../enterprise/include/functions_update_manager.php:146 +#: ../../enterprise/include/functions_update_manager.php:282 #, php-format -msgid "Networkmap enterprise - %s" -msgstr "Networmap Enterprise - %s" +msgid "There is a error: %s" +msgstr "Hay un error: %s" -#: ../../enterprise/operation/agentes/agent_inventory.diff_view.php:40 -msgid "Unsucessful get module inventory data." -msgstr "No se han podido obtener datos del módulo de inventario" +#: ../../enterprise/include/functions_update_manager.php:160 +#, php-format +msgid "There are %s updates, and the first to update is:" +msgstr "Hay %s actualizaciones y la primera actualización es:" -#: ../../enterprise/operation/inventory/inventory.php:225 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/functions_graph.php:1350 -#: ../../include/functions_graph.php:3536 -#: ../../include/functions_graph.php:3541 -#: ../../include/functions_graph.php:4202 -#: ../../include/functions_graph.php:4205 -#: ../../include/functions_graph.php:4208 -#: ../../godmode/reporting/reporting_builder.item_editor.php:982 -msgid "Last" -msgstr "Último" +#: ../../enterprise/include/functions_update_manager.php:168 +msgid "Version number:" +msgstr "Número de versión:" -#: ../../enterprise/operation/inventory/inventory.php:264 -msgid "Export this list to CSV" -msgstr "Exportar esta lista a CSV" +#: ../../enterprise/include/functions_update_manager.php:169 +msgid "Show details" +msgstr "Ver detalles" -#: ../../enterprise/operation/reporting/custom_reporting.php:17 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:290 -msgid "PDF" -msgstr "PDF" +#: ../../enterprise/include/functions_update_manager.php:176 +#: ../../include/functions_update_manager.php:356 +msgid "Update to the last version" +msgstr "Actualizado a la ultima version" -#: ../../enterprise/operation/reporting/custom_reporting.php:19 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:291 -msgid "JSON" -msgstr "JSON" +#: ../../enterprise/include/functions_update_manager.php:191 +#: ../../include/functions_update_manager.php:359 +msgid "There is no update available." +msgstr "No hay actualizaciones disponibles" -#: ../../enterprise/operation/reporting/custom_reporting.php:21 -#: ../../extensions/insert_data.php:169 -#: ../../operation/agentes/exportdata.php:322 -msgid "CSV" -msgstr "CSV" +#: ../../enterprise/include/functions_update_manager.php:277 +#: ../../include/ajax/update_manager.ajax.php:392 +msgid "Fail to update to the last package." +msgstr "Fallo al actualizar al ultimo paquete" -#: ../../enterprise/operation/reporting/custom_reporting.php:22 -msgid "" -"All the items are not available in CSV, only the previous versions ones." +#: ../../enterprise/include/functions_update_manager.php:292 +#: ../../include/ajax/update_manager.ajax.php:400 +msgid "Starting to update to the last package." +msgstr "Comenzando la actualización al último paquete" + +#: ../../enterprise/include/functions_update_manager.php:323 +#: ../../include/ajax/update_manager.ajax.php:73 +msgid "There was an error extracting the file '" +msgstr "Hay un error al extraer el fichero '" + +#: ../../enterprise/include/functions_update_manager.php:340 +#: ../../include/ajax/update_manager.ajax.php:89 +msgid "The package was not extracted." +msgstr "El paquete no se pudo extraer" + +#: ../../enterprise/include/functions_update_manager.php:384 +#: ../../include/ajax/update_manager.ajax.php:471 +msgid "progress" +msgstr "Progreso" + +#: ../../enterprise/include/functions_update_manager.php:462 +#: ../../enterprise/include/functions_update_manager.php:466 +#: ../../enterprise/include/functions_update_manager.php:493 +#: ../../include/ajax/update_manager.ajax.php:169 +#: ../../include/ajax/update_manager.ajax.php:173 +#: ../../include/ajax/update_manager.ajax.php:200 +#: ../../include/functions_update_manager.php:128 +#: ../../include/functions_update_manager.php:132 +#: ../../include/functions_update_manager.php:158 +msgid "Some of your files might not be recovered." msgstr "" -"Todos los ítems no están disponibles en CSV, solo en la versión previa" +"Algunos de sus ficheros puede que no se hayan recuperado correctamente." -#: ../../enterprise/operation/reporting/custom_reporting.php:43 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:339 -msgid "Export to PDF" -msgstr "Exportar a PDF" +#: ../../enterprise/include/functions_update_manager.php:471 +#: ../../enterprise/include/functions_update_manager.php:487 +#: ../../include/ajax/update_manager.ajax.php:177 +#: ../../include/ajax/update_manager.ajax.php:194 +#: ../../include/functions_update_manager.php:136 +#: ../../include/functions_update_manager.php:152 +msgid "Some of your old files might not be recovered." +msgstr "Algunos de sus ficheros antiguos no se han podido recuperar." -#: ../../enterprise/operation/reporting/custom_reporting.php:47 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:341 -msgid "Export to JSON" -msgstr "Exportar a JSON" +#: ../../enterprise/include/functions_update_manager.php:508 +#: ../../include/ajax/update_manager.ajax.php:215 +#: ../../include/functions_update_manager.php:173 +msgid "An error ocurred while reading a file." +msgstr "Se produjo un error al leer un fichero" -#: ../../enterprise/operation/reporting/custom_reporting.php:55 -#: ../../enterprise/operation/reporting/custom_reporting.php:78 -msgid "Send by email" -msgstr "Enviar por correo-e" +#: ../../enterprise/include/functions_update_manager.php:515 +#: ../../include/ajax/update_manager.ajax.php:222 +#: ../../include/functions_update_manager.php:180 +msgid "The package does not exist" +msgstr "El paquete no existe." -#: ../../enterprise/operation/reporting/custom_reporting.php:63 -msgid "ID Report" -msgstr "ID Informe" +#: ../../enterprise/include/functions_update_manager.php:524 +#: ../../include/ajax/update_manager.ajax.php:499 +#: ../../include/functions_update_manager.php:189 +msgid "The package is installed." +msgstr "El paquete está instalado" -#: ../../enterprise/operation/reporting/custom_reporting.php:102 -msgid "Send by email " -msgstr "Enviar por correo-e " +#: ../../enterprise/include/functions_dashboard.php:360 +#, php-format +msgid "Copy of %s" +msgstr "Copia de %s" -#: ../../enterprise/godmode/menu.php:17 -#: ../../enterprise/godmode/massive/massive_operations.php:67 -msgid "Policies operations" -msgstr "Operaciones de las políticas" +#: ../../enterprise/include/functions_groups.php:47 +msgid "Metaconsole" +msgstr "Metaconsola" -#: ../../enterprise/godmode/menu.php:26 -#: ../../enterprise/godmode/massive/massive_operations.php:47 -msgid "SNMP operations" -msgstr "Operaciones SNMP" +#: ../../enterprise/include/functions_transactional.php:386 +#, fuzzy +msgid "Error in dependencies field" +msgstr "Error en la eliminación de día especial" -#: ../../enterprise/godmode/menu.php:35 -#: ../../enterprise/godmode/massive/massive_operations.php:27 -msgid "Satellite operations" -msgstr "Operaciones satélite" +#: ../../enterprise/include/functions_transactional.php:395 +#, fuzzy +msgid "Error in enables field" +msgstr "Error en la eliminación de día especial" -#: ../../enterprise/godmode/menu.php:45 ../../enterprise/godmode/menu.php:136 -msgid "Duplicate config" -msgstr "Duplicar configuración" +#: ../../enterprise/include/functions_alert_event.php:925 +msgid "Module alert" +msgstr "Alerta de módulos" -#: ../../enterprise/godmode/menu.php:70 -msgid "Manage policies" -msgstr "Gestionar políticas" +#: ../../enterprise/dashboard/widgets/reports.php:29 +msgid "Show a report made by user" +msgstr "Mostrar un informe hecho por el usuario" -#: ../../enterprise/godmode/menu.php:96 -msgid "Enterprise ACL Setup" -msgstr "Configuración ACL Enterprise" +#: ../../enterprise/dashboard/widgets/groups_status.php:24 +msgid "Groups status" +msgstr "Estado de los grupos" -#: ../../enterprise/godmode/menu.php:103 -msgid "Skins" -msgstr "Skins" +#: ../../enterprise/dashboard/widgets/groups_status.php:26 +msgid "General and quick group status report" +msgstr "Informe general y rápido del estado de los grupos" -#: ../../enterprise/godmode/menu.php:112 -#: ../../enterprise/godmode/servers/manage_export.php:41 -#: ../../enterprise/godmode/servers/manage_export_form.php:56 -msgid "Export targets" -msgstr "Servidores de exportación" +#: ../../enterprise/dashboard/widgets/top_n.php:31 +#: ../../include/functions_reporting.php:826 +msgid "Top N" +msgstr "Top N" -#: ../../enterprise/godmode/menu.php:130 -msgid "Log Collector" -msgstr "Colector de Logs" +#: ../../enterprise/dashboard/widgets/top_n.php:34 +msgid "Show a top n of agents modules." +msgstr "Mostrar el top N de módulos" -#: ../../enterprise/godmode/menu.php:143 -msgid "Password policy" -msgstr "Política de contraseñas" +#: ../../enterprise/dashboard/widgets/top_n.php:63 +#: ../../include/functions_netflow.php:1051 +#: ../../include/functions_netflow.php:1084 +msgid "5 hours" +msgstr "5 horas" -#: ../../enterprise/godmode/services/services.elements.php:70 -#: ../../enterprise/godmode/services/services.service.php:255 -msgid "" -"This values are by default because the service is auto calculate mode." -msgstr "" -"Estos valores están por defecto porque el servicio está en modo auto-cálculo" +#: ../../enterprise/dashboard/widgets/top_n.php:79 +#: ../../include/functions_graph.php:4157 +msgid "Avg." +msgstr "Media" -#: ../../enterprise/godmode/services/services.elements.php:82 -msgid "Invalid service" -msgstr "Servicio inválido" - -#: ../../enterprise/godmode/services/services.elements.php:123 -#: ../../enterprise/godmode/services/services.elements.php:128 -#: ../../operation/search_maps.php:33 -msgid "Elements" +#: ../../enterprise/dashboard/widgets/top_n.php:82 +#: ../../godmode/reporting/map_builder.php:209 +msgid "Items" msgstr "Elementos" -#: ../../enterprise/godmode/services/services.elements.php:147 -msgid "Error empty module" -msgstr "Error al vaciar los módulos" - -#: ../../enterprise/godmode/services/services.elements.php:156 -msgid "Error empty agent" -msgstr "Error al vaciar el agente" - -#: ../../enterprise/godmode/services/services.elements.php:165 -msgid "Error empty service" -msgstr "Error al vaciar el servicio" - -#: ../../enterprise/godmode/services/services.elements.php:187 -msgid "Service element created successfully" -msgstr "Elemento del servicio creado correctamente" - -#: ../../enterprise/godmode/services/services.elements.php:188 -msgid "Error creating service element" -msgstr "Error al crear elemento de servicio" - -#: ../../enterprise/godmode/services/services.elements.php:253 -msgid "Service element updated successfully" -msgstr "Elemento de servicio actualizado correctamente" - -#: ../../enterprise/godmode/services/services.elements.php:254 -msgid "Error updating service element" -msgstr "Error al actualizar el elemento de sevicio" - -#: ../../enterprise/godmode/services/services.elements.php:261 -msgid "Service element deleted successfully" -msgstr "Elemento de servicio eliminado correctamente" - -#: ../../enterprise/godmode/services/services.elements.php:262 -msgid "Error deleting service element" -msgstr "Error al eliminar el elemento de servicio" - -#: ../../enterprise/godmode/services/services.elements.php:300 -msgid "Edit element service" -msgstr "Editar elemento de servicio" - -#: ../../enterprise/godmode/services/services.elements.php:303 -msgid "Create element service" -msgstr "Crear elemento de sevicio" - -#: ../../enterprise/godmode/services/services.elements.php:353 -msgid "First select an agent" -msgstr "Primero, seleccione un agente" - -#: ../../enterprise/godmode/services/services.elements.php:371 -msgid "Critical weight" -msgstr "Peso crítico" - -#: ../../enterprise/godmode/services/services.elements.php:376 -msgid "Warning weight" -msgstr "Advertencia de peso" - -#: ../../enterprise/godmode/services/services.elements.php:381 -msgid "Unknown weight" -msgstr "Peso desconocido" - -#: ../../enterprise/godmode/services/services.elements.php:386 -msgid "Ok weight" -msgstr "Peso correcto" - -#: ../../enterprise/godmode/services/services.elements.php:394 -msgid "" -"Only the critical elements are relevant to calculate the service status" -msgstr "" -"Solo los elementos críticos son relevantes para calcular el estado del " -"servicio" - -#: ../../enterprise/godmode/services/services.service.php:62 -msgid "Service created successfully" -msgstr "Servicio creado correctamente" - -#: ../../enterprise/godmode/services/services.service.php:63 -msgid "Error creating service" -msgstr "Error al crear servicio" - -#: ../../enterprise/godmode/services/services.service.php:85 -msgid "No name and description specified for the service" -msgstr "Ningún nombre y descripción especificados para el servicio" - -#: ../../enterprise/godmode/services/services.service.php:90 -msgid "No name specified for the service" -msgstr "Ningún nombre especificado para el servicio" - -#: ../../enterprise/godmode/services/services.service.php:95 -msgid "No description specified for the service" -msgstr "Ninguna descripción especificada para el servicio" - -#: ../../enterprise/godmode/services/services.service.php:109 -msgid "Error updating service" -msgstr "Error al actualizar el sevicio" - -#: ../../enterprise/godmode/services/services.service.php:113 -msgid "Service updated successfully" -msgstr "Servicio actualizado correctamente" - -#: ../../enterprise/godmode/services/services.service.php:130 -msgid "New Service" -msgstr "Nuevo servicio" - -#: ../../enterprise/godmode/services/services.service.php:218 -msgid "No Services or concrete action" -msgstr "Sin Servicios o acción concreta" - -#: ../../enterprise/godmode/services/services.service.php:229 -msgid "General Data" -msgstr "Datos Generales" - -#: ../../enterprise/godmode/services/services.service.php:245 -msgid "You should set the weights manually" -msgstr "Debe establecer los pesos de forma manual" - -#: ../../enterprise/godmode/services/services.service.php:248 -msgid "The weights have default values" -msgstr "Los pesos tienen valores por defecto" - -#: ../../enterprise/godmode/services/services.service.php:251 -msgid "" -"Only the elements configured as 'critical element' are used to calculate the " -"service status" -msgstr "" -"Sólo los elementos configurados como \"elemento crítico\" se utilizan para " -"calcular el estado del servicio" - -#: ../../enterprise/godmode/services/services.service.php:271 -msgid "Agent to store data" -msgstr "Agentes para almacenar datos" - -#: ../../enterprise/godmode/services/services.service.php:294 -msgid "S.L.A. interval" -msgstr "Intervalo SLA" - -#: ../../enterprise/godmode/services/services.service.php:299 -msgid "S.L.A. limit" -msgstr "Límite SLA" - -#: ../../enterprise/godmode/services/services.service.php:301 -msgid "Please set limit between 0 to 100." -msgstr "Por favor, introduzca un límite de 0 a 100" - -#: ../../enterprise/godmode/services/services.service.php:309 -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 "" -"Aquí se describen las plantillas de alertas, que utilizarán sus acciones por " -"defecto.\n" -"\t\tPuedes modificar el comportambiento de las alertas de edición de " -"comportamiento por defecto en el agente que almacena definiciones de datos y " -"alerta sobre el servicio y el estado de SLA." - -#: ../../enterprise/godmode/services/services.service.php:322 -msgid "Warning Service alert" -msgstr "Alerta de advertencia del servicio" - -#: ../../enterprise/godmode/services/services.service.php:333 -msgid "Critical Service alert" -msgstr "Alerta crítica del servicio" - -#: ../../enterprise/godmode/services/services.service.php:351 -msgid "SLA critical service alert" -msgstr "Alerta crítica de servicio SLA." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:56 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:230 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:243 -#: ../../extensions/realtime_graphs.php:108 -#: ../../include/functions_snmp_browser.php:401 -msgid "OID" -msgstr "OID" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor_form.php:65 -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:231 -msgid "Custom OID" -msgstr "OID personalizado" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:55 -msgid "Error parsing MIB" -msgstr "Error al analizar MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:128 -msgid "Successfully added trap custom values" -msgstr "Añadidos correctamente a los valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:131 -msgid "Error adding trap custom values" -msgstr "Error al añadir los valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:158 -msgid "No change in data" -msgstr "No hay cambios en los datos" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:161 -msgid "Successfully updated trap custom values" -msgstr "Los valores personalizados trap se han añadido correctamente" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:164 -msgid "Error updating trap custom values" -msgstr "Error al actualizar los valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:174 -msgid "Successfully deleted trap custom values" -msgstr "Valores personalizados trap eliminados correctamente" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:178 -msgid "Error deleting trap custom values" -msgstr "Error al eliminar valores personalizados trap" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:187 -#, php-format -msgid "Uploaded %s/%s traps" -msgstr "Actualizados %s/%s traps" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:191 -#, php-format -msgid "Fail uploaded %s/%s traps" -msgstr "Fallo al actualizar %s/%s traps" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:196 -msgid "Fail uploaded file" -msgstr "Fallo al subir el archivo" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:200 -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 "" -"Los ficheros MIB se cargarán y buscaron las definiciones de SNMP trap. ¡No " -"van a ser instalados en el sistema! Puede usar el cargador de MIB para ese " -"propósito." - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:208 -msgid "Load MIB" -msgstr "Cargar MIB" - -#: ../../enterprise/godmode/snmpconsole/snmp_trap_editor.php:210 -msgid "Upload MIB" -msgstr "Actualizar MIB" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:55 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:49 -#: ../../enterprise/godmode/alerts/alert_events.php:45 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:70 -msgid "List event alerts" -msgstr "Lista de alertas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:59 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:54 -#: ../../enterprise/godmode/alerts/alert_events.php:50 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:75 -msgid "Builder event alert" -msgstr "Creador de alertas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:186 -#: ../../enterprise/godmode/policies/policy_agents.php:144 -#: ../../operation/incidents/incident_detail.php:67 -#: ../../godmode/alerts/alert_list.php:167 -#: ../../godmode/massive/massive_add_alerts.php:112 -#: ../../godmode/massive/massive_add_tags.php:88 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -msgid "Successfully added" -msgstr "Añadido correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:187 -#: ../../enterprise/godmode/policies/policy_agents.php:145 -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:121 -#: ../../operation/incidents/incident_detail.php:68 -#: ../../godmode/alerts/alert_list.php:167 -#: ../../godmode/massive/massive_add_alerts.php:113 -#: ../../godmode/massive/massive_add_tags.php:89 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -#: ../../godmode/massive/massive_add_action_alerts.php:85 -#: ../../godmode/massive/massive_add_action_alerts.php:101 -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "Could not be added" -msgstr "No se pudo añadir" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:255 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -#: ../../godmode/alerts/alert_list.php:235 -#: ../../godmode/massive/massive_standby_alerts.php:96 -msgid "Successfully set standby" -msgstr "Modo standby activado" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:256 -#: ../../enterprise/godmode/policies/policy_alerts.php:122 -#: ../../godmode/alerts/alert_list.php:235 -#: ../../godmode/massive/massive_standby_alerts.php:96 -msgid "Could not be set standby" -msgstr "No se pudo establecer el modo standby" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:272 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -#: ../../godmode/alerts/alert_list.php:252 -#: ../../godmode/massive/massive_standby_alerts.php:78 -msgid "Successfully set off standby" -msgstr "Se ha desactivado el modo standby" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:273 -#: ../../enterprise/godmode/policies/policy_alerts.php:139 -#: ../../godmode/alerts/alert_list.php:252 -#: ../../godmode/massive/massive_standby_alerts.php:78 -msgid "Could not be set off standby" -msgstr "No se pudo desactivar el modo standby" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -#: ../../godmode/servers/modificar_server.php:76 -#: ../../godmode/servers/modificar_server.php:88 -msgid "Successfully action" -msgstr "Acción procesada satisfactoriamente" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:328 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:357 -msgid "Error processing action" -msgstr "Error al procesar la acción" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -#: ../../operation/agentes/alerts_status.functions.php:32 -msgid "Alert(s) validated" -msgstr "Alerta(s) validada(s)" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:343 -msgid "Error validating alert(s)" -msgstr "Error al validar la alerta" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:421 -msgid "Ac." -msgstr "Ac." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:426 -msgid "Val." -msgstr "Val." - -#: ../../enterprise/godmode/alerts/alert_events_list.php:427 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:412 -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:121 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:305 -#: ../../enterprise/godmode/policies/policy_alerts.php:242 -#: ../../godmode/alerts/alert_list.list.php:405 -#: ../../godmode/massive/massive_copy_modules.php:133 -msgid "Operations" -msgstr "Operaciones" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:486 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:440 -msgid "Move up" -msgstr "Subir" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:498 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:447 -msgid "Move down" -msgstr "Bajar" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:536 -msgid "No associated actions" -msgstr "No hay acciones asociadas" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:551 -#: ../../enterprise/godmode/policies/policy_alerts.php:328 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:214 -#: ../../include/functions_alerts.php:558 -#: ../../godmode/alerts/alert_list.list.php:513 -#: ../../godmode/alerts/alert_view.php:195 -msgid "Always" -msgstr "Siempre" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:553 -#: ../../enterprise/godmode/policies/policy_alerts.php:330 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:216 -#: ../../godmode/alerts/alert_list.list.php:515 -msgid "On" -msgstr "Activado" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:557 -#: ../../enterprise/godmode/policies/policy_alerts.php:334 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:220 -#: ../../godmode/alerts/alert_list.list.php:519 -msgid "Until" -msgstr "Hasta" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:582 -#: ../../enterprise/godmode/alerts/alert_events_list.php:584 -#: ../../enterprise/godmode/policies/policy_alerts.php:588 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:242 -#: ../../godmode/snmpconsole/snmp_alert.php:1121 -#: ../../godmode/alerts/alert_list.list.php:681 -#: ../../godmode/alerts/alert_list.list.php:685 -#: ../../godmode/alerts/alert_list.list.php:819 -msgid "Add action" -msgstr "Añadir acción" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:599 -#: ../../enterprise/godmode/policies/policy_alerts.php:465 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:278 -#: ../../godmode/alerts/alert_list.list.php:593 -#: ../../godmode/alerts/alert_list.builder.php:119 -#: ../../godmode/massive/massive_add_action_alerts.php:159 -msgid "Number of alerts match from" -msgstr "Número de alertas coincidentes de" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:640 -msgid "View associated rules" -msgstr "Ver reglas asociadas" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:657 -msgid "There are no defined events alerts" -msgstr "No hay definidas alerta de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:707 -#: ../../enterprise/godmode/agentes/plugins_manager.php:111 -#: ../../enterprise/godmode/agentes/plugins_manager.php:160 -#: ../../enterprise/godmode/policies/policy_alerts.php:548 -#: ../../include/functions.php:2534 ../../godmode/extensions.php:285 -#: ../../godmode/users/user_list.php:464 -#: ../../godmode/alerts/alert_list.list.php:129 -#: ../../godmode/alerts/alert_list.list.php:762 -msgid "Disable" -msgstr "Desactivar" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:715 -#: ../../enterprise/godmode/agentes/plugins_manager.php:111 -#: ../../enterprise/godmode/agentes/plugins_manager.php:147 -#: ../../enterprise/godmode/policies/policy_alerts.php:556 -#: ../../godmode/extensions.php:281 ../../godmode/users/user_list.php:467 -#: ../../godmode/alerts/alert_list.list.php:128 -#: ../../godmode/alerts/alert_list.list.php:771 -msgid "Enable" -msgstr "Activar" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:724 -#: ../../enterprise/godmode/policies/policy_alerts.php:565 -#: ../../godmode/alerts/alert_list.list.php:780 -msgid "Set off standby" -msgstr "Desactivar standby" - -#: ../../enterprise/godmode/alerts/alert_events_list.php:733 -#: ../../enterprise/godmode/policies/policy_alerts.php:574 -#: ../../godmode/alerts/alert_list.list.php:789 -msgid "Set standby" -msgstr "Activar modo standby" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:58 -#: ../../enterprise/godmode/alerts/alert_events.php:58 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:79 -msgid "List event rules" -msgstr "Lista de reglas de eventos" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:69 -msgid "Configure event rule" -msgstr "Configurar regla de evento" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -msgid "User comment" -msgstr "Comentario de usuario" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:134 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:146 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:149 -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -msgid "This field will be processed with regexp" -msgstr "Este campo será procesado con regexp" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:137 -#: ../../operation/events/events.php:73 -msgid "Event" -msgstr "Evento" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:140 -msgid "Window" -msgstr "ventana" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:152 -#: ../../include/class/Tree.class.php:1554 -msgid "Module alerts" -msgstr "Alertas de módulo" - -#: ../../enterprise/godmode/alerts/configure_alert_rule.php:161 -#: ../../enterprise/godmode/alerts/alert_events_rules.php:410 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:308 -#: ../../mobile/operation/modules.php:151 -#: ../../mobile/operation/modules.php:152 -#: ../../mobile/operation/modules.php:244 -#: ../../mobile/operation/modules.php:245 -#: ../../operation/agentes/group_view.php:228 -msgid "Tag" -msgstr "Etiqueta" - -#: ../../enterprise/godmode/alerts/alert_events.php:71 -msgid "Configure event alert" -msgstr "Configurar alerta de eventos" - -#: ../../enterprise/godmode/alerts/alert_events.php:96 -#: ../../enterprise/godmode/alerts/alert_events.php:101 -#: ../../enterprise/godmode/alerts/alert_events.php:116 -#: ../../enterprise/godmode/alerts/alert_events.php:121 -#: ../../enterprise/godmode/alerts/alert_events.php:136 -#: ../../enterprise/godmode/alerts/alert_events.php:141 -#: ../../enterprise/godmode/setup/setup_history.php:67 -#: ../../include/functions_config.php:633 -#: ../../godmode/alerts/configure_alert_template.php:147 -#: ../../godmode/alerts/configure_alert_template.php:152 -#: ../../godmode/alerts/configure_alert_template.php:167 -#: ../../godmode/alerts/configure_alert_template.php:172 -#: ../../godmode/alerts/configure_alert_template.php:187 -#: ../../godmode/alerts/configure_alert_template.php:192 -msgid "Step" -msgstr "Paso" - -#: ../../enterprise/godmode/alerts/alert_events.php:117 -#: ../../enterprise/godmode/alerts/alert_events.php:122 -#: ../../godmode/alerts/configure_alert_template.php:168 -#: ../../godmode/alerts/configure_alert_template.php:173 -msgid "Conditions" -msgstr "Condiciones" - -#: ../../enterprise/godmode/alerts/alert_events.php:137 -#: ../../enterprise/godmode/alerts/alert_events.php:142 -#: ../../godmode/alerts/configure_alert_template.php:188 -#: ../../godmode/alerts/configure_alert_template.php:193 -msgid "Advanced fields" -msgstr "Campos avanzados" - -#: ../../enterprise/godmode/alerts/alert_events.php:347 -msgid "Could not be created, please fill alert name" -msgstr "No se pudo crear, por favor, introduzca un nombre de alerta" - -#: ../../enterprise/godmode/alerts/alert_events.php:430 -#: ../../godmode/alerts/configure_alert_template.php:516 -msgid "Days of week" -msgstr "Días de la semana" - -#: ../../enterprise/godmode/alerts/alert_events.php:446 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1311 -#: ../../godmode/alerts/configure_alert_template.php:535 -#: ../../godmode/reporting/reporting_builder.item_editor.php:795 -msgid "Time from" -msgstr "Hora desde" - -#: ../../enterprise/godmode/alerts/alert_events.php:449 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1319 -#: ../../godmode/alerts/configure_alert_template.php:539 -#: ../../godmode/reporting/reporting_builder.item_editor.php:804 -msgid "Time to" -msgstr "Hora hasta" - -#: ../../enterprise/godmode/alerts/alert_events.php:457 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:253 -#: ../../godmode/snmpconsole/snmp_alert.php:805 -#: ../../godmode/alerts/configure_alert_template.php:549 -msgid "Min. number of alerts" -msgstr "Número mínimo de alertas" - -#: ../../enterprise/godmode/alerts/alert_events.php:460 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:255 -#: ../../godmode/snmpconsole/snmp_alert.php:808 -#: ../../godmode/alerts/configure_alert_template.php:552 -msgid "Max. number of alerts" -msgstr "Número máximo de alertas" - -#: ../../enterprise/godmode/alerts/alert_events.php:463 -msgid "Rule evaluation mode" -msgstr "Modo de evaluación de reglas" - -#: ../../enterprise/godmode/alerts/alert_events.php:467 -msgid "Group by" -msgstr "Agrupar por" - -#: ../../enterprise/godmode/alerts/alert_events.php:474 -#: ../../godmode/alerts/alert_commands.php:105 -#: ../../godmode/alerts/alert_commands.php:109 -#: ../../godmode/alerts/alert_commands.php:120 -#: ../../godmode/alerts/alert_commands.php:128 -#: ../../godmode/alerts/configure_alert_template.php:668 -#: ../../godmode/alerts/alert_view.php:471 -#: ../../godmode/alerts/alert_view.php:548 -#, php-format -msgid "Field %s" -msgstr "Campo %s" - -#: ../../enterprise/godmode/alerts/alert_events.php:517 -#: ../../godmode/alerts/configure_alert_action.php:101 -#: ../../godmode/alerts/alert_list.builder.php:129 -msgid "Create Action" -msgstr "Crear Acción" - -#: ../../enterprise/godmode/alerts/alert_events.php:523 -msgid "Please Read" -msgstr "Por favor, lea" - -#: ../../enterprise/godmode/alerts/alert_events.php:524 -msgid "" -"Since the alert can have multiple actions. You can edit them from the alert " -"list of events." -msgstr "" -"Debido a que la alerta puede tener múltiples acciones, debe editarlas desde " -"la lista de alertas de eventos." - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:91 -msgid "Event rules" -msgstr "Reglas de eventos" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:203 -msgid "Error creating rule" -msgstr "Error al crear regla" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:208 -msgid "Successfully created rule" -msgstr "Regla creada correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:255 -msgid "Error updating rule" -msgstr "Error al actualizar la regla" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:259 -msgid "Successfully updating rule" -msgstr "Regla actualizada correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:269 -msgid "Error updating rule operators" -msgstr "Error al actualizar los operadores de reglas" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:272 -msgid "Successfully update rule operators" -msgstr "Operadores actualizados correctamente" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:408 -msgid "(Agent)" -msgstr "(Agente)" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:411 -msgid "Operator" -msgstr "Operador" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:492 -msgid "Logic expression for these rules:" -msgstr "Expresión lógica para estas reglas" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:500 -msgid "Update operators" -msgstr "Actualizar operadores" - -#: ../../enterprise/godmode/alerts/alert_events_rules.php:506 -msgid "There are no defined alert event rules" -msgstr "No hay definidas reglas para alerta de eventos" - -#: ../../enterprise/godmode/agentes/collections.php:48 -msgid "Success: recreate file" -msgstr "Éxito: al volver a crear el archivo" - -#: ../../enterprise/godmode/agentes/collections.php:51 -msgid "Error: recreate file " -msgstr "Error: volver a crear archivo " - -#: ../../enterprise/godmode/agentes/collections.php:64 -#: ../../enterprise/godmode/agentes/collections.php:82 -#: ../../enterprise/godmode/agentes/collections.php:153 -msgid "Collections Management" -msgstr "Gestión de colecciones" - -#: ../../enterprise/godmode/agentes/collections.php:116 -msgid "Manager collection" -msgstr "Gestor de colecciones" - -#: ../../enterprise/godmode/agentes/collections.php:124 -#: ../../enterprise/godmode/agentes/collections.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:91 -msgid "Successful create collection package." -msgstr "Paquete de la colección creado correctamente" - -#: ../../enterprise/godmode/agentes/collections.php:140 -#: ../../enterprise/godmode/agentes/collection_manager.php:92 -msgid "Can not create collection package." -msgstr "No se puede crear paquete de la colección" - -#: ../../enterprise/godmode/agentes/collections.php:160 -msgid "Error: The main directory of collections does not exist." -msgstr "Error: El directorio principal de las colecciones no existe." - -#: ../../enterprise/godmode/agentes/collections.php:182 -#: ../../enterprise/godmode/agentes/collection_manager.php:106 -#: ../../enterprise/godmode/policies/policy_collections.php:122 -#: ../../enterprise/godmode/policies/policy_collections.php:193 -msgid "Short Name" -msgstr "Nombre Corto" - -#: ../../enterprise/godmode/agentes/collections.php:204 -msgid "Are you sure to delete?" -msgstr "¿Está seguro de que quiere eliminarlo?" - -#: ../../enterprise/godmode/agentes/collections.php:205 -msgid "Delete collection" -msgstr "Eliminar colección" - -#: ../../enterprise/godmode/agentes/collections.php:211 -msgid "Re-Apply changes" -msgstr "Volver a aplicar los cambios" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:26 -msgid "Synthetic arithmetic" -msgstr "Aritmética sintética" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:29 -msgid "Synthetic average" -msgstr "Media sintética" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:99 -msgid "Fixed value" -msgstr "Valor fijo" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:104 -msgid "Add module to operation as add" -msgstr "Añadir módulo a la operación como suma" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:105 -msgid "Add module to operations as deduct" -msgstr "Añadir módulo a la operacion como resta" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:106 -msgid "Add module to operations as multiplicate " -msgstr "Añadir módulo a la operacion como multiplicador " - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:107 -msgid "Add module to operations as divide" -msgstr "Añadir módulo a la operacion como divisor" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:108 -msgid "Remove selected modules" -msgstr "Eliminar los módulos seleccionados" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:113 -msgid "Add module to average operation" -msgstr "Añadir módulo al promedio de la operación" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:114 -msgid "Remove selected modules from operations stack" -msgstr "Eliminar los módulos de las operaciones" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:129 -msgid "Move down selected modules" -msgstr "Mover hacia abajo los módulos seleccionados" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:130 -msgid "Move up selected modules" -msgstr "Mover hacia arriba los módulos seleccionados" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:158 -msgid "Select Service" -msgstr "Seleccionar servicio" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:169 -msgid "Netflow filter" -msgstr "Filtro de netflow" - -#: ../../enterprise/godmode/agentes/module_manager_editor_prediction.php:178 -msgid "Select filter" -msgstr "Seleccionar filtro" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:29 -msgid "Web server module" -msgstr "Módulo del servidor web" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:85 -msgid "Requests" -msgstr "Peticiones" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:88 -msgid "Agent browser id" -msgstr "ID del navegador (Agent Browser)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:102 -msgid "HTTP auth (login)" -msgstr "HTTP aut. (login)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:106 -msgid "HTTP auth (pass)" -msgstr "HTTP aut. (contraseña)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:113 -msgid "HTTP auth (server)" -msgstr "HTTP aut. (servidor)" - -#: ../../enterprise/godmode/agentes/module_manager_editor_web.php:117 -msgid "HTTP auth (realm)" -msgstr "HTTP aut. (campo)" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:57 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:81 -msgid "Successfully added inventory module" -msgstr "Módulo añadido al inventario con éxito" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:60 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:85 -msgid "Error adding inventory module" -msgstr "Error al añadir el módulo al inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:69 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:106 -msgid "Successfully deleted inventory module" -msgstr "Módulo del inventario eliminado correctamente" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:72 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:110 -msgid "Error deleting inventory module" -msgstr "Erro al eliminar el módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:80 -msgid "Successfully forced inventory module" -msgstr "Módulo del inventario forzado correctamente" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:83 -msgid "Error forcing inventory module" -msgstr "Error al forzar un módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:108 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:92 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:141 -msgid "Successfully updated inventory module" -msgstr "Módulo del inventario actualizado correctamente" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:111 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:96 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:145 -msgid "Error updating inventory module" -msgstr "Error al actualizar el módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:129 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:54 -msgid "Inventory module error" -msgstr "Error del módulo del inventario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:178 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:192 -#: ../../include/ajax/module.php:120 -msgid "6 hours" -msgstr "6 horas" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:181 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:187 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:195 -#: ../../include/functions_netflow.php:1054 -#: ../../include/functions_netflow.php:1087 -#: ../../godmode/setup/performance.php:88 -msgid "2 days" -msgstr "2 días" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:182 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:196 -msgid "7 days" -msgstr "7 días" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:183 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:190 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:197 -#: ../../include/functions.php:1990 ../../include/functions_netflow.php:1056 -#: ../../include/functions_netflow.php:1089 ../../include/ajax/module.php:124 -msgid "15 days" -msgstr "15 días" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:184 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:198 -#: ../../include/functions.php:1991 ../../include/functions_netflow.php:1091 -#: ../../include/ajax/module.php:125 -msgid "1 month" -msgstr "1 mes" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:188 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:201 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:262 -#: ../../godmode/agentes/module_manager_editor_wmi.php:51 -#: ../../godmode/massive/massive_edit_modules.php:495 -#: ../../godmode/modules/manage_network_components_form_wmi.php:48 -msgid "Username" -msgstr "Usuario" - -#: ../../enterprise/godmode/agentes/inventory_manager.php:195 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:207 -msgid "Update all" -msgstr "Actualizar todo" - -#: ../../enterprise/godmode/agentes/collections.data.php:47 -#: ../../enterprise/godmode/agentes/collections.data.php:123 -#: ../../enterprise/godmode/agentes/collections.data.php:142 -#: ../../enterprise/godmode/agentes/collections.data.php:157 -#: ../../enterprise/godmode/agentes/collections.data.php:179 -#: ../../enterprise/godmode/agentes/collections.data.php:221 -msgid "Manager configuration > New" -msgstr "Gestionar la configuración > New" - -#: ../../enterprise/godmode/agentes/collections.data.php:94 -#: ../../enterprise/godmode/agentes/collections.data.php:198 -#: ../../enterprise/godmode/agentes/collections.data.php:267 -#: ../../enterprise/godmode/agentes/collections.data.php:281 -#: ../../enterprise/godmode/agentes/collections.data.php:287 -#: ../../enterprise/godmode/agentes/collections.editor.php:55 -msgid "Manager configuration > Edit " -msgstr "Gestionar la configuración > Edit " - -#: ../../enterprise/godmode/agentes/collections.data.php:130 -msgid "" -"Unable to create the collection. Another collection with the same short name." -msgstr "" -"No se ha podido crear la colección. Hay otra colección con el mismo nombre " -"corto." - -#: ../../enterprise/godmode/agentes/collections.data.php:148 -#: ../../enterprise/godmode/agentes/collections.data.php:163 -msgid "Unable to create the collection" -msgstr "Imposible crear la colección" - -#: ../../enterprise/godmode/agentes/collections.data.php:148 -msgid "Invalid characters in short name" -msgstr "Caracteres inválidos en el nombre" - -#: ../../enterprise/godmode/agentes/collections.data.php:185 -#: ../../enterprise/godmode/agentes/collections.data.php:229 -msgid "Unable to create the collection." -msgstr "Imposible crear la colección" - -#: ../../enterprise/godmode/agentes/collections.data.php:206 -#: ../../enterprise/godmode/agentes/collections.data.php:293 -msgid "Correct create collection" -msgstr "Creado con éxito colección de ficheros." - -#: ../../enterprise/godmode/agentes/collections.data.php:271 -msgid "Unable to edit the collection, empty name." -msgstr "Imposible crear colección. Nombre vacío." - -#: ../../enterprise/godmode/agentes/collections.data.php:284 -msgid "Unable to edit the collection." -msgstr "Imposible editar colección" - -#: ../../enterprise/godmode/agentes/collections.data.php:306 -msgid "Error: The collection directory does not exist." -msgstr "Error: El directorio donde se almacenan las colecciones no existe." - -#: ../../enterprise/godmode/agentes/collections.data.php:316 -#: ../../godmode/setup/os.builder.php:34 -#: ../../godmode/reporting/visual_console_builder.data.php:99 -msgid "Name:" -msgstr "Nombre:" - -#: ../../enterprise/godmode/agentes/collections.data.php:323 -msgid "Recreate file" -msgstr "Volver a crear archivo" - -#: ../../enterprise/godmode/agentes/collections.data.php:339 -#: ../../enterprise/godmode/agentes/collections.data.php:340 -#: ../../enterprise/godmode/agentes/collection_manager.php:138 -#: ../../enterprise/godmode/agentes/collection_manager.php:139 -#: ../../enterprise/godmode/agentes/collection_manager.php:224 -#: ../../enterprise/godmode/agentes/collection_manager.php:225 -msgid "Need to regenerate" -msgstr "Necesita volver a regenerarse" - -#: ../../enterprise/godmode/agentes/collections.data.php:356 -#: ../../godmode/reporting/visual_console_builder.data.php:104 -msgid "Group:" -msgstr "Grupo:" - -#: ../../enterprise/godmode/agentes/collections.data.php:367 -msgid "Short name:" -msgstr "Nombre corto:" - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "" -"The collection's short name is the name of dir in attachment dir and the " -"package collection." -msgstr "" -"El nombre corto de la colección es el nombre del directorio en el directorio " -"attachment y la colección de paquetes." - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "Short name must contain only alphanumeric characters, - or _ ." -msgstr "" -"Los nombres cortos deben contener sólo caracteres alfanuméricos, - o _." - -#: ../../enterprise/godmode/agentes/collections.data.php:373 -msgid "Empty for default short name fc_X where X is the collection id." -msgstr "" -"Déjelo vacío para el nombre corto por defecto (fc_X) donde X es el ID de la " -"colección." - -#: ../../enterprise/godmode/agentes/collections.data.php:377 -#: ../../operation/snmpconsole/snmp_view.php:702 -msgid "Description:" -msgstr "Descripción:" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:41 -msgid "Plug-in deleted succesfully" -msgstr "Plugin eliminado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:41 -msgid "Plug-in cannot be deleted" -msgstr "El plugin no se puede eliminar" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:49 -#: ../../enterprise/godmode/policies/policy_plugins.php:50 -msgid "Plug-in added succesfully" -msgstr "Plugin añadido correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:49 -#: ../../enterprise/godmode/policies/policy_plugins.php:51 -msgid "Plug-in cannot be added" -msgstr "El plugin no se puede añadir" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:64 -msgid "Plug-in disabled succesfully" -msgstr "Plugin inhabilitado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:64 -msgid "Plug-in cannot be disabled" -msgstr "El plugin no puede ser inhabilitado" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:79 -msgid "Plug-in enabled succesfully" -msgstr "Plugin habilitado correctamente" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:79 -msgid "Plug-in cannot be enabled" -msgstr "El plugin no puede ser habilitado" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:90 -#: ../../enterprise/godmode/policies/policy_plugins.php:61 -msgid "New plug-in" -msgstr "Nuevo plugin" - -#: ../../enterprise/godmode/agentes/plugins_manager.php:109 -#: ../../enterprise/godmode/policies/policy_plugins.php:82 -#: ../../godmode/menu.php:206 -msgid "Plugins" -msgstr "Plugins" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:42 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:43 -msgid "The changes on this field are linked with the configuration data." -msgstr "Los cambios en este campo están unidos con la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:48 -msgid "Using local component" -msgstr "Usando componente local" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:54 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:64 -#: ../../godmode/agentes/module_manager_editor_common.php:74 -#: ../../godmode/agentes/module_manager_editor_common.php:83 -msgid "Manual setup" -msgstr "Configuración manual" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:60 -#: ../../godmode/agentes/module_manager_editor_common.php:79 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:337 -msgid "No component was found" -msgstr "No se encontró ningún componente" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:121 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:122 -msgid "Show configuration data" -msgstr "Mostrar datos de configuración" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:132 -msgid "Hide configuration data" -msgstr "Ocultar datos de configuración" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:140 -msgid "Data configuration" -msgstr "Configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:146 -#: ../../enterprise/godmode/modules/configure_local_component.php:296 -msgid "Load a basic structure on data configuration" -msgstr "Cargar una estructura básica en la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:151 -#: ../../enterprise/godmode/modules/configure_local_component.php:303 -msgid "Check the correct structure of the data configuration" -msgstr "Comprobar la estructura correcta de la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:162 -#: ../../enterprise/godmode/modules/configure_local_component.php:306 -msgid "First line must be \"module_begin\"" -msgstr "La primera línea tiene que ser \"module_begin\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:163 -#: ../../enterprise/godmode/modules/configure_local_component.php:307 -msgid "Data configuration is empty" -msgstr "La configuración de datos está vacía" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:164 -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:168 -#: ../../enterprise/godmode/modules/configure_local_component.php:308 -#: ../../enterprise/godmode/modules/configure_local_component.php:312 -msgid "Last line must be \"module_end\"" -msgstr "La última línea tiene que ser \"module_end\"" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:165 -#: ../../enterprise/godmode/modules/configure_local_component.php:309 -msgid "" -"Name is missed. Please add a line with \"module_name yourmodulename\" to " -"data configuration" -msgstr "" -"Falta el nombre. Por favor, introduzca una línea con \"module_name " -"yourmodulename\" a la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:166 -#: ../../enterprise/godmode/modules/configure_local_component.php:310 -msgid "" -"Type is missed. Please add a line with \"module_type yourmoduletype\" to " -"data configuration" -msgstr "" -"Falta el tipo. Por favor, introduzca una línea con \"module_type " -"yourmoduletype\" a la configuración de datos" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:167 -#: ../../enterprise/godmode/modules/configure_local_component.php:311 -msgid "Type is wrong. Please set a correct type" -msgstr "El tipo es incorrecto. Por favor, introduzca un tipo correcto" - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:170 -#: ../../enterprise/godmode/modules/configure_local_component.php:314 -msgid "Error in the syntax, please check the data configuration." -msgstr "" -"Error en la sintaxis, compruebe la configuración de datos, por favor." - -#: ../../enterprise/godmode/agentes/module_manager_editor_data.php:171 -#: ../../enterprise/godmode/modules/configure_local_component.php:315 -msgid "Data configuration are built correctly" -msgstr "La configuración de datos se ha construido correctamente" - -#: ../../enterprise/godmode/agentes/module_manager.php:16 -msgid "Create a new web Server module" -msgstr "Crear un nuevo módulo de servidor web" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:43 -msgid "Data Copy" -msgstr "Copia de datos" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:52 -msgid "No selected agents to copy" -msgstr "No se han seleccionado agentes destino para la copia" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:66 -msgid "No source agent selected" -msgstr "No ha seleccionado ningún agente de origen" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:107 -msgid "Making copy of configuration file for" -msgstr "Creando una copia del archivo de configuración de" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -msgid "Error copying md5 file " -msgstr "Error al copiar fichero MD5 " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:116 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -msgid " md5 file" -msgstr " fichero MD5" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:119 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid "Copied " -msgstr "Copiado " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -msgid "Error copying " -msgstr "Error al copiar " - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:122 -#: ../../enterprise/godmode/agentes/manage_config_remote.php:125 -msgid " config file" -msgstr " fichero de configuración" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:138 -msgid "Remote configuration management" -msgstr "Gestión de configuración remota" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:143 -msgid "Source group" -msgstr "Grupo origen" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:154 -#: ../../operation/agentes/exportdata.php:235 -#: ../../godmode/db/db_refine.php:83 -msgid "Source agent" -msgstr "Agente origen" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:185 -msgid "To agent(s):" -msgstr "Agente(s) destino:" - -#: ../../enterprise/godmode/agentes/manage_config_remote.php:210 -msgid "Replicate configuration" -msgstr "Replicar configuración" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:106 -msgid "Error: The conf file of agent is not readble." -msgstr "Error: El archivo de configuración no se puede leer" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:111 -msgid "Error: The conf file of agent is not writable." -msgstr "Error: En el archivo de configuración no se puede escribir" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:149 -#: ../../enterprise/godmode/policies/policy_modules.php:262 -msgid "Add module" -msgstr "Añadir módulo" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:175 -msgid "No module was found" -msgstr "No se encontraron módulos" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:203 -msgid "Delete remote conf agent files in Pandora" -msgstr "" -"Eliminar los archivos de configuración remota de agentes en Pandora FMS" - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:206 -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:162 -#: ../../godmode/agentes/agent_manager.php:333 -msgid "Delete remote configuration file" -msgstr "Borrar el archivo de configuración remota." - -#: ../../enterprise/godmode/agentes/agent_disk_conf_editor.php:207 -#: ../../godmode/agentes/agent_manager.php:336 -msgid "" -"Delete this conf file implies that for restore you must reactive remote " -"config in the local agent." -msgstr "" -"Borrar el archivo .conf implica que para restaurarlo, debe reactivar la " -"configuración remota en el agente local." - -#: ../../enterprise/godmode/agentes/collections.editor.php:63 -msgid "Files in " -msgstr "Archivos en " - -#: ../../enterprise/godmode/agentes/collections.editor.php:111 -#: ../../enterprise/godmode/agentes/collections.editor.php:172 -#: ../../include/functions_filemanager.php:747 -msgid "Edit file" -msgstr "Editar archivo" - -#: ../../enterprise/godmode/agentes/collections.editor.php:112 -#: ../../enterprise/godmode/agentes/collections.editor.php:173 -msgid "Back to file explorer" -msgstr "Volver al explorador de archivos" - -#: ../../enterprise/godmode/agentes/collections.editor.php:148 -#: ../../enterprise/godmode/agentes/collections.editor.php:311 -#: ../../include/functions_filemanager.php:346 -msgid "Security error." -msgstr "Error de seguridad." - -#: ../../enterprise/godmode/agentes/collections.editor.php:193 -msgid "Compatibility mode" -msgstr "Modo de compatibilidad" - -#: ../../enterprise/godmode/agentes/collections.editor.php:236 -msgid "Correct update file." -msgstr "Actualización correcta del archivo" - -#: ../../enterprise/godmode/agentes/collections.editor.php:237 -msgid "Incorrect update file." -msgstr "Archivo NO actualizado correctamente" - -#: ../../enterprise/godmode/agentes/collections.editor.php:371 -msgid "Please, first save a new collection before to upload files." -msgstr "Por favor, antes de subir archivos, guarde una nueva colección" - -#: ../../enterprise/godmode/agentes/collection_manager.php:76 -msgid "Succesful add the collection" -msgstr "Añadido a la colección correctamente" - -#: ../../enterprise/godmode/agentes/collection_manager.php:77 -msgid "Unsuccesful add the collection" -msgstr "No se ha podido añadir a la colección" - -#: ../../enterprise/godmode/agentes/collection_manager.php:167 -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:115 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:113 -#: ../../enterprise/godmode/policies/policy_collections.php:125 -#: ../../operation/events/events_list.php:329 -#: ../../operation/events/events_list.php:357 -#: ../../godmode/events/event_edit_filter.php:343 -#: ../../godmode/events/event_edit_filter.php:358 -msgid "Remove" -msgstr "Eliminar" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:129 -msgid "Error: The conf file of server is not readble." -msgstr "Error: El fichero de configuración del servidor no se puede leer" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:134 -msgid "Error: The conf file of server is not writable." -msgstr "" -"Error: En el fichero de configuración del servidor no se puede escribir" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:159 -msgid "Delete remote conf server files in Pandora" -msgstr "Borrar los servidores de configuración remota en Pandora" - -#: ../../enterprise/godmode/servers/server_disk_conf_editor.php:163 -msgid "" -"Delete this conf file implies that Pandora will send back local config to " -"console" -msgstr "" -"Borrar este fichero de configuración implicará que Pandora enviará la " -"configuración local a la consola" - -#: ../../enterprise/godmode/servers/manage_export.php:61 -msgid "Error updating export target" -msgstr "Error al actualizar el servidor de exportación" - -#: ../../enterprise/godmode/servers/manage_export.php:64 -msgid "Successfully updated export target" -msgstr "Servidor de exportación actualizado correctamente" - -#: ../../enterprise/godmode/servers/manage_export.php:73 -msgid "Error deleting export target" -msgstr "Error al borrar el servidor de exportación" - -#: ../../enterprise/godmode/servers/manage_export.php:76 -msgid "Successfully deleted export target" -msgstr "Servidor de exportación borrado correctamente" - -#: ../../enterprise/godmode/servers/manage_export.php:98 -msgid "" -"Can't be created export target: User and password must be filled with FTP " -"mode" -msgstr "" -"No puede crearse target de exportación: El usuario y la contraseña deben ser " -"completadas con el modo de FTP" - -#: ../../enterprise/godmode/servers/manage_export.php:121 -msgid "There are no defined export targets" -msgstr "No hay objetivos a exportar definidos" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:76 -msgid "Preffix" -msgstr "Prefijo" - -#: ../../enterprise/godmode/servers/manage_export.php:131 -#: ../../enterprise/godmode/servers/manage_export_form.php:88 -msgid "Transfer mode" -msgstr "Modo de transferencia" - -#: ../../enterprise/godmode/servers/manage_export_form.php:71 -#: ../../include/functions_servers.php:398 -msgid "Export server" -msgstr "Servidor de exportación" - -#: ../../enterprise/godmode/servers/manage_export_form.php:105 -#: ../../enterprise/godmode/setup/setup_history.php:52 -#: ../../include/functions_config.php:623 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:336 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:696 -#: ../../godmode/agentes/module_manager_editor_network.php:70 -#: ../../godmode/modules/manage_network_components_form_network.php:38 -msgid "Port" -msgstr "Puerto" - -#: ../../enterprise/godmode/servers/manage_export_form.php:109 -msgid "Target directory" -msgstr "Directorio objetivo" - -#: ../../enterprise/godmode/servers/manage_export_form.php:113 -msgid "Extra options" -msgstr "Opciones adicionales" - -#: ../../enterprise/godmode/admin_access_logs.php:25 -#: ../../enterprise/godmode/policies/policy_agents.php:352 -#: ../../mobile/operation/agents.php:287 -#: ../../godmode/reporting/visual_console_builder.elements.php:86 -msgid "A." -msgstr "A." - -#: ../../enterprise/godmode/admin_access_logs.php:42 -msgid "Show extended info" -msgstr "Mostrar más info" - -#: ../../enterprise/godmode/admin_access_logs.php:61 -msgid "" -"Maybe delete the extended data or the audit data is previous to table " -"tsession_extended." -msgstr "" -"Puede que se haya borrado información exntendida, o que la información de " -"auditoría sea previa a la instalación enterprise." - -#: ../../enterprise/godmode/admin_access_logs.php:71 -msgid "Security check is ok." -msgstr "La comprobación de seguridad está ok" - -#: ../../enterprise/godmode/admin_access_logs.php:78 -msgid "Security check is fail." -msgstr "La comprobación de seguridad ha fallado" - -#: ../../enterprise/godmode/admin_access_logs.php:115 -msgid "Extended info:" -msgstr "Información extendida" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:44 -msgid "Log storage directory" -msgstr "Directorio de almacenamiento de logs" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:45 -msgid "Directory where log data will be stored." -msgstr "Directorio donde los datos de log se almacenarán" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:47 -#: ../../include/functions_config.php:615 -msgid "Log max lifetime" -msgstr "Tiempo máximo para logarse" - -#: ../../enterprise/godmode/setup/setup_log_collector.php:48 -msgid "Sets the maximum lifetime for log data in days." -msgstr "Establece la duración máxima de los datos de registro en días" - -#: ../../enterprise/godmode/setup/edit_skin.php:42 -#: ../../enterprise/godmode/setup/setup_skins.php:36 -msgid "Skins configuration" -msgstr "Configuración skins" - -#: ../../enterprise/godmode/setup/edit_skin.php:45 -msgid "Successfully updated skin" -msgstr "Skin actualizada correctamente" - -#: ../../enterprise/godmode/setup/edit_skin.php:48 -#: ../../enterprise/godmode/setup/edit_skin.php:60 -msgid "Error updating skin" -msgstr "Error al actualizar skin" - -#: ../../enterprise/godmode/setup/edit_skin.php:170 -msgid "Error creating skin" -msgstr "Error al crear skin" - -#: ../../enterprise/godmode/setup/edit_skin.php:175 -msgid "Successfully created skin" -msgstr "Skin creado correctamente" - -#: ../../enterprise/godmode/setup/edit_skin.php:215 -#: ../../enterprise/godmode/setup/setup_skins.php:118 -msgid "Relative path" -msgstr "Ruta relativa" - -#: ../../enterprise/godmode/setup/edit_skin.php:216 -msgid "" -"Zip file with skin subdirectory. The name of the zip file only can have " -"alphanumeric characters." -msgstr "" -"Archivo zip con subdirectorio skin. El nombre del archivo zip solo puede " -"tener caracteres alfanuméricos." - -#: ../../enterprise/godmode/setup/edit_skin.php:238 -msgid "Group/s" -msgstr "Grupo/s" - -#: ../../enterprise/godmode/setup/setup_metaconsole.php:29 -msgid "Metaconsole setup" -msgstr "Configuración de la Metaconsola" - -#: ../../enterprise/godmode/setup/setup_skins.php:71 -msgid "Error deleting skin" -msgstr "Error al borrar skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:74 -msgid "Successfully deleted skin" -msgstr "Skin eliminado correctamente" - -#: ../../enterprise/godmode/setup/setup_skins.php:117 -msgid "Skin name" -msgstr "Nombre del skin" - -#: ../../enterprise/godmode/setup/setup_skins.php:143 -msgid "There are no defined skins" -msgstr "No hay skins definidas" - -#: ../../enterprise/godmode/setup/setup_skins.php:148 -msgid "Create skin" -msgstr "Crear skin" - -#: ../../enterprise/godmode/setup/setup_acl.php:40 -msgid "Enterprise ACL setup" -msgstr "Configuración ACL Enterprise" - -#: ../../enterprise/godmode/setup/setup_acl.php:73 -#: ../../enterprise/godmode/setup/setup_acl.php:105 -msgid "Add new ACL element to profile" -msgstr "Añadir nuevo elemento ACL al perfil" - -#: ../../enterprise/godmode/setup/setup_acl.php:78 -#: ../../enterprise/godmode/setup/setup_acl.php:150 -msgid "Section" -msgstr "Sección" - -#: ../../enterprise/godmode/setup/setup_acl.php:83 -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:33 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:34 -#: ../../extensions/api_checker.php:143 ../../include/functions_graph.php:2220 -#: ../../include/functions_graph.php:2361 -#: ../../include/functions_graph.php:2399 -#: ../../include/functions_graph.php:2437 -#: ../../include/functions_graph.php:2490 -#: ../../include/functions_graph.php:2543 -#: ../../include/functions_graph.php:2594 -#: ../../include/functions_graph.php:2764 -#: ../../include/functions_graph.php:2901 -#: ../../include/functions_graph.php:2957 -#: ../../include/functions_graph.php:3896 -#: ../../operation/integria_incidents/incident_statistics.php:58 -#: ../../operation/users/user_edit.php:297 -#: ../../operation/snmpconsole/snmp_view.php:419 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:730 -#: ../../operation/snmpconsole/snmp_statistics.php:172 -#: ../../operation/snmpconsole/snmp_statistics.php:219 -#: ../../operation/gis_maps/render_view.php:140 -#: ../../godmode/snmpconsole/snmp_alert.php:33 -#: ../../godmode/groups/configure_group.php:176 -msgid "Other" -msgstr "Otro" - -#: ../../enterprise/godmode/setup/setup_acl.php:83 -#: ../../enterprise/godmode/setup/setup_acl.php:239 -msgid "Mobile" -msgstr "Móvil" - -#: ../../enterprise/godmode/setup/setup_acl.php:87 -#: ../../enterprise/godmode/setup/setup_acl.php:151 -msgid "Section 2" -msgstr "Sección 2" - -#: ../../enterprise/godmode/setup/setup_acl.php:92 -#: ../../enterprise/godmode/setup/setup_acl.php:152 -msgid "Section 3" -msgstr "Sección 3" - -#: ../../enterprise/godmode/setup/setup_acl.php:104 -msgid "Hidden" -msgstr "Oculto" - -#: ../../enterprise/godmode/setup/setup_acl.php:110 -msgid "Page" -msgstr "Página" - -#: ../../enterprise/godmode/setup/setup_acl.php:129 -msgid "Filter by profile" -msgstr "Filtrar por perfil" - -#: ../../enterprise/godmode/setup/setup_acl.php:149 -#: ../../operation/users/user_edit.php:419 -#: ../../godmode/users/configure_user.php:616 -#: ../../godmode/users/configure_profile.php:242 -#: ../../godmode/massive/massive_delete_profiles.php:102 -#: ../../godmode/massive/massive_add_profiles.php:88 -msgid "Profile name" -msgstr "Nombre del perfil" - -#: ../../enterprise/godmode/setup/setup_acl.php:294 -#: ../../enterprise/godmode/setup/setup_acl.php:307 -#: ../../include/functions_graph.php:2415 -#: ../../include/functions_graph.php:2430 -msgid "Invalid" -msgstr "No válido" - -#: ../../enterprise/godmode/setup/setup.php:30 -#: ../../include/functions_config.php:208 -msgid "Forward SNMP traps to agent (if exist)" -msgstr "Reenviar los Traps SNMP al agente (si existe)" - -#: ../../enterprise/godmode/setup/setup.php:38 -#: ../../include/functions_config.php:210 -msgid "Use Enterprise ACL System" -msgstr "Utilize el sistema ACL Enterprise" - -#: ../../enterprise/godmode/setup/setup.php:38 -msgid "" -"Before activating this option check your ACL Setup. You may lose access to " -"the console." -msgstr "" -"Antes de activar esta opción compruebe su configuración ACL. Puede que " -"pierda el acceso a la consola." - -#: ../../enterprise/godmode/setup/setup.php:47 -#: ../../include/functions_config.php:214 -msgid "Size of collection" -msgstr "Tamaño de la colección" - -#: ../../enterprise/godmode/setup/setup.php:48 -msgid " Bytes" -msgstr " Bytes" - -#: ../../enterprise/godmode/setup/setup.php:63 -#: ../../include/functions_config.php:219 -msgid "Replication interval" -msgstr "Intervalo de replicación" - -#: ../../enterprise/godmode/setup/setup.php:64 -msgid "Seconds" -msgstr "Segundos" - -#: ../../enterprise/godmode/setup/setup.php:70 -#: ../../include/functions_config.php:221 -msgid "Replication limit" -msgstr "Límite de replicación" - -#: ../../enterprise/godmode/setup/setup.php:72 -msgid "" -"Limit the number of events that are replicated metaconsole each specified " -"range." -msgstr "" -"Limitar el número de eventos que se replican en la metaconsola a un " -"intervalo especificado." - -#: ../../enterprise/godmode/setup/setup.php:78 -msgid "Last replication at" -msgstr "Última replicación a" - -#: ../../enterprise/godmode/setup/setup.php:80 -msgid "No replication yet" -msgstr "Sin replicación todavía" - -#: ../../enterprise/godmode/setup/setup.php:89 -#: ../../include/functions_config.php:223 -msgid "Replication mode" -msgstr "Modo de replicación" - -#: ../../enterprise/godmode/setup/setup.php:90 -msgid "Only validated events" -msgstr "Sólo eventos validados" - -#: ../../enterprise/godmode/setup/setup.php:90 -#: ../../operation/events/events_list.php:561 -#: ../../godmode/events/event_edit_filter.php:286 -msgid "All events" -msgstr "Todos los eventos" - -#: ../../enterprise/godmode/setup/setup.php:96 -#: ../../include/functions_config.php:240 -msgid "Metaconsole agent cache" -msgstr "Cache agente metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:105 -msgid "Metaconsole DB engine" -msgstr "Motor BD de la metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "MySQL" -msgstr "MySQL" - -#: ../../enterprise/godmode/setup/setup.php:106 -msgid "Oracle" -msgstr "Oracle" - -#: ../../enterprise/godmode/setup/setup.php:112 -msgid "Metaconsole DB host" -msgstr "Host BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:119 -msgid "Metaconsole DB name" -msgstr "Nombre BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:126 -msgid "Metaconsole DB user" -msgstr "Usuario BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:133 -msgid "Metaconsole DB password" -msgstr "Password BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:140 -msgid "Metaconsole DB port" -msgstr "Puerto BD Metaconsola" - -#: ../../enterprise/godmode/setup/setup.php:147 -#: ../../include/functions_config.php:225 -msgid "Show events list in local console (read only)" -msgstr "Mostrar lista de eventos en la consola local (solo lectura)" - -#: ../../enterprise/godmode/setup/setup.php:156 -#: ../../include/functions_config.php:246 -msgid "Inventory changes blacklist" -msgstr "Lista negra ante cambios de inventario" - -#: ../../enterprise/godmode/setup/setup.php:156 -msgid "" -"The inventory modules included in the changes blacklist will not generate " -"events when change." -msgstr "" -"Los módulos de inventario incluidos en la lista negra de cambios no " -"generarán eventos cuando cambien." - -#: ../../enterprise/godmode/setup/setup.php:187 -msgid "Out of black list" -msgstr "Fuera de la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:189 -msgid "In black list" -msgstr "En la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:195 -msgid "Push selected modules into blacklist" -msgstr "Mover los módulos seleccionados a la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:199 -msgid "Pop selected modules out of blacklist" -msgstr "Sacar los módulos seleccionados de la lista negra" - -#: ../../enterprise/godmode/setup/setup.php:212 -#: ../../include/functions_config.php:242 -msgid "Activate Log Collector" -msgstr "Activar el Colector de Logs" - -#: ../../enterprise/godmode/setup/setup.php:225 -msgid "Enterprise options" -msgstr "Opciones Enterprise" - -#: ../../enterprise/godmode/setup/setup.php:318 -msgid "Enterprise password policy" -msgstr "Política de contraseña Enterprise" - -#: ../../enterprise/godmode/setup/setup.php:319 -msgid "" -"Rules applied to the management of passwords. This policy applies to all " -"users except the administrator." -msgstr "" -"Reglas aplicadas a la gestión de contraseñas. Esta política se aplica a " -"todos los usuarios excepto al administrador" - -#: ../../enterprise/godmode/setup/setup_auth.php:31 -msgid "Active directory" -msgstr "Directorio activo" - -#: ../../enterprise/godmode/setup/setup_auth.php:32 -msgid "Remote Pandora FMS" -msgstr "Pandora FMS remota" - -#: ../../enterprise/godmode/setup/setup_auth.php:33 -msgid "Remote Babel Enterprise" -msgstr "Babel Enterprise remoto" - -#: ../../enterprise/godmode/setup/setup_auth.php:34 -msgid "Remote Integria" -msgstr "Integria IMs remoto" - -#: ../../enterprise/godmode/setup/setup_auth.php:60 -msgid "Autosync users" -msgstr "Auto sincronización de usuarios" - -#: ../../enterprise/godmode/setup/setup_auth.php:71 -msgid "" -"Enable this option will be synchronice the groups and tags each new user " -"when he/she will login." -msgstr "" -"Activar esta opción sincronizará grupos y etiquetas cuando el usuario vuelva " -"a iniciar sesión" - -#: ../../enterprise/godmode/setup/setup_auth.php:138 -#: ../../include/functions_config.php:321 -msgid "MySQL host" -msgstr "Dirección de MYSQL" - -#: ../../enterprise/godmode/setup/setup_history.php:45 -#: ../../include/functions_config.php:619 -msgid "Enable history database" -msgstr "Activar base de datos de histórico" - -#: ../../enterprise/godmode/setup/setup_history.php:49 -#: ../../include/functions_config.php:621 -msgid "Host" -msgstr "Servidor" - -#: ../../enterprise/godmode/setup/setup_history.php:58 -#: ../../include/functions_config.php:627 -msgid "Database user" -msgstr "Usuario de la base de datos" - -#: ../../enterprise/godmode/setup/setup_history.php:61 -#: ../../include/functions_config.php:629 -msgid "Database password" -msgstr "Contraseña de la base de datos" - -#: ../../enterprise/godmode/setup/setup_history.php:64 -msgid "Number of days before data is transfered to history database." -msgstr "" -"Número de días antes de que los datos se transfieran a la base de datos " -"histórica." - -#: ../../enterprise/godmode/setup/setup_history.php:67 -msgid "" -"Data size of mechanism used to transfer data (similar to a data buffer.)" -msgstr "Tamaño del sistema de transferencia de datos (similar al un buffer)" - -#: ../../enterprise/godmode/setup/setup_history.php:70 -#: ../../include/functions_config.php:635 -msgid "Delay" -msgstr "Retraso" - -#: ../../enterprise/godmode/setup/setup_history.php:70 -msgid "Time interval between data transfer." -msgstr "Intervalo de tiempo entre transferencias de datos" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Success: remove the alerts." -msgstr "Completado: borrado de alertas." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:67 -msgid "Failed: remove the alerts for this modules, please check." -msgstr "Falló: borrado de alertas para estos modulos." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:101 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:102 -#: ../../enterprise/godmode/policies/policy_alerts.php:507 -#: ../../extensions/module_groups.php:46 -#: ../../godmode/massive/massive_delete_alerts.php:206 -#: ../../godmode/massive/massive_standby_alerts.php:148 -#: ../../godmode/massive/massive_add_alerts.php:174 -#: ../../godmode/massive/massive_enable_disable_alerts.php:148 -msgid "Alert template" -msgstr "Plantilla de alertas" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:112 -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:113 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:114 -#: ../../include/functions_alerts.php:548 -msgid "Regular expression" -msgstr "Expresión regular" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_policy.php:115 -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:116 -msgid "Modules agents in policy" -msgstr "Modulos de agentes en la política" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:202 -#: ../../godmode/massive/massive_delete_modules.php:435 -#: ../../godmode/massive/massive_edit_modules.php:278 -msgid "Agent group" -msgstr "Grupo de agentes" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:212 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:361 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:433 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:162 -#: ../../enterprise/godmode/policies/policy_agents.php:243 -#: ../../enterprise/godmode/policies/policy_agents.php:251 -msgid "Filter agent" -msgstr "Filtrar agente" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:215 -msgid "Filter module" -msgstr "Filtro de módulo" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:225 -#: ../../godmode/massive/massive_delete_alerts.php:226 -#: ../../godmode/massive/massive_delete_modules.php:487 -#: ../../godmode/massive/massive_add_alerts.php:167 -#: ../../godmode/massive/massive_edit_modules.php:332 -msgid "When select agents" -msgstr "Cuando seleccionar agentes" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:228 -#: ../../godmode/massive/massive_delete_alerts.php:228 -#: ../../godmode/massive/massive_delete_modules.php:489 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_edit_modules.php:335 -msgid "Show common modules" -msgstr "Mostrar módulos comunes" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:229 -#: ../../godmode/massive/massive_delete_alerts.php:228 -#: ../../godmode/massive/massive_delete_modules.php:489 -#: ../../godmode/massive/massive_add_alerts.php:169 -#: ../../godmode/massive/massive_edit_modules.php:336 -msgid "Show all modules" -msgstr "Mostrar todos los módulos" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:237 -#: ../../enterprise/godmode/modules/configure_local_component.php:218 -#: ../../include/functions_alerts.php:554 -#: ../../include/functions_treeview.php:98 -#: ../../godmode/agentes/module_manager_editor_common.php:232 -#: ../../godmode/massive/massive_edit_modules.php:345 -#: ../../godmode/modules/manage_network_components_form_common.php:106 -msgid "Warning status" -msgstr "Umbral Warning" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:258 -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:287 -#: ../../enterprise/godmode/modules/configure_local_component.php:225 -#: ../../enterprise/godmode/modules/configure_local_component.php:240 -#: ../../include/functions_treeview.php:91 -#: ../../include/functions_treeview.php:104 -#: ../../godmode/agentes/module_manager_editor_common.php:245 -#: ../../godmode/agentes/module_manager_editor_common.php:265 -#: ../../godmode/massive/massive_edit_modules.php:367 -#: ../../godmode/massive/massive_edit_modules.php:413 -#: ../../godmode/modules/manage_network_components_form_common.php:113 -#: ../../godmode/modules/manage_network_components_form_common.php:126 -msgid "Str." -msgstr "Str." - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:266 -#: ../../enterprise/godmode/modules/configure_local_component.php:233 -#: ../../include/functions_alerts.php:555 -#: ../../include/functions_treeview.php:110 -#: ../../godmode/agentes/module_manager_editor_common.php:253 -#: ../../godmode/massive/massive_edit_modules.php:391 -#: ../../godmode/modules/manage_network_components_form_common.php:119 -msgid "Critical status" -msgstr "Umbral crítico" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:334 -msgid "Updated modules on database" -msgstr "Módulos actualizados en la base de datos" - -#: ../../enterprise/godmode/massive/massive_edit_modules_satellite.php:336 -msgid "Agent configuration files updated" -msgstr "Actualizado fichero de configuración del agente" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:62 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:62 -msgid "Successful update the tags" -msgstr "Actualización de etiquetas con éxito" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:63 -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:63 -msgid "Unsuccessful update the tags" -msgstr "Actualización de etiquetas sin éxito" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:102 -msgid "Tags unused" -msgstr "Etiquetas sin usar" - -#: ../../enterprise/godmode/massive/massive_edit_tags_policy.php:118 -msgid "Tags used" -msgstr "Etiquetas usadas" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:100 -msgid "Modules unused" -msgstr "Módulos sin usar" - -#: ../../enterprise/godmode/massive/massive_tags_edit_policy.php:116 -msgid "Modules used" -msgstr "Módulos usados" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Success: create the alerts." -msgstr "Alertas creadas exitosamente" - -#: ../../enterprise/godmode/massive/massive_add_alerts_policy.php:66 -msgid "Failed: create the alerts for this modules, please check." -msgstr "" -"Falló: Creación de alertas para estos modulos, compruebe el problema." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:28 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:29 -#: ../../operation/snmpconsole/snmp_view.php:414 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:715 -#: ../../godmode/snmpconsole/snmp_alert.php:28 -msgid "Cold start (0)" -msgstr "Inicio cero (0)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:29 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:30 -#: ../../operation/snmpconsole/snmp_view.php:415 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:718 -#: ../../godmode/snmpconsole/snmp_alert.php:29 -msgid "Warm start (1)" -msgstr "Comienzo de inicio (1)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:30 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:31 -#: ../../operation/snmpconsole/snmp_view.php:416 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:721 -#: ../../godmode/snmpconsole/snmp_alert.php:30 -msgid "Link down (2)" -msgstr "Enlace interrumpido (2)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:31 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:32 -#: ../../operation/snmpconsole/snmp_view.php:417 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:724 -#: ../../godmode/snmpconsole/snmp_alert.php:31 -msgid "Link up (3)" -msgstr "Enlace activo (3)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:32 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:33 -#: ../../operation/snmpconsole/snmp_view.php:418 -#: ../../operation/snmpconsole/snmp_view.php:708 -#: ../../operation/snmpconsole/snmp_view.php:727 -#: ../../godmode/snmpconsole/snmp_alert.php:32 -msgid "Authentication failure (4)" -msgstr "Fallo de autenticación (4)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:137 -#: ../../godmode/snmpconsole/snmp_alert.php:484 -#, php-format -msgid "Successfully deleted alerts (%s / %s)" -msgstr "Alertas eliminadas correctamente (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:141 -#: ../../godmode/snmpconsole/snmp_alert.php:488 -#, php-format -msgid "Unsuccessfully deleted alerts (%s / %s)" -msgstr "Alertas que no han podido ser eliminadas correctamente (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:166 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:217 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Custom OIDs/Datas." -msgstr "" -"Búsqueda por descripción de los campos, OIS, Valores personalizados, Agentes " -"(IP) SNMP, Valor único, cada OIDs/Datas personalizado." - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:169 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:220 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:249 -#: ../../operation/snmpconsole/snmp_view.php:410 -#: ../../godmode/snmpconsole/snmp_alert.php:563 -#: ../../godmode/snmpconsole/snmp_alert.php:897 -msgid "Trap type" -msgstr "Clase de trap" - -#: ../../enterprise/godmode/massive/massive_delete_alerts_snmp.php:182 -msgid "SNMP Alerts to be deleted" -msgstr "Alertas SNMP para añadir" - -#: ../../enterprise/godmode/massive/massive_operations.php:78 -msgid "Bulk alerts policy add" -msgstr "Añadir políticas de alertas masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:79 -msgid "Bulk alerts policy delete" -msgstr "Eliminar políticas de alertas masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:80 -msgid "Bulk tags module policy edit" -msgstr "Editar políticas de módulos de etiquetas masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:81 -msgid "Bulk modules policy tags edit" -msgstr "Editar etiquetas de políticas de módulos masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:89 -msgid "Bulk alert SNMP delete" -msgstr "Eliminar alertas SNMP masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:90 -msgid "Bulk alert SNMP edit" -msgstr "Editar alertas SNMP masivamente" - -#: ../../enterprise/godmode/massive/massive_operations.php:98 -msgid "Bulk Satellite modules edit" -msgstr "Editar módulos satélite masivamente" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:27 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:259 -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:278 -#: ../../godmode/massive/massive_edit_agents.php:278 -#: ../../godmode/massive/massive_edit_agents.php:281 -#: ../../godmode/massive/massive_edit_agents.php:285 -#: ../../godmode/massive/massive_edit_agents.php:289 -#: ../../godmode/massive/massive_edit_agents.php:300 -#: ../../godmode/massive/massive_edit_agents.php:338 -#: ../../godmode/massive/massive_edit_agents.php:344 -#: ../../godmode/massive/massive_edit_agents.php:383 -#: ../../godmode/massive/massive_edit_agents.php:392 -#: ../../godmode/massive/massive_edit_agents.php:399 -#: ../../godmode/massive/massive_edit_modules.php:383 -#: ../../godmode/massive/massive_edit_modules.php:428 -#: ../../godmode/massive/massive_edit_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:447 -#: ../../godmode/massive/massive_edit_modules.php:465 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/massive/massive_edit_modules.php:493 -#: ../../godmode/massive/massive_edit_modules.php:506 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:527 -#: ../../godmode/massive/massive_edit_modules.php:535 -#: ../../godmode/massive/massive_edit_modules.php:541 -#: ../../godmode/massive/massive_edit_modules.php:553 -#: ../../godmode/massive/massive_edit_modules.php:572 -msgid "No change" -msgstr "Sin cambios" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:186 -#, php-format -msgid "Successfully updated alerts (%s / %s)" -msgstr "Alertas actualizadas correctamente (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:190 -#, php-format -msgid "Unsuccessfully updated alerts (%s / %s)" -msgstr "No se han podido actualizar las alertas (%s / %s)" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:233 -msgid "SNMP Alerts to be edit" -msgstr "Alertas SNMP para editar" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:245 -#: ../../godmode/snmpconsole/snmp_alert.php:542 -msgid "Custom Value/OID" -msgstr "Valor/OID personalizado" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:247 -#: ../../operation/snmpconsole/snmp_view.php:499 -#: ../../godmode/snmpconsole/snmp_alert.php:551 -#: ../../godmode/snmpconsole/snmp_alert.php:1047 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:78 -msgid "SNMP Agent" -msgstr "Agente SNMP" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:251 -#: ../../godmode/snmpconsole/snmp_alert.php:568 -msgid "Single value" -msgstr "Valor único" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:270 -#: ../../godmode/snmpconsole/snmp_alert.php:827 -msgid "Other value" -msgstr "Otros valores" - -#: ../../enterprise/godmode/massive/massive_modify_alerts_snmp.php:280 -#: ../../include/functions_visual_map_editor.php:464 -#: ../../godmode/snmpconsole/snmp_alert.php:860 -#: ../../godmode/snmpconsole/snmp_alert.php:1042 -#: ../../godmode/reporting/reporting_builder.list_items.php:284 -#: ../../godmode/reporting/visual_console_builder.elements.php:80 -msgid "Position" -msgstr "Posición" - -#: ../../enterprise/godmode/modules/local_components.php:89 -msgid "Local component management" -msgstr "Gestión de componentes locales" - -#: ../../enterprise/godmode/modules/local_components.php:106 -#: ../../godmode/alerts/configure_alert_template.php:118 -#: ../../godmode/modules/manage_network_components.php:147 -#, php-format -msgid "Successfully created from %s" -msgstr "Creado correctamente desde %s" - -#: ../../enterprise/godmode/modules/local_components.php:245 -#: ../../godmode/servers/recon_script.php:320 -#: ../../godmode/modules/manage_network_components.php:244 -msgid "Created successfully" -msgstr "Creado correctamente" - -#: ../../enterprise/godmode/modules/local_components.php:303 -#: ../../godmode/servers/recon_script.php:274 -#: ../../godmode/modules/manage_network_components.php:331 -msgid "Updated successfully" -msgstr "Actualizado correctamente" - -#: ../../enterprise/godmode/modules/local_components.php:343 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:136 -#: ../../godmode/modules/manage_nc_groups.php:154 -#: ../../godmode/modules/manage_network_components.php:378 -#: ../../godmode/modules/manage_network_templates.php:76 -msgid "Successfully multiple deleted" -msgstr "Borrado múltiple satisfactorio" - -#: ../../enterprise/godmode/modules/local_components.php:344 -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:137 -#: ../../godmode/modules/manage_nc_groups.php:155 -#: ../../godmode/modules/manage_network_components.php:379 -#: ../../godmode/modules/manage_network_templates.php:77 -msgid "Not deleted. Error deleting multiple data" -msgstr "No borrado. Error al borrar múltiples datos" - -#: ../../enterprise/godmode/modules/local_components.php:428 -#: ../../godmode/modules/manage_network_components.php:491 -msgid "Free Search" -msgstr "Búsqueda libre" - -#: ../../enterprise/godmode/modules/local_components.php:429 -msgid "Search by name, description or data, list matches." -msgstr "Búsqueda por nombre, descripción o datos, lista las concidencias." - -#: ../../enterprise/godmode/modules/local_components.php:513 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:356 -#: ../../enterprise/godmode/policies/policy_modules.php:1071 -#: ../../godmode/alerts/alert_templates.php:338 -#: ../../godmode/agentes/module_manager.php:702 -#: ../../godmode/modules/manage_network_components.php:588 -msgid "Duplicate" -msgstr "Duplicar" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:67 -msgid "Successfully created inventory module" -msgstr "Inventario de módulo creado correctamente" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:71 -msgid "Error creating inventory module" -msgstr "Error al crear módulo del inventario" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:157 -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:86 -msgid "Interpreter" -msgstr "Intérprete" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:200 -msgid "No inventory modules defined" -msgstr "No hay módulos de inventario definidos" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:217 -msgid "Local module" -msgstr "Módulo local" - -#: ../../enterprise/godmode/modules/manage_inventory_modules.php:220 -msgid "Remote/Local" -msgstr "Remoto/Local" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:88 -msgid "Left blank for the LOCAL inventory modules" -msgstr "Dejar en blanco para los módulos de inventario LOCALES" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:90 -msgid "Block Mode" -msgstr "Modo bloqueo" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:93 -#: ../../godmode/massive/massive_standby_alerts.php:154 -#: ../../godmode/massive/massive_standby_alerts.php:171 -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Format" -msgstr "Formato" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:94 -msgid "separate fields with " -msgstr "Separar campos con " - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:97 -#: ../../include/ajax/double_auth.ajax.php:151 -#: ../../include/ajax/double_auth.ajax.php:287 -msgid "Code" -msgstr "Código" - -#: ../../enterprise/godmode/modules/manage_inventory_modules_form.php:98 -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." - -#: ../../enterprise/godmode/modules/configure_local_component.php:127 -msgid "Update Local Component" -msgstr "Actualizar Componente Local" - -#: ../../enterprise/godmode/modules/configure_local_component.php:130 -msgid "Create Local Component" -msgstr "Crear Componente Local" - -#: ../../enterprise/godmode/modules/configure_local_component.php:147 -#: ../../godmode/alerts/configure_alert_template.php:732 -#: ../../godmode/modules/manage_network_components_form_common.php:56 -msgid "Wizard level" -msgstr "Nivel Wizard" - -#: ../../enterprise/godmode/modules/configure_local_component.php:168 -#: ../../godmode/agentes/module_manager_editor_common.php:404 -#: ../../godmode/massive/massive_edit_modules.php:550 -#: ../../godmode/modules/manage_network_components_form_common.php:155 -msgid "Throw unknown events" -msgstr "Generar eventos desconocidos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:246 -#: ../../godmode/agentes/module_manager_editor_common.php:274 -#: ../../godmode/massive/massive_edit_modules.php:512 -#: ../../godmode/modules/manage_network_components_form_common.php:132 -msgid "FF threshold" -msgstr "Umbral Flip-Flop" - -#: ../../enterprise/godmode/modules/configure_local_component.php:248 -#: ../../godmode/agentes/module_manager_editor_common.php:277 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:515 -#: ../../godmode/modules/manage_network_components_form_common.php:134 -msgid "All state changing" -msgstr "Todo cambio de estado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:251 -#: ../../godmode/agentes/module_manager_editor_common.php:280 -#: ../../godmode/massive/massive_edit_modules.php:514 -#: ../../godmode/massive/massive_edit_modules.php:516 -#: ../../godmode/modules/manage_network_components_form_common.php:137 -msgid "Each state changing" -msgstr "Cada cambio de estado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:252 -#: ../../godmode/agentes/module_manager_editor_common.php:281 -#: ../../godmode/massive/massive_edit_modules.php:517 -#: ../../godmode/modules/manage_network_components_form_common.php:138 -msgid "To normal" -msgstr "A normal" - -#: ../../enterprise/godmode/modules/configure_local_component.php:254 -#: ../../godmode/agentes/module_manager_editor_common.php:283 -#: ../../godmode/massive/massive_edit_modules.php:518 -#: ../../godmode/modules/manage_network_components_form_common.php:140 -msgid "To warning" -msgstr "A advertencia" - -#: ../../enterprise/godmode/modules/configure_local_component.php:256 -#: ../../godmode/agentes/module_manager_editor_common.php:285 -#: ../../godmode/massive/massive_edit_modules.php:519 -#: ../../godmode/modules/manage_network_components_form_common.php:142 -msgid "To critical" -msgstr "A crítico" - -#: ../../enterprise/godmode/modules/configure_local_component.php:260 -#: ../../include/functions_reporting.php:2210 -#: ../../godmode/agentes/module_manager_editor_common.php:287 -#: ../../godmode/massive/massive_edit_modules.php:526 -#: ../../godmode/modules/manage_network_components_form_common.php:145 -msgid "Historical data" -msgstr "Histórico de datos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:263 -#: ../../godmode/agentes/module_manager_editor_common.php:415 -#: ../../godmode/massive/massive_edit_modules.php:523 -msgid "FF timeout" -msgstr "FF tiempo de espera" - -#: ../../enterprise/godmode/modules/configure_local_component.php:265 -#: ../../godmode/agentes/module_manager_editor_common.php:421 -#: ../../godmode/massive/massive_edit_modules.php:524 -msgid "" -"Timeout in secs from start of flip flop counting. If this value is exceeded, " -"FF counter is reset. Set to 0 for no timeout." -msgstr "" -"Tiempo de espera en segundos desde el comiendo del contador flip flop. Si se " -"excede este valor, el contador FF será reiniciado. Poner 0 para no tener " -"tiempo de espera" - -#: ../../enterprise/godmode/modules/configure_local_component.php:266 -#: ../../godmode/agentes/module_manager_editor_common.php:424 -msgid "This value can be set only in the async modules." -msgstr "Solo debe establecerse este valor en los módulos asíncronos" - -#: ../../enterprise/godmode/modules/configure_local_component.php:268 -#: ../../godmode/modules/manage_network_components_form_common.php:149 -msgid "Any value below this number is discarted" -msgstr "Cualquier valor por debajo de este número está descartado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:273 -#: ../../godmode/modules/manage_network_components_form_common.php:151 -msgid "Any value over this number is discarted" -msgstr "Cualquier valor por encima de este número está descartado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:280 -#: ../../godmode/agentes/module_manager_editor_common.php:365 -#: ../../godmode/massive/massive_edit_modules.php:452 -#: ../../godmode/modules/manage_network_components_form_wmi.php:56 -#: ../../godmode/modules/manage_network_components_form_plugin.php:27 -#: ../../godmode/modules/manage_network_components_form_network.php:80 -msgid "Post process" -msgstr "Posprocesado" - -#: ../../enterprise/godmode/modules/configure_local_component.php:323 -#: ../../godmode/agentes/module_manager_editor_common.php:525 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -msgid "Critical instructions" -msgstr "Intrucciónes de crítico" - -#: ../../enterprise/godmode/modules/configure_local_component.php:324 -#: ../../godmode/agentes/module_manager_editor_common.php:526 -#: ../../godmode/massive/massive_edit_modules.php:558 -#: ../../godmode/modules/manage_network_components_form_common.php:159 -msgid "Instructions when the status is critical" -msgstr "Instrucciones en caso de que esté en estado crítico" - -#: ../../enterprise/godmode/modules/configure_local_component.php:329 -#: ../../godmode/agentes/module_manager_editor_common.php:530 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -msgid "Warning instructions" -msgstr "Instrucciones de advertencia" - -#: ../../enterprise/godmode/modules/configure_local_component.php:330 -#: ../../godmode/agentes/module_manager_editor_common.php:531 -#: ../../godmode/massive/massive_edit_modules.php:562 -#: ../../godmode/modules/manage_network_components_form_common.php:163 -msgid "Instructions when the status is warning" -msgstr "Instrucciones en caso de que el estado sea de advertencia" - -#: ../../enterprise/godmode/modules/configure_local_component.php:335 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -msgid "Unknown instructions" -msgstr "Instrucciones de desconocido" - -#: ../../enterprise/godmode/modules/configure_local_component.php:336 -#: ../../godmode/agentes/module_manager_editor_common.php:535 -#: ../../godmode/massive/massive_edit_modules.php:566 -#: ../../godmode/modules/manage_network_components_form_common.php:167 -msgid "Instructions when the status is unknown" -msgstr "Instrucciones en caso de que el estado sea desconocido" - -#: ../../enterprise/godmode/modules/configure_local_component.php:345 -#: ../../godmode/agentes/module_manager_editor_common.php:552 -#: ../../godmode/massive/massive_edit_modules.php:534 -#: ../../godmode/modules/manage_network_components_form_common.php:174 -msgid "Category" -msgstr "Categoría" - -#: ../../enterprise/godmode/modules/configure_local_component.php:366 -#: ../../godmode/agentes/module_manager_editor_common.php:431 -#: ../../godmode/modules/manage_network_components_form_common.php:196 -msgid "Tags available" -msgstr "Etiquetas disponibles" - -#: ../../enterprise/godmode/modules/configure_local_component.php:373 -#: ../../godmode/agentes/module_manager_editor_common.php:493 -#: ../../godmode/modules/manage_network_components_form_common.php:203 -msgid "Add tags to module" -msgstr "Añadir etiquetas al módulo" - -#: ../../enterprise/godmode/modules/configure_local_component.php:375 -#: ../../godmode/agentes/module_manager_editor_common.php:494 -#: ../../godmode/modules/manage_network_components_form_common.php:204 -msgid "Delete tags to module" -msgstr "Eliminar etiquetas del módulo" - -#: ../../enterprise/godmode/modules/configure_local_component.php:377 -#: ../../godmode/agentes/module_manager_editor_common.php:496 -#: ../../godmode/modules/manage_network_components_form_common.php:206 -msgid "Tags selected" -msgstr "Etiquetas seleccionadas" - -#: ../../enterprise/godmode/modules/configure_local_component.php:389 -msgid "Macros" -msgstr "Macros" - -#: ../../enterprise/godmode/modules/configure_local_component.php:425 -#: ../../godmode/servers/plugin.php:401 -#: ../../godmode/servers/recon_script.php:161 -msgid "Default value" -msgstr "Valor por defecto" - -#: ../../enterprise/godmode/modules/configure_local_component.php:441 -#: ../../godmode/servers/plugin.php:441 -#: ../../godmode/servers/recon_script.php:199 -msgid "Add macro" -msgstr "Añadir macro" - -#: ../../enterprise/godmode/modules/configure_local_component.php:449 -#: ../../godmode/servers/plugin.php:456 -#: ../../godmode/servers/recon_script.php:206 -msgid "Delete macro" -msgstr "Eliminar macro" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_editor.php:100 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:81 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:90 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:134 -msgid "Edit template" -msgstr "Editar plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:32 -#: ../../enterprise/godmode/reporting/graph_template_list.php:43 -#: ../../enterprise/godmode/reporting/graph_template_list.php:53 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:79 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:89 -#: ../../godmode/reporting/graphs.php:39 ../../godmode/reporting/graphs.php:49 -msgid "Graph list" -msgstr "Lista de la gráfica" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:70 -msgid "Graph template management" -msgstr "Gestión de plantillas gráficas" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:87 -#: ../../enterprise/godmode/reporting/graph_template_list.php:107 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:99 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:120 -#: ../../operation/reporting/graph_viewer.php:36 -#: ../../operation/reporting/graph_viewer.php:43 -#: ../../godmode/events/event_filter.php:53 -#: ../../godmode/events/event_filter.php:74 -#: ../../godmode/agentes/planned_downtime.list.php:106 -#: ../../godmode/netflow/nf_item_list.php:106 -#: ../../godmode/netflow/nf_item_list.php:127 -#: ../../godmode/netflow/nf_edit.php:77 ../../godmode/netflow/nf_edit.php:101 -#: ../../godmode/modules/manage_nc_groups.php:123 -#: ../../godmode/reporting/map_builder.php:94 -#: ../../godmode/reporting/graphs.php:81 ../../godmode/reporting/graphs.php:91 -#: ../../godmode/reporting/graphs.php:130 -msgid "Not deleted. Error deleting data" -msgstr "No se pudo borrar. Error al borrar los datos." - -#: ../../enterprise/godmode/reporting/graph_template_list.php:163 -msgid "There are no defined graph templates" -msgstr "No hay plantillas gráficas definidas" - -#: ../../enterprise/godmode/reporting/graph_template_list.php:168 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:118 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:379 -msgid "Create template" -msgstr "Crear plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:225 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:236 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:246 -#: ../../godmode/reporting/reporting_builder.list_items.php:287 -#: ../../godmode/reporting/reporting_builder.list_items.php:292 -#: ../../godmode/reporting/reporting_builder.list_items.php:298 -msgid "Ascendent" -msgstr "Ascencente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:229 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:239 -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:249 -#: ../../godmode/reporting/reporting_builder.list_items.php:288 -#: ../../godmode/reporting/reporting_builder.list_items.php:293 -#: ../../godmode/reporting/reporting_builder.list_items.php:299 -msgid "Descent" -msgstr "Descendente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:290 -#: ../../godmode/netflow/nf_item_list.php:206 -#: ../../godmode/netflow/nf_item_list.php:209 -msgid "Move to up" -msgstr "Subir" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_list_item.php:300 -#: ../../godmode/netflow/nf_item_list.php:203 -#: ../../godmode/netflow/nf_item_list.php:210 -msgid "Move to down" -msgstr "Bajar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_advanced.php:105 -msgid "Advance Options" -msgstr "Opciones avanzadas" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:151 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:64 -msgid "Cleanup sucessfully" -msgstr "Limpieza correcta" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:154 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:67 -msgid "Cleanup error" -msgstr "Error al borrar contenido" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "Sucessfully applied" -msgstr "Aplicado correctamente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "reports" -msgstr "Informes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:194 -msgid "items" -msgstr "elementos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:196 -msgid "Could not be applied" -msgstr "No se pudo aplicar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:202 -#: ../../godmode/massive/massive_operations.php:215 -msgid "" -"In order to perform massive operations, PHP needs a correct configuration in " -"timeout parameters. Please, open your PHP configuration file (php.ini) for " -"example: sudo vi /etc/php5/apache2/php.ini;
And set your timeout " -"parameters to a correct value:
max_execution_time = 0 and " -"max_input_time = -1" -msgstr "" -"Para poder realizar operaciones masivas, PHP necesita una correcta " -"configuración de los parámetros de timeout. Por favor, abra su archivo de " -"configuración PHP (php.ini) por ejemplo: sudo vi " -"/etc/php5/apache2/php.ini;
Y fije sus parámetros de timeout en un " -"valor correcto:
max_execution_time = 0 y max_input_time = -" -"1" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:216 -msgid "Create template report wizard" -msgstr "Asistente de creación de plantillas de informes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:256 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:142 -msgid "Clean up template" -msgstr "Vaciar la plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:263 -msgid "Create report per agent" -msgstr "Crear informe por agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:272 -msgid "" -"Left in blank if you want to use default name: Template name - agents (num " -"agents) - Date" -msgstr "" -"Dejar en blanco si quieres usar el nombre por defecto: Nombre plantilla - " -"agentes (num agentes) - Fecha" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:278 -msgid "Target group" -msgstr "Grupo objetivo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:305 -msgid "Filter by" -msgstr "Filtrar por" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:368 -msgid "Filter tag" -msgstr "Filtro por tag" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:380 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:386 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:452 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:455 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -msgid "Select all" -msgstr "Seleccionar todo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:381 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:451 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:173 -msgid "Agents available" -msgstr "Agentes disponibles" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:387 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:454 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:179 -msgid "Agents to apply" -msgstr "Agentes para aplicar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:408 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:204 -msgid "Add agents to template" -msgstr "Añadir agentes a la plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:412 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:208 -msgid "Undo agents to template" -msgstr "Deshacer añadir agentes a la plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:429 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:227 -msgid "Apply template" -msgstr "Aplicar plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:753 -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:781 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:389 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:421 -msgid "Please set template distinct than " -msgstr "Por favor, introduzca una plantilla distinta a " - -#: ../../enterprise/godmode/reporting/reporting_builder.template_wizard.php:776 -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:416 -msgid "" -"This will be delete all reports created in previous template applications. " -"Do you want to continue?" -msgstr "" -"Esta acción eliminará todos los informes creados en aplicaciones anteriores " -"de plantillas. ¿Quiere continuar?" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:115 -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:138 -#: ../../operation/reporting/reporting_viewer.php:86 -#: ../../godmode/reporting/reporting_builder.php:1829 -msgid "List items" -msgstr "Listado de elementos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:130 -msgid "List templates" -msgstr "Lista de plantillas" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:254 -#: ../../enterprise/godmode/policies/policies.php:180 -#: ../../include/functions_agents.php:676 -#: ../../godmode/alerts/alert_actions.php:140 -#: ../../godmode/reporting/map_builder.php:183 -#: ../../godmode/reporting/map_builder.php:192 -msgid "Successfully copied" -msgstr "Copia realizada correctamente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:255 -#: ../../enterprise/godmode/policies/policies.php:181 -#: ../../godmode/alerts/alert_actions.php:141 -msgid "Could not be copied" -msgstr "No se ha podido copiar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:288 -#: ../../operation/search_reports.php:40 -#: ../../operation/reporting/custom_reporting.php:40 -#: ../../godmode/reporting/reporting_builder.php:537 -msgid "HTML" -msgstr "HTML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:289 -#: ../../operation/search_reports.php:41 -#: ../../operation/reporting/custom_reporting.php:41 -#: ../../godmode/reporting/reporting_builder.php:538 -msgid "XML" -msgstr "XML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:335 -#: ../../godmode/reporting/reporting_builder.php:607 -msgid "HTML view" -msgstr "Vista HTML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:337 -#: ../../godmode/reporting/reporting_builder.php:608 -msgid "Export to XML" -msgstr "Exportar a XML" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:375 -msgid "You haven't created templates yet." -msgstr "No tienen creado plantillas aun." - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:386 -msgid "Generate a dynamic report\"" -msgstr "Generar un informe dinámico" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:438 -#: ../../include/ajax/module.php:147 -#: ../../operation/agentes/datos_agente.php:189 -msgid "Timestamp from:" -msgstr "Timestamp desde:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:444 -#: ../../include/ajax/module.php:155 -#: ../../operation/agentes/datos_agente.php:195 -msgid "Timestamp to:" -msgstr "Timestamp hasta:" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:463 -msgid "Add agents" -msgstr "Añadir agentes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:466 -msgid "Undo agents" -msgstr "Anular agentes" - -#: ../../enterprise/godmode/reporting/reporting_builder.template.php:474 -msgid "Generate" -msgstr "Generar" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:28 -#: ../../enterprise/godmode/reporting/mysql_builder.php:122 -msgid "Custom Mysql template builder" -msgstr "Creador de plantillas personailizadas para MySQL" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:59 -msgid "Create custom SQL" -msgstr "Crear SQL personalizado" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:70 -msgid ": Create new custom" -msgstr ": Crear nueva consulta personalizada" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:90 -msgid "Create new custom" -msgstr "Crear personalizada nueva" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Successfully operation" -msgstr "Operación realizada con éxito" - -#: ../../enterprise/godmode/reporting/mysql_builder.php:125 -msgid "Could not be operation" -msgstr "La operación no puedo completarse" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:44 -#: ../../include/functions_reports.php:587 -msgid "Top n" -msgstr "Top n" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:49 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:164 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:41 -#: ../../godmode/reporting/reporting_builder.item_editor.php:41 -msgid "Only table" -msgstr "Solo tabla" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:50 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:165 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:42 -#: ../../godmode/reporting/reporting_builder.item_editor.php:42 -msgid "Table & Graph" -msgstr "Tabla y Gráfico" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:51 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:166 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:43 -#: ../../godmode/reporting/reporting_builder.item_editor.php:43 -msgid "Only graph" -msgstr "Solo gráfico" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:101 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:85 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:164 -msgid "Elements to apply" -msgstr "Elementos para aplicar" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:149 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1188 -#: ../../godmode/reporting/reporting_builder.item_editor.php:668 -msgid "Last value" -msgstr "Último valor" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:151 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:606 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1189 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2940 -#: ../../godmode/reporting/reporting_builder.item_editor.php:669 -#: ../../godmode/reporting/reporting_builder.item_editor.php:2738 -msgid "" -"Warning: period 0 reports cannot be used to show information back in time. " -"Information contained in this kind of reports will be always reporting the " -"most recent information" -msgstr "" -"Advertencia: período 0 los informes no pueden ser usados para enseñar la " -"información devuelta en tiempo. La información contenida en este tipo de " -"informes va a mostrar siempre la información más reciente." - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:189 -msgid "Sum" -msgstr "Suma" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:194 -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:264 -#: ../../include/functions_reporting.php:4234 -msgid "Rate" -msgstr "Tasa" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:210 -#: ../../operation/events/events.build_table.php:662 -#: ../../operation/agentes/networkmap_list.php:257 -#: ../../godmode/snmpconsole/snmp_alert.php:1213 -#: ../../godmode/agentes/agent_manager.php:210 -msgid "Delete selected" -msgstr "Borrar seleccionado(s)" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:220 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1496 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1105 -msgid "Group by agent" -msgstr "Agrupar por agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:279 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1546 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1172 -msgid "Condition" -msgstr "Condición" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:282 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1552 -#: ../../include/functions_reporting.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1177 -msgid "Everything" -msgstr "Todo" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:284 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1554 -msgid ">=" -msgstr ">=" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:286 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1556 -msgid "<" -msgstr "<" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:296 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1567 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:222 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1207 -msgid "Show graph" -msgstr "Mostrar gráfico" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:200 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1228 -msgid "Show resume" -msgstr "Mostrar resumen" - -#: ../../enterprise/godmode/reporting/reporting_builder.global.php:304 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1228 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom" -msgstr "" -"Mostrar una tabla resumen con el máximo, el mínimo y la media de los módulos " -"totales al final del informe" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:49 -#: ../../enterprise/godmode/reporting/graph_template_editor.php:73 -msgid "Graph template editor" -msgstr "Editor de plantillas gráficas" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:147 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:205 -#: ../../godmode/reporting/graph_builder.graph_editor.php:84 -#: ../../godmode/reporting/graph_builder.graph_editor.php:152 -msgid "Weight" -msgstr "Peso" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:149 -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:207 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1829 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1893 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1986 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2060 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2330 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2425 -msgid "Exact match" -msgstr "Coincidencia exacta" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:165 -msgid "Decrease Weight" -msgstr "Reducir el peso" - -#: ../../enterprise/godmode/reporting/graph_template_item_editor.php:168 -msgid "Increase Weight" -msgstr "Incrementar el peso" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:173 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:189 -#: ../../include/functions_visual_map_editor.php:428 -#: ../../include/functions_visual_map_editor.php:436 -msgid "Cancel" -msgstr "Cancelar" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:181 -msgid "Order:" -msgstr "Orden:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:201 -msgid "" -"Show a resume table with max, min, average of total modules on the report " -"bottom:" -msgstr "" -"Muestra una tabla de resumen con el max, min y media del total de módulos en " -"la parte inferior del informe:" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:216 -msgid "Show address instead module name" -msgstr "Mostrar la dirección en lugar del nombre del módulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:217 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1575 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1216 -msgid "Show the main address of agent." -msgstr "Muestra la dirección principal del agente." - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard.php:230 -#: ../../mobile/operation/module_graph.php:420 -#: ../../operation/agentes/stat_win.php:367 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1150 -msgid "Time compare (Overlapped)" -msgstr "Comparación de tiempo (solapado)" - -#: ../../enterprise/godmode/reporting/reporting_builder.advanced.php:68 -msgid "Advance Reporting" -msgstr "Informes Avanzados" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:131 -msgid "Available" -msgstr "Disponible" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:133 -#: ../../include/functions_graph.php:737 ../../include/functions_graph.php:738 -#: ../../include/functions_graph.php:739 ../../include/functions_graph.php:742 -#: ../../include/graphs/export_data.php:76 -msgid "Selected" -msgstr "Seleccionado" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:140 -msgid "Push the selected services into the list" -msgstr "Añade los servicios seleccionados a la lista" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:145 -msgid "Remove the services from the list" -msgstr "Elimina los servicios de la lista" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:199 -msgid "Icon preview" -msgstr "Pre visualización del icono" - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:256 -msgid "Are you sure? All the visual map services will be recreated" -msgstr "Está seguro? Todos los mapas visuales serán creados." - -#: ../../enterprise/godmode/reporting/visual_console_builder.wizard_services.php:275 -msgid "The services list is empty" -msgstr "La lista de servicios esta vacía" - -#: ../../enterprise/godmode/reporting/graph_template_wizard.php:97 -msgid "Wizard template" -msgstr "Plantilla de Wizard" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115 -#: ../../godmode/reporting/reporting_builder.php:1878 -msgid "Successfull action" -msgstr "Acción completada" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1115 -#: ../../godmode/servers/modificar_server.php:73 -#: ../../godmode/servers/modificar_server.php:85 -#: ../../godmode/reporting/reporting_builder.php:1878 -msgid "Unsuccessfull action" -msgstr "No se pudo completar la acción" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1136 -#: ../../godmode/reporting/reporting_builder.item_editor.php:584 -msgid "Item Editor" -msgstr "Editor de ítem" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1223 -#: ../../godmode/reporting/reporting_builder.item_editor.php:714 -msgid "Projection period" -msgstr "Periodo de proyección" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1237 -#: ../../godmode/reporting/reporting_builder.item_editor.php:724 -msgid "Data range" -msgstr "Rango de datos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1251 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:216 -#: ../../godmode/reporting/reporting_builder.item_editor.php:735 -msgid "Only display wrong SLAs" -msgstr "Mostrar solo aquellas SLA que no cumplen." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:744 -msgid "Working time" -msgstr "Tiempo de trabajo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1336 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1338 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1079 -msgid "Select server" -msgstr "Seleccionar servidor" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1395 -msgid "" -"Case insensitive regular expression for agent name. For example: Network.* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " -"agente. Por ejemplo: Network.* coincidiría con los siguientes nombres de " -"agentes: network_agent1, NetworK CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1409 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1939 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2110 -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 " -"has to be fulfilled with the literally string of the module name, if not you " -"can use a regular expression. Example: .*usage.* will match: cpu_usage, vram " -"usage in matchine 1." -msgstr "" -"Expresión regular, no sensible a mayúsculas/minúsculas, para buscar el " -"módulo. Por ejemplo: si usa este campo con \"Coincidencia exacta de modulo\" " -"activado, entonces este campo tiene que rellenarse con la cadena literal del " -"nombre del modulo, sino, usará una expresion regular, p.e: .*usage.* " -"coincidiría con : cpu_usage, vram usage in machine 1." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 -msgid "Module exact match" -msgstr "Coincidencia exacta de modulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1422 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1876 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1941 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2039 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2114 -msgid "Check it if you want to match module name literally" -msgstr "" -"Actívela si desea que haya una coincidencia exacta y literal en el nombre " -"del módulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1462 -msgid "Query SQL" -msgstr "Consulta SQL" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1088 -msgid "Serialized header" -msgstr "Cabedera serializada" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1467 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1088 -msgid "The separator character is |" -msgstr "El carácter separador es |" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1472 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1058 -msgid "Custom SQL template" -msgstr "Plantilla SQL personalizada" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1477 -msgid "SQL preview" -msgstr "Previsualización del SQL" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 -msgid "Field separator" -msgstr "Separador de campo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1488 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1097 -msgid "Separator for different fields in the serialized text chain" -msgstr "Separador para diferentes campos en la cadena de texto serializada" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -msgid "Line separator" -msgstr "Separador de línea" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1492 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1101 -msgid "" -"Separator in different lines (composed by fields) of the serialized text " -"chain" -msgstr "" -"Separador en diferentes líneas (compuestas por campos) de la cadena de texto " -"serializada" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1538 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1159 -msgid "Only average" -msgstr "Solo media" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1574 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1215 -msgid "Show address instead module name." -msgstr "Mostrar la dirección en vez del nombre del módulo" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1596 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1237 -msgid "Event filter" -msgstr "Filtro de eventos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1599 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1240 -msgid "No Validated" -msgstr "No validado" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1601 -#: ../../include/functions_graph.php:2607 -#: ../../include/functions_events.php:880 -#: ../../include/functions_events.php:1716 -#: ../../include/functions_events.php:1722 -#: ../../include/functions_events.php:1726 -#: ../../include/functions_events.php:1731 -#: ../../include/functions_events.php:2918 -#: ../../include/functions_events.php:2926 -#: ../../operation/snmpconsole/snmp_view.php:398 -#: ../../operation/snmpconsole/snmp_view.php:562 -#: ../../operation/snmpconsole/snmp_view.php:813 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1242 -msgid "Validated" -msgstr "Validado" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1612 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1253 -msgid "Event graphs" -msgstr "Gráficas de eventos" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1615 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1257 -msgid "By agent" -msgstr "Por agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1617 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1263 -msgid "By user validator" -msgstr "Por usuario que validó" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1619 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1269 -msgid "By criticity" -msgstr "Por criticidad" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1621 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1275 -msgid "Validated vs unvalidated" -msgstr "Validados vs sin validar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1628 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1283 -msgid "Show in two columns" -msgstr "Mostrar en dos columnas" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1634 -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:211 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1289 -msgid "SLA items sorted by fulfillment value" -msgstr "Objetos de SLA ordenados por valor rellenado" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1639 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1294 -msgid "Show in landscape" -msgstr "Mostrar en landscape" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1652 -msgid "Modules to match" -msgstr "Módulos a comparar" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1654 -msgid "Select the modules to match when create a report for agents" -msgstr "" -"Seleccione los módulos a comparar cuando cree el informe para cada agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1735 -msgid "Modules to match (Free text)" -msgstr "Modulos a comparar (Texto libre)" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1737 -msgid "Free text to filter the modules of agents when apply this template." -msgstr "" -"Texto libre para filtrar los módulos de los agentes cuando se use esta " -"plantilla" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1751 -msgid "Create a graph for each agent" -msgstr "Crear una gráfica por cada agente" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1753 -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 "" -"Si se activa, la expresión regular o el nombre de modulo hará coincidencia " -"en cada módulo de cada agente, y creará una gráfica que contenga módulos de " -"todos los agentes." - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1791 -#: ../../godmode/netflow/nf_item_list.php:260 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1322 -msgid "Create item" -msgstr "Crear item" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1796 -#: ../../include/functions_visual_map_editor.php:587 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1325 -msgid "Update item" -msgstr "Actualizar item" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1830 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1356 -msgid "SLA Min. (value)" -msgstr "Valor mínimo para el SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1831 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1357 -msgid "SLA Max. (value)" -msgstr "Valor máximo para el SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1832 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1358 -msgid "SLA Limit (%)" -msgstr "Límite (%) para el SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1841 -msgid "Please save the SLA template for start to add items in this list." -msgstr "" -"Por favor, guarde la plantilla SLA para empezar a añadir elementos a la lista" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1890 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2057 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2333 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2428 -msgid "Not literally" -msgstr "No literal" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:1934 -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2104 -msgid "" -"Case insensitive regular expression for agent name. For example: Network* " -"will match with the following agent names: network_agent1, NetworK CHECKS" -msgstr "" -"Expresión regular no sensible a mayúsculas. Por ejemplo: Network* hará " -"coincidencia con los siguientes nombres de módulos: network_agent1, NetworK " -"CHECKS" - -#: ../../enterprise/godmode/reporting/reporting_builder.template_item.php:2001 -msgid "Please save the template to start adding items into the list." -msgstr "" -"Por favor, guarde la plantilla para empezar a añadir elementos a la lista" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:198 -msgid "SLA min value" -msgstr "Valor mínimo de SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:199 -msgid "SLA min Value" -msgstr "Valor mínimo de SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:202 -msgid "SLA max value" -msgstr "Valor máximo SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:203 -msgid "SLA max Value" -msgstr "Valor máximo SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:206 -msgid "SLA Limit %" -msgstr "Límite % SLA" - -#: ../../enterprise/godmode/reporting/reporting_builder.wizard_sla.php:207 -msgid "SLA Limit Value" -msgstr "Valor límite SLA" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:120 -#: ../../godmode/events/event_edit_filter.php:151 -#: ../../godmode/netflow/nf_edit_form.php:110 -#: ../../godmode/modules/manage_nc_groups.php:83 -msgid "Not updated. Blank name" -msgstr "No actualizado. Nombre en blanco" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:136 -msgid "Template updated successfully" -msgstr "Plantilla actualizada con éxito" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:137 -msgid "Error updating template" -msgstr "Error al actualizar la plantilla" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:172 -#: ../../include/functions_visual_map_editor.php:84 -#: ../../include/functions_visual_map_editor.php:353 -#: ../../godmode/events/event_responses.editor.php:104 -#: ../../godmode/setup/gis_step_2.php:257 -#: ../../godmode/reporting/graph_builder.main.php:125 -#: ../../godmode/reporting/visual_console_builder.wizard.php:134 -msgid "Width" -msgstr "Anchura" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:176 -#: ../../godmode/events/event_responses.editor.php:106 -#: ../../godmode/setup/gis_step_2.php:259 -#: ../../godmode/reporting/graph_builder.main.php:129 -#: ../../godmode/reporting/visual_console_builder.wizard.php:137 -msgid "Height" -msgstr "Altura" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:183 -msgid "3 hours" -msgstr "3 horas" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:188 -msgid "4 days" -msgstr "días" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:189 -#: ../../include/functions_netflow.php:1057 -#: ../../godmode/setup/performance.php:90 -msgid "Last week" -msgstr "Última semana" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:191 -#: ../../include/functions_netflow.php:1058 -#: ../../godmode/setup/performance.php:92 -msgid "Last month" -msgstr "Último mes" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:192 -#: ../../include/functions_netflow.php:1059 -msgid "2 months" -msgstr "2 meses" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:193 -#: ../../include/functions_netflow.php:1061 ../../include/ajax/module.php:127 -msgid "6 months" -msgstr "6 meses" - -#: ../../enterprise/godmode/reporting/graph_template_editor.php:194 -#: ../../include/functions.php:1994 ../../include/ajax/module.php:128 -msgid "1 year" -msgstr "1 año" - -#: ../../enterprise/godmode/policies/policy_linking.php:26 -msgid "Linking modules" -msgstr "Modulos enlazados" - -#: ../../enterprise/godmode/policies/policy_linking.php:32 -#: ../../enterprise/godmode/policies/policies.php:191 -#: ../../enterprise/godmode/policies/policy_collections.php:37 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:53 -#: ../../enterprise/godmode/policies/policy_agents.php:80 -#: ../../enterprise/godmode/policies/policy_modules.php:420 -#: ../../enterprise/godmode/policies/policy_alerts.php:60 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:52 -#: ../../godmode/agentes/module_manager_editor.php:340 -msgid "This policy is applying and cannot be modified" -msgstr "Esta política se está aplicando y no puede ser modificada" - -#: ../../enterprise/godmode/policies/policy_linking.php:53 -msgid "Error: Update linking modules to policy" -msgstr "Error: Actualizando modulos enlazados a la política" - -#: ../../enterprise/godmode/policies/policy_linking.php:56 -msgid "Success: Update linking modules to policy" -msgstr "Completado: Actualizando modulos enlazados a la política" - -#: ../../enterprise/godmode/policies/policy_linking.php:66 -msgid "Free text for filter (*)" -msgstr "Texto libre para filtro (*)" - -#: ../../enterprise/godmode/policies/policy_linking.php:67 -msgid "Free text for filter" -msgstr "Texto libre para filtro" - -#: ../../enterprise/godmode/policies/policy_linking.php:110 -msgid "List of modules unlinked" -msgstr "Lista de módulos sin enlazar" - -#: ../../enterprise/godmode/policies/policy_linking.php:137 -#: ../../godmode/setup/links.php:109 -msgid "Link" -msgstr "Enlace" - -#: ../../enterprise/godmode/policies/policy_linking.php:143 -msgid "There are no defined modules unlinked" -msgstr "No hay módulos definidos desvinculados" - -#: ../../enterprise/godmode/policies/policies.php:114 -msgid "Policy name already exists" -msgstr "El nombre de la política ya existe." - -#: ../../enterprise/godmode/policies/policies.php:170 -msgid "Policies Management" -msgstr "Gestión de políticas" - -#: ../../enterprise/godmode/policies/policies.php:186 -msgid "All policy agents added to delete queue" -msgstr "Todos los agentes de las políticas añadidos a la cola de eliminación" - -#: ../../enterprise/godmode/policies/policies.php:187 -msgid "Policy agents cannot be added to the delete queue" -msgstr "" -"Los agentes de las políticas no se pudieron añadir a la cola de eliminación" - -#: ../../enterprise/godmode/policies/policies.php:233 -#: ../../operation/agentes/estado_agente.php:171 -#: ../../godmode/agentes/modificar_agente.php:155 -msgid "Recursion" -msgstr "Recursión" - -#: ../../enterprise/godmode/policies/policies.php:237 -msgid "a" -msgstr "a" - -#: ../../enterprise/godmode/policies/policies.php:310 -msgid "Policy updated" -msgstr "Política actualizada" - -#: ../../enterprise/godmode/policies/policies.php:314 -msgid "Pending update policy only database" -msgstr "" -"Pendiente de actualizar política, sólo para cambios en base de datos." - -#: ../../enterprise/godmode/policies/policies.php:318 -msgid "Pending update policy" -msgstr "Pendiente actualizar política" - -#: ../../enterprise/godmode/policies/policies.php:395 -msgid "A policy with agents cannot be deleted. Purge it first" -msgstr "Una política con agentes no se puede eliminar. Púrguela primero." - -#: ../../enterprise/godmode/policies/policies.php:401 -msgid "Deleting all policy agents" -msgstr "Eliminando todas los agentes de las políticas" - -#: ../../enterprise/godmode/policies/policies.php:404 -msgid "All the policy agents will be deleted" -msgstr "Todos los agentes de las políticas serán eliminados" - -#: ../../enterprise/godmode/policies/policies.php:408 -msgid "Delete all agents" -msgstr "Eliminar todos los agentes" - -#: ../../enterprise/godmode/policies/configure_policy.php:43 -msgid "Add policy" -msgstr "Añadir política" - -#: ../../enterprise/godmode/policies/policy_collections.php:68 -msgid "" -"Successfully added to delete the collection. Will be deleted in the next " -"policy application." -msgstr "" -"Añadido correctamente a la colección. Se eliminará en la próxima aplicación " -"de política." - -#: ../../enterprise/godmode/policies/policy_collections.php:73 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:100 -#: ../../enterprise/godmode/policies/policy_plugins.php:42 -#: ../../enterprise/godmode/policies/policy_agents.php:95 -#: ../../enterprise/godmode/policies/policy_modules.php:924 -#: ../../enterprise/godmode/policies/policy_alerts.php:169 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:100 -msgid "Successfully reverted deletion" -msgstr "Eliminación revertida correctamente" - -#: ../../enterprise/godmode/policies/policy_collections.php:74 -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:103 -#: ../../enterprise/godmode/policies/policy_plugins.php:43 -#: ../../enterprise/godmode/policies/policy_agents.php:96 -#: ../../enterprise/godmode/policies/policy_modules.php:925 -#: ../../enterprise/godmode/policies/policy_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:101 -msgid "Could not be reverted" -msgstr "No pudo ser revertido" - -#: ../../enterprise/godmode/policies/policy_queue.php:101 -msgid "Operations successfully deleted from the queue" -msgstr "Operaciones eliminadas correctamente de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:102 -msgid "Operations cannot be deleted from the queue" -msgstr "Las operaciones no pueden ser eliminadas de la cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:160 -msgid "Update pending" -msgstr "Actualización pendiente" - -#: ../../enterprise/godmode/policies/policy_queue.php:162 -msgid "Update pending agents" -msgstr "Actualizar agentes pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:176 -#: ../../enterprise/godmode/policies/policy_agents.php:428 -msgid "Add to apply queue" -msgstr "Añadir para aplicar cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:180 -msgid "Add to apply queue only for database" -msgstr "Añadir a la cola de aplicación, sólo de cambios de base de datos" - -#: ../../enterprise/godmode/policies/policy_queue.php:186 -msgid "Link pending modules" -msgstr "Enlazar módulos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:192 -msgid "Will be linked in the next policy application" -msgstr "Se enlazará en la siguiente aplicación de políticas" - -#: ../../enterprise/godmode/policies/policy_queue.php:195 -msgid "Unlink pending modules" -msgstr "Desenlazar módulos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:201 -msgid "Will be unlinked in the next policy application" -msgstr "Será desenlazado en la siguiente aplicación de políticas" - -#: ../../enterprise/godmode/policies/policy_queue.php:206 -msgid "Delete pending" -msgstr "Eliminación pendiente" - -#: ../../enterprise/godmode/policies/policy_queue.php:208 -msgid "Delete pending agents" -msgstr "Eliminar agentes pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:214 -#: ../../enterprise/godmode/policies/policy_queue.php:223 -#: ../../enterprise/godmode/policies/policy_queue.php:232 -#: ../../enterprise/godmode/policies/policy_queue.php:241 -#: ../../enterprise/godmode/policies/policy_queue.php:250 -#: ../../enterprise/godmode/policies/policy_queue.php:259 -#: ../../enterprise/godmode/policies/policy_queue.php:268 -msgid "Will be deleted in the next policy application" -msgstr "Se eliminará en la siguiente aplicación de políticas" - -#: ../../enterprise/godmode/policies/policy_queue.php:217 -msgid "Delete pending modules" -msgstr "Eliminar módulos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:226 -msgid "Delete pending inventory modules" -msgstr "Eliminar módulos de inventario pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:235 -msgid "Delete pending alerts" -msgstr "Eliminar alertas pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:244 -msgid "Delete pending external alerts" -msgstr "Eliminar alertas externas pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:253 -msgid "Delete pending file collections" -msgstr "Eliminar colecciones de archivos pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:262 -msgid "Delete pending plugins" -msgstr "Eliminar plugins pendientes" - -#: ../../enterprise/godmode/policies/policy_queue.php:274 -msgid "Advices" -msgstr "Consejos" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -msgid "Queue summary" -msgstr "Resumen de cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:277 -#: ../../enterprise/godmode/policies/policy_queue.php:364 -#: ../../operation/snmpconsole/snmp_view.php:444 -#: ../../operation/agentes/alerts_status.php:390 -#: ../../operation/agentes/graphs.php:173 -#: ../../godmode/users/user_list.php:249 -#: ../../godmode/snmpconsole/snmp_alert.php:913 -#: ../../godmode/alerts/alert_list.list.php:156 -msgid "Toggle filter(s)" -msgstr "Conmutar filtro(s)" - -#: ../../enterprise/godmode/policies/policy_queue.php:364 -msgid "Queue filter" -msgstr "Filtros de cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:459 -msgid "Empty queue" -msgstr "Vaciar cola" - -#: ../../enterprise/godmode/policies/policy_queue.php:476 -msgid "This operation could take a long time" -msgstr "Esta operación podría tardar bastante tiempo" - -#: ../../enterprise/godmode/policies/policy_queue.php:493 -msgid "Delete all" -msgstr "Eliminar todo" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:65 -msgid "Module is not selected" -msgstr "No ha seleccionado ningún módulo" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:93 -#: ../../enterprise/godmode/policies/policy_modules.php:905 -#: ../../enterprise/godmode/policies/policy_modules.php:919 -msgid "" -"Successfully added to delete pending modules. Will be deleted in the next " -"policy application." -msgstr "" -"Añadido correctamente a la cola de módulos pendientes de eliminación, Será " -"eliminado en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:186 -msgid "Select inventory module" -msgstr "Seleccionar módulo de inventario" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:235 -msgid "There are no defined inventory modules" -msgstr "No hay definidos módulos de inventario" - -#: ../../enterprise/godmode/policies/policy_inventory_modules.php:264 -#: ../../enterprise/godmode/policies/policy_agents.php:445 -#: ../../enterprise/godmode/policies/policy_modules.php:1080 -#: ../../enterprise/godmode/policies/policy_alerts.php:417 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:252 -msgid "Undo deletion" -msgstr "Deshacer eliminación" - -#: ../../enterprise/godmode/policies/policy_plugins.php:33 -msgid "" -"Successfully added to delete pending plugins. Will be deleted in the next " -"policy application." -msgstr "" -"Correctamente añadido a los plugins pendientes de eliminar. Será eliminado " -"en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_plugins.php:34 -msgid "Cannot be added to delete pending plugins." -msgstr "No se puede añadir a los plugins pendientes de eliminar" - -#: ../../enterprise/godmode/policies/policy_plugins.php:111 -msgid "There are no defined plugins" -msgstr "No hay plugins definidos" - -#: ../../enterprise/godmode/policies/policy_agents.php:90 -msgid "" -"Successfully added to delete pending agents. Will be deleted in the next " -"policy application." -msgstr "" -"Añadido correctamente a los agentes pendientes de eliminación. Será " -"eliminado en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_agents.php:121 -msgid "Successfully added to delete queue" -msgstr "Correctamente añadido a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:122 -msgid "Could not be added to delete queue" -msgstr "No se pudo añadir a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:157 -msgid "Successfully deleted from delete pending agents" -msgstr "Eliminado correctamente de los agentes pendientes de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:158 -msgid "Could not be deleted from delete pending agents" -msgstr "No se pudo eliminar de los agentes pendientes de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:260 -msgid "Agents in Policy" -msgstr "Agentes en la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:297 -msgid "Add agents to policy" -msgstr "Añadir agentes a la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:303 -msgid "Delete agents from policy" -msgstr "Eliminar agentes de la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:339 -msgid "Applied" -msgstr "Aplicado" - -#: ../../enterprise/godmode/policies/policy_agents.php:340 -msgid "Not applied" -msgstr "No aplicado" - -#: ../../enterprise/godmode/policies/policy_agents.php:349 -#: ../../operation/agentes/estado_generalagente.php:293 -#: ../../godmode/agentes/agent_manager.php:317 -#: ../../godmode/agentes/configurar_agente.php:416 -#: ../../godmode/agentes/configurar_agente.php:526 -#: ../../godmode/servers/servers.build_table.php:160 -#: ../../godmode/massive/massive_edit_agents.php:349 -msgid "Remote configuration" -msgstr "Configuración remota" - -#: ../../enterprise/godmode/policies/policy_agents.php:351 -msgid "Unlinked modules" -msgstr "Módulos sin enlazar" - -#: ../../enterprise/godmode/policies/policy_agents.php:351 -msgid "U." -msgstr "U." - -#: ../../enterprise/godmode/policies/policy_agents.php:354 -msgid "Add to delete queue" -msgstr "Añadir a la lista de eliminación" - -#: ../../enterprise/godmode/policies/policy_agents.php:354 -#: ../../godmode/agentes/module_manager.php:528 -msgid "D." -msgstr "D." - -#: ../../enterprise/godmode/policies/policy_agents.php:399 -#: ../../godmode/agentes/agent_manager.php:188 -msgid "This agent can be remotely configured" -msgstr "Este agente puede ser configurado remotamente" - -#: ../../enterprise/godmode/policies/policy_agents.php:404 -msgid "This agent can not be remotely configured" -msgstr "Este agente no puede ser configurado remotamente" - -#: ../../enterprise/godmode/policies/policy_agents.php:463 -msgid "Need apply" -msgstr "Necesita aplicar" - -#: ../../enterprise/godmode/policies/policy_agents.php:471 -msgid "Applying policy" -msgstr "Aplicando política" - -#: ../../enterprise/godmode/policies/policy_agents.php:477 -msgid "Deleting from policy" -msgstr "Eliminando de la política" - -#: ../../enterprise/godmode/policies/policy_agents.php:491 -#: ../../include/functions_visual_map.php:1203 -#: ../../include/functions_visual_map.php:1428 -#: ../../godmode/massive/massive_delete_agents.php:33 -#: ../../godmode/massive/massive_delete_alerts.php:83 -#: ../../godmode/massive/massive_delete_modules.php:61 -#: ../../godmode/massive/massive_add_alerts.php:73 -#: ../../godmode/massive/massive_add_tags.php:33 -#: ../../godmode/massive/massive_edit_agents.php:90 -#: ../../godmode/massive/massive_delete_tags.php:97 -#: ../../godmode/massive/massive_add_action_alerts.php:60 -msgid "No agents selected" -msgstr "No se selección ningún agente" - -#: ../../enterprise/godmode/policies/policy_modules.php:22 -#: ../../enterprise/godmode/policies/policy_modules.php:1200 -#: ../../godmode/agentes/module_manager_editor_common.php:386 -msgid "Not needed" -msgstr "No necesario" - -#: ../../enterprise/godmode/policies/policy_modules.php:213 -msgid "" -"If you change this description, you must change into the text of Data " -"configuration." -msgstr "" -"Si cambia esta descripción, tiene que cambiarla en el texto de la " -"configuración de datos." - -#: ../../enterprise/godmode/policies/policy_modules.php:286 -msgid "Module macros" -msgstr "Macros de módulos" - -#: ../../enterprise/godmode/policies/policy_modules.php:382 -msgid "Could not be added module(s). You must select a policy" -msgstr "El módulo no se pudo añadir. Debe seleccionar una política." - -#: ../../enterprise/godmode/policies/policy_modules.php:410 -#, php-format -msgid "Successfully added module(s) (%s/%s) to policy %s" -msgstr "Módulo añadido correctamente (%s/%s) a la política %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:412 -#, php-format -msgid "Could not be added module(s) (%s/%s) to policy %s" -msgstr "El módulo no se pudo añadir (%s/%s) a la política %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:654 -msgid "Could not be added module." -msgstr "El módulo no se pudo añadir" - -#: ../../enterprise/godmode/policies/policy_modules.php:875 -msgid "" -"The module type in Data configuration is empty, take from combo box of form." -msgstr "" -"El tipo de datos en la configuración está vacío, elija uno del combo del " -"formulario." - -#: ../../enterprise/godmode/policies/policy_modules.php:878 -msgid "" -"The module name in Data configuration is empty, take from text field of form." -msgstr "" -"El nombre del módulo en la configuración está vacío, elija uno del combo del " -"formulario." - -#: ../../enterprise/godmode/policies/policy_modules.php:909 -msgid "Could not be added to deleted all modules." -msgstr "No podría ser añadido a eliminar todos los módulos." - -#: ../../enterprise/godmode/policies/policy_modules.php:966 -#: ../../godmode/agentes/configurar_agente.php:1414 -#, php-format -msgid "copy of %s" -msgstr "copia de %s" - -#: ../../enterprise/godmode/policies/policy_modules.php:978 -#: ../../godmode/agentes/configurar_agente.php:1424 -#, php-format -msgid "copy of %s (%d)" -msgstr "copia de %s (%d)" - -#: ../../enterprise/godmode/policies/policy_modules.php:995 -msgid "Successfully duplicate the module." -msgstr "Módulo duplicado con éxito" - -#: ../../enterprise/godmode/policies/policy_modules.php:1048 -msgid "Local component" -msgstr "Componente local" - -#: ../../enterprise/godmode/policies/policy_modules.php:1057 -#: ../../enterprise/godmode/policies/policy_modules.php:1058 -#: ../../godmode/agentes/module_manager.php:690 -msgid "Enable module" -msgstr "Habilitar el módulo" - -#: ../../enterprise/godmode/policies/policy_modules.php:1063 -#: ../../enterprise/godmode/policies/policy_modules.php:1064 -#: ../../godmode/agentes/module_manager.php:695 -msgid "Disable module" -msgstr "Deshabilitar el módulo" - -#: ../../enterprise/godmode/policies/policy_modules.php:1114 -msgid "There are no defined modules" -msgstr "No hay módulos definidos" - -#: ../../enterprise/godmode/policies/policy_modules.php:1131 -#: ../../godmode/massive/massive_copy_modules.php:136 -msgid "Copy modules" -msgstr "Copiar módulos" - -#: ../../enterprise/godmode/policies/policy_modules.php:1132 -msgid "Copy selected modules to policy: " -msgstr "Copiar módulos seleccionados a la política: " - -#: ../../enterprise/godmode/policies/policy_modules.php:1172 -#: ../../godmode/agentes/module_manager_editor.php:515 -msgid "No module name provided" -msgstr "No se proporcionó ningún nombre de módulo" - -#: ../../enterprise/godmode/policies/policy_modules.php:1173 -#: ../../godmode/agentes/module_manager_editor.php:516 -msgid "No target IP provided" -msgstr "No se proporcionó ninguna IP de destino" - -#: ../../enterprise/godmode/policies/policy_modules.php:1174 -#: ../../godmode/agentes/module_manager_editor.php:517 -msgid "No SNMP OID provided" -msgstr "No se proporcionó ningún OID de SMTP" - -#: ../../enterprise/godmode/policies/policy_modules.php:1267 -msgid "Variable" -msgstr "Variable" - -#: ../../enterprise/godmode/policies/policy_modules.php:1307 -msgid "Are you sure to copy modules into policy?\\n" -msgstr "¿Está seguro de que quiere copiar los módulos en la política?\\n" - -#: ../../enterprise/godmode/policies/policy_modules.php:1327 -msgid "Please select any module to copy" -msgstr "Por favor, seleccione algún modulo para copiar" - -#: ../../enterprise/godmode/policies/policy_alerts.php:148 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:73 -msgid "Created successfuly" -msgstr "Creado correctamente" - -#: ../../enterprise/godmode/policies/policy_alerts.php:164 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:95 -msgid "" -"Successfully added to delete pending alerts. Will be deleted in the next " -"policy application." -msgstr "" -"Correctamente añadido a las alertas pendientes de eliminación. Será " -"eliminado en la próxima aplicación de políticas." - -#: ../../enterprise/godmode/policies/policy_alerts.php:188 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:120 -msgid "Added action successfuly" -msgstr "Acción añadida correctamente" - -#: ../../enterprise/godmode/policies/policy_alerts.php:206 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:140 -msgid "Deleted action successfuly" -msgstr "Acción eliminada correctamente" - -#: ../../enterprise/godmode/policies/policy_alerts.php:511 -msgid "Policy module" -msgstr "Módulo de la política" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:77 -msgid "Duplicated alert" -msgstr "Alerta duplicada" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:170 -#: ../../enterprise/godmode/policies/policy_external_alerts.php:299 -msgid "Modules in policy agents" -msgstr "Modulos en agentes de política" - -#: ../../enterprise/godmode/policies/policy_external_alerts.php:315 -msgid "Alert Template" -msgstr "Plantilla de alerta" - -#: ../../enterprise/load_enterprise.php:315 -msgid "Invalid licence." -msgstr "Licencia inválida" - -#: ../../enterprise/load_enterprise.php:316 -msgid "Please contact Artica at info@artica.es for a valid licence." -msgstr "" -"Por favor contacte con Ártica en info@artica.es para una licencia válida." - -#: ../../enterprise/load_enterprise.php:318 -msgid "Or disable Pandora FMS enterprise" -msgstr "O desactive Pandora FMS Enterprise" - -#: ../../enterprise/load_enterprise.php:405 -#: ../../enterprise/load_enterprise.php:619 -msgid "Request new licence" -msgstr "Solicitar una nueva licencia" - -#: ../../enterprise/load_enterprise.php:480 -#, php-format -msgid "" -"License out of limits

" -"This license allows %d agents and you have %d agents configured." -msgstr "" -"License out of limits " -"

Esta licencia es para %d agentes y tiene %d agentes configurados." - -#: ../../enterprise/load_enterprise.php:485 -#, php-format -msgid "" -"License out of limits

" -"This license allows %d modules and you have %d modules configured." -msgstr "" -" Licencia fuera de límites
" -"Esta licencia permite %d módulos y tiene módulos %d configurados." - -#: ../../enterprise/load_enterprise.php:492 -msgid "" -"This license has expired. " -"

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

No podrá actualizar Pandora FMS hasta que no renueve la licencia." - -#: ../../enterprise/load_enterprise.php:503 -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 "" -"Para continuar usando Pandora FMS, por favor, desactive Pandora FMS " -"Enterprise cambiando el nombre de la Enteprise en el directorio de la " -"consola.

o contacte con Ártica ST para obtener una licencia válida " -"(info@artica.es)" - -#: ../../enterprise/load_enterprise.php:507 -msgid "Please contact Artica at info@artica.es to renew the license." -msgstr "" -"Por favor, contacte con Ártica ST (info@artica.es) para renovar la licencia." - -#: ../../enterprise/load_enterprise.php:616 -msgid "Renew" -msgstr "Renovar" - -#: ../../enterprise/load_enterprise.php:702 -msgid "Activate license" -msgstr "Activar licencia" - -#: ../../enterprise/load_enterprise.php:703 -msgid "Your request key is:" -msgstr "Su clave es:" - -#: ../../enterprise/load_enterprise.php:705 -#, php-format -msgid "" -"You can activate it manually here or " -"automatically filling the form below:" -msgstr "" -"Lo puede activar manualmente aqui o " -"automáticamente rellenando el siguiente formulario:" - -#: ../../enterprise/load_enterprise.php:710 -msgid "Auth Key:" -msgstr "Clave de autenticación" - -#: ../../enterprise/load_enterprise.php:717 -#: ../../enterprise/load_enterprise.php:733 -msgid "Online validation" -msgstr "Validación en línea" - -#: ../../enterprise/load_enterprise.php:726 -msgid "ERROR:" -msgstr "ERROR:" - -#: ../../enterprise/load_enterprise.php:726 -msgid "When connecting to Artica server." -msgstr "Cuando se conecta al servidor de Ártica." - -#: ../../mobile/index.php:206 ../../mobile/operation/groups.php:52 -#: ../../mobile/operation/agent.php:59 -#: ../../mobile/operation/networkmaps.php:100 -#: ../../mobile/operation/module_graph.php:270 -#: ../../mobile/operation/modules.php:174 -#: ../../mobile/operation/tactical.php:69 -#: ../../mobile/operation/networkmap.php:79 -#: ../../mobile/operation/alerts.php:142 -#: ../../mobile/operation/visualmap.php:66 -#: ../../mobile/operation/events.php:426 -#: ../../mobile/operation/visualmaps.php:84 -#: ../../mobile/operation/agents.php:146 -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 "" -"El acceso a esta página está restringido a usuarios autorizados, contacte " -"con el administrador del sistema si necesita asistencia.

Todos los " -"intentos de acceso a esta página son grabados en los registros de seguridad " -"de Pandora FMS." - -#: ../../mobile/include/user.class.php:153 -#: ../../mobile/include/user.class.php:171 -#: ../../mobile/include/user.class.php:178 -msgid "Double authentication failed" -msgstr "Fallo en la doble autenticación" - -#: ../../mobile/include/user.class.php:154 -msgid "Secret code not found" -msgstr "Código secreto no encontrado" - -#: ../../mobile/include/user.class.php:155 -msgid "Please contact the administrator to reset your double authentication" -msgstr "" -"Por favor contacte el administrador para restablecer la doble autenticación" - -#: ../../mobile/include/user.class.php:179 -msgid "There was an error checking the code" -msgstr "Hubo un error verificando el código" - -#: ../../mobile/include/user.class.php:211 -msgid "Login Failed" -msgstr "Indentificación fallida" - -#: ../../mobile/include/user.class.php:212 -msgid "User not found in database or incorrect password." -msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" - -#: ../../mobile/include/user.class.php:220 -msgid "Login out" -msgstr "Cerrar sesión" - -#: ../../mobile/include/user.class.php:238 -msgid "user" -msgstr "Usuario" - -#: ../../mobile/include/user.class.php:245 -msgid "password" -msgstr "contraseña" - -#: ../../mobile/include/user.class.php:295 -#: ../../mobile/include/user.class.php:296 ../../general/login_page.php:143 -msgid "Authenticator code" -msgstr "Código de autenticación" - -#: ../../mobile/include/user.class.php:300 ../../general/login_page.php:149 -msgid "Check code" -msgstr "Código de verificación" - -#: ../../mobile/include/functions_web.php:81 -#: ../../mobile/include/ui.class.php:257 ../../general/footer.php:30 -#, php-format -msgid "Pandora FMS %s - Build %s" -msgstr "Pandora FMS %s - Revisión %s" - -#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 -msgid "Pandora FMS mobile" -msgstr "Pandora FMS móvil" - -#: ../../mobile/include/ui.class.php:185 ../../mobile/operation/home.php:154 -msgid "Home" -msgstr "Inicio" - -#: ../../mobile/include/ui.class.php:630 -msgid "Not found header." -msgstr "Encabezado no encontrado" - -#: ../../mobile/include/ui.class.php:633 -msgid "Not found content." -msgstr "Contenido no encontrado" - -#: ../../mobile/include/ui.class.php:636 -msgid "Not found footer." -msgstr "Pie de página no encontrado" - -#: ../../mobile/include/ui.class.php:639 -msgid "Incorrect form." -msgstr "Forma incorrecta" - -#: ../../mobile/include/ui.class.php:642 -msgid "Incorrect grid." -msgstr "Matriz incorrecta" - -#: ../../mobile/include/ui.class.php:645 -msgid "Incorrect collapsible." -msgstr "Plegable incorrecto" - -#: ../../mobile/operation/groups.php:102 ../../mobile/operation/groups.php:103 -#: ../../mobile/operation/groups.php:104 -#: ../../include/functions_groups.php:764 -#: ../../include/functions_groups.php:766 -#: ../../include/functions_groups.php:768 -#: ../../include/functions_groups.php:769 -#: ../../include/functions_groups.php:770 -#: ../../include/functions_reporting_html.php:2586 -msgid "Agents unknown" -msgstr "agentes desconocidos" - -#: ../../mobile/operation/agent.php:104 -msgid "PandoraFMS: Agents" -msgstr "PandoraFMS: Agentes" - -#: ../../mobile/operation/agent.php:109 -msgid "No agent found" -msgstr "No se han encontrado agentes" - -#: ../../mobile/operation/agent.php:117 ../../include/ajax/module.php:825 -#: ../../include/class/Tree.class.php:1772 -#: ../../operation/agentes/estado_agente.php:522 -#: ../../operation/agentes/estado_generalagente.php:83 -#: ../../godmode/agentes/agent_manager.php:393 -#: ../../godmode/agentes/modificar_agente.php:470 -#: ../../godmode/agentes/module_manager_editor_common.php:518 -#: ../../godmode/agentes/planned_downtime.editor.php:482 -#: ../../godmode/agentes/planned_downtime.list.php:425 -#: ../../godmode/agentes/module_manager.php:584 -#: ../../godmode/massive/massive_edit_agents.php:397 -#: ../../godmode/massive/massive_edit_modules.php:570 -msgid "Quiet" -msgstr "Silencioso" - -#: ../../mobile/operation/agent.php:131 ../../extensions/net_tools.php:131 -#: ../../operation/agentes/estado_generalagente.php:148 -msgid "IP address" -msgstr "Dirección IP" - -#: ../../mobile/operation/agent.php:161 -msgid "Modules by status" -msgstr "Módulos por estado" - -#: ../../mobile/operation/agent.php:169 -#: ../../include/functions_treeview.php:563 -#: ../../operation/agentes/estado_generalagente.php:596 -msgid "Events (24h)" -msgstr "Eventos (24h)" - -#: ../../mobile/operation/agent.php:205 -#, php-format -msgid "Last %s Events" -msgstr "Últimos %s Eventos" - -#: ../../mobile/operation/networkmaps.php:112 -#: ../../mobile/operation/home.php:72 -msgid "Networkmaps" -msgstr "Mapas de red" - -#: ../../mobile/operation/networkmaps.php:120 -#, php-format -msgid "Filter Networkmaps by %s" -msgstr "Filtrar mapas de red por %s" - -#: ../../mobile/operation/networkmaps.php:150 -#: ../../mobile/operation/modules.php:261 -#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/events.php:654 -#: ../../mobile/operation/agents.php:201 -msgid "Apply Filter" -msgstr "Aplicar el filtro" - -#: ../../mobile/operation/networkmaps.php:202 -#: ../../mobile/operation/networkmap.php:164 -msgid "No networkmaps" -msgstr "No hay mapas de red" - -#: ../../mobile/operation/networkmaps.php:216 -#: ../../mobile/operation/modules.php:677 -#: ../../mobile/operation/alerts.php:306 -#: ../../mobile/operation/events.php:1060 -#: ../../mobile/operation/agents.php:426 -msgid "(Default)" -msgstr "Por defecto" - -#: ../../mobile/operation/networkmaps.php:222 -#: ../../mobile/operation/modules.php:684 -#: ../../mobile/operation/alerts.php:316 -#: ../../mobile/operation/events.php:1086 -#: ../../mobile/operation/agents.php:432 -#, php-format -msgid "Group: %s" -msgstr "Grupo: %s" - -#: ../../mobile/operation/networkmaps.php:229 -#: ../../mobile/operation/events.php:1098 -#, php-format -msgid "Type: %s" -msgstr "Tipo: %s" - -#: ../../mobile/operation/module_graph.php:366 -#: ../../mobile/operation/module_graph.php:375 -#, php-format -msgid "PandoraFMS: %s" -msgstr "PandoraFMS: %s" - -#: ../../mobile/operation/module_graph.php:389 -#, php-format -msgid "Options for %s : %s" -msgstr "Opciones para %s: %s" - -#: ../../mobile/operation/module_graph.php:396 -msgid "Show Alerts" -msgstr "Mostrar alertas" - -#: ../../mobile/operation/module_graph.php:404 -msgid "Show Events" -msgstr "Mostrar eventos" - -#: ../../mobile/operation/module_graph.php:412 -#: ../../operation/agentes/stat_win.php:373 -msgid "Time compare (Separated)" -msgstr "Comparación de tiempo (por separado)" - -#: ../../mobile/operation/module_graph.php:428 -#: ../../operation/agentes/stat_win.php:379 -msgid "Show unknown graph" -msgstr "Mostrar gráficas desconocidas" - -#: ../../mobile/operation/module_graph.php:436 -msgid "Avg Only" -msgstr "Solo promedio" - -#: ../../mobile/operation/module_graph.php:441 -msgid "Time range (hours)" -msgstr "Rango de tiempo (horas)" - -#: ../../mobile/operation/module_graph.php:454 -#: ../../operation/agentes/exportdata.php:301 -#: ../../operation/agentes/interface_traffic_graph_win.php:216 -#: ../../operation/agentes/stat_win.php:298 -#: ../../operation/agentes/graphs.php:133 -msgid "Begin date" -msgstr "Fecha de inicio" - -#: ../../mobile/operation/module_graph.php:461 -msgid "Update graph" -msgstr "Actualizar gráfica" - -#: ../../mobile/operation/module_graph.php:470 -msgid "Error get the graph" -msgstr "Error al obtener gráfica" - -#: ../../mobile/operation/modules.php:194 -#, php-format -msgid "Filter Modules by %s" -msgstr "Filtrar Módulos por %s" - -#: ../../mobile/operation/modules.php:434 -#: ../../include/functions_modules.php:1834 -#: ../../operation/search_modules.php:104 -#: ../../operation/agentes/status_monitor.php:1119 -msgid "NOT INIT" -msgstr "No inicializado" - -#: ../../mobile/operation/modules.php:473 -msgid "Interval." -msgstr "Intervalo" - -#: ../../mobile/operation/modules.php:479 -msgid "Last update." -msgstr "Última actualización" - -#: ../../mobile/operation/modules.php:558 -#: ../../godmode/agentes/agent_template.php:258 -msgid "No modules" -msgstr "Sin módulos" - -#: ../../mobile/operation/modules.php:692 -#, php-format -msgid "Module group: %s" -msgstr "Grupos de módulos: %s" - -#: ../../mobile/operation/modules.php:696 -#: ../../mobile/operation/alerts.php:320 -#: ../../mobile/operation/events.php:1102 -#: ../../mobile/operation/agents.php:436 -#, php-format -msgid "Status: %s" -msgstr "Estado: %s" - -#: ../../mobile/operation/modules.php:700 -#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:440 -#, php-format -msgid "Free Search: %s" -msgstr "Búsqueda libre: %s" - -#: ../../mobile/operation/modules.php:705 -#, php-format -msgid "Tag: %s" -msgstr "Etiqueta: %s" - -#: ../../mobile/operation/tactical.php:146 -msgid "Last activity" -msgstr "Última actividad" - -#: ../../mobile/operation/tactical.php:264 -#: ../../include/functions_reporting_html.php:2759 -#: ../../operation/snmpconsole/snmp_statistics.php:140 -#: ../../godmode/admin_access_logs.php:191 ../../general/logon_ok.php:224 -#: ../../general/logon_ok.php:421 -msgid "Source IP" -msgstr "IP origen" - -#: ../../mobile/operation/home.php:78 ../../mobile/operation/visualmaps.php:96 -msgid "Visual consoles" -msgstr "Consola visual" - -#: ../../mobile/operation/home.php:92 -#: ../../include/functions_visual_map.php:2271 -#: ../../include/functions_visual_map_editor.php:231 -#: ../../godmode/reporting/visual_console_builder.wizard.php:106 -msgid "Module graph" -msgstr "Gráfico de módulo" - -#: ../../mobile/operation/home.php:104 -msgid "Visualmap" -msgstr "Mapa visual" - -#: ../../mobile/operation/home.php:161 ../../operation/search_results.php:63 -msgid "Global search" -msgstr "Búsqueda global" - -#: ../../mobile/operation/alerts.php:36 -#: ../../operation/agentes/alerts_status.functions.php:72 -msgid "All (Enabled)" -msgstr "Todos (Habilitados)" - -#: ../../mobile/operation/alerts.php:39 -#: ../../operation/snmpconsole/snmp_view.php:162 -#: ../../operation/snmpconsole/snmp_view.php:824 -#: ../../operation/agentes/alerts_status.functions.php:75 -msgid "Not fired" -msgstr "No disparado" - -#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 -#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 -#: ../../godmode/alerts/alert_view.php:106 -msgid "Stand by" -msgstr "En espera" - -#: ../../mobile/operation/alerts.php:162 -#, php-format -msgid "Filter Alerts by %s" -msgstr "Filtros de alertas por %s" - -#: ../../mobile/operation/alerts.php:272 -msgid "Last Fired" -msgstr "Último/a lanzado/a" - -#: ../../mobile/operation/alerts.php:282 -msgid "No alerts" -msgstr "Sin alertas" - -#: ../../mobile/operation/alerts.php:312 -#, php-format -msgid "Standby: %s" -msgstr "Standby: %s" - -#: ../../mobile/operation/events.php:107 -#: ../../operation/events/events.build_table.php:61 -msgid "Event Name" -msgstr "Nombre del evento" - -#: ../../mobile/operation/events.php:377 ../../mobile/operation/events.php:378 -#: ../../mobile/operation/events.php:585 ../../mobile/operation/events.php:586 -msgid "Preset Filters" -msgstr "Fijar los filtros" - -#: ../../mobile/operation/events.php:438 -msgid "ERROR: Event detail" -msgstr "ERROR: Detalles del evento" - -#: ../../mobile/operation/events.php:440 -msgid "Error connecting to DB pandora." -msgstr "Error al conectar a la base de datos de Pandora" - -#: ../../mobile/operation/events.php:453 -msgid "Event detail" -msgstr "Detalles del evento" - -#: ../../mobile/operation/events.php:464 -#: ../../include/functions_events.php:2328 -#: ../../operation/events/events.build_table.php:55 -msgid "Event ID" -msgstr "ID del evento" - -#: ../../mobile/operation/events.php:480 -#: ../../include/functions_events.php:2367 -#: ../../operation/events/events_list.php:560 -#: ../../godmode/events/event_edit_filter.php:288 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:926 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:942 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:958 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:974 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:990 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:422 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:438 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:454 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:470 -msgid "Repeated" -msgstr "Repetido" - -#: ../../mobile/operation/events.php:492 -#: ../../include/functions_events.php:2416 -msgid "Acknowledged by" -msgstr "Admitido por" - -#: ../../mobile/operation/events.php:501 -#: ../../include/functions_visual_map_editor.php:573 -#: ../../godmode/reporting/visual_console_builder.elements.php:153 -msgid "Module Graph" -msgstr "Gráfica de módulo" - -#: ../../mobile/operation/events.php:536 -msgid "Sucessful validate" -msgstr "Validación correcta" - -#: ../../mobile/operation/events.php:538 -msgid "Fail validate" -msgstr "Validación fallida" - -#: ../../mobile/operation/events.php:570 -#, php-format -msgid "Filter Events by %s" -msgstr "Filtrar eventos por %s" - -#: ../../mobile/operation/events.php:780 -#: ../../include/functions_reporting.php:1192 -#: ../../include/functions_reporting.php:1353 -#: ../../include/functions_reporting_html.php:2938 -#: ../../include/functions_events.php:850 -#: ../../include/functions_events.php:854 -#: ../../operation/events/events.build_table.php:679 -msgid "No events" -msgstr "No hay eventos" - -#: ../../mobile/operation/events.php:1066 -#, php-format -msgid "Filter: %s" -msgstr "Filtro: %s" - -#: ../../mobile/operation/events.php:1079 -#, php-format -msgid "Severity: %s" -msgstr "Severidad: %s" - -#: ../../mobile/operation/events.php:1106 -#, php-format -msgid "Free search: %s" -msgstr "Búsqueda libre: %s" - -#: ../../mobile/operation/events.php:1110 -#, php-format -msgid "Hours: %s" -msgstr "Horas: %s" - -#: ../../mobile/operation/visualmaps.php:146 -msgid "No maps defined" -msgstr "No hay mapas definidos" - -#: ../../mobile/operation/agents.php:166 -#, php-format -msgid "Filter Agents by %s" -msgstr "Filtros de agentes por %s" - -#: ../../mobile/operation/agents.php:333 -msgid "No agents" -msgstr "Sin agentes" - -#: ../../extensions/resource_registration.php:40 -#, php-format -msgid "Success add '%s' item in report '%s'." -msgstr "Éxito al añadir el objeto '%s' al informe '%s'." - -#: ../../extensions/resource_registration.php:41 -#, php-format -msgid "Error create '%s' item in report '%s'." -msgstr "Error al añadir el objeto '%s' al informe '%s'." - -#: ../../extensions/resource_registration.php:68 -#, php-format -msgid "Error create '%s' report, the name exist and there aren't free name." -msgstr "" -"Error al crear el informe '%s'. El nombre ya existe y no hay nombres " -"disponibles." - -#: ../../extensions/resource_registration.php:75 -#, php-format -msgid "" -"Warning create '%s' report, the name exist, the report have a name %s." -msgstr "" -"Advertencia al crear el informe '%s'. El nombre ya existe y el informe tiene " -"el nombre %s." - -#: ../../extensions/resource_registration.php:82 -msgid "Error the report haven't name." -msgstr "Error. El informe no tiene un nombre." - -#: ../../extensions/resource_registration.php:88 -msgid "Error the report haven't group." -msgstr "Error. El informe no tiene un grupo asignado." - -#: ../../extensions/resource_registration.php:98 -#, php-format -msgid "Success create '%s' report." -msgstr "Éxito al crear el informe '%s'." - -#: ../../extensions/resource_registration.php:99 -#, php-format -msgid "Error create '%s' report." -msgstr "Error al crear el informe '%s'-" - -#: ../../extensions/resource_registration.php:327 -#: ../../extensions/resource_registration.php:348 -#: ../../extensions/resource_registration.php:358 -#, php-format -msgid "Success add '%s' content." -msgstr "Éxito al añadir el contenido '%s'." - -#: ../../extensions/resource_registration.php:335 -#, php-format -msgid "Success add '%s' SLA." -msgstr "Éxito al añadir el SLA '%s'." - -#: ../../extensions/resource_registration.php:336 -#, php-format -msgid "Error add '%s' SLA." -msgstr "Error al añadir el SLA '%s'." - -#: ../../extensions/resource_registration.php:377 -#, php-format -msgid "Error create '%s' visual map, lost tag name." -msgstr "Error al crear el mapa visual '%s'. Falta el nombre de la etiqueta." - -#: ../../extensions/resource_registration.php:413 -#, php-format -msgid "" -"Error create '%s' visual map, the name exist and there aren't free name." -msgstr "" -"Error al crear el mapa visual '%s'. El nombre ya existe y no hay nombres " -"disponibles." - -#: ../../extensions/resource_registration.php:420 -#, php-format -msgid "" -"Warning create '%s' visual map, the name exist, the report have a name %s." -msgstr "" -"Advertencia al crear el mapa visual '%s'. El nombre ya existe y el informe " -"tiene el nombre %s." - -#: ../../extensions/resource_registration.php:428 -#, php-format -msgid "Success create '%s' visual map." -msgstr "Éxito al crear el mapa visual '%s'." - -#: ../../extensions/resource_registration.php:429 -#, php-format -msgid "Error create '%s' visual map." -msgstr "Error al crear el mapa visual '%s'." - -#: ../../extensions/resource_registration.php:535 -#, php-format -msgid "Success create item type '%d' visual map." -msgstr "Éxito al crear el objeto de tipo '%d' del mapa visual." - -#: ../../extensions/resource_registration.php:536 -#, php-format -msgid "Error create item type '%d' visual map." -msgstr "Error al crear el tipo de objeto '%d' del mapa visual." - -#: ../../extensions/resource_registration.php:554 -#: ../../extensions/resource_registration.php:569 -#, php-format -msgid "Success create item for agent '%s' visual map." -msgstr "Éxito al crear el objeto de agente '%s' del mapa visual." - -#: ../../extensions/resource_registration.php:555 -#: ../../extensions/resource_registration.php:570 -#, php-format -msgid "Error create item for agent '%s' visual map." -msgstr "Error al crear el objeto de agente '%s' del mapa visual." - -#: ../../extensions/resource_registration.php:776 -#, php-format -msgid "Success create '%s' component." -msgstr "Creado componente '%s' satisfactoriamente" - -#: ../../extensions/resource_registration.php:777 -#, php-format -msgid "Error create '%s' component." -msgstr "Hubo un problema al crear el componente '%s'" - -#: ../../extensions/resource_registration.php:833 -#: ../../extensions/resource_registration.php:873 -msgid "Resource registration" -msgstr "Registro del recurso" - -#: ../../extensions/resource_registration.php:836 -msgid "Error, please install the PHP libXML in the system." -msgstr "Error, por favor, installe la libreria PHP LibXML en el sistema." - -#: ../../extensions/resource_registration.php:842 -#, 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 "" -"Esta extensión hace el registro de una plantilla de recursos de forma fácil. " -"Puede subir una plantilla de recursos en el formato (.PTR), de Pandora FMS. " -"Por favor, consulte la documentación sobre como obtener y usar los recursos " -"de plantilla de Pandora FMS

Puede obtener más recursos en nuestra Libreria Pública de recursos." - -#: ../../extensions/resource_registration.php:856 -msgid "Group filter: " -msgstr "Filtrado por grupos: " - -#: ../../extensions/resource_registration.php:860 -#: ../../extensions/extension_uploader.php:85 -#: ../../extensions/plugin_registration.php:43 -#: ../../operation/incidents/incident_detail.php:507 -msgid "Upload" -msgstr "Subir" - -#: ../../extensions/extension_uploader.php:28 -msgid "Uploader extension" -msgstr "Extensión de subidas" - -#: ../../extensions/extension_uploader.php:64 -msgid "Success to upload extension" -msgstr "Extensión subida con éxito" - -#: ../../extensions/extension_uploader.php:65 -msgid "Fail to upload extension" -msgstr "Fallo al subir extensión" - -#: ../../extensions/extension_uploader.php:73 -msgid "Upload extension" -msgstr "Subir extensión" - -#: ../../extensions/extension_uploader.php:75 -msgid "Upload the extension as a zip file." -msgstr "Subir la extensión como un archivo zip" - -#: ../../extensions/extension_uploader.php:77 -msgid "Upload enterprise extension" -msgstr "Actualizar extensión Enterprise" - -#: ../../extensions/extension_uploader.php:90 -msgid "Extension uploader" -msgstr "Cargador de extensiones" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Unreliable petition" -msgstr "Petición no fiable" - -#: ../../extensions/files_repo/files_repo_get_file.php:65 -msgid "Please contact the administrator" -msgstr "Por favor, contacta con el administrador" - -#: ../../extensions/files_repo/files_repo_form.php:73 -msgid "Only 200 characters are permitted" -msgstr "Sólo 200 caracteres permitidos" - -#: ../../extensions/files_repo/files_repo_form.php:84 -#: ../../extensions/system_info.php:470 ../../extensions/system_info.php:525 -#: ../../operation/integria_incidents/incident.files.php:23 -#: ../../godmode/extensions.php:143 -msgid "File" -msgstr "Archivo" - -#: ../../extensions/files_repo/files_repo_form.php:87 -#: ../../extensions/files_repo/files_repo_form.php:93 -#: ../../extensions/files_repo/files_repo_list.php:89 -msgid "Public link" -msgstr "Enlace público" - -#: ../../extensions/files_repo/files_repo_list.php:61 -#: ../../include/functions_filemanager.php:579 -msgid "Last modification" -msgstr "Última modificación" - -#: ../../extensions/files_repo/files_repo_list.php:86 -msgid "Copy to clipboard" -msgstr "Copiar al portapapeles" - -#: ../../extensions/files_repo/files_repo_list.php:115 -msgid "No items" -msgstr "No hay elementos" - -#: ../../extensions/files_repo/functions_files_repo.php:29 -#: ../../extensions/files_repo/functions_files_repo.php:40 -#: ../../include/functions_config.php:1465 -msgid "Attachment directory is not writable by HTTP Server" -msgstr "El servidor HTTP no puede escribir en el directorio de adjuntos" - -#: ../../extensions/files_repo/functions_files_repo.php:30 -#: ../../extensions/files_repo/functions_files_repo.php:41 -#, php-format -msgid "Please check that the web server has write rights on the %s directory" -msgstr "" -"Por favor, comprobar que el directorio %s del servidor web tiene permisos de " -"escritura" - -#: ../../extensions/files_repo/functions_files_repo.php:229 -msgid "The file could not be copied" -msgstr "El fichero no ha sido copiado" - -#: ../../extensions/files_repo/functions_files_repo.php:233 -msgid "There was an error creating the file" -msgstr "Se ha producido un error creando el fichero" - -#: ../../extensions/pandora_logs.php:33 ../../extensions/system_info.php:174 -msgid "Cannot find file" -msgstr "Archivo no encontrado" - -#: ../../extensions/pandora_logs.php:39 -msgid "File is too large than PHP memory allocated in the system." -msgstr "" -"El archivo supera la capacidad de la memoria PHP alojada en el sistema" - -#: ../../extensions/pandora_logs.php:40 -msgid "The preview file is imposible." -msgstr "No es posible previsualizar el archivo" - -#: ../../extensions/pandora_logs.php:44 -msgid "File is too large (> 500KB)" -msgstr "Archivo demasiado grande (>500KB)" - -#: ../../extensions/pandora_logs.php:72 -msgid "System logfile viewer" -msgstr "Visor de archivos de log del sistema" - -#: ../../extensions/pandora_logs.php:74 -msgid "" -"This tool is used just to view your Pandora FMS system logfiles directly " -"from console" -msgstr "" -"Esta herramienta se utiliza para ver los logfiles de sistema de Pandora FMS " -"directamente desde la consola" - -#: ../../extensions/pandora_logs.php:83 -msgid "System logfiles" -msgstr "Logs sistema" - -#: ../../extensions/net_tools.php:96 -msgid "The agent hasn't got IP" -msgstr "El agente no tiene IP" - -#: ../../extensions/net_tools.php:120 -msgid "" -"You can set the command path in the menu Administration -> Extensions -" -"> Config Network Tools" -msgstr "" -"Puede introducir la ruta de comando en el menú Administration -> " -"Extensions -> Config Network Tools" - -#: ../../extensions/net_tools.php:123 -msgid "Traceroute" -msgstr "Traceroute" - -#: ../../extensions/net_tools.php:124 -msgid "Ping host & Latency" -msgstr "Ping host y Latencia" - -#: ../../extensions/net_tools.php:125 -msgid "SNMP Interface status" -msgstr "Estado de la interfaz SNMP" - -#: ../../extensions/net_tools.php:126 -msgid "Basic TCP Port Scan" -msgstr "Escaneo básico de puertos TCP" - -#: ../../extensions/net_tools.php:127 -msgid "DiG/Whois Lookup" -msgstr "Búsqueda DiG/Whois" - -#: ../../extensions/net_tools.php:148 ../../include/functions_events.php:1793 -#: ../../operation/extensions.php:64 -#: ../../operation/agentes/networkmap_list.php:266 -msgid "Execute" -msgstr "Ejecutar" - -#: ../../extensions/net_tools.php:162 -msgid "Traceroute executable does not exist." -msgstr "El ejecutable Traceroute no existe." - -#: ../../extensions/net_tools.php:165 -msgid "Traceroute to " -msgstr "Trazando ruta a " - -#: ../../extensions/net_tools.php:174 -msgid "Ping executable does not exist." -msgstr "El ejecutable Ping no existe." - -#: ../../extensions/net_tools.php:177 -#, php-format -msgid "Ping to %s" -msgstr "Ping a %s" - -#: ../../extensions/net_tools.php:186 -msgid "Nmap executable does not exist." -msgstr "El ejecutable Nmap no existe." - -#: ../../extensions/net_tools.php:189 -msgid "Basic TCP Scan on " -msgstr "Escaneo básico TCP en " - -#: ../../extensions/net_tools.php:196 -msgid "Domain and IP information for " -msgstr "Información de dominio e IP para " - -#: ../../extensions/net_tools.php:200 -msgid "Dig executable does not exist." -msgstr "El ejecutable Dig no existe." - -#: ../../extensions/net_tools.php:210 -msgid "Whois executable does not exist." -msgstr "El ejecutable Whois no existe." - -#: ../../extensions/net_tools.php:219 -msgid "SNMP information for " -msgstr "Información SNMP para " - -#: ../../extensions/net_tools.php:223 -msgid "SNMPget executable does not exist." -msgstr "El ejecutable SNMPget no existe." - -#: ../../extensions/net_tools.php:226 -msgid "Uptime" -msgstr "Tiempo en Activo" - -#: ../../extensions/net_tools.php:230 -msgid "Device info" -msgstr "Información del dispositivo" - -#: ../../extensions/net_tools.php:238 -msgid "Interface" -msgstr "Interfaz" - -#: ../../extensions/net_tools.php:259 ../../extensions/net_tools.php:333 -msgid "Config Network Tools" -msgstr "Configuración de herramientas de red" - -#: ../../extensions/net_tools.php:280 ../../extensions/net_tools.php:281 -msgid "Set the paths." -msgstr "Introducir rutas" - -#: ../../extensions/net_tools.php:300 -msgid "Traceroute path" -msgstr "Ruta Traceroute" - -#: ../../extensions/net_tools.php:301 -msgid "If it is empty, Pandora searchs the traceroute system." -msgstr "Si está vacío, Pandora FMS buscará el sistema Traceroute" - -#: ../../extensions/net_tools.php:304 -msgid "Ping path" -msgstr "Ruta al comando ping" - -#: ../../extensions/net_tools.php:305 -msgid "If it is empty, Pandora searchs the ping system." -msgstr "Si está vacío, Pandora FMS buscará el sistema ping" - -#: ../../extensions/net_tools.php:308 -msgid "Nmap path" -msgstr "Ruta Nmap" - -#: ../../extensions/net_tools.php:309 -msgid "If it is empty, Pandora searchs the nmap system." -msgstr "Si está vacío, Pandora FMS buscará el sistema nmap." - -#: ../../extensions/net_tools.php:312 -msgid "Dig path" -msgstr "Ruta Dig" - -#: ../../extensions/net_tools.php:313 -msgid "If it is empty, Pandora searchs the dig system." -msgstr "Si está vacío, Pandora FMS buscará el sistema dig" - -#: ../../extensions/net_tools.php:316 -msgid "Snmpget path" -msgstr "Ruta Snmpget" - -#: ../../extensions/net_tools.php:317 -msgid "If it is empty, Pandora searchs the snmpget system." -msgstr "Si está vacío, Pandora FMS buscará el sistema snmpget" - -#: ../../extensions/dbmanager.php:107 -msgid "Database interface" -msgstr "Interfaz de base de datos" - -#: ../../extensions/dbmanager.php:122 -msgid "Execute SQL" -msgstr "Ejecutar SQL" - -#: ../../extensions/dbmanager.php:166 -msgid "DB interface" -msgstr "Interfaz BBDD" - -#: ../../extensions/module_groups.php:39 -msgid "Number fired of alerts" -msgstr "Numero de alertas disparadas" - -#: ../../extensions/module_groups.php:168 -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:171 -msgid "" -"This table shows in columns the modules group and in rows agents group. The " -"cell shows all modules" -msgstr "" -"Esta tabla muestra en las columnas del grupo de los módulos y en hileras de " -"agentes de grupo. La celda muestra todos los módulos" - -#: ../../extensions/module_groups.php:297 -msgid "" -"Orange cell when the module group and agent have at least one alarm fired." -msgstr "" -"Celda de color naranja cuando el grupo y el agente del modulo tengan al " -"menos una alerta disparada." - -#: ../../extensions/module_groups.php:298 -msgid "" -"Red cell when the module group and agent have at least one module in " -"critical status and the others in any status" -msgstr "" -"Cuadro rojo 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:299 -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 "" -"Cuadro amarillo 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:300 -msgid "" -"Green cell when the module group and agent have all modules in OK status" -msgstr "" -"Cuadro verde cuando todos los grupos de modulos y los agentes estén en " -"estado OK." - -#: ../../extensions/module_groups.php:301 -msgid "" -"Grey cell when the module group and agent have at least one in unknown " -"status and the others in green status" -msgstr "" -"Cuadro gris cuando el grupo de módulos y el agente tienen al menos uno en " -"estado desconocido, todos los demás están en OK y no tiene ninguno en estado " -"critico o warning." - -#: ../../extensions/module_groups.php:302 -msgid "" -"Blue cell when the module group and agent have all modules in not init " -"status." -msgstr "" -"Azul cuando todos los módulos de todos los agentes del grupo tienen estado " -"no inicializado." - -#: ../../extensions/module_groups.php:307 -msgid "There are no defined groups or module groups" -msgstr "No hay grupos o grupos de módulos definidos." - -#: ../../extensions/module_groups.php:325 ../../operation/tree.php:67 -#: ../../godmode/menu.php:53 -msgid "Module groups" -msgstr "Grupos de Módulos" - -#: ../../extensions/users_connected.php:38 -#: ../../extensions/users_connected.php:122 -#: ../../extensions/users_connected.php:126 -msgid "Users connected" -msgstr "Usuarios conectados" - -#: ../../extensions/users_connected.php:66 -msgid "No other users connected" -msgstr "No hay otros usuarios conectados" - -#: ../../extensions/plugin_registration.php:26 -#: ../../extensions/plugin_registration.php:33 -msgid "Plugin registration" -msgstr "Registro de complementos" - -#: ../../extensions/plugin_registration.php:30 -msgid "Plugin Registration" -msgstr "Registro de puglins" - -#: ../../extensions/plugin_registration.php:35 -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 "" -"Esta extensión hace el registro de los plugins de servidor más fáciles. \n" -"\t\t\t\t\t\tAquí puedes subir un plugin de servidor en Pandora FMS 3.x en " -"formato comprimido (.pspz). \n" -"\t\t\t\t\t\tPor favor consulte la documentación sobre como obtener y usar " -"los plugins de Pandora FMS Server.\n" -"\t\t\t\t\t\t

Puede conseguir más plugins en nuestra Librería de Recursos " -"Públicos " - -#: ../../extensions/plugin_registration.php:84 -msgid "Cannot load INI file" -msgstr "No puedo abrir archivo .INI" - -#: ../../extensions/plugin_registration.php:107 -msgid "Plugin exec not found. Aborting!" -msgstr "No encuentro la definición de ejecución del complemento: abortando!." - -#: ../../extensions/plugin_registration.php:120 -msgid "Plugin already registered. Aborting!" -msgstr "El complemento ya está registrado: Abortando." - -#: ../../extensions/plugin_registration.php:291 -msgid "Plug-in Remote Registered unsuccessfull" -msgstr "Registro del plug-in remoto sin éxito" - -#: ../../extensions/plugin_registration.php:293 -msgid "Please check the syntax of file \"plugin_definition.ini\"" -msgstr "" -"Por favor verifique la sintaxis del archivo \"plugin_definition.ini\"" - -#: ../../extensions/plugin_registration.php:413 -msgid "Module plugin registered" -msgstr "Módulo de complemento registrado." - -#: ../../extensions/plugin_registration.php:418 -#: ../../godmode/agentes/module_manager_editor_plugin.php:47 -#: ../../godmode/massive/massive_edit_plugins.php:287 -#: ../../godmode/modules/manage_network_components_form_plugin.php:22 -msgid "Plugin" -msgstr "Complemento" - -#: ../../extensions/plugin_registration.php:418 -msgid "Registered successfully" -msgstr "Registrado con éxito." - -#: ../../extensions/plugin_registration.php:428 -msgid "Register plugin" -msgstr "Registro plugin" - -#: ../../extensions/api_checker.php:83 ../../extensions/api_checker.php:219 -msgid "API checker" -msgstr "Verificación API" - -#: ../../extensions/api_checker.php:95 -msgid "Pandora Console URL" -msgstr "Consola URL de Pandora FMS" - -#: ../../extensions/api_checker.php:100 -msgid "API Pass" -msgstr "Contraseña API" - -#: ../../extensions/api_checker.php:118 -msgid "Action (get or set)" -msgstr "Acción (obtener o introducir)" - -#: ../../extensions/api_checker.php:128 -#: ../../operation/integria_incidents/incident.list.php:93 -#: ../../operation/events/events.build_table.php:39 -#: ../../operation/incidents/incident.php:330 -#: ../../godmode/alerts/alert_commands.php:324 -#: ../../godmode/agentes/agent_incidents.php:85 -#: ../../godmode/agentes/agent_manager.php:162 -#: ../../godmode/agentes/module_manager_editor_common.php:137 -#: ../../godmode/agentes/fields_manager.php:94 -#: ../../godmode/groups/group_list.php:334 -#: ../../godmode/groups/modu_group_list.php:181 -#: ../../godmode/setup/os.list.php:33 ../../godmode/modules/module_list.php:58 -msgid "ID" -msgstr "ID" - -#: ../../extensions/api_checker.php:133 -msgid "ID 2" -msgstr "ID 2" - -#: ../../extensions/api_checker.php:138 -msgid "Return Type" -msgstr "Tipo de retorno" - -#: ../../extensions/api_checker.php:148 -msgid "Other Mode" -msgstr "Otro modo" - -#: ../../extensions/api_checker.php:156 -msgid "Raw URL" -msgstr "URL en crudo" - -#: ../../extensions/api_checker.php:167 -msgid "Call parameters" -msgstr "Parámetros de llamada" - -#: ../../extensions/api_checker.php:172 ../../extensions/api_checker.php:185 -msgid "Call" -msgstr "Llamada" - -#: ../../extensions/api_checker.php:179 -msgid "Custom URL" -msgstr "URL Personalizada:" - -#: ../../extensions/api_checker.php:191 ../../extensions/api_checker.php:198 -#: ../../include/functions_db.php:1084 -msgid "Result" -msgstr "Resultado" - -#: ../../extensions/api_checker.php:194 ../../extensions/api_checker.php:211 -msgid "Show URL" -msgstr "Mostrar URL" - -#: ../../extensions/api_checker.php:207 -msgid "Hide URL" -msgstr "Ocultar URL" - -#: ../../extensions/ssh_gateway.php:52 -msgid "You need to specify a user and a host address" -msgstr "Necesita especificar un usuario y una dirección del host" - -#: ../../extensions/ssh_gateway.php:57 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:66 -msgid "Host address" -msgstr "Dirección del Host" - -#: ../../extensions/ssh_gateway.php:59 -#, php-format -msgid "For security reasons the following characters are not allowed: %s" -msgstr "" -"Por razones de seguridad, los siguientes caracteres no se permiten: %s" - -#: ../../extensions/ssh_gateway.php:60 -msgid "Connect" -msgstr "Conectar" - -#: ../../extensions/ssh_gateway.php:63 -msgid "Port (use 0 for default)" -msgstr "Puerto (uso de 0 por defecto)" - -#: ../../extensions/ssh_gateway.php:65 -msgid "Connect mode" -msgstr "Modo conexión" - -#: ../../extensions/agents_modules.php:59 -#: ../../extensions/agents_alerts.php:58 -#: ../../operation/agentes/group_view.php:62 -#: ../../operation/agentes/tactical.php:50 -msgid "Updated at realtime" -msgstr "actualizado en tiempo real" - -#: ../../extensions/agents_modules.php:89 -#: ../../extensions/agents_alerts.php:81 ../../include/functions.php:2539 -#: ../../operation/gis_maps/render_view.php:126 -msgid "1 minute" -msgstr "1 minuto" - -#: ../../extensions/agents_modules.php:90 -#: ../../extensions/agents_alerts.php:82 ../../include/functions.php:2540 -#: ../../operation/gis_maps/render_view.php:127 -msgid "2 minutes" -msgstr "2 minutos" - -#: ../../extensions/agents_modules.php:91 -#: ../../extensions/agents_alerts.php:83 ../../include/functions.php:2541 -#: ../../include/ajax/module.php:117 -#: ../../operation/gis_maps/render_view.php:128 -msgid "5 minutes" -msgstr "5 minutos" - -#: ../../extensions/agents_modules.php:92 -#: ../../extensions/agents_alerts.php:84 -#: ../../operation/gis_maps/render_view.php:129 -msgid "10 minutes" -msgstr "10 minutos" - -#: ../../extensions/agents_modules.php:119 -#: ../../include/functions_reports.php:580 -msgid "Agents/Modules" -msgstr "Agentes/Módulos" - -#: ../../extensions/agents_modules.php:186 -#: ../../include/functions_reporting.php:1555 -msgid "There are no agents with modules" -msgstr "No hay agentes con módulos" - -#: ../../extensions/agents_modules.php:211 -msgid "Previous modules" -msgstr "Módulos anteriores" - -#: ../../extensions/agents_modules.php:249 -msgid "More modules" -msgstr "Más modulos" - -#: ../../extensions/agents_modules.php:359 -#: ../../include/functions_reporting_html.php:898 -msgid "Orange cell when the module has fired alerts" -msgstr "Cuadro naranja cuando el módulo ha lanzado alertas." - -#: ../../extensions/agents_modules.php:360 -#: ../../include/functions_reporting_html.php:899 -msgid "Red cell when the module has a critical status" -msgstr "Cuadro rojo cuando el modulo está en estado crítico." - -#: ../../extensions/agents_modules.php:361 -#: ../../include/functions_reporting_html.php:900 -msgid "Yellow cell when the module has a warning status" -msgstr "Cuadro amarillo cuando el módulo está en estado Warning." - -#: ../../extensions/agents_modules.php:362 -#: ../../include/functions_reporting_html.php:901 -msgid "Green cell when the module has a normal status" -msgstr "Cuadro verde cuando el módulo está en estado normal." - -#: ../../extensions/agents_modules.php:363 -#: ../../include/functions_reporting_html.php:902 -msgid "Grey cell when the module has an unknown status" -msgstr "Cuadro gris cuando el módulo está en estado desconocido" - -#: ../../extensions/agents_modules.php:405 -msgid "Agents/Modules view" -msgstr "Vista de Agentes/Módulos" - -#: ../../extensions/vnc_view.php:25 -msgid "VNC Display (:0 by default)" -msgstr "VNC Display (: 0 por defecto)" - -#: ../../extensions/vnc_view.php:28 -msgid "Send" -msgstr "Enviar" - -#: ../../extensions/vnc_view.php:42 -msgid "VNC view" -msgstr "Vista VNC" - -#: ../../extensions/realtime_graphs.php:29 -#: ../../extensions/realtime_graphs.php:136 -msgid "Realtime graphs" -msgstr "Gráficas a tiempo real" - -#: ../../extensions/realtime_graphs.php:61 -msgid "Pandora Server CPU" -msgstr "CPU del servidor de Pandora" - -#: ../../extensions/realtime_graphs.php:62 -msgid "Pandora Server Pending packets" -msgstr "Paquetes pendientes del servidor de Pandora" - -#: ../../extensions/realtime_graphs.php:63 -msgid "Pandora Server Disk IO Wait" -msgstr "Tiempo de espera de E/S en disco del servidor de Pandora" - -#: ../../extensions/realtime_graphs.php:64 -msgid "Pandora Server Apache load" -msgstr "Carga Apache en el Servidor de Pandora" - -#: ../../extensions/realtime_graphs.php:65 -msgid "Pandora Server MySQL load" -msgstr "Carga MySQL en el Servidor de Pandora" - -#: ../../extensions/realtime_graphs.php:66 -msgid "Pandora Server load" -msgstr "Cargar Pandora Server" - -#: ../../extensions/realtime_graphs.php:67 -msgid "SNMP Interface throughput" -msgstr "Rendimiento interfaz SNMP" - -#: ../../extensions/realtime_graphs.php:79 -msgid "Refresh interval" -msgstr "Intervalo de actualización" - -#: ../../extensions/realtime_graphs.php:80 -msgid "Incremental" -msgstr "Incremental" - -#: ../../extensions/realtime_graphs.php:81 -msgid "Clear graph" -msgstr "Limpiar gráfica" - -#: ../../extensions/realtime_graphs.php:94 -#: ../../include/functions_snmp_browser.php:506 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:333 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:693 -#: ../../godmode/agentes/module_manager_editor_network.php:61 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:255 -#: ../../godmode/agentes/module_manager_editor_wmi.php:42 -#: ../../godmode/massive/massive_edit_modules.php:460 -msgid "Target IP" -msgstr "IP objetivo" - -#: ../../extensions/realtime_graphs.php:97 -#: ../../include/functions_snmp_browser.php:508 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:69 -msgid "Community" -msgstr "Comunidad" - -#: ../../extensions/realtime_graphs.php:112 -#: ../../godmode/agentes/module_manager_editor_network.php:120 -msgid "SNMP walk" -msgstr "SNMP walk" - -#: ../../extensions/realtime_graphs.php:125 -#: ../../godmode/agentes/module_manager_editor_network.php:30 -msgid "Use this OID" -msgstr "Usar esta OID" - -#: ../../extensions/system_info.php:179 -msgid "Cannot read file" -msgstr "No se puede leer el archivo" - -#: ../../extensions/system_info.php:388 -msgid "No options selected" -msgstr "No se han seleccionado opciones" - -#: ../../extensions/system_info.php:391 -msgid "There was an error with the zip file" -msgstr "Ha habido un error con el fichero zip" - -#: ../../extensions/system_info.php:414 ../../extensions/system_info.php:807 -msgid "System Info" -msgstr "Información de Sistema" - -#: ../../extensions/system_info.php:417 -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 "" -"Esta extensión puede funcionar como un script PHP in una shell para extraer " -"más información, pero debe ser lanzado como root o a través de sudo. Por " -"ejemplo: sudo php /var/www/pandora_console/extensions/system_info.php -d -" -"s -c" - -#: ../../extensions/system_info.php:427 ../../extensions/system_info.php:430 -#: ../../extensions/system_info.php:503 -msgid "Pandora Diagnostic info" -msgstr "Información de diagnóstico de Pandora" - -#: ../../extensions/system_info.php:434 ../../extensions/system_info.php:437 -#: ../../extensions/system_info.php:509 -msgid "System info" -msgstr "Información de Sistema" - -#: ../../extensions/system_info.php:442 ../../extensions/system_info.php:445 -#: ../../extensions/system_info.php:513 -msgid "Log Info" -msgstr "Información de log" - -#: ../../extensions/system_info.php:448 ../../extensions/system_info.php:449 -msgid "Number lines of log" -msgstr "Número de líneas de log" - -#: ../../extensions/system_info.php:494 -msgid "Generate file" -msgstr "Generar archivo" - -#: ../../extensions/system_info.php:547 -msgid "At least one option must be selected" -msgstr "Se debe seleccionar al menos una opción" - -#: ../../extensions/agents_alerts.php:108 -msgid "Agents/Alerts" -msgstr "Agentes/Alertas" - -#: ../../extensions/agents_alerts.php:155 -msgid "There are no agents with alerts" -msgstr "No existen agentes con alertas" - -#: ../../extensions/agents_alerts.php:176 -#: ../../godmode/alerts/alert_templates.php:132 -#: ../../godmode/alerts/alert_templates.php:175 -#: ../../godmode/alerts/alert_templates.php:194 -#: ../../godmode/alerts/alert_templates.php:210 -#: ../../godmode/massive/massive_add_action_alerts.php:148 -#: ../../godmode/massive/massive_delete_action_alerts.php:157 -msgid "Alert templates" -msgstr "Plantillas de alertas" - -#: ../../extensions/agents_alerts.php:183 -msgid "Previous templates" -msgstr "Plantillas anteriores" - -#: ../../extensions/agents_alerts.php:221 -msgid "More templates" -msgstr "Más plantillas" - -#: ../../extensions/agents_alerts.php:346 -msgid "Agents/Alerts view" -msgstr "Vista de Agentes/Alertas" - -#: ../../extensions/matrix_events.php:29 -msgid "Matrix events" -msgstr "Eventos Matrix" - -#: ../../extensions/db_status.php:43 ../../extensions/db_status.php:365 -msgid "DB Status" -msgstr "Estado BD" - -#: ../../extensions/db_status.php:56 -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 "" -"Esta extensión comprueba que la Base de datos es correcta. Algunas veces la " -"antigua Base de datos al hacer una migración no tiene algunos campos en la " -"tabla o los datos han sido cambiados." - -#: ../../extensions/db_status.php:58 -msgid "At the moment the checks is for MySQL/MariaDB." -msgstr "Por el momento las verificaciones son para MySQL / MariaDB" - -#: ../../extensions/db_status.php:63 -msgid "DB settings" -msgstr "Configuración BD" - -#: ../../extensions/db_status.php:67 -msgid "DB User with privileges" -msgstr "Usuario de BD con privilegios" - -#: ../../extensions/db_status.php:69 -msgid "DB Password for this user" -msgstr "Password BD para este usuario" - -#: ../../extensions/db_status.php:73 -msgid "DB Hostname" -msgstr "Nombre del host de la base de datos" - -#: ../../extensions/db_status.php:75 -msgid "DB Name (temporal for testing)" -msgstr "Nombre de la base de datos" - -#: ../../extensions/db_status.php:83 -msgid "Execute Test" -msgstr "Ejecutar la prueba" - -#: ../../extensions/db_status.php:110 -msgid "Unsuccessful connected to the DB" -msgstr "Conexión a la base de datos sin éxito" - -#: ../../extensions/db_status.php:117 -msgid "Unsuccessful created the testing DB" -msgstr "Creación de la BD testeada sin éxito" - -#: ../../extensions/db_status.php:128 -msgid "Unsuccessful installed tables into the testing DB" -msgstr "" -"Instalación de las tablas en la base de datos de prueba no ha tenido éxito" - -#: ../../extensions/db_status.php:139 -msgid "Unsuccessful installed enterprise tables into the testing DB" -msgstr "" -"Instalación de las tablas enterprise en la base de datos de prueba sin éxito" - -#: ../../extensions/db_status.php:190 -msgid "Successful the DB Pandora has all tables" -msgstr "La base de datos de Pandora tiene todas las tablas" - -#: ../../extensions/db_status.php:191 -#, php-format -msgid "" -"Unsuccessful the DB Pandora has not all tables. The tables lost are (%s)" -msgstr "" -"Sin éxito, la base de datos de Pandora no tiene todas las tablas. Las tablas " -"perdidas son (%s)" - -#: ../../extensions/db_status.php:201 ../../extensions/db_status.php:258 -#: ../../extensions/db_status.php:278 ../../extensions/db_status.php:290 -#: ../../extensions/db_status.php:298 -msgid "You can execute this SQL query for to fix." -msgstr "Puede ejecutar esta consulta SQL para arreglarlo" - -#: ../../extensions/db_status.php:255 -#, php-format -msgid "Unsuccessful the table %s has not the field %s" -msgstr "Sin éxito, la tabla %s no tiene todos los campos %s" - -#: ../../extensions/db_status.php:275 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted the type with %s." -msgstr "" -"Sin éxito, los campos %s de la tabla %s debe tener establecidos el tipo con " -"%s" - -#: ../../extensions/db_status.php:286 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted the null values " -"with %s." -msgstr "" -"Sin éxito, el campo% s en la tabla % s debe establecer los valores nulos " -"con % s ." - -#: ../../extensions/db_status.php:308 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted the key as defined " -"in the SQL file." -msgstr "" -"Sin éxito, el campo% s en la tabla % s debe establecer la clave tal como se " -"define en el archivo SQL ." - -#: ../../extensions/db_status.php:311 -msgid "Please check the SQL file for to know the kind of key needed." -msgstr "" -"Por favor, consulte el archivo de SQL para conocer el tipo de clave " -"necesaria." - -#: ../../extensions/db_status.php:315 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted the default value " -"as %s." -msgstr "" -"Sin éxito, el campo% s en la tabla % s debe establecer el valor por defecto " -"como% s ." - -#: ../../extensions/db_status.php:318 -msgid "" -"Please check the SQL file for to know the kind of default value needed." -msgstr "" -"Por favor, consulte el archivo de SQL para conocer el tipo de valor " -"predeterminado es necesario." - -#: ../../extensions/db_status.php:322 -#, php-format -msgid "" -"Unsuccessful the field %s in the table %s must be setted as defined in the " -"SQL file." -msgstr "" -"Sin éxito, el campo% s en la tabla % s debe establecese como se define en el " -"archivo SQL ." - -#: ../../extensions/db_status.php:325 -msgid "" -"Please check the SQL file for to know the kind of extra config needed." -msgstr "" -"Por favor, comprueba el archivo SQL para conocer el tipo de configuración " -"adicional necesaria." - -#: ../../extensions/db_status.php:336 -msgid "Successful all the tables have the correct fields" -msgstr "Todas las tablas tienen los campos correctos" - -#: ../../extensions/files_repo.php:91 -msgid "Extension not installed" -msgstr "Extensión no instalada" - -#: ../../extensions/files_repo.php:116 ../../extensions/files_repo.php:218 -msgid "Files repository manager" -msgstr "Manejo de repositorio de archivos" - -#: ../../extensions/files_repo.php:133 ../../include/functions.php:2147 -#: ../../include/functions.php:2150 -msgid "The file exceeds the maximum size" -msgstr "El fichero excede el tamaño máximo" - -#: ../../extensions/files_repo.php:200 ../../extensions/files_repo.php:216 -msgid "Files repository" -msgstr "Repositorio" - -#: ../../extensions/resource_exportation.php:55 -#: ../../extensions/resource_exportation.php:334 -msgid "Resource exportation" -msgstr "Exportación de recursos" - -#: ../../extensions/resource_exportation.php:337 -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 "" -"Esta extensión hace la exportación de plantillas de recursos más sencillo. " -"Desde aquí puedes exportar como plantillas de recursos en el formato de " -"Pandora FMS 3.x (.ptr). " - -#: ../../extensions/insert_data.php:54 -msgid "Insert data" -msgstr "Insertar datos" - -#: ../../extensions/insert_data.php:83 -msgid "You haven't privileges for insert data in the agent." -msgstr "No tienes privilegios para insertar datos en el agente" - -#: ../../extensions/insert_data.php:119 -#, php-format -msgid "Can't save agent (%s), module (%s) data xml." -msgstr "No se puede guardar el agente (%s), modulo (%s) datos xml" - -#: ../../extensions/insert_data.php:126 -#, php-format -msgid "Save agent (%s), module (%s) data xml." -msgstr "Guardar agente (%s), módulo (%s) datos xml." - -#: ../../extensions/insert_data.php:135 -#, php-format -msgid "" -"Please check that the directory \"%s\" is writeable by the apache user.

The CSV file format is " -"date;value<newline>date;value<newline>... The date in CSV is in " -"format Y/m/d H:i:s." -msgstr "" -"Por favor, compruebe que se puede escribir en el directorio \"%s\"por " -"usuarios de apache.

El formato del archivo CSV es " -"date;value<newline>date;value<newline>... La fecha en CVS está " -"en formato Y/m/d H:i:s." - -#: ../../extensions/insert_data.php:241 -msgid "Insert Data" -msgstr "Insertar Datos" - -#: ../../include/functions_tags.php:585 -msgid "Click here to open a popup window with URL tag" -msgstr "Click aquí para abrir una ventana popup con el tag URL" - -#: ../../include/functions_alerts.php:549 -msgid "Max and min" -msgstr "Máx. y mín." - -#: ../../include/functions_alerts.php:552 -msgid "Equal to" -msgstr "Igual a" - -#: ../../include/functions_alerts.php:553 -msgid "Not equal to" -msgstr "Diferente a" - -#: ../../include/functions_alerts.php:556 -msgid "Unknown status" -msgstr "Estado desconocido" - -#: ../../include/functions_alerts.php:557 -msgid "On Change" -msgstr "en estado de cambio" - -#: ../../include/functions_api.php:77 -msgid "No set or get or help operation." -msgstr "Sin acceso a operaciones de tipo SET, GET o HELP" - -#: ../../include/functions_api.php:81 -msgid "This operation does not exist." -msgstr "Esta operación no existe" - -#: ../../include/functions_api.php:85 -msgid "Id does not exist in BD." -msgstr "Id no existe en la BD" - -#: ../../include/functions_api.php:906 -msgid "Does not exist agent with this name." -msgstr "No existe un agente con este nombre" - -#: ../../include/functions_api.php:908 -msgid "Does not exist module with this name." -msgstr "No existe módulos con este nombre." - -#: ../../include/functions_api.php:1275 -msgid "Correct Delete" -msgstr "Borrado correcto" - -#: ../../include/functions_api.php:1788 -msgid "Error in creation network module. Agent name doesn't exist." -msgstr "" -"Error en la creación del módulo de red. El nombre del agente no existe" - -#: ../../include/functions_api.php:1794 -msgid "" -"Error in creation network module. Id_module_type is not correct for network " -"modules." -msgstr "" -"Error en la creación del módulo de red.Id_module_type no es correcto para " -"los módulos de red" - -#: ../../include/functions_api.php:1849 -msgid "Error in creation network module." -msgstr "Error en la creación de módulo de red." - -#: ../../include/functions_api.php:1882 -msgid "Error updating network module. Module name cannot be left blank." -msgstr "" -"Error al actualizar el módulo de red. El nombre del módulo no puede dejarse " -"en blanco" - -#: ../../include/functions_api.php:1890 -msgid "Error updating network module. Id_module doesn't exist." -msgstr "Error al actualizar el módulo de red. El Id_modulo no existe" - -#: ../../include/functions_api.php:1905 -msgid "Error updating network module. Id_module exists in the new agent." -msgstr "" -"Error al actualizar el modulo de red. El id_module existe en el nuevo agente" - -#: ../../include/functions_api.php:1912 -msgid "Error updating network module. Id_agent doesn't exist." -msgstr "Error al actualizar el módulo de red. El id de agente no existe." - -#: ../../include/functions_api.php:1962 -msgid "Network module updated." -msgstr "Módulo de red actualizado" - -#: ../../include/functions_api.php:1991 -msgid "Error in creation plugin module. Id_plugin cannot be left blank." -msgstr "" -"Error en la creación del modulo plugin. Id_plugin no puede dejarse en blanco" - -#: ../../include/functions_api.php:1998 -msgid "Error in creation plugin module. Agent name doesn't exist." -msgstr "" -"Error en la creación del modulo plugin.El nombre del agente no existe" - -#: ../../include/functions_api.php:2058 -msgid "Error in creation plugin module." -msgstr "Error en la creación del módulo plugin" - -#: ../../include/functions_api.php:2089 -msgid "Error updating plugin module. Id_module cannot be left blank." -msgstr "" -"Error al actualizar el módulo del plugin.Id_module no se puede dejar en " -"blanco" - -#: ../../include/functions_api.php:2096 -msgid "Error updating plugin module. Id_module doesn't exist." -msgstr "Error al actualizar el módulo plugin.Id_module no existe" - -#: ../../include/functions_api.php:2108 -msgid "Error updating plugin module. Id_module exists in the new agent." -msgstr "" -"Error al actualizar el módulo plugin.Id_module existe en el nuevo agente" - -#: ../../include/functions_api.php:2115 -msgid "Error updating plugin module. Id_agent doesn't exist." -msgstr "Error al actualizar el módulo plugin. El id de agente no existe." - -#: ../../include/functions_api.php:2174 -msgid "Plugin module updated." -msgstr "Módulo plugin actualizado" - -#: ../../include/functions_api.php:2203 -msgid "Error in creation data module. Module_name cannot be left blank." -msgstr "Error al crear el module data.Module_name no puede dejarse en blanco" - -#: ../../include/functions_api.php:2210 -msgid "Error in creation data module. Agent name doesn't exist." -msgstr "Error al crear el module data.El nombre del agente no existe" - -#: ../../include/functions_api.php:2261 ../../include/functions_api.php:2323 -msgid "Error in creation data module." -msgstr "Error al crear el data module." - -#: ../../include/functions_api.php:2293 -msgid "Error in creation synthetic module. Module_name cannot be left blank." -msgstr "" -"Error al crear un módulo sintético. El nombre del módulo no puede ir vacío." - -#: ../../include/functions_api.php:2300 -msgid "Error in creation synthetic module. Agent name doesn't exist." -msgstr "Error al crear un módulo sintético. El nombre del agente no existe." - -#: ../../include/functions_api.php:2382 -msgid "Synthetic module created ID: " -msgstr "ID del módulo sintético creado: " - -#: ../../include/functions_api.php:2414 -msgid "Error updating data module. Id_module cannot be left blank." -msgstr "" -"Error al actualizar el data module. Id_module no se puede dejar en blanco." - -#: ../../include/functions_api.php:2421 -msgid "Error updating data module. Id_module doesn't exist." -msgstr "Error al actualizar el data module. Id_module no existe." - -#: ../../include/functions_api.php:2433 -msgid "Error updating data module. Id_module exists in the new agent." -msgstr "" -"Error al actualizar el data module. Id_module existe en el nuevo agente." - -#: ../../include/functions_api.php:2440 -msgid "Error updating data module. Id_agent doesn't exist." -msgstr "Error al actualizar los datos del módulo. El id de agente no existe." - -#: ../../include/functions_api.php:2486 -msgid "Data module updated." -msgstr "Data module actualizado" - -#: ../../include/functions_api.php:2523 -msgid "Error in creation SNMP module. Module_name cannot be left blank." -msgstr "" -"Error en la creación del módulo SNMP. Id_module no se puede dejar en blanco." - -#: ../../include/functions_api.php:2528 -msgid "" -"Error in creation SNMP module. Invalid id_module_type for a SNMP module." -msgstr "Error en la creación del módulo SNMP.id_module_type" - -#: ../../include/functions_api.php:2535 -msgid "Error in creation SNMP module. Agent name doesn't exist." -msgstr "" -"Error en la creación del módulo SNMP. El nombre del agente no existe." - -#: ../../include/functions_api.php:2550 ../../include/functions_api.php:2713 -#: ../../include/functions_api.php:5164 -msgid "" -"Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to " -"'AES' or 'DES'. " -msgstr "" -"Error al crear módulo SNMP. El método snmp3_priv_method no existe. Cambie a " -"'AES' o 'DES'. " - -#: ../../include/functions_api.php:2555 ../../include/functions_api.php:2722 -#: ../../include/functions_api.php:5169 -msgid "" -"Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" -"Error al crear módulo SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' " -"o 'authPriv' o 'noAuthNoPriv'. " - -#: ../../include/functions_api.php:2560 ../../include/functions_api.php:2728 -#: ../../include/functions_api.php:5174 -msgid "" -"Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to " -"'MD5' or 'SHA'. " -msgstr "" -"Error al crear módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o " -"'SHA'. " - -#: ../../include/functions_api.php:2644 -msgid "Error in creation SNMP module." -msgstr "Error al crear módulo SNMP." - -#: ../../include/functions_api.php:2677 -msgid "Error updating SNMP module. Id_module cannot be left blank." -msgstr "" -"Error al actualizar el módulo SNMP. Id_module no se puede dejar en blanco" - -#: ../../include/functions_api.php:2684 -msgid "Error updating SNMP module. Id_module doesn't exist." -msgstr "Error al actualizar el módulo SNMP. Id_module no existe." - -#: ../../include/functions_api.php:2696 -msgid "Error updating SNMP module. Id_module exists in the new agent." -msgstr "" -"Error al actualizar el módulo SNMP. Id_module existe en el nuevo agente" - -#: ../../include/functions_api.php:2703 -msgid "Error updating snmp module. Id_agent doesn't exist." -msgstr "Error al actualizar el módulo snmp. El id de agente no existe." - -#: ../../include/functions_api.php:2813 -msgid "SNMP module updated." -msgstr "Módulo SNMP actualizado" - -#: ../../include/functions_api.php:2841 -msgid "" -"Error creating network component. Network component name cannot be left " -"blank." -msgstr "" -"Error al crear componente de red. El nombre del componente de red no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:2846 -msgid "" -"Error creating network component. Incorrect value for Network component type " -"field." -msgstr "" -"Error al crear componente de red. Valor incorrecto par el campo de tipo de " -"componente de red." - -#: ../../include/functions_api.php:2851 -msgid "" -"Error creating network component. Network component group cannot be left " -"blank." -msgstr "" -"Error creando componente de red. El grupo del componente de red no puede " -"estar vacio." - -#: ../../include/functions_api.php:2887 -msgid "" -"Error creating network component. This network component already exists." -msgstr "Error creando componente de red. El componente de red ya existe." - -#: ../../include/functions_api.php:2926 -msgid "" -"Error creating plugin component. Plugin component name cannot be left blank." -msgstr "" -"Error creando componente plugin. El nombre del componente plugin no puede " -"estar en blanco." - -#: ../../include/functions_api.php:2931 -msgid "Error creating plugin component. Incorrect value for Id plugin." -msgstr "" -"Error creando componente plugin. Valor incorrecto para el Id del plugin." - -#: ../../include/functions_api.php:2936 -msgid "" -"Error creating plugin component. Plugin component group cannot be left blank." -msgstr "" -"Error creando componente plugin. El grupo del componente plugin no puede " -"estar en blanco." - -#: ../../include/functions_api.php:2976 -msgid "" -"Error creating plugin component. This plugin component already exists." -msgstr "Error creando componente plugin. El componente plugin ya existe." - -#: ../../include/functions_api.php:3014 -msgid "" -"Error creating SNMP component. SNMP component name cannot be left blank." -msgstr "" -"Error creando componente SNMP. El nombre del componente SNMP no puede estar " -"en blanco." - -#: ../../include/functions_api.php:3019 -msgid "" -"Error creating SNMP component. Incorrect value for Snmp component type field." -msgstr "" -"Error creando componente SNMP. Valor incorrecto para el tipo de campo del " -"componente SNMP." - -#: ../../include/functions_api.php:3024 -msgid "" -"Error creating SNMP component. Snmp component group cannot be left blank." -msgstr "" -"Error creando componente SNMP. El grupo del componente SNMP no puede estar " -"en blanco." - -#: ../../include/functions_api.php:3036 -msgid "" -"Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to " -"'AES' or 'DES'. " -msgstr "" -"Error creando componente SNMP. snmp3_priv_method no existe. Cambie a 'AES' o " -"'DES'. " - -#: ../../include/functions_api.php:3045 -msgid "" -"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" -"Error creando componente SNMP. snmp3_sec_level no existe. Cambie a " -"'authNoPriv' o 'authPriv' o 'noAuthNoPriv'. " - -#: ../../include/functions_api.php:3051 -msgid "" -"Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to " -"'MD5' or 'SHA'. " -msgstr "" -"Error creando componente SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o " -"'SHA'. " - -#: ../../include/functions_api.php:3126 -msgid "Error creating SNMP component. This SNMP component already exists." -msgstr "Error creando componente SNMP. El componente SNMP ya existe." - -#: ../../include/functions_api.php:3163 -msgid "" -"Error creating local component. Local component name cannot be left blank." -msgstr "" -"Error creando componente local. El nombre del componente local no puede " -"estar en blanco." - -#: ../../include/functions_api.php:3169 -msgid "" -"Error creating local component. Local component group cannot be left blank." -msgstr "" -"Error creando componente local. El grupo del componente local no puede estar " -"en blanco." - -#: ../../include/functions_api.php:3193 -msgid "Error creating local component." -msgstr "Error creando componente local." - -#: ../../include/functions_api.php:3199 -msgid "Error creating local component. This local component already exists." -msgstr "Error creando componente local. El componente local ya existe." - -#: ../../include/functions_api.php:3232 -msgid "" -"Error getting module value from all agents. Module name cannot be left blank." -msgstr "" -"Error obteniendo valor del módulo para todos los agentes. El nombre del " -"módulo no puede estar en blanco." - -#: ../../include/functions_api.php:3240 -msgid "" -"Error getting module value from all agents. Module name doesn't exist." -msgstr "" -"Error obteniendo valor del módulo para todos los agentes. El nombre del " -"módulo no existe." - -#: ../../include/functions_api.php:3285 -msgid "Error creating alert template. Template name cannot be left blank." -msgstr "" -"Error creando plantilla de alerta. El nombre de plantilla no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:3357 -msgid "Error creating alert template." -msgstr "Error creando plantilla de alerta" - -#: ../../include/functions_api.php:3388 -msgid "Error updating alert template. Id_template cannot be left blank." -msgstr "" -"Error actualizando plantilla de alerta. Id_template no puede dejarse en " -"blanco." - -#: ../../include/functions_api.php:3396 -msgid "Error updating alert template. Id_template doesn't exist." -msgstr "Error actualizando plantilla de alerta. Id_template no existe." - -#: ../../include/functions_api.php:3422 -msgid "Error updating alert template." -msgstr "Error actualizando plantilla de alerta." - -#: ../../include/functions_api.php:3427 -msgid "Correct updating of alert template" -msgstr "Actualización de plantilla de alerta correcta." - -#: ../../include/functions_api.php:3451 -msgid "Error deleting alert template. Id_template cannot be left blank." -msgstr "" -"Error borrando plantilla de alerta. Id_template no puede dejarse en blanco." - -#: ../../include/functions_api.php:3460 -msgid "Error deleting alert template." -msgstr "Error borrando plantilla de alerta." - -#: ../../include/functions_api.php:3464 -msgid "Correct deleting of alert template." -msgstr "Borrado de plantilla de alerta correcto." - -#: ../../include/functions_api.php:3501 -msgid "Error getting all alert templates." -msgstr "Error obteniendo todas las plantillas de alerta." - -#: ../../include/functions_api.php:3533 -msgid "Error getting alert template. Id_template doesn't exist." -msgstr "Error obteniendo plantilla de alerta. Id_template no existe." - -#: ../../include/functions_api.php:3550 -msgid "Error getting alert template." -msgstr "Error obteniendo plantilla de alerta." - -#: ../../include/functions_api.php:3589 -msgid "Error getting module groups." -msgstr "Error obteniendo grupos de módulo." - -#: ../../include/functions_api.php:3628 -msgid "Error getting plugins." -msgstr "Error obteniendo plugins." - -#: ../../include/functions_api.php:3651 -msgid "Error creating module from network component. Agent doesn't exist." -msgstr "Error creando módulo desde componente de red. El agente no existe." - -#: ../../include/functions_api.php:3658 -msgid "" -"Error creating module from network component. Network component doesn't " -"exists." -msgstr "" -"Error creando módulo desde componente de red. El componente de red no existe." - -#: ../../include/functions_api.php:3676 -msgid "Error creating module from network component. Error creating module." -msgstr "Error creando módulo desde componente de red. Error creando módulo." - -#: ../../include/functions_api.php:3703 -msgid "Error assigning module to template. Id_template cannot be left blank." -msgstr "" -"Error asignando módulo a plantilla. Id_template no puede dejarse en blanco." - -#: ../../include/functions_api.php:3709 -msgid "Error assigning module to template. Id_module cannot be left blank." -msgstr "" -"Error asignando módulo a plantilla. Id_module no puede dejarse en blanco." - -#: ../../include/functions_api.php:3715 -msgid "Error assigning module to template. Id_agent cannot be left blank." -msgstr "" -"Error asignando módulo a plantilla. Id_agent no puede dejarse en blanco." - -#: ../../include/functions_api.php:3723 -msgid "Error assigning module to template. Id_template doensn't exists." -msgstr "Error asignando módulo a plantilla. Id_template no existe." - -#: ../../include/functions_api.php:3733 -msgid "Error assigning module to template. Id_agent doesn't exist." -msgstr "Error asignando módulo a plantilla. Id_agent no existe." - -#: ../../include/functions_api.php:3740 -msgid "Error assigning module to template. Id_module doesn't exist." -msgstr "Error asignando módulo a plantilla. Id_module no existe." - -#: ../../include/functions_api.php:3748 -msgid "Error assigning module to template." -msgstr "Error asignando módulo a plantilla." - -#: ../../include/functions_api.php:3774 -msgid "" -"Error deleting module template. Id_module_template cannot be left blank." -msgstr "" -"Error borrando módulo de plantilla. Id_module_template no puede dejarse en " -"blanco." - -#: ../../include/functions_api.php:3781 -msgid "Error deleting module template. Id_module_template doesn't exist." -msgstr "Error borrando módulo de plantilla. Id_module_template no existe." - -#: ../../include/functions_api.php:3789 ../../include/functions_api.php:3848 -msgid "Error deleting module template." -msgstr "Error borrando módulo de plantilla." - -#: ../../include/functions_api.php:3792 ../../include/functions_api.php:3851 -msgid "Correct deleting of module template." -msgstr "Borrado modulo de plantilla correctamente." - -#: ../../include/functions_api.php:3928 -msgid "Error validate all alerts. Failed " -msgstr "Error validando todas las alertas. Fallo " - -#: ../../include/functions_api.php:3931 -msgid "Correct validating of all alerts." -msgstr "Validación de todas las alertas correcta." - -#: ../../include/functions_api.php:3958 -msgid "Error validating all alert policies." -msgstr "Error validando todas las alertas de políticas." - -#: ../../include/functions_api.php:4016 -msgid "Error validate all policy alerts. Failed " -msgstr "Error validando todas las alertas de políticas. Fallo " - -#: ../../include/functions_api.php:4019 -msgid "Correct validating of all policy alerts." -msgstr "Validación de todas las alertas de políticas correcta." - -#: ../../include/functions_api.php:4042 -msgid "Error stopping downtime. Id_downtime cannot be left blank." -msgstr "Error parando downtime. Id_downtime no puede dejarse en blanco." - -#: ../../include/functions_api.php:4058 -msgid "Downtime stopped." -msgstr "Downtime parado." - -#: ../../include/functions_api.php:4373 -msgid "the selected modules do not exist or do not belong to the intended agents: " -msgstr "y este módulo no existe o no es aplicable a estos agentes: " - -#: ../../include/functions_api.php:4375 -msgid "and this agents are generate problems: " -msgstr "y estos agentes genera problemas: " - -#: ../../include/functions_api.php:4377 -msgid "and this agents with ids are don't exist: " -msgstr "y estos agentes con los identificadores no existen: " - -#: ../../include/functions_api.php:4404 -msgid "Error adding agent to policy. Id_policy cannot be left blank." -msgstr "" -"Error añadiendo agente a la política. Id_policy no puede dejarse en blanco." - -#: ../../include/functions_api.php:4409 -msgid "Error adding agent to policy. Id_agent cannot be left blank." -msgstr "" -"Error añadiendo agente a la política. Id_agent no puede dejarse en blanco." - -#: ../../include/functions_api.php:4417 -msgid "Error adding agent to policy. Id_agent doesn't exist." -msgstr "Error añadiendo agente a la política. Id_agente no existe." - -#: ../../include/functions_api.php:4425 -msgid "Error adding agent to policy." -msgstr "Error añadiendo agente a la política." - -#: ../../include/functions_api.php:4433 -msgid "Error adding agent to policy. The agent is already in the policy." -msgstr "" -"Error añadiendo agente a la política. El agente ya existe en la política." - -#: ../../include/functions_api.php:4468 -msgid "Error adding data module to policy. Id_policy cannot be left blank." -msgstr "" -"Error añadiendo móudlo a la política. Id_policy no puede dejarse en blanco." - -#: ../../include/functions_api.php:4473 -msgid "Error adding data module to policy. Module_name cannot be left blank." -msgstr "" -"Error añadiendo módulo de datos a la política. Module_name no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:4481 -msgid "Error adding data module to policy." -msgstr "Error añadiendo módulo de datos a la política." - -#: ../../include/functions_api.php:4517 -msgid "" -"Error adding data module to policy. The module is already in the policy." -msgstr "" -"Error añadiendo módulo de datos a la política. El módulo ya existe en la " -"política." - -#: ../../include/functions_api.php:4557 -msgid "Error updating data module in policy. Id_policy cannot be left blank." -msgstr "" -"Error actualizando módulo de datos en la política. Id_policy no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:4562 -msgid "" -"Error updating data module in policy. Id_policy_module cannot be left blank." -msgstr "" -"Error actualizando módulo de datos en la política. Id_policy_module no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:4570 -msgid "Error updating data module in policy. Module doesn't exist." -msgstr "" -"Error actualizando módulo de datos en la política. El módulo no existe." - -#: ../../include/functions_api.php:4576 -msgid "" -"Error updating data module in policy. Module type is not network type." -msgstr "" -"Error actualizando módulo en política. El tipo de módulo no es de red." - -#: ../../include/functions_api.php:4605 -msgid "Data policy module updated." -msgstr "Módulo de datos de política actualizado." - -#: ../../include/functions_api.php:4634 -msgid "" -"Error adding network module to policy. Id_policy cannot be left blank." -msgstr "" -"Error añadiendo módulos de red a la política. Id_policy no puede dejarse en " -"blanco." - -#: ../../include/functions_api.php:4640 -msgid "" -"Error adding network module to policy. Module_name cannot be left blank." -msgstr "" -"Error añadiendo módulos de red a la política. Module_name no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:4646 -msgid "" -"Error adding network module to policy. Id_module_type is not correct for " -"network modules." -msgstr "" -"Error añadiendo módulos de red a la política. Id_module_type no es correcto " -"para módulos de red." - -#: ../../include/functions_api.php:4656 -msgid "Error adding network module to policy." -msgstr "Error añadiendo módulos de red a la política." - -#: ../../include/functions_api.php:4694 -msgid "" -"Error adding network module to policy. The module is already in the policy." -msgstr "" -"Error añadiendo módulos de red a la política. El módulo ya existe en la " -"política." - -#: ../../include/functions_api.php:4732 -msgid "" -"Error updating network module in policy. Id_policy cannot be left blank." -msgstr "" -"Error actualizando módulo de red en la política. Id_policy no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:4738 -msgid "" -"Error updating network module in policy. Id_policy_module cannot be left " -"blank." -msgstr "" -"Error actualizando módulo de red en la política. Id_policy_module no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:4747 -msgid "Error updating network module in policy. Module doesn't exist." -msgstr "" -"Error actualizando módulo de red en la política. El módulo no existe." - -#: ../../include/functions_api.php:4753 -msgid "" -"Error updating network module in policy. Module type is not network type." -msgstr "" -"Error actualizando módulo de red en la política. El tipo de móudlo no es de " -"red." - -#: ../../include/functions_api.php:4779 -msgid "Network policy module updated." -msgstr "Módulo de red de la política actualizado" - -#: ../../include/functions_api.php:4806 -msgid "Error adding plugin module to policy. Id_policy cannot be left blank." -msgstr "" -"Error añadiendo módulo de plugin a la política. Id_policy no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:4811 -msgid "" -"Error adding plugin module to policy. Module_name cannot be left blank." -msgstr "" -"Error añadiendo módulo de plugin a la política. Module_name no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:4816 -msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." -msgstr "" -"Error añadiendo módulo de plugin a la política. Id_plugin no puede dejarse " -"en blanco." - -#: ../../include/functions_api.php:4824 -msgid "Error adding plugin module to policy." -msgstr "Error añadiendo módulo de plugin a la política." - -#: ../../include/functions_api.php:4867 -msgid "" -"Error adding plugin module to policy. The module is already in the policy." -msgstr "" -"Error añadiendo módulo de plugin a la política. El módulo ya existe en la " -"política." - -#: ../../include/functions_api.php:4906 -msgid "" -"Error updating plugin module in policy. Id_policy cannot be left blank." -msgstr "" -"Error actualizando módulo de plugin en la política. Id_policy no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:4912 -msgid "" -"Error updating plugin module in policy. Id_policy_module cannot be left " -"blank." -msgstr "" -"Error actualizando módulo de plugin en la política. Id_policy_module no " -"puede dejarse en blanco." - -#: ../../include/functions_api.php:4921 -msgid "Error updating plugin module in policy. Module doesn't exist." -msgstr "" -"Error actualizando módulo de plugin en la política. El módulo no existe." - -#: ../../include/functions_api.php:4927 -msgid "" -"Error updating plugin module in policy. Module type is not network type." -msgstr "" -"Error actualizando módulo de plugin en la política. El tipo de módulo no es " -"de tipo red." - -#: ../../include/functions_api.php:4959 -msgid "Plugin policy module updated." -msgstr "Módulo de plugin de la política actualizado." - -#: ../../include/functions_api.php:5134 -msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." -msgstr "" -"Error añadiendo módulo SNMP a la política. Id_policy no puede dejarse en " -"blanco." - -#: ../../include/functions_api.php:5139 -msgid "Error adding SNMP module to policy. Module_name cannot be left blank." -msgstr "" -"Error añadiendo módulo SNMP a la política. Module_name no puede dejarse en " -"blanco." - -#: ../../include/functions_api.php:5147 -msgid "Error adding SNMP module to policy." -msgstr "Error añadiendo módulo SNMP a la política." - -#: ../../include/functions_api.php:5152 -msgid "" -"Error adding SNMP module to policy. Id_module_type is not correct for SNMP " -"modules." -msgstr "" -"Error añadiendo módulo SNMP a la política. Id_module_type no es correcto " -"para módulos SNMP." - -#: ../../include/functions_api.php:5246 -msgid "" -"Error adding SNMP module to policy. The module is already in the policy." -msgstr "" -"Error añadiendo módulo SNMP a la política. El módulo ya existe en la " -"política." - -#: ../../include/functions_api.php:5285 -msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." -msgstr "" -"Error actualizando módulo SNMP de la política. Id_policy no puede dejarse en " -"blanco." - -#: ../../include/functions_api.php:5290 -msgid "" -"Error updating SNMP module in policy. Id_policy_module cannot be left blank." -msgstr "" -"Error actualizando módulo SNMP de la política. Id_policy_module no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:5298 -msgid "Error updating SNMP module in policy. Module doesn't exist." -msgstr "Error actualizando módulo SNMP de la política. El módulo no existe." - -#: ../../include/functions_api.php:5303 -msgid "Error updating SNMP module in policy. Module type is not SNMP type." -msgstr "" -"Error actualizando módulo SNMP de la política. El tipo de módulo no es SNMP." - -#: ../../include/functions_api.php:5313 -msgid "" -"Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to " -"'AES' or 'DES'. " -msgstr "" -"Error actualizando módulo SNMP. snmp3_priv_method no existe. Cambie a 'AES' " -"o 'DES'. " - -#: ../../include/functions_api.php:5323 -msgid "" -"Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to " -"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " -msgstr "" -"Error actualizando módulo SNMP. snmp3_sec_level no existe. Cambie a " -"'authNoPriv' o 'authPriv' o 'noAuthNoPriv'. " - -#: ../../include/functions_api.php:5330 -msgid "" -"Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to " -"'MD5' or 'SHA'. " -msgstr "" -"Error actualizando módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' " -"o 'SHA'. " - -#: ../../include/functions_api.php:5370 -msgid "SNMP policy module updated." -msgstr "Módulo SNMP de la política actualizado." - -#: ../../include/functions_api.php:5393 -msgid "Error applying policy. Id_policy cannot be left blank." -msgstr "Error aplicando política. Id_policy no puede dejarse en blanco." - -#: ../../include/functions_api.php:5406 ../../include/functions_api.php:5431 -msgid "Error applying policy." -msgstr "Error aplicando política." - -#: ../../include/functions_api.php:5418 -msgid "Error applying policy. This policy is already pending to apply." -msgstr "" -"Error aplicando política. Esta política ya está pendiente de ser aplicada." - -#: ../../include/functions_api.php:5476 -msgid "Error applying all policies." -msgstr "Error aplicando todas las políticas." - -#: ../../include/functions_api.php:5528 -msgid "Error in group creation. Group_name cannot be left blank." -msgstr "Error creando grupo. Group_name no puede dejarse en blanco." - -#: ../../include/functions_api.php:5534 -msgid "Error in group creation. Icon_name cannot be left blank." -msgstr "Error creando grupo. Icon_name no puede dejarse en blanco." - -#: ../../include/functions_api.php:5547 ../../include/functions_api.php:5684 -msgid "Error in group creation. Id_parent_group doesn't exist." -msgstr "Error creando grupo. Id_parent_group no existe." - -#: ../../include/functions_api.php:5575 -msgid "Error in group creation." -msgstr "Error creando grupo." - -#: ../../include/functions_api.php:5672 -msgid "Error in netflow filter creation. Filter name cannot be left blank." -msgstr "" -"Error en la creación del filtro netflow.El nombre del filtro no puede " -"dejarse en blanco." - -#: ../../include/functions_api.php:5677 -msgid "Error in netflow filter creation. Group id cannot be left blank." -msgstr "Error en la creación" - -#: ../../include/functions_api.php:5690 -msgid "Error in netflow filter creation. Filter cannot be left blank." -msgstr "" -"Error en la creación del filtro netflow. El filtro no de puede dejar en " -"blanco" - -#: ../../include/functions_api.php:5695 -msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." -msgstr "" -"Error en la creación del filtro netflow. Aggregate_by no se puede dejar en " -"blanco." - -#: ../../include/functions_api.php:5700 -msgid "Error in netflow filter creation. Output_format cannot be left blank." -msgstr "" -"Error en la creación del filtro netflow. Aggregate_by no se puede dejar en " -"blanco." - -#: ../../include/functions_api.php:5718 -msgid "Error in netflow filter creation." -msgstr "Error en la creación del filtro netflow" - -#: ../../include/functions_api.php:5857 -msgid "Create user." -msgstr "crear usuario" - -#: ../../include/functions_api.php:5896 -msgid "Error updating user. Id_user cannot be left blank." -msgstr "Error actualizando ususario. Id_user no puede dejarse en blanco." - -#: ../../include/functions_api.php:5904 -msgid "Error updating user. Id_user doesn't exist." -msgstr "Error actualizando ususario. Id_user no existe." - -#: ../../include/functions_api.php:5920 -msgid "Error updating user. Password info incorrect." -msgstr "Error actualizando ususario. Información de contraseña incorrecta." - -#: ../../include/functions_api.php:5928 -msgid "Updated user." -msgstr "Usuario actualizado." - -#: ../../include/functions_api.php:5959 -msgid "Error enable/disable user. Id_user cannot be left blank." -msgstr "" -"Error habilitar/deshabilitar usuario. Id_user no puede estar en blanco." - -#: ../../include/functions_api.php:5966 -msgid "Error enable/disable user. Enable/disable value cannot be left blank." -msgstr "" -"Error habilitar/deshabilitar usuario.. El valor de habilitar/deshabilitar no " -"puede estar en blanco." - -#: ../../include/functions_api.php:5972 -msgid "Error enable/disable user. The user doesn't exist." -msgstr "Error habilitar/deshabilitar usuario. El usuario no existe." - -#: ../../include/functions_api.php:5981 -msgid "Error in user enabling/disabling." -msgstr "Error habilitado/deshabilitado usuario." - -#: ../../include/functions_api.php:5986 -msgid "Enabled user." -msgstr "Usuario habilitado." - -#: ../../include/functions_api.php:5990 -msgid "Disabled user." -msgstr "Usuario deshabilitado." - -#: ../../include/functions_api.php:6845 -#: ../../godmode/agentes/configurar_agente.php:1500 -msgid "Save by Pandora Console" -msgstr "Guardado por la consola de Pandora" - -#: ../../include/functions_api.php:6846 -#: ../../godmode/agentes/configurar_agente.php:1515 -msgid "Update by Pandora Console" -msgstr "Actualizado por la consola de Pandora" - -#: ../../include/functions_api.php:6847 -#: ../../godmode/agentes/configurar_agente.php:1528 -msgid "Insert by Pandora Console" -msgstr "Insertado por la consola de Pandora" - -#: ../../include/functions_api.php:7456 -msgid "Delete user." -msgstr "borrar usuario" - -#: ../../include/functions_api.php:7485 -msgid "Add user profile." -msgstr "añadir perfil de usuario" - -#: ../../include/functions_api.php:7518 -msgid "Delete user profile." -msgstr "Borrar perfil de usuario" - -#: ../../include/functions_api.php:7616 -msgid "Correct module disable" -msgstr "Módulo deshabilitado satisfactoriamente" - -#: ../../include/functions_api.php:7619 -msgid "Error disabling module" -msgstr "Error al deshabilitar módulo" - -#: ../../include/functions_api.php:7645 -msgid "Correct module enable" -msgstr "Módulo habilitado satisfactoriamente" - -#: ../../include/functions_api.php:7648 -msgid "Error enabling module" -msgstr "Error al habilitar módulo" - -#: ../../include/functions_api.php:8187 -msgid "Error adding event comment." -msgstr "Error al añadir el comentario en el evento." - -#: ../../include/functions_api.php:8426 -msgid "Error enable/disable agent. Id_agent cannot be left blank." -msgstr "" -"Error habilitar/deshabilitar agente. Id_agent no puede estar en blanco." - -#: ../../include/functions_api.php:8433 -msgid "" -"Error enable/disable agent. Enable/disable value cannot be left blank." -msgstr "" -"Error habilitar/deshabilitar agente. El valor de habilitar/deshabilitar no " -"puede estar en blanco." - -#: ../../include/functions_api.php:8439 -msgid "Error enable/disable agent. The agent doesn't exist." -msgstr "Error habilitar/deshabilitar agente. El agente no existe." - -#: ../../include/functions_api.php:8450 -msgid "Error in agent enabling/disabling." -msgstr "Error al activar/desactivar agentes" - -#: ../../include/functions_api.php:8456 -msgid "Enabled agent." -msgstr "Agente habilitado." - -#: ../../include/functions_api.php:8461 -msgid "Disabled agent." -msgstr "Agente inhabilitado." - -#: ../../include/functions_api.php:8557 -msgid "Error getting special_days." -msgstr "Error al obtener días especiales" - -#: ../../include/functions_api.php:8592 -msgid "Error creating special day. Specified day already exists." -msgstr "Error creando día especial. El día especificado ya existe" - -#: ../../include/functions_api.php:8597 -msgid "Error creating special day. Invalid date format." -msgstr "Error creando día especial. Formato de fecha inválida" - -#: ../../include/functions_api.php:8609 -msgid "Error in creation special day." -msgstr "Error creando día especial" - -#: ../../include/functions_api.php:8642 -msgid "Error updating special day. Id cannot be left blank." -msgstr "" -"Error en la actualización de día especial. El campo ID no puede dejarse vacío" - -#: ../../include/functions_api.php:8649 -msgid "Error updating special day. Id doesn't exist." -msgstr "Error en la actualización de día especial. El ID no existe" - -#: ../../include/functions_api.php:8654 -msgid "Error updating special day. Invalid date format." -msgstr "Error en la actualización de día especial. Formato de fecha inválido" - -#: ../../include/functions_api.php:8688 -msgid "Error deleting special day. Id cannot be left blank." -msgstr "" -"Error en la eliminación de día especial. El campo ID no puede dejarse vacío" - -#: ../../include/functions_api.php:8695 -msgid "Error deleting special day. Id doesn't exist." -msgstr "Error en la eliminación de día especial" - -#: ../../include/functions_api.php:8702 -msgid "Error in deletion special day." -msgstr "Error en la eliminación de día especial" - -#: ../../include/functions_graph.php:691 -#: ../../include/functions_graph.php:3520 -#: ../../include/functions_reports.php:556 -msgid "Avg. Value" -msgstr "Valor promedio" - -#: ../../include/functions_graph.php:693 -msgid "Units. Value" -msgstr "Valor de unidades" - -#: ../../include/functions_graph.php:757 -#, php-format -msgid "Percentile %dº" -msgstr "Porcentaje %dº" - -#: ../../include/functions_graph.php:1178 -#, php-format -msgid "projection for %s" -msgstr "proyección para %s" - -#: ../../include/functions_graph.php:1745 -msgid "Not fired alerts" -msgstr "No se han lanzado alertas" - -#: ../../include/functions_graph.php:2184 -msgid "Today" -msgstr "Hoy" - -#: ../../include/functions_graph.php:2185 -msgid "Week" -msgstr "Semana" - -#: ../../include/functions_graph.php:2186 ../../include/functions_html.php:842 -msgid "Month" -msgstr "Mes" - -#: ../../include/functions_graph.php:2187 -#: ../../include/functions_graph.php:2188 -msgid "Months" -msgstr "Meses" - -#: ../../include/functions_graph.php:2210 -msgid "History db" -msgstr "Base de datos histórico" - -#: ../../include/functions_graph.php:2388 -#: ../../include/functions_incidents.php:29 -#: ../../include/functions_incidents.php:54 -msgid "Informative" -msgstr "Informativo" - -#: ../../include/functions_graph.php:2389 -#: ../../include/functions_incidents.php:30 -#: ../../include/functions_incidents.php:57 -msgid "Low" -msgstr "Bajo" - -#: ../../include/functions_graph.php:2390 -#: ../../include/functions_incidents.php:31 -#: ../../include/functions_incidents.php:60 -msgid "Medium" -msgstr "Medio" - -#: ../../include/functions_graph.php:2391 -#: ../../include/functions_incidents.php:32 -#: ../../include/functions_incidents.php:63 -msgid "Serious" -msgstr "Grave" - -#: ../../include/functions_graph.php:2392 -#: ../../include/functions_incidents.php:33 -#: ../../include/functions_incidents.php:66 -msgid "Very serious" -msgstr "Muy grave" - -#: ../../include/functions_graph.php:2393 -#: ../../include/functions_graph.php:2862 -#: ../../include/functions_graph.php:2863 -#: ../../include/functions_graph.php:4754 -#: ../../include/functions_incidents.php:34 -#: ../../include/functions_incidents.php:69 ../../include/functions.php:839 -#: ../../include/functions.php:1047 ../../include/functions.php:1080 -#: ../../include/functions_events.php:1465 -msgid "Maintenance" -msgstr "Mantenimiento" - -#: ../../include/functions_graph.php:2412 -#: ../../include/functions_graph.php:2424 -msgid "Open incident" -msgstr "Abrir incidente" - -#: ../../include/functions_graph.php:2413 -#: ../../include/functions_graph.php:2426 -msgid "Closed incident" -msgstr "Incidente cerrado" - -#: ../../include/functions_graph.php:2414 -#: ../../include/functions_graph.php:2428 -msgid "Outdated" -msgstr "Obsoleto" - -#: ../../include/functions_graph.php:2741 -#: ../../include/functions_graph.php:2792 -#: ../../include/functions_events.php:1146 -msgid "SYSTEM" -msgstr "SISTEMA" - -#: ../../include/functions_graph.php:2825 -#: ../../godmode/setup/performance.php:123 -msgid "Others" -msgstr "Otros" - -#: ../../include/functions_graph.php:2866 -#: ../../include/functions_graph.php:2867 -#: ../../include/functions_graph.php:4757 ../../include/functions.php:842 -#: ../../include/functions.php:1048 ../../include/functions.php:1083 -#: ../../include/functions_events.php:1468 -msgid "Informational" -msgstr "Informativo" - -#: ../../include/functions_graph.php:2874 -#: ../../include/functions_graph.php:2875 -#: ../../include/functions_graph.php:4769 ../../include/functions.php:854 -#: ../../include/functions.php:1050 ../../include/functions.php:1095 -msgid "Minor" -msgstr "Menor" - -#: ../../include/functions_graph.php:2882 -#: ../../include/functions_graph.php:2883 -#: ../../include/functions_graph.php:4772 ../../include/functions.php:857 -#: ../../include/functions.php:1052 ../../include/functions.php:1098 -msgid "Major" -msgstr "Principal" - -#: ../../include/functions_graph.php:3521 -msgid "Units" -msgstr "Unidades" - -#: ../../include/functions_graph.php:4736 -#: ../../include/ajax/visual_console_builder.ajax.php:177 -msgid "No data to show" +#: ../../enterprise/dashboard/widgets/top_n.php:108 +msgid "" +"Please could you fill the widget data previous to filling the list items." +msgstr "Por favor, rellene el Widget de datos antes de la lista de items." + +#: ../../enterprise/dashboard/widgets/top_n.php:272 +msgid "Selection module one by one" +msgstr "Selección de módulos uno en uno" + +#: ../../enterprise/dashboard/widgets/top_n.php:283 +msgid "Selection several modules" +msgstr "Selección múltiple de módulos" + +#: ../../enterprise/dashboard/widgets/top_n.php:311 +msgid "Regex for to filter modules" +msgstr "Expresión regular para filtrar módulos" + +#: ../../enterprise/dashboard/widgets/top_n.php:320 +#: ../../enterprise/dashboard/widgets/tree_view.php:73 +msgid "Filter modules" +msgstr "Filtrar módulos" + +#: ../../enterprise/dashboard/widgets/top_n.php:346 +#: ../../godmode/modules/manage_network_templates_form.php:224 +msgid "Add modules" +msgstr "Añadir módulos" + +#: ../../enterprise/dashboard/widgets/top_n.php:437 +msgid "Successful added modules" +msgstr "Módulos añadidos con éxito" + +#: ../../enterprise/dashboard/widgets/top_n.php:441 +msgid "Unsuccessful added modules" +msgstr "Error añadiendo módulos" + +#: ../../enterprise/dashboard/widgets/top_n.php:529 +#: ../../include/functions_reporting.php:936 +msgid "Insuficient data" +msgstr "Datos insuficientes" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:26 +msgid "Top N Events by module." +msgstr "Top N de eventos por módulo" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:28 +msgid "Top N events by module." +msgstr "Top N de eventos por módulo" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:31 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:31 +msgid "Amount to show" +msgstr "Cantidad a mostrar" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:39 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:39 +msgid "Legend Position" +msgstr "Posición de la leyenda" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:42 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:42 +#: ../../godmode/setup/gis_step_2.php:244 +msgid "Bottom" +msgstr "Inferior" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:43 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:43 +msgid "No legend" +msgstr "Sin leyenda" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:64 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:63 +msgid "Please select one or more groups." +msgstr "Por favor, seleccione uno o más grupos" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:129 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:124 +msgid "There is not data to show." msgstr "No hay datos que mostrar" -#: ../../include/functions_graph.php:5106 -msgid "Main node" -msgstr "Nodo principal" - -#: ../../include/functions_menu.php:465 -msgid "Configure user" -msgstr "Configurar usuario" - -#: ../../include/functions_menu.php:466 -msgid "Configure profile" -msgstr "Configurar perfil" - -#: ../../include/functions_menu.php:468 -#: ../../godmode/servers/manage_recontask_form.php:181 -#: ../../godmode/servers/manage_recontask.php:43 -msgid "Manage recontask" -msgstr "Gestionar tarea recon" - -#: ../../include/functions_menu.php:470 -msgid "Module templates management" -msgstr "Gestión de plantillas de módulos" - -#: ../../include/functions_menu.php:471 -msgid "Inventory modules management" -msgstr "Gestión de módulos de inventario" - -#: ../../include/functions_menu.php:472 -msgid "Tags management" -msgstr "Gestión de etiquetas" - -#: ../../include/functions_menu.php:476 -msgid "View agent" -msgstr "Ver agente" - -#: ../../include/functions_menu.php:478 -#: ../../godmode/alerts/configure_alert_template.php:63 -#: ../../godmode/alerts/configure_alert_template.php:82 -#: ../../godmode/alerts/configure_alert_template.php:100 -msgid "Configure alert template" -msgstr "Configurar plantilla de alerta" - -#: ../../include/functions_menu.php:480 -msgid "Manage network map" -msgstr "Gestión de mapas de red" - -#: ../../include/functions_menu.php:482 -msgid "View reporting" -msgstr "Ver informes" - -#: ../../include/functions_menu.php:483 -#: ../../godmode/users/configure_profile.php:340 -msgid "View visual console" -msgstr "Ver consola visual" - -#: ../../include/functions_menu.php:484 -msgid "Manage custom graphs" -msgstr "Gestionar graficas personalizadas" - -#: ../../include/functions_menu.php:485 -msgid "Copy dashboard" -msgstr "Copiar dashboard" - -#: ../../include/functions_menu.php:488 -msgid "Manage GIS Maps" -msgstr "Gestionar mapas GIS" - -#: ../../include/functions_menu.php:490 -msgid "Incidents statistics" -msgstr "Estadísticas incidentes" - -#: ../../include/functions_menu.php:491 -msgid "Manage messages" -msgstr "Gestionar mensajes" - -#: ../../include/functions_menu.php:493 -msgid "Manage groups" -msgstr "Gestionar grupos" - -#: ../../include/functions_menu.php:494 -msgid "Manage module groups" -msgstr "Gestionar grupos de módulos" - -#: ../../include/functions_menu.php:495 -msgid "Manage custom field" -msgstr "Gestionar campos personalizados" - -#: ../../include/functions_menu.php:497 -msgid "Manage alert actions" -msgstr "Gestionar acciones de alertas" - -#: ../../include/functions_menu.php:498 -msgid "Manage commands" -msgstr "Gestionar comandos" - -#: ../../include/functions_menu.php:499 -msgid "Manage event alerts" -msgstr "Gestionar eventos de alertas" - -#: ../../include/functions_menu.php:501 -msgid "Manage export targets" -msgstr "Gestionar objetivos de exportación" - -#: ../../include/functions_menu.php:503 -msgid "Manage services" -msgstr "Gestión de servicios" - -#: ../../include/functions_menu.php:504 ../../godmode/menu.php:165 -msgid "SNMP alerts" -msgstr "Alertas SNMP" - -#: ../../include/functions_menu.php:505 ../../operation/menu.php:92 -msgid "SNMP filters" -msgstr "Filtros SNMP" - -#: ../../include/functions_menu.php:507 ../../operation/menu.php:93 -msgid "SNMP trap generator" -msgstr "Generador de traps SNMP" - -#: ../../include/functions_menu.php:509 -msgid "Manage incident" -msgstr "Gestionar incidentes" - -#: ../../include/functions_menu.php:511 -#: ../../godmode/users/configure_profile.php:348 -msgid "Manage visual console" -msgstr "Gestionar consolas visuales" - -#: ../../include/functions_menu.php:561 -msgid "Administration" -msgstr "Administración" - -#: ../../include/functions_filemanager.php:170 -#: ../../include/functions_filemanager.php:240 -#: ../../include/functions_filemanager.php:298 -#: ../../include/functions_filemanager.php:380 -msgid "Security error" -msgstr "Error de seguridad" - -#: ../../include/functions_filemanager.php:183 -msgid "Upload error" -msgstr "Error de subida" - -#: ../../include/functions_filemanager.php:191 -#: ../../include/functions_filemanager.php:259 -#: ../../include/functions_filemanager.php:324 -msgid "Upload correct" -msgstr "Subida correcta" - -#: ../../include/functions_filemanager.php:204 -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, compruebe su " -"configuración php.ini o contacte con el administrador" - -#: ../../include/functions_filemanager.php:252 -msgid "Error creating file" -msgstr "Error al crear fichero" - -#: ../../include/functions_filemanager.php:265 -#: ../../include/functions_filemanager.php:360 -msgid "Error creating file with empty name" -msgstr "Error al crear archivo con nombre en blanco" - -#: ../../include/functions_filemanager.php:310 -msgid "Attach error" -msgstr "Error en el adjunto" - -#: ../../include/functions_filemanager.php:355 -msgid "Directory created" -msgstr "Directorio creado" - -#: ../../include/functions_filemanager.php:548 -#, php-format -msgid "Directory %s doesn't exist!" -msgstr "El directorio %s no existe" - -#: ../../include/functions_filemanager.php:559 -#: ../../godmode/servers/plugin.php:175 -#: ../../godmode/setup/file_manager.php:63 -#, php-format -msgid "Index of %s" -msgstr "Índice de %s" - -#: ../../include/functions_filemanager.php:563 -msgid "Index of images" -msgstr "Índice de imágenes" - -#: ../../include/functions_filemanager.php:601 -msgid "Parent directory" -msgstr "Directorio padre" - -#: ../../include/functions_filemanager.php:630 -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:634 -msgid "Decompress" -msgstr "Descomprimir" - -#: ../../include/functions_filemanager.php:677 -msgid "Directory" -msgstr "Directorio" - -#: ../../include/functions_filemanager.php:680 -#: ../../include/functions_visual_map_editor.php:178 -#: ../../godmode/reporting/visual_console_builder.elements.php:78 -#: ../../godmode/reporting/visual_console_builder.wizard.php:118 -msgid "Image" -msgstr "Imagen" - -#: ../../include/functions_filemanager.php:683 -msgid "Compressed file" -msgstr "Archivo comprimido" - -#: ../../include/functions_filemanager.php:686 -#: ../../include/functions_filemanager.php:692 -msgid "Text file" -msgstr "Fichero de texto" - -#: ../../include/functions_filemanager.php:773 -msgid "Create directory" -msgstr "Crear directorio" - -#: ../../include/functions_filemanager.php:778 -msgid "Create text" -msgstr "Crear texto" - -#: ../../include/functions_filemanager.php:783 -msgid "Upload file/s" -msgstr "Subir archivo/s" - -#: ../../include/functions_filemanager.php:790 -msgid "The directory is read-only" -msgstr "Este directorio es de solo lectura" - -#: ../../include/auth/mysql.php:246 -msgid "" -"Problems with configuration permissions. Please contact with Administrator" -msgstr "" -"Problemas con la configuración de los permisos. Por favor contacte con el " -"administrador" - -#: ../../include/auth/mysql.php:252 -msgid "Your permissions have changed. Please, login again." -msgstr "Sus permisos han cambiado. Por favor vuelva a iniciar sesión." - -#: ../../include/auth/mysql.php:265 -msgid "" -"Ooops User not found in \n" -"\t\t\t\tdatabase or incorrect password" -msgstr "" -"Ooops Usuario no encontrado en \n" -"\t\t\t\tbase de datos o contraseña incorrecta." - -#: ../../include/auth/mysql.php:281 -msgid "Fail the group synchronizing" -msgstr "Fallo en la sincronización de grupos" - -#: ../../include/auth/mysql.php:287 -msgid "Fail the tag synchronizing" -msgstr "Fallo en la sincronización de etiquetas" - -#: ../../include/auth/mysql.php:300 -msgid "" -"User not found in database \n" -"\t\t\t\t\tor incorrect password" -msgstr "" -"Ooops Usuario no encontrado en base de datos \n" -"\t\t\t\to contraseña incorrecta." - -#: ../../include/auth/mysql.php:312 -msgid "User not found in database or incorrect password" -msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" - -#: ../../include/auth/mysql.php:544 -msgid "Could not changes password on remote pandora" -msgstr "No se pudo cambiar la contraseña en el Pandora remoto" - -#: ../../include/auth/mysql.php:581 -msgid "Your installation of PHP does not support LDAP" -msgstr "Su instalación de PHP no soporta LDAP" - -#: ../../include/functions_html.php:658 ../../include/functions_html.php:659 -#: ../../include/functions_html.php:765 ../../include/functions_html.php:766 -#: ../../operation/events/events.php:391 -#: ../../operation/snmpconsole/snmp_view.php:71 -#: ../../operation/snmpconsole/snmp_statistics.php:55 -#: ../../operation/agentes/networkmap.php:289 -#: ../../godmode/category/category.php:58 -#: ../../godmode/alerts/alert_list.php:297 -#: ../../godmode/agentes/planned_downtime.editor.php:36 -msgid "List" -msgstr "Lista" - -#: ../../include/functions_html.php:715 -msgid "weeks" -msgstr "semana" - -#: ../../include/functions_html.php:841 -msgid "Month day" -msgstr "Día del mes" - -#: ../../include/functions_html.php:843 -msgid "Week day" -msgstr "Día de la semana" - -#: ../../include/functions_html.php:2113 -msgid "Type at least two characters to search the module." -msgstr "Escriba al menos dos caracteres para buscar el módulo" - -#: ../../include/functions_db.php:75 -#, php-format -msgid "Error connecting to database %s at %s." -msgstr "Error conectando a la base de datos %s el %s" - -#: ../../include/functions_db.php:1067 ../../godmode/menu.php:301 -#: ../../godmode/db/db_refine.php:33 -msgid "Database debug" -msgstr "Depurar BBDD" - -#: ../../include/functions_db.php:1083 -msgid "SQL sentence" -msgstr "Consulta SQL" - -#: ../../include/functions_db.php:1085 -msgid "Rows" -msgstr "Filas" - -#: ../../include/functions_db.php:1086 -msgid "Saved" -msgstr "Guardado" - -#: ../../include/functions_db.php:1087 -msgid "Time (ms)" -msgstr "Tiempo (ms)" - -#: ../../include/functions_update_manager.php:198 -msgid "There is a unknown error." -msgstr "Hay un error desconocido." - -#: ../../include/functions_update_manager.php:393 -msgid "Failed extracting the package to temp directory." -msgstr "Fallo al extraer el paquete al directorio temporal" - -#: ../../include/functions_update_manager.php:420 -msgid "Failed the copying of the files." -msgstr "Fallo copiando los ficheros" - -#: ../../include/functions_update_manager.php:436 -msgid "Package extracted successfully." -msgstr "Paquete extraído correctamente" - -#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 -#: ../../include/functions_gis.php:36 -msgid "Hierarchy of agents" -msgstr "jerarquía de agentes" - -#: ../../include/functions_servers.php:363 -msgid "Data server" -msgstr "Servidor de datos" - -#: ../../include/functions_servers.php:368 -msgid "Network server" -msgstr "Servidor de red" - -#: ../../include/functions_servers.php:373 -msgid "SNMP Trap server" -msgstr "Servidor de traps SNMP" - -#: ../../include/functions_servers.php:378 -#: ../../godmode/servers/manage_recontask_form.php:221 -#: ../../general/firts_task/recon_view.php:25 -msgid "Recon server" -msgstr "Servidor de exploración de red" - -#: ../../include/functions_servers.php:383 -msgid "Plugin server" -msgstr "Servidor de complementos" - -#: ../../include/functions_servers.php:388 -msgid "Prediction server" -msgstr "Servidor de predicción" - -#: ../../include/functions_servers.php:393 -msgid "WMI server" -msgstr "Servidor WMI" - -#: ../../include/functions_servers.php:403 -msgid "Inventory server" -msgstr "Servidor de inventario" - -#: ../../include/functions_servers.php:408 -msgid "Web server" -msgstr "Servidor web" - -#: ../../include/functions_servers.php:413 -msgid "Event server" -msgstr "Servidor de eventos" - -#: ../../include/functions_servers.php:418 -msgid "Enterprise ICMP server" -msgstr "Servidor ICMP Enterprise" - -#: ../../include/functions_servers.php:423 -msgid "Enterprise SNMP server" -msgstr "Servidor SNMP Enterprise" - -#: ../../include/functions_servers.php:428 -msgid "Enterprise Satellite server" -msgstr "Servidor enterprise satelite" - -#: ../../include/functions_networkmap.php:1719 -msgid "Create a new topology map" -msgstr "Crear nuevo mapa topológico" - -#: ../../include/functions_networkmap.php:1720 -msgid "Create a new group map" -msgstr "Crear nuevo mapa de grupo" - -#: ../../include/functions_networkmap.php:1721 -msgid "Create a new dynamic map" -msgstr "Crear un nuevo mapa dinámico" - -#: ../../include/functions_networkmap.php:1723 -msgid "Create a new radial dynamic map" -msgstr "Crear un nuevo mapa dinámico radial" - -#: ../../include/functions_networkmap.php:1747 -msgid "Dynamic" -msgstr "Dinámico" - -#: ../../include/functions_networkmap.php:1749 -msgid "Radial dynamic" -msgstr "Dinámico radial" - -#: ../../include/functions_clippy.php:128 ../../general/header.php:166 -#: ../../general/header.php:167 -msgid "Pandora FMS assistant" -msgstr "Asistente de Pandora FMS" - -#: ../../include/functions_clippy.php:163 -#: ../../include/functions_clippy.php:168 -msgid "End wizard" -msgstr "Cierra asistente" - -#: ../../include/functions_clippy.php:195 -msgid "Next →" -msgstr "Siguiente →" - -#: ../../include/functions_clippy.php:196 -msgid "← Back" -msgstr "← Anterior" - -#: ../../include/functions_clippy.php:208 -msgid "Do you want to exit the help tour?" -msgstr "¿Quieres salir de la ayuda guiada?" - -#: ../../include/functions_groups.php:63 -msgid "Alert Actions" -msgstr "Acciones de alerta" - -#: ../../include/functions_groups.php:78 -msgid "Alert Templates" -msgstr "Plantillas de alerta" - -#: ../../include/functions_groups.php:106 -#: ../../include/functions_groups.php:163 -#: ../../include/functions_reports.php:498 -#: ../../include/functions_reports.php:500 -#: ../../include/functions_reports.php:504 -#: ../../include/functions_reports.php:506 -#: ../../include/functions_reports.php:510 -#: ../../include/functions_reports.php:512 -#: ../../include/functions_reports.php:514 -#: ../../include/functions_reports.php:518 -#: ../../operation/agentes/ver_agente.php:903 -#: ../../operation/agentes/ver_agente.php:1031 -#: ../../operation/search_results.php:103 -msgid "Graphs" -msgstr "Gráficas" - -#: ../../include/functions_groups.php:135 -msgid "Layout visual console" -msgstr "Diseño de la consola visual" - -#: ../../include/functions_groups.php:149 -msgid "Plannet down time" -msgstr "Tiempo de inactividad estipulado" - -#: ../../include/functions_groups.php:176 -msgid "GIS maps" -msgstr "Mapas GIS" - -#: ../../include/functions_groups.php:190 -msgid "GIS connections" -msgstr "Conexiones GIS" - -#: ../../include/functions_groups.php:204 -msgid "GIS map layers" -msgstr "Mapas GIS adicionales" - -#: ../../include/functions_groups.php:217 -msgid "Network maps" -msgstr "Mapas de red" - -#: ../../include/functions_groups.php:2119 -msgid "Show branch children" -msgstr "Mostrar los grupos dependientes" - -#: ../../include/functions_groups.php:2148 -msgid "" -"You can not delete the last group in Pandora. A common installation must has " -"almost one group." -msgstr "" -"No se puede borrar el último grupo en Pandora. Una instalación normal debe " -"tener al menos un grupo." - -#: ../../include/functions_ui.php:226 -msgid "Information" -msgstr "Información" - -#: ../../include/functions_ui.php:368 -msgid "Request successfully processed" -msgstr "Petición procesada correctamente" - -#: ../../include/functions_ui.php:371 -msgid "Error processing request" -msgstr "Error al procesar la petición" - -#: ../../include/functions_ui.php:509 -msgid "" -"Is possible that this view uses part of information which your user has not " -"access" -msgstr "" -"Es posible que esta vista utilize parte de la información a la cual su " -"usuario no tenga acceso" - -#: ../../include/functions_ui.php:991 -#: ../../godmode/alerts/configure_alert_template.php:805 -#: ../../godmode/alerts/alert_view.php:152 -msgid "The alert would fire when the value is " -msgstr "" -"La alerta se disparará cuando el valor sea " - -#: ../../include/functions_ui.php:995 -#: ../../godmode/alerts/configure_alert_template.php:806 -#: ../../godmode/alerts/alert_view.php:156 -msgid "The alert would fire when the value is not " -msgstr "" -"La alerta se disparará cuando el valor no sea " - -#: ../../include/functions_ui.php:1000 -#: ../../godmode/alerts/configure_alert_template.php:803 -#: ../../godmode/alerts/alert_view.php:144 -msgid "" -"The alert would fire when the value matches " -msgstr "" -"La alerta se disparará cuando el valor coincida con " - -#: ../../include/functions_ui.php:1003 ../../godmode/alerts/alert_view.php:147 -msgid "" -"The alert would fire when the value doesn't match " -msgstr "" -"La alerta se disparará cuando el valor no coincida con " - -#: ../../include/functions_ui.php:1009 -#: ../../godmode/alerts/configure_alert_template.php:807 -#: ../../godmode/alerts/alert_view.php:161 -msgid "" -"The alert would fire when the value is between and " -"" -msgstr "" -"La alerta se disparará cuando el valor esté entre y " -"" - -#: ../../include/functions_ui.php:1012 -#: ../../godmode/alerts/configure_alert_template.php:808 -#: ../../godmode/alerts/alert_view.php:164 -msgid "" -"The alert would fire when the value is not between " -"and " -msgstr "" -"La alerta se disparará cuando el valor no esté entre y " - -#: ../../include/functions_ui.php:1016 -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:1021 -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:1026 -#: ../../godmode/alerts/configure_alert_template.php:811 -#: ../../godmode/alerts/alert_view.php:186 -msgid "The alert would fire when the module is in warning status" -msgstr "La alerta se disparará cuando el módulo esté en estado advertencia" - -#: ../../include/functions_ui.php:1031 -#: ../../godmode/alerts/configure_alert_template.php:812 -#: ../../godmode/alerts/alert_view.php:189 -msgid "The alert would fire when the module is in critical status" -msgstr "La alerta se disparará cuando el módulo esté en estado crítico" - -#: ../../include/functions_ui.php:1609 ../../include/functions_ui.php:1643 -#, php-format -msgid "Total items: %s" -msgstr "Total de elementos %s" - -#: ../../include/functions_ui.php:1950 -msgid "Unknown type" -msgstr "Tipo desconocido" - -#: ../../include/functions_ui.php:2749 -msgid "Type at least two characters to search." -msgstr "Escriba al menos dos caracteres para buscar." - -#: ../../include/functions_ui.php:3536 -msgid "Problem with Pandora FMS database" -msgstr "Problema con la base de datos de Pandora FMS" - -#: ../../include/functions_ui.php:3537 -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 "" -"No se puede conectar a la base de datos, por favor, compruebe la " -"confguración de su base de datos en
include/config.php
" -"file.

\n" -"\t\t\tProbablemente los valores de su BD, hostname, usuario o contraseña son " -"incorrectos o \n" -"\t\t\t la base de datos no se está ejecutando." - -#: ../../include/functions_ui.php:3541 -msgid "DB ERROR" -msgstr "ERROR de la BD" - -#: ../../include/functions_ui.php:3547 -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 "" -"Si usted ha modificado el sistema de autenticación, este problema puede ser " -"porque Pandora no puede anular las variables de autorización de la base de " -"datos de configuración. Quítelas de su base de datos " -"ejecutando
DELETE FROM tconfig WHERE token = \"auth\";
" - -#: ../../include/functions_ui.php:3551 -msgid "Empty configuration table" -msgstr "Tabla de configuración vacía" - -#: ../../include/functions_ui.php:3552 -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 "" -"No se pueden cargar las variables de configuración de la base de datos. Por " -"favor, compruebe la configuración de su base de datos en el\n" -"\t\t\tinclude/config.php file.

\n" -"\t\t\tLo más probable es que el esquema de su base de datos haya sido creada " -"pero no hay datos dentro, tiene un problema con los credenciales o su " -"esquema está fuera de fecha\n" -"\t\t\t

La consola de Pandora FMS no puede encontrar " -"include/config.php or this file has invalid\n" -"\t\t\tpermisos y el servidor HTTP no puede leerlo. Por favor, lea la " -"documentación para solucionar este problema.
" - -#: ../../include/functions_ui.php:3559 -msgid "No configuration file found" -msgstr "No se ha encontrado el fichero de configuración" - -#: ../../include/functions_ui.php:3560 -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 "" -"La consola de Pandora FMS no puede encontrar include/config.php o " -"este archivo tiene permisos\n" -"\t\t\tno válidos y el servidor HTTP no puede leerlo. Por favor, lea la " -"documentación para solucionar este problema." - -#: ../../include/functions_ui.php:3571 -#, php-format -msgid "You may try to run the %sinstallation wizard%s to create one." -msgstr "" -"Puede intentar correr el %sinstallation wizard%s para crear uno." - -#: ../../include/functions_ui.php:3574 -msgid "Installer active" -msgstr "Instalador activo" - -#: ../../include/functions_ui.php:3575 -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 "" -"Por razones de seguridad no podrá operar con normalidad gasta que elimine el " -"archivo de instalación\n" -"\t\t\tPor favor, elimine el archivo ./install.php antes de ejecutar " -"la consola de Pandora FMS." - -#: ../../include/functions_ui.php:3579 -msgid "Bad permission for include/config.php" -msgstr "Permiso incorrecto para include/config.php" - -#: ../../include/functions_ui.php:3580 -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 "" -"Por razones de reguridad, config.phpdebe tener permisos restrictivos, " -"y \"otros\" usuarios \n" -"\t\t\tno deberían poder leerlo o escribir sobre él. Este archivo debería ser " -"únicamente editado por el propietario \n" -"\t\t\t(usually www-data or http daemon user), las operaciones normales no se " -"podrán producer hasta que cambie \n" -"\t\t\tlos permisos del include/config.php archivo. Por favor, hágalo. " -"Es por su seguridad." - -#: ../../include/functions_treeview.php:211 -#: ../../include/graphs/functions_flot.php:517 -msgid "No data" -msgstr "Sin datos" - -#: ../../include/functions_treeview.php:230 -msgid "Go to module edition" -msgstr "Ir a la edición de módulos" - -#: ../../include/functions_treeview.php:268 -msgid "There was a problem loading alerts" -msgstr "Hubo un problema al cargar las alertas" - -#: ../../include/functions_treeview.php:322 -msgid "Go to alerts edition" -msgstr "Ir a \"editar alertas\"" - -#: ../../include/functions_treeview.php:461 -msgid "Go to agent edition" -msgstr "Ir a \"editar agentes\"" - -#: ../../include/functions_treeview.php:470 -msgid "Agent data" -msgstr "Datos de agentes" - -#: ../../include/functions_treeview.php:543 -msgid "Advanced information" -msgstr "Información avanzada" - -#: ../../include/functions_treeview.php:555 -#: ../../operation/agentes/estado_generalagente.php:257 -msgid "Agent access rate (24h)" -msgstr "Accesibilidad del agente (24h)" - -#: ../../include/functions_treeview.php:615 -#: ../../operation/agentes/estado_generalagente.php:475 -msgid "Interface traffic" -msgstr "Interfaz de tráfico" - -#: ../../include/functions_treeview.php:637 -#: ../../operation/agentes/estado_generalagente.php:446 -msgid "Interface information" -msgstr "Interfaz de información" - -#: ../../include/functions_snmp_browser.php:145 -msgid "Target IP cannot be blank." -msgstr "Ip Target no puede dejarse en blanco" - -#: ../../include/functions_snmp_browser.php:403 -msgid "Numeric OID" -msgstr "OID numérico" - -#: ../../include/functions_snmp_browser.php:420 -msgid "Syntax" -msgstr "Sintáxis" - -#: ../../include/functions_snmp_browser.php:425 -msgid "Display hint" -msgstr "Activar hint" - -#: ../../include/functions_snmp_browser.php:430 -msgid "Max access" -msgstr "Acceso máximo" - -#: ../../include/functions_snmp_browser.php:445 -msgid "OID Information" -msgstr "Información OID" - -#: ../../include/functions_snmp_browser.php:475 -#: ../../godmode/agentes/module_manager.php:725 -msgid "Create network component" -msgstr "Crear componentes de red" - -#: ../../include/functions_snmp_browser.php:510 -msgid "Starting OID" -msgstr "Iniciar OID" - -#: ../../include/functions_snmp_browser.php:521 -msgid "Browse" -msgstr "Examinar" - -#: ../../include/functions_snmp_browser.php:530 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:360 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:720 -#: ../../godmode/agentes/module_manager_editor_network.php:175 -#: ../../godmode/massive/massive_edit_modules.php:466 -#: ../../godmode/modules/manage_network_components_form_network.php:57 -msgid "Auth user" -msgstr "Autenticación de usuario" - -#: ../../include/functions_snmp_browser.php:532 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:362 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:722 -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/massive/massive_edit_modules.php:469 -#: ../../godmode/modules/manage_network_components_form_network.php:59 -msgid "Auth password" -msgstr "Autenticación de contraseña" - -#: ../../include/functions_snmp_browser.php:536 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:366 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:726 -#: ../../godmode/agentes/module_manager_editor_network.php:184 -#: ../../godmode/massive/massive_edit_modules.php:472 -#: ../../godmode/modules/manage_network_components_form_network.php:65 -msgid "Privacy method" -msgstr "Método de privacidad" - -#: ../../include/functions_snmp_browser.php:537 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 -#: ../../godmode/agentes/module_manager_editor_network.php:185 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -msgid "DES" -msgstr "DES" - -#: ../../include/functions_snmp_browser.php:537 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:367 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:727 -#: ../../godmode/agentes/module_manager_editor_network.php:185 -#: ../../godmode/massive/massive_edit_modules.php:473 -#: ../../godmode/modules/manage_network_components_form_network.php:66 -msgid "AES" -msgstr "AES" - -#: ../../include/functions_snmp_browser.php:538 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:474 -#: ../../godmode/modules/manage_network_components_form_network.php:67 -msgid "Privacy pass" -msgstr "Privacy pass" - -#: ../../include/functions_snmp_browser.php:541 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:371 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:731 -#: ../../godmode/agentes/module_manager_editor_network.php:192 -#: ../../godmode/massive/massive_edit_modules.php:476 -#: ../../godmode/modules/manage_network_components_form_network.php:72 -msgid "Auth method" -msgstr "método de autenticación" - -#: ../../include/functions_snmp_browser.php:542 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 -#: ../../godmode/agentes/module_manager_editor_network.php:193 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -msgid "MD5" -msgstr "MD5" - -#: ../../include/functions_snmp_browser.php:542 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:372 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:732 -#: ../../godmode/agentes/module_manager_editor_network.php:193 -#: ../../godmode/massive/massive_edit_modules.php:477 -#: ../../godmode/modules/manage_network_components_form_network.php:73 -msgid "SHA" -msgstr "SHA" - -#: ../../include/functions_snmp_browser.php:543 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:373 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:733 -#: ../../godmode/agentes/module_manager_editor_network.php:194 -#: ../../godmode/massive/massive_edit_modules.php:478 -#: ../../godmode/modules/manage_network_components_form_network.php:74 -msgid "Security level" -msgstr "Nivel de seguridad" - -#: ../../include/functions_snmp_browser.php:544 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:374 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:734 -#: ../../godmode/agentes/module_manager_editor_network.php:195 -#: ../../godmode/massive/massive_edit_modules.php:479 -#: ../../godmode/modules/manage_network_components_form_network.php:75 -msgid "Not auth and not privacy method" -msgstr "método sin autenticación ni privacidad" - -#: ../../include/functions_snmp_browser.php:545 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 -#: ../../godmode/agentes/module_manager_editor_network.php:196 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -msgid "Auth and not privacy method" -msgstr "metodo con autenticacion y sin privacidad" - -#: ../../include/functions_snmp_browser.php:545 -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:375 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:735 -#: ../../godmode/agentes/module_manager_editor_network.php:196 -#: ../../godmode/massive/massive_edit_modules.php:480 -#: ../../godmode/modules/manage_network_components_form_network.php:76 -msgid "Auth and privacy method" -msgstr "metodo de autenticación y privacidad" - -#: ../../include/functions_snmp_browser.php:558 -msgid "First match" -msgstr "Primera correspondencia" - -#: ../../include/functions_snmp_browser.php:560 -msgid "Previous match" -msgstr "Coincidencia anterior" - -#: ../../include/functions_snmp_browser.php:562 -msgid "Next match" -msgstr "Siguiente coincidencia" - -#: ../../include/functions_snmp_browser.php:564 -msgid "Last match" -msgstr "Última coincidencia" - -#: ../../include/functions_snmp_browser.php:569 -msgid "Expand the tree (can be slow)" -msgstr "Expandir el árbol (puede ser lento)" - -#: ../../include/functions_snmp_browser.php:571 -msgid "Collapse the tree" -msgstr "Contraer el árbol" - -#: ../../include/functions_snmp_browser.php:590 -msgid "SNMP v3 options" -msgstr "Opciones SNMP v3" - -#: ../../include/functions_snmp_browser.php:593 -msgid "Search options" -msgstr "Opciones de búsqueda" - -#: ../../include/functions_snmp_browser.php:603 -#: ../../godmode/agentes/module_manager_editor_network.php:27 -msgid "Search matches" -msgstr "Buscar coincidencias" - -#: ../../include/help/clippy/data_configuration_module.php:39 -msgid "Data Configuration Module." -msgstr "Módulos de datos de configuración" - -#: ../../include/help/clippy/data_configuration_module.php:44 -msgid "" -"Please note that information provided here affects how the agent collect " -"information and generate the data XML. Any data/configuration reported by " -"the agent, different from data or description is discarded, and the " -"configuration shown in the console prevails over any configuration coming " -"from the agent, this applies for example for crit/warn thresholds, interval, " -"module group, min/max value, tags, etc." -msgstr "" -"Por favor, tenga en cuenta que la información aquí proporcionada afecta la " -"forma de cómo el agente recoge la información y genera el XML de datos. " -"Cualquier dato / configuración enviado por el agente, a diferencia de los " -"enviados desde datos o descripción que son descartados, y la configuración " -"mostrada en la consola prevalece sobre cualquier configuración procedente " -"del agente, esto se aplica por ejemplo para umbrales críticos / advertencia " -", intervalo , grupo módulo, valor mínimo / máximo, etiquetas , etc." - -#: ../../include/help/clippy/data_configuration_module.php:50 -msgid "" -"Information imported FIRST time from the XML will fill the information you " -"can see in the console, but after the first import, system will ignore any " -"update coming from the XML/Agent." -msgstr "" -"Información importada la PRIMERA vez desde el XML llenará la información " -"que se puede ver en la consola, pero después de la primera importación , el " -"sistema ignorará cualquier actualización que viene del XML / Agente ." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 -msgid "" -"Let me show you how to create an email action: Click on Create button and " -"fill the form showed in the following screen." -msgstr "" -"Te voy a enseñar cómo crear una acción de correo electrónico: Haz click en " -"el botón Crear y rellena el formulario que aparecerá en la siguiente " -"pantalla." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 -msgid "" -"Now, you have to go to the monitors list and look for a critical module to " -"apply the alert." -msgstr "" -"Ahora, tienes que ir a la lista de monitores y busca un módulo en estado " -"crítico para enlazarle la alerta." - -#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 -msgid "" -"Click on the arrow to drop down the Monitoring submenu and select Monitor " -"Detail." -msgstr "" -"Haga click en la flecha para desplegar el submenú Monitorización y " -"seleccione Detalle Monitor." - -#: ../../include/help/clippy/servers_down.php:39 -msgid "All servers down" -msgstr "Todo los servidores están caídos" - -#: ../../include/help/clippy/servers_down.php:44 -msgid "" -"Can you up all servers. You go to terminal in linux and execute the next " -"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " -"introduce root pass." -msgstr "" -"Usted puede activar todos los servidores. Tiene que ir al terminal de linux " -"y ejecutar el siguiente comando: \"sudo /etc/init.d/pandora_server " -"restart\". Es posible que necesite introducir la contraseña de root." - -#: ../../include/help/clippy/server_queued_modules.php:39 -msgid "Excesive Queued." -msgstr "Encolamiento excesivo" - -#: ../../include/help/clippy/server_queued_modules.php:44 -msgid "" -"You have too much items in the processing queue. This can happen if your " -"server is too loaded and/or not properly configured. This could be something " -"temporal, or a bottleneck. One possible solution is increase number of " -"server threads, but you should consider getting support about this." -msgstr "" -"Tiene demasiados ítems en cola. Esto puede pasar si su servidor está " -"demasiado cargado y/ o no está bien configurado. Puede ser algo temporal, o " -"un cuello de botella. Una posible solución es aumentar el número de hilos " -"del servidor, pero debería considerar la obtención de soporte sobre esto." - -#: ../../include/help/clippy/modules_not_init.php:39 -msgid "You have non initialized modules" -msgstr "Tienes módulos sin inicializar." - -#: ../../include/help/clippy/modules_not_init.php:44 -msgid "" -"This happen when you have just created a module and it's not executed at " -"first time. Usually in a few seconds should be initialized and you will be " -"able to see in main view. If you keep non-init modules for more than 24hr " -"(due a problem in it's execution or configuration) they will be " -"automatically deleted by the system. Non-init are not visible in the “main " -"view”, you can see/edit them in the module administration section, in the " -"agent administrator." -msgstr "" -"Esto sucede cuando se acaba de crear un módulo y no está ejecutado. Por lo " -"general, en unos pocos segundos debe ser inicializado y seras capaz de verlo " -"en la vista principal. Si se mantienen módulos no iniciados durante más de " -"24 horas (puede ser un problema en la ejecución o configuración) serán " -"eliminados automáticamente por el sistema. Los no iniciados no son visibles " -"en la vista principal, se puede ver / editar en la sección de administración " -"del módulo, en el administrador de agente." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 -msgid "I'm going to show you how to monitor a server." -msgstr "Te voy a mostrar cómo monitorizar un servidor." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 -msgid "Please, type an agent to save the modules for monitoring a server." -msgstr "" -"Por favor, escribe el nombre de un agente para guardar los módulos para " -"monitorizar un servidor." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 -msgid "If you have typed the name correctly you will see the agent." -msgstr "Si ha introducido el nombre correctamente, verá el agente." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 -msgid "Now, please choose the agent you searched." -msgstr "Ahora, por favor elige el agente que buscaste." - -#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 -msgid "Choose the agent and click on the name." -msgstr "Elige el agente y haz click en el nombre" - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 -msgid "" -"Now, you have to go to the monitors list and look for a \"critical\" module " -"to apply the alert." -msgstr "" -"Ahora, tienes que ir a la lista de monitores y buscar un módulo en estado " -"\"critico\" para enlazarle una alerta." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 -msgid "" -"If you know the name of the agent or the name of the module in critical " -"status, type it in this field to make the module list shorter. You can write " -"the entire name or just a part of it." -msgstr "" -"Si conoces el nombre del agente o el nombre del módulo en estado crítico, " -"escríbelo en este campo para hacer la lista de módulos más cortos. Puedes " -"escribir el nombre completo o sólo una parte de ella." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 -msgid "Click on Show button to get the modules list filtered." -msgstr "Haz click en botón Mostrar para obtener la lista filtrada." - -#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 -msgid "" -"Now, to edit the module, click on the wrench that appears in the type column." -msgstr "" -"Ahora, para editar el módulo, haz click en la llave fija que aparece en la " -"columna del tipo." - -#: ../../include/help/clippy/module_unknow.php:39 -msgid "You have unknown modules in this agent." -msgstr "Tienes módulos en estado desconocido en este agente." - -#: ../../include/help/clippy/module_unknow.php:44 -msgid "" -"Unknown modules are modules which receive data normally at least in one " -"occassion, but at this time are not receving data. Please check our " -"troubleshoot help page to help you determine why you have unknown modules." -msgstr "" -"Los módulos desconocidos son módulos que reciben datos normalmente al menos " -"en una ocasión, pero en este momento no se reciben datos. Por favor, " -"consulta la página de ayuda para solucionar los problemas sobre los módulos " -"desconocidos." - -#: ../../include/help/clippy/modules_not_learning_mode.php:40 -msgid "" -"Please note that you have your agent setup to do not add new modules coming " -"from the data XML." -msgstr "" -"Por favor, tenga en cuenta que si no tiene activado el modo aprendizaje no " -"se añadirán nuevos módulos que vengan en el XML." - -#: ../../include/help/clippy/modules_not_learning_mode.php:41 -msgid "" -"That means if you have a local plugin or add manually new modules to the " -"configuration file, you won't have it in your agent, unless you first create " -"manually in the interface (with the exact name and type as coming in the XML " -"file)." -msgstr "" -"Esto quiere decir que si se tiene un plugin local o se añaden manualmente " -"nuevos módulos al fichero de configuración, no se tendrá en" - -#: ../../include/help/clippy/modules_not_learning_mode.php:42 -msgid "" -"You should use the \"normal\" mode (non learn) only when you don't intend to " -"add more modules to the agent." -msgstr "" -"Debería usar el modo \"normal\" (no aprendizaje) solo cuando no tenga " -"intención de añadir más módulos al agente." - -#: ../../include/help/clippy/extension_cron_send_email.php:39 -msgid "The configuration of email for the task email is in the file:" -msgstr "" -"La configuración de correo-e para el envío de la tarea se encuentra en el " -"fichero:" - -#: ../../include/help/clippy/extension_cron_send_email.php:41 -msgid "Please check if the email configuration is correct." -msgstr "Por favor, confirmar que la configuración de correo-e es correcta." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 -msgid "" -"The last step is to check the alert created. Click on the round icon to " -"force the action execution and after a few minutes you will receive the " -"alert in your email." -msgstr "" -"El último paso es comprobar la alerta ha sido creada. Haz click en el icono " -"redondo para forzar la ejecución de la acción y después de unos minutos " -"recibirás la alerta en tu correo electrónico." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 -msgid "" -"And restart your pandora server to read again general configuration tokens." -msgstr "" -"Y reinicia tu servidor de Pandora para leer otra vez lo tokens generales de " -"configuración." - -#: ../../include/help/clippy/operation_agentes_ver_agente.php:42 -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:126 -#: ../../operation/servers/recon_view.php:137 -msgid "Done" -msgstr "Hecho" - -#: ../../include/help/clippy/homepage.php:59 -msgid "Hi, can I help you?" -msgstr "Buenas. ¿Te puedo ayudar?" - -#: ../../include/help/clippy/homepage.php:60 -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 "" -"Permiteme presentarme a mi mismo: Yo soy Pandorin, el molesto asistente de " -"Pandora FMS. Puedes seguir mis pasos para hacer tareas básicas en Pandora " -"FMS o puedes cerrarme y nunca volverme a ver." - -#: ../../include/help/clippy/homepage.php:67 -msgid "Close this wizard and don't open it again." -msgstr "Cierra el asistente y no vuelva a aparecer otra vez." - -#: ../../include/help/clippy/homepage.php:81 -msgid "Which task would you like to do first?" -msgstr "¿Qué tarea le gustaría hacer primero?" - -#: ../../include/help/clippy/homepage.php:85 -msgid "Ping to a Linux or Windows server with a Pandora FMS agent" -msgstr "" -"Hacer un ping a un servidor Linux o Windows con un agente de Pandora FMS" - -#: ../../include/help/clippy/homepage.php:90 -msgid "Create a alert by email in a critical module." -msgstr "Crear una alerta que avise por email para un módulo crítico." - -#: ../../include/help/clippy/homepage.php:209 -msgid "" -"The first thing you have to do is to setup the config email in the Pandora " -"FMS Server." -msgstr "" -"La primera cosa que tienes que hacer es configurar el email en el servidor " -"de Pandora FMS." - -#: ../../include/help/clippy/homepage.php:213 -msgid "If you have it already configured you can go to the next step." -msgstr "Si ya lo tienes ya configurado, puedes ir al siguiente paso." - -#: ../../include/help/clippy/homepage.php:218 -msgid "Now, pull down the Manage alerts menu and click on Actions. " -msgstr "Ahora, abra el menú Administrar alertas y haga click en Acciones. " - -#: ../../include/help/clippy/topology_group.php:39 -msgid "Topology Group" -msgstr "Tipología de grupo" - -#: ../../include/help/clippy/topology_group.php:44 -msgid "" -"Please note that group topology maps do not show the parent relationship " -"between nodes, it only shows the group parentship and the agent distribution " -"inside them. " -msgstr "" -"Tenga en cuenta que el grupo mapas de topología no muestran la relación " -"padre entre los nodos , sólo muestra el grupo padre y el agente de " -"distribución dentro de ellos " - -#: ../../include/help/clippy/agent_out_of_limits.php:39 -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:44 -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 tu agente dejado de informar o el servidor tiene algún " -"problema (demasiado carga o simplemente se ha caido). Comprueba también la " -"conectividad entre el agente y el servidor." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 -msgid "Now you must go to Modules. Don't worry I'll lead you." -msgstr "" -"Ahora debes ir a los módulos. Pero no te preocupes, te guiare paso a paso." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 -msgid "Click in this tab.." -msgstr "Haz click en esta pestaña." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 -msgid "Now you must create the module. Don't worry, i'll teach you." -msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 -msgid "Choose the network server module." -msgstr "Elige el módulo de servidor de red." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 -msgid "And click the button." -msgstr "Y pica el botón." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 -msgid "Now you must create the module. Don't worry, i'll teach you ." -msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 -msgid "Now we are going to fill the form." -msgstr "Ahora nosotros vamos a rellenar el formulario." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 -msgid "Please choose Network Management." -msgstr "Por favor, selecciona \"Network Management\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 -msgid "Choose the component named \"Host alive\"." -msgstr "Selecciona el componente llamado \"Host alive\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 -msgid "You can change the name if you want." -msgstr "Puedes cambiar el nombre si quieres." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 -msgid "Check if the IP showed is the IP of your machine." -msgstr "Prueba si la IP mostrado es la IP de tu maquina." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 -msgid "And only to finish it is clicking this button." -msgstr "Y ya solamente para terminar pulsa en este botón." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 -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 problema, el color de estado pasara a " -"rojo o verde." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 -msgid "Click on alerts tab and then fill the form to add an alert." -msgstr "" -"Haz click en la pestaña de alertas para rellenar el formulario con la alerta " -"a añadir." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 -msgid "Select the critical module." -msgstr "Elige el módulo critico." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 -msgid "In template select \"Critical Condition\"." -msgstr "En las plantillas selecciona \"Critical Condition\"." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 -msgid "Now, select the action created before." -msgstr "Ahora, elige la acción creada antes." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 -msgid "Click on Add Alert button to create the alert." -msgstr "Haz click en el botón añadir alerta para crear la alerta." - -#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 -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:39 -msgid "Interval Agent." -msgstr "Intervalo de agente" - -#: ../../include/help/clippy/interval_agent_min.php:44 -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, tenga en cuenta que no se recomienda que tengan los agentes con " -"un intervalo de monitorización por debajo de 300 segundos. Esto tendrá un " -"impacto serio en el rendimiento del servidor. Por ejemplo, tener 200 agentes " -"con un intervalo de un minuto, es lo mismo que tener 1.000 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/godmode_alerts_configure_alert_action.php:35 -msgid "Fill the name of your action." -msgstr "Rellena con el nombre de la acción." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 -msgid "" -"Select the group in the drop-down list and filter for ACL (the user in this " -"group can use your action to create an alert)." -msgstr "" -"Seleccione el grupo en la lista desplegable y este es un filtro para las ACL " -"(el usuario en este grupo puede utilizar la acción de crear una alerta)." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 -msgid "In the command field select \"email\"." -msgstr "En este campo de comando elige \"email\"." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 -msgid "" -"In the threshold field enter the seconds. The help icon show more " -"information." -msgstr "" -"En el campo de umbral se rellena con un número de segundos. El icono de " -"ayuda te mostrará mas ayuda." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 -msgid "" -"In the first field enter the email address/addresses where you want to " -"receive the email alerts separated with comas ( , ) or white spaces." -msgstr "" -"En el primer campo introduce la dirección/es de email separados por comas " -"(,) o espacios en blanco, en las que deseas recibir las alertas de email." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 -msgid "" -"In the \"Subject\" field you can use the macros _agent_ or _module_ for " -"each name." -msgstr "" -"El campo \"Subject\" puedes usar macros _agent_ o _module_ para el asunto " -"del email." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 -msgid "" -"In the text field, you can also use macros. Get more information about the " -"macros by clicking on the help icon." -msgstr "" -"En el campo de texto, también puede utilizar las macros. Hay mas información " -"acerca de las macros, haz click en el icono de ayuda." - -#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 -msgid "Click on Create button to create the action." -msgstr "Haz click en el botón de crear, para crear la acción." - -#: ../../include/functions_reports.php:499 -#: ../../include/functions_reporting.php:4295 -#: ../../include/functions_reporting.php:4373 -msgid "Simple graph" -msgstr "Gráfica simple" - -#: ../../include/functions_reports.php:501 -#: ../../include/functions_reporting.php:3144 -msgid "Simple baseline graph" -msgstr "Gráfica simple de línea base" - -#: ../../include/functions_reports.php:511 -msgid "SQL vertical bar graph" -msgstr "Gráfica de barra vertical SQL" - -#: ../../include/functions_reports.php:513 -msgid "SQL pie graph" -msgstr "Gráfico circular de SQL" - -#: ../../include/functions_reports.php:515 -msgid "SQL horizonal bar graph" -msgstr "Gráfico de barra horizontal SQL" - -#: ../../include/functions_reports.php:519 -msgid "Automatic combined Graph" -msgstr "Grafica automática combinada" - -#: ../../include/functions_reports.php:524 -#: ../../include/functions_reports.php:526 -#: ../../include/functions_reports.php:528 -#: ../../include/functions_reports.php:530 -msgid "ITIL" -msgstr "I.T.I.L" - -#: ../../include/functions_reports.php:548 -#: ../../include/functions_reports.php:550 -msgid "Forecasting" -msgstr "Predicción" - -#: ../../include/functions_reports.php:551 -msgid "Projection graph" -msgstr "Gráfica de proyección" - -#: ../../include/functions_reports.php:562 -msgid "Monitor report" -msgstr "Informe de monitores" - -#: ../../include/functions_reports.php:564 -msgid "Serialize data" -msgstr "Serializar datos" - -#: ../../include/functions_reports.php:568 -msgid "Historical Data" -msgstr "Datos historicos" - -#: ../../include/functions_reports.php:572 -#: ../../include/functions_reports.php:574 -#: ../../include/functions_reports.php:576 -#: ../../include/functions_reports.php:579 -#: ../../include/functions_reports.php:583 -#: ../../include/functions_reports.php:586 -#: ../../include/functions_reports.php:588 -#: ../../include/functions_reports.php:590 -msgid "Grouped" -msgstr "Agrupado" - -#: ../../include/functions_reports.php:584 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1063 -msgid "SQL query" -msgstr "Consulta SQL" - -#: ../../include/functions_reports.php:589 -msgid "Network interfaces" -msgstr "Interfaces de red" - -#: ../../include/functions_reports.php:594 -#: ../../include/functions_reports.php:596 -msgid "Text/HTML " -msgstr "Texto/HTML " - -#: ../../include/functions_reports.php:597 -msgid "Import text from URL" -msgstr "Importar texto de una URL" - -#: ../../include/functions_reports.php:602 -msgid "Alert report module" -msgstr "Informe de alertas de un módulo" - -#: ../../include/functions_reports.php:604 -msgid "Alert report agent" -msgstr "Informe de alertas de un agente" - -#: ../../include/functions_reports.php:607 -msgid "Alert report group" -msgstr "Informe de alertas para grupos" - -#: ../../include/functions_reports.php:613 -msgid "Event report agent" -msgstr "Informe de los eventos de un agente" - -#: ../../include/functions_reports.php:615 -msgid "Event report module" -msgstr "Informe de los eventos de un módulo" - -#: ../../include/functions_reports.php:617 -msgid "Event report group" -msgstr "Informe de los eventos de un grupo" - -#: ../../include/functions_reports.php:624 -msgid "Inventory changes" -msgstr "Inventario de cambios" - -#: ../../include/functions_reports.php:632 -#: ../../include/functions_reporting.php:3340 -msgid "Agent configuration" -msgstr "Configuración de agentes" - -#: ../../include/functions_reports.php:634 -#: ../../include/functions_reporting.php:2358 -msgid "Group configuration" -msgstr "Configuración del grupo" - -#: ../../include/functions_reports.php:636 -msgid "Netflow area chart" -msgstr "Gráfica de area de Netflow" - -#: ../../include/functions_reports.php:638 -msgid "Netflow pie chart" -msgstr "Gráfica de tarta de Netflow" - -#: ../../include/functions_reports.php:640 -msgid "Netflow data table" -msgstr "Tabla de datos de Netflow" - -#: ../../include/functions_reports.php:642 -msgid "Netflow statistics table" -msgstr "Tabla de estadísticas Netflow" - -#: ../../include/functions_reports.php:644 -msgid "Netflow summary table" -msgstr "Tabla de resumen Netflow" - -#: ../../include/functions_agents.php:527 -#: ../../godmode/massive/massive_copy_modules.php:434 -msgid "No source agent to copy" -msgstr "No hay agente de origen del que copiar" - -#: ../../include/functions_agents.php:532 -#: ../../godmode/massive/massive_copy_modules.php:452 -msgid "No destiny agent(s) to copy" -msgstr "No hay agentes destino a los que copiar" - -#: ../../include/functions_agents.php:557 ../../godmode/db/db_refine.php:47 -#: ../../godmode/massive/massive_copy_modules.php:447 -msgid "No modules have been selected" -msgstr "No se ha seleccionado ningún módulo" - -#: ../../include/functions_agents.php:664 -msgid "" -"There was an error copying the agent configuration, the copy has been " -"cancelled" -msgstr "" -"Hubo un error al copiar la configuración del agente, se canceló la copia" - -#: ../../include/functions_agents.php:2098 -#: ../../include/functions_agents.php:2123 -#: ../../include/functions_agents.php:2148 -msgid "No Monitors" -msgstr "No hay monitores" - -#: ../../include/functions_agents.php:2102 -#: ../../include/functions_agents.php:2127 -#: ../../include/functions_agents.php:2152 -#: ../../include/functions_reporting.php:6310 -msgid "At least one module in CRITICAL status" -msgstr "Al menos un módulo está en estado CRÍTICO" - -#: ../../include/functions_agents.php:2106 -#: ../../include/functions_agents.php:2131 -#: ../../include/functions_agents.php:2156 -#: ../../include/functions_reporting.php:6314 -msgid "At least one module in WARNING status" -msgstr "Al menos un módulo está en estado ADVERTENCIA" - -#: ../../include/functions_agents.php:2110 -#: ../../include/functions_agents.php:2135 -#: ../../include/functions_agents.php:2160 -#: ../../include/functions_reporting.php:6318 -msgid "At least one module is in UKNOWN status" -msgstr "Al menos un módulo está en estado DESCONOCIDO" - -#: ../../include/functions_agents.php:2114 -#: ../../include/functions_agents.php:2139 -#: ../../include/functions_agents.php:2164 -#: ../../include/functions_reporting.php:6322 -msgid "All Monitors OK" -msgstr "Todos los monitores BIEN" - -#: ../../include/functions_incidents.php:88 -#: ../../include/functions_incidents.php:107 -msgid "Active incidents" -msgstr "Incidentes activos" - -#: ../../include/functions_incidents.php:89 -#: ../../include/functions_incidents.php:110 -msgid "Active incidents, with comments" -msgstr "Incidentes activos, con comentarios" - -#: ../../include/functions_incidents.php:90 -#: ../../include/functions_incidents.php:113 -msgid "Rejected incidents" -msgstr "Incidentes rechazados" - -#: ../../include/functions_incidents.php:91 -#: ../../include/functions_incidents.php:116 -msgid "Expired incidents" -msgstr "Incidentes caducados" - -#: ../../include/functions_incidents.php:92 -#: ../../include/functions_incidents.php:119 -msgid "Closed incidents" -msgstr "Incidentes cerrados" - -#: ../../include/functions_snmp.php:67 -msgid "Load Average (Last minute)" -msgstr "Carga media (Última hora)" - -#: ../../include/functions_snmp.php:71 -msgid "Load Average (Last 5 minutes)" -msgstr "Carga media (últimos 5 minutos)" - -#: ../../include/functions_snmp.php:75 -msgid "Load Average (Last 15 minutes)" -msgstr "Carga media (últimos 15 minutos)" - -#: ../../include/functions_snmp.php:79 -msgid "Total Swap Size configured for the host" -msgstr "Tamaño de intercambio total configurado para el host" - -#: ../../include/functions_snmp.php:83 -msgid "Available Swap Space on the host" -msgstr "Espacio de intercambio disponible en el host" - -#: ../../include/functions_snmp.php:87 -msgid "Total Real/Physical Memory Size on the host" -msgstr "Tamaño de memoria real/física en el servidor" - -#: ../../include/functions_snmp.php:91 -msgid "Available Real/Physical Memory Space on the host" -msgstr "Memoria real/física disponible en el servidor" - -#: ../../include/functions_snmp.php:95 -msgid "Total Available Memory on the host" -msgstr "Memoria total disponible" - -#: ../../include/functions_snmp.php:99 -msgid "Total Cached Memory" -msgstr "Memoria caché total" - -#: ../../include/functions_snmp.php:103 -msgid "Total Buffered Memory" -msgstr "Memoria total de búfer" - -#: ../../include/functions_snmp.php:107 -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:111 -msgid "Amount of memory swapped to disk (kB/s)" -msgstr "La cantidad de memoria intercambiada con el disco (kB / s)" - -#: ../../include/functions_snmp.php:115 -msgid "Number of blocks sent to a block device" -msgstr "Número de bloques enviado al dispositivo de bloques" - -#: ../../include/functions_snmp.php:119 -msgid "Number of blocks received from a block device" -msgstr "Número de bloques recibidos del dispositivo de bloques" - -#: ../../include/functions_snmp.php:123 -msgid "Number of interrupts processed" -msgstr "Número de interrupciones procesadas" - -#: ../../include/functions_snmp.php:127 -msgid "Number of context switches" -msgstr "Número de cambios de contexto" - -#: ../../include/functions_snmp.php:131 -msgid "user CPU time" -msgstr "tiempo de CPU de usuario" - -#: ../../include/functions_snmp.php:135 -msgid "system CPU time" -msgstr "tiempo de CPU del sistema" - -#: ../../include/functions_snmp.php:139 -msgid "idle CPU time" -msgstr "tiempo de inactividad de la CPU" - -#: ../../include/functions_snmp.php:143 -msgid "system Up time" -msgstr "Tiempo de actividad del sistema" - -#: ../../include/functions_reporting.php:1153 -msgid "Event Report Group" -msgstr "Evento Grupo del Informe" - -#: ../../include/functions_reporting.php:1329 -msgid "Event Report Module" -msgstr "Evento módulo del Informe" - -#: ../../include/functions_reporting.php:1499 -msgid "Agent/Modules" -msgstr "Agentes / módulos" - -#: ../../include/functions_reporting.php:1616 -msgid "Exception - Everything" -msgstr "Excepción - todo" - -#: ../../include/functions_reporting.php:1621 -#, php-format -msgid "Exception - Modules over or equal to %s" -msgstr "Excepción - Módulos por encima o igual a %s" - -#: ../../include/functions_reporting.php:1623 -#, php-format -msgid "Modules over or equal to %s" -msgstr "Módulos de más de o igual a %s" - -#: ../../include/functions_reporting.php:1627 -#, 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:1629 -#, php-format -msgid "Modules under or equal to %s" -msgstr "Módulos bajo o igual a %s" - -#: ../../include/functions_reporting.php:1633 -#, php-format -msgid "Exception - Modules under %s" -msgstr "Excepción - Módulos por debajo de %s" - -#: ../../include/functions_reporting.php:1635 -#, php-format -msgid "Modules under %s" -msgstr "Módulos bajo %s" - -#: ../../include/functions_reporting.php:1639 -#, php-format -msgid "Exception - Modules over %s" -msgstr "Excepción - Módulos por encima %s" - -#: ../../include/functions_reporting.php:1641 -#, php-format -msgid "Modules over %s" -msgstr "Módulos de más de %s" - -#: ../../include/functions_reporting.php:1645 -#, php-format -msgid "Exception - Equal to %s" -msgstr "Excepción - Igual a %s" - -#: ../../include/functions_reporting.php:1647 -#, php-format -msgid "Equal to %s" -msgstr "Igual a %s" - -#: ../../include/functions_reporting.php:1651 -#, php-format -msgid "Exception - Not equal to %s" -msgstr "Excepción - no igual a %s" - -#: ../../include/functions_reporting.php:1653 -#, php-format -msgid "Not equal to %s" -msgstr "No igual a %s" - -#: ../../include/functions_reporting.php:1657 -msgid "Exception - Modules at normal status" -msgstr "Excepción - Módulos en estado normal" - -#: ../../include/functions_reporting.php:1658 -msgid "Modules at normal status" -msgstr "Módulos en estado normal" - -#: ../../include/functions_reporting.php:1662 -msgid "Exception - Modules at critical or warning status" -msgstr "Excepción - Módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:1663 -msgid "Modules at critical or warning status" -msgstr "Módulos en estado crítico o de advertencia" - -#: ../../include/functions_reporting.php:1848 -msgid "There are no Modules under those conditions." -msgstr "No hay módulos bajo esas condiciones" - -#: ../../include/functions_reporting.php:1851 -#, php-format -msgid "There are no Modules over or equal to %s." -msgstr "No hay módulos mayores o iguales a %s" - -#: ../../include/functions_reporting.php:1854 -#, php-format -msgid "There are no Modules less or equal to %s." -msgstr "No hay módulos menores o igual a %s" - -#: ../../include/functions_reporting.php:1857 -#, php-format -msgid "There are no Modules less %s." -msgstr "No hay módulos menores %s" - -#: ../../include/functions_reporting.php:1860 -#, php-format -msgid "There are no Modules over %s." -msgstr "No hay módulos mayores %s" - -#: ../../include/functions_reporting.php:1863 -#, php-format -msgid "There are no Modules equal to %s" -msgstr "No hay módules iguales a %s" - -#: ../../include/functions_reporting.php:1866 -#, php-format -msgid "There are no Modules not equal to %s" -msgstr "No hay módulos no iguales a %s" - -#: ../../include/functions_reporting.php:1869 -msgid "There are no Modules normal status" -msgstr "No hay módulos en estado normal" - -#: ../../include/functions_reporting.php:1872 -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:2074 -msgid "Event Report Agent" -msgstr "Informe de Eventos de Agentes" - -#: ../../include/functions_reporting.php:2246 -msgid "Database Serialized" -msgstr "Base de datos serializada" - -#: ../../include/functions_reporting.php:2434 -msgid "Network interfaces report" -msgstr "Informe de las interfaces de red" - -#: ../../include/functions_reporting.php:2453 -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:2503 -msgid "bytes/s" -msgstr "bytes/s" - -#: ../../include/functions_reporting.php:2532 -msgid "Alert Report Group" -msgstr "Grupo de informe de alerta" - -#: ../../include/functions_reporting.php:2659 -msgid "Alert Report Agent" -msgstr "Agente informe de alerta" - -#: ../../include/functions_reporting.php:2786 -msgid "Alert Report Module" -msgstr "Módulo informe de alerta" - -#: ../../include/functions_reporting.php:2938 -msgid "SQL Graph Vertical Bars" -msgstr "Barras de gráficas verticales SQL" - -#: ../../include/functions_reporting.php:2941 -msgid "SQL Graph Horizontal Bars" -msgstr "Barras de gráficas horizontales SQL" - -#: ../../include/functions_reporting.php:2944 -msgid "SQL Graph Pie" -msgstr "Gráfica SQL circular" - -#: ../../include/functions_reporting.php:3069 -msgid "Netflow Area" -msgstr "Área de netflow" - -#: ../../include/functions_reporting.php:3072 -msgid "Netflow Pie" -msgstr "Tarta Netflow" - -#: ../../include/functions_reporting.php:3075 -msgid "Netflow Data" -msgstr "Datos de netflow" - -#: ../../include/functions_reporting.php:3078 -msgid "Netflow Statistics" -msgstr "Estadísticas de netflow" - -#: ../../include/functions_reporting.php:3081 -msgid "Netflow Summary" -msgstr "Resumen de netflow" - -#: ../../include/functions_reporting.php:3204 -msgid "Prediction Date" -msgstr "Fecha de predicción." - -#: ../../include/functions_reporting.php:3734 -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 "" -"Consulta ilegal: Debido a restricciones de seguridad, hay algunos símbolos o " -"palabras que usted no puede utilizar: * , delete, drop, alter, modify, " -"union, password, pass, insert o update." - -#: ../../include/functions_reporting.php:3831 -msgid "No Address" -msgstr "Sin dirección" - -#: ../../include/functions_reporting.php:4227 -msgid "Minimal" -msgstr "Mínimo" - -#: ../../include/functions_reporting.php:4230 -msgid "Maximun" -msgstr "Máximo" - -#: ../../include/functions_reporting.php:4750 -#: ../../include/functions_reporting.php:4864 -#: ../../include/functions_reporting.php:4993 -msgid "Maximum of events shown" -msgstr "Máximo número de eventos mostrados" - -#: ../../include/functions_reporting.php:5355 -#: ../../include/functions_reporting.php:5392 -msgid "Server health" -msgstr "Salud del servidor" - -#: ../../include/functions_reporting.php:5355 -#, php-format -msgid "%d Downed servers" -msgstr "%d Servidores caidos" - -#: ../../include/functions_reporting.php:5363 -#: ../../include/functions_reporting.php:5395 -msgid "Monitor health" -msgstr "Estado de los monitores" - -#: ../../include/functions_reporting.php:5363 -#, php-format -msgid "%d Not Normal monitors" -msgstr "%d Monitores fuera de la normalidad" - -#: ../../include/functions_reporting.php:5365 -#: ../../include/functions_reporting.php:5396 -msgid "of monitors up" -msgstr "de monitores funcionando" - -#: ../../include/functions_reporting.php:5371 -#: ../../include/functions_reporting.php:5398 -msgid "Module sanity" -msgstr "Estado de los módulos" - -#: ../../include/functions_reporting.php:5371 -#, php-format -msgid "%d Not inited monitors" -msgstr "%d Monitores sin iniciar" - -#: ../../include/functions_reporting.php:5373 -#: ../../include/functions_reporting.php:5399 -msgid "of total modules inited" -msgstr "del total de módulos inic." - -#: ../../include/functions_reporting.php:5379 -#: ../../include/functions_reporting.php:5401 -#: ../../include/functions_reporting_html.php:1922 -msgid "Alert level" -msgstr "Nivel de alerta" - -#: ../../include/functions_reporting.php:5379 +#: ../../enterprise/dashboard/widgets/top_n_events_by_module.php:189 +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:171 +#: ../../include/functions_reporting.php:1093 +#: ../../include/functions_reporting.php:1249 +#: ../../include/functions_reporting.php:1273 +#: ../../include/functions_reporting.php:1298 +#: ../../include/functions_reporting.php:1324 +#: ../../include/functions_reporting.php:1952 +#: ../../include/functions_reporting.php:2132 +#: ../../include/functions_reporting.php:2156 +#: ../../include/functions_reporting.php:2180 +#: ../../include/functions_graph.php:2009 +#: ../../include/functions_graph.php:2089 +#: ../../include/functions_graph.php:2162 +#: ../../include/functions_graph.php:2909 +#: ../../include/functions_graph.php:3358 +#: ../../include/functions_reporting_html.php:2188 +#: ../../include/functions_reporting_html.php:2266 +msgid "other" +msgstr "otro" + +#: ../../enterprise/dashboard/widgets/tactical.php:32 #: ../../include/functions_reporting.php:6370 -#: ../../include/functions_reporting.php:6379 -#, php-format -msgid "%d Fired alerts" -msgstr "%d Alertas lanzadas" - -#: ../../include/functions_reporting.php:5381 -#: ../../include/functions_reporting.php:5402 -msgid "of defined alerts not fired" -msgstr "de alertas definidas no disparadas" - -#: ../../include/functions_reporting.php:5452 -msgid "Defined and fired alerts" -msgstr "Alertas definidas y lanzadas" - -#: ../../include/functions_reporting.php:5507 -#: ../../operation/events/sound_events.php:75 -msgid "Monitor critical" -msgstr "Monitor crítico" - -#: ../../include/functions_reporting.php:5511 -#: ../../operation/events/sound_events.php:76 -msgid "Monitor warning" -msgstr "Monitor warning" - -#: ../../include/functions_reporting.php:5518 -msgid "Monitor normal" -msgstr "Monitor normal" - -#: ../../include/functions_reporting.php:5522 -msgid "Monitor unknown" -msgstr "Monitor desconocido" - -#: ../../include/functions_reporting.php:5529 -msgid "Monitor not init" -msgstr "Monitor no iniciado" - -#: ../../include/functions_reporting.php:5553 -#: ../../include/functions_reporting.php:5564 -msgid "Monitors by status" -msgstr "Monitores por estatus" - -#: ../../include/functions_reporting.php:5610 -#: ../../include/functions_reporting_html.php:2636 -msgid "Total agents and monitors" -msgstr "Total de agentes y monitores" - -#: ../../include/functions_reporting.php:5633 -msgid "Defined users" -msgstr "Usuarios definidos" - -#: ../../include/functions_reporting.php:6271 -msgid "Agent without data" -msgstr "Agente sin datos" - -#: ../../include/functions_reporting.php:6358 -#: ../../include/functions_reporting.php:6365 -#, php-format -msgid "%d Total modules" -msgstr "%d Módulos totales" - -#: ../../include/functions_reporting.php:6359 -#: ../../include/functions_reporting.php:6366 -#, php-format -msgid "%d Normal modules" -msgstr "%d Módulos normales" - -#: ../../include/functions_reporting.php:6360 -#: ../../include/functions_reporting.php:6367 -#, php-format -msgid "%d Critical modules" -msgstr "%d Módulos críticos" - -#: ../../include/functions_reporting.php:6361 -#: ../../include/functions_reporting.php:6368 -#, php-format -msgid "%d Warning modules" -msgstr "%d Módulos en estado de alerta" - -#: ../../include/functions_reporting.php:6362 -#: ../../include/functions_reporting.php:6369 -#, php-format -msgid "%d Unknown modules" -msgstr "%d Módulos desconocidos" - -#: ../../include/functions_reporting.php:6373 -#, php-format -msgid "%d Total agents" -msgstr "%d del total de agentes" - -#: ../../include/functions_reporting.php:6374 -#, php-format -msgid "%d Normal agents" -msgstr "%d Agentes normales" - -#: ../../include/functions_reporting.php:6375 -#, php-format -msgid "%d Critical agents" -msgstr "%d Agentes en estado crítico" - -#: ../../include/functions_reporting.php:6376 -#, php-format -msgid "%d Warning agents" -msgstr "%d Agentes en estado de alerta" - -#: ../../include/functions_reporting.php:6377 -#, php-format -msgid "%d Unknown agents" -msgstr "%d Agentes desconocidos" - -#: ../../include/functions_reporting.php:6378 -#, php-format -msgid "%d not init agents" -msgstr "%d agentes no iniciados" - -#: ../../include/functions_reporting.php:8212 -msgid "Total running modules" -msgstr "Total de módulos en ejecución" - -#: ../../include/functions_reporting.php:8216 -#: ../../include/functions_reporting.php:8233 -#: ../../include/functions_reporting.php:8244 -#: ../../include/functions_reporting.php:8258 -#: ../../include/functions_reporting.php:8270 -#: ../../include/functions_reporting.php:8282 -#: ../../include/functions_reporting.php:8294 -#: ../../include/functions_reporting.php:8310 -msgid "Ratio" -msgstr "Proporción" - -#: ../../include/functions_reporting.php:8216 -#: ../../include/functions_reporting.php:8233 -#: ../../include/functions_reporting.php:8244 -#: ../../include/functions_reporting.php:8258 -#: ../../include/functions_reporting.php:8270 -#: ../../include/functions_reporting.php:8282 -#: ../../include/functions_reporting.php:8294 -#: ../../include/functions_reporting.php:8310 -msgid "Modules by second" -msgstr "Módulos por segundo" - -#: ../../include/functions_reporting.php:8228 -msgid "Local modules" -msgstr "Módulos locales" - -#: ../../include/functions_reporting.php:8240 -msgid "Remote modules" -msgstr "Módulos remotos" - -#: ../../include/functions_reporting.php:8252 -msgid "Network modules" -msgstr "Módulos de red" - -#: ../../include/functions_reporting.php:8266 -msgid "Plugin modules" -msgstr "Módulos de plugin" - -#: ../../include/functions_reporting.php:8278 -msgid "Prediction modules" -msgstr "Módulos de predicciónd" - -#: ../../include/functions_reporting.php:8290 -msgid "WMI modules" -msgstr "Módulos WMI" - -#: ../../include/functions_reporting.php:8302 -msgid "Web modules" -msgstr "Módulos Web" - -#: ../../include/functions_reporting.php:8341 ../../godmode/db/db_main.php:105 -msgid "Total events" -msgstr "Total de eventos" - -#: ../../include/functions.php:217 -msgid "," -msgstr "," - -#: ../../include/functions.php:413 ../../include/functions.php:547 -msgid "s" -msgstr "s" - -#: ../../include/functions.php:414 ../../include/functions.php:548 -msgid "d" -msgstr "d" - -#: ../../include/functions.php:415 ../../include/functions.php:549 -msgid "M" -msgstr "M" - -#: ../../include/functions.php:416 ../../include/functions.php:550 -msgid "Y" -msgstr "Y" - -#: ../../include/functions.php:417 ../../include/functions.php:551 -msgid "m" -msgstr "m" - -#: ../../include/functions.php:418 ../../include/functions.php:552 -msgid "h" -msgstr "h" - -#: ../../include/functions.php:419 ../../include/functions.php:553 -msgid "N" -msgstr "N" - -#: ../../include/functions.php:1001 ../../include/functions_events.php:1401 -msgid "Monitor Critical" -msgstr "Monitor en estado crítico" - -#: ../../include/functions.php:1002 ../../include/functions_events.php:1404 -msgid "Monitor Warning" -msgstr "Monitor en estado de aviso" - -#: ../../include/functions.php:1003 ../../include/functions_events.php:1407 -msgid "Monitor Normal" -msgstr "Monitor en estado normal" - -#: ../../include/functions.php:1005 -msgid "Monitor Unknown" -msgstr "Monitor descon." - -#: ../../include/functions.php:1008 ../../include/functions_events.php:1123 -#: ../../include/functions_events.php:1413 -msgid "Alert recovered" -msgstr "Alerta recuperada" - -#: ../../include/functions.php:1009 ../../include/functions_events.php:1158 -#: ../../include/functions_events.php:1416 -msgid "Alert ceased" -msgstr "Alerta finalizada" - -#: ../../include/functions.php:1010 ../../include/functions_events.php:1419 -msgid "Alert manual validation" -msgstr "Validación manual de alerta" - -#: ../../include/functions.php:1012 -msgid "Agent created" -msgstr "Agente creado" - -#: ../../include/functions.php:1013 ../../include/functions_events.php:1422 -msgid "Recon host detected" -msgstr "Equipo de red detectado con Recon" - -#: ../../include/functions.php:1016 ../../include/functions_events.php:1155 -#: ../../include/functions_events.php:1431 -msgid "Configuration change" -msgstr "Cambio de configuración" - -#: ../../include/functions.php:1978 -msgid "custom" -msgstr "personalizado" - -#: ../../include/functions.php:1983 ../../include/functions.php:1984 -#, php-format -msgid "%s minutes" -msgstr "%s minutos" - -#: ../../include/functions.php:1986 ../../include/functions.php:1987 -#, php-format -msgid "%s hours" -msgstr "%s horas" - -#: ../../include/functions.php:1989 ../../include/functions_netflow.php:1090 -#: ../../include/ajax/module.php:123 -msgid "1 week" -msgstr "1 semana" - -#: ../../include/functions.php:1992 ../../include/functions.php:1993 -#, php-format -msgid "%s months" -msgstr "%s meses" - -#: ../../include/functions.php:1995 ../../include/functions.php:1996 -#, php-format -msgid "%s years" -msgstr "%s años" - -#: ../../include/functions.php:1999 -msgid "Default values will be used" -msgstr "Se usarán valores por defecto" - -#: ../../include/functions.php:2153 -msgid "The uploaded file was only partially uploaded" -msgstr "El fichero se ha subido parcialmente" - -#: ../../include/functions.php:2156 -#: ../../operation/integria_incidents/incident.php:170 -msgid "No file was uploaded" -msgstr "No se subió ningún archivo" - -#: ../../include/functions.php:2159 -msgid "Missing a temporary folder" -msgstr "El directorio temporal no existe" - -#: ../../include/functions.php:2162 -msgid "Failed to write file to disk" -msgstr "No se pudo escribir el fichero a disco" - -#: ../../include/functions.php:2165 -msgid "File upload stopped by extension" -msgstr "Subida de fichero cancelada por la extensión" - -#: ../../include/functions.php:2169 -msgid "Unknown upload error" -msgstr "Error desconocido al subir el fichero" - -#: ../../include/functions.php:2265 -msgid "Source ID" -msgstr "ID Fuente" - -#: ../../include/functions.php:2272 -msgid "No data found to export" -msgstr "Datos no encontrados para exportar" - -#: ../../include/functions.php:2535 -#: ../../operation/gis_maps/render_view.php:123 -msgid "5 seconds" -msgstr "5 segundos" - -#: ../../include/functions.php:2536 -#: ../../operation/gis_maps/render_view.php:124 -msgid "10 seconds" -msgstr "10 segundos" - -#: ../../include/functions.php:2537 -msgid "15 seconds" -msgstr "15 segundos" - -#: ../../include/functions.php:2538 -#: ../../operation/gis_maps/render_view.php:125 -msgid "30 seconds" -msgstr "30 segundos" - -#: ../../include/functions.php:2542 -msgid "15 minutes" -msgstr "15 minutos" - -#: ../../include/functions.php:2543 ../../include/ajax/module.php:118 -msgid "30 minutes" -msgstr "30 minutos" - -#: ../../include/functions_netflow.php:361 -msgid "Total flows" -msgstr "Fluctuaciones totales" - -#: ../../include/functions_netflow.php:366 -msgid "Total bytes" -msgstr "Bytes totales" - -#: ../../include/functions_netflow.php:371 -msgid "Total packets" -msgstr "Paquetes totales" - -#: ../../include/functions_netflow.php:376 -msgid "Average bits per second" -msgstr "Media de bits por segundo" - -#: ../../include/functions_netflow.php:381 -msgid "Average packets per second" -msgstr "Media de paquetes por segundo" - -#: ../../include/functions_netflow.php:386 -msgid "Average bytes per packet" -msgstr "Media de bytes por paquete" - -#: ../../include/functions_netflow.php:1028 -msgid "Area graph" -msgstr "Gráfica del área" - -#: ../../include/functions_netflow.php:1029 -msgid "Pie graph and Summary table" -msgstr "Gráfica de tarta y tabla resumen" - -#: ../../include/functions_netflow.php:1030 -msgid "Statistics table" -msgstr "Tabla de estadísticas" - -#: ../../include/functions_netflow.php:1031 -#: ../../operation/agentes/exportdata.php:321 -msgid "Data table" -msgstr "Tabla de datos" - -#: ../../include/functions_netflow.php:1032 -msgid "Circular mesh" -msgstr "Malla circular" - -#: ../../include/functions_netflow.php:1033 -#: ../../include/functions_netflow.php:1387 -msgid "Host detailed traffic" -msgstr "Tráfico detallado de la máquina" - -#: ../../include/functions_netflow.php:1046 -#: ../../include/functions_netflow.php:1079 -msgid "10 mins" -msgstr "10 minutos" - -#: ../../include/functions_netflow.php:1047 -#: ../../include/functions_netflow.php:1080 -msgid "15 mins" -msgstr "15 minutos" - -#: ../../include/functions_netflow.php:1048 -#: ../../include/functions_netflow.php:1081 -msgid "30 mins" -msgstr "30 minutos" - -#: ../../include/functions_netflow.php:1055 -#: ../../include/functions_netflow.php:1088 -msgid "5 days" -msgstr "5 días" - -#: ../../include/functions_netflow.php:1060 ../../include/ajax/module.php:126 -msgid "3 months" -msgstr "3 meses" - -#: ../../include/functions_netflow.php:1062 -msgid "Last year" -msgstr "En el último año" - -#: ../../include/functions_netflow.php:1063 ../../include/ajax/module.php:129 -msgid "2 years" -msgstr "2 años" - -#: ../../include/functions_netflow.php:1076 -msgid "1 min" -msgstr "1 minuto" - -#: ../../include/functions_netflow.php:1077 -msgid "2 mins" -msgstr "2 minutos" - -#: ../../include/functions_netflow.php:1078 -msgid "5 mins" -msgstr "5 minutos" - -#: ../../include/functions_netflow.php:1129 -#: ../../include/functions_netflow.php:1139 -#: ../../include/functions_netflow.php:1188 -#: ../../include/functions_netflow.php:1246 -#: ../../include/functions_netflow.php:1252 -#: ../../include/functions_netflow.php:1285 -msgid "Aggregate" -msgstr "Agregar" - -#: ../../include/functions_netflow.php:1131 -#: ../../include/functions_netflow.php:1141 -#: ../../include/functions_netflow.php:1158 -#: ../../include/functions_netflow.php:1166 -#: ../../include/functions_netflow.php:1190 -#: ../../operation/integria_incidents/incident.incident.php:97 -#: ../../operation/integria_incidents/incident.list.php:96 -#: ../../operation/netflow/nf_live_view.php:245 -#: ../../godmode/reporting/reporting_builder.item_editor.php:683 -msgid "Resolution" -msgstr "Resolución" - -#: ../../include/functions_netflow.php:1358 -msgid "Sent" -msgstr "Enviado" - -#: ../../include/functions_netflow.php:1365 -msgid "Received" -msgstr "Recibido" - -#: ../../include/functions_netflow.php:1432 -msgid "Error generating report" -msgstr "Error al generar el informe" - -#: ../../include/functions_netflow.php:1629 -msgid "MB" -msgstr "MB" - -#: ../../include/functions_netflow.php:1631 -msgid "MB/s" -msgstr "MB/s" - -#: ../../include/functions_netflow.php:1633 -msgid "kB" -msgstr "kB" - -#: ../../include/functions_netflow.php:1635 -msgid "kB/s" -msgstr "kB/s" - -#: ../../include/functions_netflow.php:1637 -#: ../../include/functions_config.php:424 -#: ../../include/functions_config.php:1309 -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes" -msgstr "Bytes" - -#: ../../include/functions_netflow.php:1639 -msgid "B/s" -msgstr "B/s" - -#: ../../include/functions_netflow.php:1653 -msgid "Dst port" -msgstr "Puerto destino" - -#: ../../include/functions_netflow.php:1655 -msgid "Dst IP" -msgstr "Ip de destino" - -#: ../../include/functions_netflow.php:1657 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Protocol" -msgstr "Protocolo" - -#: ../../include/functions_netflow.php:1659 -msgid "Src IP" -msgstr "IP Orig" - -#: ../../include/functions_netflow.php:1661 -msgid "Src port" -msgstr "Puerto Orig" - -#: ../../include/functions_visual_map.php:895 -msgid "Last value: " -msgstr "Ultimo valor: " - -#: ../../include/functions_visual_map.php:1254 -msgid "Agent successfully added to layout" -msgstr "Agente añadido correctamente a la distribución" - -#: ../../include/functions_visual_map.php:1400 -msgid "Modules successfully added to layout" -msgstr "Módulos añadidos correctamente a la distribución" - -#: ../../include/functions_visual_map.php:1599 -msgid "Agents successfully added to layout" -msgstr "Agentes añadidos con éxito a la plantilla" - -#: ../../include/functions_visual_map.php:1939 -msgid "Cannot load the visualmap" -msgstr "No se puede cargar el mapa visual" - -#: ../../include/functions_visual_map.php:2267 -#: ../../include/functions_visual_map_editor.php:62 -#: ../../include/functions_visual_map_editor.php:578 -#: ../../godmode/reporting/visual_console_builder.elements.php:188 -msgid "Box" -msgstr "caja" - -#: ../../include/functions_visual_map.php:2275 -msgid "Percentile bar" -msgstr "Barra de porcentaje" - -#: ../../include/functions_visual_map.php:2279 -msgid "Static graph" -msgstr "Imagen estática" - -#: ../../include/functions_visual_map.php:2284 -#: ../../include/functions_visual_map_editor.php:574 -#: ../../godmode/reporting/visual_console_builder.elements.php:158 -msgid "Simple Value" -msgstr "Valor simple" - -#: ../../include/functions_visual_map.php:2288 -#: ../../include/functions_visual_map_editor.php:59 -#: ../../include/functions_visual_map_editor.php:167 -#: ../../include/functions_visual_map_editor.php:575 -#: ../../godmode/reporting/graph_builder.graph_editor.php:83 -#: ../../godmode/reporting/visual_console_builder.elements.php:77 -#: ../../godmode/reporting/visual_console_builder.elements.php:178 -#: ../../godmode/reporting/visual_console_builder.wizard.php:257 -msgid "Label" +#: ../../include/functions_reporting_html.php:2725 +msgid "Monitor checks" +msgstr "Comprobaciones de monitores" + +#: ../../enterprise/dashboard/widgets/tactical.php:39 +#: ../../include/functions_reporting.php:9202 +msgid "Server performance" +msgstr "Rendimiento del servidor" + +#: ../../enterprise/dashboard/widgets/tactical.php:44 +#: ../../include/functions_reporting_html.php:1949 +#: ../../include/functions_reporting_html.php:2043 +msgid "Summary" +msgstr "Lista de agentes" + +#: ../../enterprise/dashboard/widgets/tactical.php:63 +#: ../../enterprise/dashboard/widgets/tactical.php:71 +#: ../../enterprise/dashboard/widgets/post.php:36 +#: ../../enterprise/dashboard/widgets/url.php:49 +msgid "Please, configure this widget before use" +msgstr "Por favor, configure este widget antes de usarlo" + +#: ../../enterprise/dashboard/widgets/post.php:23 +msgid "Panel with a message" +msgstr "panel con un mensaje" + +#: ../../enterprise/dashboard/widgets/post.php:26 +msgid "My Post" +msgstr "Mi página" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:26 +msgid "Top N Events by agent." +msgstr "Top N de eventos por agente" + +#: ../../enterprise/dashboard/widgets/top_n_events_by_group.php:28 +msgid "Top N events by agent." +msgstr "Top N de eventos por agente" + +#: ../../enterprise/dashboard/widgets/alerts_fired.php:24 +msgid "Alerts Fired" +msgstr "Alertas disparadas" + +#: ../../enterprise/dashboard/widgets/alerts_fired.php:26 +msgid "Alerts Fired report" +msgstr "Informe de alertas lanzadas" + +#: ../../enterprise/dashboard/widgets/module_icon.php:28 +#, fuzzy +msgid "Module with icon" +msgstr "Definición de módulos" + +#: ../../enterprise/dashboard/widgets/module_icon.php:30 +msgid "Show a value of module and icon" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:88 +#: ../../enterprise/dashboard/widgets/module_table_value.php:73 +#: ../../enterprise/dashboard/widgets/module_value.php:76 +msgid "Text size of value in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:91 +#: ../../enterprise/dashboard/widgets/module_status.php:88 +#: ../../enterprise/dashboard/widgets/module_value.php:79 +msgid "Text size of label in px" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_icon.php:94 +#: ../../enterprise/dashboard/widgets/module_status.php:91 +#, fuzzy +msgid "Size of icon" +msgstr "Tamaño de la colección" + +#: ../../enterprise/dashboard/widgets/network_map.php:30 +msgid "Show a map of the monitored network" +msgstr "Mostrar un mapa de la red monitorizada" + +#: ../../enterprise/dashboard/widgets/network_map.php:42 +msgid "X offset" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:45 +msgid "Introduce x-axis data. Right=positive Left=negative" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:47 +msgid "Y offset" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:50 +msgid "Introduce Y-axis data. Top=positive Bottom=negative" +msgstr "" + +#: ../../enterprise/dashboard/widgets/network_map.php:53 +#, fuzzy +msgid "Zoom level" +msgstr "Nivel de zoom por defecto" + +#: ../../enterprise/dashboard/widgets/network_map.php:56 +msgid "" +"Introduce zoom level. 1 = Highest resolution. Figures may include decimals" +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_status.php:25 +msgid "Maps status" +msgstr "Estado de los mapas" + +#: ../../enterprise/dashboard/widgets/maps_status.php:27 +msgid "General and quick visual maps report" +msgstr "Informe rápido y general de los mapas visuales" + +#: ../../enterprise/dashboard/widgets/maps_status.php:77 +#: ../../godmode/massive/massive_edit_agents.php:387 +msgid "Bad" +msgstr "Mal" + +#: ../../enterprise/dashboard/widgets/module_status.php:28 +#, fuzzy +msgid "Status of module" +msgstr "Lista de módulos" + +#: ../../enterprise/dashboard/widgets/module_status.php:30 +#, fuzzy +msgid "Show status of a module" +msgstr "Mostrar el top N de módulos" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:28 +#, fuzzy +msgid "Show module value in a table" +msgstr "Módulo habilitado satisfactoriamente" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:30 +#, fuzzy +msgid "Show a value of module in a table" +msgstr "Cambiar a la tabla de alertas" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:76 +#, fuzzy +msgid "Separator of data" +msgstr "Separador" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:78 +msgid "Carriage Return" +msgstr "" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:79 +#, fuzzy +msgid "Vertical Bar" +msgstr "Barras verticales" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:80 +#, fuzzy +msgid "Semicolon" +msgstr "Segundo" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:81 +#, fuzzy +msgid "Colon" +msgstr "Color" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:82 +#, fuzzy +msgid "Commas" +msgstr "Comandos" + +#: ../../enterprise/dashboard/widgets/module_table_value.php:83 +#, fuzzy +msgid "Blank" +msgstr "Netro" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:27 +msgid "Show a defined custom graph" +msgstr "Mostrar una gráfica personalizada definida" + +#: ../../enterprise/dashboard/widgets/custom_graph.php:72 +msgid "You don't have access" +msgstr "No tiene acceso" + +#: ../../enterprise/dashboard/widgets/events_list.php:28 +msgid "Latest events list" +msgstr "Última lista de eventos" + +#: ../../enterprise/dashboard/widgets/events_list.php:39 +msgid "Limit" +msgstr "Límite" + +#: ../../enterprise/dashboard/widgets/events_list.php:47 +#: ../../include/functions_events.php:1502 +#: ../../include/functions_events.php:1521 +msgid "All event" +msgstr "Todos los eventos" + +#: ../../enterprise/dashboard/widgets/events_list.php:48 +#: ../../include/functions_events.php:1504 +#: ../../include/functions_events.php:1527 +msgid "Only validated" +msgstr "Solo validados" + +#: ../../enterprise/dashboard/widgets/events_list.php:49 +msgid "Only pending" +msgstr "Solo pendientes" + +#: ../../enterprise/dashboard/widgets/tree_view.php:24 +msgid "Show the tree view" +msgstr "Mostrar la vista de árbol" + +#: ../../enterprise/dashboard/widgets/tree_view.php:41 +#, fuzzy +msgid "Tab" msgstr "Etiqueta" -#: ../../include/functions_visual_map_editor.php:53 -#: ../../include/functions_visual_map_editor.php:326 +#: ../../enterprise/dashboard/widgets/tree_view.php:47 +#, fuzzy +msgid "Open all nodes" +msgstr "Mostrar todos los módulos" + +#: ../../enterprise/dashboard/widgets/tree_view.php:58 +#, fuzzy +msgid "Agents status" +msgstr "Estado de agente" + +#: ../../enterprise/dashboard/widgets/tree_view.php:60 +#, fuzzy +msgid "Filter agents" +msgstr "Filtrar agente" + +#: ../../enterprise/dashboard/widgets/tree_view.php:71 +#, fuzzy +msgid "Modules status" +msgstr "Estado del módulo" + +#: ../../enterprise/dashboard/widgets/tree_view.php:82 +msgid "" +"The user doesn't have permission to read agents. Please contact with your " +"pandora administrator." +msgstr "" +"El usuario no tiene permiso para leer los agentes. Por favor contacte con su " +"administrador de Pandora" + +#: ../../enterprise/dashboard/widgets/tree_view.php:89 +msgid "This widget only working in desktop version." +msgstr "" + +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:25 +msgid "Map made by user" +msgstr "Mapa hecho por el usuario" + +#: ../../enterprise/dashboard/widgets/maps_made_by_user.php:27 +msgid "Show a map made by user" +msgstr "Mostrar un mapa hecho por el usuario" + +#: ../../enterprise/dashboard/widgets/single_graph.php:29 +msgid "Single graph" +msgstr "Gráfico simple" + +#: ../../enterprise/dashboard/widgets/single_graph.php:31 +msgid "Show a graph of an agent module" +msgstr "Mostrar una gráfica de un módulo de agente" + +#: ../../enterprise/dashboard/widgets/module_value.php:28 +#, fuzzy +msgid "Show module value" +msgstr "Mostrar módulos" + +#: ../../enterprise/dashboard/widgets/module_value.php:30 +#, fuzzy +msgid "Show a value of module" +msgstr "Mostrar todos los módulos" + +#: ../../enterprise/dashboard/widgets/example.php:23 +msgid "Welcome message to Pandora FMS" +msgstr "Mensaje de bienvenida de Pandora FMS" + +#: ../../enterprise/dashboard/widgets/example.php:26 +msgid "Welcome" +msgstr "Bienvenido/a" + +#: ../../enterprise/dashboard/widgets/example.php:40 +msgid "This is an example of a dashboard widget. A widget may contain elements" +msgstr "" +"Éste es un ejemplo de un widget del dashboard. Un widget puede contener " +"elementos." + +#: ../../enterprise/dashboard/widgets/example.php:41 +msgid "" +"To add more elements, click on \"Add widgets\" on the top of this " +"page." +msgstr "" +"Para añadir más elementos, haga clic en \"Add widgets\" en la parte " +"superior de esta página." + +#: ../../enterprise/dashboard/widgets/example.php:42 +#: ../../enterprise/dashboard/widgets/example.php:44 +msgid "" +"To delete this message, click on the delete button on top right corner of " +"this element." +msgstr "" +"Para eliminar este mensaje, haga clic sobre el botón de la esquina derecha " +"de este elemento." + +#: ../../enterprise/dashboard/widgets/example.php:43 +msgid "" +"To do so, just click on the title and drag and drop it to the desired place." +msgstr "" +"Para hacer eso, haga clic en el título, arrastre y suelte el elemento en el " +"lugar que desee." + +#: ../../enterprise/dashboard/widgets/example.php:45 +msgid "Thanks for using Pandora FMS" +msgstr "Gracias por usar Pandora FMS" + +#: ../../enterprise/dashboard/widgets/service_map.php:24 +#, fuzzy +msgid "Show a service map" +msgstr "Mapa del Servicio" + +#: ../../enterprise/dashboard/widgets/service_map.php:57 +#, fuzzy +msgid "The user doesn't have permission to read agents" +msgstr "" +"El usuario no tiene permiso para leer los agentes. Por favor contacte con su " +"administrador de Pandora" + +#: ../../enterprise/dashboard/widgets/service_map.php:62 +#, fuzzy +msgid "Missing id" +msgstr "Campos de disparado" + +#: ../../enterprise/dashboard/widgets/url.php:23 +msgid "Show the URL content" +msgstr "Mostrar el contenido URL" + +#: ../../enterprise/dashboard/widgets/url.php:26 +msgid "My URL" +msgstr "Mi URL" + +#: ../../enterprise/dashboard/widgets/url.php:67 +msgid "Invalid URL" +msgstr "URL no válida" + +#: ../../enterprise/dashboard/widgets/monitor_health.php:21 +msgid "Global health" +msgstr "Salud global" + +#: ../../enterprise/dashboard/widgets/monitor_health.php:23 +msgid "Show a list of global monitor health" +msgstr "Mostrar una lista global de la salud de los monitores" + +#: ../../enterprise/dashboard/dashboards.php:31 +#: ../../enterprise/mobile/operation/home.php:34 +#, fuzzy +msgid "Dashboards" +msgstr "Dashboard" + +#: ../../enterprise/dashboard/dashboards.php:58 +#, fuzzy +msgid "Successfully duplicate" +msgstr "Duplicado correctamente" + +#: ../../enterprise/dashboard/dashboards.php:59 +#, fuzzy +msgid "Could not be duplicate" +msgstr "No se puede duplicar" + +#: ../../enterprise/dashboard/dashboards.php:88 +#: ../../enterprise/dashboard/main_dashboard.php:275 +#, fuzzy +msgid "Cells" +msgstr "Llamada" + +#: ../../enterprise/dashboard/dashboards.php:100 +#, fuzzy +msgid "There are no dashboards defined." +msgstr "No hay mapas definidos." + +#: ../../enterprise/dashboard/dashboards.php:114 +#, fuzzy, php-format +msgid "Private for (%s)" +msgstr "Privado" + +#: ../../enterprise/dashboard/dashboards.php:141 +#, fuzzy +msgid "New networkmap" +msgstr "No hay mapas de red" + +#: ../../enterprise/dashboard/full_dashboard.php:47 +#: ../../enterprise/dashboard/public_dashboard.php:70 +#, fuzzy +msgid "No slides selected" +msgstr "Ningún servicio seleccionado" + +#: ../../enterprise/dashboard/full_dashboard.php:141 +#, fuzzy +msgid "Exit fullscreen" +msgstr "Pantalla completa" + +#: ../../enterprise/dashboard/full_dashboard.php:195 +#: ../../enterprise/dashboard/public_dashboard.php:217 +#, fuzzy +msgid "Change every" +msgstr "Cambiar propietario" + +#: ../../enterprise/dashboard/full_dashboard.php:222 +#: ../../enterprise/dashboard/public_dashboard.php:250 +msgid "Pause" +msgstr "Pausar" + +#: ../../enterprise/dashboard/full_dashboard.php:244 +#: ../../enterprise/dashboard/public_dashboard.php:276 +#, fuzzy +msgid "Refresh every" +msgstr "Refrescar " + +#: ../../enterprise/dashboard/full_dashboard.php:252 +#: ../../enterprise/dashboard/main_dashboard.php:181 +#: ../../enterprise/dashboard/public_dashboard.php:284 +msgid "Slides mode" +msgstr "Modo diapositivas" + +#: ../../enterprise/dashboard/full_dashboard.php:343 +#: ../../enterprise/dashboard/main_dashboard.php:481 +#: ../../enterprise/dashboard/public_dashboard.php:375 +#, fuzzy +msgid "Slides" +msgstr "Modo diapositivas" + +#: ../../enterprise/dashboard/full_dashboard.php:355 +#: ../../enterprise/dashboard/public_dashboard.php:387 +#, fuzzy +msgid "Until next" +msgstr "Hasta" + +#: ../../enterprise/dashboard/main_dashboard.php:150 +#, fuzzy +msgid "Show link to public dashboard" +msgstr "Mostrar enlace a la Consola Visual pública" + +#: ../../enterprise/dashboard/main_dashboard.php:166 +#: ../../enterprise/dashboard/main_dashboard.php:209 +msgid "Save the actual layout design" +msgstr "Guardar el diseño actual" + +#: ../../enterprise/dashboard/main_dashboard.php:318 +msgid "Private dashboard" +msgstr "Dashboard privado" + +#: ../../enterprise/dashboard/main_dashboard.php:330 +#: ../../godmode/reporting/visual_console_builder.editor.php:140 +#: ../../godmode/reporting/visual_console_builder.editor.php:145 +#: ../../godmode/reporting/visual_console_builder.editor.php:150 +msgid "Action in progress" +msgstr "Acción en curso" + +#: ../../enterprise/dashboard/main_dashboard.php:331 +#: ../../godmode/reporting/visual_console_builder.editor.php:141 +msgid "Loading in progress" +msgstr "Carga en curso" + +#: ../../enterprise/dashboard/main_dashboard.php:338 +msgid "Error: there are cells not empty." +msgstr "Error: las celdas no pueden star vacias" + +#: ../../enterprise/dashboard/main_dashboard.php:343 +msgid "Error save conf dashboard" +msgstr "Error al guardar el conf del dashboard" + +#: ../../enterprise/dashboard/main_dashboard.php:408 +msgid "Add widget" +msgstr "Agregar widget" + +#: ../../enterprise/dashboard/main_dashboard.php:413 +msgid "Add new widget" +msgstr "Añadir nuevo widget" + +#: ../../enterprise/dashboard/main_dashboard.php:415 +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, que están tratando de añadir un widget en una celda vacía. Por favor, " +"guarde el diseño antes de añadir cualquier control en esta celda." + +#: ../../enterprise/dashboard/main_dashboard.php:419 +#, fuzzy +msgid "There are unsaved changes" +msgstr "No hay agentes" + +#: ../../enterprise/dashboard/widget.php:62 #: ../../godmode/reporting/visual_console_builder.data.php:121 #: ../../godmode/reporting/visual_console_builder.elements.php:111 +#: ../../include/functions_visual_map_editor.php:53 +#: ../../include/functions_visual_map_editor.php:338 msgid "Background" msgstr "Imagen de fondo" -#: ../../include/functions_visual_map_editor.php:54 -#: ../../include/functions_visual_map_editor.php:571 -#: ../../godmode/reporting/visual_console_builder.elements.php:138 -#: ../../godmode/reporting/visual_console_builder.wizard.php:104 -msgid "Static Graph" -msgstr "Icono" - -#: ../../include/functions_visual_map_editor.php:55 -#: ../../include/functions_visual_map_editor.php:572 -#: ../../godmode/reporting/visual_console_builder.wizard.php:105 -msgid "Percentile Item" -msgstr "Item percentual" - -#: ../../include/functions_visual_map_editor.php:57 -#: ../../godmode/reporting/visual_console_builder.wizard.php:107 -msgid "Simple value" -msgstr "Valor simple" - -#: ../../include/functions_visual_map_editor.php:57 -msgid "" -"To use 'label'field, you should write\n" -"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " -"printed at the end." +#: ../../enterprise/dashboard/widget.php:65 +msgid "Empty for a transparent background color or CSS compatible value" msgstr "" -"Para usar el campo \"etiqueta\", debe escribir\n" -"\t\t\t\t\tun teto para reemplazar '(_VALUE_)' y el valor del módulo se " -"pintará al final." -#: ../../include/functions_visual_map_editor.php:95 -#: ../../include/functions_visual_map_editor.php:119 -msgid "Border color" -msgstr "Color del borde" +#: ../../enterprise/dashboard/widget.php:294 +msgid "Configure widget" +msgstr "Configurar widget" -#: ../../include/functions_visual_map_editor.php:131 -msgid "Border width" -msgstr "Ancho del borde" +#: ../../enterprise/dashboard/widget.php:299 +msgid "Delete widget" +msgstr "Eliminar widget" -#: ../../include/functions_visual_map_editor.php:140 -msgid "Fill color" -msgstr "Color de relleno" +#: ../../enterprise/dashboard/widget.php:320 +msgid "Config widget" +msgstr "Configurar el widget" -#: ../../include/functions_visual_map_editor.php:198 -msgid "Enable link" -msgstr "Activar enlace" +#: ../../enterprise/dashboard/widget.php:330 +msgid "Please configure this widget before usage" +msgstr "Por favor, configure este widget antes de su uso" -#: ../../include/functions_visual_map_editor.php:217 -msgid "Background color" -msgstr "Color de fondo" +#: ../../enterprise/dashboard/widget.php:333 +msgid "Widget cannot be loaded" +msgstr "El widget no se puede cargar" -#: ../../include/functions_visual_map_editor.php:219 -msgid "White" -msgstr "Blanco" +#: ../../enterprise/dashboard/widget.php:334 +msgid "Please, configure the widget again to recover it" +msgstr "Por favor, configure el widget otra vez para recuperarlo" -#: ../../include/functions_visual_map_editor.php:220 -msgid "Black" -msgstr "Netro" - -#: ../../include/functions_visual_map_editor.php:221 -msgid "Transparent" -msgstr "Transparente" - -#: ../../include/functions_visual_map_editor.php:317 -#: ../../godmode/reporting/visual_console_builder.wizard.php:153 -msgid "Min value" -msgstr "Valor mínimo" - -#: ../../include/functions_visual_map_editor.php:318 -#: ../../include/functions_visual_map_editor.php:360 -#: ../../godmode/reporting/visual_console_builder.wizard.php:154 -#: ../../godmode/reporting/visual_console_builder.wizard.php:167 -msgid "Max value" -msgstr "Valor max." - -#: ../../include/functions_visual_map_editor.php:319 -#: ../../godmode/reporting/visual_console_builder.wizard.php:155 -msgid "Avg value" -msgstr "Valor medio" - -#: ../../include/functions_visual_map_editor.php:333 -msgid "Original Size" -msgstr "Tamaño original" - -#: ../../include/functions_visual_map_editor.php:340 -msgid "Aspect ratio" -msgstr "Relación de aspecto" - -#: ../../include/functions_visual_map_editor.php:341 -msgid "Width proportional" -msgstr "Ancho proporcional" - -#: ../../include/functions_visual_map_editor.php:347 -msgid "Height proportional" -msgstr "Altura proporcional" - -#: ../../include/functions_visual_map_editor.php:376 -#: ../../include/functions_visual_map_editor.php:395 -#: ../../godmode/reporting/visual_console_builder.wizard.php:187 -msgid "Value to show" -msgstr "Valor a mostrar" - -#: ../../include/functions_visual_map_editor.php:477 -msgid "For use the original image file size, set 0 width and 0 height." +#: ../../enterprise/dashboard/widget.php:422 +msgid "If propagate acl is activated, this group will include its child groups" msgstr "" -"Para usar el tamaño original de la imagen, coloque en 0 el ancho y en 0 el " -"alto." -#: ../../include/functions_visual_map_editor.php:504 -#: ../../godmode/reporting/visual_console_builder.elements.php:81 -msgid "Map linked" -msgstr "Mapa enlazado" +#: ../../enterprise/mobile/operation/dashboard.php:84 +#, fuzzy +msgid "Dashboards list" +msgstr "Réplica del dashboard" -#: ../../include/functions_visual_map_editor.php:513 -msgid "Lines haven't advanced options" -msgstr "Las líneas no tienen opciones avanzadas" +#: ../../enterprise/mobile/operation/dashboard.php:104 +#, fuzzy +msgid "No Dashboards" +msgstr "Agrupar dashboards" -#: ../../include/functions_visual_map_editor.php:540 -msgid "Click start point
of the line" -msgstr "Haga clic en el punto de inicio
de la línea" - -#: ../../include/functions_visual_map_editor.php:545 -msgid "Click end point
of the line" -msgstr "Haga clic en el punto final
de la línea" - -#: ../../include/functions_visual_map_editor.php:586 -msgid "Show grid" -msgstr "Mostrar cuadrícula" - -#: ../../include/functions_visual_map_editor.php:588 -msgid "Delete item" -msgstr "Borrar elemento" - -#: ../../include/functions_visual_map_editor.php:589 -msgid "Copy item" -msgstr "Copiar elemento" - -#: ../../include/functions_visual_map_editor.php:617 -msgid "No image or name defined." -msgstr "No se ha definido ningun nombre o imagen" - -#: ../../include/functions_visual_map_editor.php:619 -msgid "No label defined." -msgstr "No se ha definido una etiqueta." - -#: ../../include/functions_visual_map_editor.php:621 -msgid "No image defined." -msgstr "No se ha definido ninguna imagen." - -#: ../../include/functions_visual_map_editor.php:623 -msgid "No process defined." -msgstr "No hay proceso definido." - -#: ../../include/functions_visual_map_editor.php:625 -msgid "No Max value defined." -msgstr "No hay valor máximo definido." - -#: ../../include/functions_visual_map_editor.php:627 -msgid "No width defined." -msgstr "No hay margen definido." - -#: ../../include/functions_visual_map_editor.php:629 -msgid "No period defined." -msgstr "No hay periodo definido." - -#: ../../include/functions_visual_map_editor.php:631 -msgid "No agent defined." -msgstr "No hay agente definido." - -#: ../../include/functions_visual_map_editor.php:633 -msgid "No module defined." -msgstr "No hay módulo definido." - -#: ../../include/functions_visual_map_editor.php:636 -msgid "Successfully save the changes." -msgstr "Cambios guardados con éxito" - -#: ../../include/functions_visual_map_editor.php:638 -msgid "Could not be save" -msgstr "No se puede guardar" - -#: ../../include/functions_custom_graphs.php:212 -#: ../../godmode/reporting/reporting_builder.list_items.php:312 -msgid "No items." -msgstr "Sin artículos." - -#: ../../include/functions_planned_downtimes.php:42 -#: ../../include/functions_planned_downtimes.php:678 -#: ../../godmode/agentes/planned_downtime.editor.php:206 -msgid "" -"Not created. Error inserting data. Start time must be higher than the " -"current time" -msgstr "" -"No ha sido creado. Error insertando datos. La fecha de comienzo debe ser " -"mayor que la fecha actual" - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:682 -#: ../../include/functions_planned_downtimes.php:687 -#: ../../include/functions_planned_downtimes.php:695 -#: ../../include/functions_planned_downtimes.php:702 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -msgid "Not created. Error inserting data" -msgstr "No se pudo crear. Error al insertar los datos." - -#: ../../include/functions_planned_downtimes.php:45 -#: ../../include/functions_planned_downtimes.php:683 -#: ../../godmode/agentes/planned_downtime.editor.php:209 -msgid "The end date must be higher than the start date" -msgstr "La fecha de fin debe ser mayor que la fecha de inicio" - -#: ../../include/functions_planned_downtimes.php:50 -#: ../../include/functions_planned_downtimes.php:696 -#: ../../godmode/agentes/planned_downtime.editor.php:217 -#: ../../godmode/agentes/planned_downtime.editor.php:586 -#: ../../godmode/agentes/planned_downtime.editor.php:594 -msgid "The end time must be higher than the start time" -msgstr "La hora de fin debe ser mayor que la fecha de inicio" - -#: ../../include/functions_planned_downtimes.php:53 -#: ../../include/functions_planned_downtimes.php:703 -#: ../../godmode/agentes/planned_downtime.editor.php:220 -#: ../../godmode/agentes/planned_downtime.editor.php:575 -msgid "The end day must be higher than the start day" -msgstr "El día de fin debe ser mayor que el día de inicio" - -#: ../../include/functions_planned_downtimes.php:94 -#: ../../include/functions_planned_downtimes.php:717 -#: ../../godmode/agentes/planned_downtime.editor.php:269 -msgid "Each planned downtime must have a different name" -msgstr "Cada parada de servicio planeada debe tener un nombre diferente" - -#: ../../include/functions_planned_downtimes.php:100 -#: ../../include/functions_planned_downtimes.php:722 -#: ../../godmode/agentes/planned_downtime.editor.php:274 -#: ../../godmode/agentes/planned_downtime.editor.php:301 -msgid "Planned downtime must have a name" -msgstr "La parada de servicio planeada debe tener un nombre" - -#: ../../include/functions_planned_downtimes.php:560 -msgid "Succesful stopped the Downtime" -msgstr "La parada planificada se ha detenido correctamente" - -#: ../../include/functions_planned_downtimes.php:561 -msgid "Unsuccesful stopped the Downtime" -msgstr "La parada planificada no ha podido ser detenida" - -#: ../../include/functions_planned_downtimes.php:660 -#, php-format -msgid "Enabled %s elements from the downtime" -msgstr "Habilitar %s elementos desde la parada" - -#: ../../include/functions_planned_downtimes.php:688 -#: ../../godmode/agentes/planned_downtime.editor.php:212 -msgid "The end date must be higher than the current time" -msgstr "La fecha fin debería ser posterior a la fecha actual" - -#: ../../include/functions_planned_downtimes.php:785 -msgid "This planned downtime are executed now. Can't delete in this moment." -msgstr "" -"Esta parada planificada se está ejecutando. No se puede borrar en este " -"momento." - -#: ../../include/functions_planned_downtimes.php:790 -msgid "Deleted this planned downtime successfully." -msgstr "Parada planificada borrada con éxito" - -#: ../../include/functions_planned_downtimes.php:792 -msgid "Problems for deleted this planned downtime." -msgstr "Problemas al borrar la parada planificada" - -#: ../../include/functions_reporting_html.php:63 -#: ../../include/functions_reporting_html.php:2554 -#: ../../godmode/agentes/planned_downtime.editor.php:500 -msgid "From:" -msgstr "Desde:" - -#: ../../include/functions_reporting_html.php:64 -#: ../../include/functions_reporting_html.php:2555 -#: ../../godmode/agentes/planned_downtime.editor.php:511 -msgid "To:" -msgstr "Hasta:" - -#: ../../include/functions_reporting_html.php:577 -msgid "Events by Severity" -msgstr "Eventos por gravedad" - -#: ../../include/functions_reporting_html.php:1036 -#: ../../include/functions_reporting_html.php:2432 -msgid "Monitors" -msgstr "Monitores" - -#: ../../include/functions_reporting_html.php:1265 -#, php-format -msgid "Agent '%s'" -msgstr "Agente '%s'" - -#: ../../include/functions_reporting_html.php:1279 -#, php-format -msgid "Interface '%s' throughput graph" -msgstr "Interfaz '%s' gráfico de rendimiento" - -#: ../../include/functions_reporting_html.php:1282 -msgid "Mac" -msgstr "Mac" - -#: ../../include/functions_reporting_html.php:1283 -msgid "Actual status" -msgstr "Estado actual" - -#: ../../include/functions_reporting_html.php:1509 -msgid "Empty modules" -msgstr "Módulos vacíos" - -#: ../../include/functions_reporting_html.php:1516 -msgid "Warning
Critical" -msgstr "Warning
Critical" - -#: ../../include/functions_reporting_html.php:1714 -msgid "Agent max" -msgstr "Máximo agente" - -#: ../../include/functions_reporting_html.php:1717 -msgid "Agent min" -msgstr "Minimo agente" - -#: ../../include/functions_reporting_html.php:1921 -#: ../../operation/tree.php:163 -msgid "Module status" -msgstr "Estado del módulo" - -#: ../../include/functions_reporting_html.php:1986 -#: ../../operation/users/user_edit.php:196 -#: ../../operation/snmpconsole/snmp_view.php:517 -#: ../../operation/search_users.php:38 -#: ../../godmode/users/configure_user.php:438 -#: ../../godmode/users/user_list.php:266 -msgid "User ID" -msgstr "ID usuario" - -#: ../../include/functions_reporting_html.php:2042 -#: ../../include/functions_reporting_html.php:2270 -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "Times fired" -msgstr "Veces disparada" - -#: ../../include/functions_reporting_html.php:2091 -msgid "Alerts not fired" -msgstr "Alertas no disparadas" - -#: ../../include/functions_reporting_html.php:2100 -msgid "Total alerts monitored" -msgstr "Alertas totales monitorizadas" - -#: ../../include/functions_reporting_html.php:2151 -msgid "Total monitors" -msgstr "Total de monitores" - -#: ../../include/functions_reporting_html.php:2152 -msgid "Monitors down on period" -msgstr "Monitores inactivos en un periodo" - -#: ../../include/functions_reporting_html.php:2168 -msgid "Monitors OK" -msgstr "Monitores en buen estado" - -#: ../../include/functions_reporting_html.php:2169 -msgid "Monitors BAD" -msgstr "Monitores en mal estado" - -#: ../../include/functions_reporting_html.php:2243 -#, php-format -msgid "Agents in group: %s" -msgstr "Agentes en el grupo: %s" - -#: ../../include/functions_reporting_html.php:2336 -msgid "Last failure" -msgstr "Último fallo" - -#: ../../include/functions_reporting_html.php:2400 -msgid "N/A(*)" -msgstr "N/A(*)" - -#: ../../include/functions_reporting_html.php:2574 -msgid "Agents critical" -msgstr "Agentes críticos" - -#: ../../include/functions_reporting_html.php:2577 -msgid "Agents warning" -msgstr "Agentes warning" - -#: ../../include/functions_reporting_html.php:2583 -msgid "Agents ok" -msgstr "Agentes ok" - -#: ../../include/functions_reporting_html.php:2592 -msgid "Agents not init" -msgstr "Agentes no inicializados" - -#: ../../include/functions_reporting_html.php:2603 -#: ../../include/functions_reporting_html.php:2612 -msgid "Agents by status" -msgstr "Agentes por estado" - -#: ../../include/functions_reporting_html.php:2656 -#: ../../include/functions_reporting_html.php:2665 -msgid "Node overview" -msgstr "Resumen de nodos" - -#: ../../include/functions_reporting_html.php:2683 -#: ../../include/functions_reporting_html.php:2700 -#: ../../general/shortcut_bar.php:189 ../../general/shortcut_bar.php:191 -msgid "Critical events" -msgstr "Eventos en estado \"crítico\"" - -#: ../../include/functions_reporting_html.php:2687 -#: ../../include/functions_reporting_html.php:2704 -msgid "Warning events" -msgstr "Eventos en advertencia" - -#: ../../include/functions_reporting_html.php:2691 -#: ../../include/functions_reporting_html.php:2708 -msgid "OK events" -msgstr "Eventos OK" - -#: ../../include/functions_reporting_html.php:2695 -#: ../../include/functions_reporting_html.php:2712 -msgid "Unknown events" -msgstr "Eventos desconocidos" - -#: ../../include/functions_reporting_html.php:2735 -msgid "Important Events by Criticity" -msgstr "Eventos importantes por criticidad" - -#: ../../include/functions_reporting_html.php:2761 -msgid "Last activity in Pandora FMS console" -msgstr "Última actividad en la consola de Pandora FMS" - -#: ../../include/functions_reporting_html.php:2837 -msgid "Events info (1hr.)" -msgstr "Información de Eventos (1hr.)" - -#: ../../include/functions_events.php:865 -#: ../../operation/agentes/tactical.php:192 -msgid "Latest events" -msgstr "Últimos eventos" - -#: ../../include/functions_events.php:1000 -msgid "Events -by module-" -msgstr "Eventos-por módulo-" - -#: ../../include/functions_events.php:1010 -#: ../../operation/events/event_statistics.php:37 -#: ../../operation/agentes/tactical.php:207 -msgid "Event graph" -msgstr "Gráfica de eventos" - -#: ../../include/functions_events.php:1015 -#: ../../operation/events/event_statistics.php:61 -#: ../../operation/agentes/tactical.php:213 -msgid "Event graph by agent" -msgstr "Gráfica de eventos por agente" - -#: ../../include/functions_events.php:1120 -msgid "Going to unknown" -msgstr "Cambiando a estado desconocido" - -#: ../../include/functions_events.php:1126 -msgid "Alert manually validated" -msgstr "Alerta validada manualmente" - -#: ../../include/functions_events.php:1129 -msgid "Going from critical to warning" -msgstr "Cayendo de crítico a advertencia" - -#: ../../include/functions_events.php:1133 -msgid "Going down to critical state" -msgstr "Cayendo a estado crítico" - -#: ../../include/functions_events.php:1137 -msgid "Going up to normal state" -msgstr "Subiendo a estado normal" - -#: ../../include/functions_events.php:1140 -msgid "Going down from normal to warning" -msgstr "Cayendo de normal a advertencia" - -#: ../../include/functions_events.php:1149 -msgid "Recon server detected a new host" -msgstr "El servidor Recon detectó un equipo nuevo" - -#: ../../include/functions_events.php:1152 -msgid "New agent created" -msgstr "Agente nuevo creado" - -#: ../../include/functions_events.php:1165 -msgid "Unknown type:" -msgstr "Tipo desconocido:" - -#: ../../include/functions_events.php:1502 -#: ../../include/functions_events.php:1523 -msgid "Only new" -msgstr "Solo nuevos" - -#: ../../include/functions_events.php:1504 -#: ../../include/functions_events.php:1529 -msgid "Only in process" -msgstr "Solo en proceso" - -#: ../../include/functions_events.php:1505 -#: ../../include/functions_events.php:1532 -msgid "Only not validated" -msgstr "Solo no validados" - -#: ../../include/functions_events.php:1576 -msgid "Agent address" -msgstr "Dirección del agente" - -#: ../../include/functions_events.php:1577 -msgid "Agent id" -msgstr "Identificacion del agente" - -#: ../../include/functions_events.php:1579 -msgid "Module Agent address" -msgstr "Dirección del módulo de agente" - -#: ../../include/functions_events.php:1671 -msgid "Change owner" -msgstr "Cambiar propietario" - -#: ../../include/functions_events.php:1710 -msgid "Change status" -msgstr "Cambiar estado" - -#: ../../include/functions_events.php:1716 -#: ../../include/functions_events.php:1722 -msgid "In process" -msgstr "En proceso" - -#: ../../include/functions_events.php:1749 -#: ../../include/functions_events.php:2559 -msgid "Add comment" -msgstr "Añadir comentario" - -#: ../../include/functions_events.php:1756 -#: ../../include/functions_events.php:1758 -#: ../../operation/events/events.build_table.php:579 -msgid "Delete event" -msgstr "Eliminar evento" - -#: ../../include/functions_events.php:1768 -msgid "Custom responses" -msgstr "Respuesta personalizada" - -#: ../../include/functions_events.php:1968 -msgid "There was an error connecting to the node" -msgstr "Hubo un error conectando al nodo" - -#: ../../include/functions_events.php:2007 -msgid "Agent details" -msgstr "Detalles del agente" - -#: ../../include/functions_events.php:2044 -msgid "View custom fields" -msgstr "Ver campos personalizados" - -#: ../../include/functions_events.php:2056 -msgid "Module details" -msgstr "Detalles del módulo" - -#: ../../include/functions_events.php:2073 -msgid "No assigned" -msgstr "No asignado" - -#: ../../include/functions_events.php:2135 -#: ../../godmode/alerts/alert_view.php:49 -#: ../../godmode/alerts/alert_view.php:324 -msgid "Alert details" -msgstr "Detalles de alerta" - -#: ../../include/functions_events.php:2146 -#: ../../include/functions_events.php:2150 -msgid "Go to data overview" -msgstr "Ir a la vista general de datos" - -#: ../../include/functions_events.php:2293 -#, php-format -msgid "Invalid custom data: %s" -msgstr "Datos personalizados no válidos: %s" - -#: ../../include/functions_events.php:2340 -msgid "First event" -msgstr "Primer evento" - -#: ../../include/functions_events.php:2340 -msgid "Last event" -msgstr "ültimo evento" - -#: ../../include/functions_events.php:2454 -msgid "ID extra" -msgstr "ID extra" - -#: ../../include/functions_events.php:2505 -#: ../../include/functions_events.php:2551 -msgid "There are no comments" -msgstr "No hay comentarios" - -#: ../../include/functions_events.php:2921 -#: ../../include/functions_events.php:2926 -#: ../../operation/snmpconsole/snmp_view.php:397 -#: ../../operation/snmpconsole/snmp_view.php:558 -#: ../../operation/snmpconsole/snmp_view.php:816 -msgid "Not validated" -msgstr "Sin validar" - -#: ../../include/ajax/networkmap.ajax.php:74 -#: ../../include/ajax/networkmap.ajax.php:94 -msgid "Map summary" -msgstr "Resumen del mapa" - -#: ../../include/ajax/double_auth.ajax.php:146 -msgid "" -"This is the private code that you should use with your authenticator app" -msgstr "" -"Este es la clave privada que debería usar con su aplicación de autenticación" - -#: ../../include/ajax/double_auth.ajax.php:147 -#: ../../include/ajax/double_auth.ajax.php:283 -msgid "" -"You could enter the code manually or use the QR code to add it automatically" -msgstr "" -"Puede introducir el código manualmente o usar el código QR para añadirlo " -"automáticamente" - -#: ../../include/ajax/double_auth.ajax.php:153 -#: ../../include/ajax/double_auth.ajax.php:289 -msgid "QR" -msgstr "QR" - -#: ../../include/ajax/double_auth.ajax.php:189 -msgid "You are about to activate the double authentication" -msgstr "Esta a punto de activar la doble autenticación" - -#: ../../include/ajax/double_auth.ajax.php:190 -msgid "" -"With this option enabled, your account access will be more secure, \n" -"\t\tcause a code generated by other application will be required after the " -"login" -msgstr "" -"Con esta opción habilitada, su acceso a la cuenta será más seguro,\n" -"\t\t porque el código generado por otra aplicación se generará despues de " -"conectarse" - -#: ../../include/ajax/double_auth.ajax.php:194 -msgid "" -"You will need to install the app from the following link before continue" -msgstr "" -"Necesitará instalar la aplicación desde el siguiente link antes de continuar" - -#: ../../include/ajax/double_auth.ajax.php:199 -msgid "Download the app" -msgstr "Descargue la aplicación" - -#: ../../include/ajax/double_auth.ajax.php:203 -#: ../../include/ajax/double_auth.ajax.php:294 -msgid "Continue" -msgstr "Continuar" - -#: ../../include/ajax/double_auth.ajax.php:219 -msgid "Are you installed the app yet?" -msgstr "¿Ya ha instalado la aplicación?" - -#: ../../include/ajax/double_auth.ajax.php:247 -#: ../../include/ajax/double_auth.ajax.php:342 -#: ../../include/ajax/double_auth.ajax.php:387 -#: ../../include/ajax/double_auth.ajax.php:501 -#: ../../operation/users/user_edit.php:569 -#: ../../operation/users/user_edit.php:634 -#: ../../operation/users/user_edit.php:705 ../../general/logon_failed.php:21 -msgid "Authentication error" -msgstr "Error de autenticación" - -#: ../../include/ajax/double_auth.ajax.php:254 -#: ../../include/ajax/double_auth.ajax.php:349 -#: ../../include/ajax/double_auth.ajax.php:394 -#: ../../include/ajax/double_auth.ajax.php:509 -#: ../../operation/users/user_edit.php:576 -#: ../../operation/users/user_edit.php:641 -msgid "There was an error loading the data" -msgstr "Se ha producido un error al cargar los datos" - -#: ../../include/ajax/double_auth.ajax.php:277 -msgid "A private code has been generated" -msgstr "Un código privado ha sido generado" - -#: ../../include/ajax/double_auth.ajax.php:282 -msgid "" -"Before continue, you should create a new entry into the authenticator app" -msgstr "" -"Antes de continuar, debería crear una nueva entrada dentro de la aplicación " -"de autenticación" - -#: ../../include/ajax/double_auth.ajax.php:292 -msgid "Refresh code" -msgstr "Refrescar el código" - -#: ../../include/ajax/double_auth.ajax.php:358 -msgid "Are you introduced the code in the authenticator app yet?" -msgstr "¿ Ya ha introducido el código en la aplicación de autenticación?" - -#: ../../include/ajax/double_auth.ajax.php:420 -msgid "Introduce a code generated by the app" -msgstr "Introduce el código generado por la aplicación" - -#: ../../include/ajax/double_auth.ajax.php:421 -msgid "If the code is valid, the double authentication will be activated" -msgstr "Si el código es válido, la doble autenticación se activará" - -#: ../../include/ajax/double_auth.ajax.php:430 -msgid "Validate code" -msgstr "Validar código" - -#: ../../include/ajax/double_auth.ajax.php:481 -msgid "The code is valid, you can exit now" -msgstr "El código es válido, puede salir ahora" - -#: ../../include/ajax/double_auth.ajax.php:497 -msgid "The code is valid, but it was an error saving the data" -msgstr "El código es válido, pero hubo un error guardando los datos" - -#: ../../include/ajax/module.php:130 -msgid "3 years" -msgstr "3 años" - -#: ../../include/ajax/module.php:134 -#: ../../operation/agentes/datos_agente.php:185 -msgid "Choose a time from now" -msgstr "Elija un tiempo a partir de ahora" - -#: ../../include/ajax/module.php:146 -#: ../../operation/agentes/datos_agente.php:188 -msgid "Specify time range" -msgstr "Especificar rango de tiempo" - -#: ../../include/ajax/module.php:307 -#: ../../operation/agentes/datos_agente.php:286 -#: ../../godmode/agentes/module_manager.php:482 -msgid "No available data to show" -msgstr "No hay datos disponibles para mostrar" - -#: ../../include/ajax/module.php:697 -#: ../../operation/agentes/alerts_status.php:415 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../operation/agentes/alerts_status.php:490 -#: ../../operation/agentes/alerts_status.php:524 -msgid "Force execution" -msgstr "Forzar ejecución" - -#: ../../include/ajax/module.php:697 -#: ../../operation/agentes/alerts_status.php:416 -#: ../../operation/agentes/alerts_status.php:457 -#: ../../operation/agentes/alerts_status.php:490 -#: ../../operation/agentes/alerts_status.php:524 -msgid "F." -msgstr "F." - -#: ../../include/ajax/module.php:713 -#: ../../operation/agentes/status_monitor.php:961 -#: ../../godmode/agentes/module_manager.php:524 -msgid "Warn" -msgstr "Advertencia" - -#: ../../include/ajax/module.php:787 ../../include/ajax/module.php:797 -#: ../../godmode/agentes/module_manager.php:620 -#: ../../godmode/agentes/module_manager.php:630 -msgid "Adopted" -msgstr "Adoptado" - -#: ../../include/ajax/module.php:797 ../../include/ajax/module.php:801 -#: ../../godmode/agentes/module_manager.php:630 -#: ../../godmode/agentes/module_manager.php:634 -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Unlinked" -msgstr "Deslinkado" - -#: ../../include/ajax/module.php:1016 -msgid "Any monitors aren't with this filter." -msgstr "No todos los monitores llevan este filtro" - -#: ../../include/ajax/module.php:1019 -msgid "This agent doesn't have any active monitors." -msgstr "Este agente no tiene ningún monitor activo" - -#: ../../include/ajax/update_manager.ajax.php:95 -msgid "Invalid extension. The package must have the extension .oum." -msgstr "Extensión inválida. El paquete debe tener la extensión .oum" - -#: ../../include/ajax/update_manager.ajax.php:102 -msgid "The file was not uploaded succesfully." -msgstr "El fichero no se pudo subir correctamente." - -#: ../../include/ajax/events.php:300 -msgid "Agent fields" -msgstr "Campos de agente" - -#: ../../include/ajax/events.php:308 -msgid "Custom data" -msgstr "Datos personalizado" - -#: ../../include/ajax/events.php:376 -msgid "Error adding comment" -msgstr "Error al añadir comentario" - -#: ../../include/ajax/events.php:377 -msgid "Comment added successfully" -msgstr "Comentario añadido con éxito" - -#: ../../include/ajax/events.php:378 -msgid "Error changing event status" -msgstr "Error al cambiar el estado del evento" - -#: ../../include/ajax/events.php:379 -msgid "Event status changed successfully" -msgstr "Estado del evento cambiado con éxito" - -#: ../../include/ajax/events.php:380 -msgid "Error changing event owner" -msgstr "Error al cambiar propietario del evento" - -#: ../../include/ajax/events.php:381 -msgid "Event owner changed successfully" -msgstr "Propietario del evento cambiado con éxito" - -#: ../../include/graphs/functions_flot.php:213 -msgid "Cancel zoom" -msgstr "Cancelar el zoom" - -#: ../../include/graphs/functions_flot.php:215 -msgid "Warning and Critical thresholds" -msgstr "Umbrales de alerta y critico" - -#: ../../include/graphs/functions_flot.php:218 -msgid "Overview graph" -msgstr "Grafica de vista general" - -#: ../../include/graphs/export_data.php:71 -#: ../../include/graphs/export_data.php:126 -msgid "An error occured exporting the data" -msgstr "Ocurrió un error exportando los datos" - -#: ../../include/functions_config.php:99 -msgid "Failed updated: User did not login." -msgstr "Fallo de actualización: el usuario no se dio de alta" - -#: ../../include/functions_config.php:107 -msgid "Failed updated: User is not admin." -msgstr "Fallo de actualización:el usuario no es administrador" - -#: ../../include/functions_config.php:136 -#: ../../godmode/setup/setup_general.php:56 -msgid "Remote config directory" -msgstr "Directorio remoto de configuración" - -#: ../../include/functions_config.php:143 -#: ../../godmode/setup/setup_general.php:69 -msgid "Automatic check for updates" -msgstr "Chequeo automático de actualizaciones" - -#: ../../include/functions_config.php:153 -#: ../../godmode/setup/setup_general.php:93 -msgid "Enable GIS features in Pandora Console" -msgstr "Activar funcionalidades GIS en Pandora FMS" - -#: ../../include/functions_config.php:155 -#: ../../godmode/setup/setup_general.php:97 -msgid "Enable Integria incidents in Pandora Console" -msgstr "Habilitar incidentes de Integria en Pandora Console" - -#: ../../include/functions_config.php:157 -#: ../../godmode/setup/setup_general.php:169 -msgid "Integria inventory" -msgstr "Inventario Integria" - -#: ../../include/functions_config.php:159 -#: ../../godmode/setup/setup_general.php:149 -msgid "Integria API password" -msgstr "Contraseña de la API de Integria" - -#: ../../include/functions_config.php:161 -#: ../../godmode/setup/setup_general.php:140 -msgid "Integria URL" -msgstr "Integria URL" - -#: ../../include/functions_config.php:163 -#: ../../godmode/setup/setup_general.php:173 -msgid "Enable Netflow" -msgstr "Activar Netflow" - -#: ../../include/functions_config.php:170 -#: ../../godmode/setup/setup_general.php:213 -msgid "Sound for Alert fired" -msgstr "Sonido para alertas" - -#: ../../include/functions_config.php:172 -#: ../../godmode/setup/setup_general.php:218 -msgid "Sound for Monitor critical" -msgstr "Sonido para monitores Críticos" - -#: ../../include/functions_config.php:174 -#: ../../godmode/setup/setup_general.php:223 -msgid "Sound for Monitor warning" -msgstr "Sonido para monitores Warning" - -#: ../../include/functions_config.php:185 -msgid "License information" -msgstr "Información sobre la licencia" - -#: ../../include/functions_config.php:191 -#: ../../godmode/setup/setup_general.php:232 -msgid "Referer security" -msgstr "Seguridad de Referer" - -#: ../../include/functions_config.php:193 -#: ../../godmode/setup/setup_general.php:240 -msgid "Event storm protection" -msgstr "Protección de tormenta de eventos" - -#: ../../include/functions_config.php:195 -#: ../../godmode/setup/setup_general.php:249 -msgid "Command Snapshot" -msgstr "captura de comando" - -#: ../../include/functions_config.php:197 -#: ../../godmode/setup/setup_general.php:254 -msgid "Server logs directory" -msgstr "Directorio de logs del servidor" - -#: ../../include/functions_config.php:199 -#: ../../godmode/setup/setup_general.php:263 -msgid "Tutorial mode" -msgstr "Modo Tutorial" - -#: ../../include/functions_config.php:201 -#: ../../godmode/setup/setup_general.php:270 -msgid "Allow create planned downtimes in the past" -msgstr "" -"Permitir la creación de paradas planificadas con fecha anterior a la actual" - -#: ../../include/functions_config.php:203 -#: ../../godmode/setup/setup_general.php:275 -msgid "Limit parameters massive" -msgstr "Límites de los parámetros masivos" - -#: ../../include/functions_config.php:228 -msgid "Replication DB engine" -msgstr "Motor BD replicación" - -#: ../../include/functions_config.php:230 -msgid "Replication DB host" -msgstr "Host de la BD de réplica" - -#: ../../include/functions_config.php:232 -msgid "Replication DB database" -msgstr "Nombre de la BD de réplica" - -#: ../../include/functions_config.php:234 -msgid "Replication DB user" -msgstr "Usuario de la BD de réplica" - -#: ../../include/functions_config.php:236 -msgid "Replication DB password" -msgstr "Password de la BD de réplica" - -#: ../../include/functions_config.php:238 -msgid "Replication DB port" -msgstr "Puerto de la BD de réplica" - -#: ../../include/functions_config.php:366 -#: ../../godmode/setup/performance.php:50 -msgid "Max. days before delete traps" -msgstr "Nº max. de días antes de borrar traps SNMP" - -#: ../../include/functions_config.php:368 -#: ../../godmode/setup/performance.php:56 -msgid "Max. days before delete string data" -msgstr "Nº max. de días antes de borrar datos de tipo texto" - -#: ../../include/functions_config.php:372 -#: ../../godmode/setup/performance.php:59 -msgid "Max. days before delete GIS data" -msgstr "Nº max. de días antes de borrar información GIS" - -#: ../../include/functions_config.php:374 -#: ../../godmode/setup/performance.php:62 -msgid "Max. days before purge" -msgstr "Máx. días antes de eliminar datos" - -#: ../../include/functions_config.php:376 -#: ../../godmode/setup/performance.php:68 -msgid "Max. days before delete unknown modules" -msgstr "Máximo de días antes de borrar módulos desconocidos" - -#: ../../include/functions_config.php:378 -#: ../../godmode/setup/performance.php:65 -msgid "Max. days before compact data" -msgstr "Máx. días antes de comprimir datos" - -#: ../../include/functions_config.php:380 -#: ../../godmode/setup/performance.php:80 -msgid "Compact interpolation in hours (1 Fine-20 bad)" -msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" - -#: ../../include/functions_config.php:384 -#: ../../godmode/setup/performance.php:97 -msgid "Use realtime statistics" -msgstr "Usar estadísticas en tiempo real" - -#: ../../include/functions_config.php:386 -#: ../../godmode/setup/performance.php:101 -msgid "Batch statistics period (secs)" -msgstr "Período de las estadísticas programadas (En segundos)" - -#: ../../include/functions_config.php:390 -#: ../../godmode/setup/performance.php:108 -msgid "Max. recommended number of files in attachment directory" -msgstr "Max. número de archivos recomendado para el directorio attachment" - -#: ../../include/functions_config.php:392 -#: ../../godmode/setup/performance.php:111 -msgid "Delete not init modules" -msgstr "Borrar módulos no inicializados" - -#: ../../include/functions_config.php:409 -#: ../../godmode/setup/setup_visuals.php:308 -msgid "Graph color #4" -msgstr "Color de la gráfica #4" - -#: ../../include/functions_config.php:411 -#: ../../godmode/setup/setup_visuals.php:312 -msgid "Graph color #5" -msgstr "Color de la gráfica #5" - -#: ../../include/functions_config.php:413 -#: ../../godmode/setup/setup_visuals.php:316 -msgid "Graph color #6" -msgstr "Color de la gráfica #6" - -#: ../../include/functions_config.php:415 -#: ../../godmode/setup/setup_visuals.php:320 -msgid "Graph color #7" -msgstr "Color de la gráfica #7" - -#: ../../include/functions_config.php:417 -#: ../../godmode/setup/setup_visuals.php:324 -msgid "Graph color #8" -msgstr "Color de la gráfica #8" - -#: ../../include/functions_config.php:419 -#: ../../godmode/setup/setup_visuals.php:328 -msgid "Graph color #9" -msgstr "Color de la gráfica #9" - -#: ../../include/functions_config.php:421 -#: ../../godmode/setup/setup_visuals.php:332 -msgid "Graph color #10" -msgstr "Color de la gráfica #10" - -#: ../../include/functions_config.php:430 -#: ../../godmode/setup/setup_visuals.php:117 -msgid "Style template" -msgstr "Plantilla de estilo" - -#: ../../include/functions_config.php:436 -msgid "Show QR code header" -msgstr "Mostrar código QR en la cabecera" - -#: ../../include/functions_config.php:438 -#: ../../godmode/setup/setup_visuals.php:122 -msgid "Status icon set" -msgstr "Icono de estado en" - -#: ../../include/functions_config.php:440 -#: ../../godmode/setup/setup_visuals.php:225 -msgid "Font path" -msgstr "Ruta de la tipografía" - -#: ../../include/functions_config.php:448 -#: ../../godmode/setup/setup_visuals.php:132 -msgid "Login background" -msgstr "Imagen de fondo de la pantalla de login" - -#: ../../include/functions_config.php:450 -#: ../../godmode/setup/setup_visuals.php:74 -msgid "Default interval for refresh on Visual Console" -msgstr "Intervalo de refresco en la consola visual por defecto" - -#: ../../include/functions_config.php:452 -#: ../../godmode/setup/setup_visuals.php:400 -msgid "Default line thickness for the Visual Console" -msgstr "Grosor de línea por defecto de la Consola Visual" - -#: ../../include/functions_config.php:454 -#: ../../include/functions_config.php:456 -#: ../../godmode/setup/setup_visuals.php:255 -msgid "Agent size text" -msgstr "Tamaño del texto del agente" - -#: ../../include/functions_config.php:458 -#: ../../godmode/setup/setup_visuals.php:263 -msgid "Module size text" -msgstr "Tamaño del nombre del modulo" - -#: ../../include/functions_config.php:460 -#: ../../include/functions_config.php:462 -#: ../../godmode/setup/setup_visuals.php:271 -msgid "Description size text" -msgstr "Tamaño del texto de la descripción" - -#: ../../include/functions_config.php:464 -#: ../../godmode/setup/setup_visuals.php:275 -msgid "Item title size text" -msgstr "Tamaño del texto de los títulos" - -#: ../../include/functions_config.php:466 -#: ../../godmode/setup/setup_visuals.php:189 -msgid "GIS Labels" -msgstr "Etiquetas GIS" - -#: ../../include/functions_config.php:468 -#: ../../godmode/setup/setup_visuals.php:201 -msgid "Default icon in GIS" -msgstr "Icono GIS por defecto" - -#: ../../include/functions_config.php:470 -#: ../../godmode/setup/setup_visuals.php:170 -msgid "Autohidden menu" -msgstr "Ocultar menú" - -#: ../../include/functions_config.php:472 -#: ../../godmode/setup/setup_visuals.php:154 -msgid "Fixed header" -msgstr "Cabecera fija" - -#: ../../include/functions_config.php:474 -#: ../../godmode/setup/setup_visuals.php:162 -msgid "Fixed menu" -msgstr "Menú fijo" - -#: ../../include/functions_config.php:476 -msgid "Paginate module" -msgstr "Paginar vista de módulos" - -#: ../../include/functions_config.php:478 -#: ../../godmode/setup/setup_visuals.php:509 -msgid "Custom graphviz directory" -msgstr "Directorio personalizado graphviz" - -#: ../../include/functions_config.php:480 -#: ../../godmode/setup/setup_visuals.php:516 -msgid "Networkmap max width" -msgstr "Máximo ancho de Networkmap" - -#: ../../include/functions_config.php:482 -#: ../../godmode/setup/setup_visuals.php:364 -msgid "Shortened module graph data" -msgstr "Gráfica de modulo de datos ordenado" - -#: ../../include/functions_config.php:486 -#: ../../godmode/setup/setup_visuals.php:344 -msgid "Default line thickness for the Custom Graph." -msgstr "Espesor de la línea predeterminada para el gráfico personalizado." - -#: ../../include/functions_config.php:488 -msgid "Default type of module charts." -msgstr "Tipo de gráficas de módulos por defecto." - -#: ../../include/functions_config.php:513 -msgid "Add the custom post process" -msgstr "Añadir la personalización al proceso posterior" - -#: ../../include/functions_config.php:520 -msgid "Delete the custom post process" -msgstr "Borrar la personalización al proceso posterior" - -#: ../../include/functions_config.php:593 -#: ../../godmode/setup/setup_netflow.php:41 -msgid "Data storage path" -msgstr "Ruta de almacenamiento de datos" - -#: ../../include/functions_config.php:595 -#: ../../godmode/setup/setup_netflow.php:45 -msgid "Daemon interval" -msgstr "Intervalo del demonio" - -#: ../../include/functions_config.php:597 -#: ../../godmode/setup/setup_netflow.php:49 -msgid "Daemon binary path" -msgstr "Ruta de demonio binario" - -#: ../../include/functions_config.php:599 -#: ../../godmode/setup/setup_netflow.php:52 -msgid "Nfdump binary path" -msgstr "Ruta binaria Nfdump" - -#: ../../include/functions_config.php:601 -#: ../../godmode/setup/setup_netflow.php:55 -msgid "Nfexpire binary path" -msgstr "Ruta binaria Nfexpire" - -#: ../../include/functions_config.php:603 -#: ../../godmode/setup/setup_netflow.php:58 -msgid "Maximum chart resolution" -msgstr "Máxima resolución de gráfica" - -#: ../../include/functions_config.php:607 -#: ../../include/functions_config.php:613 -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Netflow max lifetime" -msgstr "Tiempo máximo del Netflow" - -#: ../../include/functions_config.php:609 -#: ../../godmode/setup/setup_netflow.php:68 -msgid "Name resolution for IP address" -msgstr "Resolver direcciones IP para obtener sus nombres de máquina" - -#: ../../include/functions_config.php:647 -#, php-format -msgid "Failed updated: the next values cannot update: %s" -msgstr "" -"Actualización fracasada: los siguientes valores no pueden ser actualizados:%s" - -#: ../../include/functions_config.php:1451 -msgid "Default password for \"Admin\" user has not been changed." -msgstr "" -"La contraseña por defecto para el usuario \"Admin\" no ha sido cambiada." - -#: ../../include/functions_config.php:1452 -msgid "" -"Please change the default password because is a common vulnerability " -"reported." -msgstr "" -"Por favor cambie la contraseña por defecto ya que es una vulnerabilidad " -"comunmente reportada." - -#: ../../include/functions_config.php:1458 -msgid "You can not get updates until you renew the license." -msgstr "No puede obtener actualizaciones hasta que no renueve la licencia" - -#: ../../include/functions_config.php:1459 -msgid "This license has expired." -msgstr "Esta licencia ha expirado" - -#: ../../include/functions_config.php:1464 -msgid "" -"Please check that the web server has write rights on the " -"{HOMEDIR}/attachment directory" -msgstr "" -"Compruebe que el servidor web tiene permisos de escritura en el directorio " -"{HOMEDIR}/directorio_de_adjuntos" - -#: ../../include/functions_config.php:1477 -msgid "Remote configuration directory is not readble for the console" -msgstr "El directorio de configuración remota no es legible por la consola" - -#: ../../include/functions_config.php:1483 -#: ../../include/functions_config.php:1490 -msgid "Remote configuration directory is not writtable for the console" -msgstr "" -"El directorio de configuración remoto no es modificable por la consola" - -#: ../../include/functions_config.php:1501 -msgid "" -"There are too much files in attachment directory. This is not fatal, but you " -"should consider cleaning up your attachment directory manually" -msgstr "" -"Hay demasiados archivos en el directorio «attachment». Este no es un error " -"fatal, pero debería considerar limpiar el directorio manualmente." - -#: ../../include/functions_config.php:1501 -msgid "files" -msgstr "archivos" - -#: ../../include/functions_config.php:1502 -msgid "Too much files in your tempora/attachment directory" -msgstr "Demasiados archivos en el directorio /attachment" - -#: ../../include/functions_config.php:1519 -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 "" -"Tu base de datos no está bien mantenida. Parece que han pasado más de 48hr " -"de un buen mantenimiento. Por favor revise la documentación de Pandora FMS " -"acerca de como ejecutar este proceso de mantenimiento (pandora_db.pl) y " -"habilítelo lo antes posible" - -#: ../../include/functions_config.php:1520 -msgid "Database maintance problem" -msgstr "Problema en el mantenimiento de la base de datos" - -#: ../../include/functions_config.php:1526 -msgid "" -"Your defined font doesnt exist or is not defined. Please check font " -"parameters in your config" -msgstr "" -"La fuente definida no existe o no ha sido definida. Por favor compruebe los " -"paremetros de la fuente en su configuración" - -#: ../../include/functions_config.php:1527 -msgid "Default font doesnt exist" -msgstr "La fuente por defecto no existe" - -#: ../../include/functions_config.php:1532 -msgid "You need to restart server after altering this configuration setting." -msgstr "" -"Es necesario reiniciar el servidor después de modificar esta configuración" - -#: ../../include/functions_config.php:1533 -msgid "" -"Event storm protection is activated. No events will be generated during this " -"mode." -msgstr "" -"La protección contra tormentas de eventos está activada. Los eventos no " -"serán generados durante este modo" - -#: ../../include/functions_config.php:1540 -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 "" -"Pandora FMS tiene el modo \"develop_bypass\" habilitado. Esto es un modo de " -"desarrollo y debe ser deshabilitado en un sistema de producción. Este valor " -"está escrito en el archivo principal index.php" - -#: ../../include/functions_config.php:1541 -msgid "Developer mode is enabled" -msgstr "El modo «desarrollador» está activado" - -#: ../../include/functions_config.php:1550 -msgid "Error first setup Open update" -msgstr "Error en la primera configuración de Open update" - -#: ../../include/functions_config.php:1556 -msgid "" -"There is a new update available. Please go to Administration:Setup:Update Manager for more details." -msgstr "" -"Existe una nueva actualización. Por favor ve a Administración:Configuración:Update Manager para más " -"detalles." - -#: ../../include/functions_config.php:1557 -msgid "New update of Pandora Console" -msgstr "Nueva actualización de la consola de Pandora" - -#: ../../include/functions_config.php:1571 -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 "" -"Para deshabilitar, hay que poner safe_mode = Off en el fichero de " -"configuración de PHP (php.ini). (Después de los cambios, hay que reiniciar " -"Apache)" - -#: ../../include/functions_config.php:1572 -msgid "PHP safe mode is enabled. Some features may not properly work." -msgstr "" -"El modo seguro de PHP está activado. Algunas funcionalidades pueden no " -"funcionar correctamente" - -#: ../../include/functions_config.php:1577 -#, php-format -msgid "Recommended value is %s" -msgstr "El valor recomendado es '%s'" - -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -msgid "Unlimited" -msgstr "Sin límite" - -#: ../../include/functions_config.php:1577 -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1606 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator (Dont forget restart apache process after changes)" -msgstr "" -"Por favor, cambielo en su fichero de configuración de PHP (php.ini) o " -"contacte con un administrador (No olvide reiniciar el proceso apache tras " -"los cambios)" - -#: ../../include/functions_config.php:1578 -#: ../../include/functions_config.php:1584 -#: ../../include/functions_config.php:1592 -#: ../../include/functions_config.php:1600 -#, php-format -msgid "Not recommended '%s' value in PHP configuration" -msgstr "Valor '%s' no recomendado en la configuración de PHP" - -#: ../../include/functions_config.php:1583 -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "Recommended value is: %s" -msgstr "El valor recomendado es: %s" - -#: ../../include/functions_config.php:1591 -#: ../../include/functions_config.php:1599 -#, php-format -msgid "%s or greater" -msgstr "%s o mayor" - -#: ../../include/functions_config.php:1599 -msgid "" -"Please, change it on your PHP configuration file (php.ini) or contact with " -"administrator" -msgstr "" -"Por favor, cámbielo en su fichero de configuración de PHP (php.ini) o " -"contacte con un administrador" - -#: ../../include/functions_config.php:1605 -msgid "" -"Variable disable_functions containts functions system() or exec(), in PHP " -"configuration file (php.ini)" -msgstr "" -"La variable disable_functions contiene las funciones system() o exec() en el " -"fichero de configuración de php (php.ini)" - -#: ../../include/functions_config.php:1606 -msgid "Problems with disable functions in PHP.INI" -msgstr "Problemas para desactivar funciones en PHP.INI" - -#: ../../include/get_file.php:45 -msgid "Security error. Please contact the administrator." -msgstr "Error de seguridad. Contacte con el administrador" - -#: ../../include/get_file.php:55 -msgid "File is missing in disk storage. Please contact the administrator." -msgstr "" -"El archivo no se encuentra en disco, por favor, contacte con el " -"administrador." - -#: ../../include/functions_users.php:377 -#, php-format -msgid "User %s login at %s" -msgstr "Usuario %s entró a las %s" - -#: ../../include/functions_users.php:438 -#, php-format -msgid "User %s was deleted in the DB at %s" -msgstr "El usuario %s fué borrado en la base de datos el %s" - -#: ../../include/functions_users.php:443 -#, php-format -msgid "User %s logout at %s" -msgstr "Usuario %s salió a las %s" - -#: ../../include/class/Tree.class.php:1468 -msgid "NO DATA" -msgstr "SIN DATOS" +#: ../../enterprise/mobile/operation/dashboard.php:137 +#, fuzzy +msgid "Dashboard name" +msgstr "Dashboard" #: ../../extras/pandora_diag.php:90 msgid "Pandora FMS Diagnostic tool" @@ -24267,2369 +23625,2167 @@ msgstr "Elemento" msgid "Data value" msgstr "valor de los datos" -#: ../../operation/menu.php:37 -msgid "Views" -msgstr "Vistas" - -#: ../../operation/menu.php:54 ../../operation/agentes/estado_agente.php:142 -#: ../../godmode/agentes/agent_manager.php:165 -msgid "Agent detail" -msgstr "Detalle de agente" - -#: ../../operation/menu.php:59 ../../operation/agentes/status_monitor.php:41 -msgid "Monitor detail" -msgstr "Detalle de monitores" - -#: ../../operation/menu.php:62 ../../operation/users/user_edit.php:296 -#: ../../operation/agentes/alerts_status.php:126 -msgid "Alert detail" -msgstr "Detalle de alertas" - -#: ../../operation/menu.php:72 -msgid "Netflow Live View" -msgstr "Netflow en tiempo real" - -#: ../../operation/menu.php:83 ../../operation/events/events_rss.php:185 -msgid "SNMP" -msgstr "SNMP" - -#: ../../operation/menu.php:89 -msgid "SNMP console" -msgstr "Consola SNMP" - -#: ../../operation/menu.php:90 -msgid "SNMP browser" -msgstr "Navegador SNMP" - -#: ../../operation/menu.php:91 -#: ../../operation/snmpconsole/snmp_mib_uploader.php:30 -msgid "MIB uploader" -msgstr "Cargador MIB" - -#: ../../operation/menu.php:108 -msgid "Topology maps" -msgstr "Mapas topológicos" - -#: ../../operation/menu.php:183 ../../operation/gis_maps/gis_map.php:31 -#: ../../operation/gis_maps/index.php:26 -msgid "GIS Maps" -msgstr "Mapas GIS" - -#: ../../operation/menu.php:188 -msgid "List of Gis maps" -msgstr "Lista de mapas Gis" - -#: ../../operation/menu.php:236 -#: ../../operation/reporting/reporting_viewer.php:130 -#: ../../operation/reporting/custom_reporting.php:27 -#: ../../godmode/reporting/reporting_builder.php:343 -#: ../../godmode/reporting/reporting_builder.php:365 -#: ../../godmode/reporting/reporting_builder.php:1780 -msgid "Custom reporting" -msgstr "Informes personalizados" - -#: ../../operation/menu.php:243 ../../operation/reporting/graph_viewer.php:161 -#: ../../godmode/reporting/graphs.php:71 -msgid "Custom graphs" -msgstr "Gráficas personalizadas" - -#: ../../operation/menu.php:278 -msgid "RSS" -msgstr "RSS" - -#: ../../operation/menu.php:283 -msgid "CSV File" -msgstr "Archivo CSV" - -#: ../../operation/menu.php:288 -msgid "Marquee" -msgstr "Marquesina" - -#: ../../operation/menu.php:296 ../../operation/events/sound_events.php:44 -msgid "Sound Events" -msgstr "Eventos sonoros" - -#: ../../operation/menu.php:308 ../../operation/events/events.php:416 -msgid "Sound Alerts" -msgstr "Alertas sonoras" - -#: ../../operation/menu.php:318 -msgid "Workspace" -msgstr "Área de trabajo" - -#: ../../operation/menu.php:331 -msgid "WebChat" -msgstr "Chat de la Web" - -#: ../../operation/menu.php:348 -#: ../../operation/integria_incidents/incident.php:43 -#: ../../operation/integria_incidents/incident.php:54 -#: ../../operation/agentes/ver_agente.php:867 -#: ../../operation/incidents/incident_statistics.php:30 -#: ../../godmode/agentes/configurar_agente.php:393 -#: ../../godmode/agentes/configurar_agente.php:523 -#: ../../general/firts_task/incidents.php:28 -msgid "Incidents" -msgstr "Incidentes" - -#: ../../operation/menu.php:358 -msgid "List of Incidents" -msgstr "Lista de incidentes" - -#: ../../operation/menu.php:367 ../../operation/messages/message_list.php:43 -#: ../../operation/messages/message_edit.php:46 -msgid "Messages" -msgstr "Mensajes" - -#: ../../operation/menu.php:373 -msgid "Messages List" -msgstr "Lista de mensages" - -#: ../../operation/menu.php:374 -msgid "New message" -msgstr "Mensaje nuevo" - -#: ../../operation/menu.php:388 -msgid "Tools" -msgstr "Herramientas" - -#: ../../operation/menu.php:395 ../../operation/agentes/exportdata.php:36 -msgid "Export data" -msgstr "Exportar datos" - -#: ../../operation/menu.php:399 -msgid "Scheduled downtime" -msgstr "Desconexión programada" - -#: ../../operation/menu.php:403 -msgid "Recon view" -msgstr "Vista Recon" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Extensions" -msgstr "Extensiones" - -#: ../../operation/extensions.php:27 ../../godmode/extensions.php:27 -msgid "Defined extensions" -msgstr "Extensiones definidas" - -#: ../../operation/extensions.php:30 ../../godmode/extensions.php:32 -msgid "There are no extensions defined" -msgstr "No hay extensiones definidas" - -#: ../../operation/integria_incidents/incident.files.php:35 -msgid "Add a file" -msgstr "Añadir un archivo" - -#: ../../operation/integria_incidents/incident.files.php:42 -#: ../../operation/incidents/incident_detail.php:453 -#: ../../operation/incidents/incident_detail.php:505 -msgid "Filename" -msgstr "Nombre del archivo" - -#: ../../operation/integria_incidents/incident.files.php:66 -msgid "Delete file" -msgstr "Borrar archivo" - -#: ../../operation/integria_incidents/incident.incident.php:84 -#: ../../operation/integria_incidents/incident.list.php:100 -#: ../../operation/incidents/incident_detail.php:327 -msgid "Creator" -msgstr "Creador" - -#: ../../operation/integria_incidents/incident.incident.php:93 -msgid "Assigned user" -msgstr "Usuario asignado" - -#: ../../operation/integria_incidents/incident.incident.php:111 -msgid "Resolution epilog" -msgstr "Epílogo de resolución" - -#: ../../operation/integria_incidents/incident_statistics.php:52 -msgid "Opened tickets" -msgstr "Tickets abiertos" - -#: ../../operation/integria_incidents/incident_statistics.php:53 -msgid "Closed tickets" -msgstr "Casos cerrados" - -#: ../../operation/integria_incidents/incident_statistics.php:56 -#: ../../operation/incidents/incident_statistics.php:33 -msgid "Incidents by status" -msgstr "Incidentes por estado" - -#: ../../operation/integria_incidents/incident.php:47 -msgid "New Incident" -msgstr "Nuevo Incidente" - -#: ../../operation/integria_incidents/incident.php:58 -#: ../../operation/incidents/incident_detail.php:233 -msgid "Incident details" -msgstr "Detalles del incidente" - -#: ../../operation/integria_incidents/incident.php:62 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Workunits" -msgstr "Horas de trabajo" - -#: ../../operation/integria_incidents/incident.php:75 -#: ../../operation/incidents/incident.php:28 -msgid "Incident management" -msgstr "Gestión de incidentes" - -#: ../../operation/integria_incidents/incident.php:98 -msgid "Incident updated" -msgstr "Incidente actualizado" - -#: ../../operation/integria_incidents/incident.php:101 +#: ../../godmode/reporting/reporting_builder.php:80 msgid "" -"There was a problem updating the incident, please check if any field was " -"modified and the values are correct." +"Your report has been planned, and the system will email you a PDF with the " +"report as soon as its finished" msgstr "" -"Ocurrió un problema al actualizar el incidente. Compruebe si alguno de los " -"campos fue modificado y si los valores son correctos." +"El informe ha sido planificado y el sistema enviará un email con el informe " +"en PDF" -#: ../../operation/integria_incidents/incident.php:125 -#: ../../operation/incidents/incident.php:141 -msgid "Incident created" -msgstr "Incidente creado" +#: ../../godmode/reporting/reporting_builder.php:81 +msgid "An error has ocurred" +msgstr "Ha ocurrido un error" -#: ../../operation/integria_incidents/incident.php:128 -msgid "There was a problem creating incident" -msgstr "Ocurrió un problema al crear el incidente" - -#: ../../operation/integria_incidents/incident.php:155 -#: ../../operation/incidents/incident_detail.php:173 -msgid "File uploaded" -msgstr "Archivo subido" - -#: ../../operation/integria_incidents/incident.php:158 -msgid "There was a problem uploading file" -msgstr "Ocurrió un problema al subir el fichero" - -#: ../../operation/integria_incidents/incident.php:164 -msgid "File is too big" -msgstr "El archivo es demasiado grande" - -#: ../../operation/integria_incidents/incident.php:167 -msgid "File was partially uploaded. Please try again" -msgstr "El archivo se subió parcialmente. Inténtelo de nuevo." - -#: ../../operation/integria_incidents/incident.php:173 -msgid "Generic upload error" -msgstr "Error de subida genérico" - -#: ../../operation/integria_incidents/incident.php:192 -msgid "File deleted" -msgstr "Archivo eliminado" - -#: ../../operation/integria_incidents/incident.php:195 -msgid "You user doesn't have enough rights to delete this file" -msgstr "Su usuario no tiene permiso para borrar este archivo" - -#: ../../operation/integria_incidents/incident.php:210 -msgid "Incident deleted" -msgstr "Incidente borrado" - -#: ../../operation/integria_incidents/incident.php:213 -msgid "There was a problem deteling incident" -msgstr "Ocurrió un problema al borrar el incidente" - -#: ../../operation/integria_incidents/incident.php:237 -msgid "Workunit added" -msgstr "Hora de trabajo añadida" - -#: ../../operation/integria_incidents/incident.php:240 -msgid "There was a problem adding workunit" -msgstr "Ocurrió un problema al añadir la unidad de trabajo." - -#: ../../operation/integria_incidents/incident.php:339 -msgid "" -"There is a error in the message from your Integria or there is not " -"connection." -msgstr "Existe un error en el mensaje desde su Integria o no hay conexión" - -#: ../../operation/integria_incidents/incident.workunits.php:27 -msgid "Time used" -msgstr "Tiempo empleado" - -#: ../../operation/integria_incidents/incident.workunits.php:28 -msgid "Have cost" -msgstr "Tienen coste" - -#: ../../operation/integria_incidents/incident.workunits.php:29 -#: ../../operation/integria_incidents/incident.workunits.php:61 -msgid "Public" -msgstr "Público" - -#: ../../operation/integria_incidents/incident.workunits.php:42 -msgid "Add workunit" -msgstr "Añadir unidad de trabajo" - -#: ../../operation/integria_incidents/incident.workunits.php:60 -msgid "said" -msgstr "dijo" - -#: ../../operation/integria_incidents/incident.workunits.php:61 -#: ../../operation/integria_incidents/incident.list.php:132 -msgid "Hours" -msgstr "Horas" - -#: ../../operation/integria_incidents/incident.list.php:34 -msgid "Not closed" -msgstr "No cerrado" - -#: ../../operation/integria_incidents/incident.list.php:55 -msgid "Search string" -msgstr "Cadena de búsqueda" - -#: ../../operation/integria_incidents/incident.list.php:94 -#: ../../operation/agentes/ver_agente.php:1037 -#: ../../operation/incidents/incident.php:332 -#: ../../operation/incidents/incident_detail.php:244 -#: ../../godmode/agentes/agent_incidents.php:87 -#: ../../godmode/servers/manage_recontask_form.php:306 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Incident" -msgstr "Incidente" - -#: ../../operation/integria_incidents/incident.list.php:98 -msgid "Started" -msgstr "Iniciado hace" - -#: ../../operation/integria_incidents/incident.list.php:135 -msgid "Delete incident" -msgstr "Borrar incidente" - -#: ../../operation/integria_incidents/incident.list.php:135 -msgid "View incident details" -msgstr "Ver detalles del incidente" - -#: ../../operation/events/event_statistics.php:41 -msgid "Event graph by user" -msgstr "Gráfica de eventos por usuario" - -#: ../../operation/events/events.build_table.php:104 -msgid "Agent Module" -msgstr "Módulo del agente" - -#: ../../operation/events/events.build_table.php:141 -msgid "Extra ID" -msgstr "ID Extra" - -#: ../../operation/events/events.build_table.php:569 -msgid "Validate event" -msgstr "Validar evento" - -#: ../../operation/events/events.build_table.php:584 -#: ../../operation/events/events.php:682 ../../operation/events/events.php:686 -#: ../../operation/events/events.php:856 ../../operation/events/events.php:860 -msgid "Is not allowed delete events in process" -msgstr "No puede borrar eventos en proceso" - -#: ../../operation/events/events.build_table.php:592 -#: ../../operation/snmpconsole/snmp_view.php:658 -msgid "Show more" -msgstr "Mostrar más" - -#: ../../operation/events/events.build_table.php:646 -msgid "Validate selected" -msgstr "Validar selección" - -#: ../../operation/events/events_list.php:178 -#: ../../operation/events/events_list.php:597 -msgid "No filter loaded" -msgstr "No se ha cargado el filtro" - -#: ../../operation/events/events_list.php:180 -#: ../../operation/events/events_list.php:602 -msgid "Filter loaded" -msgstr "Filtro cargado" - -#: ../../operation/events/events_list.php:182 -#: ../../operation/events/events_list.php:246 -#: ../../operation/events/events_list.php:586 -msgid "Save filter" -msgstr "Guardar filtro" - -#: ../../operation/events/events_list.php:184 -#: ../../operation/events/events_list.php:270 -#: ../../operation/events/events_list.php:272 -#: ../../operation/events/events_list.php:590 -#: ../../operation/netflow/nf_live_view.php:311 -msgid "Load filter" -msgstr "Cargar filtro" - -#: ../../operation/events/events_list.php:206 -msgid "New filter" -msgstr "Nuevo filtro" - -#: ../../operation/events/events_list.php:207 -#: ../../operation/events/events_list.php:238 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/netflow/nf_edit_form.php:180 -msgid "Update filter" -msgstr "Actualizar filtro" - -#: ../../operation/events/events_list.php:213 -#: ../../godmode/events/event_edit_filter.php:202 -msgid "Filter name" -msgstr "Nombre del filtro" - -#: ../../operation/events/events_list.php:216 -msgid "Save in Group" -msgstr "Guardar en el grupo" - -#: ../../operation/events/events_list.php:233 -msgid "Overwrite filter" -msgstr "Sobrescribir filtro" - -#: ../../operation/events/events_list.php:425 -#: ../../godmode/events/event_edit_filter.php:272 -msgid "User ack." -msgstr "Validación del usuario" - -#: ../../operation/events/events_list.php:436 -#: ../../godmode/events/event_edit_filter.php:371 -msgid "Module search" -msgstr "Búsqueda por módulo" - -#: ../../operation/events/events_list.php:455 -#: ../../godmode/events/event_edit_filter.php:361 -msgid "Alert events" -msgstr "Eventos de la alerta" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:365 -msgid "Filter alert events" -msgstr "Filtrar eventos de alertas" - -#: ../../operation/events/events_list.php:456 -#: ../../godmode/events/event_edit_filter.php:366 -msgid "Only alert events" -msgstr "Solo eventos de alertas" - -#: ../../operation/events/events_list.php:468 -msgid "Date from" -msgstr "Fecha desde" - -#: ../../operation/events/events_list.php:474 -msgid "Date to" -msgstr "Fecha hasta" - -#: ../../operation/events/events_list.php:485 -#: ../../operation/events/events_list.php:499 -#: ../../godmode/events/event_edit_filter.php:332 -msgid "Events with following tags" -msgstr "Eventos con las siguientes etiquetas" - -#: ../../operation/events/events_list.php:491 -#: ../../operation/events/events_list.php:505 -#: ../../godmode/events/event_edit_filter.php:347 -msgid "Events without following tags" -msgstr "Eventos sin las siguientes etiquetas" - -#: ../../operation/events/events_list.php:562 -#: ../../godmode/events/event_edit_filter.php:287 -msgid "Group events" -msgstr "Eventos agrupados" - -#: ../../operation/events/events_list.php:592 -msgid "Show events graph" -msgstr "Mostrar gráfica de eventos" - -#: ../../operation/events/events_list.php:629 -msgid "Event control filter" -msgstr "Filtro de control de eventos" - -#: ../../operation/events/events_list.php:633 -msgid "Error creating filter." -msgstr "Error creando filtro." - -#: ../../operation/events/events_list.php:634 -msgid "Error creating filter is duplicated." -msgstr "Error creando filtro al estar duplicado." - -#: ../../operation/events/events_list.php:635 -msgid "Filter created." -msgstr "Filtro creado." - -#: ../../operation/events/events_list.php:637 -msgid "Filter updated." -msgstr "Filtro actualizado." - -#: ../../operation/events/events_list.php:638 -msgid "Error updating filter." -msgstr "Error actualizando filtro." - -#: ../../operation/events/events_list.php:972 -msgid "Filter name cannot be left blank" -msgstr "El nombre del filtro no se puede dejar en blanco" - -#: ../../operation/events/events_list.php:1039 -#: ../../operation/events/events_list.php:1123 -msgid "none" -msgstr "Ninguno" - -#: ../../operation/events/events_list.php:1445 -msgid "Events generated -by agent-" -msgstr "Eventos generados -por agente-" - -#: ../../operation/events/events_rss.php:32 -msgid "Your IP is not into the IP list with API access." -msgstr "Su IP no se encuentra en el listado de IPs con acceso a la API." - -#: ../../operation/events/events_rss.php:46 -msgid "The URL of your feed has bad hash." -msgstr "La URL de tu feed tiene mal el hash." - -#: ../../operation/events/events.php:187 -msgid "" -"Event viewer is disabled due event replication. For more information, please " -"contact with the administrator" -msgstr "" -"El visor de eventos está desactivado debido a la replicación de eventos. Por " -"favor, contacte con el administrador para obtener más información." - -#: ../../operation/events/events.php:320 -#: ../../operation/users/user_edit.php:293 ../../godmode/events/events.php:36 -msgid "Event list" -msgstr "Lista de eventos" - -#: ../../operation/events/events.php:325 -msgid "History event list" -msgstr "Lista histórica de eventos" - -#: ../../operation/events/events.php:330 -msgid "RSS Events" -msgstr "Eventos RSS" - -#: ../../operation/events/events.php:335 -msgid "Marquee display" -msgstr "Marquesina deslizante" - -#: ../../operation/events/events.php:340 -msgid "Export to CSV file" -msgstr "Exportar a un archivo CSV" - -#: ../../operation/events/events.php:344 ../../operation/events/events.php:383 -msgid "Sound events" -msgstr "Eventos sonoros" - -#: ../../operation/events/events.php:351 ../../godmode/events/events.php:83 -#: ../../godmode/events/events.php:86 -#: ../../godmode/users/configure_profile.php:306 -msgid "Manage events" -msgstr "Gestionar eventos" - -#: ../../operation/events/events.php:387 -msgid "History" -msgstr "Historial" - -#: ../../operation/events/events.php:423 -msgid "Main event view" -msgstr "Vista principal de eventos" - -#: ../../operation/events/events.php:441 -msgid "No events selected" -msgstr "No se han seleccionado eventos" - -#: ../../operation/events/events.php:467 -msgid "Successfully validated" -msgstr "Validado correctamente" - -#: ../../operation/events/events.php:468 ../../operation/events/events.php:745 -#: ../../operation/events/events.php:897 -msgid "Could not be validated" -msgstr "No se pudo validar" - -#: ../../operation/events/events.php:472 -msgid "Successfully set in process" -msgstr "Correctamente establecido en modo \"en proceso\"" - -#: ../../operation/events/events.php:473 -msgid "Could not be set in process" -msgstr "No se ha podido establecer en modo \"en proceso\"" - -#: ../../operation/events/events.php:780 -msgid "Error deleting event" -msgstr "Error al eliminar evento" - -#: ../../operation/events/sound_events.php:62 -msgid "Sound console" -msgstr "Consola sonora" - -#: ../../operation/users/user_edit.php:86 -#: ../../godmode/users/configure_user.php:90 -msgid "User detail editor" -msgstr "Editor de detalles de usuario" - -#: ../../operation/users/user_edit.php:144 -#: ../../operation/users/user_edit.php:151 -msgid "Password successfully updated" -msgstr "Contraseña actualizada correctamente" - -#: ../../operation/users/user_edit.php:145 -#: ../../operation/users/user_edit.php:152 -#, php-format -msgid "Error updating passwords: %s" -msgstr "Error al actualizar las contraseñas: %s" - -#: ../../operation/users/user_edit.php:157 -msgid "" -"Passwords didn't match or other problem encountered while updating passwords" -msgstr "" -"Las contraseñas no coincidían o se encontró otro problema al actualizar las " -"contraseñas" - -#: ../../operation/users/user_edit.php:168 -#: ../../operation/users/user_edit.php:178 -#: ../../godmode/users/configure_user.php:300 -#: ../../godmode/users/configure_user.php:310 -#: ../../godmode/users/configure_user.php:338 -#: ../../godmode/users/configure_user.php:344 -#: ../../godmode/users/configure_user.php:372 -msgid "User info successfully updated" -msgstr "Información del usuario actualizada correctamente" - -#: ../../operation/users/user_edit.php:169 -#: ../../operation/users/user_edit.php:179 -msgid "Error updating user info" -msgstr "Error al actualizar la información del usuario" - -#: ../../operation/users/user_edit.php:189 -msgid "Edit my User" -msgstr "Editar mi Usuario" - -#: ../../operation/users/user_edit.php:198 -#: ../../godmode/users/configure_user.php:442 -msgid "Full (display) name" -msgstr "Nombre completo" - -#: ../../operation/users/user_edit.php:220 -#: ../../godmode/users/configure_user.php:474 -#: ../../godmode/users/user_list.php:407 -msgid "E-mail" -msgstr "Correo-e" - -#: ../../operation/users/user_edit.php:222 -#: ../../godmode/users/configure_user.php:478 -msgid "Phone number" -msgstr "Número de teléfono" - -#: ../../operation/users/user_edit.php:231 -msgid "New Password" -msgstr "Contraseña nueva" - -#: ../../operation/users/user_edit.php:233 -#: ../../godmode/users/configure_user.php:454 -msgid "Password confirmation" -msgstr "Confirmar contraseña" - -#: ../../operation/users/user_edit.php:241 -msgid "" -"You can not change your password from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"No puede cambiar su contraseña desde Pandora FMS bajo el actual esquema de " -"autenticación" - -#: ../../operation/users/user_edit.php:250 -msgid "If checkbox is clicked then block size global configuration is used" -msgstr "" -"Si se marca el checkbox entonces el tamaño de bloque de la configuración " -"global será usado" - -#: ../../operation/users/user_edit.php:286 -msgid "Shortcut bar" -msgstr "Barra de acceso directo" - -#: ../../operation/users/user_edit.php:286 -msgid "" -"This will activate a shortcut bar with alerts, events, messages... " -"information" -msgstr "" -"Esto activará una barra de acceso directo con alertas, eventos, " -"mensaje...información" - -#: ../../operation/users/user_edit.php:289 -msgid "Home screen" -msgstr "Pantalla de inicio" - -#: ../../operation/users/user_edit.php:289 -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 "" -"El usuario puede personalizar la página principal . Por defecto, desplegará " -"'Detalle del Agente'. Ejemplo: Seleccione 'Otro' y type " -"sec=estado&sec2=operation/agentes/estado_agente para mostrarla vista " -"detallada del agente." - -#: ../../operation/users/user_edit.php:337 -#: ../../godmode/users/configure_user.php:506 -#: ../../godmode/groups/configure_group.php:181 -msgid "Skin" -msgstr "Skin" - -#: ../../operation/users/user_edit.php:354 -msgid "Show information" -msgstr "Mostrar información" - -#: ../../operation/users/user_edit.php:385 -msgid "" -"You can not change your user info from Pandora FMS under the current " -"authentication scheme" -msgstr "" -"No puede cambiar su información de usuario desde Pandora FMS bajo el actual " -"esquema de autenticación" - -#: ../../operation/users/user_edit.php:395 -#: ../../operation/users/user_edit.php:402 -#: ../../godmode/users/configure_user.php:597 -#: ../../godmode/users/configure_user.php:606 -msgid "Profiles/Groups assigned to this user" -msgstr "Perfiles/Grupos asignados a este usuario" - -#: ../../operation/users/user_edit.php:456 -msgid "This user doesn't have any assigned profile/group." -msgstr "Esté usuario no tiene asignado ningún perfil/grupo" - -#: ../../operation/users/user_edit.php:586 -msgid "Double autentication information" -msgstr "Información sobre la doble autenticación" - -#: ../../operation/users/user_edit.php:649 -#: ../../operation/users/user_edit.php:725 -msgid "Double autentication activation" -msgstr "Activación de la doble autenticación" - -#: ../../operation/users/user_edit.php:675 -msgid "The double authentication will be deactivated" -msgstr "La doble autenticación se desactivará" - -#: ../../operation/users/user_edit.php:676 -msgid "Deactivate" -msgstr "Desactivado" - -#: ../../operation/users/user_edit.php:708 -msgid "The double autentication was deactivated successfully" -msgstr "La doble autenticación fue desactivada con éxito" - -#: ../../operation/users/user_edit.php:711 -#: ../../operation/users/user_edit.php:715 -msgid "There was an error deactivating the double autentication" -msgstr "Ha habido un error al desactivar la doble autenticación" - -#: ../../operation/users/webchat.php:71 -msgid "Webchat" -msgstr "Chat de la Web" - -#: ../../operation/users/webchat.php:82 -msgid "Users Online" -msgstr "Usuarios en linea" - -#: ../../operation/users/webchat.php:90 -#: ../../operation/messages/message_edit.php:217 -msgid "Send message" -msgstr "Enviar mensaje" - -#: ../../operation/users/webchat.php:157 -msgid "Connection established...get last 24h messages..." -msgstr "Conexión establecida. Obtener mensajes de las últimas 24 horas" - -#: ../../operation/users/webchat.php:168 -msgid "Error in connection." -msgstr "Error en la conexión" - -#: ../../operation/users/webchat.php:249 -msgid "Error sendding message." -msgstr "Error al enviar mensaje" - -#: ../../operation/users/webchat.php:277 -msgid "Error login." -msgstr "Error al acceder al sistema" - -#: ../../operation/search_modules.php:26 ../../operation/search_agents.php:33 -#: ../../operation/search_reports.php:29 ../../operation/search_maps.php:22 -#: ../../operation/search_graphs.php:24 ../../operation/search_users.php:26 -#: ../../operation/search_alerts.php:27 -msgid "Zero results found" -msgstr "No se encontró ningún resultado" - -#: ../../operation/search_agents.php:109 -#: ../../operation/agentes/ver_agente.php:797 -#: ../../operation/servers/recon_view.php:46 -msgid "Manage" -msgstr "Gestionar" - -#: ../../operation/messages/message_list.php:32 -#: ../../operation/messages/message_edit.php:35 -msgid "Received messages" -msgstr "Mensajes recibidos" - -#: ../../operation/messages/message_list.php:36 -#: ../../operation/messages/message_edit.php:39 -msgid "Sent messages" -msgstr "Mensajes enviados" - -#: ../../operation/messages/message_list.php:40 -#: ../../operation/messages/message_list.php:221 -#: ../../operation/messages/message_edit.php:43 -msgid "Create message" -msgstr "Crear mensaje" - -#: ../../operation/messages/message_list.php:74 -msgid "Not deleted. Error deleting messages" -msgstr "No borrada. Error al suprimir mensajes" - -#: ../../operation/messages/message_list.php:80 -#: ../../operation/messages/message_list.php:88 -msgid "You have" -msgstr "Tiene" - -#: ../../operation/messages/message_list.php:81 -msgid "sent message(s)" -msgstr "Mensaje(s) enviado(s)" - -#: ../../operation/messages/message_list.php:89 -msgid "unread message(s)" -msgstr "mensaje(s) sin leer" - -#: ../../operation/messages/message_list.php:97 -msgid "There are no messages." -msgstr "No hay mensajes." - -#: ../../operation/messages/message_list.php:123 -#: ../../operation/messages/message_edit.php:82 -#: ../../operation/messages/message_edit.php:169 -msgid "Destination" -msgstr "Destino" - -#: ../../operation/messages/message_list.php:125 -#: ../../operation/messages/message_edit.php:79 -#: ../../operation/messages/message_edit.php:160 -msgid "Sender" -msgstr "Remitente" - -#: ../../operation/messages/message_list.php:126 -#: ../../operation/messages/message_edit.php:85 -#: ../../operation/messages/message_edit.php:207 -#: ../../godmode/setup/news.php:161 ../../godmode/setup/news.php:220 -msgid "Subject" -msgstr "Asunto" - -#: ../../operation/messages/message_list.php:136 -msgid "Click to read" -msgstr "Hacer click para leer" - -#: ../../operation/messages/message_list.php:141 -msgid "Mark as unread" -msgstr "Marcar como no leído" - -#: ../../operation/messages/message_list.php:148 -#: ../../operation/messages/message_list.php:153 -msgid "Message unread - click to read" -msgstr "Mensaje sin leer; pulse para leerlo" - -#: ../../operation/messages/message_list.php:180 -msgid "No Subject" -msgstr "Sin asunto" - -#: ../../operation/messages/message_edit.php:60 -msgid "This message does not exist in the system" -msgstr "Este mensaje no existe en el sistema" - -#: ../../operation/messages/message_edit.php:80 -msgid "at" -msgstr "el" - -#: ../../operation/messages/message_edit.php:104 -msgid "wrote" -msgstr "escribió" - -#: ../../operation/messages/message_edit.php:119 -msgid "Reply" -msgstr "Responder" - -#: ../../operation/messages/message_edit.php:136 -#, php-format -msgid "Message successfully sent to user %s" -msgstr "Mensaje enviado correctamente al usuario %s" - -#: ../../operation/messages/message_edit.php:137 -#, php-format -msgid "Error sending message to user %s" -msgstr "Error al enviar el mensaje al usuario %s" - -#: ../../operation/messages/message_edit.php:145 -msgid "Message successfully sent" -msgstr "Mensaje enviado correctamente" - -#: ../../operation/messages/message_edit.php:146 -#, php-format -msgid "Error sending message to group %s" -msgstr "Error al enviar el mensaje al grupo %s" - -#: ../../operation/messages/message_edit.php:203 -msgid "Select user" -msgstr "Seleccionar usuario" - -#: ../../operation/messages/message_edit.php:204 -msgid "OR" -msgstr "O" - -#: ../../operation/messages/message_edit.php:205 -msgid "Select group" -msgstr "Seleccionar grupo" - -#: ../../operation/search_main.php:52 -msgid "Agents found" -msgstr "Agentes encontrados" - -#: ../../operation/search_main.php:54 ../../operation/search_main.php:57 -#: ../../operation/search_main.php:68 ../../operation/search_main.php:71 -#: ../../operation/search_main.php:74 ../../operation/search_main.php:77 -#: ../../operation/search_main.php:80 -#, php-format -msgid "%s Found" -msgstr "%s encontrados" - -#: ../../operation/search_main.php:55 -msgid "Modules found" -msgstr "Módulos encontrados" - -#: ../../operation/search_main.php:66 -msgid "Users found" -msgstr "Usuarios encontrados" - -#: ../../operation/search_main.php:69 -msgid "Graphs found" -msgstr "Gráficas encontradas" - -#: ../../operation/search_main.php:72 -msgid "Reports found" -msgstr "Informes encontrados" - -#: ../../operation/search_main.php:75 -msgid "Maps found" -msgstr "Mapas encontrados" - -#: ../../operation/search_main.php:78 -msgid "Helps found" -msgstr "Ayudas encontradas" - -#: ../../operation/search_main.php:88 -#, php-format -msgid "Show %s of %s. View all matches" -msgstr "Mostrar %s de %s. Ver todas las coincidencias" - -#: ../../operation/snmpconsole/snmp_view.php:83 -#: ../../operation/snmpconsole/snmp_statistics.php:64 -#: ../../godmode/snmpconsole/snmp_alert.php:72 -#: ../../godmode/snmpconsole/snmp_alert.php:76 -#: ../../godmode/snmpconsole/snmp_alert.php:80 -#: ../../godmode/snmpconsole/snmp_filters.php:35 -#: ../../godmode/snmpconsole/snmp_filters.php:38 -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "SNMP Console" -msgstr "Consola SNMP" - -#: ../../operation/snmpconsole/snmp_view.php:404 -msgid "" -"Search by any alphanumeric field in the trap.\n" -"\t\tREMEMBER trap sources need to be searched by IP Address" -msgstr "" - -#: ../../operation/snmpconsole/snmp_view.php:411 -msgid "Search by trap type" -msgstr "Búsqueda por tipo de trap" - -#: ../../operation/snmpconsole/snmp_view.php:425 -msgid "Group by Enterprise String/IP" -msgstr "Agrupado por cadena Enterprise/IP" - -#: ../../operation/snmpconsole/snmp_view.php:457 -#: ../../operation/snmpconsole/snmp_statistics.php:116 -msgid "There are no SNMP traps in database" -msgstr "No hay definido ningún agente SNMP" - -#: ../../operation/snmpconsole/snmp_view.php:503 -#: ../../godmode/snmpconsole/snmp_alert.php:536 -#: ../../godmode/snmpconsole/snmp_alert.php:1051 -#: ../../godmode/snmpconsole/snmp_trap_generator.php:72 -msgid "Enterprise String" -msgstr "Cadena Enterprise" - -#: ../../operation/snmpconsole/snmp_view.php:513 -msgid "Trap subtype" -msgstr "Subtipo trap" - -#: ../../operation/snmpconsole/snmp_view.php:578 -#: ../../operation/snmpconsole/snmp_statistics.php:156 -msgid "View agent details" -msgstr "Ver detalles del agente" - -#: ../../operation/snmpconsole/snmp_view.php:670 -msgid "Variable bindings:" -msgstr "Enlaces variables" - -#: ../../operation/snmpconsole/snmp_view.php:683 -msgid "See more details" -msgstr "Ver más detalles" - -#: ../../operation/snmpconsole/snmp_view.php:696 -msgid "Enterprise String:" -msgstr "Cadena Enterprise" - -#: ../../operation/snmpconsole/snmp_view.php:734 -msgid "Trap type:" -msgstr "Tipo trap:" - -#: ../../operation/snmpconsole/snmp_view.php:762 -msgid "Count:" -msgstr "Contar" - -#: ../../operation/snmpconsole/snmp_view.php:766 -msgid "First trap:" -msgstr "Primer trap:" - -#: ../../operation/snmpconsole/snmp_view.php:770 -msgid "Last trap:" -msgstr "Ultimo trap:" - -#: ../../operation/snmpconsole/snmp_view.php:790 -msgid "No matching traps found" -msgstr "No se encontraron traps coincidentes" - -#: ../../operation/snmpconsole/snmp_statistics.php:127 -msgid "Traps received by source" -msgstr "Traps recibidos por el origen" - -#: ../../operation/snmpconsole/snmp_statistics.php:141 -#: ../../operation/snmpconsole/snmp_statistics.php:199 -msgid "Number" -msgstr "Número" - -#: ../../operation/snmpconsole/snmp_statistics.php:185 -msgid "Traps received by Enterprise String" -msgstr "Traps recibidos por cadena Enterprise" - -#: ../../operation/snmpconsole/snmp_statistics.php:198 -msgid "Trap Enterprise String" -msgstr "Traps Enterprise de cadena" - -#: ../../operation/snmpconsole/snmp_mib_uploader.php:66 -msgid "" -"MIB files will be installed on the system. Please note that a MIB may depend " -"on other MIB. To customize trap definitions use the SNMP trap editor." -msgstr "" -"Ficheros MIB se instalarán en el sistema. Por favor, tenga en cuenta que un " -"MIB puede depender de otro MIB. Para personalizar definiciones de trap, se " -"debe usar el editor de trap SNMP." - -#: ../../operation/snmpconsole/snmp_browser.php:92 -msgid "SNMP Browser" -msgstr "Navegador SNMP" - -#: ../../operation/gis_maps/render_view.php:133 -msgid "Refresh: " -msgstr "Refrescar " - -#: ../../operation/gis_maps/render_view.php:142 -msgid "Show agents by state: " -msgstr "Mostrar agentes por estado " - -#: ../../operation/gis_maps/gis_map.php:29 -#: ../../godmode/gis_maps/configure_gis_map.php:204 -msgid "GIS Maps list" -msgstr "Lista de mapas GIS" - -#: ../../operation/gis_maps/gis_map.php:173 -#: ../../operation/gis_maps/index.php:70 -msgid "No maps found" -msgstr "No se encontraron mapas" - -#: ../../operation/gis_maps/gis_map.php:192 -#: ../../godmode/gis_maps/index.php:135 -msgid "Caution: Do you want delete the map?" -msgstr "Atención: Desea borrar el mapa?" - -#: ../../operation/gis_maps/gis_map.php:199 -#: ../../godmode/gis_maps/index.php:142 -msgid "Do you want to set default the map?" -msgstr "Desea configurar por defecto el mapa?" - -#: ../../operation/gis_maps/gis_map.php:207 -#: ../../godmode/gis_maps/index.php:150 -msgid "There was error on setup the default map." -msgstr "Hubo un error en la configuracion del mapa por defecto." - -#: ../../operation/gis_maps/ajax.php:217 ../../operation/gis_maps/ajax.php:254 -msgid "Position (Lat, Long, Alt)" -msgstr "Posición (Lat, Long, Alt)" - -#: ../../operation/gis_maps/ajax.php:218 -msgid "Start contact" -msgstr "Inicio de contacto" - -#: ../../operation/gis_maps/ajax.php:220 -msgid "Num reports" -msgstr "Informes numéricos" - -#: ../../operation/gis_maps/ajax.php:222 -#: ../../operation/agentes/gis_view.php:186 -msgid "Manual placement" -msgstr "Colocación manual" - -#: ../../operation/gis_maps/ajax.php:258 -msgid "Default position of map." -msgstr "Posición por defecto del mapa" - -#: ../../operation/agentes/exportdata.php:82 -#: ../../operation/agentes/exportdata.excel.php:67 -#: ../../operation/agentes/exportdata.csv.php:68 -msgid "Invalid time specified" -msgstr "Hora especificada no válida" - -#: ../../operation/agentes/exportdata.php:209 -#: ../../operation/agentes/exportdata.excel.php:164 -#: ../../operation/agentes/exportdata.csv.php:181 -msgid "No modules specified" -msgstr "No se especificó ningún módulo" - -#: ../../operation/agentes/exportdata.php:267 -msgid "No modules of type string. You can not calculate their average" -msgstr "No hay módulos de tipo cadena. No puede calcular su media." - -#: ../../operation/agentes/exportdata.php:318 -msgid "Export type" -msgstr "Tipo de exportación" - -#: ../../operation/agentes/exportdata.php:323 -msgid "MS Excel" -msgstr "MS Excel" - -#: ../../operation/agentes/exportdata.php:324 -msgid "Average per hour/day" -msgstr "Media por hora/día" - -#: ../../operation/agentes/snapshot_view.php:66 -msgid "Current data at" -msgstr "Datos actuales a" - -#: ../../operation/agentes/interface_traffic_graph_win.php:48 -#: ../../operation/agentes/stat_win.php:44 -msgid "There was a problem connecting with the node" -msgstr "Hubo un problema conectando con el nodo" - -#: ../../operation/agentes/interface_traffic_graph_win.php:66 -msgid "In" -msgstr "En" - -#: ../../operation/agentes/interface_traffic_graph_win.php:67 -msgid "Out" -msgstr "Fuera" - -#: ../../operation/agentes/interface_traffic_graph_win.php:191 -#: ../../operation/agentes/stat_win.php:252 -msgid "Pandora FMS Graph configuration menu" -msgstr "Menú de configuración de gráficos" - -#: ../../operation/agentes/interface_traffic_graph_win.php:193 -#: ../../operation/agentes/stat_win.php:254 -msgid "Please, make your changes and apply with the Reload button" -msgstr "Haga sus cambios y aplíquelos con el botón Actualizar." - -#: ../../operation/agentes/interface_traffic_graph_win.php:210 -#: ../../operation/agentes/stat_win.php:281 -msgid "Refresh time" -msgstr "Tiempo de actualización" - -#: ../../operation/agentes/interface_traffic_graph_win.php:223 -#: ../../operation/agentes/stat_win.php:322 -#: ../../operation/agentes/graphs.php:146 -#: ../../operation/reporting/graph_viewer.php:195 -msgid "Time range" -msgstr "Rango de tiempo" - -#: ../../operation/agentes/interface_traffic_graph_win.php:229 -#: ../../operation/agentes/stat_win.php:310 -#: ../../operation/agentes/graphs.php:137 -msgid "Zoom factor" -msgstr "Factor de ampliación" - -#: ../../operation/agentes/interface_traffic_graph_win.php:256 -#: ../../operation/agentes/stat_win.php:404 -msgid "Reload" -msgstr "Actualizar" - -#: ../../operation/agentes/custom_fields.php:52 -msgid "No fields defined" -msgstr "No se han definido campos" - -#: ../../operation/agentes/custom_fields.php:59 -#: ../../godmode/alerts/alert_view.php:441 -#: ../../godmode/alerts/alert_view.php:531 -#: ../../godmode/agentes/fields_manager.php:95 -msgid "Field" -msgstr "Campo" - -#: ../../operation/agentes/custom_fields.php:61 -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -msgid "Display on front" -msgstr "Mostrar en la vista principal" - -#: ../../operation/agentes/custom_fields.php:62 -#: ../../godmode/agentes/configure_field.php:51 -#: ../../godmode/agentes/fields_manager.php:96 -msgid "" -"The fields with display on front enabled will be displayed into the agent " -"details" -msgstr "" -"Si esta opción está activada, los campos mostrarán la información en la " -"vista principal." - -#: ../../operation/agentes/estado_monitores.php:35 -msgid "Tag's information" -msgstr "Información de etiquetas" - -#: ../../operation/agentes/estado_monitores.php:81 -msgid "Relationship information" -msgstr "Información de relaciones" - -#: ../../operation/agentes/estado_monitores.php:124 -msgid "" -"To see the list of modules paginated, enable this option in the Styles " -"Configuration." -msgstr "" -"Para ver la lista de módulos con paginación, habilita esta opción en la " -"configuración de estilos." - -#: ../../operation/agentes/estado_monitores.php:125 -msgid "Full list of monitors" -msgstr "Lista completa de monitores" - -#: ../../operation/agentes/estado_monitores.php:150 -msgid "List of modules" -msgstr "Lista de módulos" - -#: ../../operation/agentes/estado_monitores.php:342 -#: ../../operation/agentes/status_monitor.php:1320 -#: ../../operation/tree.php:357 -msgid "Module: " -msgstr "Módulo: " - -#: ../../operation/agentes/estado_monitores.php:420 -msgid "Status:" -msgstr "Estado:" - -#: ../../operation/agentes/estado_monitores.php:426 -msgid "Not Normal" -msgstr "No normal" - -#: ../../operation/agentes/estado_monitores.php:434 -#: ../../operation/agentes/networkmap.php:453 -msgid "Free text for search (*):" -msgstr "Texto libre de búsqueda (*)" - -#: ../../operation/agentes/estado_monitores.php:435 -msgid "Search by module name, list matches." -msgstr "Búsqueda por nombre del módulo, lista las coincidencias." - -#: ../../operation/agentes/estado_monitores.php:449 -msgid "Reset" -msgstr "Reiniciar" - -#: ../../operation/agentes/gis_view.php:55 -#: ../../godmode/agentes/agent_conf_gis.php:40 -msgid "" -"There is no default map. Please go to the setup for to set a default map." -msgstr "" -"No existe un mapa por defecto. Por favor, selecciona uno en la sección de " -"configuración" - -#: ../../operation/agentes/gis_view.php:86 -#: ../../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 SIG para este agente, por lo que es colocado en posición por " -"defecto del mapa." - -#: ../../operation/agentes/gis_view.php:91 -msgid "Last position in " -msgstr "última posición en " - -#: ../../operation/agentes/gis_view.php:98 -msgid "Period to show data as path" -msgstr "periodo para mostrar datos como ruta" - -#: ../../operation/agentes/gis_view.php:102 -msgid "Refresh path" -msgstr "refrescar ruta" - -#: ../../operation/agentes/gis_view.php:105 -msgid "Positional data from the last" -msgstr "Datos de posición desde el último" - -#: ../../operation/agentes/gis_view.php:144 -msgid "This agent doesn't have any GIS data." -msgstr "Este agente no tiene ningún dato GIS." - -#: ../../operation/agentes/gis_view.php:172 -#, php-format -msgid "%s Km" -msgstr "%s Km" - -#: ../../operation/agentes/gis_view.php:178 -#: ../../godmode/setup/gis_step_2.php:300 -msgid "Longitude" -msgstr "Longitud" - -#: ../../operation/agentes/gis_view.php:179 -#: ../../godmode/setup/gis_step_2.php:296 -msgid "Latitude" -msgstr "Latitud" - -#: ../../operation/agentes/gis_view.php:180 -#: ../../godmode/setup/gis_step_2.php:304 -msgid "Altitude" -msgstr "Altitud" - -#: ../../operation/agentes/gis_view.php:184 -msgid "Distance" -msgstr "Distancia" - -#: ../../operation/agentes/gis_view.php:185 -msgid "# of Packages" -msgstr "# de paquetes" - -#: ../../operation/agentes/gis_view.php:189 -msgid "positional data" -msgstr "datos de posición" - -#: ../../operation/agentes/agent_fields.php:38 -#: ../../operation/agentes/status_monitor.php:530 -msgid "Agent custom fields" -msgstr "Campos personalizados de agente" - -#: ../../operation/agentes/ver_agente.php:715 -msgid "Sons" -msgstr "Hijos" - -#: ../../operation/agentes/ver_agente.php:853 -#: ../../godmode/agentes/configurar_agente.php:349 -msgid "GIS data" -msgstr "Datos GIS" - -#: ../../operation/agentes/ver_agente.php:921 -msgid "Log Viewer" -msgstr "Visor de sucesos" - -#: ../../operation/agentes/ver_agente.php:1025 -#: ../../godmode/agentes/configurar_agente.php:519 -msgid "Gis" -msgstr "Gis" - -#: ../../operation/agentes/group_view.php:100 -msgid "Summary of the status groups" -msgstr "Resumen de los grupos por estatus" - -#: ../../operation/agentes/group_view.php:151 -msgid "Not Init" -msgstr "No iniciado" - -#: ../../operation/agentes/group_view.php:391 -#: ../../operation/agentes/estado_agente.php:589 -#: ../../godmode/agentes/modificar_agente.php:572 -msgid "There are no defined agents" -msgstr "No hay ningún agente definido" - -#: ../../operation/agentes/datos_agente.php:165 -msgid "Received data from" -msgstr "Datos recibidos de" - -#: ../../operation/agentes/datos_agente.php:172 -msgid "Main database" -msgstr "Base de datos principal" - -#: ../../operation/agentes/datos_agente.php:173 -msgid "" -"Switch between the main database and the history database to retrieve module " -"data" -msgstr "" -"Cambiar entre base de datos principal y de histórico para recoger los datos " -"de los módulos" - -#: ../../operation/agentes/datos_agente.php:202 -#: ../../operation/agentes/alerts_status.functions.php:97 -msgid "Free text for search" -msgstr "Búsqueda de texto libre" - -#: ../../operation/agentes/estado_agente.php:153 -msgid "Sucessfully deleted agent" -msgstr "Agente borrado correctamente" - -#: ../../operation/agentes/estado_agente.php:155 -msgid "There was an error message deleting the agent" -msgstr "Hubo errores al intentar borrar el agente" - -#: ../../operation/agentes/status_events.php:31 -#: ../../operation/agentes/status_events.php:32 -msgid "Latest events for this agent" -msgstr "Últimos eventos para este agente" - -#: ../../operation/agentes/stat_win.php:112 -msgid "There was a problem locating the source of the graph" -msgstr "Hubo un problema al localizar la fuente del gráfico" - -#: ../../operation/agentes/stat_win.php:289 -msgid "Avg. Only" -msgstr "Solo la media" - -#: ../../operation/agentes/stat_win.php:304 -msgid "Begin time" -msgstr "Comenzar el tiempo" - -#: ../../operation/agentes/stat_win.php:329 -#: ../../operation/agentes/graphs.php:150 -msgid "Show events" -msgstr "Mostrar eventos" - -#: ../../operation/agentes/stat_win.php:340 -msgid "" -"Show events is disabled because this Pandora node is set the event " -"replication." -msgstr "" -"Los eventos no se muestran porque este nodo de Pandora tiene la replicación " -"de eventos activada." - -#: ../../operation/agentes/stat_win.php:346 -#: ../../operation/agentes/graphs.php:152 -msgid "Show alerts" -msgstr "Mostrar alertas" - -#: ../../operation/agentes/stat_win.php:352 -msgid "Show event graph" -msgstr "Mostrar gráfica de eventos" - -#: ../../operation/agentes/stat_win.php:361 -msgid "Show percentil 95º" -msgstr "Muestra porcentaje 95º" - -#: ../../operation/agentes/tactical.php:134 -msgid "Report of State" -msgstr "Informe de Estado" - -#: ../../operation/agentes/networkmap_list.php:364 -msgid "The session may be expired" -msgstr "La sesión puede haber acabado" - -#: ../../operation/agentes/networkmap_list.php:386 -msgid "None selected" -msgstr "Nada seleccionado" - -#: ../../operation/agentes/networkmap.php:136 -msgid "Network map created successfully" -msgstr "Mapa de red creado con éxito" - -#: ../../operation/agentes/networkmap.php:137 -msgid "Could not create network map" -msgstr "No se pudo crear el mapa de red." - -#: ../../operation/agentes/networkmap.php:233 -msgid "Network map saved successfully" -msgstr "Mapa de red guardado satisfactoriamente" - -#: ../../operation/agentes/networkmap.php:234 -msgid "Could not save network map" -msgstr "No se pudo guardar el mapa de red" - -#: ../../operation/agentes/networkmap.php:249 -msgid "There was an error loading the network map" -msgstr "Hubo un error cargando el mapa de red" - -#: ../../operation/agentes/networkmap.php:328 -msgid "Delete map" -msgstr "Borrar mapa" - -#: ../../operation/agentes/networkmap.php:360 -#: ../../godmode/gis_maps/configure_gis_map.php:454 -#: ../../godmode/gis_maps/configure_gis_map.php:461 -msgid "Save map" -msgstr "Guardar mapa" - -#: ../../operation/agentes/networkmap.php:385 -msgid "Topology view" -msgstr "Vista de la topología" - -#: ../../operation/agentes/networkmap.php:393 -msgid "Policies view" -msgstr "Vista de política" - -#: ../../operation/agentes/networkmap.php:397 -msgid "Dynamic view" -msgstr "Vista dinámica" - -#: ../../operation/agentes/networkmap.php:401 -msgid "Radial dynamic view" -msgstr "Vista dinámica radial" - -#: ../../operation/agentes/networkmap.php:444 -msgid "Store group" -msgstr "Grupo de almacenamiento" - -#: ../../operation/agentes/networkmap.php:477 -msgid "Depth" -msgstr "Profundidad" - -#: ../../operation/agentes/networkmap.php:483 -msgid "Show interfaces" -msgstr "Mostrar interfaces" - -#: ../../operation/agentes/networkmap.php:495 -msgid "Only modules with alerts" -msgstr "Solo módulos con alertas" - -#: ../../operation/agentes/networkmap.php:502 -msgid "Hide policy modules" -msgstr "Ocultar módulos de política" - -#: ../../operation/agentes/networkmap.php:544 -msgid "Only run with it is filter for any group" -msgstr "Sólo corre con este filtro para cualquier grupo" - -#: ../../operation/agentes/networkmap.php:551 -msgid "L2 network interfaces" -msgstr "Interfaces de red L2" - -#: ../../operation/agentes/alerts_status.functions.php:33 -msgid "Error processing alert(s)" -msgstr "Error al procesar la(s) alerta(s)" - -#: ../../operation/agentes/alerts_status.functions.php:91 -#: ../../operation/agentes/status_monitor.php:470 -msgid "No tags" -msgstr "Sin etiquetas" - -#: ../../operation/agentes/alerts_status.functions.php:99 -msgid "Filter by agent name, module name, template name or action name" -msgstr "" -"Filtrar por nombre de agente, nombre de módulo, nombre de plantilla o de " -"acción" - -#: ../../operation/agentes/estado_generalagente.php:42 -msgid "The agent has not assigned server. Maybe agent does not run fine." -msgstr "" -"El agente no ha sido asignado a ningún servidor. Quizá el agente no se esté " -"ejecutando correctamente." - -#: ../../operation/agentes/estado_generalagente.php:120 -msgid "" -"Agent statuses are re-calculated by the server, they are not shown in real " -"time." -msgstr "" -"Los estados de los agentes se calculan por el servidor, no se muestran en " -"tiempo real." - -#: ../../operation/agentes/estado_generalagente.php:197 -msgid "Agent contact" -msgstr "Contacto de agente" - -#: ../../operation/agentes/estado_generalagente.php:219 -msgid "Next contact" -msgstr "Siguiente contacto" - -#: ../../operation/agentes/estado_generalagente.php:242 -msgid "Agent info" -msgstr "Información del agente" - -#: ../../operation/agentes/estado_generalagente.php:386 -msgid "Active incident on this agent" -msgstr "Activar incidencia a este agente" - -#: ../../operation/agentes/estado_generalagente.php:390 -#: ../../operation/incidents/incident_detail.php:419 -#: ../../godmode/setup/news.php:222 -msgid "Author" -msgstr "Autor" - -#: ../../operation/agentes/estado_generalagente.php:536 -msgid "Events info (24hr.)" -msgstr "Información de eventos (24hr.)" - -#: ../../operation/agentes/estado_generalagente.php:615 -msgid "Refresh data" -msgstr "Refrescar datos" - -#: ../../operation/agentes/alerts_status.php:106 -msgid "Full list of alerts" -msgstr "Lista completa de alertas" - -#: ../../operation/agentes/alerts_status.php:138 -msgid "Insufficient permissions to validate alerts" -msgstr "Permisos insuficientes para validar alertas" - -#: ../../operation/agentes/alerts_status.php:390 -#: ../../godmode/alerts/alert_list.list.php:156 -msgid "Alert control filter" -msgstr "Filtro de control de alertas" - -#: ../../operation/agentes/alerts_status.php:588 -msgid "No alerts found" -msgstr "No se encontró ninguna alerta" - -#: ../../operation/agentes/status_monitor.php:45 -msgid "Monitor view" -msgstr "Vista del monitor" - -#: ../../operation/agentes/status_monitor.php:414 -msgid "Monitor status" -msgstr "Estado del monitor" - -#: ../../operation/agentes/status_monitor.php:521 -msgid "Advanced Options" -msgstr "Opciones Avanzadas" - -#: ../../operation/agentes/status_monitor.php:1274 -msgid "This group doesn't have any monitor" -msgstr "Este grupo no tiene ningún monitor definido" - -#: ../../operation/agentes/graphs.php:87 -msgid "Other modules" -msgstr "Otros módulos" - -#: ../../operation/agentes/graphs.php:92 -msgid "Modules network no proc" -msgstr "Módulos de red sin proc" - -#: ../../operation/agentes/graphs.php:153 -msgid "the combined graph does not show the alerts into this graph" -msgstr "Las gráficas combinadas no muestran las alertas" - -#: ../../operation/agentes/graphs.php:155 -msgid "Show as one combined graph" -msgstr "Mostrar como una gráfica combinada" - -#: ../../operation/agentes/graphs.php:157 -msgid "one combined graph" -msgstr "gráfica combinada" - -#: ../../operation/agentes/graphs.php:160 -msgid "several graphs for each module" -msgstr "varias gráficas por cada módulo" - -#: ../../operation/agentes/graphs.php:167 -msgid "Save as custom graph" -msgstr "Guardar como gráfica personalizada" - -#: ../../operation/agentes/graphs.php:173 -msgid "Filter graphs" -msgstr "Filtrar gráficas" - -#: ../../operation/agentes/graphs.php:185 -msgid "Combined graph" -msgstr "Gráfica combinada" - -#: ../../operation/agentes/graphs.php:229 -#: ../../operation/agentes/graphs.php:232 -msgid "Name custom graph" -msgstr "Nombre de gráfica personalizada" - -#: ../../operation/agentes/graphs.php:254 -msgid "Save custom graph" -msgstr "Guardar gráfica personalizada" - -#: ../../operation/agentes/graphs.php:275 -msgid "Custom graph create from the tab graphs in the agent." -msgstr "Creada gráfica personalizada desde la sección de gráficas del agente" - -#: ../../operation/servers/recon_view.php:36 -#: ../../operation/servers/recon_view.php:51 -msgid "Recon View" -msgstr "Vista Recon" - -#: ../../operation/servers/recon_view.php:89 -#: ../../godmode/servers/manage_recontask_form.php:217 -msgid "Task name" -msgstr "Nombre de la tarea" - -#: ../../operation/servers/recon_view.php:107 -#: ../../operation/incidents/incident_detail.php:261 -msgid "Updated at" -msgstr "Actualizado el" - -#: ../../operation/servers/recon_view.php:140 -msgid "Pending" -msgstr "Pendiente" - -#: ../../operation/servers/recon_view.php:145 -#: ../../godmode/servers/manage_recontask.php:310 -msgid "Network recon task" -msgstr "Tarea de reconocimiento de red" - -#: ../../operation/servers/recon_view.php:173 -msgid "has no recon tasks assigned" -msgstr "No tiene tarea de descubrimiento asignado" - -#: ../../operation/netflow/nf_live_view.php:107 -#: ../../operation/netflow/nf_live_view.php:132 -#: ../../operation/netflow/nf_live_view.php:136 -msgid "Netflow live view" -msgstr "Netflow en tiempo real" - -#: ../../operation/netflow/nf_live_view.php:120 -#, php-format -msgid "nfdump binary (%s) not found!" -msgstr "nfdump binary (%s) no encontrada" - -#: ../../operation/netflow/nf_live_view.php:125 -msgid "Make sure nfdump version 1.6.8 or newer is installed!" -msgstr "" -"Asegúrese de que tiene instalada la versión 1.6.8 nfdump o alguna posterior" - -#: ../../operation/netflow/nf_live_view.php:148 -msgid "Error creating filter" -msgstr "Error al crear filtro" - -#: ../../operation/netflow/nf_live_view.php:151 -msgid "Filter created successfully" -msgstr "Filtro creado correctamente" - -#: ../../operation/netflow/nf_live_view.php:166 -msgid "Filter updated successfully" -msgstr "Filtro actualizado correctamente" - -#: ../../operation/netflow/nf_live_view.php:167 -msgid "Error updating filter" -msgstr "Error al actualizar el filtro" - -#: ../../operation/netflow/nf_live_view.php:189 -msgid "Draw live filter" -msgstr "Extrae filtro en directo" - -#: ../../operation/netflow/nf_live_view.php:221 -msgid "Connection" -msgstr "Conexión" - -#: ../../operation/netflow/nf_live_view.php:245 -msgid "The interval will be divided in chunks the length of the resolution." -msgstr "El intervalo dividirá en partes la extensión del resultado" - -#: ../../operation/netflow/nf_live_view.php:254 -#: ../../godmode/netflow/nf_item_list.php:150 -#: ../../godmode/reporting/reporting_builder.item_editor.php:1131 -msgid "Max. values" -msgstr "Valores máximos" - -#: ../../operation/netflow/nf_live_view.php:264 -#: ../../godmode/setup/setup_netflow.php:70 -msgid "IP address resolution can take a lot of time" -msgstr "La resolución de direcciones IP puede tardar mucho tiempo" - -#: ../../operation/netflow/nf_live_view.php:267 -msgid "IP address resolution" -msgstr "Resolución de dirección IP" - -#: ../../operation/netflow/nf_live_view.php:267 -#: ../../godmode/setup/setup_netflow.php:69 -msgid "Resolve the IP addresses to get their hostnames." -msgstr "Resolver direcciones IP para obtener sus hostnames" - -#: ../../operation/netflow/nf_live_view.php:317 -msgid "Select a filter" -msgstr "Selecciona un filtro" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "Dst Ip" -msgstr "Dst Ip" - -#: ../../operation/netflow/nf_live_view.php:331 -#: ../../godmode/netflow/nf_edit_form.php:210 -msgid "" -"Destination IP. A comma separated list of destination ip. If we leave the " -"field blank, will show all ip. Example filter by " -"ip:
25.46.157.214,160.253.135.249" -msgstr "" -"IP destino. Lista de IPs destino separadas por coma. Si dejamos en blanco " -"este campo mostrará todas las IPs. Ejemplo de filtro por IP: " -"25.46.157.214,160.253.135.249" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "Src Ip" -msgstr "IP Origen" - -#: ../../operation/netflow/nf_live_view.php:340 -#: ../../godmode/netflow/nf_edit_form.php:213 -msgid "" -"Source IP. A comma separated list of source ip. If we leave the field blank, " -"will show all ip. Example filter by ip:
25.46.157.214,160.253.135.249" -msgstr "" -"IP Origen. Lista de IPs origen separadas por coma. Si dejamos en blanco este " -"campo mostrará todas las IPs. Ejemplo de filtro por IP: " -"25.46.157.214,160.253.135.249" - -#: ../../operation/netflow/nf_live_view.php:352 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:216 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Port" -msgstr "Puerto destino" - -#: ../../operation/netflow/nf_live_view.php:352 -#: ../../godmode/netflow/nf_edit_form.php:216 -msgid "" -"Destination port. A comma separated list of destination ports. If we leave " -"the field blank, will show all ports. Example filter by ports 80 and " -"22:
80,22" -msgstr "" -"Puerto destino. Lista de puertos de destino separados por coma. Si dejamos " -"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " -"puertos: 80,22" - -#: ../../operation/netflow/nf_live_view.php:361 -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:219 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Port" -msgstr "Puerto origen" - -#: ../../operation/netflow/nf_live_view.php:361 -#: ../../godmode/netflow/nf_edit_form.php:219 -msgid "" -"Source port. A comma separated list of source ports. If we leave the field " -"blank, will show all ports. Example filter by ports 80 and 22:
80,22" -msgstr "" -"Puerto origen. Lista de puertos de origen separados por coma. Si dejamos " -"este campo en blanco se mostrarán todos los puertos. Ejemplo de filtrado por " -"puertos: 80,22" - -#: ../../operation/netflow/nf_live_view.php:379 -#: ../../godmode/netflow/nf_edit_form.php:225 -msgid "Aggregate by" -msgstr "Agregado por" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Src Ip Address" -msgstr "Dirección IP origen" - -#: ../../operation/netflow/nf_live_view.php:381 -#: ../../godmode/netflow/nf_edit_form.php:226 -msgid "Dst Ip Address" -msgstr "Dirección IP destino" - -#: ../../operation/netflow/nf_live_view.php:384 -#: ../../godmode/netflow/nf_edit_form.php:230 -msgid "Output format" -msgstr "Formato de Salida" - -#: ../../operation/netflow/nf_live_view.php:385 -msgid "Bytes per second" -msgstr "Bytes por segundo" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes" -msgstr "Kilobytes" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes" -msgstr "Megabytes" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Kilobytes per second" -msgstr "Kilobytes por segundo" - -#: ../../operation/netflow/nf_live_view.php:385 -#: ../../godmode/netflow/nf_edit_form.php:231 -msgid "Megabytes per second" -msgstr "Megabytes por segundo" - -#: ../../operation/netflow/nf_live_view.php:396 -msgid "Draw" -msgstr "Dibujar" - -#: ../../operation/netflow/nf_live_view.php:400 -msgid "Save as new filter" -msgstr "Guardar nuevo filtro" - -#: ../../operation/netflow/nf_live_view.php:401 -msgid "Update current filter" -msgstr "Actualizar filtro actual" - -#: ../../operation/netflow/nf_live_view.php:415 -msgid "No filter selected" -msgstr "No se ha seleccionado ningún filtro" - -#: ../../operation/visual_console/render_view.php:117 -#: ../../godmode/reporting/visual_console_builder.php:654 -msgid "Services wizard" -msgstr "Asistente de servicios" - -#: ../../operation/visual_console/render_view.php:174 -#: ../../operation/visual_console/public_console.php:97 -msgid "Autorefresh time" -msgstr "Tiempo de autorrefresco" - -#: ../../operation/visual_console/render_view.php:217 -#: ../../operation/visual_console/render_view.php:266 -#: ../../operation/visual_console/public_console.php:157 -msgid "Until refresh" -msgstr "Hasta refrescar" - -#: ../../operation/visual_console/public_console.php:114 -#: ../../general/header.php:144 -msgid "QR code of the page" -msgstr "Código QR de la página" - -#: ../../operation/tree.php:88 -#, php-format -msgid "Sort the agents by %s" -msgstr "Ordenar los agentes por %s" - -#: ../../operation/tree.php:91 -msgid "tags" -msgstr "Etiquetas" - -#: ../../operation/tree.php:97 -msgid "groups" -msgstr "Grupos" - -#: ../../operation/tree.php:100 -msgid "module groups" -msgstr "Grupos de módulos" - -#: ../../operation/tree.php:107 -msgid "policies" -msgstr "Políticas" - -#: ../../operation/tree.php:138 -msgid "Agent status" -msgstr "Estado de agente" - -#: ../../operation/tree.php:140 -msgid "Search agent" -msgstr "Buscar agente" - -#: ../../operation/tree.php:165 -msgid "Search module" -msgstr "Buscar módulo" - -#: ../../operation/tree.php:189 -msgid "Tree search" -msgstr "Búsqueda de árbol" - -#: ../../operation/tree.php:281 -msgid "Critical agents" -msgstr "Agentes Críticos" - -#: ../../operation/tree.php:286 -msgid "Warning agents" -msgstr "Agentes en advertencia" - -#: ../../operation/tree.php:291 -msgid "Unknown agents" -msgstr "Agentes en desconocido" - -#: ../../operation/tree.php:296 -msgid "Not init agents" -msgstr "Agentes no inicializados" - -#: ../../operation/tree.php:301 -msgid "Normal agents" -msgstr "Agentes en normal" - -#: ../../operation/search_graphs.php:33 -#: ../../operation/reporting/graph_viewer.php:288 -#: ../../godmode/reporting/graphs.php:142 -msgid "Graph name" -msgstr "Nombre gráfica" - -#: ../../operation/incidents/incident_statistics.php:36 -msgid "Incidents by priority" -msgstr "Incidentes por prioridad" - -#: ../../operation/incidents/incident_statistics.php:39 -msgid "Incidents by group" -msgstr "Incidentes por grupo" - -#: ../../operation/incidents/incident_statistics.php:42 -msgid "Incidents by user" -msgstr "Incidentes por usuario" - -#: ../../operation/incidents/incident_statistics.php:45 -msgid "Incidents by source" -msgstr "Incidentes por origen" - -#: ../../operation/incidents/incident.php:67 -msgid "Successfully reclaimed ownership" -msgstr "La propiedad se reclamó correctamente" - -#: ../../operation/incidents/incident.php:68 -msgid "Could not reclame ownership" -msgstr "No se pudo reclamar la propiedad" - -#: ../../operation/incidents/incident.php:138 -msgid "Error creating incident" -msgstr "Error al crear el incidente" - -#: ../../operation/incidents/incident.php:228 -msgid "Incidents:" -msgstr "Incidentes:" - -#: ../../operation/incidents/incident.php:229 -msgid "All incidents" -msgstr "Todos los incidentes" - -#: ../../operation/incidents/incident.php:251 -msgid "Priorities:" -msgstr "Prioridades:" - -#: ../../operation/incidents/incident.php:252 -msgid "All priorities" -msgstr "Todas las prioridades" - -#: ../../operation/incidents/incident.php:256 -msgid "Users:" -msgstr "Usuarios:" - -#: ../../operation/incidents/incident.php:272 -msgid "Agents:" -msgstr "Agentes:" - -#: ../../operation/incidents/incident.php:274 -#: ../../godmode/db/db_purge.php:167 -msgid "All agents" -msgstr "Todos los agentes" - -#: ../../operation/incidents/incident.php:279 -msgid "Groups:" -msgstr "Grupos:" - -#: ../../operation/incidents/incident.php:285 -msgid "Free text:" -msgstr "Texto libre:" - -#: ../../operation/incidents/incident.php:286 -msgid "Search by incident name or description, list matches." -msgstr "" -"Búsqueda por nombre de incidencia o descripción. Lista las concidencias" - -#: ../../operation/incidents/incident.php:394 -msgid "Delete incidents" -msgstr "Borrar incidentes" - -#: ../../operation/incidents/incident.php:398 -msgid "Become owner" -msgstr "Hacerse propietario" - -#: ../../operation/incidents/incident.php:406 -#: ../../operation/incidents/incident_detail.php:238 -msgid "Create incident" -msgstr "Crear incidente" - -#: ../../operation/incidents/incident_detail.php:160 -msgid "File could not be saved due to database error" -msgstr "El archivo no se pudo guardar debido a un error en la base de datos" - -#: ../../operation/incidents/incident_detail.php:174 -msgid "File could not be uploaded" -msgstr "No se pudo subir el archivo" - -#: ../../operation/incidents/incident_detail.php:259 -msgid "Opened at" -msgstr "Abierto el" - -#: ../../operation/incidents/incident_detail.php:376 -msgid "Update incident" -msgstr "Actualizar incidente" - -#: ../../operation/incidents/incident_detail.php:382 -msgid "Submit" -msgstr "Enviar" - -#: ../../operation/incidents/incident_detail.php:396 -#: ../../operation/incidents/incident_detail.php:400 -msgid "Add note" -msgstr "Insertar nota" - -#: ../../operation/incidents/incident_detail.php:432 -msgid "Notes attached to incident" -msgstr "Notas asociadas al incidente" - -#: ../../operation/incidents/incident_detail.php:481 -msgid "Attached files" -msgstr "Archivos adjuntos" - -#: ../../operation/incidents/incident_detail.php:499 -#: ../../operation/incidents/incident_detail.php:503 -msgid "Add attachment" -msgstr "Añadir adjunto" - -#: ../../operation/search_helps.php:22 -msgid "Zero results found." -msgstr "Cero resultados" - -#: ../../operation/search_helps.php:23 -#, php-format -msgid "" -"You can find more help in the Pandora's wiki" -msgstr "" -"Puedes encontrar mas ayuda en el wiki de Pandora" - -#: ../../operation/search_helps.php:37 -msgid "Matches" -msgstr "Coincidencias" - -#: ../../operation/search_results.php:143 -msgid "Helps" -msgstr "Ayudas" - -#: ../../operation/search_users.php:50 ../../godmode/users/user_list.php:276 -msgid "Profile" -msgstr "Perfil" - -#: ../../operation/search_users.php:64 -#: ../../godmode/users/configure_user.php:465 -#: ../../godmode/users/user_list.php:414 -msgid "Administrator" -msgstr "Administrador" - -#: ../../operation/search_users.php:69 -#: ../../godmode/users/configure_user.php:470 -msgid "Standard User" -msgstr "Usuario estándar" - -#: ../../operation/search_users.php:82 ../../godmode/users/user_list.php:458 -msgid "The user doesn't have any assigned profile/group" -msgstr "El usuario no tiene ningún perfil asignado" - -#: ../../operation/reporting/graph_viewer.php:136 -#: ../../godmode/reporting/graph_builder.php:192 -msgid "Graph editor" -msgstr "Editor de Gráficas" - -#: ../../operation/reporting/graph_viewer.php:142 -#: ../../godmode/reporting/graph_builder.php:195 -msgid "View graph" -msgstr "Ver gráfica" - -#: ../../operation/reporting/graph_viewer.php:174 -msgid "No data." -msgstr "Sin datos." - -#: ../../operation/reporting/graph_viewer.php:204 -#: ../../operation/reporting/graph_viewer.php:219 -msgid "Graph defined" -msgstr "Gráfico definido" - -#: ../../operation/reporting/graph_viewer.php:220 -msgid "Zoom x1" -msgstr "Ampliación x1" - -#: ../../operation/reporting/graph_viewer.php:221 -msgid "Zoom x2" -msgstr "Ampliación x2" - -#: ../../operation/reporting/graph_viewer.php:222 -msgid "Zoom x3" -msgstr "Ampliación x3" - -#: ../../operation/reporting/graph_viewer.php:270 -#: ../../operation/reporting/reporting_viewer.php:317 -msgid "Invalid date selected" -msgstr "Fecha seleccionada inválida" - -#: ../../operation/reporting/graph_viewer.php:277 -msgid "Custom graph viewer" -msgstr "Visor de imágenes personalizadas" - -#: ../../operation/reporting/graph_viewer.php:304 -#: ../../operation/reporting/custom_reporting.php:32 -msgid "There are no defined reportings" -msgstr "No hay informes definidos" - -#: ../../operation/reporting/reporting_viewer.php:77 -#: ../../godmode/netflow/nf_item_list.php:39 -msgid "Report list" +#: ../../godmode/reporting/reporting_builder.php:335 +#: ../../godmode/reporting/reporting_builder.php:1875 +#: ../../godmode/reporting/reporting_builder.php:1927 +msgid "Reports list" msgstr "Lista de informes" -#: ../../operation/reporting/reporting_viewer.php:98 -#: ../../godmode/reporting/reporting_builder.php:1841 -msgid "View report" -msgstr "Ver informe" +#: ../../godmode/reporting/reporting_builder.php:435 +msgid "Free text for search: " +msgstr "Texto libre de búsqueda " -#: ../../operation/reporting/reporting_viewer.php:152 -msgid "View Report" -msgstr "Ver Informe" +#: ../../godmode/reporting/reporting_builder.php:436 +msgid "Search by report name or description, list matches." +msgstr "Búsqueda por nombre del informe o descripción, lista los resultados." -#: ../../operation/reporting/reporting_viewer.php:191 -msgid "Set initial date" -msgstr "Fijar fecha de inicio" +#: ../../godmode/reporting/reporting_builder.php:446 +msgid "Show Option" +msgstr "Mostrar Opciones" -#: ../../operation/reporting/reporting_viewer.php:217 -msgid "Invalid date selected. Initial date must be before end date." +#: ../../godmode/reporting/reporting_builder.php:610 +msgid "This report exceeds the item limit for realtime operations" msgstr "" -"Fecha seleccionada no válida. La fecha inicial debe ser anterior a la fecha " -"de finalización." -#: ../../godmode/menu.php:28 -msgid "Resources" -msgstr "Recursos" +#: ../../godmode/reporting/reporting_builder.php:735 +msgid "Create report" +msgstr "Crear informe" -#: ../../godmode/menu.php:46 -msgid "Module categories" -msgstr "Categorias de modulos" +#: ../../godmode/reporting/reporting_builder.php:1998 +#, fuzzy +msgid "Unsuccessfull action

" +msgstr "No se pudo completar la acción" -#: ../../godmode/menu.php:50 -msgid "Module types" -msgstr "Tipos de módulos" +#: ../../godmode/reporting/graph_builder.php:217 +msgid "Graph builder" +msgstr "Constructor de gráficos" -#: ../../godmode/menu.php:59 ../../godmode/netflow/nf_edit_form.php:66 -#: ../../godmode/netflow/nf_edit_form.php:71 -#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 -msgid "Netflow filters" -msgstr "Filtros Netflow" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "Graph stored successfully" +msgstr "Gráfica almacenada correctamente" -#: ../../godmode/menu.php:76 -msgid "Manage agents groups" -msgstr "Configuración de grupos de agentes" +#: ../../godmode/reporting/graph_builder.php:237 +msgid "There was a problem storing Graph" +msgstr "Hubo un problema al almacenar la gráfica" -#: ../../godmode/menu.php:101 ../../godmode/agentes/configurar_agente.php:297 +#: ../../godmode/reporting/graph_builder.php:240 +#: ../../godmode/agentes/configurar_agente.php:1294 +msgid "Module added successfully" +msgstr "Módulo añadido correctamente" + +#: ../../godmode/reporting/graph_builder.php:240 +msgid "There was a problem adding Module" +msgstr "Ha habido un problema al añadir el módulo" + +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Update the graph" +msgstr "Actualizar la gráfica" + +#: ../../godmode/reporting/graph_builder.php:243 +msgid "Bad update the graph" +msgstr "No se pudo actualizar la gráfica" + +#: ../../godmode/reporting/graph_builder.php:246 +msgid "Graph deleted successfully" +msgstr "Gráfico borrado correctamente" + +#: ../../godmode/reporting/graph_builder.php:246 +msgid "There was a problem deleting Graph" +msgstr "Ha habido un problema al borrar el gráfico" + +#: ../../godmode/reporting/map_builder.php:187 +#: ../../godmode/reporting/map_builder.php:197 +msgid "Not copied. Error copying data" +msgstr "Se ha producido un error la copiar los datos" + +#: ../../godmode/reporting/map_builder.php:207 +msgid "Map name" +msgstr "Nombre de mapa" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:650 +msgid "Not valid" +msgstr "No válida" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1124 +msgid "Target server" +msgstr "Servidor Target" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1157 +#: ../../include/functions_reports.php:584 +msgid "SQL query" +msgstr "Consulta SQL" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1276 +msgid "Greater or equal (>=)" +msgstr "Mayor o igual (>=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1277 +msgid "Less or equal (<=)" +msgstr "Menor o igual (<=)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1278 +msgid "Less (<)" +msgstr "Menor de (<)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1279 +msgid "Greater (>)" +msgstr "Mayor de (>)" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1280 +msgid "Equal (=)" +msgstr "Igual a" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1281 +msgid "Not equal (!=)" +msgstr "No igual a" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1475 +msgid "Please save the SLA for start to add items in this list." +msgstr "" +"Por favor guarde primero el SLA antes de intentar añadir elementos a la " +"misma." + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1647 +msgid "rate" +msgstr "tasa" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1670 +msgid "" +"Please be careful, when the module have diferent intervals in their life, " +"the summatory maybe get bad result." +msgstr "" +"Por favor, tenga cuidado, cuando el modulo tiene diferentes intervalos a lo " +"largo de su historia, el sumatorio puede conseguir malos resultados" + +#: ../../godmode/reporting/reporting_builder.item_editor.php:1684 +msgid "Please save the report to start adding items into the list." +msgstr "Por favor guarde el informe para empezar a añadir objetos en la lista." + +#: ../../godmode/reporting/graphs.php:154 +msgid "Number of Graphs" +msgstr "Número de Gráficos" + +#: ../../godmode/reporting/graphs.php:213 +msgid "Create graph" +msgstr "Crear gráfica" + +#: ../../godmode/reporting/visual_console_builder.php:159 +msgid "This file isn't image" +msgstr "El fichero no es una imagen" + +#: ../../godmode/reporting/visual_console_builder.php:160 +msgid "This file isn't image." +msgstr "El archivo no es una imagen." + +#: ../../godmode/reporting/visual_console_builder.php:164 +#: ../../godmode/reporting/visual_console_builder.php:165 +msgid "File already are exists." +msgstr "El archivo ya existe." + +#: ../../godmode/reporting/visual_console_builder.php:171 +#: ../../godmode/reporting/visual_console_builder.php:172 +msgid "The file have not image extension." +msgstr "El archivo no tiene una extensión válida." + +#: ../../godmode/reporting/visual_console_builder.php:183 +#: ../../godmode/reporting/visual_console_builder.php:184 +#: ../../godmode/reporting/visual_console_builder.php:191 +#: ../../godmode/reporting/visual_console_builder.php:194 +msgid "Problems with move file to target." +msgstr "Problemas al mover el fichero al objetivo" + +#: ../../godmode/reporting/visual_console_builder.php:223 +msgid "Successfully update." +msgstr "Actualizado correctamente." + +#: ../../godmode/reporting/visual_console_builder.php:235 +msgid "Could not be update." +msgstr "No se puede actualizar" + +#: ../../godmode/reporting/visual_console_builder.php:304 +msgid "Successfully multiple delete." +msgstr "Múltiple eliminación realizada con éxito" + +#: ../../godmode/reporting/visual_console_builder.php:305 +msgid "Unsuccessfull multiple delete." +msgstr "La eliminación múltiple no ha tenido éxito" + +#: ../../godmode/reporting/visual_console_builder.php:386 +msgid "Successfully delete." +msgstr "Borrado satisfactoriamente" + +#: ../../godmode/reporting/visual_console_builder.editor.php:146 +msgid "Saving in progress" +msgstr "Guardando en curso" + +#: ../../godmode/reporting/visual_console_builder.editor.php:151 +msgid "Deletion in progress" +msgstr "Eliminando en curso" + +#: ../../godmode/reporting/graph_builder.main.php:149 +#: ../../include/functions_visual_map_editor.php:301 +msgid "Type of graph" +msgstr "Tipo de gráfica" + +#: ../../godmode/reporting/graph_builder.main.php:161 +msgid "Horizontal bars" +msgstr "Barras horizontales" + +#: ../../godmode/reporting/graph_builder.main.php:162 +msgid "Vertical bars" +msgstr "Barras verticales" + +#: ../../godmode/reporting/visual_console_builder.data.php:91 +msgid "Create visual console" +msgstr "Crear consola visual" + +#: ../../godmode/reporting/visual_console_builder.data.php:100 +msgid "" +"Use [ or ( as first character, for example '[*] Map name', to render this " +"map name in main menu" +msgstr "" +"Use [ o ( como primer carácter. Por ejemplo '[*] Nombre de mapa', para " +"renderizar este nombre de mapa en el menú principal" + +#: ../../godmode/reporting/visual_console_builder.data.php:124 +msgid "Background image" +msgstr "Imagen de fondo" + +#: ../../godmode/reporting/visual_console_builder.data.php:126 +#: ../../include/functions_visual_map_editor.php:217 +msgid "Background color" +msgstr "Color de fondo" + +#: ../../godmode/reporting/visual_console_builder.data.php:136 +#, fuzzy +msgid "Size - (Width x Height)" +msgstr "Tamaño del networkmap (ancho x alto)" + +#: ../../godmode/reporting/visual_console_builder.data.php:148 +#, fuzzy +msgid "You must define size" +msgstr "No hay mapas definidos" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:104 +#: ../../godmode/reporting/visual_console_builder.elements.php:138 +#: ../../include/functions_visual_map_editor.php:54 +#: ../../include/functions_visual_map_editor.php:583 +msgid "Static Graph" +msgstr "Icono" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:105 +#: ../../include/functions_visual_map_editor.php:55 +#: ../../include/functions_visual_map_editor.php:584 +msgid "Percentile Item" +msgstr "Item percentual" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:106 +#: ../../include/functions_visual_map.php:2309 +#: ../../include/functions_visual_map_editor.php:231 +#: ../../mobile/operation/home.php:78 +msgid "Module graph" +msgstr "Gráfico de módulo" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:107 +#: ../../include/functions_visual_map_editor.php:57 +msgid "Simple value" +msgstr "Valor simple" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:118 +#: ../../godmode/reporting/visual_console_builder.elements.php:78 +#: ../../include/functions_filemanager.php:682 +#: ../../include/functions_visual_map_editor.php:178 +msgid "Image" +msgstr "Imagen" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:125 +msgid "Range between elements (px)" +msgstr "Rango entre elementos (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:132 +msgid "Size (px)" +msgstr "Tamaño (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:151 +#: ../../godmode/setup/setup_visuals.php:288 +#: ../../include/functions_config.php:461 +msgid "Font size" +msgstr "Tamaño de la tipografía" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:169 +#: ../../include/functions_visual_map_editor.php:329 +msgid "Min value" +msgstr "Valor mínimo" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:170 +#: ../../godmode/reporting/visual_console_builder.wizard.php:183 +#: ../../include/functions_visual_map_editor.php:330 +#: ../../include/functions_visual_map_editor.php:372 +msgid "Max value" +msgstr "Valor max." + +#: ../../godmode/reporting/visual_console_builder.wizard.php:171 +#: ../../include/functions_visual_map_editor.php:331 +msgid "Avg value" +msgstr "Valor medio" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:177 +msgid "Width (px)" +msgstr "Ancho (px)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:191 +msgid "Percentile" +msgstr "Porcentaje" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:196 +msgid "Bubble" +msgstr "Burbuja" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:203 +#: ../../include/functions_visual_map_editor.php:388 +#: ../../include/functions_visual_map_editor.php:407 +msgid "Value to show" +msgstr "Valor a mostrar" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:205 +msgid "Percent" +msgstr "Porcentaje" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:240 +msgid "One item per agent" +msgstr "Un elemento por agente" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:274 +#: ../../godmode/reporting/visual_console_builder.wizard.php:577 +msgid "Agent - Module" +msgstr "Agente-Modulo" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:283 +msgid "Enable link agent" +msgstr "Habilitar el link del agente" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:295 +msgid "Set Parent" +msgstr "Establecer padre" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:297 +msgid "Item created in the visualmap" +msgstr "Elemento creado en visualmap" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:298 +msgid "Use the agents relationship (from selected agents)" +msgstr "Usar la relación entre agentes (de los agentes seleccionados)" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:301 +msgid "Item in the map" +msgstr "Elemento en el mapa" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:304 +msgid "The parent relationships in Pandora will be drawn in the map." +msgstr "Las relaciones de jerarquía en Pandora serán dibujadas en el mapa" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:317 +#: ../../godmode/reporting/visual_console_builder.wizard.php:322 +msgid "Are you sure to add many elements\\nin visual map?" +msgstr "Está seguro de añadir tantos elementos en la consola visual ?" + +#: ../../godmode/reporting/visual_console_builder.wizard.php:498 +msgid "Please select any module or modules." +msgstr "Por favor, seleccione cualquier módulo o módulos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:312 +#: ../../include/functions_custom_graphs.php:212 +msgid "No items." +msgstr "Sin artículos." + +#: ../../godmode/reporting/reporting_builder.list_items.php:487 +#: ../../godmode/reporting/reporting_builder.list_items.php:492 +msgid "Sort items" +msgstr "Ordenar elementos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:494 +msgid "Sort selected items from position: " +msgstr "Ordenar elementos desde posición: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move before to" +msgstr "Mover antes de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:496 +msgid "Move after to" +msgstr "Mover despues de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:518 +#: ../../godmode/reporting/reporting_builder.list_items.php:523 +msgid "Delete items" +msgstr "Borrar elementos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:525 +msgid "Delete selected items from position: " +msgstr "Borrar los elementos seleccionados desde la posición: " + +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete above to" +msgstr "Borrar lo que está encima de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:527 +msgid "Delete below to" +msgstr "Borrar lo que está debajo de" + +#: ../../godmode/reporting/reporting_builder.list_items.php:555 +msgid "" +"Are you sure to sort the items into the report?\\nThis action change the " +"sorting of items into data base." +msgstr "" +"Esta seguro de ordenar los items en el informe?\\n Esta acción cambiará el " +"orden the los items en la base de datos" + +#: ../../godmode/reporting/reporting_builder.list_items.php:576 +msgid "Please select any item to order" +msgstr "Por favor, seleccione cualquier item para ordenar" + +#: ../../godmode/reporting/reporting_builder.list_items.php:606 +msgid "Are you sure to delete the items into the report?\\n" +msgstr "¿Está seguro de borrar los items en el informe \\n" + +#: ../../godmode/reporting/reporting_builder.list_items.php:628 +msgid "Please select any item to delete" +msgstr "Por favor, seleccione cualquier item para borrar" + +#: ../../godmode/reporting/reporting_builder.main.php:85 +msgid "Only the group can view the report" +msgstr "Sólo el grupo puede ver el informe" + +#: ../../godmode/reporting/reporting_builder.main.php:86 +msgid "The next group can edit the report" +msgstr "El siguiente grupo puede editar el informe" + +#: ../../godmode/reporting/reporting_builder.main.php:87 +msgid "Only the user and admin user can edit the report" +msgstr "Sólo el usuario y el usuario administrador pueden editar el informe" + +#: ../../godmode/reporting/reporting_builder.main.php:89 +msgid "Write Access" +msgstr "Permisos de escritura" + +#: ../../godmode/reporting/reporting_builder.main.php:90 +msgid "" +"For example, you want a report that the people of \"All\" groups can see but " +"you want to edit only for you or your group." +msgstr "" +"Por ejemplo, si usted quiere un informe donde la gente de \"Todos\" los " +"grupos puedan ver, pero quiere editarlo solo para usted o para su grupo" + +#: ../../godmode/reporting/reporting_builder.main.php:110 +msgid "Non interactive report" +msgstr "Informe no interactivo" + +#: ../../godmode/reporting/visual_console_builder.elements.php:79 +msgid "Width x Height
Max value" +msgstr "Ancho x Alto
Valor máximo" + +#: ../../godmode/reporting/visual_console_builder.elements.php:81 +#: ../../include/functions_visual_map_editor.php:516 +msgid "Map linked" +msgstr "Mapa enlazado" + +#: ../../godmode/reporting/visual_console_builder.elements.php:143 +msgid "Percentile Bar" +msgstr "Barra de progreso" + +#: ../../godmode/reporting/visual_console_builder.elements.php:148 +msgid "Percentile Bubble" +msgstr "Burbuja Porcentaje" + +#: ../../godmode/reporting/visual_console_builder.elements.php:153 +#: ../../include/functions_visual_map_editor.php:585 +#: ../../mobile/operation/events.php:506 +msgid "Module Graph" +msgstr "Gráfica de módulo" + +#: ../../godmode/reporting/visual_console_builder.elements.php:158 +#: ../../include/functions_visual_map.php:2322 +#: ../../include/functions_visual_map_editor.php:586 +msgid "Simple Value" +msgstr "Valor simple" + +#: ../../godmode/reporting/visual_console_builder.elements.php:163 +msgid "Simple Value (Process Max)" +msgstr "Valor simple (Maximo)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:168 +msgid "Simple Value (Process Min)" +msgstr "Valor simple (Minimo)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:173 +msgid "Simple Value (Process Avg)" +msgstr "Valor simple (Media)" + +#: ../../godmode/reporting/visual_console_builder.elements.php:188 +#: ../../include/functions_visual_map.php:2305 +#: ../../include/functions_visual_map_editor.php:62 +#: ../../include/functions_visual_map_editor.php:590 +msgid "Box" +msgstr "caja" + +#: ../../godmode/reporting/visual_console_builder.elements.php:226 +#: ../../godmode/reporting/visual_console_builder.elements.php:614 +msgid "Edit label" +msgstr "Editar etiqueta" + +#: ../../godmode/agentes/modificar_agente.php:62 +msgid "Agents defined in Pandora" +msgstr "Agentes definidos en Pandora" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Success deleted agent." +msgstr "Agente eliminado correctamente" + +#: ../../godmode/agentes/modificar_agente.php:87 +msgid "Could not be deleted." +msgstr "No pudo ser borrado." + +#: ../../godmode/agentes/modificar_agente.php:94 +msgid "Maybe the files conf or md5 could not be deleted" +msgstr "Los ficheros conf o md5 han podido no ser borrados" + +#: ../../godmode/agentes/modificar_agente.php:154 +msgid "Show Agents" +msgstr "Mostrar Agentes" + +#: ../../godmode/agentes/modificar_agente.php:156 +msgid "Everyone" +msgstr "Todos" + +#: ../../godmode/agentes/modificar_agente.php:480 +msgid "Remote agent configuration" +msgstr "Configuración remota del agente" + +#: ../../godmode/agentes/modificar_agente.php:480 +msgid "R" +msgstr "R" + +#: ../../godmode/agentes/modificar_agente.php:593 +msgid "Edit remote config" +msgstr "Editar configuración remota" + +#: ../../godmode/agentes/modificar_agente.php:620 +msgid "Enable agent" +msgstr "Habilitar agente" + +#: ../../godmode/agentes/modificar_agente.php:625 +msgid "Disable agent" +msgstr "Deshabilitar agente" + +#: ../../godmode/agentes/agent_manager.php:155 +msgid "The agent's name must be the same as the one defined at the console" +msgstr "El nombre del agente debe ser el mismo que el definido en la consola" + +#: ../../godmode/agentes/agent_manager.php:158 +msgid "QR Code Agent view" +msgstr "Código QR de la vista de agente" + +#: ../../godmode/agentes/agent_manager.php:191 +msgid "You can remotely edit this agent configuration" +msgstr "Puede editar remotamente la configuración de este agente" + +#: ../../godmode/agentes/agent_manager.php:198 +msgid "Delete agent" +msgstr "Borrar agente" + +#: ../../godmode/agentes/agent_manager.php:227 +msgid "Only it is show when
the agent is saved." +msgstr "Solo muestra cuando
el agente es guardado." + +#: ../../godmode/agentes/agent_manager.php:241 +#: ../../godmode/massive/massive_edit_agents.php:275 +msgid "Cascade protection" +msgstr "Protección en cascada" + +#: ../../godmode/agentes/agent_manager.php:296 +#: ../../godmode/agentes/module_manager_editor_common.php:340 +#: ../../godmode/groups/configure_group.php:167 +#: ../../godmode/massive/massive_edit_agents.php:333 +msgid "Custom ID" +msgstr "ID Personalizado" + +#: ../../godmode/agentes/agent_manager.php:300 +#: ../../godmode/massive/massive_edit_agents.php:337 +msgid "Module definition" +msgstr "Definición de módulos" + +#: ../../godmode/agentes/agent_manager.php:302 +#: ../../godmode/massive/massive_edit_agents.php:339 +msgid "Learning mode" +msgstr "Modo de aprendizaje" + +#: ../../godmode/agentes/agent_manager.php:305 +#: ../../godmode/massive/massive_edit_agents.php:340 +msgid "Normal mode" +msgstr "Modo normal" + +#: ../../godmode/agentes/agent_manager.php:308 +#, fuzzy +msgid "Autodisable mode" +msgstr "Modo Tutorial" + +#: ../../godmode/agentes/agent_manager.php:316 +#: ../../godmode/massive/massive_edit_agents.php:346 +msgid "Active" +msgstr "Activo" + +#: ../../godmode/agentes/agent_manager.php:323 +#: ../../godmode/agentes/agent_manager.php:345 +#: ../../godmode/massive/massive_edit_agents.php:356 +msgid "Not available" +msgstr "No disponible" + +#: ../../godmode/agentes/agent_manager.php:354 +#: ../../godmode/massive/massive_edit_agents.php:382 +msgid "Agent icon" +msgstr "Icono de agente" + +#: ../../godmode/agentes/agent_manager.php:354 +msgid "Agent icon for GIS Maps." +msgstr "Icono de agente para mapas GIS." + +#: ../../godmode/agentes/agent_manager.php:383 +#: ../../godmode/agentes/agent_conf_gis.php:78 +#: ../../godmode/massive/massive_edit_agents.php:391 +msgid "Ignore new GIS data:" +msgstr "Ignorar nuevos datos GIS" + +#: ../../godmode/agentes/agent_manager.php:398 +#: ../../godmode/massive/massive_edit_agents.php:398 +msgid "The agent still runs but the alerts and events will be stop" +msgstr "" +"El agente seguirá ejecutándose, pero las alertas y eventos se detendrán" + +#: ../../godmode/agentes/agent_manager.php:421 +#: ../../godmode/massive/massive_edit_agents.php:427 +msgid "This field allows url insertion using the BBCode's url tag" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:423 +#: ../../godmode/massive/massive_edit_agents.php:429 +msgid "The format is: [url='url to navigate']'text to show'[/url]" +msgstr "" + +#: ../../godmode/agentes/agent_manager.php:425 +#: ../../godmode/massive/massive_edit_agents.php:431 +msgid "e.g.: [url=pandorafms.org]Pandora FMS Community[/url]" +msgstr "" + +#: ../../godmode/agentes/agent_incidents.php:67 +msgid "No incidents associated to this agent" +msgstr "No hay incidentes asociados a este agente" + +#: ../../godmode/agentes/configure_field.php:36 +msgid "Update agent custom field" +msgstr "Actualizar campo personalizado" + +#: ../../godmode/agentes/configure_field.php:39 +msgid "Create agent custom field" +msgstr "Crear campo personalizado" + +#: ../../godmode/agentes/module_manager.php:78 +msgid "Create a new data server module" +msgstr "Crear un nuevo módulo de servidor de datos" + +#: ../../godmode/agentes/module_manager.php:80 +msgid "Create a new network server module" +msgstr "Crear un nuevo módulo de servidor de red" + +#: ../../godmode/agentes/module_manager.php:82 +msgid "Create a new plugin server module" +msgstr "Crear un nuevo módulo de servidor de complementos" + +#: ../../godmode/agentes/module_manager.php:84 +msgid "Create a new WMI server module" +msgstr "Crear un nuevo módulo de servidor WMI" + +#: ../../godmode/agentes/module_manager.php:86 +msgid "Create a new prediction server module" +msgstr "Crear un nuevo módulo de servidor de predicción" + +#: ../../godmode/agentes/module_manager.php:135 +msgid "Get more modules in Pandora FMS Library" +msgstr "Más módulos en la librería de Pandora FMS" + +#: ../../godmode/agentes/module_manager.php:162 +msgid "Nice try buddy" +msgstr "Buen intento amigo" + +#: ../../godmode/agentes/module_manager.php:259 +#, php-format +msgid "There was a problem deleting %s modules, none deleted." +msgstr "Ha habido un problema borrando %s módulos. No se ha borrado ninguno." + +#: ../../godmode/agentes/module_manager.php:264 +msgid "All Modules deleted succesfully" +msgstr "Todos los módulos han sido borrados correctamente." + +#: ../../godmode/agentes/module_manager.php:268 +#, php-format +msgid "There was a problem only deleted %s modules of %s total." +msgstr "Ha habido un problema borrando %s módulo(s) de %s" + +#: ../../godmode/agentes/module_manager.php:625 +#: ../../godmode/agentes/module_manager.php:635 +#: ../../include/ajax/module.php:811 ../../include/ajax/module.php:821 +msgid "Adopted" +msgstr "Adoptado" + +#: ../../godmode/agentes/module_manager.php:635 +#: ../../godmode/agentes/module_manager.php:639 +#: ../../godmode/massive/massive_edit_modules.php:564 +#: ../../include/ajax/module.php:821 ../../include/ajax/module.php:825 +msgid "Unlinked" +msgstr "Deslinkado" + +#: ../../godmode/agentes/module_manager.php:679 +#: ../../godmode/agentes/module_manager_editor_common.php:377 +msgid "" +"The policy modules of data type will only update their intervals when policy " +"is applied." +msgstr "" +"Los módulos de política de tipo data solo actualizarán sus intervalos cuando " +"la política sea aplicada" + +#: ../../godmode/agentes/module_manager.php:715 +msgid "Normalize" +msgstr "Normalizar" + +#: ../../godmode/agentes/module_manager.php:721 +msgid "Normalize (Disabled)" +msgstr "Normalizar (deshabilitado)" + +#: ../../godmode/agentes/module_manager.php:730 +#: ../../include/functions_snmp_browser.php:475 +msgid "Create network component" +msgstr "Crear componentes de red" + +#: ../../godmode/agentes/module_manager.php:735 +msgid "Create network component (Disabled)" +msgstr "Crear componentes de red (desactivado)" + +#: ../../godmode/agentes/module_manager_editor_network.php:27 +#: ../../include/functions_snmp_browser.php:603 +msgid "Search matches" +msgstr "Buscar coincidencias" + +#: ../../godmode/agentes/module_manager_editor_network.php:122 +msgid "SNMP OID" +msgstr "SNMP OID" + +#: ../../godmode/agentes/module_manager_editor_network.php:141 +#: ../../godmode/modules/manage_network_components_form_network.php:90 +msgid "TCP send" +msgstr "Enviar TCP" + +#: ../../godmode/agentes/module_manager_editor_network.php:147 +#: ../../godmode/modules/manage_network_components_form_network.php:97 +msgid "TCP receive" +msgstr "Recibir TCP" + +#: ../../godmode/agentes/module_manager_editor_network.php:189 +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../godmode/massive/massive_edit_modules.php:493 +#: ../../godmode/massive/massive_edit_modules.php:497 +msgid "The pass length must be eight character minimum." +msgstr "La longitud de la password debe ser mínimo de ocho caracteres" + +#: ../../godmode/agentes/module_manager_editor_network.php:199 +#: ../../godmode/massive/massive_edit_modules.php:497 +#: ../../godmode/modules/manage_network_components_form_network.php:67 +#: ../../include/functions_snmp_browser.php:538 +msgid "Privacy pass" +msgstr "Privacy pass" + +#: ../../godmode/agentes/configurar_agente.php:186 +#: ../../godmode/agentes/configurar_agente.php:709 +msgid "There is already an agent in the database with this name" +msgstr "Ya existe un agente con ese nombre en la base de datos" + +#: ../../godmode/agentes/configurar_agente.php:297 ../../godmode/menu.php:101 msgid "Module templates" msgstr "Plantillas de módulos" -#: ../../godmode/menu.php:110 -msgid "Bulk operations" -msgstr "Operaciones masivas" +#: ../../godmode/agentes/configurar_agente.php:545 +msgid "SNMP explorer" +msgstr "Explorador SNMP" -#: ../../godmode/menu.php:115 ../../godmode/massive/massive_operations.php:165 -msgid "Agents operations" -msgstr "Operaciones sobre agentes" +#: ../../godmode/agentes/configurar_agente.php:560 +msgid "Agent manager" +msgstr "Administrador de agente" -#: ../../godmode/menu.php:116 ../../godmode/massive/massive_operations.php:170 -msgid "Modules operations" -msgstr "Operaciones sobre módulos" +#: ../../godmode/agentes/configurar_agente.php:583 +#: ../../godmode/servers/modificar_server.php:134 +msgid "Conf file deleted successfully" +msgstr "Archivo conf borrado con éxito" -#: ../../godmode/menu.php:117 ../../godmode/massive/massive_operations.php:175 -msgid "Plugins operations" -msgstr "Operaciones de plugins" +#: ../../godmode/agentes/configurar_agente.php:584 +#: ../../godmode/servers/modificar_server.php:135 +msgid "Could not delete conf file" +msgstr "No se puede borrar el archivo conf" -#: ../../godmode/menu.php:119 ../../godmode/massive/massive_operations.php:160 -msgid "Users operations" -msgstr "Operaciones sobre usuarios" +#: ../../godmode/agentes/configurar_agente.php:621 +#: ../../godmode/agentes/configurar_agente.php:626 +msgid "No data to normalize" +msgstr "No hay datos para normalizar" -#: ../../godmode/menu.php:121 ../../godmode/massive/massive_operations.php:155 -msgid "Alerts operations" -msgstr "Operaciones sobre alertas" +#: ../../godmode/agentes/configurar_agente.php:630 +#, php-format +msgid "Deleted data above %f" +msgstr "Eliminar datos por encima de %f" -#: ../../godmode/menu.php:137 -msgid "List of Alerts" -msgstr "Lista de alertas" +#: ../../godmode/agentes/configurar_agente.php:631 +#, php-format +msgid "Error normalizing module %s" +msgstr "Error al normalizar el módulo %s" -#: ../../godmode/menu.php:159 ../../godmode/menu.php:160 -#: ../../godmode/alerts/alert_special_days.php:43 -msgid "Special days list" -msgstr "Lista de días especiales" +#: ../../godmode/agentes/configurar_agente.php:751 +msgid "There was a problem updating the agent" +msgstr "Hubo un problema al actualizar el agente" -#: ../../godmode/menu.php:179 -msgid "Event filters" -msgstr "Filtro de eventos" +#: ../../godmode/agentes/configurar_agente.php:794 +msgid "There was a problem loading the agent" +msgstr "Hubo un problema al cargar el agente" -#: ../../godmode/menu.php:183 -msgid "Custom events" -msgstr "Eventos personalizados" +#: ../../godmode/agentes/configurar_agente.php:1129 +msgid "" +"There was a problem updating module. Another module already exists with the " +"same name." +msgstr "" +"Hubo un problema al actualizar el módulo. Existe ya otro módulo con el mismo " +"nombre." -#: ../../godmode/menu.php:199 -msgid "Manage servers" -msgstr "Gestionar servidores" +#: ../../godmode/agentes/configurar_agente.php:1132 +msgid "" +"There was a problem updating module. Some required fields are missed: (name)" +msgstr "" +"Hubo un problema actualizando el módulo. Faltan algunos campos requeridos:" +"(nombre)" + +#: ../../godmode/agentes/configurar_agente.php:1135 +msgid "There was a problem updating module. \"No change\"" +msgstr "Hubo un problema al actualizar el módulo. \"Sin cambio\"" + +#: ../../godmode/agentes/configurar_agente.php:1140 +msgid "There was a problem updating module. Processing error" +msgstr "hubo un problema al actualizar el módulo. Error de procesamiento" + +#: ../../godmode/agentes/configurar_agente.php:1160 +msgid "Module successfully updated" +msgstr "Módulo actualizado correctamente" + +#: ../../godmode/agentes/configurar_agente.php:1268 +msgid "" +"There was a problem adding module. Another module already exists with the " +"same name." +msgstr "" +"Hubo un problema al añadir el módulo. Existe ya otro módulo con el mismo " +"nombre." + +#: ../../godmode/agentes/configurar_agente.php:1271 +msgid "" +"There was a problem adding module. Some required fields are missed : (name)" +msgstr "" +"Hubo un problema al añadir el módulo.Algunos campos requeridos faltan :" +"(nombre)" + +#: ../../godmode/agentes/configurar_agente.php:1276 +msgid "There was a problem adding module. Processing error" +msgstr "Hubo un problema al añadir el módulo.Error de procesamiento" + +#: ../../godmode/agentes/configurar_agente.php:1412 +msgid "There was a problem deleting the module" +msgstr "Hubo un problema al borrar el módulo" + +#: ../../godmode/agentes/configurar_agente.php:1415 +msgid "Module deleted succesfully" +msgstr "Módulo borrado correctamente" + +#: ../../godmode/agentes/configurar_agente.php:1515 +#: ../../include/functions_api.php:7021 +msgid "Save by Pandora Console" +msgstr "Guardado por la consola de Pandora" + +#: ../../godmode/agentes/configurar_agente.php:1530 +#: ../../include/functions_api.php:7022 +msgid "Update by Pandora Console" +msgstr "Actualizado por la consola de Pandora" + +#: ../../godmode/agentes/configurar_agente.php:1543 +#: ../../include/functions_api.php:7023 +msgid "Insert by Pandora Console" +msgstr "Insertado por la consola de Pandora" + +#: ../../godmode/agentes/configurar_agente.php:1597 +#: ../../godmode/agentes/configurar_agente.php:1607 +msgid "Invalid tab specified" +msgstr "La solapa no es válida" + +#: ../../godmode/agentes/module_manager_editor.php:448 +#, php-format +msgid "DEBUG: Invalid module type specified in %s:%s" +msgstr "DEBUG: tipo de módulo inválido especificado en %s:%s" + +#: ../../godmode/agentes/module_manager_editor.php:449 +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 "" +"Lo más probable es que haya actualizado recientemente una versión anterior " +"de Pandora FMS y, o bien
\n" +"\n" +"\t \t \t \t 1) Se olvidó de utilizar el convertidor de la base de datos
\n" +"\t \t \t \t 2) Ha usado una versión mala del convertidor de base de datos " +"(vea el informe de error # 2124706 para solucionarlo)
\n" +"\t \t \t \t 3) Ha encontrado un nuevo error - por favor, indique una manera " +"de duplicar este error" + +#: ../../godmode/agentes/module_manager_editor.php:475 +#: ../../godmode/agentes/module_manager_editor_common.php:625 +msgid "Custom macros" +msgstr "Macros personalizadas" + +#: ../../godmode/agentes/module_manager_editor.php:477 +msgid "Module relations" +msgstr "Relaciones entre módulos" + +#: ../../godmode/agentes/module_manager_editor.php:526 +msgid "No module to predict" +msgstr "No existe ningún módulo para predecir" + +#: ../../godmode/agentes/module_manager_editor.php:527 +msgid "No plug-in provided" +msgstr "Complemento no proporcionado" + +#: ../../godmode/agentes/module_manager_editor.php:550 +msgid "" +"Error, The field name and name in module_name in data configuration are " +"different." +msgstr "" +"Error, el nombre del campo y el nombre de module_name en los datos de " +"configuración son diferentes." + +#: ../../godmode/agentes/fields_manager.php:31 +msgid "Agents custom fields manager" +msgstr "Gestor de campos personalizados del agente." + +#: ../../godmode/agentes/fields_manager.php:44 +msgid "The name must not be empty" +msgstr "El nombre no puede estar vacío" + +#: ../../godmode/agentes/fields_manager.php:47 +msgid "The name must be unique" +msgstr "El nombre debe ser único" + +#: ../../godmode/agentes/fields_manager.php:52 +msgid "Field successfully created" +msgstr "Se ha creado el campo" + +#: ../../godmode/agentes/fields_manager.php:69 +msgid "Field successfully updated" +msgstr "Se ha actualizado el campo" + +#: ../../godmode/agentes/fields_manager.php:72 +msgid "There was a problem modifying field" +msgstr "Ha habido un problema al modificar el campo" + +#: ../../godmode/agentes/fields_manager.php:82 +msgid "There was a problem deleting field" +msgstr "Ha habido un problema al borrar el campo" + +#: ../../godmode/agentes/fields_manager.php:84 +msgid "Field successfully deleted" +msgstr "El campo se ha borrado correctamente" + +#: ../../godmode/agentes/fields_manager.php:138 +msgid "Create field" +msgstr "Crear campo" + +#: ../../godmode/agentes/module_manager_editor_common.php:70 +msgid "Using module component" +msgstr "Utilizar módulo de librería" + +#: ../../godmode/agentes/module_manager_editor_common.php:243 +msgid "Dynamic Threshold Interval" +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:247 +msgid "Dynamic Threshold Min. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:250 +msgid "Dynamic Threshold Max. " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:253 +msgid "Dynamic Threshold Two Tailed: " +msgstr "" + +#: ../../godmode/agentes/module_manager_editor_common.php:259 +#: ../../godmode/agentes/module_manager_editor_common.php:280 +msgid "Min. " +msgstr "Min. " + +#: ../../godmode/agentes/module_manager_editor_common.php:401 +msgid "Any value below this number is discarted." +msgstr "Cualquier valor por debajo de este número queda descartado" + +#: ../../godmode/agentes/module_manager_editor_common.php:403 +msgid "Any value over this number is discarted." +msgstr "Cualquier valor por encima de este número es descartado" + +#: ../../godmode/agentes/module_manager_editor_common.php:406 +#: ../../godmode/massive/massive_edit_modules.php:524 +msgid "Export target" +msgstr "Servidor de exportación" + +#: ../../godmode/agentes/module_manager_editor_common.php:416 +msgid "" +"In case you use an Export server you can link this module and export data to " +"one these." +msgstr "" +"En caso de que use un Export server, puede enlazar este modulo y exportar " +"los datos con el export server." + +#: ../../godmode/agentes/module_manager_editor_common.php:435 +#: ../../godmode/massive/massive_edit_modules.php:544 +msgid "FF interval" +msgstr "Intervalo FF" + +#: ../../godmode/agentes/module_manager_editor_common.php:438 +#: ../../godmode/massive/massive_edit_modules.php:545 +msgid "Module execution flip flop time interval (in secs)." +msgstr "Tiempo del intervalo de FlipFlip de ejecución del modulo (en segundos)" + +#: ../../godmode/agentes/module_manager_editor_common.php:533 +msgid "Tags from policy" +msgstr "Etiquetas desde política" + +#: ../../godmode/agentes/module_manager_editor_common.php:546 +msgid "The module still stores data but the alerts and events will be stop" +msgstr "" +"El módulo todavía almacena datos, pero las alertas y eventos se detendrán" + +#: ../../godmode/agentes/module_manager_editor_common.php:567 +#: ../../godmode/agentes/module_manager_editor_common.php:573 +msgid "Cron" +msgstr "Cron" + +#: ../../godmode/agentes/module_manager_editor_common.php:568 +#: ../../godmode/agentes/module_manager_editor_common.php:574 +msgid "" +"If cron is set the module interval is ignored and the module runs on the " +"specified date and time" +msgstr "" +"Si el cron está instalado el intervalo del módulo es ignorado y el módulo " +"corre con la fecha indicada" + +#: ../../godmode/agentes/module_manager_editor_common.php:580 +#: ../../godmode/massive/massive_edit_modules.php:602 +msgid "Seconds that agent will wait for the execution of the module." +msgstr "Segundos que el agente tendrá que esperar para la ejecución del módulo" + +#: ../../godmode/agentes/module_manager_editor_common.php:583 +msgid "Number of retries that the module will attempt to run." +msgstr "Número de intentos que el módulo intentara activar" + +#: ../../godmode/agentes/module_manager_editor_common.php:659 +msgid "Add relationship" +msgstr "Añadir relación" + +#: ../../godmode/agentes/module_manager_editor_common.php:677 +msgid "Changes" +msgstr "Cambios" + +#: ../../godmode/agentes/module_manager_editor_common.php:677 +msgid "Activate this to prevent the relation from being updated or deleted" +msgstr "Activar esta opción para evitar que sea actualizado o borrado" + +#: ../../godmode/agentes/planned_downtime.list.php:46 +msgid "An error occurred while migrating the malformed planned downtimes" +msgstr "" +"Ha ocurrido un error mientras se migraban paradas planificadas mal formadas" + +#: ../../godmode/agentes/planned_downtime.list.php:47 +msgid "Please run the migration again or contact with the administrator" +msgstr "" +"Por favor, ejecute el script de migración de nuevo o contacte con el " +"administrador" + +#: ../../godmode/agentes/planned_downtime.list.php:79 +msgid "An error occurred stopping the planned downtime" +msgstr "Se produjo un error deteniendo la parada planificada" + +#: ../../godmode/agentes/planned_downtime.list.php:101 +msgid "This planned downtime is running" +msgstr "Esta parada planificada se está ejecutando" + +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.editor.php:494 +msgid "Once" +msgstr "Una vez" + +#: ../../godmode/agentes/planned_downtime.list.php:153 +#: ../../godmode/agentes/planned_downtime.list.php:434 +#: ../../godmode/agentes/planned_downtime.editor.php:495 +msgid "Periodically" +msgstr "Periodicamente" + +#: ../../godmode/agentes/planned_downtime.list.php:154 +msgid "Execution type" +msgstr "Tipo de ejecución" + +#: ../../godmode/agentes/planned_downtime.list.php:156 +msgid "Show past downtimes" +msgstr "Mostrar paradas antiguas" + +#: ../../godmode/agentes/planned_downtime.list.php:358 +#: ../../godmode/agentes/planned_downtime.export_csv.php:199 +msgid "No planned downtime" +msgstr "No hay ninguna parada planificada" + +#: ../../godmode/agentes/planned_downtime.list.php:391 +msgid "Name #Ag." +msgstr "Nombre (núm. ag.)" + +#: ../../godmode/agentes/planned_downtime.list.php:400 +#: ../../godmode/agentes/planned_downtime.list.php:456 +msgid "Stop downtime" +msgstr "Detener parada planificada" + +#: ../../godmode/agentes/planned_downtime.list.php:428 +#: ../../godmode/agentes/planned_downtime.editor.php:489 +msgid "Disabled Agents" +msgstr "Agentes desactivados" + +#: ../../godmode/agentes/planned_downtime.list.php:429 +#: ../../godmode/agentes/planned_downtime.editor.php:490 +msgid "Disabled only Alerts" +msgstr "Deshabilitar sólo alertas" + +#: ../../godmode/agentes/planned_downtime.list.php:433 +msgid "once" +msgstr "Una vez" + +#: ../../godmode/agentes/planned_downtime.list.php:442 +msgid "Not running" +msgstr "No está en ejecución" + +#: ../../godmode/agentes/planned_downtime.list.php:535 +msgid "" +"WARNING: If you delete this planned downtime, it will not be taken into " +"account in future SLA reports" +msgstr "" +"ADVERTENCIA: Si se borra esta parada planificada, no se tendrá en cuenta en " +"futuros informes SLA" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "WARNING: There are malformed planned downtimes" +msgstr "ADVERTENCIA: Hay paradas planificadas mal formadas" + +#: ../../godmode/agentes/planned_downtime.list.php:541 +msgid "Do you want to migrate automatically the malformed items?" +msgstr "¿Quiere migrar automáticamente los elementos mal formados?" + +#: ../../godmode/agentes/agent_template.php:69 +msgid "Created by template " +msgstr "Creado mediante la plantilla " + +#: ../../godmode/agentes/agent_template.php:156 +msgid "Error adding modules" +msgstr "Error añadiendo módulos" + +#: ../../godmode/agentes/agent_template.php:158 +msgid "Error adding modules. The following errors already exists: " +msgstr "Error añadiendo módulos. Ocurrieron los siguientes errores: " + +#: ../../godmode/agentes/agent_template.php:161 +msgid "Modules successfully added" +msgstr "Módulos añadidos correctamente" + +#: ../../godmode/agentes/agent_template.php:188 +msgid "Assign" +msgstr "Asignar" + +#: ../../godmode/agentes/agent_template.php:262 +#: ../../mobile/operation/modules.php:587 +msgid "No modules" +msgstr "Sin módulos" + +#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 +#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297 +msgid "No agent selected or the agent does not exist" +msgstr "No se ha seleccionado un agente o ese agente no existe." + +#: ../../godmode/agentes/agent_conf_gis.php:53 +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:60 +msgid "Agent position" +msgstr "Posición del agente" + +#: ../../godmode/agentes/agent_conf_gis.php:66 +msgid "Latitude: " +msgstr "Latitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:70 +msgid "Longitude: " +msgstr "Longitud: " + +#: ../../godmode/agentes/agent_conf_gis.php:74 +msgid "Altitude: " +msgstr "Altitud: " + +#: ../../godmode/agentes/planned_downtime.editor.php:115 +#: ../../godmode/agentes/planned_downtime.editor.php:187 +#: ../../godmode/agentes/planned_downtime.editor.php:941 +msgid "This elements cannot be modified while the downtime is being executed" +msgstr "" +"Estos elementos no se pueden modificar mientras se está ejecutando el tiempo " +"de inactividad" + +#: ../../godmode/agentes/planned_downtime.editor.php:212 +#: ../../include/functions_planned_downtimes.php:42 +#: ../../include/functions_planned_downtimes.php:678 +msgid "" +"Not created. Error inserting data. Start time must be higher than the " +"current time" +msgstr "" +"No ha sido creado. Error insertando datos. La fecha de comienzo debe ser " +"mayor que la fecha actual" + +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:682 +#: ../../include/functions_planned_downtimes.php:687 +#: ../../include/functions_planned_downtimes.php:695 +#: ../../include/functions_planned_downtimes.php:702 +msgid "Not created. Error inserting data" +msgstr "No se pudo crear. Error al insertar los datos." + +#: ../../godmode/agentes/planned_downtime.editor.php:215 +#: ../../include/functions_planned_downtimes.php:45 +#: ../../include/functions_planned_downtimes.php:683 +msgid "The end date must be higher than the start date" +msgstr "La fecha de fin debe ser mayor que la fecha de inicio" + +#: ../../godmode/agentes/planned_downtime.editor.php:218 +#: ../../include/functions_planned_downtimes.php:688 +msgid "The end date must be higher than the current time" +msgstr "La fecha fin debería ser posterior a la fecha actual" + +#: ../../godmode/agentes/planned_downtime.editor.php:223 +#: ../../godmode/agentes/planned_downtime.editor.php:592 +#: ../../godmode/agentes/planned_downtime.editor.php:600 +#: ../../include/functions_planned_downtimes.php:50 +#: ../../include/functions_planned_downtimes.php:696 +msgid "The end time must be higher than the start time" +msgstr "La hora de fin debe ser mayor que la fecha de inicio" + +#: ../../godmode/agentes/planned_downtime.editor.php:226 +#: ../../godmode/agentes/planned_downtime.editor.php:581 +#: ../../include/functions_planned_downtimes.php:53 +#: ../../include/functions_planned_downtimes.php:703 +msgid "The end day must be higher than the start day" +msgstr "El día de fin debe ser mayor que el día de inicio" + +#: ../../godmode/agentes/planned_downtime.editor.php:275 +#: ../../include/functions_planned_downtimes.php:94 +#: ../../include/functions_planned_downtimes.php:717 +msgid "Each planned downtime must have a different name" +msgstr "Cada parada de servicio planeada debe tener un nombre diferente" + +#: ../../godmode/agentes/planned_downtime.editor.php:280 +#: ../../godmode/agentes/planned_downtime.editor.php:307 +#: ../../include/functions_planned_downtimes.php:100 +#: ../../include/functions_planned_downtimes.php:722 +msgid "Planned downtime must have a name" +msgstr "La parada de servicio planeada debe tener un nombre" + +#: ../../godmode/agentes/planned_downtime.editor.php:318 +msgid "Cannot be modified while the downtime is being executed" +msgstr "No pueden ser modificado mientras se está ejecutando la parada" + +#: ../../godmode/agentes/planned_downtime.editor.php:485 +msgid "Quiet: Modules will not generate events or fire alerts." +msgstr "Tranquilo: Módulos no generarán eventos o lanzar alertas." + +#: ../../godmode/agentes/planned_downtime.editor.php:486 +msgid "Disable Agents: Disables the selected agents." +msgstr "Deshabilitar agentes: Deshabilita los agentes seleccionados" + +#: ../../godmode/agentes/planned_downtime.editor.php:487 +msgid "Disable Alerts: Disable alerts for the selected agents." +msgstr "" +"Deshabilitar alertas: Deshabilita las alertas de los agentes seleccionados" + +#: ../../godmode/agentes/planned_downtime.editor.php:500 +msgid "Configure the time" +msgstr "Configurar el tiempo" + +#: ../../godmode/agentes/planned_downtime.editor.php:506 +#: ../../include/functions_reporting_html.php:63 +#: ../../include/functions_reporting_html.php:2648 +msgid "From:" +msgstr "Desde:" + +#: ../../godmode/agentes/planned_downtime.editor.php:517 +#: ../../include/functions_reporting_html.php:64 +#: ../../include/functions_reporting_html.php:2649 +msgid "To:" +msgstr "Hasta:" + +#: ../../godmode/agentes/planned_downtime.editor.php:531 +msgid "Type Periodicity:" +msgstr "Periodicidad del tipo" + +#: ../../godmode/agentes/planned_downtime.editor.php:569 +msgid "From day:" +msgstr "Desde el día:" + +#: ../../godmode/agentes/planned_downtime.editor.php:575 +msgid "To day:" +msgstr "Hasta el día:" + +#: ../../godmode/agentes/planned_downtime.editor.php:586 +msgid "From hour:" +msgstr "Desde la hora:" + +#: ../../godmode/agentes/planned_downtime.editor.php:594 +msgid "To hour:" +msgstr "Hasta la hora:" + +#: ../../godmode/agentes/planned_downtime.editor.php:637 +msgid "Available agents" +msgstr "Agentes disponibles" + +#: ../../godmode/agentes/planned_downtime.editor.php:714 +msgid "Available modules:" +msgstr "Módulos disponibles:" + +#: ../../godmode/agentes/planned_downtime.editor.php:715 +msgid "Only for type Quiet for downtimes." +msgstr "Sólo para tipo Quiet para paradas" + +#: ../../godmode/agentes/planned_downtime.editor.php:729 +msgid "Agents planned for this downtime" +msgstr "Agentes planificados para esta parada" + +#: ../../godmode/agentes/planned_downtime.editor.php:744 +msgid "There are no agents" +msgstr "No hay agentes" + +#: ../../godmode/agentes/planned_downtime.editor.php:779 +msgid "All alerts" +msgstr "Todas las alertas" + +#: ../../godmode/agentes/planned_downtime.editor.php:782 +msgid "Entire agent" +msgstr "Agente completo" + +#: ../../godmode/agentes/planned_downtime.editor.php:786 +#: ../../godmode/agentes/planned_downtime.editor.php:891 +msgid "All modules" +msgstr "Todos los módulos" + +#: ../../godmode/agentes/planned_downtime.editor.php:789 +#: ../../godmode/agentes/planned_downtime.editor.php:883 +#: ../../godmode/agentes/planned_downtime.editor.php:887 +msgid "Some modules" +msgstr "Algunos módulos" + +#: ../../godmode/agentes/planned_downtime.editor.php:855 +msgid "Add Module:" +msgstr "Añadir módulo:" + +#: ../../godmode/agentes/planned_downtime.editor.php:1071 +msgid "Please select a module." +msgstr "Por favor, seleccione un módulo" + +#: ../../godmode/agentes/planned_downtime.editor.php:1203 +msgid "" +"WARNING: If you edit this planned downtime, the data of future SLA reports " +"may be altered" +msgstr "" +"ADVERTENCIA: Si se modifica esta parada planificada, los datos de los " +"futuros informes SLA pueden ser alterados" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:96 +msgid "Source module" +msgstr "Módulo origen" + +#: ../../godmode/agentes/module_manager_editor_prediction.php:124 +#: ../../godmode/agentes/module_manager_editor_prediction.php:149 +msgid "Select Module" +msgstr "Seleccionar módulo" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:64 +#: ../../godmode/modules/manage_network_components_form_wmi.php:32 +msgid "WMI query" +msgstr "Consulta WMI" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:73 +#: ../../godmode/modules/manage_network_components_form_wmi.php:34 +msgid "Key string" +msgstr "Texto clave" + +#: ../../godmode/agentes/module_manager_editor_wmi.php:77 +#: ../../godmode/modules/manage_network_components_form_wmi.php:40 +msgid "Field number" +msgstr "Campo número" + +#: ../../godmode/netflow/nf_item_list.php:44 +#: ../../godmode/netflow/nf_item_list.php:54 +msgid "Report items" +msgstr "Elementos de informe" + +#: ../../godmode/netflow/nf_item_list.php:49 +msgid "Edit report" +msgstr "Editar informe" + +#: ../../godmode/netflow/nf_item_list.php:58 +msgid "Netflow reports" +msgstr "Informes Netflow" + +#: ../../godmode/netflow/nf_item_list.php:59 +msgid "Item list" +msgstr "Lista de items" + +#: ../../godmode/netflow/nf_item_list.php:151 +msgid "Chart type" +msgstr "Tipo de gráfico" + +#: ../../godmode/netflow/nf_item_list.php:255 +msgid "There are no defined items" +msgstr "No hay items definidos" + +#: ../../godmode/netflow/nf_edit.php:39 +msgid "Manage Netflow Filter" +msgstr "Filtro de gestión Netflow" + +#: ../../godmode/netflow/nf_edit.php:48 ../../godmode/netflow/nf_edit.php:52 +#: ../../godmode/netflow/nf_edit_form.php:66 +#: ../../godmode/netflow/nf_edit_form.php:71 ../../godmode/menu.php:56 +msgid "Netflow filters" +msgstr "Filtros Netflow" + +#: ../../godmode/netflow/nf_edit.php:162 +#: ../../godmode/events/event_filter.php:158 +msgid "There are no defined filters" +msgstr "No hay filtros definidos" + +#: ../../godmode/netflow/nf_edit_form.php:55 +#: ../../godmode/events/events.php:42 +msgid "Filter list" +msgstr "Lista de filtros" + +#: ../../godmode/netflow/nf_edit_form.php:59 +#: ../../godmode/netflow/nf_edit_form.php:67 +msgid "Add filter" +msgstr "Añadir filtro" + +#: ../../godmode/netflow/nf_edit_form.php:62 +msgid "Netflow Filter" +msgstr "Filtro Netflow" + +#: ../../godmode/netflow/nf_edit_form.php:132 +#: ../../godmode/modules/manage_nc_groups.php:99 +#: ../../godmode/setup/news.php:88 +#: ../../godmode/events/event_edit_filter.php:172 +msgid "Not updated. Error updating data" +msgstr "No se ha podido actualizar. Error al actualizar los datos." + +#: ../../godmode/netflow/nf_edit_form.php:206 +msgid "Filter:" +msgstr "Filtrar:" + +#: ../../godmode/servers/plugin.php:53 +msgid "Network Components" +msgstr "Componentes de red" + +#: ../../godmode/servers/plugin.php:224 +#: ../../godmode/setup/file_manager.php:63 +#: ../../include/functions_filemanager.php:561 +#, php-format +msgid "Index of %s" +msgstr "Índice de %s" + +#: ../../godmode/servers/plugin.php:266 +msgid "Plugin creation" +msgstr "Creación de complementos" + +#: ../../godmode/servers/plugin.php:269 +msgid "Plugin update" +msgstr "Actualización de complemento" + +#: ../../godmode/servers/plugin.php:299 +msgid "Plugin type" +msgstr "Tipo de complemento" + +#: ../../godmode/servers/plugin.php:300 ../../godmode/servers/plugin.php:759 +msgid "Standard" +msgstr "Estándar" + +#: ../../godmode/servers/plugin.php:301 ../../godmode/servers/plugin.php:761 +msgid "Nagios" +msgstr "Nagios" + +#: ../../godmode/servers/plugin.php:306 +msgid "Max. timeout" +msgstr "Máx. tiempo de expiración" + +#: ../../godmode/servers/plugin.php:306 +msgid "" +"This value only will be applied if is minor than the server general " +"configuration plugin timeout" +msgstr "" +"Este valor sólo se aplicará si es menor que el timeout del plugin de la " +"configuración general del servidor" + +#: ../../godmode/servers/plugin.php:306 +msgid "If you set a 0 seconds timeout, the server plugin timeout will be used" +msgstr "" +"Si fija en 0 segundos el timeout, se utilizará el timeout del plugin del " +"servidor" + +#: ../../godmode/servers/plugin.php:362 +msgid "Plugin command" +msgstr "Comando del complemento" + +#: ../../godmode/servers/plugin.php:373 +msgid "Plug-in parameters" +msgstr "Parámetros del plugin" + +#: ../../godmode/servers/plugin.php:381 +#: ../../godmode/alerts/alert_view.php:508 +#: ../../godmode/alerts/alert_view.php:595 +#: ../../godmode/alerts/configure_alert_action.php:153 +msgid "Command preview" +msgstr "Vista previa del comando" + +#: ../../godmode/servers/plugin.php:388 ../../godmode/servers/plugin.php:394 +#: ../../godmode/servers/plugin.php:737 +#: ../../godmode/servers/recon_script.php:370 +#: ../../godmode/massive/massive_edit_plugins.php:437 +#: ../../godmode/alerts/configure_alert_command.php:150 +#: ../../godmode/alerts/configure_alert_action.php:128 +#: ../../godmode/events/event_responses.editor.php:114 +#: ../../godmode/events/event_responses.editor.php:121 +#: ../../godmode/events/event_responses.editor.php:124 +msgid "Command" +msgstr "Comando" + +#: ../../godmode/servers/plugin.php:464 +#: ../../godmode/servers/recon_script.php:174 +msgid "Hide value" +msgstr "Ocultar valor" + +#: ../../godmode/servers/plugin.php:464 +#: ../../godmode/servers/recon_script.php:174 +msgid "This field will show up as dots like a password" +msgstr "En este campo aparecerán puntos como en un campo de tipo contraseña" + +#: ../../godmode/servers/plugin.php:524 ../../godmode/servers/plugin.php:531 +msgid "Parameters macros" +msgstr "Macros de los parámetros" + +#: ../../godmode/servers/plugin.php:564 +msgid "Plugins registered in Pandora FMS" +msgstr "Plugins registrados en Pandora FMS" + +#: ../../godmode/servers/plugin.php:569 +msgid "You need to create your own plugins with Windows compatibility" +msgstr "Necesitas crear tus propios plugins compatibles con Windows" + +#: ../../godmode/servers/plugin.php:629 +msgid "Problem updating plugin" +msgstr "Problema actualizando plugin" + +#: ../../godmode/servers/plugin.php:632 +msgid "Plugin updated successfully" +msgstr "Plugin actualizado correctamente" + +#: ../../godmode/servers/plugin.php:687 +msgid "Problem creating plugin" +msgstr "Problema al crear plugin" + +#: ../../godmode/servers/plugin.php:690 +msgid "Plugin created successfully" +msgstr "Plugin creado correctamente" + +#: ../../godmode/servers/plugin.php:700 +msgid "Problem deleting plugin" +msgstr "Error al borrar plugin" + +#: ../../godmode/servers/plugin.php:703 +msgid "Plugin deleted successfully" +msgstr "Plugin borrado correctamente" + +#: ../../godmode/servers/plugin.php:782 +msgid "All the modules that are using this plugin will be deleted" +msgstr "Todos los módulos que estén utilizando este plugin se borrarán" + +#: ../../godmode/servers/plugin.php:789 +msgid "There are no plugins in the system" +msgstr "No hay plugins en el sistema" + +#: ../../godmode/servers/plugin.php:801 +#, php-format +msgid "List of modules and components created by \"%s\" " +msgstr "Lista de los módulos y componentes creados por \"%s\" " + +#: ../../godmode/servers/plugin.php:909 ../../godmode/servers/plugin.php:925 +msgid "Some modules or components are using the plugin" +msgstr "Algunos módulos o componentes están usando el plugin" + +#: ../../godmode/servers/plugin.php:910 +msgid "" +"The modules or components should be updated manually or using the bulk " +"operations for plugins after this change" +msgstr "" +"Los módulos o componentes deberían ser actualizados manualmente o usando las " +"operaciones masivas para los plugins después de este cambio" + +#: ../../godmode/servers/plugin.php:912 +msgid "Are you sure you want to perform this action?" +msgstr "¿Está seguro de querer realizar esta acción?" + +#: ../../godmode/servers/plugin.php:926 +msgid "Are you sure you want to unlock this item?" +msgstr "¿Está seguro de querer desbloquear este elemento?" + +#: ../../godmode/servers/plugin.php:946 +msgid "" +"The plugin command cannot be updated because some modules or components are " +"using the plugin." +msgstr "" +"No se puede actualizar el comando. Este plugin está siendo utilizado por " +"módulos o componentes." + +#: ../../godmode/servers/plugin.php:952 +msgid "" +"The plugin macros cannot be updated because some modules or components are " +"using the plugin" +msgstr "" +"Las macros del plugin no pueden ser actualizadas porque algunos módulos o " +"componentes están usando el plugin" + +#: ../../godmode/servers/servers.build_table.php:142 +msgid "Reset module status and fired alert counts" +msgstr "Reiniciar estado de los módulos y el conteo de las alertas disparadas" + +#: ../../godmode/servers/servers.build_table.php:148 +msgid "Claim back SNMP modules" +msgstr "Re-ejecutar modulos SNMP" + +#: ../../godmode/servers/recon_script.php:73 +msgid "Recon script creation" +msgstr "Creación del Recon script" + +#: ../../godmode/servers/recon_script.php:75 +msgid "Recon script update" +msgstr "Actualizar el Recon Script" + +#: ../../godmode/servers/recon_script.php:101 +msgid "Script fullpath" +msgstr "Ruta completa del script" + +#: ../../godmode/servers/recon_script.php:228 +msgid "Recon scripts registered in Pandora FMS" +msgstr "Recon scripts registrados en Pandora FMS" + +#: ../../godmode/servers/recon_script.php:271 +msgid "Problem updating" +msgstr "Problema actualizando" + +#: ../../godmode/servers/recon_script.php:317 +msgid "Problem creating" +msgstr "Problema creando" + +#: ../../godmode/servers/recon_script.php:331 +msgid "Problem deleting reconscript" +msgstr "Problemas al borrar el Recon script" + +#: ../../godmode/servers/recon_script.php:334 +msgid "reconscript deleted successfully" +msgstr "El Recon Script ha sido eliminado con exito" + +#: ../../godmode/servers/recon_script.php:378 +msgid "There are no recon scripts in the system" +msgstr "No existen Recon scripts en el sistema" + +#: ../../godmode/servers/manage_recontask_form.php:181 +#: ../../godmode/servers/manage_recontask.php:43 +#: ../../include/functions_menu.php:473 +msgid "Manage recontask" +msgstr "Gestionar tarea recon" + +#: ../../godmode/servers/manage_recontask_form.php:188 +msgid "" +"By default, in Windows, Pandora FMS only support Standard network sweep, not " +"custom scripts" +msgstr "" +"Por defecto, en Windows, Pandora FMS sólo soporta Standard Network Sweep, no " +"scripts personalizados" + +#: ../../godmode/servers/manage_recontask_form.php:223 +msgid "" +"You must select a Recon Server for the Task, otherwise the Recon Task will " +"never run" +msgstr "" +"Debe seleccionar un Servidor Recon para la tarea, de otra forma la tarea " +"Recon nunca se ejecutará" + +#: ../../godmode/servers/manage_recontask_form.php:231 +msgid "Network sweep" +msgstr "Barrido de red" + +#: ../../godmode/servers/manage_recontask_form.php:248 +msgid "Manual interval means that it will be executed only On-demand" +msgstr "Intervalo manual significa que será ejecutado solo bajo demanda" + +#: ../../godmode/servers/manage_recontask_form.php:255 +msgid "The minimum recomended interval for Recon Task is 5 minutes" +msgstr "El intervalo mínimo recomendado para Recon Task es de 5 minutos" + +#: ../../godmode/servers/manage_recontask_form.php:260 +msgid "Module template" +msgstr "Plantilla de módulos" -#: ../../godmode/menu.php:209 #: ../../godmode/servers/manage_recontask_form.php:269 +#: ../../godmode/menu.php:219 msgid "Recon script" msgstr "Recon script" -#: ../../godmode/menu.php:233 -msgid "General Setup" -msgstr "Configuracion general" +#: ../../godmode/servers/manage_recontask_form.php:294 +#: ../../godmode/servers/manage_recontask.php:288 +msgid "Ports" +msgstr "Puertos" -#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:90 -#: ../../godmode/setup/setup.php:121 -msgid "Visual styles" -msgstr "Estilos visuales" +#: ../../godmode/servers/manage_recontask_form.php:297 +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 "" +"Puertos definidos como: 80 o 80443512 o incluso 0-1024 (igual que en la " +"línea de comandos de Nmap). Si no es necesario hacer una deteccion en " +"funcion de puertos TCP, dejarlo en blanco." -#: ../../godmode/menu.php:261 ../../godmode/setup/gis.php:32 -msgid "Map conections GIS" -msgstr "Conexión de mapa GIS" +#: ../../godmode/servers/manage_recontask_form.php:308 +msgid "Choose if the discovery of a new system creates an incident or not." +msgstr "" +"Elegir si al encontrar un nuevo sistema se crea una incidencia o por el " +"contrario, no se crea" -#: ../../godmode/menu.php:265 ../../godmode/setup/os.php:139 -msgid "Edit OS" -msgstr "Editar SO" +#: ../../godmode/servers/manage_recontask_form.php:311 +msgid "SNMP Default community" +msgstr "Comunidad SNMP por defecto" -#: ../../godmode/menu.php:276 -msgid "Admin tools" -msgstr "Herramientas administrativas" +#: ../../godmode/servers/manage_recontask_form.php:317 +msgid "Explanation" +msgstr "Explicacion" -#: ../../godmode/menu.php:282 -msgid "System audit log" -msgstr "Auditoría del sistema" +#: ../../godmode/servers/manage_recontask_form.php:358 +msgid "OS detection" +msgstr "Detección de SO" -#: ../../godmode/menu.php:284 ../../godmode/menu.php:409 -#: ../../general/links_menu.php:20 -msgid "Links" -msgstr "Enlaces" +#: ../../godmode/servers/manage_recontask_form.php:362 +msgid "Name resolution" +msgstr "Resolución de nombres" -#: ../../godmode/menu.php:286 -msgid "Update manager" -msgstr "Update manager" +#: ../../godmode/servers/manage_recontask_form.php:366 +msgid "Parent detection" +msgstr "Detección de padres" -#: ../../godmode/menu.php:294 -msgid "DB maintenance" -msgstr "Gestión BBDD" +#: ../../godmode/servers/manage_recontask_form.php:370 +msgid "Parent recursion" +msgstr "Recursión del padre" -#: ../../godmode/menu.php:299 -msgid "DB information" -msgstr "Información BBDD" +#: ../../godmode/servers/manage_recontask_form.php:371 +msgid "" +"Maximum number of parent hosts that will be created if parent detection is " +"enabled." +msgstr "" +"Máximo número de agentes padre que se podrán crear (si la activación del " +"padre está activada)" -#: ../../godmode/menu.php:300 ../../godmode/db/db_purge.php:38 -msgid "Database purge" -msgstr "Purgar BBDD" +#: ../../godmode/servers/manage_recontask.php:55 +msgid "Successfully deleted recon task" +msgstr "Tarea recon borrada correctamente" -#: ../../godmode/menu.php:302 -msgid "Database audit" -msgstr "Auditoría BBDD" +#: ../../godmode/servers/manage_recontask.php:58 +msgid "Error deleting recon task" +msgstr "Error al borrar tarea recon" -#: ../../godmode/menu.php:303 -msgid "Database event" -msgstr "Evento de la base de datos" +#: ../../godmode/servers/manage_recontask.php:68 +#: ../../godmode/servers/manage_recontask.php:177 +msgid "Successfully updated recon task" +msgstr "Tarea de reconocimiento actualizada correctamente" -#: ../../godmode/menu.php:307 -msgid "Diagnostic info" -msgstr "Información de diagnostico" +#: ../../godmode/servers/manage_recontask.php:75 +#: ../../godmode/servers/manage_recontask.php:180 +msgid "Error updating recon task" +msgstr "Error al actualizar la tarea recon" -#: ../../godmode/menu.php:310 -msgid "Site news" -msgstr "Noticias del sistema" +#: ../../godmode/servers/manage_recontask.php:161 +#: ../../godmode/servers/manage_recontask.php:231 +msgid "Wrong format in Subnet field" +msgstr "Formato incorrecto en el campo subnet" -#: ../../godmode/menu.php:316 ../../godmode/agentes/configurar_agente.php:367 -#: ../../godmode/agentes/configurar_agente.php:531 -msgid "SNMP Wizard" -msgstr "Wizard SNMP" +#: ../../godmode/servers/manage_recontask.php:227 +msgid "Recon-task name already exists and incorrect format in Subnet field" +msgstr "" +"Nombre de tarea recon ya existe y formato incorrecto en el campo de subred" -#: ../../godmode/menu.php:327 -msgid "Extension manager" -msgstr "Gerente de extensión" +#: ../../godmode/servers/manage_recontask.php:235 +#: ../../godmode/servers/manage_recontask.php:244 +msgid "Recon-task name already exists" +msgstr "El nombre de la tarea de recon ya existe" + +#: ../../godmode/servers/manage_recontask.php:258 +msgid "Successfully created recon task" +msgstr "Tarea de reconocimiento creada correctamente" + +#: ../../godmode/servers/manage_recontask.php:261 +msgid "Error creating recon task" +msgstr "Error al crear la tarea de reconocimiento" + +#: ../../godmode/servers/manage_recontask.php:384 +msgid "There are no recon task configured" +msgstr "No hay ninguna tarea de reconocimiento configurada" + +#: ../../godmode/servers/modificar_server.php:35 +msgid "Update Server" +msgstr "Actualizar servidor" + +#: ../../godmode/servers/modificar_server.php:61 +msgid "Remote Configuration" +msgstr "Configuración remota" + +#: ../../godmode/servers/modificar_server.php:66 +msgid "Pandora servers" +msgstr "Servidores" + +#: ../../godmode/servers/modificar_server.php:112 +msgid "Server updated successfully" +msgstr "Servidor actualizado correctamente" + +#: ../../godmode/servers/modificar_server.php:115 +msgid "There was a problem updating the server" +msgstr "Hubo un problema al actualizar el servidor" + +#: ../../godmode/groups/group_list.php:158 +msgid "Edit or delete groups can cause problems with synchronization" +msgstr "Editar o borrar grupos puede causar problemas con la sincronización" + +#: ../../godmode/groups/group_list.php:164 +msgid "Groups defined in Pandora" +msgstr "Grupos definidos en Pandora FMS" + +#: ../../godmode/groups/group_list.php:208 +#: ../../godmode/groups/modu_group_list.php:75 +msgid "Group successfully created" +msgstr "Grupo creado correctamente" + +#: ../../godmode/groups/group_list.php:211 +#: ../../godmode/groups/modu_group_list.php:78 +msgid "There was a problem creating group" +msgstr "Ha habido un problema al crear el grupo" + +#: ../../godmode/groups/group_list.php:215 +msgid "Each group must have a different name" +msgstr "Cada grupo debe tener un nombre diferente" + +#: ../../godmode/groups/group_list.php:220 +msgid "Group must have a name" +msgstr "El grupo debe tener un nombre" + +#: ../../godmode/groups/group_list.php:263 +#: ../../godmode/groups/modu_group_list.php:106 +msgid "Group successfully updated" +msgstr "Grupo actualizado correctamente" + +#: ../../godmode/groups/group_list.php:266 +#: ../../godmode/groups/modu_group_list.php:109 +msgid "There was a problem modifying group" +msgstr "Ha habido un problema al modificar el grupo" + +#: ../../godmode/groups/group_list.php:291 +#, php-format +msgid "The group is not empty. It is use in %s." +msgstr "El grupo no está vacío. Está en uso en %s." + +#: ../../godmode/groups/group_list.php:295 +#: ../../godmode/groups/modu_group_list.php:138 +msgid "Group successfully deleted" +msgstr "Grupo eliminado correctamente" + +#: ../../godmode/groups/group_list.php:298 +#: ../../godmode/groups/modu_group_list.php:136 +msgid "There was a problem deleting group" +msgstr "Ha habido un problema al borrar el grupo" + +#: ../../godmode/groups/group_list.php:387 +msgid "There are no defined groups" +msgstr "No hay grupos definidos" + +#: ../../godmode/groups/group_list.php:393 +#: ../../godmode/groups/configure_group.php:92 +msgid "Create group" +msgstr "Crear grupo" + +#: ../../godmode/groups/configure_group.php:90 +msgid "Update group" +msgstr "Actualizar grupo" + +#: ../../godmode/groups/configure_group.php:104 +msgid "Update Group" +msgstr "Actualizar Grupo" + +#: ../../godmode/groups/configure_group.php:106 +msgid "Create Group" +msgstr "Crear Grupo" + +#: ../../godmode/groups/configure_group.php:142 +msgid "You have not access to the parent." +msgstr "No tiene acceso al padre" + +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate ACL" +msgstr "Propagar ACL" + +#: ../../godmode/groups/configure_group.php:164 +msgid "Propagate the same ACL security into the child subgroups." +msgstr "" +"Propaga la misma seguridad ACL del padre a todos los grupos hijos que " +"dependen de él" + +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact" +msgstr "Contacto" + +#: ../../godmode/groups/configure_group.php:173 +msgid "Contact information accessible through the _groupcontact_ macro" +msgstr "Información de contacto accesible a través de _groupcontact_ macro" + +#: ../../godmode/groups/configure_group.php:176 +msgid "Information accessible through the _group_other_ macro" +msgstr "Información accesible a través de _group_other_ macro" + +#: ../../godmode/groups/configure_group.php:221 +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 "" +"ADVERTENCIA: Estás intentando crear un grupo en un nodo que es perteneciente " +"a una Metaconsola.\\n\\nEste grupo y todo su contenido no será visible en la " +"Metaconsola.\\n\\nSi quieres crear un grupo visible, debes de realizarlo en " +"la Metaconsola y propagarlo al nodo. " + +#: ../../godmode/groups/modu_group_list.php:55 +msgid "Module groups defined in Pandora" +msgstr "Grupos de módulos definidos en Pandora" + +#: ../../godmode/groups/modu_group_list.php:82 +#: ../../godmode/groups/modu_group_list.php:113 +msgid "Each module group must have a different name" +msgstr "Cada grupo de módulos debe tener un nombre diferente" + +#: ../../godmode/groups/modu_group_list.php:86 +#: ../../godmode/groups/modu_group_list.php:117 +msgid "Module group must have a name" +msgstr "El grupo de módulos debe tener un nombre" + +#: ../../godmode/groups/modu_group_list.php:208 +msgid "There are no defined module groups" +msgstr "No hay grupos de módulos definidos" + +#: ../../godmode/groups/modu_group_list.php:213 +msgid "Create module group" +msgstr "crear grupo de módulos" + +#: ../../godmode/groups/configure_modu_group.php:32 +msgid "Module group management" +msgstr "gestión del grupo de módulos" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 +msgid "SNMP Trap generator" +msgstr "Generador de Traps SNMP" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 +msgid "Empty parameters" +msgstr "Parámetros vacíos" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 +msgid "Successfully generated" +msgstr "Generado satisfactoriamente" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#, php-format +msgid "Could not be generated: %s" +msgstr "No se pudo generar: %s" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 +msgid "SNMP Type" +msgstr "Tipo de SNMP" + +#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 +msgid "Generate trap" +msgstr "Generar trap" + +#: ../../godmode/snmpconsole/snmp_filters.php:42 +msgid "Filter overview" +msgstr "Revisión del filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:51 +msgid "There was a problem updating the filter" +msgstr "Ha habido un problema al actualizar el filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:63 +msgid "There was a problem creating the filter" +msgstr "Ha habido un problema al crear el filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:73 +msgid "There was a problem deleting the filter" +msgstr "Ha habido un problema al borrar el filtro" + +#: ../../godmode/snmpconsole/snmp_filters.php:98 +msgid "" +"This field contains a substring, could be part of a IP address, a numeric " +"OID, or a plain substring" +msgstr "" +"Este campo contiene una subcadena, que podría ser parte de una dirección " +"IP , un OID numérico o una subcadena simple" + +#: ../../godmode/snmpconsole/snmp_alert.php:72 +msgid "Update alert" +msgstr "Actualizar alerta" + +#: ../../godmode/snmpconsole/snmp_alert.php:80 +msgid "Alert overview" +msgstr "Vista general de alertas" + +#: ../../godmode/snmpconsole/snmp_alert.php:227 +msgid "There was a problem creating the alert" +msgstr "Hubo un problema al crear la alerta" + +#: ../../godmode/snmpconsole/snmp_alert.php:295 +msgid "There was a problem updating the alert" +msgstr "Hubo un problema al actualizar la alerta" + +#: ../../godmode/snmpconsole/snmp_alert.php:455 +msgid "There was a problem deleting the alert" +msgstr "Hubo un problema al borrar la alerta" + +#: ../../godmode/snmpconsole/snmp_alert.php:575 +#: ../../godmode/snmpconsole/snmp_alert.php:585 +#: ../../godmode/snmpconsole/snmp_alert.php:595 +#: ../../godmode/snmpconsole/snmp_alert.php:607 +#: ../../godmode/snmpconsole/snmp_alert.php:619 +#: ../../godmode/snmpconsole/snmp_alert.php:631 +#: ../../godmode/snmpconsole/snmp_alert.php:643 +#: ../../godmode/snmpconsole/snmp_alert.php:653 +#: ../../godmode/snmpconsole/snmp_alert.php:663 +#: ../../godmode/snmpconsole/snmp_alert.php:673 +#: ../../godmode/snmpconsole/snmp_alert.php:683 +#: ../../godmode/snmpconsole/snmp_alert.php:692 +#: ../../godmode/snmpconsole/snmp_alert.php:701 +#: ../../godmode/snmpconsole/snmp_alert.php:710 +#: ../../godmode/snmpconsole/snmp_alert.php:719 +#: ../../godmode/snmpconsole/snmp_alert.php:728 +#: ../../godmode/snmpconsole/snmp_alert.php:737 +#: ../../godmode/snmpconsole/snmp_alert.php:745 +#: ../../godmode/snmpconsole/snmp_alert.php:753 +#: ../../godmode/snmpconsole/snmp_alert.php:761 +msgid "Variable bindings/Data" +msgstr "Variables enlaces/ Datos" + +#: ../../godmode/snmpconsole/snmp_alert.php:840 +#: ../../godmode/snmpconsole/snmp_alert.php:1045 +msgid "Alert action" +msgstr "Acción de alerta" + +#: ../../godmode/snmpconsole/snmp_alert.php:894 +msgid "" +"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " +"Single value, each Variable bindings/Datas." +msgstr "" +"Búsqueda por estos campos de descripción , OID , Valor personalizado , " +"Agente SNMP (IP ) , el valor individual , cada uno de enlaces Variables / " +"Datos ." + +#: ../../godmode/snmpconsole/snmp_alert.php:913 +msgid "Alert SNMP control filter" +msgstr "Filtro de control de alerta SNMP" + +#: ../../godmode/snmpconsole/snmp_alert.php:1006 +msgid "There are no SNMP alerts" +msgstr "No hay definida ninguna alerta SNMP" + +#: ../../godmode/snmpconsole/snmp_alert.php:1054 +msgid "Custom Value/Enterprise String" +msgstr "Valor personalizado / Cadena Enterprise" + +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +#: ../../include/functions_treeview.php:370 +#: ../../include/functions_reporting_html.php:2136 +#: ../../include/functions_reporting_html.php:2364 +msgid "Times fired" +msgstr "Veces disparada" + +#: ../../godmode/snmpconsole/snmp_alert.php:1059 +msgid "TF." +msgstr "TF." + +#: ../../godmode/snmpconsole/snmp_alert.php:1143 +msgid "ID Alert SNMP" +msgstr "ID alerta SNMP" + +#: ../../godmode/snmpconsole/snmp_alert.php:1367 +msgid "Add action " +msgstr "Añadir acción " + +#: ../../godmode/extensions.php:27 +msgid "Defined extensions" +msgstr "Extensiones definidas" + +#: ../../godmode/extensions.php:32 +msgid "There are no extensions defined" +msgstr "No hay extensiones definidas" #: ../../godmode/extensions.php:146 msgid "Godmode Function" @@ -26659,110 +25815,679 @@ msgstr "Pestaña operaciones de agente" msgid "Agent godmode tab" msgstr "Pestaña administración de agente" -#: ../../godmode/events/event_filter.php:154 -#: ../../godmode/netflow/nf_edit.php:162 -msgid "There are no defined filters" -msgstr "No hay filtros definidos" +#: ../../godmode/category/category.php:44 +#: ../../godmode/category/category.php:51 +#: ../../godmode/category/edit_category.php:43 +#: ../../godmode/category/edit_category.php:50 +msgid "List categories" +msgstr "Lista de categorías" -#: ../../godmode/events/event_responses.php:52 -msgid "Response added succesfully" -msgstr "Respuesta añadida con éxito" +#: ../../godmode/category/category.php:58 +#: ../../godmode/category/category.php:61 +#: ../../godmode/category/edit_category.php:57 +#: ../../godmode/category/edit_category.php:60 +msgid "Categories configuration" +msgstr "Configuración de categorías" -#: ../../godmode/events/event_responses.php:55 -msgid "Response cannot be added" -msgstr "La respuesta no se puede añadir" +#: ../../godmode/category/category.php:72 +msgid "Error deleting category" +msgstr "Error al eliminar categoría" -#: ../../godmode/events/event_responses.php:81 -msgid "Response updated succesfully" -msgstr "Repuesta actualizada con éxito" +#: ../../godmode/category/category.php:76 +msgid "Successfully deleted category" +msgstr "Categoría eliminada con éxito" -#: ../../godmode/events/event_responses.php:84 -msgid "Response cannot be updated" -msgstr "La respuesta no se puede actualizar" +#: ../../godmode/category/category.php:110 +msgid "Category name" +msgstr "Nombre de la categoría" -#: ../../godmode/events/event_responses.php:93 -msgid "Response deleted succesfully" -msgstr "Respuesta eliminada con éxito" +#: ../../godmode/category/category.php:141 +msgid "No categories found" +msgstr "Ninguna categoría encontrada" -#: ../../godmode/events/event_responses.php:96 -msgid "Response cannot be deleted" -msgstr "La respuesta no se puede eliminar" +#: ../../godmode/category/category.php:150 +#: ../../godmode/category/edit_category.php:146 +msgid "Create category" +msgstr "Crear categoría" -#: ../../godmode/events/event_responses.editor.php:63 -msgid "Edit event responses" -msgstr "Editar respuestas de eventos" +#: ../../godmode/category/edit_category.php:57 +msgid "Editor" +msgstr "Editor" -#: ../../godmode/events/event_responses.editor.php:93 -msgid "For Command type Modal Window mode is enforced" -msgstr "Para tipo comando , se aplica el modo Modal Window" +#: ../../godmode/category/edit_category.php:76 +msgid "Error updating category" +msgstr "Error al actualizar categoría" -#: ../../godmode/events/event_responses.editor.php:94 -msgid "Modal window" -msgstr "Modal window" +#: ../../godmode/category/edit_category.php:80 +msgid "Successfully updated category" +msgstr "Categoría actualizada con éxito" -#: ../../godmode/events/event_responses.editor.php:94 -msgid "New window" -msgstr "Nueva ventana" +#: ../../godmode/category/edit_category.php:99 +msgid "Error creating category" +msgstr "Error al crear categoría" -#: ../../godmode/events/event_responses.editor.php:114 -#: ../../godmode/events/event_responses.editor.php:121 -#: ../../godmode/events/event_responses.editor.php:124 -#: ../../godmode/alerts/configure_alert_command.php:150 -#: ../../godmode/alerts/configure_alert_action.php:128 -#: ../../godmode/servers/plugin.php:338 ../../godmode/servers/plugin.php:344 -#: ../../godmode/servers/plugin.php:687 -#: ../../godmode/servers/recon_script.php:370 -#: ../../godmode/massive/massive_edit_plugins.php:437 -msgid "Command" -msgstr "Comando" +#: ../../godmode/category/edit_category.php:105 +msgid "Successfully created category" +msgstr "Categoría creada con éxito" -#: ../../godmode/events/event_responses.list.php:38 -msgid "No responses found" -msgstr "No se encontraron respuestas" +#: ../../godmode/category/edit_category.php:137 +msgid "Update category" +msgstr "Actualizar categoría" -#: ../../godmode/events/event_responses.list.php:76 -msgid "Create response" -msgstr "Crear respuesta" +#: ../../godmode/massive/massive_add_action_alerts.php:85 +msgid "No alerts selected" +msgstr "No se seleccionó ninguna alerta" -#: ../../godmode/events/custom_events.php:133 -msgid "Load default event fields" -msgstr "Cargar campos de evento por defecto" +#: ../../godmode/massive/massive_add_action_alerts.php:105 +msgid "No action selected" +msgstr "No se ha seleccionado ninguna acción" -#: ../../godmode/events/custom_events.php:133 -msgid "Default event fields will be loaded. Do you want to continue?" -msgstr "Se cargarán campos de evento por defecto. ¿Desea continuar?" +#: ../../godmode/massive/massive_add_action_alerts.php:142 +#: ../../godmode/massive/massive_delete_action_alerts.php:145 +msgid "Agents with templates" +msgstr "Agentes con plantillas" -#: ../../godmode/events/events.php:41 -#: ../../godmode/netflow/nf_edit_form.php:55 -msgid "Filter list" -msgstr "Lista de filtros" - -#: ../../godmode/events/event_edit_filter.php:159 -#: ../../godmode/netflow/nf_edit_form.php:132 ../../godmode/setup/news.php:88 -#: ../../godmode/modules/manage_nc_groups.php:99 -msgid "Not updated. Error updating data" -msgstr "No se ha podido actualizar. Error al actualizar los datos." - -#: ../../godmode/events/event_edit_filter.php:190 -msgid "Update Filter" -msgstr "Actualizar Filtro" - -#: ../../godmode/events/event_edit_filter.php:193 -msgid "Create Filter" -msgstr "Crear filtro" - -#: ../../godmode/events/event_edit_filter.php:207 +#: ../../godmode/massive/massive_add_action_alerts.php:204 +#: ../../godmode/massive/massive_delete_agents.php:163 +#: ../../godmode/massive/massive_edit_modules.php:645 +#: ../../godmode/massive/massive_add_alerts.php:213 +#: ../../godmode/massive/massive_edit_agents.php:487 +#: ../../godmode/massive/massive_copy_modules.php:424 +#: ../../godmode/massive/massive_delete_modules.php:727 +#: ../../godmode/massive/massive_delete_alerts.php:265 msgid "" -"This group will be use to restrict the visibility of this filter with ACLs" +"Unsucessful sending the data, please contact with your administrator or make " +"with less elements." msgstr "" -"Este grupo se usará para restringir la visibilidad de este filtro con ACLs" +"El envio de datos no ha tenido éxito, por favor contacte con su " +"administrador o hágalo con menos elementos" -#: ../../godmode/events/event_edit_filter.php:273 -msgid "Choose between the users who have validated an event. " -msgstr "Escoja entre los usuarios que tienen validado un evento " +#: ../../godmode/massive/massive_add_tags.php:43 +msgid "No tags selected" +msgstr "Ninguna etiqueta seleccionada" + +#: ../../godmode/massive/massive_edit_plugins.php:151 +msgid "Error retrieving the plugin macros" +msgstr "Error al recuperar las macros de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:158 +msgid "Error retrieving the modified macros" +msgstr "Error al recuperar las macros modificadas" + +#: ../../godmode/massive/massive_edit_plugins.php:172 +msgid "Error retrieving the module plugin macros" +msgstr "Error al recuperar las macros del módulo de plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:190 +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:224 +msgid "Error building the new macros" +msgstr "Error al construir las nuevas macros" + +#: ../../godmode/massive/massive_edit_plugins.php:253 +#, php-format +msgid "%d modules updated" +msgstr "%d módulos actualizados" + +#: ../../godmode/massive/massive_edit_plugins.php:272 +msgid "There are not registered plugins" +msgstr "No hay plugins registrados" + +#: ../../godmode/massive/massive_edit_plugins.php:421 +msgid "Invalid plugin data" +msgstr "Dato de plugin inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:528 +msgid "Clear" +msgstr "Vaciar" + +#: ../../godmode/massive/massive_edit_plugins.php:556 +msgid "Invalid macros array" +msgstr "Array de macros inválida" + +#: ../../godmode/massive/massive_edit_plugins.php:581 +msgid "Multiple values" +msgstr "Valores múltiples" + +#: ../../godmode/massive/massive_edit_plugins.php:613 +#: ../../godmode/massive/massive_edit_plugins.php:750 +#: ../../godmode/massive/massive_edit_plugins.php:766 +msgid "Invalid agents array" +msgstr "Array de agentes inválida" + +#: ../../godmode/massive/massive_edit_plugins.php:629 +msgid "Invalid agent element" +msgstr "Elemento de agente inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:640 +msgid "Invalid modules array" +msgstr "Array de módulos inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:668 +msgid "Invalid module element" +msgstr "Elemento de módulo inválido" + +#: ../../godmode/massive/massive_edit_plugins.php:876 +msgid "There are no modules using this plugin" +msgstr "No hay módulos usando este plugin" + +#: ../../godmode/massive/massive_edit_plugins.php:955 +msgid "There was a problem loading the module plugin macros data" +msgstr "" +"Hubo un problema al cargar los datos de las macros del módulo de plugin" + +#: ../../godmode/massive/massive_delete_agents.php:57 +#, php-format +msgid "" +"There was an error deleting the agent, the operation has been cancelled " +"Could not delete agent %s" +msgstr "" +"Se produjo un error al eliminar el agente. La operación ha sido cancelada. " +"No se pudo eliminar el agente %s" + +#: ../../godmode/massive/massive_delete_agents.php:63 +#, php-format +msgid "Successfully deleted (%s)" +msgstr "Borrado correctamente (%s)" + +#: ../../godmode/massive/massive_delete_agents.php:123 +#, fuzzy +msgid "Only disabled agents" +msgstr "Sólo deshabilitado" + +#: ../../godmode/massive/massive_delete_profiles.php:61 +msgid "Not deleted. You must select an existing user" +msgstr "No borrado. Debe seleccionar un usuario existente" + +#: ../../godmode/massive/massive_delete_profiles.php:87 +msgid "Profiles deleted successfully" +msgstr "Perfiles borrados satisfactoriamente" + +#: ../../godmode/massive/massive_delete_profiles.php:88 +msgid "Profiles cannot be deleted" +msgstr "No se pudieron borrar los perfiles" + +#: ../../godmode/massive/massive_standby_alerts.php:154 +msgid "Not standby alerts" +msgstr "Alertas sin standby" + +#: ../../godmode/massive/massive_standby_alerts.php:165 +#: ../../godmode/massive/massive_standby_alerts.php:169 +msgid "Set standby selected alerts" +msgstr "Poner en standby las alertas seleccionadas" + +#: ../../godmode/massive/massive_standby_alerts.php:171 +msgid "Standby alerts" +msgstr "Alertas en standby" + +#: ../../godmode/massive/massive_operations.php:36 +msgid "Bulk alert add" +msgstr "Añadir alerta masiva" + +#: ../../godmode/massive/massive_operations.php:37 +msgid "Bulk alert delete" +msgstr "Eliminar alerta masiva" + +#: ../../godmode/massive/massive_operations.php:38 +msgid "Bulk alert actions add" +msgstr "Añadir acciones de alerta masiva" + +#: ../../godmode/massive/massive_operations.php:39 +msgid "Bulk alert actions delete" +msgstr "Eliminar acciones de alerta masiva" + +#: ../../godmode/massive/massive_operations.php:40 +msgid "Bulk alert enable/disable" +msgstr "Habilitar/Deshabilitar alerta masiva" + +#: ../../godmode/massive/massive_operations.php:41 +msgid "Bulk alert setting standby" +msgstr "Configuración de espera de alertas masiva" + +#: ../../godmode/massive/massive_operations.php:44 +msgid "Bulk agent edit" +msgstr "Edición agentes masiva" + +#: ../../godmode/massive/massive_operations.php:45 +msgid "Bulk agent delete" +msgstr "Eliminar agentes masivamente" + +#: ../../godmode/massive/massive_operations.php:49 +msgid "Bulk profile add" +msgstr "Añadir perfiles masivamente" + +#: ../../godmode/massive/massive_operations.php:50 +msgid "Bulk profile delete" +msgstr "Eliminar perfiles masivamente" + +#: ../../godmode/massive/massive_operations.php:57 +msgid "Bulk module delete" +msgstr "Eliminar módulos masivamente" + +#: ../../godmode/massive/massive_operations.php:58 +msgid "Bulk module edit" +msgstr "Editar módulos masivamente" + +#: ../../godmode/massive/massive_operations.php:59 +msgid "Bulk module copy" +msgstr "Copiar módulos masivamente" + +#: ../../godmode/massive/massive_operations.php:62 +msgid "Bulk plugin edit" +msgstr "Editar plugin masivamente" + +#: ../../godmode/massive/massive_operations.php:155 ../../godmode/menu.php:122 +msgid "Alerts operations" +msgstr "Operaciones sobre alertas" + +#: ../../godmode/massive/massive_operations.php:160 ../../godmode/menu.php:120 +msgid "Users operations" +msgstr "Operaciones sobre usuarios" + +#: ../../godmode/massive/massive_operations.php:165 ../../godmode/menu.php:116 +msgid "Agents operations" +msgstr "Operaciones sobre agentes" + +#: ../../godmode/massive/massive_operations.php:170 ../../godmode/menu.php:117 +msgid "Modules operations" +msgstr "Operaciones sobre módulos" + +#: ../../godmode/massive/massive_operations.php:175 ../../godmode/menu.php:118 +msgid "Plugins operations" +msgstr "Operaciones de plugins" + +#: ../../godmode/massive/massive_operations.php:239 +msgid "Please wait..." +msgstr "Por favor, espere..." + +#: ../../godmode/massive/massive_operations.php:276 +msgid "The blank fields will not be updated" +msgstr "Los campos en blanco no se actualizarán" + +#: ../../godmode/massive/massive_edit_modules.php:239 +#: ../../godmode/massive/massive_delete_modules.php:396 +msgid "Selection mode" +msgstr "Modo de seleccion" + +#: ../../godmode/massive/massive_edit_modules.php:240 +#: ../../godmode/massive/massive_delete_modules.php:397 +msgid "Select modules first" +msgstr "Escoja los módulos primero" + +#: ../../godmode/massive/massive_edit_modules.php:242 +#: ../../godmode/massive/massive_delete_modules.php:399 +msgid "Select agents first" +msgstr "Escoja los agentes primero" + +#: ../../godmode/massive/massive_edit_modules.php:258 +#: ../../godmode/massive/massive_delete_modules.php:414 +msgid "Select all modules of this type" +msgstr "Seleccionar todos los módulos de este tipo" + +#: ../../godmode/massive/massive_edit_modules.php:287 +#: ../../godmode/massive/massive_delete_modules.php:443 +msgid "Select all modules of this group" +msgstr "Seleccionar todos los modulos de este grupo" + +#: ../../godmode/massive/massive_edit_modules.php:293 +#: ../../godmode/massive/massive_delete_modules.php:464 +#, fuzzy +msgid "Module Status" +msgstr "Estado del módulo" + +#: ../../godmode/massive/massive_edit_modules.php:311 +#: ../../godmode/massive/massive_delete_modules.php:483 +msgid "When select modules" +msgstr "Cuando se seleccionan módulos" + +#: ../../godmode/massive/massive_edit_modules.php:314 +#: ../../godmode/massive/massive_delete_modules.php:486 +msgid "Show common agents" +msgstr "Mostrar agentes comunes" + +#: ../../godmode/massive/massive_edit_modules.php:315 +#: ../../godmode/massive/massive_delete_modules.php:487 +msgid "Show all agents" +msgstr "Mostrar todos los agentes" + +#: ../../godmode/massive/massive_edit_modules.php:324 +#, fuzzy +msgid "Agent Status" +msgstr "Estado de agente" + +#: ../../godmode/massive/massive_edit_modules.php:350 +#: ../../godmode/massive/massive_delete_modules.php:501 +#, fuzzy +msgid "Show unknown and not init modules" +msgstr "Mostrar el top N de módulos" + +#: ../../godmode/massive/massive_edit_modules.php:359 +#, fuzzy +msgid "Dynamic Min." +msgstr "Vista dinámica" + +#: ../../godmode/massive/massive_edit_modules.php:479 +msgid "SMNP community" +msgstr "Comunidad SMNP" + +#: ../../godmode/massive/massive_edit_modules.php:563 +msgid "Policy linking status" +msgstr "Estado de enlaces de la política" + +#: ../../godmode/massive/massive_edit_modules.php:563 +msgid "This field only has sense in modules adopted by a policy." +msgstr "" +"Este campo sólo tiene sentido en los módulos aprobados por una política." + +#: ../../godmode/massive/massive_edit_modules.php:564 +msgid "Linked" +msgstr "Enlazado" + +#: ../../godmode/massive/massive_edit_modules.php:594 +msgid "The module still store data but the alerts and events will be stop" +msgstr "" +"El módulo todavía almacena datos pero las alertas y los eventos se detendrán" + +#: ../../godmode/massive/massive_add_alerts.php:78 +#: ../../godmode/massive/massive_delete_alerts.php:78 +msgid "No alert selected" +msgstr "No se seleccionó ninguna alerta" + +#: ../../godmode/massive/massive_edit_agents.php:95 +msgid "No values changed" +msgstr "No se han cambiado valores" + +#: ../../godmode/massive/massive_edit_agents.php:124 +msgid "Configuration files deleted successfully" +msgstr "Los archivos de configuracion se borraron satisfactoriamente" + +#: ../../godmode/massive/massive_edit_agents.php:125 +msgid "Configuration files cannot be deleted" +msgstr "Los archivos de configuración no se pudieron borrar" + +#: ../../godmode/massive/massive_edit_agents.php:183 +msgid "Agents updated successfully" +msgstr "Los agentes se actualizaron correctamente" + +#: ../../godmode/massive/massive_edit_agents.php:184 +msgid "Agents cannot be updated" +msgstr "Los agentes no se pudieron actualizar" + +#: ../../godmode/massive/massive_edit_agents.php:352 +msgid "Delete available remote configurations" +msgstr "Borrar las configuraciones remotas disponibles" + +#: ../../godmode/massive/massive_edit_agents.php:384 +msgid "Without status" +msgstr "Sin estatus" + +#: ../../godmode/massive/massive_delete_tags.php:107 +msgid "No tag selected" +msgstr "Ninguna etiqueta seleccionada" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:154 +msgid "Enabled alerts" +msgstr "Alertas activadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:165 +msgid "Disable selected alerts" +msgstr "Desactivar alertas seleccionadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:169 +msgid "Enable selected alerts" +msgstr "Activar alertas seleccionadas" + +#: ../../godmode/massive/massive_enable_disable_alerts.php:171 +msgid "Disabled alerts" +msgstr "Deshabilitar alertas" + +#: ../../godmode/massive/massive_copy_modules.php:141 +msgid "Copy alerts" +msgstr "Copiar alertas" + +#: ../../godmode/massive/massive_copy_modules.php:150 +msgid "No modules for this agent" +msgstr "No existen módulos para este agente" + +#: ../../godmode/massive/massive_copy_modules.php:159 +msgid "No alerts for this agent" +msgstr "Ninguna alerta para este agente" + +#: ../../godmode/massive/massive_copy_modules.php:217 +msgid "To agent(s)" +msgstr "A los agentes" + +#: ../../godmode/massive/massive_copy_modules.php:434 +#: ../../include/functions_agents.php:527 +msgid "No source agent to copy" +msgstr "No hay agente de origen del que copiar" + +#: ../../godmode/massive/massive_copy_modules.php:442 +msgid "No operation selected" +msgstr "No se seleccionó ninguna operación" + +#: ../../godmode/massive/massive_copy_modules.php:447 +#: ../../godmode/db/db_refine.php:47 ../../include/functions_agents.php:557 +msgid "No modules have been selected" +msgstr "No se ha seleccionado ningún módulo" + +#: ../../godmode/massive/massive_copy_modules.php:452 +#: ../../include/functions_agents.php:532 +msgid "No destiny agent(s) to copy" +msgstr "No hay agentes destino a los que copiar" + +#: ../../godmode/massive/massive_delete_modules.php:56 +msgid "No module selected" +msgstr "No se seleccionó ningún módulo" + +#: ../../godmode/massive/massive_delete_modules.php:230 +msgid "" +"There was an error deleting the modules, the operation has been cancelled" +msgstr "Hubo un error al borrar los módulos, se canceló la operación" + +#: ../../godmode/massive/massive_add_profiles.php:72 +msgid "Profiles added successfully" +msgstr "Perfiles agregados con éxito" + +#: ../../godmode/massive/massive_add_profiles.php:73 +msgid "Profiles cannot be added" +msgstr "Los perfiles no se han podido agregar" + +#: ../../godmode/massive/massive_delete_action_alerts.php:56 +msgid "Could not be deleted. No agents selected" +msgstr "No se puede borrar. Ningún agente seleccionado" + +#: ../../godmode/massive/massive_delete_action_alerts.php:72 +msgid "Could not be deleted. No alerts selected" +msgstr "No se puede borrar. No hay alertas seleccionadas" + +#: ../../godmode/massive/massive_delete_action_alerts.php:111 +msgid "Could not be deleted. No action selected" +msgstr "No se puede eliminar. No hay acciones seleccionadas" + +#: ../../godmode/users/configure_profile.php:49 +#: ../../godmode/users/profile_list.php:53 +msgid "Profiles defined in Pandora" +msgstr "Perfiles definidos en Pandora" + +#: ../../godmode/users/configure_profile.php:113 +msgid "Create profile" +msgstr "Crear perfil" + +#: ../../godmode/users/configure_profile.php:119 +msgid "There was a problem loading profile" +msgstr "Hubo un problema al cargar el perfil" + +#: ../../godmode/users/configure_profile.php:219 +msgid "Update profile" +msgstr "Actualizar perfil" + +#: ../../godmode/users/configure_profile.php:229 +msgid "Update Profile" +msgstr "Actualizar Perfil" + +#: ../../godmode/users/configure_profile.php:231 +msgid "Create Profile" +msgstr "Crear Perfil" + +#: ../../godmode/users/configure_profile.php:249 +msgid "View agents" +msgstr "Ver agentes" + +#: ../../godmode/users/configure_profile.php:253 +msgid "Disable agents" +msgstr "Desactivar agentes" + +#: ../../godmode/users/configure_profile.php:257 +msgid "Edit agents" +msgstr "Editar agentes" + +#: ../../godmode/users/configure_profile.php:264 +msgid "Edit alerts" +msgstr "Editar alertas" + +#: ../../godmode/users/configure_profile.php:279 +msgid "Edit events" +msgstr "Editar eventos" + +#: ../../godmode/users/configure_profile.php:294 +msgid "Edit reports" +msgstr "Editar informes" + +#: ../../godmode/users/configure_profile.php:298 +msgid "Manage reports" +msgstr "Gestionar informes" + +#: ../../godmode/users/configure_profile.php:305 +msgid "View network maps" +msgstr "Ver mapas de red" + +#: ../../godmode/users/configure_profile.php:309 +msgid "Edit network maps" +msgstr "Editar mapas de red" + +#: ../../godmode/users/configure_profile.php:313 +msgid "Manage network maps" +msgstr "Gestionar mapas de red" + +#: ../../godmode/users/configure_profile.php:320 +#: ../../include/functions_menu.php:486 +msgid "View visual console" +msgstr "Ver consola visual" + +#: ../../godmode/users/configure_profile.php:324 +msgid "Edit visual console" +msgstr "Editar consola visual" + +#: ../../godmode/users/configure_profile.php:328 +#: ../../include/functions_menu.php:521 +msgid "Manage visual console" +msgstr "Gestionar consolas visuales" + +#: ../../godmode/users/configure_profile.php:335 +msgid "View incidents" +msgstr "Ver incidentes" + +#: ../../godmode/users/configure_profile.php:339 +msgid "Edit incidents" +msgstr "Editar incidentes" + +#: ../../godmode/users/configure_profile.php:343 +msgid "Manage incidents" +msgstr "Gestionar incidentes" + +#: ../../godmode/users/configure_profile.php:350 +msgid "Manage users" +msgstr "Gestionar usuarios" + +#: ../../godmode/users/configure_profile.php:357 +msgid "Manage database" +msgstr "Gestión de la base de datos" + +#: ../../godmode/users/configure_profile.php:364 +msgid "Pandora management" +msgstr "Gestionar Pandora FMS" + +#: ../../godmode/users/user_list.php:121 +msgid "Users defined in Pandora" +msgstr "Usuarios definidos en Pandora" + +#: ../../godmode/users/user_list.php:143 +#, php-format +msgid "Deleted user %s" +msgstr "Usuario eliminado %s" + +#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 +msgid "There was a problem deleting the user" +msgstr "Hubo un problema al borrar el usuario" + +#: ../../godmode/users/user_list.php:163 +#, php-format +msgid "Deleted user %s from metaconsole" +msgstr "Usuario eliminado %s de la metaconsola" + +#: ../../godmode/users/user_list.php:172 +#, php-format +msgid "Deleted user %s from %s" +msgstr "Uuario eliminado %s de %s" + +#: ../../godmode/users/user_list.php:175 +#, php-format +msgid "Successfully deleted from %s" +msgstr "Eliminado correctamente de %s" + +#: ../../godmode/users/user_list.php:176 +#, php-format +msgid "There was a problem deleting the user from %s" +msgstr "Se produjo un problema al eliminar al usuario de %s" + +#: ../../godmode/users/user_list.php:189 +#: ../../godmode/users/profile_list.php:88 +msgid "There was a problem deleting the profile" +msgstr "Hubo un problema al borrar el perfil" + +#: ../../godmode/users/user_list.php:204 +msgid "There was a problem disabling user" +msgstr "Hubo un problema al deshabilitar el usuario" + +#: ../../godmode/users/user_list.php:209 +msgid "There was a problem enabling user" +msgstr "Hubo un problema al habilitar el usuario" + +#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 +msgid "Search by username, fullname or email" +msgstr "Buscar por nombre de usuario, nombre completo o email" + +#: ../../godmode/users/user_list.php:249 +msgid "Users control filter" +msgstr "Filtro de usuarios" + +#: ../../godmode/users/user_list.php:406 ../../godmode/tag/tag.php:204 +#: ../../godmode/tag/edit_tag.php:205 +msgid "Phone" +msgstr "Teléfono" + +#: ../../godmode/users/user_list.php:471 +msgid "Deleting User" +msgstr "Borrando usuario." + +#: ../../godmode/users/user_list.php:473 +msgid "Delete from all consoles" +msgstr "Eliminar de todas las consolas" + +#: ../../godmode/users/user_list.php:473 +#, php-format +msgid "Deleting User %s from all consoles" +msgstr "Eliminando usuario %s de todas las consolas" + +#: ../../godmode/users/user_list.php:489 +msgid "Create user" +msgstr "Crear usuario" -#: ../../godmode/users/configure_user.php:144 #: ../../godmode/users/user_list.php:493 +#: ../../godmode/users/configure_user.php:144 msgid "" "The current authentication scheme doesn't support creating users from " "Pandora FMS" @@ -26900,180 +26625,6 @@ msgstr "" "Con esta opción habilitada, el usuario podrá tener acceso a los nodos de la " "consola" -#: ../../godmode/users/configure_profile.php:49 -#: ../../godmode/users/profile_list.php:53 -msgid "Profiles defined in Pandora" -msgstr "Perfiles definidos en Pandora" - -#: ../../godmode/users/configure_profile.php:113 -msgid "Create profile" -msgstr "Crear perfil" - -#: ../../godmode/users/configure_profile.php:119 -msgid "There was a problem loading profile" -msgstr "Hubo un problema al cargar el perfil" - -#: ../../godmode/users/configure_profile.php:219 -msgid "Update profile" -msgstr "Actualizar perfil" - -#: ../../godmode/users/configure_profile.php:229 -msgid "Update Profile" -msgstr "Actualizar Perfil" - -#: ../../godmode/users/configure_profile.php:231 -msgid "Create Profile" -msgstr "Crear Perfil" - -#: ../../godmode/users/configure_profile.php:248 -msgid "View incidents" -msgstr "Ver incidentes" - -#: ../../godmode/users/configure_profile.php:252 -msgid "Edit incidents" -msgstr "Editar incidentes" - -#: ../../godmode/users/configure_profile.php:256 -msgid "Manage incidents" -msgstr "Gestionar incidentes" - -#: ../../godmode/users/configure_profile.php:262 -msgid "View agents" -msgstr "Ver agentes" - -#: ../../godmode/users/configure_profile.php:266 -msgid "Edit agents" -msgstr "Editar agentes" - -#: ../../godmode/users/configure_profile.php:270 -msgid "Disable agents" -msgstr "Desactivar agentes" - -#: ../../godmode/users/configure_profile.php:276 -msgid "Edit alerts" -msgstr "Editar alertas" - -#: ../../godmode/users/configure_profile.php:286 -msgid "Manage users" -msgstr "Gestionar usuarios" - -#: ../../godmode/users/configure_profile.php:292 -msgid "Manage database" -msgstr "Gestión de la base de datos" - -#: ../../godmode/users/configure_profile.php:302 -msgid "Edit events" -msgstr "Editar eventos" - -#: ../../godmode/users/configure_profile.php:312 -#: ../../general/shortcut_bar.php:217 -msgid "View reports" -msgstr "Ver informaes" - -#: ../../godmode/users/configure_profile.php:316 -msgid "Edit reports" -msgstr "Editar informes" - -#: ../../godmode/users/configure_profile.php:320 -msgid "Manage reports" -msgstr "Gestionar informes" - -#: ../../godmode/users/configure_profile.php:326 -msgid "View network maps" -msgstr "Ver mapas de red" - -#: ../../godmode/users/configure_profile.php:330 -msgid "Edit network maps" -msgstr "Editar mapas de red" - -#: ../../godmode/users/configure_profile.php:334 -msgid "Manage network maps" -msgstr "Gestionar mapas de red" - -#: ../../godmode/users/configure_profile.php:344 -msgid "Edit visual console" -msgstr "Editar consola visual" - -#: ../../godmode/users/configure_profile.php:354 -msgid "Pandora management" -msgstr "Gestionar Pandora FMS" - -#: ../../godmode/users/user_list.php:121 -msgid "Users defined in Pandora" -msgstr "Usuarios definidos en Pandora" - -#: ../../godmode/users/user_list.php:143 -#, php-format -msgid "Deleted user %s" -msgstr "Usuario eliminado %s" - -#: ../../godmode/users/user_list.php:148 ../../godmode/users/user_list.php:181 -msgid "There was a problem deleting the user" -msgstr "Hubo un problema al borrar el usuario" - -#: ../../godmode/users/user_list.php:163 -#, php-format -msgid "Deleted user %s from metaconsole" -msgstr "Usuario eliminado %s de la metaconsola" - -#: ../../godmode/users/user_list.php:172 -#, php-format -msgid "Deleted user %s from %s" -msgstr "Uuario eliminado %s de %s" - -#: ../../godmode/users/user_list.php:175 -#, php-format -msgid "Successfully deleted from %s" -msgstr "Eliminado correctamente de %s" - -#: ../../godmode/users/user_list.php:176 -#, php-format -msgid "There was a problem deleting the user from %s" -msgstr "Se produjo un problema al eliminar al usuario de %s" - -#: ../../godmode/users/user_list.php:189 -#: ../../godmode/users/profile_list.php:88 -msgid "There was a problem deleting the profile" -msgstr "Hubo un problema al borrar el perfil" - -#: ../../godmode/users/user_list.php:204 -msgid "There was a problem disabling user" -msgstr "Hubo un problema al deshabilitar el usuario" - -#: ../../godmode/users/user_list.php:209 -msgid "There was a problem enabling user" -msgstr "Hubo un problema al habilitar el usuario" - -#: ../../godmode/users/user_list.php:231 ../../godmode/users/user_list.php:233 -msgid "Search by username, fullname or email" -msgstr "Buscar por nombre de usuario, nombre completo o email" - -#: ../../godmode/users/user_list.php:249 -msgid "Users control filter" -msgstr "Filtro de usuarios" - -#: ../../godmode/users/user_list.php:406 ../../godmode/tag/edit_tag.php:200 -#: ../../godmode/tag/tag.php:204 -msgid "Phone" -msgstr "Teléfono" - -#: ../../godmode/users/user_list.php:471 -msgid "Deleting User" -msgstr "Borrando usuario." - -#: ../../godmode/users/user_list.php:473 -msgid "Delete from all consoles" -msgstr "Eliminar de todas las consolas" - -#: ../../godmode/users/user_list.php:473 -#, php-format -msgid "Deleting User %s from all consoles" -msgstr "Eliminando usuario %s de todas las consolas" - -#: ../../godmode/users/user_list.php:489 -msgid "Create user" -msgstr "Crear usuario" - #: ../../godmode/users/profile_list.php:80 msgid "" "Unsucessful delete profile. Because the profile is used by some admin users." @@ -27122,369 +26673,253 @@ msgstr "Gestión de consola visual" msgid "There are no defined profiles" msgstr "No hay perfiles definidos" -#: ../../godmode/category/edit_category.php:43 -#: ../../godmode/category/edit_category.php:50 -#: ../../godmode/category/category.php:44 -#: ../../godmode/category/category.php:51 -msgid "List categories" -msgstr "Lista de categorías" - -#: ../../godmode/category/edit_category.php:57 -#: ../../godmode/category/edit_category.php:60 -#: ../../godmode/category/category.php:58 -#: ../../godmode/category/category.php:61 -msgid "Categories configuration" -msgstr "Configuración de categorías" - -#: ../../godmode/category/edit_category.php:57 -msgid "Editor" -msgstr "Editor" - -#: ../../godmode/category/edit_category.php:76 -msgid "Error updating category" -msgstr "Error al actualizar categoría" - -#: ../../godmode/category/edit_category.php:80 -msgid "Successfully updated category" -msgstr "Categoría actualizada con éxito" - -#: ../../godmode/category/edit_category.php:99 -msgid "Error creating category" -msgstr "Error al crear categoría" - -#: ../../godmode/category/edit_category.php:105 -msgid "Successfully created category" -msgstr "Categoría creada con éxito" - -#: ../../godmode/category/edit_category.php:137 -msgid "Update category" -msgstr "Actualizar categoría" - -#: ../../godmode/category/edit_category.php:146 -#: ../../godmode/category/category.php:150 -msgid "Create category" -msgstr "Crear categoría" - -#: ../../godmode/category/category.php:72 -msgid "Error deleting category" -msgstr "Error al eliminar categoría" - -#: ../../godmode/category/category.php:76 -msgid "Successfully deleted category" -msgstr "Categoría eliminada con éxito" - -#: ../../godmode/category/category.php:110 -msgid "Category name" -msgstr "Nombre de la categoría" - -#: ../../godmode/category/category.php:141 -msgid "No categories found" -msgstr "Ninguna categoría encontrada" - -#: ../../godmode/snmpconsole/snmp_alert.php:72 -msgid "Update alert" -msgstr "Actualizar alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:80 -msgid "Alert overview" -msgstr "Vista general de alertas" - -#: ../../godmode/snmpconsole/snmp_alert.php:227 -msgid "There was a problem creating the alert" -msgstr "Hubo un problema al crear la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:295 -msgid "There was a problem updating the alert" -msgstr "Hubo un problema al actualizar la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:455 -msgid "There was a problem deleting the alert" -msgstr "Hubo un problema al borrar la alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:575 -#: ../../godmode/snmpconsole/snmp_alert.php:585 -#: ../../godmode/snmpconsole/snmp_alert.php:595 -#: ../../godmode/snmpconsole/snmp_alert.php:607 -#: ../../godmode/snmpconsole/snmp_alert.php:619 -#: ../../godmode/snmpconsole/snmp_alert.php:631 -#: ../../godmode/snmpconsole/snmp_alert.php:643 -#: ../../godmode/snmpconsole/snmp_alert.php:653 -#: ../../godmode/snmpconsole/snmp_alert.php:663 -#: ../../godmode/snmpconsole/snmp_alert.php:673 -#: ../../godmode/snmpconsole/snmp_alert.php:683 -#: ../../godmode/snmpconsole/snmp_alert.php:692 -#: ../../godmode/snmpconsole/snmp_alert.php:701 -#: ../../godmode/snmpconsole/snmp_alert.php:710 -#: ../../godmode/snmpconsole/snmp_alert.php:719 -#: ../../godmode/snmpconsole/snmp_alert.php:728 -#: ../../godmode/snmpconsole/snmp_alert.php:737 -#: ../../godmode/snmpconsole/snmp_alert.php:745 -#: ../../godmode/snmpconsole/snmp_alert.php:753 -#: ../../godmode/snmpconsole/snmp_alert.php:761 -msgid "Variable bindings/Data" -msgstr "Variables enlaces/ Datos" - -#: ../../godmode/snmpconsole/snmp_alert.php:840 -#: ../../godmode/snmpconsole/snmp_alert.php:1045 -msgid "Alert action" -msgstr "Acción de alerta" - -#: ../../godmode/snmpconsole/snmp_alert.php:894 -msgid "" -"Search by these fields description, OID, Custom Value, SNMP Agent (IP), " -"Single value, each Variable bindings/Datas." -msgstr "" -"Búsqueda por estos campos de descripción , OID , Valor personalizado , " -"Agente SNMP (IP ) , el valor individual , cada uno de enlaces Variables / " -"Datos ." - -#: ../../godmode/snmpconsole/snmp_alert.php:913 -msgid "Alert SNMP control filter" -msgstr "Filtro de control de alerta SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:1006 -msgid "There are no SNMP alerts" -msgstr "No hay definida ninguna alerta SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:1054 -msgid "Custom Value/Enterprise String" -msgstr "Valor personalizado / Cadena Enterprise" - -#: ../../godmode/snmpconsole/snmp_alert.php:1059 -msgid "TF." -msgstr "TF." - -#: ../../godmode/snmpconsole/snmp_alert.php:1143 -msgid "ID Alert SNMP" -msgstr "ID alerta SNMP" - -#: ../../godmode/snmpconsole/snmp_alert.php:1367 -msgid "Add action " -msgstr "Añadir acción " - -#: ../../godmode/snmpconsole/snmp_filters.php:42 -msgid "Filter overview" -msgstr "Revisión del filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:51 -msgid "There was a problem updating the filter" -msgstr "Ha habido un problema al actualizar el filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:63 -msgid "There was a problem creating the filter" -msgstr "Ha habido un problema al crear el filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:73 -msgid "There was a problem deleting the filter" -msgstr "Ha habido un problema al borrar el filtro" - -#: ../../godmode/snmpconsole/snmp_filters.php:98 -msgid "" -"This field contains a substring, could be part of a IP address, a numeric " -"OID, or a plain substring" -msgstr "" -"Este campo contiene una subcadena, que podría ser parte de una dirección IP " -", un OID numérico o una subcadena simple" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:37 -msgid "SNMP Trap generator" -msgstr "Generador de Traps SNMP" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:51 -msgid "Empty parameters" -msgstr "Parámetros vacíos" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:56 -msgid "Successfully generated" -msgstr "Generado satisfactoriamente" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:57 +#: ../../godmode/update_manager/update_manager.online.php:45 #, php-format -msgid "Could not be generated: %s" -msgstr "No se pudo generar: %s" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:81 -msgid "SNMP Type" -msgstr "Tipo de SNMP" - -#: ../../godmode/snmpconsole/snmp_trap_generator.php:89 -msgid "Generate trap" -msgstr "Generar trap" - -#: ../../godmode/gis_maps/index.php:65 -#: ../../godmode/gis_maps/configure_gis_map.php:212 -msgid "GIS Maps builder" -msgstr "Mapas GIS" - -#: ../../godmode/gis_maps/index.php:70 -#: ../../godmode/reporting/map_builder.php:207 -msgid "Map name" -msgstr "Nombre de mapa" - -#: ../../godmode/gis_maps/configure_gis_map.php:100 -msgid "Map successfully created" -msgstr "Mapa creado exitosamente" - -#: ../../godmode/gis_maps/configure_gis_map.php:101 -msgid "Map could not be created" -msgstr "El mapa no puso ser creado" - -#: ../../godmode/gis_maps/configure_gis_map.php:192 -msgid "Map successfully update" -msgstr "Mapa exitosamente actualizado" - -#: ../../godmode/gis_maps/configure_gis_map.php:193 -msgid "Map could not be updated" -msgstr "El mapa no ha podido ser actualizado" - -#: ../../godmode/gis_maps/configure_gis_map.php:209 -msgid "View GIS" -msgstr "Ver GIS" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Map Name" -msgstr "Nombre del mapa" - -#: ../../godmode/gis_maps/configure_gis_map.php:319 -msgid "Descriptive name for the map" -msgstr "nombre descriptivo para el mapa" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 -msgid "Add Map connection" -msgstr "Añadir conexión a mapa" - -#: ../../godmode/gis_maps/configure_gis_map.php:338 msgid "" -"At least one map connection must be defined, it will be possible to change " -"between the connections in the map" +"Your PHP has set memory limit in %s. For avoid problems with big updates " +"please set to 500M" msgstr "" -"Como mínimo una conexion de mapa debe definirse. Será posible intercambiar " -"las conexiones del mapa." +"Tu PHP tiene configurado set memory limit a %s. Para evitar problemas con " +"actualizaciones de gran tamaño, por favor configuralo a 500M" -#: ../../godmode/gis_maps/configure_gis_map.php:356 -msgid "Group that owns the map" -msgstr "Grupo dueño del mapa" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom" -msgstr "Zoom por defecto" - -#: ../../godmode/gis_maps/configure_gis_map.php:359 -msgid "Default zoom level when opening the map" -msgstr "Nivel de zoom por defecto al abrir el mapa" - -#: ../../godmode/gis_maps/configure_gis_map.php:362 -msgid "Center Latitude" -msgstr "Latitud central" - -#: ../../godmode/gis_maps/configure_gis_map.php:365 -msgid "Center Longitude" -msgstr "Longitud central" - -#: ../../godmode/gis_maps/configure_gis_map.php:368 -msgid "Center Altitude" -msgstr "Altitud central" - -#: ../../godmode/gis_maps/configure_gis_map.php:371 -msgid "Default Latitude" -msgstr "Latitud por defecto" - -#: ../../godmode/gis_maps/configure_gis_map.php:374 -msgid "Default Longitude" -msgstr "Longitud por defecto" - -#: ../../godmode/gis_maps/configure_gis_map.php:377 -msgid "Default Altitude" -msgstr "Altitud por defecto" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 -msgid "Layers" -msgstr "Capas" - -#: ../../godmode/gis_maps/configure_gis_map.php:382 +#: ../../godmode/update_manager/update_manager.online.php:52 +#, php-format msgid "" -"Each layer can show agents from one group or the agents added to that layer " -"or both." +"Your PHP has set post parameter max size limit in %s. For avoid problems " +"with big updates please set to 100M" msgstr "" -"Cada capa puede mostrar agentes de un grupo o los agentes añadidos a esa " -"capa o ambas cosas" +"Tu PHP ha establecido el parámetro límite del tamaño máximo en% s . Para " +"evitar problemas en caso de grandes cambios por favor corrija a 100M" -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "List of layers" -msgstr "Lista de capas" +#: ../../godmode/update_manager/update_manager.online.php:59 +#, 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 "" +"Tu PHP ha establecido el límite del tamaño máximo permitido para la súbida " +"de documentos en %s. Para evitar problemas en caso de grandes cambios por " +"favor corrija a 100 M" -#: ../../godmode/gis_maps/configure_gis_map.php:388 -msgid "It is possible to edit, delete and reorder the layers." -msgstr "Es posible editar, borrar y reordenar las capas" +#: ../../godmode/update_manager/update_manager.online.php:74 +#, fuzzy +msgid "The last version of package installed is:" +msgstr "La última versión de paquete instalado es: %d" -#: ../../godmode/gis_maps/configure_gis_map.php:389 -msgid "New layer" -msgstr "Nueva capa" +#: ../../godmode/update_manager/update_manager.online.php:79 +msgid "Checking for the newest package." +msgstr "Comprobando el paquete más reciente" -#: ../../godmode/gis_maps/configure_gis_map.php:397 -msgid "Layer name" -msgstr "Nombre capa" +#: ../../godmode/update_manager/update_manager.online.php:83 +msgid "Downloading for the newest package." +msgstr "Descargando nuevos paquetes" -#: ../../godmode/gis_maps/configure_gis_map.php:399 -msgid "Visible" -msgstr "Visible" +#: ../../godmode/update_manager/update_manager.messages.php:96 +#: ../../godmode/update_manager/update_manager.messages.php:170 +#, fuzzy +msgid "Mark as not read" +msgstr "Marcar como no leído" -#: ../../godmode/gis_maps/configure_gis_map.php:403 -msgid "Show agents from group" -msgstr "Mostrar agentes del grupo" +#: ../../godmode/update_manager/update_manager.messages.php:101 +#: ../../godmode/update_manager/update_manager.messages.php:175 +#, fuzzy +msgid "Mark as read" +msgstr "Marcar como no leído" -#: ../../godmode/gis_maps/configure_gis_map.php:415 -msgid "Add agent" -msgstr "Añadir agente" +#: ../../godmode/update_manager/update_manager.messages.php:186 +#, fuzzy +msgid "There is not any update manager messages." +msgstr "No hay actualizaciones disponibles" -#: ../../godmode/gis_maps/configure_gis_map.php:431 -msgid "List of Agents to be shown in the layer" -msgstr "lista de los agentes que se mostrarán en la capa" +#: ../../godmode/update_manager/update_manager.offline.php:37 +msgid "Drop the package here or" +msgstr "Suelte el paquete aquí o" -#: ../../godmode/gis_maps/configure_gis_map.php:438 -#: ../../godmode/gis_maps/configure_gis_map.php:614 -#: ../../godmode/gis_maps/configure_gis_map.php:625 -msgid "Save Layer" -msgstr "Guardar capa" +#: ../../godmode/update_manager/update_manager.offline.php:38 +msgid "browse it" +msgstr "Examinarlo" -#: ../../godmode/gis_maps/configure_gis_map.php:457 -msgid "Update map" -msgstr "Actualizar mapa" +#: ../../godmode/update_manager/update_manager.offline.php:39 +msgid "The package has been uploaded successfully." +msgstr "Se ha subido correctamente el paquete." -#: ../../godmode/gis_maps/configure_gis_map.php:658 -#: ../../godmode/gis_maps/configure_gis_map.php:714 -msgid "Update Layer" -msgstr "Actualizar capa" +#: ../../godmode/update_manager/update_manager.offline.php:40 +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 "" +"Recuerda que este paquete sobreescribirá los ficheros actuales de Pandora " +"FMS. Se recomienda hacer un backup antes de continuar el proceso" -#: ../../godmode/gis_maps/configure_gis_map.php:780 -msgid "Do you want to use the default data from the connection?" -msgstr "¿Quiere usar los datos que vienen por defecto de la conexión ?" +#: ../../godmode/update_manager/update_manager.offline.php:41 +msgid "Click on the file below to begin." +msgstr "Click en el fichero de abajo para comenzar" -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "The connection" -msgstr "La conexión" +#: ../../godmode/update_manager/update_manager.offline.php:42 +msgid "Updating" +msgstr "Actualizando" -#: ../../godmode/gis_maps/configure_gis_map.php:815 -msgid "just added previously." -msgstr "Ya añadido previamente" +#: ../../godmode/update_manager/update_manager.offline.php:43 +msgid "Package updated successfully." +msgstr "Paquete actualizado correctamente." -#: ../../godmode/alerts/alert_commands.php:242 -msgid "Alert commands" -msgstr "Comandos de alerta" +#: ../../godmode/update_manager/update_manager.offline.php:44 +msgid "If there are any database change, it will be applied on the next login." +msgstr "" +"Si hubiera algún cambio en la base de datos, será aplicado en próximo login " +"del usuario" -#: ../../godmode/alerts/alert_commands.php:365 -msgid "No alert commands configured" -msgstr "Comandos de alertas no configurados" +#: ../../godmode/update_manager/update_manager.offline.php:45 +msgid "Package not updated." +msgstr "Paquete no actualizado." -#: ../../godmode/alerts/configure_alert_special_days.php:52 +#: ../../godmode/update_manager/update_manager.php:39 +msgid "Offline update manager" +msgstr "Gestor de actualizaciones offline" + +#: ../../godmode/update_manager/update_manager.php:43 +msgid "Online update manager" +msgstr "Gestor de actualizaciones online" + +#: ../../godmode/update_manager/update_manager.php:50 +#, fuzzy +msgid "Update manager messages" +msgstr "Update manager" + +#: ../../godmode/update_manager/update_manager.php:55 +msgid "Update manager » Setup" +msgstr "Configuración gestor de actualizaciones" + +#: ../../godmode/update_manager/update_manager.php:58 +msgid "Update manager » Offline" +msgstr "Gestor de actualizaciones offline" + +#: ../../godmode/update_manager/update_manager.php:61 +msgid "Update manager » Online" +msgstr "Gestor de actualizaciones online" + +#: ../../godmode/update_manager/update_manager.php:64 +#, fuzzy +msgid "Update manager » Messages" +msgstr "Configuración gestor de actualizaciones" + +#: ../../godmode/update_manager/update_manager.setup.php:58 +#: ../../godmode/update_manager/update_manager.setup.php:87 +msgid "Succesful Update the url config vars." +msgstr "Actualizadas con éxito las variables de configuración de la url" + +#: ../../godmode/update_manager/update_manager.setup.php:59 +#: ../../godmode/update_manager/update_manager.setup.php:88 +msgid "Unsuccesful Update the url config vars." +msgstr "Error al actualizar las variables de configuración de la url" + +#: ../../godmode/update_manager/update_manager.setup.php:100 +msgid "URL update manager:" +msgstr "URL gestor de actualizaciones" + +#: ../../godmode/update_manager/update_manager.setup.php:102 +msgid "URL update manager" +msgstr "URL update manager" + +#: ../../godmode/update_manager/update_manager.setup.php:104 +msgid "Proxy server:" +msgstr "Servidor Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:106 +msgid "Proxy server" +msgstr "Servidor proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:108 +msgid "Proxy port:" +msgstr "Puerto Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:110 +msgid "Proxy port" +msgstr "Puerto del proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:112 +msgid "Proxy user:" +msgstr "Usuario del Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:114 +msgid "Proxy user" +msgstr "Usuario del proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:116 +msgid "Proxy password:" +msgstr "Contraseña del Proxy:" + +#: ../../godmode/update_manager/update_manager.setup.php:118 +msgid "Proxy password" +msgstr "Contraseña del proxy" + +#: ../../godmode/update_manager/update_manager.setup.php:122 +#, fuzzy +msgid "Pandora FMS community reminder" +msgstr "Edición de elementos de la metaconsola de Pandora FMS" + +#: ../../godmode/update_manager/update_manager.setup.php:123 +msgid "" +"Every 8 days, a message is displayed to admin users to remember to register " +"this Pandora instance" +msgstr "" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Pandora audit" +msgstr "Auditoría de Pandora FMS" + +#: ../../godmode/admin_access_logs.php:33 +msgid "Review Logs" +msgstr "Revisar logs" + +#: ../../godmode/admin_access_logs.php:303 +msgid "Export to CSV " +msgstr "Exportar a CSV " + +#: ../../godmode/alerts/configure_alert_special_days.php:55 msgid "Configure special day" msgstr "Configurar dia especial" -#: ../../godmode/alerts/configure_alert_special_days.php:76 -#: ../../godmode/alerts/alert_special_days.php:162 +#: ../../godmode/alerts/configure_alert_special_days.php:79 +#: ../../godmode/alerts/alert_special_days.php:235 msgid "Same day of the week" msgstr "Mismo día de la semana" +#: ../../godmode/alerts/alert_templates.php:359 +msgid "No alert templates defined" +msgstr "No hay plantillas de alerta definidas" + +#: ../../godmode/alerts/alert_list.php:80 +msgid "Already added" +msgstr "Ya añadido" + +#: ../../godmode/alerts/alert_list.php:314 +#: ../../godmode/alerts/alert_view.php:61 +#: ../../godmode/alerts/alert_view.php:62 +#: ../../godmode/alerts/alert_view.php:63 +msgid "List alerts" +msgstr "Lista de alertas" + +#: ../../godmode/alerts/alert_list.php:318 +msgid "Builder alert" +msgstr "Creador de alerta" + +#: ../../godmode/alerts/alert_actions.php:66 +#: ../../godmode/alerts/alert_actions.php:92 +#: ../../godmode/alerts/alert_actions.php:110 +#: ../../godmode/alerts/alert_actions.php:127 +#: ../../godmode/alerts/alert_actions.php:207 +#: ../../godmode/alerts/alert_actions.php:218 +#: ../../godmode/alerts/alert_actions.php:287 +#: ../../godmode/alerts/alert_actions.php:306 +#: ../../godmode/alerts/alert_actions.php:319 +msgid "Alert actions" +msgstr "Acciones de alerta" + +#: ../../godmode/alerts/alert_actions.php:398 +msgid "No alert actions configured" +msgstr "Sin acciones de alertas configuradas" + #: ../../godmode/alerts/configure_alert_command.php:42 msgid "Configure alert command" msgstr "Configurar comando de alerta" @@ -27508,136 +26943,15 @@ msgstr "Campo de descripción %s" msgid "Field %s values" msgstr "Campos %s valores" -#: ../../godmode/alerts/alert_special_days.php:230 -msgid "No special days configured" -msgstr "No hay días especiales configurados" - -#: ../../godmode/alerts/configure_alert_template.php:495 -#: ../../godmode/alerts/alert_list.builder.php:101 -msgid "Create Template" -msgstr "Crear Plantilla" - -#: ../../godmode/alerts/configure_alert_template.php:532 -#: ../../godmode/alerts/alert_view.php:298 -msgid "Use special days list" -msgstr "Utilizar lista de días especiales" - -#: ../../godmode/alerts/configure_alert_template.php:556 -#: ../../godmode/alerts/alert_list.builder.php:116 -msgid "Default action" -msgstr "Acción predeterminada" - -#: ../../godmode/alerts/configure_alert_template.php:580 -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 "" -"En caso de que rellene alguno de los campos Field1,Field2 o Field3 de " -"arriba, esos valores reemplazarán a los campos con el mismo nombre asociados " -"a las Acciones aplicadas a la plantilla." - -#: ../../godmode/alerts/configure_alert_template.php:582 -msgid "Condition type" -msgstr "Tipo de condición" - -#: ../../godmode/alerts/configure_alert_template.php:589 -msgid "Trigger when matches the value" -msgstr "Disparar cuando coincida con el valor" - -#: ../../godmode/alerts/configure_alert_template.php:601 -msgid "The regular expression is valid" -msgstr "La expresión regular es válida" - -#: ../../godmode/alerts/configure_alert_template.php:606 -msgid "The regular expression is not valid" -msgstr "La expresión regular no es válida" - -#: ../../godmode/alerts/configure_alert_template.php:647 -msgid "Alert recovery" -msgstr "Recuperación de alerta" - -#: ../../godmode/alerts/configure_alert_template.php:655 -#: ../../godmode/alerts/alert_view.php:438 -#: ../../godmode/alerts/alert_view.php:532 -msgid "Firing fields" -msgstr "Campos de disparado" - -#: ../../godmode/alerts/configure_alert_template.php:656 -msgid "Recovery fields" -msgstr "Campos de recuperación" - -#: ../../godmode/alerts/configure_alert_template.php:734 -msgid "No wizard" -msgstr "No hay Wizard" - -#: ../../godmode/alerts/configure_alert_template.php:804 -#, php-format -msgid "The alert would fire when the value doesn\\'t match %s" -msgstr "La alerta se lanzará cuando el valor no coincida %s" - -#: ../../godmode/alerts/configure_alert_template.php:809 -#: ../../godmode/alerts/alert_view.php:170 -msgid "The alert would fire when the value is below " -msgstr "" -"La alerta se lanzará cuando el valor sea inferior a " - -#: ../../godmode/alerts/configure_alert_template.php:810 -#: ../../godmode/alerts/alert_view.php:174 -msgid "The alert would fire when the value is above " -msgstr "" -"La alerta se lanzará cuando el valor esté por encima de " - -#: ../../godmode/alerts/configure_alert_template.php:813 -#: ../../godmode/alerts/alert_view.php:179 -msgid "The alert would fire when the module value changes" -msgstr "La alerta se iniciara cuando los valores de los módulos cambien" - -#: ../../godmode/alerts/configure_alert_template.php:814 -#: ../../godmode/alerts/alert_view.php:182 -msgid "The alert would fire when the module value does not change" -msgstr "La alerta de iniciara cuando los valores de los módulos no cambien" - -#: ../../godmode/alerts/configure_alert_template.php:815 -#: ../../godmode/alerts/alert_view.php:192 -msgid "The alert would fire when the module is in unknown status" -msgstr "La alerta se lanzará cuando el módulo esté en estado desconocido" - -#: ../../godmode/alerts/configure_alert_template.php:816 -msgid "" -"The alert template cannot have the same value for min and max thresholds." -msgstr "" -"La plantilla de alerta no puede tener el mismo valor para los umbrales max y " -"min." - -#: ../../godmode/alerts/alert_list.php:77 -msgid "Already added" -msgstr "Ya añadido" - -#: ../../godmode/alerts/alert_list.php:284 -#: ../../godmode/alerts/alert_view.php:61 -#: ../../godmode/alerts/alert_view.php:62 -#: ../../godmode/alerts/alert_view.php:63 -msgid "List alerts" -msgstr "Lista de alertas" - -#: ../../godmode/alerts/alert_list.php:288 -msgid "Builder alert" -msgstr "Creador de alerta" - -#: ../../godmode/alerts/alert_templates.php:359 -msgid "No alert templates defined" -msgstr "No hay plantillas de alerta definidas" - -#: ../../godmode/alerts/alert_list.list.php:117 +#: ../../godmode/alerts/alert_list.list.php:124 msgid "Field content" msgstr "Contenido del campo" -#: ../../godmode/alerts/alert_list.list.php:126 +#: ../../godmode/alerts/alert_list.list.php:133 msgid "Enabled / Disabled" msgstr "Habilitado / Deshabilitado" -#: ../../godmode/alerts/alert_list.list.php:495 +#: ../../godmode/alerts/alert_list.list.php:505 #: ../../godmode/alerts/alert_view.php:356 msgid "" "The default actions will be executed every time that the alert is fired and " @@ -27646,42 +26960,126 @@ msgstr "" "Las acciones por defecto se ejecutarán cada vez que la alerta se dispare y " "ninguna otra acción sea ejecutada" -#: ../../godmode/alerts/alert_list.list.php:540 +#: ../../godmode/alerts/alert_list.list.php:552 msgid "Delete action" msgstr "Eliminar acción" -#: ../../godmode/alerts/alert_list.list.php:696 +#: ../../godmode/alerts/alert_list.list.php:559 +#: ../../godmode/alerts/alert_list.list.php:871 +#, fuzzy +msgid "Update action" +msgstr "Actualizar Acción" + +#: ../../godmode/alerts/alert_list.list.php:718 msgid "View alert advanced details" msgstr "Ver detalles avanzados de la alerta" -#: ../../godmode/alerts/alert_list.list.php:707 +#: ../../godmode/alerts/alert_list.list.php:729 msgid "No alerts defined" msgstr "No hay alertas definidas" -#: ../../godmode/alerts/configure_alert_action.php:57 -#: ../../godmode/alerts/configure_alert_action.php:66 -msgid "Configure alert action" -msgstr "Configurar acción de alerta" +#: ../../godmode/alerts/alert_view.php:49 +#: ../../godmode/alerts/alert_view.php:324 +#: ../../include/functions_events.php:2138 +msgid "Alert details" +msgstr "Detalles de alerta" -#: ../../godmode/alerts/configure_alert_action.php:98 -msgid "Update Action" -msgstr "Actualizar Acción" +#: ../../godmode/alerts/alert_view.php:106 +#: ../../mobile/operation/alerts.php:96 ../../mobile/operation/alerts.php:97 +#: ../../mobile/operation/alerts.php:203 ../../mobile/operation/alerts.php:204 +msgid "Stand by" +msgstr "En espera" -#: ../../godmode/alerts/configure_alert_action.php:148 -#: ../../godmode/alerts/alert_view.php:420 -msgid "Firing" -msgstr "Disparado" +#: ../../godmode/alerts/alert_view.php:144 +#: ../../godmode/alerts/configure_alert_template.php:839 +#: ../../include/functions_ui.php:999 +msgid "The alert would fire when the value matches " +msgstr "" +"La alerta se disparará cuando el valor coincida con " -#: ../../godmode/alerts/configure_alert_action.php:149 -msgid "Recovery" -msgstr "Recuperación" +#: ../../godmode/alerts/alert_view.php:147 ../../include/functions_ui.php:1002 +msgid "" +"The alert would fire when the value doesn't match " +msgstr "" +"La alerta se disparará cuando el valor no coincida con " -#: ../../godmode/alerts/configure_alert_action.php:153 -#: ../../godmode/alerts/alert_view.php:508 -#: ../../godmode/alerts/alert_view.php:595 -#: ../../godmode/servers/plugin.php:331 -msgid "Command preview" -msgstr "Vista previa del comando" +#: ../../godmode/alerts/alert_view.php:152 +#: ../../godmode/alerts/configure_alert_template.php:841 +#: ../../include/functions_ui.php:990 +msgid "The alert would fire when the value is " +msgstr "La alerta se disparará cuando el valor sea " + +#: ../../godmode/alerts/alert_view.php:156 +#: ../../godmode/alerts/configure_alert_template.php:842 +#: ../../include/functions_ui.php:994 +msgid "The alert would fire when the value is not " +msgstr "" +"La alerta se disparará cuando el valor no sea " + +#: ../../godmode/alerts/alert_view.php:161 +#: ../../godmode/alerts/configure_alert_template.php:843 +#: ../../include/functions_ui.php:1008 +msgid "" +"The alert would fire when the value is between and " +"" +msgstr "" +"La alerta se disparará cuando el valor esté entre y " +"" + +#: ../../godmode/alerts/alert_view.php:164 ../../include/functions_ui.php:1011 +msgid "" +"The alert would fire when the value is not between " +"and " +msgstr "" +"La alerta se disparará cuando el valor no esté entre y " + +#: ../../godmode/alerts/alert_view.php:170 +#: ../../godmode/alerts/configure_alert_template.php:845 +msgid "The alert would fire when the value is below " +msgstr "" +"La alerta se lanzará cuando el valor sea inferior a " + +#: ../../godmode/alerts/alert_view.php:174 +#: ../../godmode/alerts/configure_alert_template.php:846 +msgid "The alert would fire when the value is above " +msgstr "" +"La alerta se lanzará cuando el valor esté por encima de " + +#: ../../godmode/alerts/alert_view.php:179 +#: ../../godmode/alerts/configure_alert_template.php:849 +msgid "The alert would fire when the module value changes" +msgstr "La alerta se iniciara cuando los valores de los módulos cambien" + +#: ../../godmode/alerts/alert_view.php:182 +#: ../../godmode/alerts/configure_alert_template.php:850 +msgid "The alert would fire when the module value does not change" +msgstr "La alerta de iniciara cuando los valores de los módulos no cambien" + +#: ../../godmode/alerts/alert_view.php:186 +#: ../../godmode/alerts/configure_alert_template.php:847 +#: ../../include/functions_ui.php:1025 +msgid "The alert would fire when the module is in warning status" +msgstr "La alerta se disparará cuando el módulo esté en estado advertencia" + +#: ../../godmode/alerts/alert_view.php:189 +#: ../../godmode/alerts/configure_alert_template.php:848 +#: ../../include/functions_ui.php:1030 +msgid "The alert would fire when the module is in critical status" +msgstr "La alerta se disparará cuando el módulo esté en estado crítico" + +#: ../../godmode/alerts/alert_view.php:192 +#: ../../godmode/alerts/configure_alert_template.php:851 +msgid "The alert would fire when the module is in unknown status" +msgstr "La alerta se lanzará cuando el módulo esté en estado desconocido" + +#: ../../godmode/alerts/alert_view.php:298 +#: ../../godmode/alerts/configure_alert_template.php:536 +msgid "Use special days list" +msgstr "Utilizar lista de días especiales" #: ../../godmode/alerts/alert_view.php:310 msgid "Number of alerts" @@ -27701,17 +27099,28 @@ msgid "" "Select the desired action and mode to see the Firing/Recovery fields for " "this action" msgstr "" -"Seleccione la acción deseada y el modo para ver los campos de " -"Disparado/Recuperación para dicha acción" +"Seleccione la acción deseada y el modo para ver los campos de Disparado/" +"Recuperación para dicha acción" #: ../../godmode/alerts/alert_view.php:417 msgid "Select the action" msgstr "Seleccione la acción" +#: ../../godmode/alerts/alert_view.php:420 +#: ../../godmode/alerts/configure_alert_action.php:148 +msgid "Firing" +msgstr "Disparado" + #: ../../godmode/alerts/alert_view.php:421 msgid "Recovering" msgstr "Recuperado" +#: ../../godmode/alerts/alert_view.php:438 +#: ../../godmode/alerts/alert_view.php:532 +#: ../../godmode/alerts/configure_alert_template.php:665 +msgid "Firing fields" +msgstr "Campos de disparado" + #: ../../godmode/alerts/alert_view.php:439 msgid "" "Fields passed to the command executed by this action when the alert is fired" @@ -27793,1811 +27202,426 @@ msgstr "Campos usados en la ejecución cuando la alerta es recuperada" msgid "Latest value" msgstr "Último valor" -#: ../../godmode/alerts/alert_list.builder.php:141 +#: ../../godmode/alerts/alert_list.builder.php:94 +#: ../../godmode/alerts/configure_alert_template.php:564 +msgid "Default action" +msgstr "Acción predeterminada" + +#: ../../godmode/alerts/alert_list.builder.php:131 +#: ../../godmode/alerts/configure_alert_template.php:499 +msgid "Create Template" +msgstr "Crear Plantilla" + +#: ../../godmode/alerts/alert_list.builder.php:144 msgid "Add alert" msgstr "Añadir alerta" -#: ../../godmode/alerts/alert_actions.php:66 -#: ../../godmode/alerts/alert_actions.php:92 -#: ../../godmode/alerts/alert_actions.php:110 -#: ../../godmode/alerts/alert_actions.php:127 -#: ../../godmode/alerts/alert_actions.php:207 -#: ../../godmode/alerts/alert_actions.php:218 -#: ../../godmode/alerts/alert_actions.php:287 -#: ../../godmode/alerts/alert_actions.php:306 -#: ../../godmode/alerts/alert_actions.php:319 -msgid "Alert actions" -msgstr "Acciones de alerta" +#: ../../godmode/alerts/alert_special_days.php:44 ../../godmode/menu.php:165 +#: ../../godmode/menu.php:166 +msgid "Special days list" +msgstr "Lista de días especiales" -#: ../../godmode/alerts/alert_actions.php:398 -msgid "No alert actions configured" -msgstr "Sin acciones de alertas configuradas" - -#: ../../godmode/agentes/agent_incidents.php:67 -msgid "No incidents associated to this agent" -msgstr "No hay incidentes asociados a este agente" - -#: ../../godmode/agentes/agent_manager.php:155 -msgid "The agent's name must be the same as the one defined at the console" -msgstr "El nombre del agente debe ser el mismo que el definido en la consola" - -#: ../../godmode/agentes/agent_manager.php:158 -msgid "QR Code Agent view" -msgstr "Código QR de la vista de agente" - -#: ../../godmode/agentes/agent_manager.php:191 -msgid "You can remotely edit this agent configuration" -msgstr "Puede editar remotamente la configuración de este agente" - -#: ../../godmode/agentes/agent_manager.php:198 -msgid "Delete agent" -msgstr "Borrar agente" - -#: ../../godmode/agentes/agent_manager.php:227 -msgid "Only it is show when
the agent is saved." -msgstr "Solo muestra cuando
el agente es guardado." - -#: ../../godmode/agentes/agent_manager.php:241 -#: ../../godmode/massive/massive_edit_agents.php:275 -msgid "Cascade protection" -msgstr "Protección en cascada" - -#: ../../godmode/agentes/agent_manager.php:296 -#: ../../godmode/agentes/module_manager_editor_common.php:314 -#: ../../godmode/groups/configure_group.php:167 -#: ../../godmode/massive/massive_edit_agents.php:333 -msgid "Custom ID" -msgstr "ID Personalizado" - -#: ../../godmode/agentes/agent_manager.php:300 -#: ../../godmode/massive/massive_edit_agents.php:337 -msgid "Module definition" -msgstr "Definición de módulos" - -#: ../../godmode/agentes/agent_manager.php:302 -#: ../../godmode/massive/massive_edit_agents.php:339 -msgid "Learning mode" -msgstr "Modo de aprendizaje" - -#: ../../godmode/agentes/agent_manager.php:305 -#: ../../godmode/massive/massive_edit_agents.php:340 -msgid "Normal mode" -msgstr "Modo normal" - -#: ../../godmode/agentes/agent_manager.php:313 -#: ../../godmode/massive/massive_edit_agents.php:346 -msgid "Active" -msgstr "Activo" - -#: ../../godmode/agentes/agent_manager.php:320 -#: ../../godmode/agentes/agent_manager.php:342 -#: ../../godmode/massive/massive_edit_agents.php:356 -msgid "Not available" -msgstr "No disponible" - -#: ../../godmode/agentes/agent_manager.php:351 -#: ../../godmode/massive/massive_edit_agents.php:382 -msgid "Agent icon" -msgstr "Icono de agente" - -#: ../../godmode/agentes/agent_manager.php:351 -msgid "Agent icon for GIS Maps." -msgstr "Icono de agente para mapas GIS." - -#: ../../godmode/agentes/agent_manager.php:380 -#: ../../godmode/agentes/agent_conf_gis.php:78 -#: ../../godmode/massive/massive_edit_agents.php:391 -msgid "Ignore new GIS data:" -msgstr "Ignorar nuevos datos GIS" - -#: ../../godmode/agentes/agent_manager.php:395 -#: ../../godmode/massive/massive_edit_agents.php:398 -msgid "The agent still runs but the alerts and events will be stop" +#: ../../godmode/alerts/alert_special_days.php:86 +msgid "Skipped dates: " msgstr "" -"El agente seguirá ejecutándose, pero las alertas y eventos se detendrán" -#: ../../godmode/agentes/modificar_agente.php:62 -msgid "Agents defined in Pandora" -msgstr "Agentes definidos en Pandora" +#: ../../godmode/alerts/alert_special_days.php:106 +#, fuzzy +msgid "Success to upload iCalendar" +msgstr "Extensión subida con éxito" -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Success deleted agent." -msgstr "Agente eliminado correctamente" +#: ../../godmode/alerts/alert_special_days.php:106 +#, fuzzy +msgid "Fail to upload iCalendar" +msgstr "Fallo al subir el archivo" -#: ../../godmode/agentes/modificar_agente.php:87 -msgid "Could not be deleted." -msgstr "No pudo ser borrado." +#: ../../godmode/alerts/alert_special_days.php:232 +msgid "iCalendar(.ics) file" +msgstr "" -#: ../../godmode/agentes/modificar_agente.php:94 -msgid "Maybe the files conf or md5 could not be deleted" -msgstr "Los ficheros conf o md5 han podido no ser borrados" +#: ../../godmode/alerts/alert_special_days.php:254 +#, fuzzy +msgid "Overwrite" +msgstr "Sobrescribir filtro" -#: ../../godmode/agentes/modificar_agente.php:144 -msgid "Show Agents" -msgstr "Mostrar Agentes" +#: ../../godmode/alerts/alert_special_days.php:255 +msgid "Check this box, if you want to overwrite existing same days." +msgstr "" -#: ../../godmode/agentes/modificar_agente.php:146 -msgid "Everyone" -msgstr "Todos" +#: ../../godmode/alerts/alert_special_days.php:273 +#, fuzzy +msgid "Display range: " +msgstr "Activar hint" -#: ../../godmode/agentes/modificar_agente.php:147 -msgid "Only disabled" -msgstr "Sólo deshabilitado" +#: ../../godmode/alerts/alert_special_days.php:422 +#, fuzzy +msgid "Same as " +msgstr "Guardar mapa" -#: ../../godmode/agentes/modificar_agente.php:148 -msgid "Only enabled" -msgstr "Sólo habilitado" +#: ../../godmode/alerts/configure_alert_action.php:57 +#: ../../godmode/alerts/configure_alert_action.php:66 +msgid "Configure alert action" +msgstr "Configurar acción de alerta" -#: ../../godmode/agentes/modificar_agente.php:425 -msgid "Remote agent configuration" -msgstr "Configuración remota del agente" +#: ../../godmode/alerts/configure_alert_action.php:98 +msgid "Update Action" +msgstr "Actualizar Acción" -#: ../../godmode/agentes/modificar_agente.php:425 -msgid "R" -msgstr "R" +#: ../../godmode/alerts/configure_alert_action.php:149 +msgid "Recovery" +msgstr "Recuperación" -#: ../../godmode/agentes/modificar_agente.php:523 -msgid "Edit remote config" -msgstr "Editar configuración remota" +#: ../../godmode/alerts/alert_commands.php:249 +msgid "Alert commands" +msgstr "Comandos de alerta" -#: ../../godmode/agentes/modificar_agente.php:550 -msgid "Enable agent" -msgstr "Habilitar agente" +#: ../../godmode/alerts/alert_commands.php:372 +msgid "No alert commands configured" +msgstr "Comandos de alertas no configurados" -#: ../../godmode/agentes/modificar_agente.php:555 -msgid "Disable agent" -msgstr "Deshabilitar agente" +#: ../../godmode/alerts/configure_alert_template.php:63 +#: ../../godmode/alerts/configure_alert_template.php:82 +#: ../../godmode/alerts/configure_alert_template.php:100 +#: ../../include/functions_menu.php:483 +msgid "Configure alert template" +msgstr "Configurar plantilla de alerta" -#: ../../godmode/agentes/module_manager_editor_plugin.php:44 -msgid "Plugin server module" -msgstr "Módulo del servidor de complementos" +#: ../../godmode/alerts/configure_alert_template.php:557 +msgid "Reset counter when alert is not continuously" +msgstr "" -#: ../../godmode/agentes/module_manager_editor_common.php:68 -msgid "Using module component" -msgstr "Utilizar módulo de librería" - -#: ../../godmode/agentes/module_manager_editor_common.php:237 -#: ../../godmode/agentes/module_manager_editor_common.php:257 -msgid "Min. " -msgstr "Min. " - -#: ../../godmode/agentes/module_manager_editor_common.php:351 -#: ../../godmode/agentes/module_manager.php:674 +#: ../../godmode/alerts/configure_alert_template.php:557 msgid "" -"The policy modules of data type will only update their intervals when policy " -"is applied." +"Enable this option if you want to reset the counter for minimum number of " +"alerts when the alert state is not continuously even if it's in the time " +"threshold." msgstr "" -"Los módulos de política de tipo data solo actualizarán sus intervalos cuando " -"la política sea aplicada" -#: ../../godmode/agentes/module_manager_editor_common.php:375 -msgid "Any value below this number is discarted." -msgstr "Cualquier valor por debajo de este número queda descartado" - -#: ../../godmode/agentes/module_manager_editor_common.php:377 -msgid "Any value over this number is discarted." -msgstr "Cualquier valor por encima de este número es descartado" - -#: ../../godmode/agentes/module_manager_editor_common.php:380 -#: ../../godmode/massive/massive_edit_modules.php:501 -msgid "Export target" -msgstr "Servidor de exportación" - -#: ../../godmode/agentes/module_manager_editor_common.php:390 +#: ../../godmode/alerts/configure_alert_template.php:588 msgid "" -"In case you use an Export server you can link this module and export data to " -"one these." +"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 "" -"En caso de que use un Export server, puede enlazar este modulo y exportar " -"los datos con el export server." +"En caso de que rellene alguno de los campos Field1,Field2 o Field3 de " +"arriba, esos valores reemplazarán a los campos con el mismo nombre asociados " +"a las Acciones aplicadas a la plantilla." -#: ../../godmode/agentes/module_manager_editor_common.php:409 -#: ../../godmode/massive/massive_edit_modules.php:521 -msgid "FF interval" -msgstr "Intervalo FF" +#: ../../godmode/alerts/configure_alert_template.php:590 +msgid "Condition type" +msgstr "Tipo de condición" -#: ../../godmode/agentes/module_manager_editor_common.php:412 -#: ../../godmode/massive/massive_edit_modules.php:522 -msgid "Module execution flip flop time interval (in secs)." -msgstr "" -"Tiempo del intervalo de FlipFlip de ejecución del modulo (en segundos)" +#: ../../godmode/alerts/configure_alert_template.php:597 +msgid "Trigger when matches the value" +msgstr "Disparar cuando coincida con el valor" -#: ../../godmode/agentes/module_manager_editor_common.php:507 -msgid "Tags from policy" -msgstr "Etiquetas desde política" +#: ../../godmode/alerts/configure_alert_template.php:609 +msgid "The regular expression is valid" +msgstr "La expresión regular es válida" -#: ../../godmode/agentes/module_manager_editor_common.php:520 -msgid "The module still stores data but the alerts and events will be stop" -msgstr "" -"El módulo todavía almacena datos, pero las alertas y eventos se detendrán" +#: ../../godmode/alerts/configure_alert_template.php:614 +msgid "The regular expression is not valid" +msgstr "La expresión regular no es válida" -#: ../../godmode/agentes/module_manager_editor_common.php:539 -msgid "Cron" -msgstr "Cron" +#: ../../godmode/alerts/configure_alert_template.php:657 +msgid "Alert recovery" +msgstr "Recuperación de alerta" -#: ../../godmode/agentes/module_manager_editor_common.php:540 -msgid "" -"If cron is set the module interval is ignored and the module runs on the " -"specified date and time" -msgstr "" -"Si el cron está instalado el intervalo del módulo es ignorado y el módulo " -"corre con la fecha indicada" +#: ../../godmode/alerts/configure_alert_template.php:666 +msgid "Recovery fields" +msgstr "Campos de recuperación" -#: ../../godmode/agentes/module_manager_editor_common.php:544 -#: ../../godmode/massive/massive_edit_modules.php:575 -msgid "Timeout" -msgstr "Tiempo de expiración" +#: ../../godmode/alerts/configure_alert_template.php:769 +msgid "No wizard" +msgstr "No hay Wizard" -#: ../../godmode/agentes/module_manager_editor_common.php:545 -#: ../../godmode/massive/massive_edit_modules.php:579 -msgid "Seconds that agent will wait for the execution of the module." -msgstr "" -"Segundos que el agente tendrá que esperar para la ejecución del módulo" - -#: ../../godmode/agentes/module_manager_editor_common.php:547 -msgid "Retries" -msgstr "Reintentos" - -#: ../../godmode/agentes/module_manager_editor_common.php:548 -msgid "Number of retries that the module will attempt to run." -msgstr "Número de intentos que el módulo intentara activar" - -#: ../../godmode/agentes/module_manager_editor_common.php:587 -#: ../../godmode/agentes/module_manager_editor.php:467 -msgid "Custom macros" -msgstr "Macros personalizadas" - -#: ../../godmode/agentes/module_manager_editor_common.php:619 -msgid "Add relationship" -msgstr "Añadir relación" - -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Changes" -msgstr "Cambios" - -#: ../../godmode/agentes/module_manager_editor_common.php:637 -msgid "Activate this to prevent the relation from being updated or deleted" -msgstr "Activar esta opción para evitar que sea actualizado o borrado" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:173 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:297 -msgid "No agent selected or the agent does not exist" -msgstr "No se ha seleccionado un agente o ese agente no existe." - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:280 -msgid "Successfully modules created" -msgstr "Módulos creados con éxito." - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "Some required fields are missed" -msgstr "Faltan campos necesarios por rellenar" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:293 -msgid "name" -msgstr "nombre" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:298 -msgid "Processing error" -msgstr "Error de procesamiento" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:344 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:704 -#: ../../godmode/agentes/module_manager_editor_network.php:82 -#: ../../godmode/modules/manage_network_components_form_network.php:50 -msgid "SNMP community" -msgstr "Comunidad SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:347 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:707 -#: ../../godmode/agentes/module_manager_editor_network.php:94 -#: ../../godmode/massive/massive_edit_modules.php:463 -#: ../../godmode/modules/manage_network_components_form_network.php:40 -msgid "SNMP version" -msgstr "Versión SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:368 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:728 -msgid "privacy pass" -msgstr "pase privado" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:388 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:748 -msgid "SNMP Walk" -msgstr "Exploración SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:392 -msgid "Unable to do SNMP walk" -msgstr "No se pudo realizar el SNMP walk" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:425 -msgid "Interfaces" -msgstr "Interfaces" - -#: ../../godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:437 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:863 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:370 -msgid "Create modules" -msgstr "Crear módulos" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:93 -msgid "Prediction server module" -msgstr "Módulo del servidor de predicción" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:96 -msgid "Source module" -msgstr "Módulo origen" - -#: ../../godmode/agentes/module_manager_editor_prediction.php:124 -#: ../../godmode/agentes/module_manager_editor_prediction.php:149 -msgid "Select Module" -msgstr "Seleccionar módulo" - -#: ../../godmode/agentes/agent_conf_gis.php:53 -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:60 -msgid "Agent position" -msgstr "Posición del agente" - -#: ../../godmode/agentes/agent_conf_gis.php:66 -msgid "Latitude: " -msgstr "Latitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:70 -msgid "Longitude: " -msgstr "Longitud: " - -#: ../../godmode/agentes/agent_conf_gis.php:74 -msgid "Altitude: " -msgstr "Altitud: " - -#: ../../godmode/agentes/planned_downtime.editor.php:41 -#: ../../godmode/agentes/planned_downtime.list.php:52 -#: ../../general/firts_task/planned_downtime.php:25 -msgid "Planned Downtime" -msgstr "Parada de servicio planificada" - -#: ../../godmode/agentes/planned_downtime.editor.php:109 -#: ../../godmode/agentes/planned_downtime.editor.php:181 -#: ../../godmode/agentes/planned_downtime.editor.php:910 -msgid "This elements cannot be modified while the downtime is being executed" -msgstr "" -"Estos elementos no se pueden modificar mientras se está ejecutando el tiempo " -"de inactividad" - -#: ../../godmode/agentes/planned_downtime.editor.php:312 -msgid "Cannot be modified while the downtime is being executed" -msgstr "No pueden ser modificado mientras se está ejecutando la parada" - -#: ../../godmode/agentes/planned_downtime.editor.php:479 -msgid "Quiet: Modules will not generate events or fire alerts." -msgstr "Tranquilo: Módulos no generarán eventos o lanzar alertas." - -#: ../../godmode/agentes/planned_downtime.editor.php:480 -msgid "Disable Agents: Disables the selected agents." -msgstr "Deshabilitar agentes: Deshabilita los agentes seleccionados" - -#: ../../godmode/agentes/planned_downtime.editor.php:481 -msgid "Disable Alerts: Disable alerts for the selected agents." -msgstr "" -"Deshabilitar alertas: Deshabilita las alertas de los agentes seleccionados" - -#: ../../godmode/agentes/planned_downtime.editor.php:483 -#: ../../godmode/agentes/planned_downtime.list.php:426 -msgid "Disabled Agents" -msgstr "Agentes desactivados" - -#: ../../godmode/agentes/planned_downtime.editor.php:484 -#: ../../godmode/agentes/planned_downtime.list.php:427 -msgid "Disabled only Alerts" -msgstr "Deshabilitar sólo alertas" - -#: ../../godmode/agentes/planned_downtime.editor.php:488 -#: ../../godmode/agentes/planned_downtime.list.php:151 -msgid "Once" -msgstr "Una vez" - -#: ../../godmode/agentes/planned_downtime.editor.php:489 -#: ../../godmode/agentes/planned_downtime.list.php:151 -#: ../../godmode/agentes/planned_downtime.list.php:432 -msgid "Periodically" -msgstr "Periodicamente" - -#: ../../godmode/agentes/planned_downtime.editor.php:494 -msgid "Configure the time" -msgstr "Configurar el tiempo" - -#: ../../godmode/agentes/planned_downtime.editor.php:525 -msgid "Type Periodicity:" -msgstr "Periodicidad del tipo" - -#: ../../godmode/agentes/planned_downtime.editor.php:563 -msgid "From day:" -msgstr "Desde el día:" - -#: ../../godmode/agentes/planned_downtime.editor.php:569 -msgid "To day:" -msgstr "Hasta el día:" - -#: ../../godmode/agentes/planned_downtime.editor.php:580 -msgid "From hour:" -msgstr "Desde la hora:" - -#: ../../godmode/agentes/planned_downtime.editor.php:588 -msgid "To hour:" -msgstr "Hasta la hora:" - -#: ../../godmode/agentes/planned_downtime.editor.php:631 -msgid "Available agents" -msgstr "Agentes disponibles" - -#: ../../godmode/agentes/planned_downtime.editor.php:683 -msgid "Available modules:" -msgstr "Módulos disponibles:" - -#: ../../godmode/agentes/planned_downtime.editor.php:684 -msgid "Only for type Quiet for downtimes." -msgstr "Sólo para tipo Quiet para paradas" - -#: ../../godmode/agentes/planned_downtime.editor.php:698 -msgid "Agents planned for this downtime" -msgstr "Agentes planificados para esta parada" - -#: ../../godmode/agentes/planned_downtime.editor.php:713 -msgid "There are no agents" -msgstr "No hay agentes" - -#: ../../godmode/agentes/planned_downtime.editor.php:748 -msgid "All alerts" -msgstr "Todas las alertas" - -#: ../../godmode/agentes/planned_downtime.editor.php:751 -msgid "Entire agent" -msgstr "Agente completo" - -#: ../../godmode/agentes/planned_downtime.editor.php:755 -#: ../../godmode/agentes/planned_downtime.editor.php:860 -msgid "All modules" -msgstr "Todos los módulos" - -#: ../../godmode/agentes/planned_downtime.editor.php:758 -#: ../../godmode/agentes/planned_downtime.editor.php:852 -#: ../../godmode/agentes/planned_downtime.editor.php:856 -msgid "Some modules" -msgstr "Algunos módulos" - -#: ../../godmode/agentes/planned_downtime.editor.php:824 -msgid "Add Module:" -msgstr "Añadir módulo:" - -#: ../../godmode/agentes/planned_downtime.editor.php:1040 -msgid "Please select a module." -msgstr "Por favor, seleccione un módulo" - -#: ../../godmode/agentes/planned_downtime.editor.php:1172 -msgid "" -"WARNING: If you edit this planned downtime, the data of future SLA reports " -"may be altered" -msgstr "" -"ADVERTENCIA: Si se modifica esta parada planificada, los datos de los " -"futuros informes SLA pueden ser alterados" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "The SNMP remote plugin doesnt seem to be installed" -msgstr "El plugin remoto SNMP no parece estar instalado" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "It is necessary to use some features" -msgstr "Necesita usar algunas características" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:64 -msgid "" -"Please, install the SNMP remote plugin (The name of the plugin must be " -"snmp_remote.pl)" -msgstr "" -"Por favor, instale el plugin remoto de SNMP (El nombre del plugin debe ser " -"snmp_remote.pl)" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:252 -msgid "Remote system doesnt support host SNMP information" -msgstr "Sistema remoto no soporta información del host SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:331 -msgid "The number of bytes read from this device since boot" -msgstr "El número de bytes leídos desde este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:333 -msgid "The number of bytes written to this device since boot" -msgstr "El número de bytes escritos en este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:335 -msgid "The number of read accesses from this device since boot" -msgstr "" -"El número de lectura accesible desde este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:337 -msgid "The number of write accesses from this device since boot" -msgstr "" -"El número de escritura accesible desde este dispositivo desde el arranque" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:512 +#: ../../godmode/alerts/configure_alert_template.php:840 #, php-format -msgid "Check if the process %s is running or not" -msgstr "Compruebe si el proceso %s se está ejecutando correctamente" +msgid "The alert would fire when the value doesn\\'t match %s" +msgstr "La alerta se lanzará cuando el valor no coincida %s" -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:583 -msgid "Disk use information" -msgstr "Información del disco en uso" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:654 -#, php-format -msgid "%s modules created succesfully" -msgstr "%s módulos creados correctamente" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:659 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:664 -#, php-format -msgid "Error creating %s modules" -msgstr "Error al crear %s módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:669 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:235 -#, php-format -msgid "%s modules already exist" -msgstr "%s módulos ya existen" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:678 -msgid "Modules created succesfully" -msgstr "Módulos creados con éxito" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:752 +#: ../../godmode/alerts/configure_alert_template.php:844 +#, fuzzy msgid "" -"If the device is a network device, try with the SNMP Interfaces wizard" +"The alert would fire when the value is not between and " msgstr "" -"Si el dispositivo es un dispositivo de red, pruebe con el Wizard de interfaz " -"SNMP" +"La alerta se disparará cuando el valor no esté entre y " -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:780 -msgid "Devices" -msgstr "Dispositivos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:781 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:302 -msgid "Processes" -msgstr "Procesos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:782 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:303 -msgid "Free space on disk" -msgstr "Espacio libre en disco" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:783 -msgid "Temperature sensors" -msgstr "Sensores de temperatura" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:784 -msgid "Other SNMP data" -msgstr "Otros datos SNMP" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:786 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:306 -msgid "Wizard mode" -msgstr "Modo wizard" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:805 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:810 -msgid "SNMP remote plugin is necessary for this feature" -msgstr "Se necesita el plugin remoto SNMP para esta funcionalidad" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:842 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:844 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:846 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:848 -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:851 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:349 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:351 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:353 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:355 -msgid "Add to modules list" -msgstr "Añadir a lista de módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:853 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:359 -msgid "Remove from modules list" -msgstr "Eliminar de la lista de módulos" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:920 -msgid "Device" -msgstr "Dispositivo" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:968 -msgid "Temperature" -msgstr "Temperatura" - -#: ../../godmode/agentes/agent_wizard.snmp_explorer.php:1015 -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:492 -msgid "Modules list is empty" -msgstr "La lista de módulos está vacía." - -#: ../../godmode/agentes/module_manager_editor_data.php:17 -msgid "Data server module" -msgstr "Módulo del servidor de datos" - -#: ../../godmode/agentes/planned_downtime.list.php:44 -msgid "An error occurred while migrating the malformed planned downtimes" -msgstr "" -"Ha ocurrido un error mientras se migraban paradas planificadas mal formadas" - -#: ../../godmode/agentes/planned_downtime.list.php:45 -msgid "Please run the migration again or contact with the administrator" -msgstr "" -"Por favor, ejecute el script de migración de nuevo o contacte con el " -"administrador" - -#: ../../godmode/agentes/planned_downtime.list.php:77 -msgid "An error occurred stopping the planned downtime" -msgstr "Se produjo un error deteniendo la parada planificada" - -#: ../../godmode/agentes/planned_downtime.list.php:99 -msgid "This planned downtime is running" -msgstr "Esta parada planificada se está ejecutando" - -#: ../../godmode/agentes/planned_downtime.list.php:152 -msgid "Execution type" -msgstr "Tipo de ejecución" - -#: ../../godmode/agentes/planned_downtime.list.php:154 -msgid "Show past downtimes" -msgstr "Mostrar paradas antiguas" - -#: ../../godmode/agentes/planned_downtime.list.php:356 -#: ../../godmode/agentes/planned_downtime.export_csv.php:199 -msgid "No planned downtime" -msgstr "No hay ninguna parada planificada" - -#: ../../godmode/agentes/planned_downtime.list.php:389 -msgid "Name #Ag." -msgstr "Nombre (núm. ag.)" - -#: ../../godmode/agentes/planned_downtime.list.php:398 -#: ../../godmode/agentes/planned_downtime.list.php:454 -msgid "Stop downtime" -msgstr "Detener parada planificada" - -#: ../../godmode/agentes/planned_downtime.list.php:431 -msgid "once" -msgstr "Una vez" - -#: ../../godmode/agentes/planned_downtime.list.php:440 -msgid "Not running" -msgstr "No está en ejecución" - -#: ../../godmode/agentes/planned_downtime.list.php:533 +#: ../../godmode/alerts/configure_alert_template.php:852 msgid "" -"WARNING: If you delete this planned downtime, it will not be taken into " -"account in future SLA reports" +"The alert template cannot have the same value for min and max thresholds." msgstr "" -"ADVERTENCIA: Si se borra esta parada planificada, no se tendrá en cuenta en " -"futuros informes SLA" +"La plantilla de alerta no puede tener el mismo valor para los umbrales max y " +"min." -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "WARNING: There are malformed planned downtimes" -msgstr "ADVERTENCIA: Hay paradas planificadas mal formadas" +#: ../../godmode/gis_maps/configure_gis_map.php:111 +msgid "Map successfully created" +msgstr "Mapa creado exitosamente" -#: ../../godmode/agentes/planned_downtime.list.php:539 -msgid "Do you want to migrate automatically the malformed items?" -msgstr "¿Quiere migrar automáticamente los elementos mal formados?" +#: ../../godmode/gis_maps/configure_gis_map.php:112 +msgid "Map could not be created" +msgstr "El mapa no puso ser creado" -#: ../../godmode/agentes/module_manager_editor_network.php:58 -msgid "Network server module" -msgstr "Módulo del servidor de red" +#: ../../godmode/gis_maps/configure_gis_map.php:201 +msgid "Map successfully update" +msgstr "Mapa exitosamente actualizado" -#: ../../godmode/agentes/module_manager_editor_network.php:112 -msgid "SNMP OID" -msgstr "SNMP OID" +#: ../../godmode/gis_maps/configure_gis_map.php:202 +msgid "Map could not be updated" +msgstr "El mapa no ha podido ser actualizado" -#: ../../godmode/agentes/module_manager_editor_network.php:130 -#: ../../godmode/modules/manage_network_components_form_network.php:90 -msgid "TCP send" -msgstr "Enviar TCP" +#: ../../godmode/gis_maps/configure_gis_map.php:219 +msgid "View GIS" +msgstr "Ver GIS" -#: ../../godmode/agentes/module_manager_editor_network.php:136 -#: ../../godmode/modules/manage_network_components_form_network.php:97 -msgid "TCP receive" -msgstr "Recibir TCP" +#: ../../godmode/gis_maps/configure_gis_map.php:222 +msgid "GIS Maps builder" +msgstr "Mapas GIS" -#: ../../godmode/agentes/module_manager_editor_network.php:177 -#: ../../godmode/agentes/module_manager_editor_network.php:186 -#: ../../godmode/massive/massive_edit_modules.php:470 -#: ../../godmode/massive/massive_edit_modules.php:474 -msgid "The pass length must be eight character minimum." -msgstr "La longitud de la password debe ser mínimo de ocho caracteres" +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Map Name" +msgstr "Nombre del mapa" -#: ../../godmode/agentes/module_manager_editor.php:440 -#, php-format -msgid "DEBUG: Invalid module type specified in %s:%s" -msgstr "DEBUG: tipo de módulo inválido especificado en %s:%s" +#: ../../godmode/gis_maps/configure_gis_map.php:329 +msgid "Descriptive name for the map" +msgstr "nombre descriptivo para el mapa" -#: ../../godmode/agentes/module_manager_editor.php:441 +#: ../../godmode/gis_maps/configure_gis_map.php:348 +msgid "Add Map connection" +msgstr "Añadir conexión a mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:348 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" +"At least one map connection must be defined, it will be possible to change " +"between the connections in the map" msgstr "" -"Lo más probable es que haya actualizado recientemente una versión anterior " -"de Pandora FMS y, o bien
\n" -"\n" -"\t \t \t \t 1) Se olvidó de utilizar el convertidor de la base de datos
\n" -"\t \t \t \t 2) Ha usado una versión mala del convertidor de base de datos " -"(vea el informe de error # 2124706 para solucionarlo)
\n" -"\t \t \t \t 3) Ha encontrado un nuevo error - por favor, indique una manera " -"de duplicar este error" +"Como mínimo una conexion de mapa debe definirse. Será posible intercambiar " +"las conexiones del mapa." -#: ../../godmode/agentes/module_manager_editor.php:469 -msgid "Module relations" -msgstr "Relaciones entre módulos" +#: ../../godmode/gis_maps/configure_gis_map.php:366 +msgid "Group that owns the map" +msgstr "Grupo dueño del mapa" -#: ../../godmode/agentes/module_manager_editor.php:518 -msgid "No module to predict" -msgstr "No existe ningún módulo para predecir" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom" +msgstr "Zoom por defecto" -#: ../../godmode/agentes/module_manager_editor.php:519 -msgid "No plug-in provided" -msgstr "Complemento no proporcionado" +#: ../../godmode/gis_maps/configure_gis_map.php:369 +msgid "Default zoom level when opening the map" +msgstr "Nivel de zoom por defecto al abrir el mapa" -#: ../../godmode/agentes/module_manager_editor.php:542 +#: ../../godmode/gis_maps/configure_gis_map.php:372 +msgid "Center Latitude" +msgstr "Latitud central" + +#: ../../godmode/gis_maps/configure_gis_map.php:375 +msgid "Center Longitude" +msgstr "Longitud central" + +#: ../../godmode/gis_maps/configure_gis_map.php:378 +msgid "Center Altitude" +msgstr "Altitud central" + +#: ../../godmode/gis_maps/configure_gis_map.php:381 +msgid "Default Latitude" +msgstr "Latitud por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:384 +msgid "Default Longitude" +msgstr "Longitud por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:387 +msgid "Default Altitude" +msgstr "Altitud por defecto" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 +msgid "Layers" +msgstr "Capas" + +#: ../../godmode/gis_maps/configure_gis_map.php:392 msgid "" -"Error, The field name and name in module_name in data configuration are " -"different." +"Each layer can show agents from one group or the agents added to that layer " +"or both." msgstr "" -"Error, el nombre del campo y el nombre de module_name en los datos de " -"configuración son diferentes." - -#: ../../godmode/agentes/module_manager.php:70 -msgid "Create a new data server module" -msgstr "Crear un nuevo módulo de servidor de datos" - -#: ../../godmode/agentes/module_manager.php:72 -msgid "Create a new network server module" -msgstr "Crear un nuevo módulo de servidor de red" - -#: ../../godmode/agentes/module_manager.php:74 -msgid "Create a new plugin server module" -msgstr "Crear un nuevo módulo de servidor de complementos" - -#: ../../godmode/agentes/module_manager.php:76 -msgid "Create a new WMI server module" -msgstr "Crear un nuevo módulo de servidor WMI" - -#: ../../godmode/agentes/module_manager.php:78 -msgid "Create a new prediction server module" -msgstr "Crear un nuevo módulo de servidor de predicción" - -#: ../../godmode/agentes/module_manager.php:134 -msgid "Get more modules in Pandora FMS Library" -msgstr "Más módulos en la librería de Pandora FMS" - -#: ../../godmode/agentes/module_manager.php:161 -msgid "Nice try buddy" -msgstr "Buen intento amigo" - -#: ../../godmode/agentes/module_manager.php:258 -#, php-format -msgid "There was a problem deleting %s modules, none deleted." -msgstr "Ha habido un problema borrando %s módulos. No se ha borrado ninguno." - -#: ../../godmode/agentes/module_manager.php:263 -msgid "All Modules deleted succesfully" -msgstr "Todos los módulos han sido borrados correctamente." - -#: ../../godmode/agentes/module_manager.php:267 -#, php-format -msgid "There was a problem only deleted %s modules of %s total." -msgstr "Ha habido un problema borrando %s módulo(s) de %s" - -#: ../../godmode/agentes/module_manager.php:710 -msgid "Normalize" -msgstr "Normalizar" - -#: ../../godmode/agentes/module_manager.php:716 -msgid "Normalize (Disabled)" -msgstr "Normalizar (deshabilitado)" - -#: ../../godmode/agentes/module_manager.php:730 -msgid "Create network component (Disabled)" -msgstr "Crear componentes de red (desactivado)" - -#: ../../godmode/agentes/configurar_agente.php:186 -#: ../../godmode/agentes/configurar_agente.php:709 -msgid "There is already an agent in the database with this name" -msgstr "Ya existe un agente con ese nombre en la base de datos" - -#: ../../godmode/agentes/configurar_agente.php:360 -msgid "Agent wizard" -msgstr "Wizard de agente" - -#: ../../godmode/agentes/configurar_agente.php:372 -#: ../../godmode/agentes/configurar_agente.php:534 -msgid "SNMP Interfaces wizard" -msgstr "Wizard de interfaces SNMP" - -#: ../../godmode/agentes/configurar_agente.php:377 -#: ../../godmode/agentes/configurar_agente.php:537 -msgid "WMI Wizard" -msgstr "Wizard WMI" - -#: ../../godmode/agentes/configurar_agente.php:545 -msgid "SNMP explorer" -msgstr "Explorador SNMP" - -#: ../../godmode/agentes/configurar_agente.php:560 -msgid "Agent manager" -msgstr "Administrador de agente" - -#: ../../godmode/agentes/configurar_agente.php:583 -#: ../../godmode/servers/modificar_server.php:134 -msgid "Conf file deleted successfully" -msgstr "Archivo conf borrado con éxito" - -#: ../../godmode/agentes/configurar_agente.php:584 -#: ../../godmode/servers/modificar_server.php:135 -msgid "Could not delete conf file" -msgstr "No se puede borrar el archivo conf" - -#: ../../godmode/agentes/configurar_agente.php:621 -#: ../../godmode/agentes/configurar_agente.php:626 -msgid "No data to normalize" -msgstr "No hay datos para normalizar" - -#: ../../godmode/agentes/configurar_agente.php:630 -#, php-format -msgid "Deleted data above %f" -msgstr "Eliminar datos por encima de %f" - -#: ../../godmode/agentes/configurar_agente.php:631 -#, php-format -msgid "Error normalizing module %s" -msgstr "Error al normalizar el módulo %s" - -#: ../../godmode/agentes/configurar_agente.php:751 -msgid "There was a problem updating the agent" -msgstr "Hubo un problema al actualizar el agente" - -#: ../../godmode/agentes/configurar_agente.php:791 -msgid "There was a problem loading the agent" -msgstr "Hubo un problema al cargar el agente" - -#: ../../godmode/agentes/configurar_agente.php:1118 -msgid "" -"There was a problem updating module. Another module already exists with the " -"same name." -msgstr "" -"Hubo un problema al actualizar el módulo. Existe ya otro módulo con el mismo " -"nombre." - -#: ../../godmode/agentes/configurar_agente.php:1121 -msgid "" -"There was a problem updating module. Some required fields are missed: (name)" -msgstr "" -"Hubo un problema actualizando el módulo. Faltan algunos campos " -"requeridos:(nombre)" - -#: ../../godmode/agentes/configurar_agente.php:1124 -msgid "There was a problem updating module. \"No change\"" -msgstr "Hubo un problema al actualizar el módulo. \"Sin cambio\"" - -#: ../../godmode/agentes/configurar_agente.php:1129 -msgid "There was a problem updating module. Processing error" -msgstr "hubo un problema al actualizar el módulo. Error de procesamiento" - -#: ../../godmode/agentes/configurar_agente.php:1149 -msgid "Module successfully updated" -msgstr "Módulo actualizado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1253 -msgid "" -"There was a problem adding module. Another module already exists with the " -"same name." -msgstr "" -"Hubo un problema al añadir el módulo. Existe ya otro módulo con el mismo " -"nombre." - -#: ../../godmode/agentes/configurar_agente.php:1256 -msgid "" -"There was a problem adding module. Some required fields are missed : (name)" -msgstr "" -"Hubo un problema al añadir el módulo.Algunos campos requeridos faltan " -":(nombre)" - -#: ../../godmode/agentes/configurar_agente.php:1261 -msgid "There was a problem adding module. Processing error" -msgstr "Hubo un problema al añadir el módulo.Error de procesamiento" - -#: ../../godmode/agentes/configurar_agente.php:1279 -#: ../../godmode/reporting/graph_builder.php:230 -msgid "Module added successfully" -msgstr "Módulo añadido correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1397 -msgid "There was a problem deleting the module" -msgstr "Hubo un problema al borrar el módulo" - -#: ../../godmode/agentes/configurar_agente.php:1400 -msgid "Module deleted succesfully" -msgstr "Módulo borrado correctamente" - -#: ../../godmode/agentes/configurar_agente.php:1582 -#: ../../godmode/agentes/configurar_agente.php:1592 -msgid "Invalid tab specified" -msgstr "La solapa no es válida" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:112 -#, php-format -msgid "Free space on %s" -msgstr "Espacio libre en %s" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:205 -#, php-format -msgid "%s service modules created succesfully" -msgstr "%s modulos de servicio creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:208 -#, php-format -msgid "Error creating %s service modules" -msgstr "Error creando %s modulos de servicio" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:213 -#, php-format -msgid "%s process modules created succesfully" -msgstr "%s módulos de proceso creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:216 -#, php-format -msgid "Error creating %s process modules" -msgstr "Error al crear %s módulos de proceso" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:221 -#, php-format -msgid "%s disk space modules created succesfully" -msgstr "%s módulos de espacio en disco creados correctamente" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:224 -#, php-format -msgid "Error creating %s disk space modules" -msgstr "Error creando %s modulos de espacio en disco" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:229 -#, php-format -msgid "%s modules created from components succesfully" -msgstr "%s módulos creados correctamente desde los componentes" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:232 -#, php-format -msgid "Error creating %s modules from components" -msgstr "Error al crear %s módulos desde los componentes" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:258 -#: ../../godmode/agentes/module_manager_editor_wmi.php:44 -#: ../../godmode/modules/manage_network_components_form_wmi.php:42 -msgid "Namespace" -msgstr "Espacio de nombres" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:275 -msgid "WMI Explore" -msgstr "Explorador WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:279 -msgid "Unable to do WMI explorer" -msgstr "Imposible lanzar el Explorador WMI" - -#: ../../godmode/agentes/agent_wizard.wmi_explorer.php:304 -msgid "WMI components" -msgstr "Componentes WMI" - -#: ../../godmode/agentes/agent_template.php:69 -msgid "Created by template " -msgstr "Creado mediante la plantilla " - -#: ../../godmode/agentes/agent_template.php:152 -msgid "Error adding modules" -msgstr "Error añadiendo módulos" - -#: ../../godmode/agentes/agent_template.php:154 -msgid "Error adding modules. The following errors already exists: " -msgstr "Error añadiendo módulos. Ocurrieron los siguientes errores: " - -#: ../../godmode/agentes/agent_template.php:157 -msgid "Modules successfully added" -msgstr "Módulos añadidos correctamente" - -#: ../../godmode/agentes/agent_template.php:184 -msgid "Assign" -msgstr "Asignar" - -#: ../../godmode/agentes/configure_field.php:36 -msgid "Update agent custom field" -msgstr "Actualizar campo personalizado" - -#: ../../godmode/agentes/configure_field.php:39 -msgid "Create agent custom field" -msgstr "Crear campo personalizado" - -#: ../../godmode/agentes/fields_manager.php:31 -msgid "Agents custom fields manager" -msgstr "Gestor de campos personalizados del agente." - -#: ../../godmode/agentes/fields_manager.php:44 -msgid "The name must not be empty" -msgstr "El nombre no puede estar vacío" - -#: ../../godmode/agentes/fields_manager.php:47 -msgid "The name must be unique" -msgstr "El nombre debe ser único" - -#: ../../godmode/agentes/fields_manager.php:52 -msgid "Field successfully created" -msgstr "Se ha creado el campo" - -#: ../../godmode/agentes/fields_manager.php:69 -msgid "Field successfully updated" -msgstr "Se ha actualizado el campo" - -#: ../../godmode/agentes/fields_manager.php:72 -msgid "There was a problem modifying field" -msgstr "Ha habido un problema al modificar el campo" - -#: ../../godmode/agentes/fields_manager.php:82 -msgid "There was a problem deleting field" -msgstr "Ha habido un problema al borrar el campo" - -#: ../../godmode/agentes/fields_manager.php:84 -msgid "Field successfully deleted" -msgstr "El campo se ha borrado correctamente" - -#: ../../godmode/agentes/fields_manager.php:138 -msgid "Create field" -msgstr "Crear campo" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:29 -msgid "WMI server module" -msgstr "Módulo del servidor WMI" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:59 -#: ../../godmode/modules/manage_network_components_form_wmi.php:32 -msgid "WMI query" -msgstr "Consulta WMI" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:67 -#: ../../godmode/modules/manage_network_components_form_wmi.php:34 -msgid "Key string" -msgstr "Texto clave" - -#: ../../godmode/agentes/module_manager_editor_wmi.php:70 -#: ../../godmode/modules/manage_network_components_form_wmi.php:40 -msgid "Field number" -msgstr "Campo número" - -#: ../../godmode/servers/modificar_server.php:35 -msgid "Update Server" -msgstr "Actualizar servidor" - -#: ../../godmode/servers/modificar_server.php:61 -msgid "Remote Configuration" -msgstr "Configuración remota" - -#: ../../godmode/servers/modificar_server.php:66 -msgid "Pandora servers" -msgstr "Servidores" - -#: ../../godmode/servers/modificar_server.php:112 -msgid "Server updated successfully" -msgstr "Servidor actualizado correctamente" - -#: ../../godmode/servers/modificar_server.php:115 -msgid "There was a problem updating the server" -msgstr "Hubo un problema al actualizar el servidor" - -#: ../../godmode/servers/plugin.php:53 -msgid "Network Components" -msgstr "Componentes de red" - -#: ../../godmode/servers/plugin.php:216 -msgid "Plugin creation" -msgstr "Creación de complementos" - -#: ../../godmode/servers/plugin.php:219 -msgid "Plugin update" -msgstr "Actualización de complemento" - -#: ../../godmode/servers/plugin.php:249 -msgid "Plugin type" -msgstr "Tipo de complemento" - -#: ../../godmode/servers/plugin.php:250 ../../godmode/servers/plugin.php:709 -msgid "Standard" -msgstr "Estándar" - -#: ../../godmode/servers/plugin.php:251 ../../godmode/servers/plugin.php:711 -msgid "Nagios" -msgstr "Nagios" - -#: ../../godmode/servers/plugin.php:256 -msgid "Max. timeout" -msgstr "Máx. tiempo de expiración" - -#: ../../godmode/servers/plugin.php:256 -msgid "" -"This value only will be applied if is minor than the server general " -"configuration plugin timeout" -msgstr "" -"Este valor sólo se aplicará si es menor que el timeout del plugin de la " -"configuración general del servidor" - -#: ../../godmode/servers/plugin.php:256 -msgid "" -"If you set a 0 seconds timeout, the server plugin timeout will be used" -msgstr "" -"Si fija en 0 segundos el timeout, se utilizará el timeout del plugin del " -"servidor" - -#: ../../godmode/servers/plugin.php:312 -msgid "Plugin command" -msgstr "Comando del complemento" - -#: ../../godmode/servers/plugin.php:323 -msgid "Plug-in parameters" -msgstr "Parámetros del plugin" - -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "Hide value" -msgstr "Ocultar valor" - -#: ../../godmode/servers/plugin.php:414 -#: ../../godmode/servers/recon_script.php:174 -msgid "This field will show up as dots like a password" -msgstr "En este campo aparecerán puntos como en un campo de tipo contraseña" - -#: ../../godmode/servers/plugin.php:474 ../../godmode/servers/plugin.php:481 -msgid "Parameters macros" -msgstr "Macros de los parámetros" - -#: ../../godmode/servers/plugin.php:514 -msgid "Plugins registered in Pandora FMS" -msgstr "Plugins registrados en Pandora FMS" - -#: ../../godmode/servers/plugin.php:519 -msgid "You need to create your own plugins with Windows compatibility" -msgstr "Necesitas crear tus propios plugins compatibles con Windows" - -#: ../../godmode/servers/plugin.php:579 -msgid "Problem updating plugin" -msgstr "Problema actualizando plugin" - -#: ../../godmode/servers/plugin.php:582 -msgid "Plugin updated successfully" -msgstr "Plugin actualizado correctamente" - -#: ../../godmode/servers/plugin.php:637 -msgid "Problem creating plugin" -msgstr "Problema al crear plugin" - -#: ../../godmode/servers/plugin.php:640 -msgid "Plugin created successfully" -msgstr "Plugin creado correctamente" - -#: ../../godmode/servers/plugin.php:650 -msgid "Problem deleting plugin" -msgstr "Error al borrar plugin" - -#: ../../godmode/servers/plugin.php:653 -msgid "Plugin deleted successfully" -msgstr "Plugin borrado correctamente" - -#: ../../godmode/servers/plugin.php:732 -msgid "All the modules that are using this plugin will be deleted" -msgstr "Todos los módulos que estén utilizando este plugin se borrarán" - -#: ../../godmode/servers/plugin.php:739 -msgid "There are no plugins in the system" -msgstr "No hay plugins en el sistema" - -#: ../../godmode/servers/plugin.php:751 -#, php-format -msgid "List of modules and components created by \"%s\" " -msgstr "Lista de los módulos y componentes creados por \"%s\" " - -#: ../../godmode/servers/plugin.php:859 ../../godmode/servers/plugin.php:875 -msgid "Some modules or components are using the plugin" -msgstr "Algunos módulos o componentes están usando el plugin" - -#: ../../godmode/servers/plugin.php:860 -msgid "" -"The modules or components should be updated manually or using the bulk " -"operations for plugins after this change" -msgstr "" -"Los módulos o componentes deberían ser actualizados manualmente o usando las " -"operaciones masivas para los plugins después de este cambio" - -#: ../../godmode/servers/plugin.php:862 -msgid "Are you sure you want to perform this action?" -msgstr "¿Está seguro de querer realizar esta acción?" - -#: ../../godmode/servers/plugin.php:876 -msgid "Are you sure you want to unlock this item?" -msgstr "¿Está seguro de querer desbloquear este elemento?" - -#: ../../godmode/servers/plugin.php:896 -msgid "" -"The plugin command cannot be updated because some modules or components are " -"using the plugin." -msgstr "" -"No se puede actualizar el comando. Este plugin está siendo utilizado por " -"módulos o componentes." - -#: ../../godmode/servers/plugin.php:902 -msgid "" -"The plugin macros cannot be updated because some modules or components are " -"using the plugin" -msgstr "" -"Las macros del plugin no pueden ser actualizadas porque algunos módulos o " -"componentes están usando el plugin" - -#: ../../godmode/servers/manage_recontask_form.php:188 -msgid "" -"By default, in Windows, Pandora FMS only support Standard network sweep, not " -"custom scripts" -msgstr "" -"Por defecto, en Windows, Pandora FMS sólo soporta Standard Network Sweep, no " -"scripts personalizados" - -#: ../../godmode/servers/manage_recontask_form.php:223 -msgid "" -"You must select a Recon Server for the Task, otherwise the Recon Task will " -"never run" -msgstr "" -"Debe seleccionar un Servidor Recon para la tarea, de otra forma la tarea " -"Recon nunca se ejecutará" - -#: ../../godmode/servers/manage_recontask_form.php:231 -msgid "Network sweep" -msgstr "Barrido de red" - -#: ../../godmode/servers/manage_recontask_form.php:248 -msgid "Manual interval means that it will be executed only On-demand" -msgstr "Intervalo manual significa que será ejecutado solo bajo demanda" - -#: ../../godmode/servers/manage_recontask_form.php:255 -msgid "The minimum recomended interval for Recon Task is 5 minutes" -msgstr "El intervalo mínimo recomendado para Recon Task es de 5 minutos" - -#: ../../godmode/servers/manage_recontask_form.php:260 -msgid "Module template" -msgstr "Plantilla de módulos" - -#: ../../godmode/servers/manage_recontask_form.php:294 -#: ../../godmode/servers/manage_recontask.php:287 -msgid "Ports" -msgstr "Puertos" - -#: ../../godmode/servers/manage_recontask_form.php:297 -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 "" -"Puertos definidos como: 80 o 80443512 o incluso 0-1024 (igual que en la " -"línea de comandos de Nmap). Si no es necesario hacer una deteccion en " -"funcion de puertos TCP, dejarlo en blanco." - -#: ../../godmode/servers/manage_recontask_form.php:308 -msgid "Choose if the discovery of a new system creates an incident or not." -msgstr "" -"Elegir si al encontrar un nuevo sistema se crea una incidencia o por el " -"contrario, no se crea" - -#: ../../godmode/servers/manage_recontask_form.php:311 -msgid "SNMP Default community" -msgstr "Comunidad SNMP por defecto" - -#: ../../godmode/servers/manage_recontask_form.php:317 -msgid "Explanation" -msgstr "Explicacion" - -#: ../../godmode/servers/manage_recontask_form.php:358 -msgid "OS detection" -msgstr "Detección de SO" - -#: ../../godmode/servers/manage_recontask_form.php:362 -msgid "Name resolution" -msgstr "Resolución de nombres" - -#: ../../godmode/servers/manage_recontask_form.php:366 -msgid "Parent detection" -msgstr "Detección de padres" - -#: ../../godmode/servers/manage_recontask_form.php:370 -msgid "Parent recursion" -msgstr "Recursión del padre" - -#: ../../godmode/servers/manage_recontask_form.php:371 -msgid "" -"Maximum number of parent hosts that will be created if parent detection is " -"enabled." -msgstr "" -"Máximo número de agentes padre que se podrán crear (si la activación del " -"padre está activada)" - -#: ../../godmode/servers/servers.build_table.php:142 -msgid "Reset module status and fired alert counts" -msgstr "" -"Reiniciar estado de los módulos y el conteo de las alertas disparadas" - -#: ../../godmode/servers/servers.build_table.php:148 -msgid "Claim back SNMP modules" -msgstr "Re-ejecutar modulos SNMP" - -#: ../../godmode/servers/recon_script.php:73 -msgid "Recon script creation" -msgstr "Creación del Recon script" - -#: ../../godmode/servers/recon_script.php:75 -msgid "Recon script update" -msgstr "Actualizar el Recon Script" - -#: ../../godmode/servers/recon_script.php:101 -msgid "Script fullpath" -msgstr "Ruta completa del script" - -#: ../../godmode/servers/recon_script.php:228 -msgid "Recon scripts registered in Pandora FMS" -msgstr "Recon scripts registrados en Pandora FMS" - -#: ../../godmode/servers/recon_script.php:271 -msgid "Problem updating" -msgstr "Problema actualizando" - -#: ../../godmode/servers/recon_script.php:317 -msgid "Problem creating" -msgstr "Problema creando" - -#: ../../godmode/servers/recon_script.php:331 -msgid "Problem deleting reconscript" -msgstr "Problemas al borrar el Recon script" - -#: ../../godmode/servers/recon_script.php:334 -msgid "reconscript deleted successfully" -msgstr "El Recon Script ha sido eliminado con exito" - -#: ../../godmode/servers/recon_script.php:378 -msgid "There are no recon scripts in the system" -msgstr "No existen Recon scripts en el sistema" - -#: ../../godmode/servers/manage_recontask.php:55 -msgid "Successfully deleted recon task" -msgstr "Tarea recon borrada correctamente" - -#: ../../godmode/servers/manage_recontask.php:58 -msgid "Error deleting recon task" -msgstr "Error al borrar tarea recon" - -#: ../../godmode/servers/manage_recontask.php:68 -#: ../../godmode/servers/manage_recontask.php:177 -msgid "Successfully updated recon task" -msgstr "Tarea de reconocimiento actualizada correctamente" - -#: ../../godmode/servers/manage_recontask.php:75 -#: ../../godmode/servers/manage_recontask.php:180 -msgid "Error updating recon task" -msgstr "Error al actualizar la tarea recon" - -#: ../../godmode/servers/manage_recontask.php:161 -#: ../../godmode/servers/manage_recontask.php:231 -msgid "Wrong format in Subnet field" -msgstr "Formato incorrecto en el campo subnet" - -#: ../../godmode/servers/manage_recontask.php:227 -msgid "Recon-task name already exists and incorrect format in Subnet field" -msgstr "" -"Nombre de tarea recon ya existe y formato incorrecto en el campo de subred" - -#: ../../godmode/servers/manage_recontask.php:235 -#: ../../godmode/servers/manage_recontask.php:244 -msgid "Recon-task name already exists" -msgstr "El nombre de la tarea de recon ya existe" - -#: ../../godmode/servers/manage_recontask.php:258 -msgid "Successfully created recon task" -msgstr "Tarea de reconocimiento creada correctamente" - -#: ../../godmode/servers/manage_recontask.php:261 -msgid "Error creating recon task" -msgstr "Error al crear la tarea de reconocimiento" - -#: ../../godmode/servers/manage_recontask.php:376 -msgid "There are no recon task configured" -msgstr "No hay ninguna tarea de reconocimiento configurada" - -#: ../../godmode/netflow/nf_edit_form.php:59 -#: ../../godmode/netflow/nf_edit_form.php:67 -msgid "Add filter" -msgstr "Añadir filtro" - -#: ../../godmode/netflow/nf_edit_form.php:62 -msgid "Netflow Filter" -msgstr "Filtro Netflow" - -#: ../../godmode/netflow/nf_edit_form.php:206 -msgid "Filter:" -msgstr "Filtrar:" - -#: ../../godmode/netflow/nf_item_list.php:44 -#: ../../godmode/netflow/nf_item_list.php:54 -msgid "Report items" -msgstr "Elementos de informe" - -#: ../../godmode/netflow/nf_item_list.php:49 -msgid "Edit report" -msgstr "Editar informe" - -#: ../../godmode/netflow/nf_item_list.php:58 -msgid "Netflow reports" -msgstr "Informes Netflow" - -#: ../../godmode/netflow/nf_item_list.php:59 -msgid "Item list" -msgstr "Lista de items" - -#: ../../godmode/netflow/nf_item_list.php:151 -msgid "Chart type" -msgstr "Tipo de gráfico" - -#: ../../godmode/netflow/nf_item_list.php:255 -msgid "There are no defined items" -msgstr "No hay items definidos" - -#: ../../godmode/netflow/nf_edit.php:39 -msgid "Manage Netflow Filter" -msgstr "Filtro de gestión Netflow" - -#: ../../godmode/groups/configure_modu_group.php:29 -msgid "Module group management" -msgstr "gestión del grupo de módulos" - -#: ../../godmode/groups/group_list.php:158 -msgid "Edit or delete groups can cause problems with synchronization" -msgstr "Editar o borrar grupos puede causar problemas con la sincronización" - -#: ../../godmode/groups/group_list.php:164 -msgid "Groups defined in Pandora" -msgstr "Grupos definidos en Pandora FMS" - -#: ../../godmode/groups/group_list.php:208 -#: ../../godmode/groups/modu_group_list.php:74 -msgid "Group successfully created" -msgstr "Grupo creado correctamente" - -#: ../../godmode/groups/group_list.php:211 -#: ../../godmode/groups/modu_group_list.php:77 -msgid "There was a problem creating group" -msgstr "Ha habido un problema al crear el grupo" - -#: ../../godmode/groups/group_list.php:215 -msgid "Each group must have a different name" -msgstr "Cada grupo debe tener un nombre diferente" - -#: ../../godmode/groups/group_list.php:220 -msgid "Group must have a name" -msgstr "El grupo debe tener un nombre" - -#: ../../godmode/groups/group_list.php:263 -#: ../../godmode/groups/modu_group_list.php:105 -msgid "Group successfully updated" -msgstr "Grupo actualizado correctamente" - -#: ../../godmode/groups/group_list.php:266 -#: ../../godmode/groups/modu_group_list.php:108 -msgid "There was a problem modifying group" -msgstr "Ha habido un problema al modificar el grupo" - -#: ../../godmode/groups/group_list.php:291 -#, php-format -msgid "The group is not empty. It is use in %s." -msgstr "El grupo no está vacío. Está en uso en %s." - -#: ../../godmode/groups/group_list.php:295 -#: ../../godmode/groups/modu_group_list.php:137 -msgid "Group successfully deleted" -msgstr "Grupo eliminado correctamente" - -#: ../../godmode/groups/group_list.php:298 -#: ../../godmode/groups/modu_group_list.php:135 -msgid "There was a problem deleting group" -msgstr "Ha habido un problema al borrar el grupo" - -#: ../../godmode/groups/group_list.php:387 -msgid "There are no defined groups" -msgstr "No hay grupos definidos" - -#: ../../godmode/groups/group_list.php:393 -#: ../../godmode/groups/configure_group.php:92 -msgid "Create group" -msgstr "Crear grupo" - -#: ../../godmode/groups/configure_group.php:90 -msgid "Update group" -msgstr "Actualizar grupo" - -#: ../../godmode/groups/configure_group.php:104 -msgid "Update Group" -msgstr "Actualizar Grupo" - -#: ../../godmode/groups/configure_group.php:106 -msgid "Create Group" -msgstr "Crear Grupo" - -#: ../../godmode/groups/configure_group.php:142 -msgid "You have not access to the parent." -msgstr "No tiene acceso al padre" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate ACL" -msgstr "Propagar ACL" - -#: ../../godmode/groups/configure_group.php:164 -msgid "Propagate the same ACL security into the child subgroups." -msgstr "" -"Propaga la misma seguridad ACL del padre a todos los grupos hijos que " -"dependen de él" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact" -msgstr "Contacto" - -#: ../../godmode/groups/configure_group.php:173 -msgid "Contact information accessible through the _groupcontact_ macro" -msgstr "Información de contacto accesible a través de _groupcontact_ macro" - -#: ../../godmode/groups/configure_group.php:176 -msgid "Information accessible through the _group_other_ macro" -msgstr "Información accesible a través de _group_other_ macro" - -#: ../../godmode/groups/configure_group.php:221 -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 "" -"ADVERTENCIA: Estás intentando crear un grupo en un nodo que es perteneciente " -"a una Metaconsola.\\n\\nEste grupo y todo su contenido no será visible en la " -"Metaconsola.\\n\\nSi quieres crear un grupo visible, debes de realizarlo en " -"la Metaconsola y propagarlo al nodo. " - -#: ../../godmode/groups/modu_group_list.php:54 -msgid "Module groups defined in Pandora" -msgstr "Grupos de módulos definidos en Pandora" - -#: ../../godmode/groups/modu_group_list.php:81 -#: ../../godmode/groups/modu_group_list.php:112 -msgid "Each module group must have a different name" -msgstr "Cada grupo de módulos debe tener un nombre diferente" - -#: ../../godmode/groups/modu_group_list.php:85 -#: ../../godmode/groups/modu_group_list.php:116 -msgid "Module group must have a name" -msgstr "El grupo de módulos debe tener un nombre" - -#: ../../godmode/groups/modu_group_list.php:203 -msgid "There are no defined module groups" -msgstr "No hay grupos de módulos definidos" - -#: ../../godmode/groups/modu_group_list.php:208 -msgid "Create module group" -msgstr "crear grupo de módulos" - -#: ../../godmode/update_manager/update_manager.setup.php:51 -msgid "Succesful Update the url config vars." -msgstr "Actualizadas con éxito las variables de configuración de la url" - -#: ../../godmode/update_manager/update_manager.setup.php:52 -msgid "Unsuccesful Update the url config vars." -msgstr "Error al actualizar las variables de configuración de la url" - -#: ../../godmode/update_manager/update_manager.setup.php:63 -msgid "URL update manager:" -msgstr "URL gestor de actualizaciones" - -#: ../../godmode/update_manager/update_manager.setup.php:65 -msgid "URL update manager" -msgstr "URL update manager" - -#: ../../godmode/update_manager/update_manager.setup.php:67 -msgid "Proxy server:" -msgstr "Servidor Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:69 -msgid "Proxy server" -msgstr "Servidor proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:71 -msgid "Proxy port:" -msgstr "Puerto Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:73 -msgid "Proxy port" -msgstr "Puerto del proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:75 -msgid "Proxy user:" -msgstr "Usuario del Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:77 -msgid "Proxy user" -msgstr "Usuario del proxy" - -#: ../../godmode/update_manager/update_manager.setup.php:79 -msgid "Proxy password:" -msgstr "Contraseña del Proxy:" - -#: ../../godmode/update_manager/update_manager.setup.php:81 -msgid "Proxy password" -msgstr "Contraseña del proxy" - -#: ../../godmode/update_manager/update_manager.php:32 -msgid "Offline update manager" -msgstr "Gestor de actualizaciones offline" - -#: ../../godmode/update_manager/update_manager.php:36 -msgid "Online update manager" -msgstr "Gestor de actualizaciones online" - -#: ../../godmode/update_manager/update_manager.php:41 -msgid "Update manager » Setup" -msgstr "Configuración gestor de actualizaciones" - -#: ../../godmode/update_manager/update_manager.php:44 -msgid "Update manager » Offline" -msgstr "Gestor de actualizaciones offline" - -#: ../../godmode/update_manager/update_manager.php:47 -msgid "Update manager » Online" -msgstr "Gestor de actualizaciones online" - -#: ../../godmode/update_manager/update_manager.offline.php:29 -msgid "Drop the package here or" -msgstr "Suelte el paquete aquí o" - -#: ../../godmode/update_manager/update_manager.offline.php:30 -msgid "browse it" -msgstr "Examinarlo" - -#: ../../godmode/update_manager/update_manager.offline.php:31 -msgid "The package has been uploaded successfully." -msgstr "Se ha subido correctamente el paquete." - -#: ../../godmode/update_manager/update_manager.offline.php:32 -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 "" -"Recuerda que este paquete sobreescribirá los ficheros actuales de Pandora " -"FMS. Se recomienda hacer un backup antes de continuar el proceso" - -#: ../../godmode/update_manager/update_manager.offline.php:33 -msgid "Click on the file below to begin." -msgstr "Click en el fichero de abajo para comenzar" - -#: ../../godmode/update_manager/update_manager.offline.php:34 -msgid "Updating" -msgstr "Actualizando" - -#: ../../godmode/update_manager/update_manager.offline.php:35 -msgid "Package updated successfully." -msgstr "Paquete actualizado correctamente." - -#: ../../godmode/update_manager/update_manager.offline.php:36 -msgid "" -"If there are any database change, it will be applied on the next login." -msgstr "" -"Si hubiera algún cambio en la base de datos, será aplicado en próximo login " -"del usuario" - -#: ../../godmode/update_manager/update_manager.offline.php:37 -msgid "Package not updated." -msgstr "Paquete no actualizado." - -#: ../../godmode/update_manager/update_manager.online.php:25 -#, php-format -msgid "The last version of package installed is: %d" -msgstr "La última versión de paquete instalado es: %d" - -#: ../../godmode/update_manager/update_manager.online.php:34 -#, php-format -msgid "" -"Your PHP has set memory limit in %s. For avoid problems with big updates " -"please set to 500M" -msgstr "" -"Tu PHP tiene configurado set memory limit a %s. Para evitar problemas con " -"actualizaciones de gran tamaño, por favor configuralo a 500M" - -#: ../../godmode/update_manager/update_manager.online.php:41 -#, 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 "" -"Tu PHP ha establecido el parámetro límite del tamaño máximo en% s . Para " -"evitar problemas en caso de grandes cambios por favor corrija a 100M" - -#: ../../godmode/update_manager/update_manager.online.php:48 -#, 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 "" -"Tu PHP ha establecido el límite del tamaño máximo permitido para la súbida " -"de documentos en %s. Para evitar problemas en caso de grandes cambios por " -"favor corrija a 100 M" - -#: ../../godmode/update_manager/update_manager.online.php:56 -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 "" -"El nuevo cliente Update " -"Manager viene incorporado con Pandora FMS. Ayuda a los administradores " -"de sistema a actualizar su Pandora FMS de forma automática, ya que el Update " -"Manager realiza la tarea de obtener nuevos módulos, plugins y " -"funcionalidades (incluso migraciones completas a versiones posteriores) " -"automáticamente." - -#: ../../godmode/update_manager/update_manager.online.php:59 -msgid "" -"Update Manager is one of the most advanced features of Pandora FMS " -"Enterprise version, for more information visit http://pandorafms.com." -msgstr "" -"El Update Manager es una de las funcionalidades más avanzadas de la versión " -"Enterprise de Pandora FMS. Para más información visita http://pandorafms.com." - -#: ../../godmode/update_manager/update_manager.online.php:62 -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 envía información anónima sobre el uso de Pandora FMS (número " -"de agentes y módulos que se están ejecutando). Para desactivar esta opción, " -"elimine la dirección del servidor remoto del setup del plugin del Update " -"Manager." - -#: ../../godmode/update_manager/update_manager.online.php:71 -msgid "Checking for the newest package." -msgstr "Comprobando el paquete más reciente" - -#: ../../godmode/update_manager/update_manager.online.php:75 -msgid "Downloading for the newest package." -msgstr "Descargando nuevos paquetes" - -#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_refine.php:33 -#: ../../godmode/db/db_purge.php:37 ../../godmode/db/db_event.php:21 -#: ../../godmode/db/db_audit.php:19 +"Cada capa puede mostrar agentes de un grupo o los agentes añadidos a esa " +"capa o ambas cosas" + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "List of layers" +msgstr "Lista de capas" + +#: ../../godmode/gis_maps/configure_gis_map.php:398 +msgid "It is possible to edit, delete and reorder the layers." +msgstr "Es posible editar, borrar y reordenar las capas" + +#: ../../godmode/gis_maps/configure_gis_map.php:399 +msgid "New layer" +msgstr "Nueva capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:407 +msgid "Layer name" +msgstr "Nombre capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:409 +msgid "Visible" +msgstr "Visible" + +#: ../../godmode/gis_maps/configure_gis_map.php:413 +msgid "Show agents from group" +msgstr "Mostrar agentes del grupo" + +#: ../../godmode/gis_maps/configure_gis_map.php:425 +msgid "Add agent" +msgstr "Añadir agente" + +#: ../../godmode/gis_maps/configure_gis_map.php:441 +msgid "List of Agents to be shown in the layer" +msgstr "lista de los agentes que se mostrarán en la capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:448 +#: ../../godmode/gis_maps/configure_gis_map.php:624 +#: ../../godmode/gis_maps/configure_gis_map.php:635 +msgid "Save Layer" +msgstr "Guardar capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:464 +#: ../../godmode/gis_maps/configure_gis_map.php:471 +msgid "Save map" +msgstr "Guardar mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:467 +msgid "Update map" +msgstr "Actualizar mapa" + +#: ../../godmode/gis_maps/configure_gis_map.php:668 +#: ../../godmode/gis_maps/configure_gis_map.php:724 +msgid "Update Layer" +msgstr "Actualizar capa" + +#: ../../godmode/gis_maps/configure_gis_map.php:790 +msgid "Do you want to use the default data from the connection?" +msgstr "¿Quiere usar los datos que vienen por defecto de la conexión ?" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "The connection" +msgstr "La conexión" + +#: ../../godmode/gis_maps/configure_gis_map.php:825 +msgid "just added previously." +msgstr "Ya añadido previamente" + +#: ../../godmode/db/db_audit.php:19 ../../godmode/db/db_event.php:21 +#: ../../godmode/db/db_info.php:32 ../../godmode/db/db_purge.php:37 +#: ../../godmode/db/db_refine.php:33 msgid "Database maintenance" msgstr "Mantenimiento de la base de datos" +#: ../../godmode/db/db_audit.php:19 +msgid "Database audit purge" +msgstr "Depuración de la base de datos de auditoría" + +#: ../../godmode/db/db_audit.php:70 +msgid "Success data deleted" +msgstr "Dato borrado correctamente" + +#: ../../godmode/db/db_audit.php:72 +msgid "Error deleting data" +msgstr "Error borrando datos" + +#: ../../godmode/db/db_audit.php:81 ../../godmode/db/db_event.php:62 +msgid "Records" +msgstr "Registros" + +#: ../../godmode/db/db_audit.php:84 ../../godmode/db/db_event.php:64 +msgid "First date" +msgstr "Primera fecha" + +#: ../../godmode/db/db_audit.php:88 +msgid "Latest date" +msgstr "Última fecha" + +#: ../../godmode/db/db_audit.php:92 ../../godmode/db/db_event.php:73 +#: ../../godmode/db/db_purge.php:335 +msgid "Purge data" +msgstr "Purgar datos" + +#: ../../godmode/db/db_audit.php:97 +msgid "Purge audit data over 90 days" +msgstr "Borrar los datos de auditoría excepto el último trimestre" + +#: ../../godmode/db/db_audit.php:98 +msgid "Purge audit data over 30 days" +msgstr "Borrar los datos de auditoría excepto los últimos 30 días" + +#: ../../godmode/db/db_audit.php:99 +msgid "Purge audit data over 14 days" +msgstr "Borrar los datos de auditoría excepto las últimas dos semanas" + +#: ../../godmode/db/db_audit.php:100 +msgid "Purge audit data over 7 days" +msgstr "Borrar los datos de auditoría excepto la última semana" + +#: ../../godmode/db/db_audit.php:101 +msgid "Purge audit data over 3 days" +msgstr "Borrar los datos de auditoría excepto los últimos tres días" + +#: ../../godmode/db/db_audit.php:102 +msgid "Purge audit data over 1 day" +msgstr "Borrar los datos de auditoría excepto el ultimo día" + +#: ../../godmode/db/db_audit.php:103 +msgid "Purge all audit data" +msgstr "Borrar todos los datos de auditoría" + +#: ../../godmode/db/db_audit.php:107 ../../godmode/db/db_event.php:92 +msgid "Do it!" +msgstr "¡Hazlo!" + +#: ../../godmode/db/db_event.php:22 +msgid "Event database cleanup" +msgstr "Limpieza de la base de datos de eventos" + +#: ../../godmode/db/db_event.php:40 +msgid "Successfully deleted old events" +msgstr "Eventos antiguos borrados correctamente" + +#: ../../godmode/db/db_event.php:43 +msgid "Error deleting old events" +msgstr "Error al borrar los eventos antiguos" + +#: ../../godmode/db/db_event.php:67 +msgid "Latest data" +msgstr "Últimos datos" + +#: ../../godmode/db/db_event.php:81 +msgid "Purge event data over 90 days" +msgstr "Borrar los datos de eventos excepto el último trimestre" + +#: ../../godmode/db/db_event.php:82 +msgid "Purge event data over 30 days" +msgstr "Borrar los datos de eventos excepto los últimos 30 días" + +#: ../../godmode/db/db_event.php:83 +msgid "Purge event data over 14 days" +msgstr "Borrar los datos de eventos excepto las últimas dos semanas" + +#: ../../godmode/db/db_event.php:84 +msgid "Purge event data over 7 days" +msgstr "Borrar los datos de eventos excepto la última semana" + +#: ../../godmode/db/db_event.php:85 +msgid "Purge event data over 3 days" +msgstr "Borrar los datos de eventos excepto los últimos tres días" + +#: ../../godmode/db/db_event.php:86 +msgid "Purge event data over 1 day" +msgstr "Borrar todos los datos de eventos, excepto las últimas 24 horas" + +#: ../../godmode/db/db_event.php:87 +msgid "Purge all event data" +msgstr "Borrar todos los datos de eventos" + #: ../../godmode/db/db_info.php:32 msgid "Database information" msgstr "Información de la base de datos" @@ -29606,37 +27630,80 @@ msgstr "Información de la base de datos" msgid "Module data received" msgstr "Datos de módulo recibidos" -#: ../../godmode/db/db_refine.php:42 -msgid "Maximum is equal to minimum" -msgstr "El máximo es igual al mínimo" +#: ../../godmode/db/db_main.php:69 +msgid "Current database maintenance setup" +msgstr "Configuración actual del mantenimiento de la BB. DD." -#: ../../godmode/db/db_refine.php:56 -msgid "Filtering data module" -msgstr "Filtrando módulo de datos" +#: ../../godmode/db/db_main.php:76 +msgid "Database setup" +msgstr "Configuración de la base de datos" -#: ../../godmode/db/db_refine.php:76 -msgid "Filtering completed" -msgstr "Filtrado completado" +#: ../../godmode/db/db_main.php:80 +msgid "Max. time before compact data" +msgstr "Máx. días antes de comprimir datos" -#: ../../godmode/db/db_refine.php:88 -msgid "No agent selected" -msgstr "No hay ningún agente seleccionado" +#: ../../godmode/db/db_main.php:86 +msgid "Max. time before purge" +msgstr "Máx. días antes de eliminar datos" -#: ../../godmode/db/db_refine.php:92 -msgid "Get Info" -msgstr "Obtener info." +#: ../../godmode/db/db_main.php:95 +msgid "Database size stats" +msgstr "Tamaño de estadísticas de la base de datos" -#: ../../godmode/db/db_refine.php:105 -msgid "Purge data out of these limits" -msgstr "Purgar los datos fuera de esos límites" +#: ../../godmode/db/db_main.php:105 ../../include/functions_reporting.php:9179 +msgid "Total events" +msgstr "Total de eventos" -#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 -msgid "Minimum" -msgstr "Mínimo" +#: ../../godmode/db/db_main.php:111 +msgid "Total data items (tagente_datos)" +msgstr "Total de items de datos (tagente_datos)" -#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 -msgid "Maximum" -msgstr "Máximo" +#: ../../godmode/db/db_main.php:123 +msgid "Total log4x items (tagente_datos_log4x)" +msgstr "Total elementos Log4x (tagente_datos_log4x)" + +#: ../../godmode/db/db_main.php:135 +msgid "Total data string items (tagente_datos_string)" +msgstr "total campos datos en cadena (tagente_datos_string)" + +#: ../../godmode/db/db_main.php:141 +msgid "Total modules configured" +msgstr "Módulos totales configurados" + +#: ../../godmode/db/db_main.php:149 +msgid "Total agent access records" +msgstr "total de registros de acceso del agente" + +#: ../../godmode/db/db_main.php:160 +msgid "Database sanity" +msgstr "Estado de la BBDD" + +#: ../../godmode/db/db_main.php:164 +msgid "Total uknown agents" +msgstr "total de agentes desconocidos" + +#: ../../godmode/db/db_main.php:170 +msgid "Total non-init modules" +msgstr "total de módulos no iniciados" + +#: ../../godmode/db/db_main.php:179 +msgid "Last time on DB maintance" +msgstr "Ultima vez en mantenimiento de base de datos" + +#: ../../godmode/db/db_main.php:200 +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 "" +"Por favor, asegúrese de que la gestión de la Base de Datos es correcta y de " +"que el sistema automático de gestión de Base de Datos de Pandora está " +"correctamente instalado y funcionando. Es muy importante para el correcto " +"funcionamiento y rendimiento de Pandora." + +#: ../../godmode/db/db_purge.php:38 ../../godmode/menu.php:317 +msgid "Database purge" +msgstr "Purgar BBDD" #: ../../godmode/db/db_purge.php:43 msgid "Get data from agent" @@ -29645,8 +27712,7 @@ msgstr "Obtener datos de un agente" #: ../../godmode/db/db_purge.php:75 #, php-format msgid "Purge task launched for agent %s :: Data older than %s" -msgstr "" -"Tarea de purga lanzada por el agente% s :: Información anterior a % s" +msgstr "Tarea de purga lanzada por el agente% s :: Información anterior a % s" #: ../../godmode/db/db_purge.php:78 msgid "" @@ -29730,11 +27796,6 @@ msgstr "Paquetes con menos de 24 horas" msgid "Total number of packets" msgstr "Número máximo de paquetes" -#: ../../godmode/db/db_purge.php:335 ../../godmode/db/db_event.php:73 -#: ../../godmode/db/db_audit.php:92 -msgid "Purge data" -msgstr "Purgar datos" - #: ../../godmode/db/db_purge.php:340 msgid "Purge data over 3 months" msgstr "Purgar los datos con más de 3 meses" @@ -29767,307 +27828,310 @@ msgstr "Todos los datos hasta ahora" msgid "Purge" msgstr "Purgar" -#: ../../godmode/db/db_event.php:22 -msgid "Event database cleanup" -msgstr "Limpieza de la base de datos de eventos" +#: ../../godmode/db/db_refine.php:33 ../../godmode/menu.php:318 +#: ../../include/functions_db.php:1496 +msgid "Database debug" +msgstr "Depurar BBDD" -#: ../../godmode/db/db_event.php:40 -msgid "Successfully deleted old events" -msgstr "Eventos antiguos borrados correctamente" +#: ../../godmode/db/db_refine.php:42 +msgid "Maximum is equal to minimum" +msgstr "El máximo es igual al mínimo" -#: ../../godmode/db/db_event.php:43 -msgid "Error deleting old events" -msgstr "Error al borrar los eventos antiguos" +#: ../../godmode/db/db_refine.php:56 +msgid "Filtering data module" +msgstr "Filtrando módulo de datos" -#: ../../godmode/db/db_event.php:62 ../../godmode/db/db_audit.php:81 -msgid "Records" -msgstr "Registros" +#: ../../godmode/db/db_refine.php:76 +msgid "Filtering completed" +msgstr "Filtrado completado" -#: ../../godmode/db/db_event.php:64 ../../godmode/db/db_audit.php:84 -msgid "First date" -msgstr "Primera fecha" +#: ../../godmode/db/db_refine.php:88 +msgid "No agent selected" +msgstr "No hay ningún agente seleccionado" -#: ../../godmode/db/db_event.php:67 -msgid "Latest data" -msgstr "Últimos datos" +#: ../../godmode/db/db_refine.php:92 +msgid "Get Info" +msgstr "Obtener info." -#: ../../godmode/db/db_event.php:81 -msgid "Purge event data over 90 days" -msgstr "Borrar los datos de eventos excepto el último trimestre" +#: ../../godmode/db/db_refine.php:105 +msgid "Purge data out of these limits" +msgstr "Purgar los datos fuera de esos límites" -#: ../../godmode/db/db_event.php:82 -msgid "Purge event data over 30 days" -msgstr "Borrar los datos de eventos excepto los últimos 30 días" +#: ../../godmode/db/db_refine.php:107 ../../godmode/db/db_refine.php:109 +msgid "Minimum" +msgstr "Mínimo" -#: ../../godmode/db/db_event.php:83 -msgid "Purge event data over 14 days" -msgstr "Borrar los datos de eventos excepto las últimas dos semanas" +#: ../../godmode/db/db_refine.php:112 ../../godmode/db/db_refine.php:114 +msgid "Maximum" +msgstr "Máximo" -#: ../../godmode/db/db_event.php:84 -msgid "Purge event data over 7 days" -msgstr "Borrar los datos de eventos excepto la última semana" +#: ../../godmode/modules/manage_network_templates_form.php:32 +#: ../../godmode/modules/manage_network_templates.php:39 +msgid "Module template management" +msgstr "Gestión de plantillas de módulos" -#: ../../godmode/db/db_event.php:85 -msgid "Purge event data over 3 days" -msgstr "Borrar los datos de eventos excepto los últimos tres días" +#: ../../godmode/modules/manage_network_templates_form.php:54 +msgid "Successfully deleted module from profile" +msgstr "Módulo borrado del perfil correctamente" -#: ../../godmode/db/db_event.php:86 -msgid "Purge event data over 1 day" -msgstr "Borrar todos los datos de eventos, excepto las últimas 24 horas" +#: ../../godmode/modules/manage_network_templates_form.php:55 +msgid "Error deleting module from profile" +msgstr "Error al borrar el módulo del perfil" -#: ../../godmode/db/db_event.php:87 -msgid "Purge all event data" -msgstr "Borrar todos los datos de eventos" +#: ../../godmode/modules/manage_network_templates_form.php:70 +msgid "Successfully added module to profile" +msgstr "Módulo añadido correctamente al perfil" -#: ../../godmode/db/db_event.php:92 ../../godmode/db/db_audit.php:107 -msgid "Do it!" -msgstr "¡Hazlo!" +#: ../../godmode/modules/manage_network_templates_form.php:71 +msgid "Error adding module to profile" +msgstr "Error al añadir el módulo al perfil" -#: ../../godmode/db/db_main.php:69 -msgid "Current database maintenance setup" -msgstr "Configuración actual del mantenimiento de la BB. DD." +#: ../../godmode/modules/manage_network_templates_form.php:94 +msgid "Successfully updated network profile" +msgstr "Perfil de red actualizado correctamente" -#: ../../godmode/db/db_main.php:76 -msgid "Database setup" -msgstr "Configuración de la base de datos" +#: ../../godmode/modules/manage_network_templates_form.php:95 +msgid "Error updating network profile" +msgstr "Error al actualizar el perfil de red" -#: ../../godmode/db/db_main.php:80 -msgid "Max. time before compact data" -msgstr "Máx. días antes de comprimir datos" +#: ../../godmode/modules/manage_network_templates_form.php:110 +msgid "Successfully added network profile" +msgstr "Perfil de red añadido correctamente" -#: ../../godmode/db/db_main.php:86 -msgid "Max. time before purge" -msgstr "Máx. días antes de eliminar datos" +#: ../../godmode/modules/manage_network_templates_form.php:111 +msgid "Error adding network profile" +msgstr "Error al añadir el perfil de red" -#: ../../godmode/db/db_main.php:95 -msgid "Database size stats" -msgstr "Tamaño de estadísticas de la base de datos" +#: ../../godmode/modules/manage_network_templates_form.php:116 +msgid "Cannot create a template without name" +msgstr "No se puede crear una plantilla sin nombre" -#: ../../godmode/db/db_main.php:111 -msgid "Total data items (tagente_datos)" -msgstr "Total de items de datos (tagente_datos)" +#: ../../godmode/modules/manage_network_templates_form.php:184 +msgid "No modules for this profile" +msgstr "No existen módulos para este perfil" -#: ../../godmode/db/db_main.php:123 -msgid "Total log4x items (tagente_datos_log4x)" -msgstr "Total elementos Log4x (tagente_datos_log4x)" +#: ../../godmode/modules/manage_network_components_form_network.php:47 +msgid "SNMP Enterprise String" +msgstr "Cadena SNMP Enterprise" -#: ../../godmode/db/db_main.php:135 -msgid "Total data string items (tagente_datos_string)" -msgstr "total campos datos en cadena (tagente_datos_string)" +#: ../../godmode/modules/manage_network_components.php:51 +msgid "Network component management" +msgstr "Gestión de los componentes de red" -#: ../../godmode/db/db_main.php:141 -msgid "Total modules configured" -msgstr "Módulos totales configurados" +#: ../../godmode/modules/manage_network_components.php:517 +msgid "Search by name, description, tcp send or tcp rcv, list matches." +msgstr "" +"Búsqueda por nombre, descripción, envío tcp o tcp rcv. Lista las concidencias" -#: ../../godmode/db/db_main.php:149 -msgid "Total agent access records" -msgstr "total de registros de acceso del agente" +#: ../../godmode/modules/manage_network_components.php:569 +msgid "Max/Min" +msgstr "Máx/Mín" -#: ../../godmode/db/db_main.php:160 -msgid "Database sanity" -msgstr "Estado de la BBDD" +#: ../../godmode/modules/manage_network_components.php:595 +msgid "Network module" +msgstr "Módulo de la red" -#: ../../godmode/db/db_main.php:164 -msgid "Total uknown agents" -msgstr "total de agentes desconocidos" +#: ../../godmode/modules/manage_network_components.php:599 +msgid "WMI module" +msgstr "Módulo WMI" -#: ../../godmode/db/db_main.php:170 -msgid "Total non-init modules" -msgstr "total de módulos no iniciados" +#: ../../godmode/modules/manage_network_components.php:603 +msgid "Plug-in module" +msgstr "Módulo de plugin" -#: ../../godmode/db/db_main.php:179 -msgid "Last time on DB maintance" -msgstr "Ultima vez en mantenimiento de base de datos" +#: ../../godmode/modules/manage_network_components.php:634 +msgid "There are no defined network components" +msgstr "No hay componentes de red definidos" -#: ../../godmode/db/db_main.php:200 +#: ../../godmode/modules/manage_network_components.php:641 +msgid "Create a new network component" +msgstr "Crear un componente de red nuevo" + +#: ../../godmode/modules/manage_network_components.php:642 +msgid "Create a new plugin component" +msgstr "Crear un componente de complemento nuevo" + +#: ../../godmode/modules/manage_network_components.php:643 +msgid "Create a new WMI component" +msgstr "Crear un componente WMI nuevo" + +#: ../../godmode/modules/manage_network_templates.php:61 +msgid "Template successfully deleted" +msgstr "Plantilla borrada correctamente" + +#: ../../godmode/modules/manage_network_templates.php:62 +msgid "Error deleting template" +msgstr "Error al borrar la plantilla" + +#: ../../godmode/modules/manage_network_templates.php:94 +msgid "This template does not exist" +msgstr "Esta plantilla no existe" + +#: ../../godmode/modules/manage_network_templates.php:232 +msgid "There are no defined network profiles" +msgstr "No hay ningún perfil de red definido" + +#: ../../godmode/modules/module_list.php:28 +msgid "Defined modules" +msgstr "Módulos definidos" + +#: ../../godmode/modules/module_list.php:50 +msgid "Problem modifying module" +msgstr "Problema al modificar los módulos" + +#: ../../godmode/modules/module_list.php:52 +msgid "Module updated successfully" +msgstr "Actualización de módulos correcta" + +#: ../../godmode/modules/manage_network_components_form.php:253 +msgid "Update Network Component" +msgstr "Actualización de componente de red" + +#: ../../godmode/modules/manage_network_components_form.php:256 +msgid "Create Network Component" +msgstr "Crear componente de red" + +#: ../../godmode/modules/manage_nc_groups_form.php:53 +msgid "Update Group Component" +msgstr "Actualización de los componentes del grupo" + +#: ../../godmode/modules/manage_nc_groups_form.php:56 +msgid "Create Group Component" +msgstr "Crear componentes de grupo" + +#: ../../godmode/modules/manage_nc_groups.php:40 +msgid "Component group management" +msgstr "Gestión de grupos de componentes de red" + +#: ../../godmode/modules/manage_nc_groups.php:58 +msgid "Could not be created. Blank name" +msgstr "No pudo ser creado. Nombre en blanco" + +#: ../../godmode/modules/manage_nc_groups.php:237 +msgid "There are no defined component groups" +msgstr "No hay grupos de componentes definidos" + +#: ../../godmode/setup/setup_ehorus.php:54 +#: ../../include/functions_config.php:676 +#, fuzzy +msgid "Enable eHorus" +msgstr "Alertas activadas" + +#: ../../godmode/setup/setup_ehorus.php:85 +#, fuzzy +msgid "API Hostname" +msgstr "Nombre de máquina" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Hostname of the eHorus API" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "Without protocol and port" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:87 +msgid "e.g., switch.ehorus.com" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:92 +#, fuzzy +msgid "API Port" +msgstr "Puerto LDAP" + +#: ../../godmode/setup/setup_ehorus.php:94 +msgid "e.g., 18080" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:99 +#, fuzzy +msgid "Request timeout" +msgstr "Sesión expirada" + +#: ../../godmode/setup/setup_ehorus.php:101 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" +"Time in seconds to set the maximum time of the requests to the eHorus API" msgstr "" -"Por favor, asegúrese de que la gestión de la Base de Datos es correcta y de " -"que el sistema automático de gestión de Base de Datos de Pandora está " -"correctamente instalado y funcionando. Es muy importante para el correcto " -"funcionamiento y rendimiento de Pandora." -#: ../../godmode/db/db_audit.php:19 -msgid "Database audit purge" -msgstr "Depuración de la base de datos de auditoría" +#: ../../godmode/setup/setup_ehorus.php:101 +#, fuzzy +msgid "0 to disable" +msgstr "desactivado" -#: ../../godmode/db/db_audit.php:70 -msgid "Success data deleted" -msgstr "Dato borrado correctamente" +#: ../../godmode/setup/setup_ehorus.php:106 +#, fuzzy +msgid "Test" +msgstr "Texto" -#: ../../godmode/db/db_audit.php:72 -msgid "Error deleting data" -msgstr "Error borrando datos" +#: ../../godmode/setup/setup_ehorus.php:122 +#, fuzzy +msgid "Remote Management System" +msgstr "Gestión de informes" -#: ../../godmode/db/db_audit.php:88 -msgid "Latest date" -msgstr "Última fecha" +#: ../../godmode/setup/setup_ehorus.php:130 +#, fuzzy +msgid "Custom field eHorusID created" +msgstr "Campos personalizados" -#: ../../godmode/db/db_audit.php:97 -msgid "Purge audit data over 90 days" -msgstr "Borrar los datos de auditoría excepto el último trimestre" +#: ../../godmode/setup/setup_ehorus.php:130 +#, fuzzy +msgid "Error creating custom field" +msgstr "Error al crear fichero" -#: ../../godmode/db/db_audit.php:98 -msgid "Purge audit data over 30 days" -msgstr "Borrar los datos de auditoría excepto los últimos 30 días" - -#: ../../godmode/db/db_audit.php:99 -msgid "Purge audit data over 14 days" -msgstr "Borrar los datos de auditoría excepto las últimas dos semanas" - -#: ../../godmode/db/db_audit.php:100 -msgid "Purge audit data over 7 days" -msgstr "Borrar los datos de auditoría excepto la última semana" - -#: ../../godmode/db/db_audit.php:101 -msgid "Purge audit data over 3 days" -msgstr "Borrar los datos de auditoría excepto los últimos tres días" - -#: ../../godmode/db/db_audit.php:102 -msgid "Purge audit data over 1 day" -msgstr "Borrar los datos de auditoría excepto el ultimo día" - -#: ../../godmode/db/db_audit.php:103 -msgid "Purge all audit data" -msgstr "Borrar todos los datos de auditoría" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Pandora audit" -msgstr "Auditoría de Pandora FMS" - -#: ../../godmode/admin_access_logs.php:33 -msgid "Review Logs" -msgstr "Revisar logs" - -#: ../../godmode/admin_access_logs.php:303 -msgid "Export to CSV " -msgstr "Exportar a CSV " - -#: ../../godmode/setup/setup_netflow.php:42 -msgid "Directory where netflow data will be stored." -msgstr "Directorio donde los datos netflow se almacenarán" - -#: ../../godmode/setup/setup_netflow.php:46 -msgid "Specifies the time interval in seconds to rotate netflow data files." +#: ../../godmode/setup/setup_ehorus.php:133 +msgid "eHorus has his own agent identifiers" msgstr "" -"Especifica el intervalo de tiempo en segundos para rotar los archivos de " -"datos de Netflow" -#: ../../godmode/setup/setup_netflow.php:58 +#: ../../godmode/setup/setup_ehorus.php:134 +msgid "To store them, it will be necessary to use an agent custom field" +msgstr "" + +#: ../../godmode/setup/setup_ehorus.php:135 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." +"Possibly the eHorus id will have to be filled in by hand for every agent" msgstr "" -"Máximo número de puntos que una tabla de area netflow puede mostrar. Cuanto " -"más alta la resolución mejor la ejecución. Se recomiendan los valores entre " -"50 y 100" -#: ../../godmode/setup/setup_netflow.php:65 -msgid "Sets the maximum lifetime for netflow data in days." -msgstr "Fijar el tiempo máximo para los datos netflow en dias" +#: ../../godmode/setup/setup_ehorus.php:140 +#, fuzzy +msgid "The custom field does not exists already" +msgstr "El fichero no existe" -#: ../../godmode/setup/os.list.php:69 -msgid "There are no defined operating systems" -msgstr "No hay sistemas operativos definidos" +#: ../../godmode/setup/setup_ehorus.php:154 +msgid "eHorus API" +msgstr "" -#: ../../godmode/setup/news.php:28 -msgid "Site news management" -msgstr "Gestionar noticias" +#: ../../godmode/setup/setup_ehorus.php:186 +#, fuzzy +msgid "Connection timeout" +msgstr "Nombre de conexión" -#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 -msgid "Name error" -msgstr "Error de nombre" +#: ../../godmode/setup/setup_ehorus.php:187 +#, fuzzy +msgid "Empty user or password" +msgstr "Contraseña de la base de datos" -#: ../../godmode/setup/news.php:167 -msgid "Modal screen" -msgstr "Pantalla modal" +#: ../../godmode/setup/setup_ehorus.php:188 +#, fuzzy +msgid "User not found" +msgstr "Usuarios encontrados" -#: ../../godmode/setup/news.php:170 -msgid "Expire" -msgstr "Caduca" +#: ../../godmode/setup/setup_ehorus.php:189 +#, fuzzy +msgid "Invalid password" +msgstr "Password antigua inválida." -#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 -msgid "Expiration" -msgstr "Vencimiento" +#: ../../godmode/setup/license.php:27 +msgid "License management" +msgstr "Gestión de licencias" -#: ../../godmode/setup/news.php:215 -msgid "There are no defined news" -msgstr "No hay noticias definidas" +#: ../../godmode/setup/setup.php:90 ../../godmode/setup/setup.php:125 +#: ../../godmode/menu.php:260 +msgid "Visual styles" +msgstr "Estilos visuales" -#: ../../godmode/setup/news.php:242 -msgid "Modal" -msgstr "Modal" - -#: ../../godmode/setup/news.php:245 -msgid "Board" -msgstr "Tablero" - -#: ../../godmode/setup/news.php:256 -msgid "Expired" -msgstr "Caducado" - -#: ../../godmode/setup/links.php:27 -msgid "Link management" -msgstr "Gestionar enlaces" - -#: ../../godmode/setup/links.php:39 -msgid "There was a problem creating link" -msgstr "Ha habido un problema al crear el enlace" - -#: ../../godmode/setup/links.php:56 -msgid "There was a problem modifying link" -msgstr "Ha habido un problema al modificar el enlace" - -#: ../../godmode/setup/links.php:67 -msgid "There was a problem deleting link" -msgstr "Ha habido un problema al borrar el enlace" - -#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 -msgid "Link name" -msgstr "Nombre enlace" - -#: ../../godmode/setup/links.php:132 -msgid "There isn't links" -msgstr "No existen enlaces" - -#: ../../godmode/setup/os.php:70 -msgid "Fail creating OS" -msgstr "Error al crear SO" - -#: ../../godmode/setup/os.php:77 -msgid "Success creating OS" -msgstr "Éxito al crear SO" - -#: ../../godmode/setup/os.php:97 -msgid "Success updatng OS" -msgstr "Éxito al actualizar SO" - -#: ../../godmode/setup/os.php:97 -msgid "Error updating OS" -msgstr "Error al actualizar SO" - -#: ../../godmode/setup/os.php:116 -msgid "There are agents with this OS." -msgstr "Existen agentes con este Sistema Operativo." - -#: ../../godmode/setup/os.php:121 -msgid "Success deleting" -msgstr "Éxito al borrar" - -#: ../../godmode/setup/os.php:121 -msgid "Error deleting" -msgstr "Error al borrar" - -#: ../../godmode/setup/os.php:130 -msgid "List OS" -msgstr "Listar SS. OO." - -#: ../../godmode/setup/os.php:134 -msgid "Builder OS" -msgstr "Creador de registros de sistema operativo." +#: ../../godmode/setup/setup.php:145 +msgid "Correct update the setup options" +msgstr "Actualización correccta de las opciones de configuración" #: ../../godmode/setup/gis_step_2.php:39 msgid "Create new map connection" @@ -30214,33 +28278,170 @@ msgstr "Centro" msgid "Refresh preview map" msgstr "Refrescar previsualización" -#: ../../godmode/setup/setup.php:137 -msgid "Correct update the setup options" -msgstr "Actualización correccta de las opciones de configuración" +#: ../../godmode/setup/snmp_wizard.php:166 +#, fuzzy +msgid "Unsucessful update the snmp translation" +msgstr "Actualización de etiquetas sin éxito" + +#: ../../godmode/setup/snmp_wizard.php:173 +#, fuzzy +msgid "Unsucessful update the snmp translation." +msgstr "Actualización de etiquetas sin éxito" + +#: ../../godmode/setup/snmp_wizard.php:221 +#, fuzzy +msgid "Unsucessful delete the snmp translation" +msgstr "Actualización de etiquetas sin éxito" + +#: ../../godmode/setup/snmp_wizard.php:228 +#, fuzzy +msgid "Unsucessful delete the snmp translation." +msgstr "Actualización de etiquetas sin éxito" + +#: ../../godmode/setup/snmp_wizard.php:289 +#, fuzzy +msgid "Unsucessful save the snmp translation" +msgstr "Actualización de etiquetas sin éxito" + +#: ../../godmode/setup/snmp_wizard.php:298 +#, fuzzy +msgid "Unsucessful save the snmp translation." +msgstr "Actualización de etiquetas sin éxito" + +#: ../../godmode/setup/os.list.php:75 +msgid "There are no defined operating systems" +msgstr "No hay sistemas operativos definidos" + +#: ../../godmode/setup/os.list.php:81 +#, fuzzy +msgid "Create OS" +msgstr "Crear" + +#: ../../godmode/setup/news.php:28 +msgid "Site news management" +msgstr "Gestionar noticias" + +#: ../../godmode/setup/news.php:130 ../../godmode/setup/links.php:86 +msgid "Name error" +msgstr "Error de nombre" + +#: ../../godmode/setup/news.php:167 +msgid "Modal screen" +msgstr "Pantalla modal" + +#: ../../godmode/setup/news.php:170 +msgid "Expire" +msgstr "Caduca" + +#: ../../godmode/setup/news.php:173 ../../godmode/setup/news.php:224 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../godmode/setup/news.php:215 +msgid "There are no defined news" +msgstr "No hay noticias definidas" + +#: ../../godmode/setup/news.php:242 +msgid "Modal" +msgstr "Modal" + +#: ../../godmode/setup/news.php:245 +msgid "Board" +msgstr "Tablero" + +#: ../../godmode/setup/news.php:256 +msgid "Expired" +msgstr "Caducado" #: ../../godmode/setup/setup_general.php:57 +#: ../../include/functions_config.php:131 +msgid "Remote config directory" +msgstr "Directorio remoto de configuración" + +#: ../../godmode/setup/setup_general.php:58 msgid "Directory where agent remote configuration is stored." msgstr "Directorio donde la configuración remota del agente es almacenado." -#: ../../godmode/setup/setup_general.php:146 +#: ../../godmode/setup/setup_general.php:70 +#: ../../include/functions_config.php:138 +msgid "Automatic check for updates" +msgstr "Chequeo automático de actualizaciones" + +#: ../../godmode/setup/setup_general.php:78 +msgid "Use cert of SSL" +msgstr "" + +#: ../../godmode/setup/setup_general.php:83 +msgid "Path of SSL Cert." +msgstr "" + +#: ../../godmode/setup/setup_general.php:83 +msgid "" +"Path where you put your cert and name of this cert. Remember your cert only " +"in .pem extension." +msgstr "" + +#: ../../godmode/setup/setup_general.php:102 +#: ../../include/functions_config.php:152 +msgid "Enable GIS features in Pandora Console" +msgstr "Activar funcionalidades GIS en Pandora FMS" + +#: ../../godmode/setup/setup_general.php:106 +#: ../../include/functions_config.php:154 +msgid "Enable Integria incidents in Pandora Console" +msgstr "Habilitar incidentes de Integria en Pandora Console" + +#: ../../godmode/setup/setup_general.php:149 +#: ../../include/functions_config.php:160 +msgid "Integria URL" +msgstr "Integria URL" + +#: ../../godmode/setup/setup_general.php:155 msgid "URL and/or Integria password are incorrect" msgstr "La URL y/o la contraseña de Integria son incorrectas" -#: ../../godmode/setup/setup_general.php:203 -msgid "" -"Must have the same time zone as the system or database to avoid mismatches " -"of time." -msgstr "" -"Debe tener las mismas zonas horarias que el sistema o la base de datos para " -"evitar desajustes de tiempo" +#: ../../godmode/setup/setup_general.php:158 +#: ../../include/functions_config.php:158 +msgid "Integria API password" +msgstr "Contraseña de la API de Integria" -#: ../../godmode/setup/setup_general.php:215 -#: ../../godmode/setup/setup_general.php:220 -#: ../../godmode/setup/setup_general.php:225 +#: ../../godmode/setup/setup_general.php:178 +#: ../../include/functions_config.php:156 +msgid "Integria inventory" +msgstr "Inventario Integria" + +#: ../../godmode/setup/setup_general.php:182 +#: ../../include/functions_config.php:162 +msgid "Enable Netflow" +msgstr "Activar Netflow" + +#: ../../godmode/setup/setup_general.php:222 +#: ../../include/functions_config.php:169 +msgid "Sound for Alert fired" +msgstr "Sonido para alertas" + +#: ../../godmode/setup/setup_general.php:224 +#: ../../godmode/setup/setup_general.php:229 +#: ../../godmode/setup/setup_general.php:234 msgid "Play sound" msgstr "Reproducir sonido" -#: ../../godmode/setup/setup_general.php:233 +#: ../../godmode/setup/setup_general.php:227 +#: ../../include/functions_config.php:171 +msgid "Sound for Monitor critical" +msgstr "Sonido para monitores Críticos" + +#: ../../godmode/setup/setup_general.php:232 +#: ../../include/functions_config.php:173 +msgid "Sound for Monitor warning" +msgstr "Sonido para monitores Warning" + +#: ../../godmode/setup/setup_general.php:241 +#: ../../include/functions_config.php:190 +msgid "Referer security" +msgstr "Seguridad de Referer" + +#: ../../godmode/setup/setup_general.php:242 msgid "" "When it is set as \"yes\" in some important sections check if the user have " "gone from url Pandora." @@ -30248,7 +28449,12 @@ msgstr "" "Cuando está configurado a \"sí\" se comprueba, en algunas secciones " "importante, si el usuario ha dejado la url de Pandora." -#: ../../godmode/setup/setup_general.php:241 +#: ../../godmode/setup/setup_general.php:249 +#: ../../include/functions_config.php:192 +msgid "Event storm protection" +msgstr "Protección de tormenta de eventos" + +#: ../../godmode/setup/setup_general.php:250 msgid "" "If set to yes no events or alerts will be generated, but agents will " "continue receiving data." @@ -30256,29 +28462,44 @@ msgstr "" "Si se configura afirmativo ningún evento o alerta se generará, pero los " "agentes continuarán recibiendo datos." -#: ../../godmode/setup/setup_general.php:250 +#: ../../godmode/setup/setup_general.php:258 +#: ../../include/functions_config.php:194 +msgid "Command Snapshot" +msgstr "captura de comando" + +#: ../../godmode/setup/setup_general.php:259 msgid "The string modules with several lines show as command output" msgstr "" "Los módulos de tipo cadena de texto con varias líneas se mostrarán como una " "salida de comando" -#: ../../godmode/setup/setup_general.php:254 +#: ../../godmode/setup/setup_general.php:263 +#: ../../include/functions_config.php:196 +msgid "Server logs directory" +msgstr "Directorio de logs del servidor" + +#: ../../godmode/setup/setup_general.php:263 msgid "Directory where the server logs are stored." msgstr "Directorio donde se guardan los logs del servidor" -#: ../../godmode/setup/setup_general.php:259 +#: ../../godmode/setup/setup_general.php:268 msgid "Full mode" msgstr "Modo total" -#: ../../godmode/setup/setup_general.php:260 +#: ../../godmode/setup/setup_general.php:269 msgid "On demand" msgstr "Por demanda" -#: ../../godmode/setup/setup_general.php:261 +#: ../../godmode/setup/setup_general.php:270 msgid "Expert" msgstr "Experta/o" -#: ../../godmode/setup/setup_general.php:264 +#: ../../godmode/setup/setup_general.php:272 +#: ../../include/functions_config.php:198 +msgid "Tutorial mode" +msgstr "Modo Tutorial" + +#: ../../godmode/setup/setup_general.php:273 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 " @@ -30289,13 +28510,24 @@ msgstr "" "que el modo total pero no sera proactivo, y 'experto' no se mostrara los " "iconos ni en la cabecera ni como ayuda contextual." -#: ../../godmode/setup/setup_general.php:271 +#: ../../godmode/setup/setup_general.php:279 +#: ../../include/functions_config.php:200 +msgid "Allow create planned downtimes in the past" +msgstr "" +"Permitir la creación de paradas planificadas con fecha anterior a la actual" + +#: ../../godmode/setup/setup_general.php:280 msgid "The planned downtimes created in the past will affect the SLA reports" msgstr "" "Las paradas planificadas creadas con fecha anterior a la actual afectarán a " "los informes SLA" -#: ../../godmode/setup/setup_general.php:276 +#: ../../godmode/setup/setup_general.php:284 +#: ../../include/functions_config.php:202 +msgid "Limit parameters massive" +msgstr "Límites de los parámetros masivos" + +#: ../../godmode/setup/setup_general.php:285 #, php-format msgid "" "Your PHP environment is setted with %d max_input_vars. Maybe you must not " @@ -30304,11 +28536,26 @@ msgstr "" "Tu entorno PHP fue establecido con % de max_input_vars. Tal vez no deba " "establecer este valor con valores superiores" -#: ../../godmode/setup/setup_general.php:284 +#: ../../godmode/setup/setup_general.php:289 +#, fuzzy +msgid "Include agents manually disabled" +msgstr "Alerta validada manualmente" + +#: ../../godmode/setup/setup_general.php:293 +#, fuzzy +msgid "audit log directory" +msgstr "Directorio de logs del servidor" + +#: ../../godmode/setup/setup_general.php:294 +#, fuzzy +msgid "Directory where audit log is stored." +msgstr "Directorio donde los datos temporales son almacenados." + +#: ../../godmode/setup/setup_general.php:300 msgid "General options" msgstr "Opciones generales" -#: ../../godmode/setup/setup_general.php:343 +#: ../../godmode/setup/setup_general.php:359 msgid "" "If Enterprise ACL System is enabled without rules you will lose access to " "Pandora FMS Console (even admin). Do you want to continue?" @@ -30316,72 +28563,123 @@ msgstr "" "Si el sistema ACL Enterprise es activado sin reglas, perderá el acceso a la " "consola de Pandora FMS (incluso siendo administrador). ¿Desea continuar?" -#: ../../godmode/setup/license.php:27 -msgid "License management" -msgstr "Gestión de licencias" +#: ../../godmode/setup/setup_netflow.php:41 +#: ../../include/functions_config.php:626 +msgid "Data storage path" +msgstr "Ruta de almacenamiento de datos" -#: ../../godmode/setup/performance.php:47 -msgid "" -"If the compaction or purge of the data is more frequent than the events " -"deletion, anomalies in module graphs could appear" +#: ../../godmode/setup/setup_netflow.php:42 +msgid "Directory where netflow data will be stored." +msgstr "Directorio donde los datos netflow se almacenarán" + +#: ../../godmode/setup/setup_netflow.php:45 +#: ../../include/functions_config.php:628 +msgid "Daemon interval" +msgstr "Intervalo del demonio" + +#: ../../godmode/setup/setup_netflow.php:46 +msgid "Specifies the time interval in seconds to rotate netflow data files." msgstr "" -"Si la compactación o purgado de datos es más frecuente que el borrado de " -"eventos, pueden aparecer anomalías en las gráficas de módulo" +"Especifica el intervalo de tiempo en segundos para rotar los archivos de " +"datos de Netflow" -#: ../../godmode/setup/performance.php:62 +#: ../../godmode/setup/setup_netflow.php:49 +#: ../../include/functions_config.php:630 +msgid "Daemon binary path" +msgstr "Ruta de demonio binario" + +#: ../../godmode/setup/setup_netflow.php:52 +#: ../../include/functions_config.php:632 +msgid "Nfdump binary path" +msgstr "Ruta binaria Nfdump" + +#: ../../godmode/setup/setup_netflow.php:55 +#: ../../include/functions_config.php:634 +msgid "Nfexpire binary path" +msgstr "Ruta binaria Nfexpire" + +#: ../../godmode/setup/setup_netflow.php:58 +#: ../../include/functions_config.php:636 +msgid "Maximum chart resolution" +msgstr "Máxima resolución de gráfica" + +#: ../../godmode/setup/setup_netflow.php:58 msgid "" -"Configure a purge period more frequent than a compact data period has no " -"sense" +"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 "" -"Configurar un periodo de purgado con más frecuencia que el periodo de " -"compactación de datos no tiene sentido" +"Máximo número de puntos que una tabla de area netflow puede mostrar. Cuanto " +"más alta la resolución mejor la ejecución. Se recomiendan los valores entre " +"50 y 100" -#: ../../godmode/setup/performance.php:80 -msgid "Data will be compacted in intervals of the specified length." -msgstr "Los datos se compactarán en intervalos de la longitud especificada." +#: ../../godmode/setup/setup_netflow.php:65 +#: ../../include/functions_config.php:640 +#: ../../include/functions_config.php:646 +msgid "Netflow max lifetime" +msgstr "Tiempo máximo del Netflow" -#: ../../godmode/setup/performance.php:87 -msgid "Last day" -msgstr "Último día" +#: ../../godmode/setup/setup_netflow.php:65 +msgid "Sets the maximum lifetime for netflow data in days." +msgstr "Fijar el tiempo máximo para los datos netflow en dias" -#: ../../godmode/setup/performance.php:89 -msgid "10 days" -msgstr "10 días" +#: ../../godmode/setup/setup_netflow.php:68 +#: ../../include/functions_config.php:642 +msgid "Name resolution for IP address" +msgstr "Resolver direcciones IP para obtener sus nombres de máquina" -#: ../../godmode/setup/performance.php:91 -msgid "2 weeks" -msgstr "semana" +#: ../../godmode/setup/os.php:73 +msgid "Fail creating OS" +msgstr "Error al crear SO" -#: ../../godmode/setup/performance.php:101 -msgid "" -"If realtime statistics are disabled, statistics interval resfresh will be " -"set here." -msgstr "" -"Si las estadísticas en tiempo real son deshabilitadas, el intervalo de " -"refresco de las estadísticas será definido aquí." +#: ../../godmode/setup/os.php:80 +msgid "Success creating OS" +msgstr "Éxito al crear SO" -#: ../../godmode/setup/performance.php:108 -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 "" -"Número máximo de archivos en el directorio attachment. Si se alcanza el " -"número se mostrará un mensaje en el área de notificaciones de la cabecera." +#: ../../godmode/setup/os.php:100 +msgid "Success updatng OS" +msgstr "Éxito al actualizar SO" -#: ../../godmode/setup/performance.php:117 -msgid "Database maintenance options" -msgstr "Opciones de mantenimiento de la base de datos" +#: ../../godmode/setup/os.php:100 +msgid "Error updating OS" +msgstr "Error al actualizar SO" -#: ../../godmode/setup/setup_auth.php:57 -msgid "Local Pandora FMS" -msgstr "Pandora FMS local" +#: ../../godmode/setup/os.php:119 +msgid "There are agents with this OS." +msgstr "Existen agentes con este Sistema Operativo." -#: ../../godmode/setup/setup_auth.php:57 -msgid "ldap" -msgstr "LDAP" +#: ../../godmode/setup/os.php:124 +msgid "Success deleting" +msgstr "Éxito al borrar" -#: ../../godmode/setup/setup_auth.php:69 +#: ../../godmode/setup/os.php:124 +msgid "Error deleting" +msgstr "Error al borrar" + +#: ../../godmode/setup/os.php:133 +msgid "List OS" +msgstr "Listar SS. OO." + +#: ../../godmode/setup/os.php:137 +msgid "Builder OS" +msgstr "Creador de registros de sistema operativo." + +#: ../../godmode/setup/os.php:143 ../../godmode/menu.php:278 +msgid "Edit OS" +msgstr "Editar SO" + +#: ../../godmode/setup/gis.php:32 ../../godmode/menu.php:274 +msgid "Map conections GIS" +msgstr "Conexión de mapa GIS" + +#: ../../godmode/setup/gis.php:62 +msgid "Map connection name" +msgstr "Nombre de la conexión" + +#: ../../godmode/setup/gis.php:83 +msgid "Do you wan delete this connection?" +msgstr "Desea borrar esta conexión?" + +#: ../../godmode/setup/setup_auth.php:50 msgid "" "Enable this option if you want to fallback to local authentication when " "remote (ldap etc...) authentication failed." @@ -30389,7 +28687,7 @@ msgstr "" "Activa esta opción si quieres autenticación local si falla la autenticación " "remota (ldap, etc)" -#: ../../godmode/setup/setup_auth.php:202 +#: ../../godmode/setup/setup_auth.php:125 msgid "" "If this option is enabled, the users can use double authentication with " "their accounts" @@ -30397,13 +28695,28 @@ msgstr "" "Si esta opción está activada, los usuarios pueden usar la doble " "autenticación con sus cuentas." -#: ../../godmode/setup/setup_auth.php:214 +#: ../../godmode/setup/setup_auth.php:137 msgid "Session timeout (mins)" msgstr "Fin de la sesión" -#: ../../godmode/setup/setup_auth.php:215 -msgid "This is defined in minutes" -msgstr "Esto se define en minutos" +#: ../../godmode/setup/setup_auth.php:138 +msgid "" +"This is defined in minutes, If you wish a permanent session should putting -" +"1 in this field." +msgstr "" + +#: ../../godmode/setup/setup_auth.php:173 +msgid "Local Pandora FMS" +msgstr "Pandora FMS local" + +#: ../../godmode/setup/setup_auth.php:173 +msgid "ldap" +msgstr "LDAP" + +#: ../../godmode/setup/setup_visuals.php:74 +#: ../../include/functions_config.php:476 +msgid "Default interval for refresh on Visual Console" +msgstr "Intervalo de refresco en la consola visual por defecto" #: ../../godmode/setup/setup_visuals.php:75 msgid "This interval will affect to Visual Console pages" @@ -30414,31 +28727,85 @@ msgid "Paginated module view" msgstr "Vista del módulo paginada" #: ../../godmode/setup/setup_visuals.php:103 +msgid "Display lateral menus with click" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:104 +msgid "" +"If you check this option, the lateral menus display with left click. " +"Otherwise it will show by placing the mouse over" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:116 msgid "Behaviour configuration" msgstr "Configuración del comportamiento" -#: ../../godmode/setup/setup_visuals.php:123 +#: ../../godmode/setup/setup_visuals.php:130 +#: ../../include/functions_config.php:449 +msgid "Style template" +msgstr "Plantilla de estilo" + +#: ../../godmode/setup/setup_visuals.php:135 +#: ../../include/functions_config.php:457 +msgid "Status icon set" +msgstr "Icono de estado en" + +#: ../../godmode/setup/setup_visuals.php:136 msgid "Colors" msgstr "Colores" -#: ../../godmode/setup/setup_visuals.php:124 +#: ../../godmode/setup/setup_visuals.php:137 msgid "Faces" msgstr "Caras" -#: ../../godmode/setup/setup_visuals.php:125 +#: ../../godmode/setup/setup_visuals.php:138 msgid "Colors and text" msgstr "Colores y texto" -#: ../../godmode/setup/setup_visuals.php:133 -msgid "You can place your custom images into the folder images/backgrounds/" -msgstr "" -"Puedes poner tus propias imágenes en el directorio images/backgrounds/" +#: ../../godmode/setup/setup_visuals.php:145 +#: ../../include/functions_config.php:474 +msgid "Login background" +msgstr "Imagen de fondo de la pantalla de login" -#: ../../godmode/setup/setup_visuals.php:175 +#: ../../godmode/setup/setup_visuals.php:146 +msgid "You can place your custom images into the folder images/backgrounds/" +msgstr "Puedes poner tus propias imágenes en el directorio images/backgrounds/" + +#: ../../godmode/setup/setup_visuals.php:184 +#, fuzzy +msgid "Custom logo in login" +msgstr "Logotipo personalizado" + +#: ../../godmode/setup/setup_visuals.php:196 +#, fuzzy +msgid "Disable Pandora FMS on graphs" +msgstr "O desactive Pandora FMS Enterprise" + +#: ../../godmode/setup/setup_visuals.php:210 +#: ../../include/functions_config.php:500 +msgid "Fixed header" +msgstr "Cabecera fija" + +#: ../../godmode/setup/setup_visuals.php:218 +#: ../../include/functions_config.php:502 +msgid "Fixed menu" +msgstr "Menú fijo" + +#: ../../godmode/setup/setup_visuals.php:226 +#: ../../include/functions_config.php:496 +msgid "Autohidden menu" +msgstr "Ocultar menú" + +#: ../../godmode/setup/setup_visuals.php:231 msgid "Style configuration" msgstr "Configuración de estilo" -#: ../../godmode/setup/setup_visuals.php:190 +#: ../../godmode/setup/setup_visuals.php:245 +#: ../../include/functions_config.php:492 +msgid "GIS Labels" +msgstr "Etiquetas GIS" + +#: ../../godmode/setup/setup_visuals.php:246 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." @@ -30447,17 +28814,33 @@ msgstr "" "GIS. Si tiene muchos agentes en el mapa puede ser ilegible. Deshabilitado " "por defecto." -#: ../../godmode/setup/setup_visuals.php:202 +#: ../../godmode/setup/setup_visuals.php:257 +#: ../../include/functions_config.php:494 +msgid "Default icon in GIS" +msgstr "Icono GIS por defecto" + +#: ../../godmode/setup/setup_visuals.php:258 msgid "Agent icon for GIS Maps. If set to \"none\", group icon will be used" msgstr "" "Icono de agente para mapas GIS. Si el valor es \"none\", se usará el icono " "del grupo" -#: ../../godmode/setup/setup_visuals.php:211 +#: ../../godmode/setup/setup_visuals.php:267 msgid "GIS configuration" msgstr "Configuración GIS" -#: ../../godmode/setup/setup_visuals.php:256 +#: ../../godmode/setup/setup_visuals.php:281 +#: ../../include/functions_config.php:459 +msgid "Font path" +msgstr "Ruta de la tipografía" + +#: ../../godmode/setup/setup_visuals.php:311 +#: ../../include/functions_config.php:480 +#: ../../include/functions_config.php:482 +msgid "Agent size text" +msgstr "Tamaño del texto del agente" + +#: ../../godmode/setup/setup_visuals.php:312 msgid "" "When the agent name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." @@ -30465,17 +28848,22 @@ msgstr "" "Cuando el nombre del agente tenga muchos caracteres, en algunos lugares de " "la consola, será necesario truncar su longitud a N caracteres." -#: ../../godmode/setup/setup_visuals.php:257 -#: ../../godmode/setup/setup_visuals.php:265 +#: ../../godmode/setup/setup_visuals.php:313 +#: ../../godmode/setup/setup_visuals.php:321 msgid "Small:" msgstr "Pequeño:" -#: ../../godmode/setup/setup_visuals.php:259 -#: ../../godmode/setup/setup_visuals.php:267 +#: ../../godmode/setup/setup_visuals.php:315 +#: ../../godmode/setup/setup_visuals.php:323 msgid "Normal:" msgstr "Normal:" -#: ../../godmode/setup/setup_visuals.php:264 +#: ../../godmode/setup/setup_visuals.php:319 +#: ../../include/functions_config.php:484 +msgid "Module size text" +msgstr "Tamaño del nombre del modulo" + +#: ../../godmode/setup/setup_visuals.php:320 msgid "" "When the module name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." @@ -30483,7 +28871,13 @@ msgstr "" "Cuando el nombre del modulo sea muy largo, en algunos lugares de la consola, " "será necesario truncar su longitud a N caracteres." -#: ../../godmode/setup/setup_visuals.php:271 +#: ../../godmode/setup/setup_visuals.php:327 +#: ../../include/functions_config.php:486 +#: ../../include/functions_config.php:488 +msgid "Description size text" +msgstr "Tamaño del texto de la descripción" + +#: ../../godmode/setup/setup_visuals.php:327 msgid "" "When the description name have a lot of characters, in some places in " "Pandora Console it is necesary truncate to N characters." @@ -30491,7 +28885,12 @@ msgstr "" "Cuando el texto de la descripción tiene muchos caracteres, en algunos " "lugares de la consola, será necesario truncar su longitud a N caracteres." -#: ../../godmode/setup/setup_visuals.php:276 +#: ../../godmode/setup/setup_visuals.php:331 +#: ../../include/functions_config.php:490 +msgid "Item title size text" +msgstr "Tamaño del texto de los títulos" + +#: ../../godmode/setup/setup_visuals.php:332 msgid "" "When the item title name have a lot of characters, in some places in Pandora " "Console it is necesary truncate to N characters." @@ -30499,1058 +28898,500 @@ msgstr "" "Cuando el texto de un título tenga muchos caracteres, en algunos lugares de " "la consola, será necesario truncar su longitud a N caracteres." -#: ../../godmode/setup/setup_visuals.php:282 +#: ../../godmode/setup/setup_visuals.php:338 msgid "Font and Text configuration" msgstr "Configuración Fuente y Texto" -#: ../../godmode/setup/setup_visuals.php:336 +#: ../../godmode/setup/setup_visuals.php:364 +#: ../../include/functions_config.php:426 +msgid "Graph color #4" +msgstr "Color de la gráfica #4" + +#: ../../godmode/setup/setup_visuals.php:368 +#: ../../include/functions_config.php:428 +msgid "Graph color #5" +msgstr "Color de la gráfica #5" + +#: ../../godmode/setup/setup_visuals.php:372 +#: ../../include/functions_config.php:430 +msgid "Graph color #6" +msgstr "Color de la gráfica #6" + +#: ../../godmode/setup/setup_visuals.php:376 +#: ../../include/functions_config.php:432 +msgid "Graph color #7" +msgstr "Color de la gráfica #7" + +#: ../../godmode/setup/setup_visuals.php:380 +#: ../../include/functions_config.php:434 +msgid "Graph color #8" +msgstr "Color de la gráfica #8" + +#: ../../godmode/setup/setup_visuals.php:384 +#: ../../include/functions_config.php:436 +msgid "Graph color #9" +msgstr "Color de la gráfica #9" + +#: ../../godmode/setup/setup_visuals.php:388 +#: ../../include/functions_config.php:438 +msgid "Graph color #10" +msgstr "Color de la gráfica #10" + +#: ../../godmode/setup/setup_visuals.php:392 msgid "Graph resolution (1-low, 5-high)" msgstr "Resolución gráfica (1-baja, 5-alta)" -#: ../../godmode/setup/setup_visuals.php:365 +#: ../../godmode/setup/setup_visuals.php:410 +#: ../../include/functions_config.php:514 +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:430 +#: ../../include/functions_config.php:510 +msgid "Shortened module graph data" +msgstr "Gráfica de modulo de datos ordenado" + +#: ../../godmode/setup/setup_visuals.php:431 msgid "The data number of the module graphs will be rounded and shortened" msgstr "" "El número de datos de los gráficos del módulo se redondeará y acortará" -#: ../../godmode/setup/setup_visuals.php:375 +#: ../../godmode/setup/setup_visuals.php:441 msgid "Type of module charts" msgstr "Tipo de gráficas de módulos" -#: ../../godmode/setup/setup_visuals.php:385 +#: ../../godmode/setup/setup_visuals.php:450 +#, fuzzy +msgid "Show only average" +msgstr "Solo media" + +#: ../../godmode/setup/setup_visuals.php:451 +msgid "Allows only show the average in graphs" +msgstr "" + +#: ../../godmode/setup/setup_visuals.php:459 msgid "Charts configuration" msgstr "Configuración de gráficas" -#: ../../godmode/setup/setup_visuals.php:400 +#: ../../godmode/setup/setup_visuals.php:474 +#: ../../include/functions_config.php:478 +msgid "Default line thickness for the Visual Console" +msgstr "Grosor de línea por defecto de la Consola Visual" + +#: ../../godmode/setup/setup_visuals.php:474 msgid "" "This interval will affect to the lines between elements on the Visual Console" msgstr "" "Este intervalo afectará a las líneas entre elementos en la Consola Visual" -#: ../../godmode/setup/setup_visuals.php:498 +#: ../../godmode/setup/setup_visuals.php:572 msgid "Show QR Code icon in the header" msgstr "Mostrar icono código QR en la cabecera" -#: ../../godmode/setup/setup_visuals.php:510 +#: ../../godmode/setup/setup_visuals.php:583 +#: ../../include/functions_config.php:506 +msgid "Custom graphviz directory" +msgstr "Directorio personalizado graphviz" + +#: ../../godmode/setup/setup_visuals.php:584 msgid "Custom directory where the graphviz binaries are stored." msgstr "" "Directorio personalizado donde se almacenan los ficheros binarios de graphviz" -#: ../../godmode/setup/setup_visuals.php:563 +#: ../../godmode/setup/setup_visuals.php:590 +#: ../../include/functions_config.php:508 +msgid "Networkmap max width" +msgstr "Máximo ancho de Networkmap" + +#: ../../godmode/setup/setup_visuals.php:637 msgid "Custom values post process" msgstr "Valores personalizados proceso posterior" -#: ../../godmode/setup/setup_visuals.php:577 +#: ../../godmode/setup/setup_visuals.php:651 msgid "Delete custom values" msgstr "Eliminar valores personalizados" -#: ../../godmode/setup/setup_visuals.php:597 +#: ../../godmode/setup/setup_visuals.php:671 msgid "Interval values" msgstr "Valores del intervalo" -#: ../../godmode/setup/setup_visuals.php:622 +#: ../../godmode/setup/setup_visuals.php:696 msgid "Other configuration" msgstr "Otra configuración" -#: ../../godmode/setup/setup_visuals.php:803 +#: ../../godmode/setup/setup_visuals.php:884 +#: ../../godmode/setup/setup_visuals.php:924 msgid "Logo preview" msgstr "Logo de previsualización" -#: ../../godmode/setup/setup_visuals.php:843 +#: ../../godmode/setup/setup_visuals.php:964 msgid "Background preview" msgstr "Vista previa del fondo" -#: ../../godmode/setup/setup_visuals.php:887 +#: ../../godmode/setup/setup_visuals.php:1008 msgid "Gis icons preview" msgstr "Vista previa de los iconos GIS" -#: ../../godmode/setup/setup_visuals.php:942 +#: ../../godmode/setup/setup_visuals.php:1063 msgid "Status set preview" msgstr "Fijar el estado de la vista previa." -#: ../../godmode/setup/gis.php:62 -msgid "Map connection name" -msgstr "Nombre de la conexión" +#: ../../godmode/setup/links.php:27 +msgid "Link management" +msgstr "Gestionar enlaces" -#: ../../godmode/setup/gis.php:83 -msgid "Do you wan delete this connection?" -msgstr "Desea borrar esta conexión?" +#: ../../godmode/setup/links.php:39 +msgid "There was a problem creating link" +msgstr "Ha habido un problema al crear el enlace" -#: ../../godmode/massive/massive_delete_agents.php:57 -#, php-format +#: ../../godmode/setup/links.php:56 +msgid "There was a problem modifying link" +msgstr "Ha habido un problema al modificar el enlace" + +#: ../../godmode/setup/links.php:67 +msgid "There was a problem deleting link" +msgstr "Ha habido un problema al borrar el enlace" + +#: ../../godmode/setup/links.php:106 ../../godmode/setup/links.php:136 +msgid "Link name" +msgstr "Nombre enlace" + +#: ../../godmode/setup/links.php:132 +msgid "There isn't links" +msgstr "No existen enlaces" + +#: ../../godmode/setup/performance.php:49 msgid "" -"There was an error deleting the agent, the operation has been cancelled " -"Could not delete agent %s" +"If the compaction or purge of the data is more frequent than the events " +"deletion, anomalies in module graphs could appear" msgstr "" -"Se produjo un error al eliminar el agente. La operación ha sido cancelada. " -"No se pudo eliminar el agente %s" +"Si la compactación o purgado de datos es más frecuente que el borrado de " +"eventos, pueden aparecer anomalías en las gráficas de módulo" -#: ../../godmode/massive/massive_delete_agents.php:63 -#, php-format -msgid "Successfully deleted (%s)" -msgstr "Borrado correctamente (%s)" +#: ../../godmode/setup/performance.php:52 +#: ../../include/functions_config.php:373 +msgid "Max. days before delete traps" +msgstr "Nº max. de días antes de borrar traps SNMP" -#: ../../godmode/massive/massive_delete_agents.php:108 -#: ../../godmode/massive/massive_delete_alerts.php:215 -#: ../../godmode/massive/massive_standby_alerts.php:139 -#: ../../godmode/massive/massive_delete_modules.php:441 -#: ../../godmode/massive/massive_copy_modules.php:74 -#: ../../godmode/massive/massive_copy_modules.php:185 -#: ../../godmode/massive/massive_add_alerts.php:154 -#: ../../godmode/massive/massive_edit_agents.php:208 -#: ../../godmode/massive/massive_add_action_alerts.php:139 -#: ../../godmode/massive/massive_edit_modules.php:284 -#: ../../godmode/massive/massive_delete_action_alerts.php:141 -#: ../../godmode/massive/massive_enable_disable_alerts.php:138 -msgid "Group recursion" -msgstr "Recursión de grupos" +#: ../../godmode/setup/performance.php:58 +#: ../../include/functions_config.php:375 +msgid "Max. days before delete string data" +msgstr "Nº max. de días antes de borrar datos de tipo texto" -#: ../../godmode/massive/massive_delete_agents.php:159 -#: ../../godmode/massive/massive_delete_alerts.php:265 -#: ../../godmode/massive/massive_delete_modules.php:710 -#: ../../godmode/massive/massive_copy_modules.php:424 -#: ../../godmode/massive/massive_add_alerts.php:213 -#: ../../godmode/massive/massive_edit_agents.php:480 -#: ../../godmode/massive/massive_add_action_alerts.php:204 -#: ../../godmode/massive/massive_edit_modules.php:622 +#: ../../godmode/setup/performance.php:61 +#: ../../include/functions_config.php:379 +msgid "Max. days before delete GIS data" +msgstr "Nº max. de días antes de borrar información GIS" + +#: ../../godmode/setup/performance.php:64 +#: ../../include/functions_config.php:381 +msgid "Max. days before purge" +msgstr "Máx. días antes de eliminar datos" + +#: ../../godmode/setup/performance.php:64 msgid "" -"Unsucessful sending the data, please contact with your administrator or make " -"with less elements." +"Configure a purge period more frequent than a compact data period has no " +"sense" msgstr "" -"El envio de datos no ha tenido éxito, por favor contacte con su " -"administrador o hágalo con menos elementos" +"Configurar un periodo de purgado con más frecuencia que el periodo de " +"compactación de datos no tiene sentido" -#: ../../godmode/massive/massive_delete_alerts.php:78 -#: ../../godmode/massive/massive_add_alerts.php:78 -msgid "No alert selected" -msgstr "No se seleccionó ninguna alerta" +#: ../../godmode/setup/performance.php:67 +#: ../../include/functions_config.php:385 +msgid "Max. days before compact data" +msgstr "Máx. días antes de comprimir datos" -#: ../../godmode/massive/massive_standby_alerts.php:154 -msgid "Not standby alerts" -msgstr "Alertas sin standby" +#: ../../godmode/setup/performance.php:70 +#: ../../include/functions_config.php:383 +msgid "Max. days before delete unknown modules" +msgstr "Máximo de días antes de borrar módulos desconocidos" -#: ../../godmode/massive/massive_standby_alerts.php:165 -#: ../../godmode/massive/massive_standby_alerts.php:169 -msgid "Set standby selected alerts" -msgstr "Poner en standby las alertas seleccionadas" +#: ../../godmode/setup/performance.php:73 +#, fuzzy +msgid "Max. days before delete autodisabled agents" +msgstr "Nº max. de días antes de borrar eventos de auditoría interna" -#: ../../godmode/massive/massive_standby_alerts.php:171 -msgid "Standby alerts" -msgstr "Alertas en standby" +#: ../../godmode/setup/performance.php:76 +#: ../../include/functions_config.php:409 +msgid "Retention period of past special days" +msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:56 -msgid "No module selected" -msgstr "No se seleccionó ningún módulo" +#: ../../godmode/setup/performance.php:76 +msgid "This number is days to keep past special days. 0 means never remove." +msgstr "" -#: ../../godmode/massive/massive_delete_modules.php:230 +#: ../../godmode/setup/performance.php:88 +msgid "Item limit for realtime reports" +msgstr "" + +#: ../../godmode/setup/performance.php:88 msgid "" -"There was an error deleting the modules, the operation has been cancelled" -msgstr "Hubo un error al borrar los módulos, se canceló la operación" - -#: ../../godmode/massive/massive_delete_modules.php:396 -#: ../../godmode/massive/massive_edit_modules.php:238 -msgid "Selection mode" -msgstr "Modo de seleccion" - -#: ../../godmode/massive/massive_delete_modules.php:397 -#: ../../godmode/massive/massive_edit_modules.php:239 -msgid "Select modules first" -msgstr "Escoja los módulos primero" - -#: ../../godmode/massive/massive_delete_modules.php:399 -#: ../../godmode/massive/massive_edit_modules.php:241 -msgid "Select agents first" -msgstr "Escoja los agentes primero" - -#: ../../godmode/massive/massive_delete_modules.php:414 -#: ../../godmode/massive/massive_edit_modules.php:257 -msgid "Select all modules of this type" -msgstr "Seleccionar todos los módulos de este tipo" - -#: ../../godmode/massive/massive_delete_modules.php:443 -#: ../../godmode/massive/massive_edit_modules.php:286 -msgid "Select all modules of this group" -msgstr "Seleccionar todos los modulos de este grupo" - -#: ../../godmode/massive/massive_delete_modules.php:471 -#: ../../godmode/massive/massive_edit_modules.php:297 -msgid "When select modules" -msgstr "Cuando se seleccionan módulos" - -#: ../../godmode/massive/massive_delete_modules.php:474 -#: ../../godmode/massive/massive_edit_modules.php:300 -msgid "Show common agents" -msgstr "Mostrar agentes comunes" - -#: ../../godmode/massive/massive_delete_modules.php:475 -#: ../../godmode/massive/massive_edit_modules.php:301 -msgid "Show all agents" -msgstr "Mostrar todos los agentes" - -#: ../../godmode/massive/massive_copy_modules.php:141 -msgid "Copy alerts" -msgstr "Copiar alertas" - -#: ../../godmode/massive/massive_copy_modules.php:150 -msgid "No modules for this agent" -msgstr "No existen módulos para este agente" - -#: ../../godmode/massive/massive_copy_modules.php:159 -msgid "No alerts for this agent" -msgstr "Ninguna alerta para este agente" - -#: ../../godmode/massive/massive_copy_modules.php:217 -msgid "To agent(s)" -msgstr "A los agentes" - -#: ../../godmode/massive/massive_copy_modules.php:442 -msgid "No operation selected" -msgstr "No se seleccionó ninguna operación" - -#: ../../godmode/massive/massive_delete_profiles.php:61 -msgid "Not deleted. You must select an existing user" -msgstr "No borrado. Debe seleccionar un usuario existente" - -#: ../../godmode/massive/massive_delete_profiles.php:87 -msgid "Profiles deleted successfully" -msgstr "Perfiles borrados satisfactoriamente" - -#: ../../godmode/massive/massive_delete_profiles.php:88 -msgid "Profiles cannot be deleted" -msgstr "No se pudieron borrar los perfiles" - -#: ../../godmode/massive/massive_edit_plugins.php:151 -msgid "Error retrieving the plugin macros" -msgstr "Error al recuperar las macros de plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:158 -msgid "Error retrieving the modified macros" -msgstr "Error al recuperar las macros modificadas" - -#: ../../godmode/massive/massive_edit_plugins.php:172 -msgid "Error retrieving the module plugin macros" -msgstr "Error al recuperar las macros del módulo de plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:190 -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:224 -msgid "Error building the new macros" -msgstr "Error al construir las nuevas macros" - -#: ../../godmode/massive/massive_edit_plugins.php:253 -#, php-format -msgid "%d modules updated" -msgstr "%d módulos actualizados" - -#: ../../godmode/massive/massive_edit_plugins.php:272 -msgid "There are not registered plugins" -msgstr "No hay plugins registrados" - -#: ../../godmode/massive/massive_edit_plugins.php:421 -msgid "Invalid plugin data" -msgstr "Dato de plugin inválido" - -#: ../../godmode/massive/massive_edit_plugins.php:528 -msgid "Clear" -msgstr "Vaciar" - -#: ../../godmode/massive/massive_edit_plugins.php:556 -msgid "Invalid macros array" -msgstr "Array de macros inválida" - -#: ../../godmode/massive/massive_edit_plugins.php:581 -msgid "Multiple values" -msgstr "Valores múltiples" - -#: ../../godmode/massive/massive_edit_plugins.php:613 -#: ../../godmode/massive/massive_edit_plugins.php:750 -#: ../../godmode/massive/massive_edit_plugins.php:766 -msgid "Invalid agents array" -msgstr "Array de agentes inválida" - -#: ../../godmode/massive/massive_edit_plugins.php:629 -msgid "Invalid agent element" -msgstr "Elemento de agente inválido" - -#: ../../godmode/massive/massive_edit_plugins.php:640 -msgid "Invalid modules array" -msgstr "Array de módulos inválido" - -#: ../../godmode/massive/massive_edit_plugins.php:668 -msgid "Invalid module element" -msgstr "Elemento de módulo inválido" - -#: ../../godmode/massive/massive_edit_plugins.php:876 -msgid "There are no modules using this plugin" -msgstr "No hay módulos usando este plugin" - -#: ../../godmode/massive/massive_edit_plugins.php:955 -msgid "There was a problem loading the module plugin macros data" +"Set a value too high cause a slowdown on console and a performance penalty " +"in the system." msgstr "" -"Hubo un problema al cargar los datos de las macros del módulo de plugin" -#: ../../godmode/massive/massive_add_tags.php:43 -msgid "No tags selected" -msgstr "Ninguna etiqueta seleccionada" +#: ../../godmode/setup/performance.php:92 +#: ../../include/functions_config.php:391 +msgid "Compact interpolation in hours (1 Fine-20 bad)" +msgstr "Interpolación de la compactación en horas (1 bueno - 20 malo)" -#: ../../godmode/massive/massive_edit_agents.php:95 -msgid "No values changed" -msgstr "No se han cambiado valores" +#: ../../godmode/setup/performance.php:92 +msgid "Data will be compacted in intervals of the specified length." +msgstr "Los datos se compactarán en intervalos de la longitud especificada." -#: ../../godmode/massive/massive_edit_agents.php:124 -msgid "Configuration files deleted successfully" -msgstr "Los archivos de configuracion se borraron satisfactoriamente" +#: ../../godmode/setup/performance.php:99 +msgid "Last day" +msgstr "Último día" -#: ../../godmode/massive/massive_edit_agents.php:125 -msgid "Configuration files cannot be deleted" -msgstr "Los archivos de configuración no se pudieron borrar" +#: ../../godmode/setup/performance.php:101 +msgid "10 days" +msgstr "10 días" -#: ../../godmode/massive/massive_edit_agents.php:183 -msgid "Agents updated successfully" -msgstr "Los agentes se actualizaron correctamente" +#: ../../godmode/setup/performance.php:103 +msgid "2 weeks" +msgstr "semana" -#: ../../godmode/massive/massive_edit_agents.php:184 -msgid "Agents cannot be updated" -msgstr "Los agentes no se pudieron actualizar" +#: ../../godmode/setup/performance.php:109 +#: ../../include/functions_config.php:395 +msgid "Use realtime statistics" +msgstr "Usar estadísticas en tiempo real" -#: ../../godmode/massive/massive_edit_agents.php:352 -msgid "Delete available remote configurations" -msgstr "Borrar las configuraciones remotas disponibles" +#: ../../godmode/setup/performance.php:113 +#: ../../include/functions_config.php:397 +msgid "Batch statistics period (secs)" +msgstr "Período de las estadísticas programadas (En segundos)" -#: ../../godmode/massive/massive_edit_agents.php:384 -msgid "Without status" -msgstr "Sin estatus" - -#: ../../godmode/massive/massive_delete_tags.php:107 -msgid "No tag selected" -msgstr "Ninguna etiqueta seleccionada" - -#: ../../godmode/massive/massive_add_profiles.php:72 -msgid "Profiles added successfully" -msgstr "Perfiles agregados con éxito" - -#: ../../godmode/massive/massive_add_profiles.php:73 -msgid "Profiles cannot be added" -msgstr "Los perfiles no se han podido agregar" - -#: ../../godmode/massive/massive_add_action_alerts.php:85 -msgid "No alerts selected" -msgstr "No se seleccionó ninguna alerta" - -#: ../../godmode/massive/massive_add_action_alerts.php:105 -msgid "No action selected" -msgstr "No se ha seleccionado ninguna acción" - -#: ../../godmode/massive/massive_add_action_alerts.php:142 -#: ../../godmode/massive/massive_delete_action_alerts.php:145 -msgid "Agents with templates" -msgstr "Agentes con plantillas" - -#: ../../godmode/massive/massive_edit_modules.php:456 -msgid "SMNP community" -msgstr "Comunidad SMNP" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "Policy linking status" -msgstr "Estado de enlaces de la política" - -#: ../../godmode/massive/massive_edit_modules.php:540 -msgid "This field only has sense in modules adopted by a policy." -msgstr "" -"Este campo sólo tiene sentido en los módulos aprobados por una política." - -#: ../../godmode/massive/massive_edit_modules.php:541 -msgid "Linked" -msgstr "Enlazado" - -#: ../../godmode/massive/massive_edit_modules.php:571 -msgid "The module still store data but the alerts and events will be stop" -msgstr "" -"El módulo todavía almacena datos pero las alertas y los eventos se detendrán" - -#: ../../godmode/massive/massive_operations.php:36 -msgid "Bulk alert add" -msgstr "Añadir alerta masiva" - -#: ../../godmode/massive/massive_operations.php:37 -msgid "Bulk alert delete" -msgstr "Eliminar alerta masiva" - -#: ../../godmode/massive/massive_operations.php:38 -msgid "Bulk alert actions add" -msgstr "Añadir acciones de alerta masiva" - -#: ../../godmode/massive/massive_operations.php:39 -msgid "Bulk alert actions delete" -msgstr "Eliminar acciones de alerta masiva" - -#: ../../godmode/massive/massive_operations.php:40 -msgid "Bulk alert enable/disable" -msgstr "Habilitar/Deshabilitar alerta masiva" - -#: ../../godmode/massive/massive_operations.php:41 -msgid "Bulk alert setting standby" -msgstr "Configuración de espera de alertas masiva" - -#: ../../godmode/massive/massive_operations.php:44 -msgid "Bulk agent edit" -msgstr "Edición agentes masiva" - -#: ../../godmode/massive/massive_operations.php:45 -msgid "Bulk agent delete" -msgstr "Eliminar agentes masivamente" - -#: ../../godmode/massive/massive_operations.php:49 -msgid "Bulk profile add" -msgstr "Añadir perfiles masivamente" - -#: ../../godmode/massive/massive_operations.php:50 -msgid "Bulk profile delete" -msgstr "Eliminar perfiles masivamente" - -#: ../../godmode/massive/massive_operations.php:57 -msgid "Bulk module delete" -msgstr "Eliminar módulos masivamente" - -#: ../../godmode/massive/massive_operations.php:58 -msgid "Bulk module edit" -msgstr "Editar módulos masivamente" - -#: ../../godmode/massive/massive_operations.php:59 -msgid "Bulk module copy" -msgstr "Copiar módulos masivamente" - -#: ../../godmode/massive/massive_operations.php:62 -msgid "Bulk plugin edit" -msgstr "Editar plugin masivamente" - -#: ../../godmode/massive/massive_operations.php:231 -msgid "Please wait..." -msgstr "Por favor, espere..." - -#: ../../godmode/massive/massive_operations.php:268 -msgid "The blank fields will not be updated" -msgstr "Los campos en blanco no se actualizarán" - -#: ../../godmode/massive/massive_delete_action_alerts.php:56 -msgid "Could not be deleted. No agents selected" -msgstr "No se puede borrar. Ningún agente seleccionado" - -#: ../../godmode/massive/massive_delete_action_alerts.php:72 -msgid "Could not be deleted. No alerts selected" -msgstr "No se puede borrar. No hay alertas seleccionadas" - -#: ../../godmode/massive/massive_delete_action_alerts.php:111 -msgid "Could not be deleted. No action selected" -msgstr "No se puede eliminar. No hay acciones seleccionadas" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:154 -msgid "Enabled alerts" -msgstr "Alertas activadas" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:165 -msgid "Disable selected alerts" -msgstr "Desactivar alertas seleccionadas" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:169 -msgid "Enable selected alerts" -msgstr "Activar alertas seleccionadas" - -#: ../../godmode/massive/massive_enable_disable_alerts.php:171 -msgid "Disabled alerts" -msgstr "Deshabilitar alertas" - -#: ../../godmode/modules/manage_nc_groups.php:40 -msgid "Component group management" -msgstr "Gestión de grupos de componentes de red" - -#: ../../godmode/modules/manage_nc_groups.php:58 -msgid "Could not be created. Blank name" -msgstr "No pudo ser creado. Nombre en blanco" - -#: ../../godmode/modules/manage_nc_groups.php:237 -msgid "There are no defined component groups" -msgstr "No hay grupos de componentes definidos" - -#: ../../godmode/modules/manage_network_components.php:42 -msgid "Network component management" -msgstr "Gestión de los componentes de red" - -#: ../../godmode/modules/manage_network_components.php:492 -msgid "Search by name, description, tcp send or tcp rcv, list matches." -msgstr "" -"Búsqueda por nombre, descripción, envío tcp o tcp rcv. Lista las concidencias" - -#: ../../godmode/modules/manage_network_components.php:544 -msgid "Max/Min" -msgstr "Máx/Mín" - -#: ../../godmode/modules/manage_network_components.php:570 -msgid "Network module" -msgstr "Módulo de la red" - -#: ../../godmode/modules/manage_network_components.php:574 -msgid "WMI module" -msgstr "Módulo WMI" - -#: ../../godmode/modules/manage_network_components.php:578 -msgid "Plug-in module" -msgstr "Módulo de plugin" - -#: ../../godmode/modules/manage_network_components.php:609 -msgid "There are no defined network components" -msgstr "No hay componentes de red definidos" - -#: ../../godmode/modules/manage_network_components.php:616 -msgid "Create a new network component" -msgstr "Crear un componente de red nuevo" - -#: ../../godmode/modules/manage_network_components.php:617 -msgid "Create a new plugin component" -msgstr "Crear un componente de complemento nuevo" - -#: ../../godmode/modules/manage_network_components.php:618 -msgid "Create a new WMI component" -msgstr "Crear un componente WMI nuevo" - -#: ../../godmode/modules/manage_network_templates.php:30 -#: ../../godmode/modules/manage_network_templates_form.php:32 -msgid "Module template management" -msgstr "Gestión de plantillas de módulos" - -#: ../../godmode/modules/manage_network_templates.php:52 -msgid "Template successfully deleted" -msgstr "Plantilla borrada correctamente" - -#: ../../godmode/modules/manage_network_templates.php:53 -msgid "Error deleting template" -msgstr "Error al borrar la plantilla" - -#: ../../godmode/modules/manage_network_templates.php:85 -msgid "This template does not exist" -msgstr "Esta plantilla no existe" - -#: ../../godmode/modules/manage_network_templates.php:223 -msgid "There are no defined network profiles" -msgstr "No hay ningún perfil de red definido" - -#: ../../godmode/modules/manage_nc_groups_form.php:53 -msgid "Update Group Component" -msgstr "Actualización de los componentes del grupo" - -#: ../../godmode/modules/manage_nc_groups_form.php:56 -msgid "Create Group Component" -msgstr "Crear componentes de grupo" - -#: ../../godmode/modules/module_list.php:28 -msgid "Defined modules" -msgstr "Módulos definidos" - -#: ../../godmode/modules/module_list.php:50 -msgid "Problem modifying module" -msgstr "Problema al modificar los módulos" - -#: ../../godmode/modules/module_list.php:52 -msgid "Module updated successfully" -msgstr "Actualización de módulos correcta" - -#: ../../godmode/modules/manage_network_components_form_network.php:47 -msgid "SNMP Enterprise String" -msgstr "Cadena SNMP Enterprise" - -#: ../../godmode/modules/manage_network_components_form.php:241 -msgid "Update Network Component" -msgstr "Actualización de componente de red" - -#: ../../godmode/modules/manage_network_components_form.php:244 -msgid "Create Network Component" -msgstr "Crear componente de red" - -#: ../../godmode/modules/manage_network_templates_form.php:54 -msgid "Successfully deleted module from profile" -msgstr "Módulo borrado del perfil correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:55 -msgid "Error deleting module from profile" -msgstr "Error al borrar el módulo del perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:70 -msgid "Successfully added module to profile" -msgstr "Módulo añadido correctamente al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:71 -msgid "Error adding module to profile" -msgstr "Error al añadir el módulo al perfil" - -#: ../../godmode/modules/manage_network_templates_form.php:94 -msgid "Successfully updated network profile" -msgstr "Perfil de red actualizado correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:95 -msgid "Error updating network profile" -msgstr "Error al actualizar el perfil de red" - -#: ../../godmode/modules/manage_network_templates_form.php:110 -msgid "Successfully added network profile" -msgstr "Perfil de red añadido correctamente" - -#: ../../godmode/modules/manage_network_templates_form.php:111 -msgid "Error adding network profile" -msgstr "Error al añadir el perfil de red" - -#: ../../godmode/modules/manage_network_templates_form.php:116 -msgid "Cannot create a template without name" -msgstr "No se puede crear una plantilla sin nombre" - -#: ../../godmode/modules/manage_network_templates_form.php:184 -msgid "No modules for this profile" -msgstr "No existen módulos para este perfil" - -#: ../../godmode/reporting/visual_console_builder.data.php:91 -msgid "Create visual console" -msgstr "Crear consola visual" - -#: ../../godmode/reporting/visual_console_builder.data.php:100 +#: ../../godmode/setup/performance.php:113 msgid "" -"Use [ or ( as first character, for example '[*] Map name', to render this " -"map name in main menu" +"If realtime statistics are disabled, statistics interval resfresh will be " +"set here." msgstr "" -"Use [ o ( como primer carácter. Por ejemplo '[*] Nombre de mapa', para " -"renderizar este nombre de mapa en el menú principal" +"Si las estadísticas en tiempo real son deshabilitadas, el intervalo de " +"refresco de las estadísticas será definido aquí." -#: ../../godmode/reporting/visual_console_builder.data.php:124 -msgid "Background image" -msgstr "Imagen de fondo" +#: ../../godmode/setup/performance.php:120 +#: ../../include/functions_config.php:401 +msgid "Max. recommended number of files in attachment directory" +msgstr "Max. número de archivos recomendado para el directorio attachment" -#: ../../godmode/reporting/reporting_builder.list_items.php:487 -#: ../../godmode/reporting/reporting_builder.list_items.php:492 -msgid "Sort items" -msgstr "Ordenar elementos" - -#: ../../godmode/reporting/reporting_builder.list_items.php:494 -msgid "Sort selected items from position: " -msgstr "Ordenar elementos desde posición: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move before to" -msgstr "Mover antes de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:496 -msgid "Move after to" -msgstr "Mover despues de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:518 -#: ../../godmode/reporting/reporting_builder.list_items.php:523 -msgid "Delete items" -msgstr "Borrar elementos" - -#: ../../godmode/reporting/reporting_builder.list_items.php:525 -msgid "Delete selected items from position: " -msgstr "Borrar los elementos seleccionados desde la posición: " - -#: ../../godmode/reporting/reporting_builder.list_items.php:527 -msgid "Delete above to" -msgstr "Borrar lo que está encima de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:527 -msgid "Delete below to" -msgstr "Borrar lo que está debajo de" - -#: ../../godmode/reporting/reporting_builder.list_items.php:555 +#: ../../godmode/setup/performance.php:120 msgid "" -"Are you sure to sort the items into the report?\\nThis action change the " -"sorting of items into data base." +"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 "" -"Esta seguro de ordenar los items en el informe?\\n Esta acción cambiará el " -"orden the los items en la base de datos" +"Número máximo de archivos en el directorio attachment. Si se alcanza el " +"número se mostrará un mensaje en el área de notificaciones de la cabecera." -#: ../../godmode/reporting/reporting_builder.list_items.php:576 -msgid "Please select any item to order" -msgstr "Por favor, seleccione cualquier item para ordenar" +#: ../../godmode/setup/performance.php:123 +#: ../../include/functions_config.php:403 +msgid "Delete not init modules" +msgstr "Borrar módulos no inicializados" -#: ../../godmode/reporting/reporting_builder.list_items.php:606 -msgid "Are you sure to delete the items into the report?\\n" -msgstr "¿Está seguro de borrar los items en el informe \\n" - -#: ../../godmode/reporting/reporting_builder.list_items.php:628 -msgid "Please select any item to delete" -msgstr "Por favor, seleccione cualquier item para borrar" - -#: ../../godmode/reporting/visual_console_builder.elements.php:79 -msgid "Width x Height
Max value" -msgstr "Ancho x Alto
Valor máximo" - -#: ../../godmode/reporting/visual_console_builder.elements.php:143 -msgid "Percentile Bar" -msgstr "Barra de progreso" - -#: ../../godmode/reporting/visual_console_builder.elements.php:148 -msgid "Percentile Bubble" -msgstr "Burbuja Porcentaje" - -#: ../../godmode/reporting/visual_console_builder.elements.php:163 -msgid "Simple Value (Process Max)" -msgstr "Valor simple (Maximo)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:168 -msgid "Simple Value (Process Min)" -msgstr "Valor simple (Minimo)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:173 -msgid "Simple Value (Process Avg)" -msgstr "Valor simple (Media)" - -#: ../../godmode/reporting/visual_console_builder.elements.php:226 -#: ../../godmode/reporting/visual_console_builder.elements.php:600 -msgid "Edit label" -msgstr "Editar etiqueta" - -#: ../../godmode/reporting/graph_builder.php:207 -msgid "Graph builder" -msgstr "Constructor de gráficos" - -#: ../../godmode/reporting/graph_builder.php:227 -msgid "Graph stored successfully" -msgstr "Gráfica almacenada correctamente" - -#: ../../godmode/reporting/graph_builder.php:227 -msgid "There was a problem storing Graph" -msgstr "Hubo un problema al almacenar la gráfica" - -#: ../../godmode/reporting/graph_builder.php:230 -msgid "There was a problem adding Module" -msgstr "Ha habido un problema al añadir el módulo" - -#: ../../godmode/reporting/graph_builder.php:233 -msgid "Update the graph" -msgstr "Actualizar la gráfica" - -#: ../../godmode/reporting/graph_builder.php:233 -msgid "Bad update the graph" -msgstr "No se pudo actualizar la gráfica" - -#: ../../godmode/reporting/graph_builder.php:236 -msgid "Graph deleted successfully" -msgstr "Gráfico borrado correctamente" - -#: ../../godmode/reporting/graph_builder.php:236 -msgid "There was a problem deleting Graph" -msgstr "Ha habido un problema al borrar el gráfico" - -#: ../../godmode/reporting/graph_builder.main.php:139 -msgid "Type of graph" -msgstr "Tipo de gráfica" - -#: ../../godmode/reporting/graph_builder.main.php:151 -msgid "Horizontal bars" -msgstr "Barras horizontales" - -#: ../../godmode/reporting/graph_builder.main.php:152 -msgid "Vertical bars" -msgstr "Barras verticales" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:125 -msgid "Range between elements (px)" -msgstr "Rango entre elementos (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:132 -msgid "Size (px)" -msgstr "Tamaño (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:161 -msgid "Width (px)" -msgstr "Ancho (px)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:175 -msgid "Percentile" -msgstr "Porcentaje" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:180 -msgid "Bubble" -msgstr "Burbuja" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:189 -msgid "Percent" -msgstr "Porcentaje" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:224 -msgid "One item per agent" -msgstr "Un elemento por agente" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:258 -#: ../../godmode/reporting/visual_console_builder.wizard.php:561 -msgid "Agent - Module" -msgstr "Agente-Modulo" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:267 -msgid "Enable link agent" -msgstr "Habilitar el link del agente" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:279 -msgid "Set Parent" -msgstr "Establecer padre" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:281 -msgid "Item created in the visualmap" -msgstr "Elemento creado en visualmap" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:282 -msgid "Use the agents relationship (from selected agents)" -msgstr "Usar la relación entre agentes (de los agentes seleccionados)" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:285 -msgid "Item in the map" -msgstr "Elemento en el mapa" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:288 -msgid "The parent relationships in Pandora will be drawn in the map." -msgstr "Las relaciones de jerarquía en Pandora serán dibujadas en el mapa" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:301 -#: ../../godmode/reporting/visual_console_builder.wizard.php:306 -msgid "Are you sure to add many elements\\nin visual map?" -msgstr "Está seguro de añadir tantos elementos en la consola visual ?" - -#: ../../godmode/reporting/visual_console_builder.wizard.php:482 -msgid "Please select any module or modules." -msgstr "Por favor, seleccione cualquier módulo o módulos" - -#: ../../godmode/reporting/visual_console_builder.php:150 -msgid "This file isn't image" -msgstr "El fichero no es una imagen" - -#: ../../godmode/reporting/visual_console_builder.php:151 -msgid "This file isn't image." -msgstr "El archivo no es una imagen." - -#: ../../godmode/reporting/visual_console_builder.php:155 -#: ../../godmode/reporting/visual_console_builder.php:156 -msgid "File already are exists." -msgstr "El archivo ya existe." - -#: ../../godmode/reporting/visual_console_builder.php:162 -#: ../../godmode/reporting/visual_console_builder.php:163 -msgid "The file have not image extension." -msgstr "El archivo no tiene una extensión válida." - -#: ../../godmode/reporting/visual_console_builder.php:174 -#: ../../godmode/reporting/visual_console_builder.php:175 -#: ../../godmode/reporting/visual_console_builder.php:182 -#: ../../godmode/reporting/visual_console_builder.php:185 -msgid "Problems with move file to target." -msgstr "Problemas al mover el fichero al objetivo" - -#: ../../godmode/reporting/visual_console_builder.php:213 -msgid "Successfully update." -msgstr "Actualizado correctamente." - -#: ../../godmode/reporting/visual_console_builder.php:225 -msgid "Could not be update." -msgstr "No se puede actualizar" - -#: ../../godmode/reporting/visual_console_builder.php:291 -msgid "Successfully multiple delete." -msgstr "Múltiple eliminación realizada con éxito" - -#: ../../godmode/reporting/visual_console_builder.php:292 -msgid "Unsuccessfull multiple delete." -msgstr "La eliminación múltiple no ha tenido éxito" - -#: ../../godmode/reporting/visual_console_builder.php:370 -msgid "Successfully delete." -msgstr "Borrado satisfactoriamente" - -#: ../../godmode/reporting/visual_console_builder.editor.php:145 -msgid "Saving in progress" -msgstr "Guardando en curso" - -#: ../../godmode/reporting/visual_console_builder.editor.php:150 -msgid "Deletion in progress" -msgstr "Eliminando en curso" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:605 -msgid "Not valid" -msgstr "No válida" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1030 -msgid "Target server" -msgstr "Servidor Target" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1178 -msgid "Greater or equal (>=)" -msgstr "Mayor o igual (>=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1179 -msgid "Less or equal (<=)" -msgstr "Menor o igual (<=)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1180 -msgid "Less (<)" -msgstr "Menor de (<)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1181 -msgid "Greater (>)" -msgstr "Mayor de (>)" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1182 -msgid "Equal (=)" -msgstr "Igual a" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1183 -msgid "Not equal (!=)" -msgstr "No igual a" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1367 -msgid "Please save the SLA for start to add items in this list." +#: ../../godmode/setup/performance.php:127 +msgid "Big Operation Step to purge old data" msgstr "" -"Por favor guarde primero el SLA antes de intentar añadir elementos a la " -"misma." -#: ../../godmode/reporting/reporting_builder.item_editor.php:1538 -msgid "rate" -msgstr "tasa" - -#: ../../godmode/reporting/reporting_builder.item_editor.php:1561 +#: ../../godmode/setup/performance.php:127 msgid "" -"Please be careful, when the module have diferent intervals in their life, " -"the summatory maybe get bad result." +"The number of blocks that a time interval is split into. A bigger value " +"means bigger blocks, which is faster but heavier on the database. Default is " +"100." msgstr "" -"Por favor, tenga cuidado, cuando el modulo tiene diferentes intervalos a lo " -"largo de su historia, el sumatorio puede conseguir malos resultados" -#: ../../godmode/reporting/reporting_builder.item_editor.php:1575 -msgid "Please save the report to start adding items into the list." +#: ../../godmode/setup/performance.php:130 +#: ../../include/functions_config.php:407 +msgid "Small Operation Step to purge old data" msgstr "" -"Por favor guarde el informe para empezar a añadir objetos en la lista." -#: ../../godmode/reporting/map_builder.php:187 -#: ../../godmode/reporting/map_builder.php:197 -msgid "Not copied. Error copying data" -msgstr "Se ha producido un error la copiar los datos" - -#: ../../godmode/reporting/map_builder.php:255 -#: ../../general/firts_task/map_builder.php:24 -msgid "There are no visual console defined yet." -msgstr "No hay consola visual definida todavía." - -#: ../../godmode/reporting/graphs.php:144 -msgid "Number of Graphs" -msgstr "Número de Gráficos" - -#: ../../godmode/reporting/graphs.php:198 -msgid "Create graph" -msgstr "Crear gráfica" - -#: ../../godmode/reporting/reporting_builder.php:77 +#: ../../godmode/setup/performance.php:130 msgid "" -"Your report has been planned, and the system will email you a PDF with the " -"report as soon as its finished" +"The number of rows that are processed in a single query in deletion. Default " +"is 1000. Increase to 3000-5000 in fast systems. Decrease to 500 or 250 on " +"systems with locks." msgstr "" -"El informe ha sido planificado y el sistema enviará un email con el informe " -"en PDF" -#: ../../godmode/reporting/reporting_builder.php:78 -msgid "An error has ocurred" -msgstr "Ha ocurrido un error" +#: ../../godmode/setup/performance.php:135 +msgid "Database maintenance options" +msgstr "Opciones de mantenimiento de la base de datos" -#: ../../godmode/reporting/reporting_builder.php:332 -#: ../../godmode/reporting/reporting_builder.php:1771 -#: ../../godmode/reporting/reporting_builder.php:1823 -msgid "Reports list" -msgstr "Lista de informes" +#: ../../godmode/setup/performance.php:141 +#: ../../include/functions_graph.php:3118 +msgid "Others" +msgstr "Otros" -#: ../../godmode/reporting/reporting_builder.php:436 -msgid "Free text for search: " -msgstr "Texto libre de búsqueda " +#: ../../godmode/events/event_edit_filter.php:201 +msgid "Update Filter" +msgstr "Actualizar Filtro" -#: ../../godmode/reporting/reporting_builder.php:437 -msgid "Search by report name or description, list matches." -msgstr "Búsqueda por nombre del informe o descripción, lista los resultados." +#: ../../godmode/events/event_edit_filter.php:204 +msgid "Create Filter" +msgstr "Crear filtro" -#: ../../godmode/reporting/reporting_builder.php:447 -msgid "Show Option" -msgstr "Mostrar Opciones" - -#: ../../godmode/reporting/reporting_builder.php:733 -msgid "Create report" -msgstr "Crear informe" - -#: ../../godmode/reporting/reporting_builder.main.php:85 -msgid "Only the group can view the report" -msgstr "Sólo el grupo puede ver el informe" - -#: ../../godmode/reporting/reporting_builder.main.php:86 -msgid "The next group can edit the report" -msgstr "El siguiente grupo puede editar el informe" - -#: ../../godmode/reporting/reporting_builder.main.php:87 -msgid "Only the user and admin user can edit the report" -msgstr "Sólo el usuario y el usuario administrador pueden editar el informe" - -#: ../../godmode/reporting/reporting_builder.main.php:89 -msgid "Write Access" -msgstr "Permisos de escritura" - -#: ../../godmode/reporting/reporting_builder.main.php:90 +#: ../../godmode/events/event_edit_filter.php:218 msgid "" -"For example, you want a report that the people of \"All\" groups can see but " -"you want to edit only for you or your group." +"This group will be use to restrict the visibility of this filter with ACLs" msgstr "" -"Por ejemplo, si usted quiere un informe donde la gente de \"Todos\" los " -"grupos puedan ver, pero quiere editarlo solo para usted o para su grupo" +"Este grupo se usará para restringir la visibilidad de este filtro con ACLs" -#: ../../godmode/reporting/reporting_builder.main.php:110 -msgid "Non interactive report" -msgstr "Informe no interactivo" +#: ../../godmode/events/event_edit_filter.php:284 +msgid "Choose between the users who have validated an event. " +msgstr "Escoja entre los usuarios que tienen validado un evento " -#: ../../godmode/tag/edit_tag.php:52 ../../godmode/tag/tag.php:100 -msgid "List tags" -msgstr "Listar etiquetas" +#: ../../godmode/events/custom_events.php:133 +msgid "Load default event fields" +msgstr "Cargar campos de evento por defecto" -#: ../../godmode/tag/edit_tag.php:63 ../../godmode/tag/tag.php:110 -msgid "Tags configuration" -msgstr "Configuración de etiquetas" +#: ../../godmode/events/custom_events.php:133 +msgid "Default event fields will be loaded. Do you want to continue?" +msgstr "Se cargarán campos de evento por defecto. ¿Desea continuar?" -#: ../../godmode/tag/edit_tag.php:87 -msgid "Error updating tag" -msgstr "Error actualizando etiqueta" +#: ../../godmode/events/event_responses.list.php:38 +msgid "No responses found" +msgstr "No se encontraron respuestas" -#: ../../godmode/tag/edit_tag.php:91 -msgid "Successfully updated tag" -msgstr "Etiqueta actualizada satisfactoriamente" +#: ../../godmode/events/event_responses.list.php:76 +msgid "Create response" +msgstr "Crear respuesta" -#: ../../godmode/tag/edit_tag.php:117 -msgid "Error creating tag" -msgstr "Error creando etiqueta" +#: ../../godmode/events/event_responses.php:52 +msgid "Response added succesfully" +msgstr "Respuesta añadida con éxito" -#: ../../godmode/tag/edit_tag.php:123 -msgid "Successfully created tag" -msgstr "Etiqueta creada satisfactoriamente" +#: ../../godmode/events/event_responses.php:55 +msgid "Response cannot be added" +msgstr "La respuesta no se puede añadir" -#: ../../godmode/tag/edit_tag.php:156 -msgid "Update Tag" -msgstr "Actualizar Etiqueta" +#: ../../godmode/events/event_responses.php:81 +msgid "Response updated succesfully" +msgstr "Repuesta actualizada con éxito" -#: ../../godmode/tag/edit_tag.php:159 -msgid "Create Tag" -msgstr "Crear etiqueta" +#: ../../godmode/events/event_responses.php:84 +msgid "Response cannot be updated" +msgstr "La respuesta no se puede actualizar" -#: ../../godmode/tag/edit_tag.php:182 -msgid "Hyperlink to help information that has to exist previously." -msgstr "Hiperenlace a la información de ayuda que debe existir previamente." +#: ../../godmode/events/event_responses.php:93 +msgid "Response deleted succesfully" +msgstr "Respuesta eliminada con éxito" -#: ../../godmode/tag/edit_tag.php:192 -msgid "Associated Email direction to use later in alerts associated to Tags." -msgstr "" -"Direccion de email asociada para utilizarla después en alertas asociadas a " -"Tags" +#: ../../godmode/events/event_responses.php:96 +msgid "Response cannot be deleted" +msgstr "La respuesta no se puede eliminar" -#: ../../godmode/tag/edit_tag.php:202 -msgid "Associated phone number to use later in alerts associated to Tags." -msgstr "" -"Número de teléfono asociado para usar posteriormente en alertas asociadas a " -"Tags" +#: ../../godmode/events/event_responses.editor.php:63 +msgid "Edit event responses" +msgstr "Editar respuestas de eventos" + +#: ../../godmode/events/event_responses.editor.php:93 +msgid "For Command type Modal Window mode is enforced" +msgstr "Para tipo comando , se aplica el modo Modal Window" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "Modal window" +msgstr "Modal window" + +#: ../../godmode/events/event_responses.editor.php:94 +msgid "New window" +msgstr "Nueva ventana" + +#: ../../godmode/menu.php:42 +msgid "Module categories" +msgstr "Categorias de modulos" + +#: ../../godmode/menu.php:46 +msgid "Module types" +msgstr "Tipos de módulos" + +#: ../../godmode/menu.php:62 +msgid "Resources" +msgstr "Recursos" + +#: ../../godmode/menu.php:70 +msgid "Manage agents groups" +msgstr "Configuración de grupos de agentes" + +#: ../../godmode/menu.php:111 +msgid "Bulk operations" +msgstr "Operaciones masivas" + +#: ../../godmode/menu.php:146 +msgid "List of Alerts" +msgstr "Lista de alertas" + +#: ../../godmode/menu.php:171 ../../include/functions_menu.php:512 +msgid "SNMP alerts" +msgstr "Alertas SNMP" + +#: ../../godmode/menu.php:181 +msgid "Event filters" +msgstr "Filtro de eventos" + +#: ../../godmode/menu.php:186 +msgid "Custom events" +msgstr "Eventos personalizados" + +#: ../../godmode/menu.php:208 +msgid "Manage servers" +msgstr "Gestionar servidores" + +#: ../../godmode/menu.php:245 +msgid "General Setup" +msgstr "Configuracion general" + +#: ../../godmode/menu.php:289 +msgid "Admin tools" +msgstr "Herramientas administrativas" + +#: ../../godmode/menu.php:297 +msgid "System audit log" +msgstr "Auditoría del sistema" + +#: ../../godmode/menu.php:301 +msgid "Diagnostic info" +msgstr "Información de diagnostico" + +#: ../../godmode/menu.php:303 +msgid "Site news" +msgstr "Noticias del sistema" + +#: ../../godmode/menu.php:310 +msgid "DB maintenance" +msgstr "Gestión BBDD" + +#: ../../godmode/menu.php:316 +msgid "DB information" +msgstr "Información BBDD" + +#: ../../godmode/menu.php:319 +msgid "Database audit" +msgstr "Auditoría BBDD" + +#: ../../godmode/menu.php:320 +msgid "Database event" +msgstr "Evento de la base de datos" + +#: ../../godmode/menu.php:402 +msgid "Extension manager" +msgstr "Gerente de extensión" + +#: ../../godmode/menu.php:428 +msgid "Update manager" +msgstr "Update manager" + +#: ../../godmode/menu.php:433 +#, fuzzy +msgid "Update Manager offline" +msgstr "Gestor de actualizaciones offline" + +#: ../../godmode/menu.php:435 +#, fuzzy +msgid "Update Manager online" +msgstr "Gestor de actualizaciones online" + +#: ../../godmode/menu.php:437 +#, fuzzy +msgid "Update Manager options" +msgstr "Update manager" #: ../../godmode/tag/tag.php:80 msgid "Number of modules" @@ -31560,6 +29401,15 @@ msgstr "Número de módulos" msgid "Number of policy modules" msgstr "Número de módulos de política" +#: ../../godmode/tag/tag.php:100 ../../godmode/tag/edit_tag.php:53 +#: ../../godmode/tag/edit_tag.php:64 +msgid "List tags" +msgstr "Listar etiquetas" + +#: ../../godmode/tag/tag.php:110 ../../godmode/tag/edit_tag.php:68 +msgid "Tags configuration" +msgstr "Configuración de etiquetas" + #: ../../godmode/tag/tag.php:121 msgid "Error deleting tag" msgstr "Error eliminando la etiqueta" @@ -31598,613 +29448,5179 @@ msgstr "Tags no definidos" msgid "Create tag" msgstr "Crear etiqueta" -#: ../../general/firts_task/recon_view.php:21 -msgid "There are no recon task defined yet." -msgstr "No hay tarea definida recon todavía." +#: ../../godmode/tag/edit_tag.php:92 +msgid "Error updating tag" +msgstr "Error actualizando etiqueta" -#: ../../general/firts_task/recon_view.php:28 -#: ../../general/firts_task/recon_view.php:35 -msgid "Create Recon Task" -msgstr "Crear tarea de descubrimiento" +#: ../../godmode/tag/edit_tag.php:96 +msgid "Successfully updated tag" +msgstr "Etiqueta actualizada satisfactoriamente" -#: ../../general/firts_task/recon_view.php:29 -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." +#: ../../godmode/tag/edit_tag.php:122 +msgid "Error creating tag" +msgstr "Error creando etiqueta" + +#: ../../godmode/tag/edit_tag.php:128 +msgid "Successfully created tag" +msgstr "Etiqueta creada satisfactoriamente" + +#: ../../godmode/tag/edit_tag.php:161 +msgid "Update Tag" +msgstr "Actualizar Etiqueta" + +#: ../../godmode/tag/edit_tag.php:164 +msgid "Create Tag" +msgstr "Crear etiqueta" + +#: ../../godmode/tag/edit_tag.php:187 +msgid "Hyperlink to help information that has to exist previously." +msgstr "Hiperenlace a la información de ayuda que debe existir previamente." + +#: ../../godmode/tag/edit_tag.php:197 +msgid "Associated Email direction to use later in alerts associated to Tags." msgstr "" -"La definición de la Tarea Recon de Pandora FMS es usada para encontrar " -"nuevos elementos en el mapa de red. \n" -"\t\t Si detecta algún elemento, lo añadirá a la monitorización, y si el " -"elemento ya estaba siendo monitorizado, entonces lo \n" -"\t\t ignorará o actualizará su información. Hay tres tipos de detección: " -"Basado en ICMP (pings), \n" -"\t\t SNMP (detectando la topología de las " -"redes y sus interfaces), y otro tipo personalizado. " -"\n" -"\t\t Puede definir su propio script recon personalizado." +"Direccion de email asociada para utilizarla después en alertas asociadas a " +"Tags" -#: ../../general/firts_task/network_map.php:23 -msgid "There are no network map defined yet." -msgstr "No hay más de red definidos todavía." - -#: ../../general/firts_task/network_map.php:30 -msgid "Network Map" -msgstr "Mapa de red" - -#: ../../general/firts_task/network_map.php:33 -#: ../../general/firts_task/network_map.php:49 -msgid "Create Network Map" -msgstr "Crear Mapa de Red" - -#: ../../general/firts_task/network_map.php:34 -msgid "" -"There is also an open-source version of the network map. \n" -"\t\t\t\t\t\t\t\tThis functionality allows to graphically display the nodes " -"and relationships, agents, modules and groups available to the user. \n" -"\t\t\t\t\t\t\t\tThere are three types of network maps:\n" -"\t\t\t" +#: ../../godmode/tag/edit_tag.php:207 +msgid "Associated phone number to use later in alerts associated to Tags." msgstr "" -"Existe también una versión open-source del mapa de red. \n" -"\t\t\t\t\t\t\t\tEsta funcionalidad permite visualizar gráficamente los nodos " -"y sus relaciones, agentes, módulos y grupos disponibles para el usuario. \n" -"\t\t\t\t\t\t\t\tHay tres tipos de mapas de red:\n" -"\t\t\t" +"Número de teléfono asociado para usar posteriormente en alertas asociadas a " +"Tags" -#: ../../general/firts_task/network_map.php:38 -msgid "Topology Map" -msgstr "Mapa de topología" +#: ../../include/functions_snmp.php:67 +msgid "Load Average (Last minute)" +msgstr "Carga media (Última hora)" -#: ../../general/firts_task/network_map.php:39 -msgid "Group Map" -msgstr "Mapa de gupo" +#: ../../include/functions_snmp.php:71 +msgid "Load Average (Last 5 minutes)" +msgstr "Carga media (últimos 5 minutos)" -#: ../../general/firts_task/network_map.php:40 -msgid "Radial Map (User without strict user)" -msgstr "Mapa radial (sin usuario estricto)" +#: ../../include/functions_snmp.php:75 +msgid "Load Average (Last 15 minutes)" +msgstr "Carga media (últimos 15 minutos)" -#: ../../general/firts_task/network_map.php:41 -msgid "Dinamic Map" -msgstr "Mapa dinámico" +#: ../../include/functions_snmp.php:79 +msgid "Total Swap Size configured for the host" +msgstr "Tamaño de intercambio total configurado para el host" -#: ../../general/firts_task/network_map.php:42 -msgid "Policy Map (Only Enterprise version)" -msgstr "Mapa de políticas (Solo versión Enterprise)" +#: ../../include/functions_snmp.php:83 +msgid "Available Swap Space on the host" +msgstr "Espacio de intercambio disponible en el host" -#: ../../general/firts_task/custom_fields.php:23 -#: ../../general/firts_task/fields_manager.php:21 -msgid "There are no custom fields defined yet." -msgstr "No hay campos personalizados definidos todavía." +#: ../../include/functions_snmp.php:87 +msgid "Total Real/Physical Memory Size on the host" +msgstr "Tamaño de memoria real/física en el servidor" -#: ../../general/firts_task/custom_fields.php:28 -msgid "Custom Fields" -msgstr "Campos Personalizados" +#: ../../include/functions_snmp.php:91 +msgid "Available Real/Physical Memory Space on the host" +msgstr "Memoria real/física disponible en el servidor" -#: ../../general/firts_task/custom_fields.php:31 -#: ../../general/firts_task/custom_fields.php:35 -msgid "Create Custom Fields" -msgstr "Crear Campos Personalizados" +#: ../../include/functions_snmp.php:95 +msgid "Total Available Memory on the host" +msgstr "Memoria total disponible" -#: ../../general/firts_task/custom_fields.php:32 -msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t You're able to create custom fields by klicking on 'Administration' -> " -"'Manage monitoring' -> 'Manage custom fields'. " -msgstr "" -"Los campos personalizados son una manera fácil a la información del agente " -"personalizado.\n" -"\t \t Usted es capaz de crear campos personalizados haciendo click en " -"\"Administración\" -> \"Administrar monitoreo\" -> \"Administrar campos " -"personalizados\". " +#: ../../include/functions_snmp.php:99 +msgid "Total Cached Memory" +msgstr "Memoria caché total" -#: ../../general/firts_task/collections.php:21 -msgid "There are no collections defined yet." -msgstr "No hay colecciones definidas todavía." +#: ../../include/functions_snmp.php:103 +msgid "Total Buffered Memory" +msgstr "Memoria total de búfer" -#: ../../general/firts_task/collections.php:28 -#: ../../general/firts_task/collections.php:37 -msgid "Create Collections" -msgstr "Crear colecciones" +#: ../../include/functions_snmp.php:107 +msgid "Amount of memory swapped in from disk (kB/s)" +msgstr "La cantidad de memoria intercambiada desde el disco (kB / s)" -#: ../../general/firts_task/collections.php:29 -msgid "" -"A file collection is a group of files (e.g. scripts or executables) which " -"are \n" -"\t\tautomatically copied to a specific directory of the agent (under Windows " -"or UNIX). The file collections allow to be propagated\n" -"\t\t along with the policies in order to be used by a group of agents, using " -"a 'package' of scripts and modules which use them.\n" -"\t\tFirst we learn how to use the file collections in the agent's view, how " -"to conduct it manually, agent by agent, without using collections,\n" -"\t\t and how to do the same thing by using policies.Our first task is to " -"arrange a compilation of files. In order to do this, please go to the " -"agent's \n" -"\t\t administrator. Subsequently, we're going to see a 'sub option' called " -"'Collections'. Please click on it in order to create a new collection as we " -"can see on \n" -"\t\t the picture below. " -msgstr "" -"Una colección de archivos es un grupo de archivos (ej: scripts o ejecutable) " -"los cuales son \n" -"\t\t automáticamente copiados a un directorio específico del agente (bajo " -"Windows o UNIX). Las colecciones de archivos permiten ser propagadas\n" -"\t\t junto con las políticas con el fin de ser utilizado por un grupo de " -"agentes, utilizando un \"paquete\" de scripts y módulos que los utilizan.\n" -"\t\t lo primero nos enteramos de cómo utilizar las colecciones de archivos " -"en la vista del agente, cómo llevarla a cabo de forma manual, agente por " -"agente, sin necesidad de utilizar las colecciones,\n" -"\t\t y hacer lo mismo usando políticas. Nuestra primera tarea es organizar " -"una compilación de archivos. Para hacer esto, por favor vaya al " -"administrador \n" -"\t\t de agentes. Posteriormente, vamos a ver una 'sub opción' llamada " -"'Colecciones'. Por favor pinche en ella para crear una nueva colección como " -"puede ver en \n" -"\t\t la imagen de abajo. " +#: ../../include/functions_snmp.php:111 +msgid "Amount of memory swapped to disk (kB/s)" +msgstr "La cantidad de memoria intercambiada con el disco (kB / s)" -#: ../../general/firts_task/service_list.php:21 -msgid "There are no services defined yet." -msgstr "No hay servicios definidos todavía." +#: ../../include/functions_snmp.php:115 +msgid "Number of blocks sent to a block device" +msgstr "Número de bloques enviado al dispositivo de bloques" -#: ../../general/firts_task/service_list.php:28 -#: ../../general/firts_task/service_list.php:36 -msgid "Create Services" -msgstr "Crear Servicios" +#: ../../include/functions_snmp.php:119 +msgid "Number of blocks received from a block device" +msgstr "Número de bloques recibidos del dispositivo de bloques" -#: ../../general/firts_task/service_list.php:29 -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 "" -"Un servicio es una forma de agrupar tus recursos de IT basados en sus " -"funcionalidades. \n" -"\t\t\t\t\tUn servicio podría ser por ejemplo tu página web, tu sistema CRM, " -"tu aplicación de soporte, o incluso tus impresoras.\n" -"\t\t\t\t\t Los servicios son grupos lógicos en los que puedes incluir hosts, " -"routers, switches, firewalls, CRMs, ERPs, páginas web y muchos otros " -"servicios. \n" -"\t\t\t\t\t Con el siguiente ejemplo, verás más claramente que es un " -"servicio:\n" -"\t\t\t\t\t\tUn fabricante de chips vende ordenadores por su página web por " -"todo el mundo. \n" -"\t\t\t\t\t\tSu empresa consiste en tres grandes departamentos: dirección, " -"tienda online y soporte." +#: ../../include/functions_snmp.php:123 +msgid "Number of interrupts processed" +msgstr "Número de interrupciones procesadas" -#: ../../general/firts_task/snmp_filters.php:21 -msgid "There are no SNMP filter defined yet." -msgstr "No hay filtro SNMP definido todavía." +#: ../../include/functions_snmp.php:127 +msgid "Number of context switches" +msgstr "Número de cambios de contexto" -#: ../../general/firts_task/snmp_filters.php:25 -msgid "SNMP Filter" -msgstr "Filtro SNMP" +#: ../../include/functions_snmp.php:131 +msgid "user CPU time" +msgstr "tiempo de CPU de usuario" -#: ../../general/firts_task/snmp_filters.php:28 -#: ../../general/firts_task/snmp_filters.php:35 -msgid "Create SNMP Filter" -msgstr "Crear un filtro SNMP" +#: ../../include/functions_snmp.php:135 +msgid "system CPU time" +msgstr "tiempo de CPU del sistema" -#: ../../general/firts_task/snmp_filters.php:29 -msgid "" -"Some systems receive a high number of traps. \n" -"\t\t\t\tWe're only interested in monitoring a tiny percentage of them. From " -"Pandora FMS versions 3.2 and above, \n" -"\t\t\t\tit's possible to filter the traps that the server obtains in order " -"to avoid straining the application unnecessarily.\n" -"\t\t\t\tIn order to define different filters, please go to 'Administration' -" -"> 'Manage SNMP Console' and 'SNMP Filters'. \n" -"\t\t\t\tOne trap which is going to run in conjunction with any of them - " -"just the ones for the server are going to get ruled out automatically. " -msgstr "" -"Algunos sistemas reciben un alto número de traps.\n" -"\t \t \t \t Sólo estamos interesados en el seguimiento de un pequeño " -"porcentaje de ellos. De las versiones de Pandora FMS 3.2 y superiores,\n" -"\t \t \t \t es posible filtrar las trampas que el servidor obtiene con el " -"fin de evitar forzar la aplicación innecesariamente.\n" -"\t \t \t \t Con el fin de definir diferentes filtros, por favor vaya a " -"\"Administración\" -> \"Administrar SNMP Console 'y' SNMP Filtros '.\n" -"\t \t \t \t Una trampa que se va a ejecutar en conjunto con cualquiera de " -"ellos - sólo los del servidor van a ser descartado automáticamente. " +#: ../../include/functions_snmp.php:139 +msgid "idle CPU time" +msgstr "tiempo de inactividad de la CPU" -#: ../../general/firts_task/tags.php:21 -msgid "There are no tags defined yet." -msgstr "No hay etiquetas definidas todavía." +#: ../../include/functions_snmp.php:143 +msgid "system Up time" +msgstr "Tiempo de actividad del sistema" -#: ../../general/firts_task/tags.php:28 ../../general/firts_task/tags.php:33 -msgid "Create Tags" -msgstr "Crear tags" +#: ../../include/functions_pandora_networkmap.php:738 +#, php-format +msgid "Edit node %s" +msgstr "Modificar nodo %s" -#: ../../general/firts_task/tags.php:29 -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 "" -"Desde la versión 5 y superior de Pandora FMS, el acceso a los módulo puede " -"ser configurado por etiquetas del sistema.\n" -"\t\t\t\t\t\t\t\tLas etiquetas son configuradas en el sistema y pueden ser " -"asignadas a los módulos elegidos. \n" -"\t\t\t\t\t\t\t\tDe esta manera, el acceso de los usuarios puede estar " -"limitado a módulos con ciertas etiquetas. " +#: ../../include/functions_pandora_networkmap.php:739 +msgid "Holding Area" +msgstr "Buffer de procesamiento" -#: ../../general/firts_task/fields_manager.php:25 -msgid "Fields Manager" -msgstr "Gestor de ficheros" - -#: ../../general/firts_task/fields_manager.php:28 -msgid "Create Fields Manager" -msgstr "Gestor de creación de ficheros" - -#: ../../general/firts_task/fields_manager.php:29 -msgid "" -"Custom fields are an easy way to personalized agent's information.\n" -"\t\t\t\tYou're able to create custom fields by klicking on 'Administration' -" -"> 'Manage monitoring' -> 'Manage custom fields'. " -msgstr "" -"Los campos personalizados son una forma fácil de personalizar la información " -"de los agentes " - -#: ../../general/firts_task/fields_manager.php:32 -msgid "Create Fields " -msgstr "Crear campos " - -#: ../../general/firts_task/map_builder.php:32 -#: ../../general/firts_task/map_builder.php:40 -msgid "Create Visual Console" -msgstr "Crear Consola Viual" - -#: ../../general/firts_task/map_builder.php:33 -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 permite crear mapas visuales en la que cada usuario es capaz de " -"crear su propio mapa de monitoreo.\n" -"\t \t \t El nuevo editor de consola visual es mucho más práctico, aunque el " -"antiguo editor de consola visual tenía sus ventajas.\n" -"\t \t \t Dentro de la nueva consola visual, hemos tenido éxito en imitar la " -"sensación y el tacto de una aplicación de dibujo como GIMP.\n" -"\t \t \t También hemos simplificado el editor de dividiéndolo en varias " -"pestañas en la materia llamados 'datos', 'Vista previa', \"mago\", \"Lista " -"de Elementos 'y' Editor '.\n" -"\t \t \t Los elementos de la Pandora FMS Visual Map fue diseñado para " -"manejar son \"imagen estática\", \"barra de porcentaje ',' gráfico del " -"módulo\" y \"Valor simple\". " - -#: ../../general/firts_task/incidents.php:23 -msgid "There are no incidents defined yet." -msgstr "No hay incidentes definidos todavía." - -#: ../../general/firts_task/incidents.php:31 -#: ../../general/firts_task/incidents.php:40 -msgid "Create Incidents" -msgstr "Crear incidentes" - -#: ../../general/firts_task/incidents.php:32 -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 "" -"Además de los datos recibidos y procesados para monitorizar sistemas o " -"aplicaciones, \n" -"\t\t\ttambién está obligado a monitorizar posibles incidentes los cuales " -"podrían tener lugar en esos sistemas con el proceso de monitorización del " -"sistema.\n" -"\t\t\tPara ello, el equipo de Pandora FMS ha diseñado un gestor de " -"incidentes con el cual cualquier usuario es capaz de abrir incidentes, \n" -"\t\t\texplicando que ha sucedido en la red y actualizarlos con comentarios y " -"archivos en cualquier momento que sea necesario.\n" -"\t\t\tEste sistema permite a los usuarios trabajar como un equipo, junto con " -"diferentes roles y sistemas de work-flow que permite a un incidente ser \n" -"\t\t\tmovido de un grupo a otro, y que los miembros de los diferentes grupos " -"y personas puedan trabajar en el mismo incidente, compartiendo información y " -"archivos.\n" -"\t\t" - -#: ../../general/firts_task/planned_downtime.php:21 -msgid "There are no planned downtime defined yet." -msgstr "No hay tiempo de inactividad planificado aún definido." - -#: ../../general/firts_task/planned_downtime.php:28 -#: ../../general/firts_task/planned_downtime.php:34 -msgid "Create Planned Downtime" -msgstr "Crear tiempo de inactividad planificado" - -#: ../../general/firts_task/planned_downtime.php:29 -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 contiene un sistema de tiempo de inactividad planificado. \n" -"\t\t\t\t\t\tEste sistema fue diseñado para desactivar las alertas en los " -"intervalos cada vez que hay tiempo de inactividad desactivando el agente.\n" -"\t\t\t\t\t\tSi un agente está desactivado, no recoge información. En el " -"tiempo de inactividad, los intervalos de inactividad no se tienen \n" -"\t\t\t\t\t\t en cuenta para la mayoría de las métricas o tipo de informes, " -"porque el agente no contiene datos en esos intervalos. " - -#: ../../general/firts_task/custom_graphs.php:23 -msgid "There are no custom graphs defined yet." -msgstr "No hay gráficos personalizados definidos todavía." - -#: ../../general/firts_task/custom_graphs.php:28 -msgid "Custom Graphs" -msgstr "Gráficos Personalizados" - -#: ../../general/firts_task/custom_graphs.php:31 -#: ../../general/firts_task/custom_graphs.php:36 -msgid "Create Custom Graph" -msgstr "Crear Gráfico Personalizado" - -#: ../../general/firts_task/custom_graphs.php:32 -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 "" -"Los gráficos están diseñados para mostrar los datos recogidos por Pandora " -"FMS en una escala temporal definido por el usuario.\n" -"\t\t\t\tLas gráficas Pandora FMS muestran los datos en tiempo real. Ellos se " -"generan cada vez que el operador requiere cualquiera de ellos y mostrar el " -"estado actualizado.\n" -"\t \t \t \t Hay dos tipos de gráficos: gráficos automatizados del agente y " -"los gráficos la usuario personaliza mediante el uso de uno o más módulos " -"para hacerlo." - -#: ../../general/logon_failed.php:33 -msgid "" -"Either, your password or your login are incorrect. Please check your CAPS " -"LOCK key, username and password are case SeNSiTiVe.

All actions, " -"included failed login attempts are logged in Pandora FMS System logs, and " -"these can be reviewed by each user, please report to admin any incident or " -"malfunction." -msgstr "" -"La combinación usuario/contraseña es incorrecta. Verifique que no está " -"habilitado el Bloqueo de mayúsculas, los campos distinguen entre mayúsculas " -"y minúsculas.

Todas las acciones, incluidos los intentos fallidos de " -"acceso son guardados en el sistema de registro de sucesos de Pandora y " -"pueden ser revisados por cada usuario. Comunique al administrador cualquier " -"incidente o fallo." - -#: ../../general/logon_ok.php:32 -msgid "Welcome to Pandora FMS Web Console" -msgstr "Bienvenido/a a la consola web de Pandora FMS" - -#: ../../general/logon_ok.php:114 ../../general/logon_ok.php:315 -msgid "Pandora FMS Overview" -msgstr "Vista general de Pandora FMS" - -#: ../../general/logon_ok.php:179 ../../general/logon_ok.php:377 -msgid "News board" -msgstr "Noticias globales" - -#: ../../general/logon_ok.php:184 ../../general/logon_ok.php:382 -msgid "ago" -msgstr "hace" - -#: ../../general/logon_ok.php:191 ../../general/logon_ok.php:389 -msgid "by" -msgstr "por" - -#: ../../general/logon_ok.php:226 ../../general/logon_ok.php:423 -msgid "This is your last activity in Pandora FMS console" -msgstr "Ésta es su última actividad en la consola de Pandora FMS" - -#: ../../general/pandora_help.php:24 ../../general/pandora_help.php:68 -#: ../../general/pandora_help.php:95 -msgid "Pandora FMS help system" -msgstr "Sistema de ayuda de Pandora FMS" - -#: ../../general/pandora_help.php:73 -msgid "Help system error" -msgstr "Error del sistema de ayuda" - -#: ../../general/pandora_help.php:78 -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 "" -"El sistema de ayuda de Pandora FMS ha sido invocado con una referencia que " -"no existe actualmente. No hay contenido que mostrar." - -#: ../../general/noaccess.php:26 -msgid "Access to this page is restricted" -msgstr "El acceso a esta página es restringido" - -#: ../../general/noaccess.php:36 -msgid "" -"Access to this page is restricted to authorized users only, please contact " -"system administrator if you need assistance.

\n" -"\t\t\tPlease know that all attempts to access this page are recorded in " -"security logs of Pandora System Database" -msgstr "" -"El acceso a esta página está restringido a usuarios autorizados solamente, " -"por favor póngase en contacto con el administrador del sistema si necesita " -"ayuda.

\n" -"\t\t\tPor favor, sepa que todos los intentos de acceso a esta página son " -"guardados en los registros de seguridad de la base de datos de Sistema de " -"Pandora" - -#: ../../general/login_page.php:35 -msgid "Go to Pandora FMS Website" -msgstr "Ir a la Web de Pandora FMS" - -#: ../../general/login_page.php:40 -msgid "Go to Login" -msgstr "Ir a la pantalla de inicio" - -#: ../../general/login_page.php:131 -msgid "Logged out" -msgstr "Desconectado" - -#: ../../general/login_page.php:157 -msgid "View details" +#: ../../include/functions_pandora_networkmap.php:740 +#, fuzzy +msgid "Show details and options" msgstr "Ver detalles" -#: ../../general/login_page.php:218 -msgid "" -"Pandora FMS frontend is built on advanced, modern technologies and does not " -"support old browsers." +#: ../../include/functions_pandora_networkmap.php:741 +msgid "Set as children" +msgstr "Establecer como hijo" + +#: ../../include/functions_pandora_networkmap.php:742 +msgid "Set parent" +msgstr "Establecer como padre" + +#: ../../include/functions_pandora_networkmap.php:743 +#: ../../include/functions_pandora_networkmap.php:749 +msgid "Abort the action of set relationship" +msgstr "Cancela la acción de relacionar por parentesco" + +#: ../../include/functions_pandora_networkmap.php:745 +#: ../../include/functions_pandora_networkmap.php:1484 +msgid "Add node" +msgstr "Añadir nodo" + +#: ../../include/functions_pandora_networkmap.php:746 +msgid "Set center" +msgstr "Fijar centro" + +#: ../../include/functions_pandora_networkmap.php:748 +msgid "Refresh Holding area" +msgstr "Actualizar buffer de procesamiento" + +#: ../../include/functions_pandora_networkmap.php:934 +#: ../../include/functions_maps.php:62 +msgid "Copy of " +msgstr "Copiar de " + +#: ../../include/functions_pandora_networkmap.php:1257 +msgid "Open Minimap" +msgstr "Abrir Minimapa" + +#: ../../include/functions_pandora_networkmap.php:1264 +#, fuzzy +msgid "Hide Labels" +msgstr "Etiquetas GIS" + +#: ../../include/functions_pandora_networkmap.php:1355 +msgid "Edit node" +msgstr "Modificar nodo" + +#: ../../include/functions_pandora_networkmap.php:1366 +#, fuzzy +msgid "Adresses" +msgstr "Direcciones" + +#: ../../include/functions_pandora_networkmap.php:1368 +#, fuzzy +msgid "OS type" +msgstr "Clase de trap" + +#: ../../include/functions_pandora_networkmap.php:1373 +#: ../../include/functions_pandora_networkmap.php:1374 +#, fuzzy +msgid "Node Details" +msgstr "Detalles del módulo" + +#: ../../include/functions_pandora_networkmap.php:1383 +msgid "Ip" msgstr "" -"El interfaz Pandora FMS se basa en tecnologías avanzadas y modernas, y no " -"soporta los navegadores antiguos." -#: ../../general/login_page.php:219 -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 "" -"Le recomendamos que elija e instale un navegador moderno. Sólo tardará unos " -"minutos." +#: ../../include/functions_pandora_networkmap.php:1384 +#, fuzzy +msgid "MAC" +msgstr "ASC" -#: ../../general/login_page.php:282 -msgid "Why is it recommended to upgrade the web browser?" -msgstr "¿Por qué le recomendamos que actualice su navegador?" +#: ../../include/functions_pandora_networkmap.php:1393 +#: ../../include/functions_pandora_networkmap.php:1394 +#, fuzzy +msgid "Interface Information (SNMP)" +msgstr "Interfaz de información" -#: ../../general/login_page.php:287 -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 "" -"Los nuevos navegadores normalmente vienen con soporte para nuevas " -"tecnologías, aumentando la velocidad de las páginas web, mejores " -"herramientas de privacidad, etc. También resuelven temas de seguridad y " -"funcionalidad." +#: ../../include/functions_pandora_networkmap.php:1401 +msgid "Shape" +msgstr "Forma" -#: ../../general/login_page.php:296 -msgid "Continue despite this warning" -msgstr "Continúe a pesar de esta advertencia" +#: ../../include/functions_pandora_networkmap.php:1403 +msgid "Circle" +msgstr "Círculo" -#: ../../general/header.php:89 ../../general/header.php:91 -msgid "Enter keywords to search" -msgstr "Introduzca palabras clave para buscar" +#: ../../include/functions_pandora_networkmap.php:1404 +msgid "Square" +msgstr "Cuadrado" -#: ../../general/header.php:139 ../../general/header.php:140 -msgid "QR Code of the page" -msgstr "Código QR de la página" +#: ../../include/functions_pandora_networkmap.php:1405 +msgid "Rhombus" +msgstr "Rombo" -#: ../../general/header.php:240 -msgid "System alerts detected - Please fix as soon as possible" -msgstr "Alertas del sistema detectadas - Por favor corregir lo antes posible" +#: ../../include/functions_pandora_networkmap.php:1415 +#: ../../include/functions_pandora_networkmap.php:1540 +msgid "name fictional node" +msgstr "Nombre de nodo ficticio" -#: ../../general/header.php:251 +#: ../../include/functions_pandora_networkmap.php:1416 +#: ../../include/functions_pandora_networkmap.php:1541 +msgid "Networkmap to link" +msgstr "Enlace a mapa de red" + +#: ../../include/functions_pandora_networkmap.php:1422 +msgid "Update fictional node" +msgstr "Actualizar nodo ficticio" + +#: ../../include/functions_pandora_networkmap.php:1425 +#: ../../include/functions_pandora_networkmap.php:1426 +msgid "Node options" +msgstr "Opciones de nodo" + +#: ../../include/functions_pandora_networkmap.php:1433 +msgid "Node source" +msgstr "Nodo origen" + +#: ../../include/functions_pandora_networkmap.php:1434 +msgid "Interface source" +msgstr "Interfaz origen" + +#: ../../include/functions_pandora_networkmap.php:1435 +msgid "Interface Target" +msgstr "Interfaz objetivo" + +#: ../../include/functions_pandora_networkmap.php:1437 +msgid "Node target" +msgstr "Nodo objetivo" + +#: ../../include/functions_pandora_networkmap.php:1438 +msgid "E." +msgstr "E." + +#: ../../include/functions_pandora_networkmap.php:1471 +msgid "There are not relations" +msgstr "No hay relaciones" + +#: ../../include/functions_pandora_networkmap.php:1478 +#: ../../include/functions_pandora_networkmap.php:1479 +msgid "Relations" +msgstr "Relaciones" + +#: ../../include/functions_pandora_networkmap.php:1503 +#: ../../include/functions_pandora_networkmap.php:1507 +#: ../../include/functions_pandora_networkmap.php:1508 +#: ../../include/functions_pandora_networkmap.php:1528 +#: ../../include/functions_pandora_networkmap.php:1533 +#: ../../include/functions_pandora_networkmap.php:1551 +msgid "Add agent node" +msgstr "Añadir nodo de agente" + +#: ../../include/functions_pandora_networkmap.php:1532 +msgid "Add agent node (filter by group)" +msgstr "Añadir nodo de agente (filtro por grupo)" + +#: ../../include/functions_pandora_networkmap.php:1547 +msgid "Add fictional node" +msgstr "Añadir nodo ficticio" + +#: ../../include/functions_pandora_networkmap.php:1550 +msgid "Add fictional point" +msgstr "Añadir punto ficticio" + +#: ../../include/functions_users.php:377 #, php-format -msgid "You have %d warning(s)" -msgstr "Tiene %d advertencia(s)" +msgid "User %s login at %s" +msgstr "Usuario %s entró a las %s" -#: ../../general/header.php:257 -msgid "There are not warnings" -msgstr "No hay advertencias" - -#: ../../general/header.php:283 -msgid "New chat message" -msgstr "Nuevo mensaje del chat" - -#: ../../general/header.php:292 -msgid "Message overview" -msgstr "Vista general de mensajes" - -#: ../../general/header.php:293 +#: ../../include/functions_users.php:438 #, php-format -msgid "You have %d unread message(s)" -msgstr "Tiene %d mensaje(s) sin leer" +msgid "User %s was deleted in the DB at %s" +msgstr "El usuario %s fué borrado en la base de datos el %s" -#: ../../general/header.php:297 -msgid "Blank characters are used as AND conditions" -msgstr "Los espacios serán usados para una condicion \"AND\"" +#: ../../include/functions_users.php:443 +#, php-format +msgid "User %s logout at %s" +msgstr "Usuario %s salió a las %s" -#: ../../general/login_help_dialog.php:42 +#: ../../include/functions_networkmap.php:1663 +#: ../../include/functions_networkmap.php:1749 +msgid "Radial dynamic" +msgstr "Dinámico radial" + +#: ../../include/functions_networkmap.php:1719 +msgid "Create a new topology map" +msgstr "Crear nuevo mapa topológico" + +#: ../../include/functions_networkmap.php:1720 +msgid "Create a new group map" +msgstr "Crear nuevo mapa de grupo" + +#: ../../include/functions_networkmap.php:1721 +msgid "Create a new dynamic map" +msgstr "Crear un nuevo mapa dinámico" + +#: ../../include/functions_networkmap.php:1723 +msgid "Create a new radial dynamic map" +msgstr "Crear un nuevo mapa dinámico radial" + +#: ../../include/functions_networkmap.php:1747 +#: ../../include/functions_maps.php:43 +msgid "Dynamic" +msgstr "Dinámico" + +#: ../../include/help/clippy/modules_not_learning_mode.php:40 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!" +"Please note that you have your agent setup to do not add new modules coming " +"from the data XML." msgstr "" -"Si esta es tu primera vez con Pandora FMS, te proponemos unos enlaces para " -"aprender más sobre Pandora FMS. Monitorizar puede ser abrumador, pero tómate " -"tu tiempo para aprender como usar el potencial de Pandora FMS!" +"Por favor, tenga en cuenta que si no tiene activado el modo aprendizaje no " +"se añadirán nuevos módulos que vengan en el XML." -#: ../../general/login_help_dialog.php:51 -#: ../../general/login_help_dialog.php:53 -msgid "Online help" -msgstr "Ayuda en línea" +#: ../../include/help/clippy/modules_not_learning_mode.php:41 +msgid "" +"That means if you have a local plugin or add manually new modules to the " +"configuration file, you won't have it in your agent, unless you first create " +"manually in the interface (with the exact name and type as coming in the XML " +"file)." +msgstr "" +"Esto quiere decir que si se tiene un plugin local o se añaden manualmente " +"nuevos módulos al fichero de configuración, no se tendrá en" -#: ../../general/login_help_dialog.php:59 -#: ../../general/login_help_dialog.php:61 -msgid "Enterprise version" -msgstr "Versión Enterprise" +#: ../../include/help/clippy/modules_not_learning_mode.php:42 +msgid "" +"You should use the \"normal\" mode (non learn) only when you don't intend to " +"add more modules to the agent." +msgstr "" +"Debería usar el modo \"normal\" (no aprendizaje) solo cuando no tenga " +"intención de añadir más módulos al agente." -#: ../../general/login_help_dialog.php:69 -msgid "Forums" -msgstr "Foros" +#: ../../include/help/clippy/servers_down.php:39 +msgid "All servers down" +msgstr "Todo los servidores están caídos" -#: ../../general/login_help_dialog.php:75 -#: ../../general/login_help_dialog.php:77 -msgid "Documentation" -msgstr "Documentación" +#: ../../include/help/clippy/servers_down.php:44 +msgid "" +"Can you up all servers. You go to terminal in linux and execute the next " +"command: \"sudo /etc/init.d/pandora_server restart\". It's possible need " +"introduce root pass." +msgstr "" +"Usted puede activar todos los servidores. Tiene que ir al terminal de linux " +"y ejecutar el siguiente comando: \"sudo /etc/init.d/pandora_server restart" +"\". Es posible que necesite introducir la contraseña de root." -#: ../../general/login_help_dialog.php:86 -msgid "Click here to don't show again this message" -msgstr "Pinche aquí para no volver a ver este mensaje" +#: ../../include/help/clippy/topology_group.php:39 +msgid "Topology Group" +msgstr "Tipología de grupo" -#: ../../general/shortcut_bar.php:165 -msgid "Press here to activate shortcut bar" -msgstr "Haga click aquí para activar la barra de acesso directo" +#: ../../include/help/clippy/topology_group.php:44 +msgid "" +"Please note that group topology maps do not show the parent relationship " +"between nodes, it only shows the group parentship and the agent distribution " +"inside them. " +msgstr "" +"Tenga en cuenta que el grupo mapas de topología no muestran la relación " +"padre entre los nodos , sólo muestra el grupo padre y el agente de " +"distribución dentro de ellos " -#: ../../general/shortcut_bar.php:202 ../../general/shortcut_bar.php:204 -msgid "Incidents opened" -msgstr "Incidentes abiertos" +#: ../../include/help/clippy/interval_agent_min.php:39 +msgid "Interval Agent." +msgstr "Intervalo de agente" -#: ../../general/shortcut_bar.php:222 -msgid "Create new message" -msgstr "Crear un nuevo mensaje" +#: ../../include/help/clippy/interval_agent_min.php:44 +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, tenga en cuenta que no se recomienda que tengan los agentes con " +"un intervalo de monitorización por debajo de 300 segundos. Esto tendrá un " +"impacto serio en el rendimiento del servidor. Por ejemplo, tener 200 agentes " +"con un intervalo de un minuto, es lo mismo que tener 1.000 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/server_queued_modules.php:39 +msgid "Excesive Queued." +msgstr "Encolamiento excesivo" + +#: ../../include/help/clippy/server_queued_modules.php:44 +msgid "" +"You have too much items in the processing queue. This can happen if your " +"server is too loaded and/or not properly configured. This could be something " +"temporal, or a bottleneck. One possible solution is increase number of " +"server threads, but you should consider getting support about this." +msgstr "" +"Tiene demasiados ítems en cola. Esto puede pasar si su servidor está " +"demasiado cargado y/ o no está bien configurado. Puede ser algo temporal, o " +"un cuello de botella. Una posible solución es aumentar el número de hilos " +"del servidor, pero debería considerar la obtención de soporte sobre esto." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:36 +msgid "" +"The last step is to check the alert created. Click on the round icon to " +"force the action execution and after a few minutes you will receive the " +"alert in your email." +msgstr "" +"El último paso es comprobar la alerta ha sido creada. Haz click en el icono " +"redondo para forzar la ejecución de la acción y después de unos minutos " +"recibirás la alerta en tu correo electrónico." + +#: ../../include/help/clippy/operation_agentes_ver_agente.php:37 +msgid "" +"And restart your pandora server to read again general configuration tokens." +msgstr "" +"Y reinicia tu servidor de Pandora para leer otra vez lo tokens generales de " +"configuración." + +#: ../../include/help/clippy/modules_not_init.php:39 +msgid "You have non initialized modules" +msgstr "Tienes módulos sin inicializar." + +#: ../../include/help/clippy/modules_not_init.php:44 +msgid "" +"This happen when you have just created a module and it's not executed at " +"first time. Usually in a few seconds should be initialized and you will be " +"able to see in main view. If you keep non-init modules for more than 24hr " +"(due a problem in it's execution or configuration) they will be " +"automatically deleted by the system. Non-init are not visible in the “main " +"view”, you can see/edit them in the module administration section, in the " +"agent administrator." +msgstr "" +"Esto sucede cuando se acaba de crear un módulo y no está ejecutado. Por lo " +"general, en unos pocos segundos debe ser inicializado y seras capaz de verlo " +"en la vista principal. Si se mantienen módulos no iniciados durante más de " +"24 horas (puede ser un problema en la ejecución o configuración) serán " +"eliminados automáticamente por el sistema. Los no iniciados no son visibles " +"en la vista principal, se puede ver / editar en la sección de administración " +"del módulo, en el administrador de agente." + +#: ../../include/help/clippy/agent_out_of_limits.php:39 +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:44 +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 tu agente dejado de informar o el servidor tiene algún " +"problema (demasiado carga o simplemente se ha caido). Comprueba también la " +"conectividad entre el agente y el servidor." + +#: ../../include/help/clippy/homepage.php:59 +msgid "Hi, can I help you?" +msgstr "Buenas. ¿Te puedo ayudar?" + +#: ../../include/help/clippy/homepage.php:60 +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 "" +"Permiteme presentarme a mi mismo: Yo soy Pandorin, el molesto asistente de " +"Pandora FMS. Puedes seguir mis pasos para hacer tareas básicas en Pandora " +"FMS o puedes cerrarme y nunca volverme a ver." + +#: ../../include/help/clippy/homepage.php:67 +msgid "Close this wizard and don't open it again." +msgstr "Cierra el asistente y no vuelva a aparecer otra vez." + +#: ../../include/help/clippy/homepage.php:81 +msgid "Which task would you like to do first?" +msgstr "¿Qué tarea le gustaría hacer primero?" + +#: ../../include/help/clippy/homepage.php:85 +msgid "Ping to a Linux or Windows server with a Pandora FMS agent" +msgstr "" +"Hacer un ping a un servidor Linux o Windows con un agente de Pandora FMS" + +#: ../../include/help/clippy/homepage.php:90 +msgid "Create a alert by email in a critical module." +msgstr "Crear una alerta que avise por email para un módulo crítico." + +#: ../../include/help/clippy/homepage.php:209 +msgid "" +"The first thing you have to do is to setup the config email in the Pandora " +"FMS Server." +msgstr "" +"La primera cosa que tienes que hacer es configurar el email en el servidor " +"de Pandora FMS." + +#: ../../include/help/clippy/homepage.php:213 +msgid "If you have it already configured you can go to the next step." +msgstr "Si ya lo tienes ya configurado, puedes ir al siguiente paso." + +#: ../../include/help/clippy/homepage.php:218 +msgid "Now, pull down the Manage alerts menu and click on Actions. " +msgstr "Ahora, abra el menú Administrar alertas y haga click en Acciones. " + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:35 +msgid "Now you must go to Modules. Don't worry I'll lead you." +msgstr "" +"Ahora debes ir a los módulos. Pero no te preocupes, te guiare paso a paso." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:40 +msgid "Click in this tab.." +msgstr "Haz click en esta pestaña." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:56 +msgid "Now you must create the module. Don't worry, i'll teach you." +msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:60 +msgid "Choose the network server module." +msgstr "Elige el módulo de servidor de red." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:64 +msgid "And click the button." +msgstr "Y pica el botón." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:80 +msgid "Now you must create the module. Don't worry, i'll teach you ." +msgstr "Ahora debes crear el módulo, pero no te preocupes, te enseñaré." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:84 +msgid "Now we are going to fill the form." +msgstr "Ahora nosotros vamos a rellenar el formulario." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:88 +msgid "Please choose Network Management." +msgstr "Por favor, selecciona \"Network Management\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:92 +msgid "Choose the component named \"Host alive\"." +msgstr "Selecciona el componente llamado \"Host alive\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:96 +msgid "You can change the name if you want." +msgstr "Puedes cambiar el nombre si quieres." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:100 +msgid "Check if the IP showed is the IP of your machine." +msgstr "Prueba si la IP mostrado es la IP de tu maquina." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:104 +msgid "And only to finish it is clicking this button." +msgstr "Y ya solamente para terminar pulsa en este botón." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:121 +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 problema, el color de estado pasara a rojo o verde." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:137 +msgid "Click on alerts tab and then fill the form to add an alert." +msgstr "" +"Haz click en la pestaña de alertas para rellenar el formulario con la alerta " +"a añadir." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:152 +msgid "Select the critical module." +msgstr "Elige el módulo critico." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:156 +msgid "In template select \"Critical Condition\"." +msgstr "En las plantillas selecciona \"Critical Condition\"." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:160 +msgid "Now, select the action created before." +msgstr "Ahora, elige la acción creada antes." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:165 +msgid "Click on Add Alert button to create the alert." +msgstr "Haz click en el botón añadir alerta para crear la alerta." + +#: ../../include/help/clippy/godmode_agentes_configurar_agente.php:181 +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/data_configuration_module.php:39 +msgid "Data Configuration Module." +msgstr "Módulos de datos de configuración" + +#: ../../include/help/clippy/data_configuration_module.php:44 +msgid "" +"Please note that information provided here affects how the agent collect " +"information and generate the data XML. Any data/configuration reported by " +"the agent, different from data or description is discarded, and the " +"configuration shown in the console prevails over any configuration coming " +"from the agent, this applies for example for crit/warn thresholds, interval, " +"module group, min/max value, tags, etc." +msgstr "" +"Por favor, tenga en cuenta que la información aquí proporcionada afecta la " +"forma de cómo el agente recoge la información y genera el XML de datos. " +"Cualquier dato / configuración enviado por el agente, a diferencia de los " +"enviados desde datos o descripción que son descartados, y la configuración " +"mostrada en la consola prevalece sobre cualquier configuración procedente " +"del agente, esto se aplica por ejemplo para umbrales críticos / " +"advertencia , intervalo , grupo módulo, valor mínimo / máximo, etiquetas , " +"etc." + +#: ../../include/help/clippy/data_configuration_module.php:50 +msgid "" +"Information imported FIRST time from the XML will fill the information you " +"can see in the console, but after the first import, system will ignore any " +"update coming from the XML/Agent." +msgstr "" +"Información importada la PRIMERA vez desde el XML llenará la información " +"que se puede ver en la consola, pero después de la primera importación , el " +"sistema ignorará cualquier actualización que viene del XML / Agente ." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:35 +msgid "" +"Now, you have to go to the monitors list and look for a \"critical\" module " +"to apply the alert." +msgstr "" +"Ahora, tienes que ir a la lista de monitores y buscar un módulo en estado " +"\"critico\" para enlazarle una alerta." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:39 +msgid "" +"If you know the name of the agent or the name of the module in critical " +"status, type it in this field to make the module list shorter. You can write " +"the entire name or just a part of it." +msgstr "" +"Si conoces el nombre del agente o el nombre del módulo en estado crítico, " +"escríbelo en este campo para hacer la lista de módulos más cortos. Puedes " +"escribir el nombre completo o sólo una parte de ella." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:44 +msgid "Click on Show button to get the modules list filtered." +msgstr "Haz click en botón Mostrar para obtener la lista filtrada." + +#: ../../include/help/clippy/operation_agentes_status_monitor.php:60 +msgid "" +"Now, to edit the module, click on the wrench that appears in the type column." +msgstr "" +"Ahora, para editar el módulo, haz click en la llave fija que aparece en la " +"columna del tipo." + +#: ../../include/help/clippy/extension_cron_send_email.php:39 +msgid "The configuration of email for the task email is in the file:" +msgstr "" +"La configuración de correo-e para el envío de la tarea se encuentra en el " +"fichero:" + +#: ../../include/help/clippy/extension_cron_send_email.php:41 +msgid "Please check if the email configuration is correct." +msgstr "Por favor, confirmar que la configuración de correo-e es correcta." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:35 +msgid "Fill the name of your action." +msgstr "Rellena con el nombre de la acción." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:39 +msgid "" +"Select the group in the drop-down list and filter for ACL (the user in this " +"group can use your action to create an alert)." +msgstr "" +"Seleccione el grupo en la lista desplegable y este es un filtro para las ACL " +"(el usuario en este grupo puede utilizar la acción de crear una alerta)." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:43 +msgid "In the command field select \"email\"." +msgstr "En este campo de comando elige \"email\"." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:47 +msgid "" +"In the threshold field enter the seconds. The help icon show more " +"information." +msgstr "" +"En el campo de umbral se rellena con un número de segundos. El icono de " +"ayuda te mostrará mas ayuda." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:53 +msgid "" +"In the first field enter the email address/addresses where you want to " +"receive the email alerts separated with comas ( , ) or white spaces." +msgstr "" +"En el primer campo introduce la dirección/es de email separados por comas " +"(,) o espacios en blanco, en las que deseas recibir las alertas de email." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:58 +msgid "" +"In the \"Subject\" field you can use the macros _agent_ or _module_ for " +"each name." +msgstr "" +"El campo \"Subject\" puedes usar macros _agent_ o _module_ para el asunto " +"del email." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:63 +msgid "" +"In the text field, you can also use macros. Get more information about the " +"macros by clicking on the help icon." +msgstr "" +"En el campo de texto, también puede utilizar las macros. Hay mas información " +"acerca de las macros, haz click en el icono de ayuda." + +#: ../../include/help/clippy/godmode_alerts_configure_alert_action.php:69 +msgid "Click on Create button to create the action." +msgstr "Haz click en el botón de crear, para crear la acción." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:36 +msgid "" +"Let me show you how to create an email action: Click on Create button and " +"fill the form showed in the following screen." +msgstr "" +"Te voy a enseñar cómo crear una acción de correo electrónico: Haz click en " +"el botón Crear y rellena el formulario que aparecerá en la siguiente " +"pantalla." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:51 +msgid "" +"Now, you have to go to the monitors list and look for a critical module to " +"apply the alert." +msgstr "" +"Ahora, tienes que ir a la lista de monitores y busca un módulo en estado " +"crítico para enlazarle la alerta." + +#: ../../include/help/clippy/godmode_alerts_alert_actions.php:56 +msgid "" +"Click on the arrow to drop down the Monitoring submenu and select Monitor " +"Detail." +msgstr "" +"Haga click en la flecha para desplegar el submenú Monitorización y " +"seleccione Detalle Monitor." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:35 +msgid "I'm going to show you how to monitor a server." +msgstr "Te voy a mostrar cómo monitorizar un servidor." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:39 +msgid "Please, type an agent to save the modules for monitoring a server." +msgstr "" +"Por favor, escribe el nombre de un agente para guardar los módulos para " +"monitorizar un servidor." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:44 +msgid "If you have typed the name correctly you will see the agent." +msgstr "Si ha introducido el nombre correctamente, verá el agente." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:60 +msgid "Now, please choose the agent you searched." +msgstr "Ahora, por favor elige el agente que buscaste." + +#: ../../include/help/clippy/godmode_agentes_modificar_agente.php:65 +msgid "Choose the agent and click on the name." +msgstr "Elige el agente y haz click en el nombre" + +#: ../../include/help/clippy/module_unknow.php:39 +msgid "You have unknown modules in this agent." +msgstr "Tienes módulos en estado desconocido en este agente." + +#: ../../include/help/clippy/module_unknow.php:44 +msgid "" +"Unknown modules are modules which receive data normally at least in one " +"occassion, but at this time are not receving data. Please check our " +"troubleshoot help page to help you determine why you have unknown modules." +msgstr "" +"Los módulos desconocidos son módulos que reciben datos normalmente al menos " +"en una ocasión, pero en este momento no se reciben datos. Por favor, " +"consulta la página de ayuda para solucionar los problemas sobre los módulos " +"desconocidos." + +#: ../../include/functions_treeview.php:252 +#: ../../include/graphs/functions_flot.php:558 +#: ../../include/functions_graph.php:770 +msgid "No data" +msgstr "Sin datos" + +#: ../../include/functions_treeview.php:271 +msgid "Go to module edition" +msgstr "Ir a la edición de módulos" + +#: ../../include/functions_treeview.php:309 +msgid "There was a problem loading alerts" +msgstr "Hubo un problema al cargar las alertas" + +#: ../../include/functions_treeview.php:393 +msgid "Go to alerts edition" +msgstr "Ir a \"editar alertas\"" + +#: ../../include/functions_treeview.php:532 +msgid "Go to agent edition" +msgstr "Ir a \"editar agentes\"" + +#: ../../include/functions_treeview.php:541 +msgid "Agent data" +msgstr "Datos de agentes" + +#: ../../include/functions_treeview.php:614 +msgid "Advanced information" +msgstr "Información avanzada" + +#: ../../include/functions_visual_map.php:903 +msgid "Last value: " +msgstr "Ultimo valor: " + +#: ../../include/functions_visual_map.php:1290 +msgid "Agent successfully added to layout" +msgstr "Agente añadido correctamente a la distribución" + +#: ../../include/functions_visual_map.php:1437 +msgid "Modules successfully added to layout" +msgstr "Módulos añadidos correctamente a la distribución" + +#: ../../include/functions_visual_map.php:1637 +msgid "Agents successfully added to layout" +msgstr "Agentes añadidos con éxito a la plantilla" + +#: ../../include/functions_visual_map.php:1978 +msgid "Cannot load the visualmap" +msgstr "No se puede cargar el mapa visual" + +#: ../../include/functions_visual_map.php:2313 +msgid "Percentile bar" +msgstr "Barra de porcentaje" + +#: ../../include/functions_visual_map.php:2317 +msgid "Static graph" +msgstr "Imagen estática" + +#: ../../include/functions_gis.php:27 ../../include/functions_gis.php:31 +#: ../../include/functions_gis.php:36 +msgid "Hierarchy of agents" +msgstr "jerarquía de agentes" + +#: ../../include/functions_api.php:77 +msgid "No set or get or help operation." +msgstr "Sin acceso a operaciones de tipo SET, GET o HELP" + +#: ../../include/functions_api.php:81 +msgid "This operation does not exist." +msgstr "Esta operación no existe" + +#: ../../include/functions_api.php:85 +msgid "Id does not exist in BD." +msgstr "Id no existe en la BD" + +#: ../../include/functions_api.php:927 +msgid "Does not exist agent with this name." +msgstr "No existe un agente con este nombre" + +#: ../../include/functions_api.php:929 +msgid "Does not exist module with this name." +msgstr "No existe módulos con este nombre." + +#: ../../include/functions_api.php:1306 ../../include/functions_api.php:5822 +msgid "Correct Delete" +msgstr "Borrado correcto" + +#: ../../include/functions_api.php:1852 +msgid "Error in creation network module. Agent name doesn't exist." +msgstr "Error en la creación del módulo de red. El nombre del agente no existe" + +#: ../../include/functions_api.php:1858 +msgid "" +"Error in creation network module. Id_module_type is not correct for network " +"modules." +msgstr "" +"Error en la creación del módulo de red.Id_module_type no es correcto para " +"los módulos de red" + +#: ../../include/functions_api.php:1913 +msgid "Error in creation network module." +msgstr "Error en la creación de módulo de red." + +#: ../../include/functions_api.php:1946 +msgid "Error updating network module. Module name cannot be left blank." +msgstr "" +"Error al actualizar el módulo de red. El nombre del módulo no puede dejarse " +"en blanco" + +#: ../../include/functions_api.php:1954 +msgid "Error updating network module. Id_module doesn't exist." +msgstr "Error al actualizar el módulo de red. El Id_modulo no existe" + +#: ../../include/functions_api.php:1969 +msgid "Error updating network module. Id_module exists in the new agent." +msgstr "" +"Error al actualizar el modulo de red. El id_module existe en el nuevo agente" + +#: ../../include/functions_api.php:1976 +msgid "Error updating network module. Id_agent doesn't exist." +msgstr "Error al actualizar el módulo de red. El id de agente no existe." + +#: ../../include/functions_api.php:2029 +msgid "Network module updated." +msgstr "Módulo de red actualizado" + +#: ../../include/functions_api.php:2058 +msgid "Error in creation plugin module. Id_plugin cannot be left blank." +msgstr "" +"Error en la creación del modulo plugin. Id_plugin no puede dejarse en blanco" + +#: ../../include/functions_api.php:2065 +msgid "Error in creation plugin module. Agent name doesn't exist." +msgstr "Error en la creación del modulo plugin.El nombre del agente no existe" + +#: ../../include/functions_api.php:2125 +msgid "Error in creation plugin module." +msgstr "Error en la creación del módulo plugin" + +#: ../../include/functions_api.php:2156 +msgid "Error updating plugin module. Id_module cannot be left blank." +msgstr "" +"Error al actualizar el módulo del plugin.Id_module no se puede dejar en " +"blanco" + +#: ../../include/functions_api.php:2163 +msgid "Error updating plugin module. Id_module doesn't exist." +msgstr "Error al actualizar el módulo plugin.Id_module no existe" + +#: ../../include/functions_api.php:2175 +msgid "Error updating plugin module. Id_module exists in the new agent." +msgstr "" +"Error al actualizar el módulo plugin.Id_module existe en el nuevo agente" + +#: ../../include/functions_api.php:2182 +msgid "Error updating plugin module. Id_agent doesn't exist." +msgstr "Error al actualizar el módulo plugin. El id de agente no existe." + +#: ../../include/functions_api.php:2243 +msgid "Plugin module updated." +msgstr "Módulo plugin actualizado" + +#: ../../include/functions_api.php:2272 +msgid "Error in creation data module. Module_name cannot be left blank." +msgstr "Error al crear el module data.Module_name no puede dejarse en blanco" + +#: ../../include/functions_api.php:2279 +msgid "Error in creation data module. Agent name doesn't exist." +msgstr "Error al crear el module data.El nombre del agente no existe" + +#: ../../include/functions_api.php:2330 ../../include/functions_api.php:2396 +msgid "Error in creation data module." +msgstr "Error al crear el data module." + +#: ../../include/functions_api.php:2364 +msgid "Error in creation synthetic module. Module_name cannot be left blank." +msgstr "" +"Error al crear un módulo sintético. El nombre del módulo no puede ir vacío." + +#: ../../include/functions_api.php:2371 +msgid "Error in creation synthetic module. Agent name doesn't exist." +msgstr "Error al crear un módulo sintético. El nombre del agente no existe." + +#: ../../include/functions_api.php:2508 +msgid "Synthetic module created ID: " +msgstr "ID del módulo sintético creado: " + +#: ../../include/functions_api.php:2539 +msgid "Error updating data module. Id_module cannot be left blank." +msgstr "" +"Error al actualizar el data module. Id_module no se puede dejar en blanco." + +#: ../../include/functions_api.php:2546 +msgid "Error updating data module. Id_module doesn't exist." +msgstr "Error al actualizar el data module. Id_module no existe." + +#: ../../include/functions_api.php:2558 +msgid "Error updating data module. Id_module exists in the new agent." +msgstr "" +"Error al actualizar el data module. Id_module existe en el nuevo agente." + +#: ../../include/functions_api.php:2565 +msgid "Error updating data module. Id_agent doesn't exist." +msgstr "Error al actualizar los datos del módulo. El id de agente no existe." + +#: ../../include/functions_api.php:2613 +msgid "Data module updated." +msgstr "Data module actualizado" + +#: ../../include/functions_api.php:2650 +msgid "Error in creation SNMP module. Module_name cannot be left blank." +msgstr "" +"Error en la creación del módulo SNMP. Id_module no se puede dejar en blanco." + +#: ../../include/functions_api.php:2655 +msgid "" +"Error in creation SNMP module. Invalid id_module_type for a SNMP module." +msgstr "Error en la creación del módulo SNMP.id_module_type" + +#: ../../include/functions_api.php:2662 +msgid "Error in creation SNMP module. Agent name doesn't exist." +msgstr "Error en la creación del módulo SNMP. El nombre del agente no existe." + +#: ../../include/functions_api.php:2677 ../../include/functions_api.php:2840 +#: ../../include/functions_api.php:5300 +msgid "" +"Error in creation SNMP module. snmp3_priv_method doesn't exist. Set it to " +"'AES' or 'DES'. " +msgstr "" +"Error al crear módulo SNMP. El método snmp3_priv_method no existe. Cambie a " +"'AES' o 'DES'. " + +#: ../../include/functions_api.php:2682 ../../include/functions_api.php:2849 +#: ../../include/functions_api.php:5305 +msgid "" +"Error in creation SNMP module. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" +"Error al crear módulo SNMP. snmp3_sec_level no existe. Cambie a 'authNoPriv' " +"o 'authPriv' o 'noAuthNoPriv'. " + +#: ../../include/functions_api.php:2687 ../../include/functions_api.php:2855 +#: ../../include/functions_api.php:5310 +msgid "" +"Error in creation SNMP module. snmp3_auth_method doesn't exist. Set it to " +"'MD5' or 'SHA'. " +msgstr "" +"Error al crear módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o " +"'SHA'. " + +#: ../../include/functions_api.php:2771 +msgid "Error in creation SNMP module." +msgstr "Error al crear módulo SNMP." + +#: ../../include/functions_api.php:2804 +msgid "Error updating SNMP module. Id_module cannot be left blank." +msgstr "" +"Error al actualizar el módulo SNMP. Id_module no se puede dejar en blanco" + +#: ../../include/functions_api.php:2811 +msgid "Error updating SNMP module. Id_module doesn't exist." +msgstr "Error al actualizar el módulo SNMP. Id_module no existe." + +#: ../../include/functions_api.php:2823 +msgid "Error updating SNMP module. Id_module exists in the new agent." +msgstr "" +"Error al actualizar el módulo SNMP. Id_module existe en el nuevo agente" + +#: ../../include/functions_api.php:2830 +msgid "Error updating snmp module. Id_agent doesn't exist." +msgstr "Error al actualizar el módulo snmp. El id de agente no existe." + +#: ../../include/functions_api.php:2943 +msgid "SNMP module updated." +msgstr "Módulo SNMP actualizado" + +#: ../../include/functions_api.php:2971 +msgid "" +"Error creating network component. Network component name cannot be left " +"blank." +msgstr "" +"Error al crear componente de red. El nombre del componente de red no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:2976 +msgid "" +"Error creating network component. Incorrect value for Network component type " +"field." +msgstr "" +"Error al crear componente de red. Valor incorrecto par el campo de tipo de " +"componente de red." + +#: ../../include/functions_api.php:2981 +msgid "" +"Error creating network component. Network component group cannot be left " +"blank." +msgstr "" +"Error creando componente de red. El grupo del componente de red no puede " +"estar vacio." + +#: ../../include/functions_api.php:3017 +msgid "" +"Error creating network component. This network component already exists." +msgstr "Error creando componente de red. El componente de red ya existe." + +#: ../../include/functions_api.php:3056 +msgid "" +"Error creating plugin component. Plugin component name cannot be left blank." +msgstr "" +"Error creando componente plugin. El nombre del componente plugin no puede " +"estar en blanco." + +#: ../../include/functions_api.php:3061 +msgid "Error creating plugin component. Incorrect value for Id plugin." +msgstr "" +"Error creando componente plugin. Valor incorrecto para el Id del plugin." + +#: ../../include/functions_api.php:3066 +msgid "" +"Error creating plugin component. Plugin component group cannot be left blank." +msgstr "" +"Error creando componente plugin. El grupo del componente plugin no puede " +"estar en blanco." + +#: ../../include/functions_api.php:3106 +msgid "Error creating plugin component. This plugin component already exists." +msgstr "Error creando componente plugin. El componente plugin ya existe." + +#: ../../include/functions_api.php:3144 +msgid "" +"Error creating SNMP component. SNMP component name cannot be left blank." +msgstr "" +"Error creando componente SNMP. El nombre del componente SNMP no puede estar " +"en blanco." + +#: ../../include/functions_api.php:3149 +msgid "" +"Error creating SNMP component. Incorrect value for Snmp component type field." +msgstr "" +"Error creando componente SNMP. Valor incorrecto para el tipo de campo del " +"componente SNMP." + +#: ../../include/functions_api.php:3154 +msgid "" +"Error creating SNMP component. Snmp component group cannot be left blank." +msgstr "" +"Error creando componente SNMP. El grupo del componente SNMP no puede estar " +"en blanco." + +#: ../../include/functions_api.php:3166 +msgid "" +"Error creating SNMP component. snmp3_priv_method doesn't exist. Set it to " +"'AES' or 'DES'. " +msgstr "" +"Error creando componente SNMP. snmp3_priv_method no existe. Cambie a 'AES' o " +"'DES'. " + +#: ../../include/functions_api.php:3175 +msgid "" +"Error creating SNMP component. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" +"Error creando componente SNMP. snmp3_sec_level no existe. Cambie a " +"'authNoPriv' o 'authPriv' o 'noAuthNoPriv'. " + +#: ../../include/functions_api.php:3181 +msgid "" +"Error creating SNMP component. snmp3_auth_method doesn't exist. Set it to " +"'MD5' or 'SHA'. " +msgstr "" +"Error creando componente SNMP. snmp3_auth_method no existe. Cambie a 'MD5' o " +"'SHA'. " + +#: ../../include/functions_api.php:3256 +msgid "Error creating SNMP component. This SNMP component already exists." +msgstr "Error creando componente SNMP. El componente SNMP ya existe." + +#: ../../include/functions_api.php:3293 +msgid "" +"Error creating local component. Local component name cannot be left blank." +msgstr "" +"Error creando componente local. El nombre del componente local no puede " +"estar en blanco." + +#: ../../include/functions_api.php:3299 +msgid "" +"Error creating local component. Local component group cannot be left blank." +msgstr "" +"Error creando componente local. El grupo del componente local no puede estar " +"en blanco." + +#: ../../include/functions_api.php:3323 +msgid "Error creating local component." +msgstr "Error creando componente local." + +#: ../../include/functions_api.php:3329 +msgid "Error creating local component. This local component already exists." +msgstr "Error creando componente local. El componente local ya existe." + +#: ../../include/functions_api.php:3362 +msgid "" +"Error getting module value from all agents. Module name cannot be left blank." +msgstr "" +"Error obteniendo valor del módulo para todos los agentes. El nombre del " +"módulo no puede estar en blanco." + +#: ../../include/functions_api.php:3370 +msgid "Error getting module value from all agents. Module name doesn't exist." +msgstr "" +"Error obteniendo valor del módulo para todos los agentes. El nombre del " +"módulo no existe." + +#: ../../include/functions_api.php:3415 +msgid "Error creating alert template. Template name cannot be left blank." +msgstr "" +"Error creando plantilla de alerta. El nombre de plantilla no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:3487 +msgid "Error creating alert template." +msgstr "Error creando plantilla de alerta" + +#: ../../include/functions_api.php:3518 +msgid "Error updating alert template. Id_template cannot be left blank." +msgstr "" +"Error actualizando plantilla de alerta. Id_template no puede dejarse en " +"blanco." + +#: ../../include/functions_api.php:3526 +msgid "Error updating alert template. Id_template doesn't exist." +msgstr "Error actualizando plantilla de alerta. Id_template no existe." + +#: ../../include/functions_api.php:3552 +msgid "Error updating alert template." +msgstr "Error actualizando plantilla de alerta." + +#: ../../include/functions_api.php:3557 +msgid "Correct updating of alert template" +msgstr "Actualización de plantilla de alerta correcta." + +#: ../../include/functions_api.php:3581 +msgid "Error deleting alert template. Id_template cannot be left blank." +msgstr "" +"Error borrando plantilla de alerta. Id_template no puede dejarse en blanco." + +#: ../../include/functions_api.php:3590 +msgid "Error deleting alert template." +msgstr "Error borrando plantilla de alerta." + +#: ../../include/functions_api.php:3594 +msgid "Correct deleting of alert template." +msgstr "Borrado de plantilla de alerta correcto." + +#: ../../include/functions_api.php:3631 +msgid "Error getting all alert templates." +msgstr "Error obteniendo todas las plantillas de alerta." + +#: ../../include/functions_api.php:3663 +msgid "Error getting alert template. Id_template doesn't exist." +msgstr "Error obteniendo plantilla de alerta. Id_template no existe." + +#: ../../include/functions_api.php:3680 +msgid "Error getting alert template." +msgstr "Error obteniendo plantilla de alerta." + +#: ../../include/functions_api.php:3719 +msgid "Error getting module groups." +msgstr "Error obteniendo grupos de módulo." + +#: ../../include/functions_api.php:3764 +msgid "Error getting plugins." +msgstr "Error obteniendo plugins." + +#: ../../include/functions_api.php:3787 +msgid "Error creating module from network component. Agent doesn't exist." +msgstr "Error creando módulo desde componente de red. El agente no existe." + +#: ../../include/functions_api.php:3794 +#, fuzzy +msgid "" +"Error creating module from network component. Network component doesn't " +"exist." +msgstr "" +"Error creando módulo desde componente de red. El componente de red no existe." + +#: ../../include/functions_api.php:3812 +msgid "Error creating module from network component. Error creating module." +msgstr "Error creando módulo desde componente de red. Error creando módulo." + +#: ../../include/functions_api.php:3839 +msgid "Error assigning module to template. Id_template cannot be left blank." +msgstr "" +"Error asignando módulo a plantilla. Id_template no puede dejarse en blanco." + +#: ../../include/functions_api.php:3845 +msgid "Error assigning module to template. Id_module cannot be left blank." +msgstr "" +"Error asignando módulo a plantilla. Id_module no puede dejarse en blanco." + +#: ../../include/functions_api.php:3851 +msgid "Error assigning module to template. Id_agent cannot be left blank." +msgstr "" +"Error asignando módulo a plantilla. Id_agent no puede dejarse en blanco." + +#: ../../include/functions_api.php:3859 +msgid "Error assigning module to template. Id_template doensn't exists." +msgstr "Error asignando módulo a plantilla. Id_template no existe." + +#: ../../include/functions_api.php:3869 +msgid "Error assigning module to template. Id_agent doesn't exist." +msgstr "Error asignando módulo a plantilla. Id_agent no existe." + +#: ../../include/functions_api.php:3876 +msgid "Error assigning module to template. Id_module doesn't exist." +msgstr "Error asignando módulo a plantilla. Id_module no existe." + +#: ../../include/functions_api.php:3884 +msgid "Error assigning module to template." +msgstr "Error asignando módulo a plantilla." + +#: ../../include/functions_api.php:3910 +msgid "" +"Error deleting module template. Id_module_template cannot be left blank." +msgstr "" +"Error borrando módulo de plantilla. Id_module_template no puede dejarse en " +"blanco." + +#: ../../include/functions_api.php:3917 +msgid "Error deleting module template. Id_module_template doesn't exist." +msgstr "Error borrando módulo de plantilla. Id_module_template no existe." + +#: ../../include/functions_api.php:3925 ../../include/functions_api.php:3984 +msgid "Error deleting module template." +msgstr "Error borrando módulo de plantilla." + +#: ../../include/functions_api.php:3928 ../../include/functions_api.php:3987 +msgid "Correct deleting of module template." +msgstr "Borrado modulo de plantilla correctamente." + +#: ../../include/functions_api.php:4064 +msgid "Error validate all alerts. Failed " +msgstr "Error validando todas las alertas. Fallo " + +#: ../../include/functions_api.php:4067 +msgid "Correct validating of all alerts." +msgstr "Validación de todas las alertas correcta." + +#: ../../include/functions_api.php:4094 +msgid "Error validating all alert policies." +msgstr "Error validando todas las alertas de políticas." + +#: ../../include/functions_api.php:4152 +msgid "Error validate all policy alerts. Failed " +msgstr "Error validando todas las alertas de políticas. Fallo " + +#: ../../include/functions_api.php:4155 +msgid "Correct validating of all policy alerts." +msgstr "Validación de todas las alertas de políticas correcta." + +#: ../../include/functions_api.php:4178 +msgid "Error stopping downtime. Id_downtime cannot be left blank." +msgstr "Error parando downtime. Id_downtime no puede dejarse en blanco." + +#: ../../include/functions_api.php:4194 +msgid "Downtime stopped." +msgstr "Downtime parado." + +#: ../../include/functions_api.php:4509 +#, fuzzy +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:4511 +msgid "and this agents are generate problems: " +msgstr "y estos agentes genera problemas: " + +#: ../../include/functions_api.php:4513 +#, fuzzy +msgid "and this agents with ids are doesn't exists: " +msgstr "y estos agentes con los identificadores no existen: " + +#: ../../include/functions_api.php:4540 +msgid "Error adding agent to policy. Id_policy cannot be left blank." +msgstr "" +"Error añadiendo agente a la política. Id_policy no puede dejarse en blanco." + +#: ../../include/functions_api.php:4545 +msgid "Error adding agent to policy. Id_agent cannot be left blank." +msgstr "" +"Error añadiendo agente a la política. Id_agent no puede dejarse en blanco." + +#: ../../include/functions_api.php:4553 +msgid "Error adding agent to policy. Id_agent doesn't exist." +msgstr "Error añadiendo agente a la política. Id_agente no existe." + +#: ../../include/functions_api.php:4561 +msgid "Error adding agent to policy." +msgstr "Error añadiendo agente a la política." + +#: ../../include/functions_api.php:4569 +msgid "Error adding agent to policy. The agent is already in the policy." +msgstr "" +"Error añadiendo agente a la política. El agente ya existe en la política." + +#: ../../include/functions_api.php:4604 +msgid "Error adding data module to policy. Id_policy cannot be left blank." +msgstr "" +"Error añadiendo móudlo a la política. Id_policy no puede dejarse en blanco." + +#: ../../include/functions_api.php:4609 +msgid "Error adding data module to policy. Module_name cannot be left blank." +msgstr "" +"Error añadiendo módulo de datos a la política. Module_name no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:4617 +msgid "Error adding data module to policy." +msgstr "Error añadiendo módulo de datos a la política." + +#: ../../include/functions_api.php:4653 +msgid "" +"Error adding data module to policy. The module is already in the policy." +msgstr "" +"Error añadiendo módulo de datos a la política. El módulo ya existe en la " +"política." + +#: ../../include/functions_api.php:4693 +msgid "Error updating data module in policy. Id_policy cannot be left blank." +msgstr "" +"Error actualizando módulo de datos en la política. Id_policy no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:4698 +msgid "" +"Error updating data module in policy. Id_policy_module cannot be left blank." +msgstr "" +"Error actualizando módulo de datos en la política. Id_policy_module no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:4706 +msgid "Error updating data module in policy. Module doesn't exist." +msgstr "" +"Error actualizando módulo de datos en la política. El módulo no existe." + +#: ../../include/functions_api.php:4712 +msgid "Error updating data module in policy. Module type is not network type." +msgstr "Error actualizando módulo en política. El tipo de módulo no es de red." + +#: ../../include/functions_api.php:4741 +msgid "Data policy module updated." +msgstr "Módulo de datos de política actualizado." + +#: ../../include/functions_api.php:4770 +msgid "Error adding network module to policy. Id_policy cannot be left blank." +msgstr "" +"Error añadiendo módulos de red a la política. Id_policy no puede dejarse en " +"blanco." + +#: ../../include/functions_api.php:4776 +msgid "" +"Error adding network module to policy. Module_name cannot be left blank." +msgstr "" +"Error añadiendo módulos de red a la política. Module_name no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:4782 +msgid "" +"Error adding network module to policy. Id_module_type is not correct for " +"network modules." +msgstr "" +"Error añadiendo módulos de red a la política. Id_module_type no es correcto " +"para módulos de red." + +#: ../../include/functions_api.php:4792 +msgid "Error adding network module to policy." +msgstr "Error añadiendo módulos de red a la política." + +#: ../../include/functions_api.php:4830 +msgid "" +"Error adding network module to policy. The module is already in the policy." +msgstr "" +"Error añadiendo módulos de red a la política. El módulo ya existe en la " +"política." + +#: ../../include/functions_api.php:4868 +msgid "" +"Error updating network module in policy. Id_policy cannot be left blank." +msgstr "" +"Error actualizando módulo de red en la política. Id_policy no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:4874 +msgid "" +"Error updating network module in policy. Id_policy_module cannot be left " +"blank." +msgstr "" +"Error actualizando módulo de red en la política. Id_policy_module no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:4883 +msgid "Error updating network module in policy. Module doesn't exist." +msgstr "Error actualizando módulo de red en la política. El módulo no existe." + +#: ../../include/functions_api.php:4889 +msgid "" +"Error updating network module in policy. Module type is not network type." +msgstr "" +"Error actualizando módulo de red en la política. El tipo de móudlo no es de " +"red." + +#: ../../include/functions_api.php:4915 +msgid "Network policy module updated." +msgstr "Módulo de red de la política actualizado" + +#: ../../include/functions_api.php:4942 +msgid "Error adding plugin module to policy. Id_policy cannot be left blank." +msgstr "" +"Error añadiendo módulo de plugin a la política. Id_policy no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:4947 +msgid "Error adding plugin module to policy. Module_name cannot be left blank." +msgstr "" +"Error añadiendo módulo de plugin a la política. Module_name no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:4952 +msgid "Error adding plugin module to policy. Id_plugin cannot be left blank." +msgstr "" +"Error añadiendo módulo de plugin a la política. Id_plugin no puede dejarse " +"en blanco." + +#: ../../include/functions_api.php:4960 +msgid "Error adding plugin module to policy." +msgstr "Error añadiendo módulo de plugin a la política." + +#: ../../include/functions_api.php:5003 +msgid "" +"Error adding plugin module to policy. The module is already in the policy." +msgstr "" +"Error añadiendo módulo de plugin a la política. El módulo ya existe en la " +"política." + +#: ../../include/functions_api.php:5042 +msgid "Error updating plugin module in policy. Id_policy cannot be left blank." +msgstr "" +"Error actualizando módulo de plugin en la política. Id_policy no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:5048 +msgid "" +"Error updating plugin module in policy. Id_policy_module cannot be left " +"blank." +msgstr "" +"Error actualizando módulo de plugin en la política. Id_policy_module no " +"puede dejarse en blanco." + +#: ../../include/functions_api.php:5057 +msgid "Error updating plugin module in policy. Module doesn't exist." +msgstr "" +"Error actualizando módulo de plugin en la política. El módulo no existe." + +#: ../../include/functions_api.php:5063 +msgid "" +"Error updating plugin module in policy. Module type is not network type." +msgstr "" +"Error actualizando módulo de plugin en la política. El tipo de módulo no es " +"de tipo red." + +#: ../../include/functions_api.php:5095 +msgid "Plugin policy module updated." +msgstr "Módulo de plugin de la política actualizado." + +#: ../../include/functions_api.php:5270 +msgid "Error adding SNMP module to policy. Id_policy cannot be left blank." +msgstr "" +"Error añadiendo módulo SNMP a la política. Id_policy no puede dejarse en " +"blanco." + +#: ../../include/functions_api.php:5275 +msgid "Error adding SNMP module to policy. Module_name cannot be left blank." +msgstr "" +"Error añadiendo módulo SNMP a la política. Module_name no puede dejarse en " +"blanco." + +#: ../../include/functions_api.php:5283 +msgid "Error adding SNMP module to policy." +msgstr "Error añadiendo módulo SNMP a la política." + +#: ../../include/functions_api.php:5288 +msgid "" +"Error adding SNMP module to policy. Id_module_type is not correct for SNMP " +"modules." +msgstr "" +"Error añadiendo módulo SNMP a la política. Id_module_type no es correcto " +"para módulos SNMP." + +#: ../../include/functions_api.php:5382 +msgid "" +"Error adding SNMP module to policy. The module is already in the policy." +msgstr "" +"Error añadiendo módulo SNMP a la política. El módulo ya existe en la " +"política." + +#: ../../include/functions_api.php:5421 +msgid "Error updating SNMP module in policy. Id_policy cannot be left blank." +msgstr "" +"Error actualizando módulo SNMP de la política. Id_policy no puede dejarse en " +"blanco." + +#: ../../include/functions_api.php:5426 +msgid "" +"Error updating SNMP module in policy. Id_policy_module cannot be left blank." +msgstr "" +"Error actualizando módulo SNMP de la política. Id_policy_module no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:5434 +msgid "Error updating SNMP module in policy. Module doesn't exist." +msgstr "Error actualizando módulo SNMP de la política. El módulo no existe." + +#: ../../include/functions_api.php:5439 +msgid "Error updating SNMP module in policy. Module type is not SNMP type." +msgstr "" +"Error actualizando módulo SNMP de la política. El tipo de módulo no es SNMP." + +#: ../../include/functions_api.php:5449 +msgid "" +"Error updating SNMP module. snmp3_priv_method doesn't exist. Set it to 'AES' " +"or 'DES'. " +msgstr "" +"Error actualizando módulo SNMP. snmp3_priv_method no existe. Cambie a 'AES' " +"o 'DES'. " + +#: ../../include/functions_api.php:5459 +msgid "" +"Error updating SNMP module. snmp3_sec_level doesn't exist. Set it to " +"'authNoPriv' or 'authPriv' or 'noAuthNoPriv'. " +msgstr "" +"Error actualizando módulo SNMP. snmp3_sec_level no existe. Cambie a " +"'authNoPriv' o 'authPriv' o 'noAuthNoPriv'. " + +#: ../../include/functions_api.php:5466 +msgid "" +"Error updating SNMP module. snmp3_auth_method doesn't exist. Set it to 'MD5' " +"or 'SHA'. " +msgstr "" +"Error actualizando módulo SNMP. snmp3_auth_method no existe. Cambie a 'MD5' " +"o 'SHA'. " + +#: ../../include/functions_api.php:5506 +msgid "SNMP policy module updated." +msgstr "Módulo SNMP de la política actualizado." + +#: ../../include/functions_api.php:5529 +msgid "Error applying policy. Id_policy cannot be left blank." +msgstr "Error aplicando política. Id_policy no puede dejarse en blanco." + +#: ../../include/functions_api.php:5542 ../../include/functions_api.php:5567 +msgid "Error applying policy." +msgstr "Error aplicando política." + +#: ../../include/functions_api.php:5554 +msgid "Error applying policy. This policy is already pending to apply." +msgstr "" +"Error aplicando política. Esta política ya está pendiente de ser aplicada." + +#: ../../include/functions_api.php:5612 +msgid "Error applying all policies." +msgstr "Error aplicando todas las políticas." + +#: ../../include/functions_api.php:5664 +msgid "Error in group creation. Group_name cannot be left blank." +msgstr "Error creando grupo. Group_name no puede dejarse en blanco." + +#: ../../include/functions_api.php:5670 +msgid "Error in group creation. Icon_name cannot be left blank." +msgstr "Error creando grupo. Icon_name no puede dejarse en blanco." + +#: ../../include/functions_api.php:5683 ../../include/functions_api.php:5860 +msgid "Error in group creation. Id_parent_group doesn't exist." +msgstr "Error creando grupo. Id_parent_group no existe." + +#: ../../include/functions_api.php:5711 +msgid "Error in group creation." +msgstr "Error creando grupo." + +#: ../../include/functions_api.php:5848 +msgid "Error in netflow filter creation. Filter name cannot be left blank." +msgstr "" +"Error en la creación del filtro netflow.El nombre del filtro no puede " +"dejarse en blanco." + +#: ../../include/functions_api.php:5853 +msgid "Error in netflow filter creation. Group id cannot be left blank." +msgstr "Error en la creación" + +#: ../../include/functions_api.php:5866 +msgid "Error in netflow filter creation. Filter cannot be left blank." +msgstr "" +"Error en la creación del filtro netflow. El filtro no de puede dejar en " +"blanco" + +#: ../../include/functions_api.php:5871 +msgid "Error in netflow filter creation. Aggregate_by cannot be left blank." +msgstr "" +"Error en la creación del filtro netflow. Aggregate_by no se puede dejar en " +"blanco." + +#: ../../include/functions_api.php:5876 +msgid "Error in netflow filter creation. Output_format cannot be left blank." +msgstr "" +"Error en la creación del filtro netflow. Aggregate_by no se puede dejar en " +"blanco." + +#: ../../include/functions_api.php:5894 +msgid "Error in netflow filter creation." +msgstr "Error en la creación del filtro netflow" + +#: ../../include/functions_api.php:6033 +msgid "Create user." +msgstr "crear usuario" + +#: ../../include/functions_api.php:6072 +msgid "Error updating user. Id_user cannot be left blank." +msgstr "Error actualizando ususario. Id_user no puede dejarse en blanco." + +#: ../../include/functions_api.php:6080 +msgid "Error updating user. Id_user doesn't exist." +msgstr "Error actualizando ususario. Id_user no existe." + +#: ../../include/functions_api.php:6096 +msgid "Error updating user. Password info incorrect." +msgstr "Error actualizando ususario. Información de contraseña incorrecta." + +#: ../../include/functions_api.php:6104 +msgid "Updated user." +msgstr "Usuario actualizado." + +#: ../../include/functions_api.php:6135 +msgid "Error enable/disable user. Id_user cannot be left blank." +msgstr "" +"Error habilitar/deshabilitar usuario. Id_user no puede estar en blanco." + +#: ../../include/functions_api.php:6142 +msgid "Error enable/disable user. Enable/disable value cannot be left blank." +msgstr "" +"Error habilitar/deshabilitar usuario.. El valor de habilitar/deshabilitar no " +"puede estar en blanco." + +#: ../../include/functions_api.php:6148 +msgid "Error enable/disable user. The user doesn't exist." +msgstr "Error habilitar/deshabilitar usuario. El usuario no existe." + +#: ../../include/functions_api.php:6157 +msgid "Error in user enabling/disabling." +msgstr "Error habilitado/deshabilitado usuario." + +#: ../../include/functions_api.php:6162 +msgid "Enabled user." +msgstr "Usuario habilitado." + +#: ../../include/functions_api.php:6166 +msgid "Disabled user." +msgstr "Usuario deshabilitado." + +#: ../../include/functions_api.php:7632 +msgid "Delete user." +msgstr "borrar usuario" + +#: ../../include/functions_api.php:7661 +msgid "Add user profile." +msgstr "añadir perfil de usuario" + +#: ../../include/functions_api.php:7694 +msgid "Delete user profile." +msgstr "Borrar perfil de usuario" + +#: ../../include/functions_api.php:7792 +msgid "Correct module disable" +msgstr "Módulo deshabilitado satisfactoriamente" + +#: ../../include/functions_api.php:7795 +msgid "Error disabling module" +msgstr "Error al deshabilitar módulo" + +#: ../../include/functions_api.php:7821 +msgid "Correct module enable" +msgstr "Módulo habilitado satisfactoriamente" + +#: ../../include/functions_api.php:7824 +msgid "Error enabling module" +msgstr "Error al habilitar módulo" + +#: ../../include/functions_api.php:8363 +msgid "Error adding event comment." +msgstr "Error al añadir el comentario en el evento." + +#: ../../include/functions_api.php:8602 +msgid "Error enable/disable agent. Id_agent cannot be left blank." +msgstr "" +"Error habilitar/deshabilitar agente. Id_agent no puede estar en blanco." + +#: ../../include/functions_api.php:8609 +msgid "Error enable/disable agent. Enable/disable value cannot be left blank." +msgstr "" +"Error habilitar/deshabilitar agente. El valor de habilitar/deshabilitar no " +"puede estar en blanco." + +#: ../../include/functions_api.php:8615 +msgid "Error enable/disable agent. The agent doesn't exist." +msgstr "Error habilitar/deshabilitar agente. El agente no existe." + +#: ../../include/functions_api.php:8626 +msgid "Error in agent enabling/disabling." +msgstr "Error al activar/desactivar agentes" + +#: ../../include/functions_api.php:8632 +msgid "Enabled agent." +msgstr "Agente habilitado." + +#: ../../include/functions_api.php:8637 +msgid "Disabled agent." +msgstr "Agente inhabilitado." + +#: ../../include/functions_api.php:8733 +msgid "Error getting special_days." +msgstr "Error al obtener días especiales" + +#: ../../include/functions_api.php:8768 +msgid "Error creating special day. Specified day already exists." +msgstr "Error creando día especial. El día especificado ya existe" + +#: ../../include/functions_api.php:8773 +msgid "Error creating special day. Invalid date format." +msgstr "Error creando día especial. Formato de fecha inválida" + +#: ../../include/functions_api.php:8785 +msgid "Error in creation special day." +msgstr "Error creando día especial" + +#: ../../include/functions_api.php:8818 +msgid "Error updating special day. Id cannot be left blank." +msgstr "" +"Error en la actualización de día especial. El campo ID no puede dejarse vacío" + +#: ../../include/functions_api.php:8825 +msgid "Error updating special day. Id doesn't exist." +msgstr "Error en la actualización de día especial. El ID no existe" + +#: ../../include/functions_api.php:8830 +msgid "Error updating special day. Invalid date format." +msgstr "Error en la actualización de día especial. Formato de fecha inválido" + +#: ../../include/functions_api.php:8864 +msgid "Error deleting special day. Id cannot be left blank." +msgstr "" +"Error en la eliminación de día especial. El campo ID no puede dejarse vacío" + +#: ../../include/functions_api.php:8871 +msgid "Error deleting special day. Id doesn't exist." +msgstr "Error en la eliminación de día especial" + +#: ../../include/functions_api.php:8878 +msgid "Error in deletion special day." +msgstr "Error en la eliminación de día especial" + +#: ../../include/functions_alerts.php:549 +msgid "Max and min" +msgstr "Máx. y mín." + +#: ../../include/functions_alerts.php:552 +msgid "Equal to" +msgstr "Igual a" + +#: ../../include/functions_alerts.php:553 +msgid "Not equal to" +msgstr "Diferente a" + +#: ../../include/functions_alerts.php:556 +msgid "Unknown status" +msgstr "Estado desconocido" + +#: ../../include/functions_alerts.php:557 +msgid "On Change" +msgstr "en estado de cambio" + +#: ../../include/functions_agents.php:664 +msgid "" +"There was an error copying the agent configuration, the copy has been " +"cancelled" +msgstr "" +"Hubo un error al copiar la configuración del agente, se canceló la copia" + +#: ../../include/functions_agents.php:2116 +#: ../../include/functions_agents.php:2141 +#: ../../include/functions_agents.php:2166 +msgid "No Monitors" +msgstr "No hay monitores" + +#: ../../include/functions_agents.php:2120 +#: ../../include/functions_agents.php:2145 +#: ../../include/functions_agents.php:2170 +#: ../../include/functions_reporting.php:7088 +msgid "At least one module in CRITICAL status" +msgstr "Al menos un módulo está en estado CRÍTICO" + +#: ../../include/functions_agents.php:2124 +#: ../../include/functions_agents.php:2149 +#: ../../include/functions_agents.php:2174 +#: ../../include/functions_reporting.php:7092 +msgid "At least one module in WARNING status" +msgstr "Al menos un módulo está en estado ADVERTENCIA" + +#: ../../include/functions_agents.php:2128 +#: ../../include/functions_agents.php:2153 +#: ../../include/functions_agents.php:2178 +#: ../../include/functions_reporting.php:7096 +msgid "At least one module is in UKNOWN status" +msgstr "Al menos un módulo está en estado DESCONOCIDO" + +#: ../../include/functions_agents.php:2132 +#: ../../include/functions_agents.php:2157 +#: ../../include/functions_agents.php:2182 +#: ../../include/functions_reporting.php:7100 +msgid "All Monitors OK" +msgstr "Todos los monitores BIEN" + +#: ../../include/functions_db.php:75 +#, php-format +msgid "Error connecting to database %s at %s." +msgstr "Error conectando a la base de datos %s el %s" + +#: ../../include/functions_db.php:1512 +msgid "SQL sentence" +msgstr "Consulta SQL" + +#: ../../include/functions_db.php:1514 +msgid "Rows" +msgstr "Filas" + +#: ../../include/functions_db.php:1515 +msgid "Saved" +msgstr "Guardado" + +#: ../../include/functions_db.php:1516 +msgid "Time (ms)" +msgstr "Tiempo (ms)" + +#: ../../include/functions_reports.php:499 +#: ../../include/functions_reporting.php:5007 +#: ../../include/functions_reporting.php:5116 +msgid "Simple graph" +msgstr "Gráfica simple" + +#: ../../include/functions_reports.php:501 +#: ../../include/functions_reporting.php:3118 +msgid "Simple baseline graph" +msgstr "Gráfica simple de línea base" + +#: ../../include/functions_reports.php:511 +msgid "SQL vertical bar graph" +msgstr "Gráfica de barra vertical SQL" + +#: ../../include/functions_reports.php:513 +msgid "SQL pie graph" +msgstr "Gráfico circular de SQL" + +#: ../../include/functions_reports.php:515 +msgid "SQL horizonal bar graph" +msgstr "Gráfico de barra horizontal SQL" + +#: ../../include/functions_reports.php:519 +msgid "Automatic combined Graph" +msgstr "Grafica automática combinada" + +#: ../../include/functions_reports.php:524 +#: ../../include/functions_reports.php:526 +#: ../../include/functions_reports.php:528 +#: ../../include/functions_reports.php:530 +msgid "ITIL" +msgstr "I.T.I.L" + +#: ../../include/functions_reports.php:548 +#: ../../include/functions_reports.php:550 +msgid "Forecasting" +msgstr "Predicción" + +#: ../../include/functions_reports.php:551 +msgid "Projection graph" +msgstr "Gráfica de proyección" + +#: ../../include/functions_reports.php:556 +#: ../../include/functions_graph.php:704 +#: ../../include/functions_graph.php:3816 +msgid "Avg. Value" +msgstr "Valor promedio" + +#: ../../include/functions_reports.php:562 +msgid "Monitor report" +msgstr "Informe de monitores" + +#: ../../include/functions_reports.php:564 +msgid "Serialize data" +msgstr "Serializar datos" + +#: ../../include/functions_reports.php:568 +msgid "Historical Data" +msgstr "Datos historicos" + +#: ../../include/functions_reports.php:572 +#: ../../include/functions_reports.php:574 +#: ../../include/functions_reports.php:576 +#: ../../include/functions_reports.php:579 +#: ../../include/functions_reports.php:583 +#: ../../include/functions_reports.php:586 +#: ../../include/functions_reports.php:588 +#: ../../include/functions_reports.php:590 +msgid "Grouped" +msgstr "Agrupado" + +#: ../../include/functions_reports.php:589 +msgid "Network interfaces" +msgstr "Interfaces de red" + +#: ../../include/functions_reports.php:594 +#: ../../include/functions_reports.php:596 +msgid "Text/HTML " +msgstr "Texto/HTML " + +#: ../../include/functions_reports.php:597 +msgid "Import text from URL" +msgstr "Importar texto de una URL" + +#: ../../include/functions_reports.php:602 +msgid "Alert report module" +msgstr "Informe de alertas de un módulo" + +#: ../../include/functions_reports.php:604 +msgid "Alert report agent" +msgstr "Informe de alertas de un agente" + +#: ../../include/functions_reports.php:607 +msgid "Alert report group" +msgstr "Informe de alertas para grupos" + +#: ../../include/functions_reports.php:613 +msgid "Event report agent" +msgstr "Informe de los eventos de un agente" + +#: ../../include/functions_reports.php:615 +msgid "Event report module" +msgstr "Informe de los eventos de un módulo" + +#: ../../include/functions_reports.php:617 +msgid "Event report group" +msgstr "Informe de los eventos de un grupo" + +#: ../../include/functions_reports.php:624 +msgid "Inventory changes" +msgstr "Inventario de cambios" + +#: ../../include/functions_reports.php:632 +#: ../../include/functions_reporting.php:3315 +msgid "Agent configuration" +msgstr "Configuración de agentes" + +#: ../../include/functions_reports.php:634 +#: ../../include/functions_reporting.php:2372 +msgid "Group configuration" +msgstr "Configuración del grupo" + +#: ../../include/functions_reports.php:636 +msgid "Netflow area chart" +msgstr "Gráfica de area de Netflow" + +#: ../../include/functions_reports.php:638 +msgid "Netflow pie chart" +msgstr "Gráfica de tarta de Netflow" + +#: ../../include/functions_reports.php:640 +msgid "Netflow data table" +msgstr "Tabla de datos de Netflow" + +#: ../../include/functions_reports.php:642 +msgid "Netflow statistics table" +msgstr "Tabla de estadísticas Netflow" + +#: ../../include/functions_reports.php:644 +msgid "Netflow summary table" +msgstr "Tabla de resumen Netflow" + +#: ../../include/auth/mysql.php:246 +msgid "" +"Problems with configuration permissions. Please contact with Administrator" +msgstr "" +"Problemas con la configuración de los permisos. Por favor contacte con el " +"administrador" + +#: ../../include/auth/mysql.php:252 +msgid "Your permissions have changed. Please, login again." +msgstr "Sus permisos han cambiado. Por favor vuelva a iniciar sesión." + +#: ../../include/auth/mysql.php:265 +msgid "" +"Ooops User not found in \n" +"\t\t\t\tdatabase or incorrect password" +msgstr "" +"Ooops Usuario no encontrado en \n" +"\t\t\t\tbase de datos o contraseña incorrecta." + +#: ../../include/auth/mysql.php:281 +msgid "Fail the group synchronizing" +msgstr "Fallo en la sincronización de grupos" + +#: ../../include/auth/mysql.php:287 +msgid "Fail the tag synchronizing" +msgstr "Fallo en la sincronización de etiquetas" + +#: ../../include/auth/mysql.php:300 +msgid "" +"User not found in database \n" +"\t\t\t\t\tor incorrect password" +msgstr "" +"Ooops Usuario no encontrado en base de datos \n" +"\t\t\t\to contraseña incorrecta." + +#: ../../include/auth/mysql.php:312 +msgid "User not found in database or incorrect password" +msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" + +#: ../../include/auth/mysql.php:543 +msgid "Could not changes password on remote pandora" +msgstr "No se pudo cambiar la contraseña en el Pandora remoto" + +#: ../../include/auth/mysql.php:580 +msgid "Your installation of PHP does not support LDAP" +msgstr "Su instalación de PHP no soporta LDAP" + +#: ../../include/functions.php:217 +msgid "," +msgstr "," + +#: ../../include/functions.php:439 ../../include/functions.php:573 +msgid "s" +msgstr "s" + +#: ../../include/functions.php:440 ../../include/functions.php:574 +msgid "d" +msgstr "d" + +#: ../../include/functions.php:441 ../../include/functions.php:575 +msgid "M" +msgstr "M" + +#: ../../include/functions.php:442 ../../include/functions.php:576 +msgid "Y" +msgstr "Y" + +#: ../../include/functions.php:443 ../../include/functions.php:577 +msgid "m" +msgstr "m" + +#: ../../include/functions.php:444 ../../include/functions.php:578 +msgid "h" +msgstr "h" + +#: ../../include/functions.php:445 ../../include/functions.php:579 +msgid "N" +msgstr "N" + +#: ../../include/functions.php:865 ../../include/functions.php:1073 +#: ../../include/functions.php:1106 ../../include/functions_incidents.php:34 +#: ../../include/functions_incidents.php:69 +#: ../../include/functions_events.php:1466 +#: ../../include/functions_graph.php:2665 +#: ../../include/functions_graph.php:3155 +#: ../../include/functions_graph.php:3156 +#: ../../include/functions_graph.php:5062 +msgid "Maintenance" +msgstr "Mantenimiento" + +#: ../../include/functions.php:868 ../../include/functions.php:1074 +#: ../../include/functions.php:1109 ../../include/functions_events.php:1469 +#: ../../include/functions_graph.php:3159 +#: ../../include/functions_graph.php:3160 +#: ../../include/functions_graph.php:5065 +msgid "Informational" +msgstr "Informativo" + +#: ../../include/functions.php:880 ../../include/functions.php:1076 +#: ../../include/functions.php:1121 ../../include/functions_graph.php:3167 +#: ../../include/functions_graph.php:3168 +#: ../../include/functions_graph.php:5077 +msgid "Minor" +msgstr "Menor" + +#: ../../include/functions.php:883 ../../include/functions.php:1078 +#: ../../include/functions.php:1124 ../../include/functions_graph.php:3175 +#: ../../include/functions_graph.php:3176 +#: ../../include/functions_graph.php:5080 +msgid "Major" +msgstr "Principal" + +#: ../../include/functions.php:1027 ../../include/functions_events.php:1402 +msgid "Monitor Critical" +msgstr "Monitor en estado crítico" + +#: ../../include/functions.php:1028 ../../include/functions_events.php:1405 +msgid "Monitor Warning" +msgstr "Monitor en estado de aviso" + +#: ../../include/functions.php:1029 ../../include/functions_events.php:1408 +msgid "Monitor Normal" +msgstr "Monitor en estado normal" + +#: ../../include/functions.php:1031 +msgid "Monitor Unknown" +msgstr "Monitor descon." + +#: ../../include/functions.php:1034 ../../include/functions_events.php:1124 +#: ../../include/functions_events.php:1414 +msgid "Alert recovered" +msgstr "Alerta recuperada" + +#: ../../include/functions.php:1035 ../../include/functions_events.php:1159 +#: ../../include/functions_events.php:1417 +msgid "Alert ceased" +msgstr "Alerta finalizada" + +#: ../../include/functions.php:1036 ../../include/functions_events.php:1420 +msgid "Alert manual validation" +msgstr "Validación manual de alerta" + +#: ../../include/functions.php:1038 +msgid "Agent created" +msgstr "Agente creado" + +#: ../../include/functions.php:1039 ../../include/functions_events.php:1423 +msgid "Recon host detected" +msgstr "Equipo de red detectado con Recon" + +#: ../../include/functions.php:1042 ../../include/functions_events.php:1156 +#: ../../include/functions_events.php:1432 +msgid "Configuration change" +msgstr "Cambio de configuración" + +#: ../../include/functions.php:2015 +msgid "custom" +msgstr "personalizado" + +#: ../../include/functions.php:2020 ../../include/functions.php:2021 +#, php-format +msgid "%s minutes" +msgstr "%s minutos" + +#: ../../include/functions.php:2023 ../../include/functions.php:2024 +#, php-format +msgid "%s hours" +msgstr "%s horas" + +#: ../../include/functions.php:2026 ../../include/ajax/module.php:124 +#: ../../include/functions_netflow.php:1090 +msgid "1 week" +msgstr "1 semana" + +#: ../../include/functions.php:2029 ../../include/functions.php:2030 +#, php-format +msgid "%s months" +msgstr "%s meses" + +#: ../../include/functions.php:2032 ../../include/functions.php:2033 +#, php-format +msgid "%s years" +msgstr "%s años" + +#: ../../include/functions.php:2036 +msgid "Default values will be used" +msgstr "Se usarán valores por defecto" + +#: ../../include/functions.php:2196 +msgid "The uploaded file was only partially uploaded" +msgstr "El fichero se ha subido parcialmente" + +#: ../../include/functions.php:2202 +msgid "Missing a temporary folder" +msgstr "El directorio temporal no existe" + +#: ../../include/functions.php:2205 +msgid "Failed to write file to disk" +msgstr "No se pudo escribir el fichero a disco" + +#: ../../include/functions.php:2208 +msgid "File upload stopped by extension" +msgstr "Subida de fichero cancelada por la extensión" + +#: ../../include/functions.php:2212 +msgid "Unknown upload error" +msgstr "Error desconocido al subir el fichero" + +#: ../../include/functions.php:2308 +msgid "Source ID" +msgstr "ID Fuente" + +#: ../../include/functions.php:2315 +msgid "No data found to export" +msgstr "Datos no encontrados para exportar" + +#: ../../include/functions.php:2580 +msgid "15 seconds" +msgstr "15 segundos" + +#: ../../include/functions.php:2585 +msgid "15 minutes" +msgstr "15 minutos" + +#: ../../include/functions.php:2586 ../../include/ajax/module.php:119 +msgid "30 minutes" +msgstr "30 minutos" + +#: ../../include/functions_incidents.php:29 +#: ../../include/functions_incidents.php:54 +#: ../../include/functions_graph.php:2660 +msgid "Informative" +msgstr "Informativo" + +#: ../../include/functions_incidents.php:30 +#: ../../include/functions_incidents.php:57 +#: ../../include/functions_graph.php:2661 +msgid "Low" +msgstr "Bajo" + +#: ../../include/functions_incidents.php:31 +#: ../../include/functions_incidents.php:60 +#: ../../include/functions_graph.php:2662 +msgid "Medium" +msgstr "Medio" + +#: ../../include/functions_incidents.php:32 +#: ../../include/functions_incidents.php:63 +#: ../../include/functions_graph.php:2663 +msgid "Serious" +msgstr "Grave" + +#: ../../include/functions_incidents.php:33 +#: ../../include/functions_incidents.php:66 +#: ../../include/functions_graph.php:2664 +msgid "Very serious" +msgstr "Muy grave" + +#: ../../include/functions_incidents.php:88 +#: ../../include/functions_incidents.php:107 +msgid "Active incidents" +msgstr "Incidentes activos" + +#: ../../include/functions_incidents.php:89 +#: ../../include/functions_incidents.php:110 +msgid "Active incidents, with comments" +msgstr "Incidentes activos, con comentarios" + +#: ../../include/functions_incidents.php:90 +#: ../../include/functions_incidents.php:113 +msgid "Rejected incidents" +msgstr "Incidentes rechazados" + +#: ../../include/functions_incidents.php:91 +#: ../../include/functions_incidents.php:116 +msgid "Expired incidents" +msgstr "Incidentes caducados" + +#: ../../include/functions_incidents.php:92 +#: ../../include/functions_incidents.php:119 +msgid "Closed incidents" +msgstr "Incidentes cerrados" + +#: ../../include/graphs/export_data.php:71 +#: ../../include/graphs/export_data.php:126 +msgid "An error occured exporting the data" +msgstr "Ocurrió un error exportando los datos" + +#: ../../include/graphs/functions_flot.php:235 +msgid "Cancel zoom" +msgstr "Cancelar el zoom" + +#: ../../include/graphs/functions_flot.php:237 +msgid "Warning and Critical thresholds" +msgstr "Umbrales de alerta y critico" + +#: ../../include/graphs/functions_flot.php:240 +msgid "Overview graph" +msgstr "Grafica de vista general" + +#: ../../include/graphs/functions_pchart.php:201 +#: ../../include/graphs/functions_pchart.php:1130 +#, fuzzy +msgid "Actual" +msgstr "Estado actual" + +#: ../../include/functions_html.php:725 +msgid "weeks" +msgstr "semana" + +#: ../../include/functions_html.php:856 +msgid "Month day" +msgstr "Día del mes" + +#: ../../include/functions_html.php:857 ../../include/functions_graph.php:2449 +msgid "Month" +msgstr "Mes" + +#: ../../include/functions_html.php:858 +msgid "Week day" +msgstr "Día de la semana" + +#: ../../include/functions_html.php:2149 +msgid "Type at least two characters to search the module." +msgstr "Escriba al menos dos caracteres para buscar el módulo" + +#: ../../include/functions_tags.php:602 +msgid "Click here to open a popup window with URL tag" +msgstr "Click aquí para abrir una ventana popup con el tag URL" + +#: ../../include/functions_planned_downtimes.php:560 +msgid "Succesful stopped the Downtime" +msgstr "La parada planificada se ha detenido correctamente" + +#: ../../include/functions_planned_downtimes.php:561 +msgid "Unsuccesful stopped the Downtime" +msgstr "La parada planificada no ha podido ser detenida" + +#: ../../include/functions_planned_downtimes.php:660 +#, php-format +msgid "Enabled %s elements from the downtime" +msgstr "Habilitar %s elementos desde la parada" + +#: ../../include/functions_planned_downtimes.php:785 +msgid "This planned downtime are executed now. Can't delete in this moment." +msgstr "" +"Esta parada planificada se está ejecutando. No se puede borrar en este " +"momento." + +#: ../../include/functions_planned_downtimes.php:790 +msgid "Deleted this planned downtime successfully." +msgstr "Parada planificada borrada con éxito" + +#: ../../include/functions_planned_downtimes.php:792 +msgid "Problems for deleted this planned downtime." +msgstr "Problemas al borrar la parada planificada" + +#: ../../include/functions_events.php:1001 +msgid "Events -by module-" +msgstr "Eventos-por módulo-" + +#: ../../include/functions_events.php:1121 +msgid "Going to unknown" +msgstr "Cambiando a estado desconocido" + +#: ../../include/functions_events.php:1127 +msgid "Alert manually validated" +msgstr "Alerta validada manualmente" + +#: ../../include/functions_events.php:1130 +msgid "Going from critical to warning" +msgstr "Cayendo de crítico a advertencia" + +#: ../../include/functions_events.php:1134 +msgid "Going down to critical state" +msgstr "Cayendo a estado crítico" + +#: ../../include/functions_events.php:1138 +msgid "Going up to normal state" +msgstr "Subiendo a estado normal" + +#: ../../include/functions_events.php:1141 +msgid "Going down from normal to warning" +msgstr "Cayendo de normal a advertencia" + +#: ../../include/functions_events.php:1147 +#: ../../include/functions_graph.php:3031 +#: ../../include/functions_graph.php:3082 +msgid "SYSTEM" +msgstr "SISTEMA" + +#: ../../include/functions_events.php:1150 +msgid "Recon server detected a new host" +msgstr "El servidor Recon detectó un equipo nuevo" + +#: ../../include/functions_events.php:1153 +msgid "New agent created" +msgstr "Agente nuevo creado" + +#: ../../include/functions_events.php:1166 +msgid "Unknown type:" +msgstr "Tipo desconocido:" + +#: ../../include/functions_events.php:1503 +#: ../../include/functions_events.php:1524 +msgid "Only new" +msgstr "Solo nuevos" + +#: ../../include/functions_events.php:1505 +#: ../../include/functions_events.php:1530 +msgid "Only in process" +msgstr "Solo en proceso" + +#: ../../include/functions_events.php:1506 +#: ../../include/functions_events.php:1533 +msgid "Only not validated" +msgstr "Solo no validados" + +#: ../../include/functions_events.php:1577 +msgid "Agent address" +msgstr "Dirección del agente" + +#: ../../include/functions_events.php:1578 +msgid "Agent id" +msgstr "Identificacion del agente" + +#: ../../include/functions_events.php:1580 +msgid "Module Agent address" +msgstr "Dirección del módulo de agente" + +#: ../../include/functions_events.php:1672 +msgid "Change owner" +msgstr "Cambiar propietario" + +#: ../../include/functions_events.php:1711 +msgid "Change status" +msgstr "Cambiar estado" + +#: ../../include/functions_events.php:1717 +#: ../../include/functions_events.php:1723 +msgid "In process" +msgstr "En proceso" + +#: ../../include/functions_events.php:1750 +#: ../../include/functions_events.php:2562 +msgid "Add comment" +msgstr "Añadir comentario" + +#: ../../include/functions_events.php:1769 +msgid "Custom responses" +msgstr "Respuesta personalizada" + +#: ../../include/functions_events.php:1971 +msgid "There was an error connecting to the node" +msgstr "Hubo un error conectando al nodo" + +#: ../../include/functions_events.php:2010 +msgid "Agent details" +msgstr "Detalles del agente" + +#: ../../include/functions_events.php:2047 +msgid "View custom fields" +msgstr "Ver campos personalizados" + +#: ../../include/functions_events.php:2059 +msgid "Module details" +msgstr "Detalles del módulo" + +#: ../../include/functions_events.php:2076 +msgid "No assigned" +msgstr "No asignado" + +#: ../../include/functions_events.php:2149 +#: ../../include/functions_events.php:2153 +msgid "Go to data overview" +msgstr "Ir a la vista general de datos" + +#: ../../include/functions_events.php:2296 +#, php-format +msgid "Invalid custom data: %s" +msgstr "Datos personalizados no válidos: %s" + +#: ../../include/functions_events.php:2343 +msgid "First event" +msgstr "Primer evento" + +#: ../../include/functions_events.php:2343 +msgid "Last event" +msgstr "ültimo evento" + +#: ../../include/functions_events.php:2419 +#: ../../mobile/operation/events.php:497 +msgid "Acknowledged by" +msgstr "Admitido por" + +#: ../../include/functions_events.php:2457 +msgid "ID extra" +msgstr "ID extra" + +#: ../../include/functions_events.php:2508 +#: ../../include/functions_events.php:2554 +msgid "There are no comments" +msgstr "No hay comentarios" + +#: ../../include/ajax/visual_console_builder.ajax.php:178 +#: ../../include/functions_graph.php:5044 +msgid "No data to show" +msgstr "No hay datos que mostrar" + +#: ../../include/ajax/update_manager.ajax.php:95 +msgid "Invalid extension. The package must have the extension .oum." +msgstr "Extensión inválida. El paquete debe tener la extensión .oum" + +#: ../../include/ajax/update_manager.ajax.php:102 +msgid "The file was not uploaded succesfully." +msgstr "El fichero no se pudo subir correctamente." + +#: ../../include/ajax/double_auth.ajax.php:146 +msgid "" +"This is the private code that you should use with your authenticator app" +msgstr "" +"Este es la clave privada que debería usar con su aplicación de autenticación" + +#: ../../include/ajax/double_auth.ajax.php:147 +#: ../../include/ajax/double_auth.ajax.php:283 +msgid "" +"You could enter the code manually or use the QR code to add it automatically" +msgstr "" +"Puede introducir el código manualmente o usar el código QR para añadirlo " +"automáticamente" + +#: ../../include/ajax/double_auth.ajax.php:153 +#: ../../include/ajax/double_auth.ajax.php:289 +msgid "QR" +msgstr "QR" + +#: ../../include/ajax/double_auth.ajax.php:189 +msgid "You are about to activate the double authentication" +msgstr "Esta a punto de activar la doble autenticación" + +#: ../../include/ajax/double_auth.ajax.php:190 +msgid "" +"With this option enabled, your account access will be more secure, \n" +"\t\tcause a code generated by other application will be required after the " +"login" +msgstr "" +"Con esta opción habilitada, su acceso a la cuenta será más seguro,\n" +"\t\t porque el código generado por otra aplicación se generará despues de " +"conectarse" + +#: ../../include/ajax/double_auth.ajax.php:194 +msgid "" +"You will need to install the app from the following link before continue" +msgstr "" +"Necesitará instalar la aplicación desde el siguiente link antes de continuar" + +#: ../../include/ajax/double_auth.ajax.php:199 +msgid "Download the app" +msgstr "Descargue la aplicación" + +#: ../../include/ajax/double_auth.ajax.php:203 +#: ../../include/ajax/double_auth.ajax.php:294 +msgid "Continue" +msgstr "Continuar" + +#: ../../include/ajax/double_auth.ajax.php:219 +msgid "Are you installed the app yet?" +msgstr "¿Ya ha instalado la aplicación?" + +#: ../../include/ajax/double_auth.ajax.php:277 +msgid "A private code has been generated" +msgstr "Un código privado ha sido generado" + +#: ../../include/ajax/double_auth.ajax.php:282 +msgid "" +"Before continue, you should create a new entry into the authenticator app" +msgstr "" +"Antes de continuar, debería crear una nueva entrada dentro de la aplicación " +"de autenticación" + +#: ../../include/ajax/double_auth.ajax.php:292 +msgid "Refresh code" +msgstr "Refrescar el código" + +#: ../../include/ajax/double_auth.ajax.php:358 +msgid "Are you introduced the code in the authenticator app yet?" +msgstr "¿ Ya ha introducido el código en la aplicación de autenticación?" + +#: ../../include/ajax/double_auth.ajax.php:420 +msgid "Introduce a code generated by the app" +msgstr "Introduce el código generado por la aplicación" + +#: ../../include/ajax/double_auth.ajax.php:421 +msgid "If the code is valid, the double authentication will be activated" +msgstr "Si el código es válido, la doble autenticación se activará" + +#: ../../include/ajax/double_auth.ajax.php:430 +msgid "Validate code" +msgstr "Validar código" + +#: ../../include/ajax/double_auth.ajax.php:481 +msgid "The code is valid, you can exit now" +msgstr "El código es válido, puede salir ahora" + +#: ../../include/ajax/double_auth.ajax.php:497 +msgid "The code is valid, but it was an error saving the data" +msgstr "El código es válido, pero hubo un error guardando los datos" + +#: ../../include/ajax/events.php:301 +msgid "Agent fields" +msgstr "Campos de agente" + +#: ../../include/ajax/events.php:309 +msgid "Custom data" +msgstr "Datos personalizado" + +#: ../../include/ajax/events.php:377 +msgid "Error adding comment" +msgstr "Error al añadir comentario" + +#: ../../include/ajax/events.php:378 +msgid "Comment added successfully" +msgstr "Comentario añadido con éxito" + +#: ../../include/ajax/events.php:379 +msgid "Error changing event status" +msgstr "Error al cambiar el estado del evento" + +#: ../../include/ajax/events.php:380 +msgid "Event status changed successfully" +msgstr "Estado del evento cambiado con éxito" + +#: ../../include/ajax/events.php:381 +msgid "Error changing event owner" +msgstr "Error al cambiar propietario del evento" + +#: ../../include/ajax/events.php:382 +msgid "Event owner changed successfully" +msgstr "Propietario del evento cambiado con éxito" + +#: ../../include/ajax/module.php:127 ../../include/functions_netflow.php:1060 +msgid "3 months" +msgstr "3 meses" + +#: ../../include/ajax/module.php:130 ../../include/functions_netflow.php:1063 +msgid "2 years" +msgstr "2 años" + +#: ../../include/ajax/module.php:131 +msgid "3 years" +msgstr "3 años" + +#: ../../include/ajax/module.php:1063 +msgid "Any monitors aren't with this filter." +msgstr "No todos los monitores llevan este filtro" + +#: ../../include/ajax/module.php:1066 +msgid "This agent doesn't have any active monitors." +msgstr "Este agente no tiene ningún monitor activo" + +#: ../../include/functions_reporting.php:1169 +msgid "Event Report Group" +msgstr "Evento Grupo del Informe" + +#: ../../include/functions_reporting.php:1345 +msgid "Event Report Module" +msgstr "Evento módulo del Informe" + +#: ../../include/functions_reporting.php:1518 +msgid "Agent/Modules" +msgstr "Agentes / módulos" + +#: ../../include/functions_reporting.php:1607 +msgid "Exception - Everything" +msgstr "Excepción - todo" + +#: ../../include/functions_reporting.php:1612 +#, php-format +msgid "Exception - Modules over or equal to %s" +msgstr "Excepción - Módulos por encima o igual a %s" + +#: ../../include/functions_reporting.php:1614 +#, php-format +msgid "Modules over or equal to %s" +msgstr "Módulos de más de o igual a %s" + +#: ../../include/functions_reporting.php:1618 +#, 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:1620 +#, php-format +msgid "Modules under or equal to %s" +msgstr "Módulos bajo o igual a %s" + +#: ../../include/functions_reporting.php:1624 +#, php-format +msgid "Exception - Modules under %s" +msgstr "Excepción - Módulos por debajo de %s" + +#: ../../include/functions_reporting.php:1626 +#, php-format +msgid "Modules under %s" +msgstr "Módulos bajo %s" + +#: ../../include/functions_reporting.php:1630 +#, php-format +msgid "Exception - Modules over %s" +msgstr "Excepción - Módulos por encima %s" + +#: ../../include/functions_reporting.php:1632 +#, php-format +msgid "Modules over %s" +msgstr "Módulos de más de %s" + +#: ../../include/functions_reporting.php:1636 +#, php-format +msgid "Exception - Equal to %s" +msgstr "Excepción - Igual a %s" + +#: ../../include/functions_reporting.php:1638 +#, php-format +msgid "Equal to %s" +msgstr "Igual a %s" + +#: ../../include/functions_reporting.php:1642 +#, php-format +msgid "Exception - Not equal to %s" +msgstr "Excepción - no igual a %s" + +#: ../../include/functions_reporting.php:1644 +#, php-format +msgid "Not equal to %s" +msgstr "No igual a %s" + +#: ../../include/functions_reporting.php:1648 +msgid "Exception - Modules at normal status" +msgstr "Excepción - Módulos en estado normal" + +#: ../../include/functions_reporting.php:1649 +msgid "Modules at normal status" +msgstr "Módulos en estado normal" + +#: ../../include/functions_reporting.php:1653 +msgid "Exception - Modules at critical or warning status" +msgstr "Excepción - Módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:1654 +msgid "Modules at critical or warning status" +msgstr "Módulos en estado crítico o de advertencia" + +#: ../../include/functions_reporting.php:1839 +msgid "There are no Modules under those conditions." +msgstr "No hay módulos bajo esas condiciones" + +#: ../../include/functions_reporting.php:1842 +#, php-format +msgid "There are no Modules over or equal to %s." +msgstr "No hay módulos mayores o iguales a %s" + +#: ../../include/functions_reporting.php:1845 +#, php-format +msgid "There are no Modules less or equal to %s." +msgstr "No hay módulos menores o igual a %s" + +#: ../../include/functions_reporting.php:1848 +#, php-format +msgid "There are no Modules less %s." +msgstr "No hay módulos menores %s" + +#: ../../include/functions_reporting.php:1851 +#, php-format +msgid "There are no Modules over %s." +msgstr "No hay módulos mayores %s" + +#: ../../include/functions_reporting.php:1854 +#, php-format +msgid "There are no Modules equal to %s" +msgstr "No hay módules iguales a %s" + +#: ../../include/functions_reporting.php:1857 +#, php-format +msgid "There are no Modules not equal to %s" +msgstr "No hay módulos no iguales a %s" + +#: ../../include/functions_reporting.php:1860 +msgid "There are no Modules normal status" +msgstr "No hay módulos en estado normal" + +#: ../../include/functions_reporting.php:1863 +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:2065 +msgid "Event Report Agent" +msgstr "Informe de Eventos de Agentes" + +#: ../../include/functions_reporting.php:2259 +msgid "Database Serialized" +msgstr "Base de datos serializada" + +#: ../../include/functions_reporting.php:2448 +msgid "Network interfaces report" +msgstr "Informe de las interfaces de red" + +#: ../../include/functions_reporting.php:2467 +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:2517 +msgid "bytes/s" +msgstr "bytes/s" + +#: ../../include/functions_reporting.php:2546 +msgid "Alert Report Group" +msgstr "Grupo de informe de alerta" + +#: ../../include/functions_reporting.php:2668 +msgid "Alert Report Agent" +msgstr "Agente informe de alerta" + +#: ../../include/functions_reporting.php:2776 +msgid "Alert Report Module" +msgstr "Módulo informe de alerta" + +#: ../../include/functions_reporting.php:2911 +msgid "SQL Graph Vertical Bars" +msgstr "Barras de gráficas verticales SQL" + +#: ../../include/functions_reporting.php:2914 +msgid "SQL Graph Horizontal Bars" +msgstr "Barras de gráficas horizontales SQL" + +#: ../../include/functions_reporting.php:2917 +msgid "SQL Graph Pie" +msgstr "Gráfica SQL circular" + +#: ../../include/functions_reporting.php:3043 +msgid "Netflow Area" +msgstr "Área de netflow" + +#: ../../include/functions_reporting.php:3046 +msgid "Netflow Pie" +msgstr "Tarta Netflow" + +#: ../../include/functions_reporting.php:3049 +msgid "Netflow Data" +msgstr "Datos de netflow" + +#: ../../include/functions_reporting.php:3052 +msgid "Netflow Statistics" +msgstr "Estadísticas de netflow" + +#: ../../include/functions_reporting.php:3055 +msgid "Netflow Summary" +msgstr "Resumen de netflow" + +#: ../../include/functions_reporting.php:3179 +msgid "Prediction Date" +msgstr "Fecha de predicción." + +#: ../../include/functions_reporting.php:3710 +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 "" +"Consulta ilegal: Debido a restricciones de seguridad, hay algunos símbolos o " +"palabras que usted no puede utilizar: * , delete, drop, alter, modify, " +"union, password, pass, insert o update." + +#: ../../include/functions_reporting.php:4516 +msgid "No Address" +msgstr "Sin dirección" + +#: ../../include/functions_reporting.php:4931 +msgid "Minimal" +msgstr "Mínimo" + +#: ../../include/functions_reporting.php:4934 +msgid "Maximun" +msgstr "Máximo" + +#: ../../include/functions_reporting.php:5500 +#: ../../include/functions_reporting.php:5614 +#: ../../include/functions_reporting.php:5743 +msgid "Maximum of events shown" +msgstr "Máximo número de eventos mostrados" + +#: ../../include/functions_reporting.php:6105 +#: ../../include/functions_reporting.php:6142 +msgid "Server health" +msgstr "Salud del servidor" + +#: ../../include/functions_reporting.php:6105 +#, php-format +msgid "%d Downed servers" +msgstr "%d Servidores caidos" + +#: ../../include/functions_reporting.php:6113 +#: ../../include/functions_reporting.php:6145 +msgid "Monitor health" +msgstr "Estado de los monitores" + +#: ../../include/functions_reporting.php:6113 +#, php-format +msgid "%d Not Normal monitors" +msgstr "%d Monitores fuera de la normalidad" + +#: ../../include/functions_reporting.php:6115 +#: ../../include/functions_reporting.php:6146 +msgid "of monitors up" +msgstr "de monitores funcionando" + +#: ../../include/functions_reporting.php:6121 +#: ../../include/functions_reporting.php:6148 +msgid "Module sanity" +msgstr "Estado de los módulos" + +#: ../../include/functions_reporting.php:6121 +#, php-format +msgid "%d Not inited monitors" +msgstr "%d Monitores sin iniciar" + +#: ../../include/functions_reporting.php:6123 +#: ../../include/functions_reporting.php:6149 +msgid "of total modules inited" +msgstr "del total de módulos inic." + +#: ../../include/functions_reporting.php:6129 +#: ../../include/functions_reporting.php:6151 +#: ../../include/functions_reporting_html.php:2016 +msgid "Alert level" +msgstr "Nivel de alerta" + +#: ../../include/functions_reporting.php:6129 +#: ../../include/functions_reporting.php:7148 +#: ../../include/functions_reporting.php:7157 +#, php-format +msgid "%d Fired alerts" +msgstr "%d Alertas lanzadas" + +#: ../../include/functions_reporting.php:6131 +#: ../../include/functions_reporting.php:6152 +msgid "of defined alerts not fired" +msgstr "de alertas definidas no disparadas" + +#: ../../include/functions_reporting.php:6211 +msgid "Defined and fired alerts" +msgstr "Alertas definidas y lanzadas" + +#: ../../include/functions_reporting.php:6277 +msgid "Monitor normal" +msgstr "Monitor normal" + +#: ../../include/functions_reporting.php:6281 +msgid "Monitor unknown" +msgstr "Monitor desconocido" + +#: ../../include/functions_reporting.php:6288 +msgid "Monitor not init" +msgstr "Monitor no iniciado" + +#: ../../include/functions_reporting.php:6312 +#: ../../include/functions_reporting.php:6323 +msgid "Monitors by status" +msgstr "Monitores por estatus" + +#: ../../include/functions_reporting.php:6388 +#: ../../include/functions_reporting_html.php:2730 +msgid "Total agents and monitors" +msgstr "Total de agentes y monitores" + +#: ../../include/functions_reporting.php:6411 +msgid "Defined users" +msgstr "Usuarios definidos" + +#: ../../include/functions_reporting.php:7049 +msgid "Agent without data" +msgstr "Agente sin datos" + +#: ../../include/functions_reporting.php:7136 +#: ../../include/functions_reporting.php:7143 +#, php-format +msgid "%d Total modules" +msgstr "%d Módulos totales" + +#: ../../include/functions_reporting.php:7137 +#: ../../include/functions_reporting.php:7144 +#, php-format +msgid "%d Normal modules" +msgstr "%d Módulos normales" + +#: ../../include/functions_reporting.php:7138 +#: ../../include/functions_reporting.php:7145 +#, php-format +msgid "%d Critical modules" +msgstr "%d Módulos críticos" + +#: ../../include/functions_reporting.php:7139 +#: ../../include/functions_reporting.php:7146 +#, php-format +msgid "%d Warning modules" +msgstr "%d Módulos en estado de alerta" + +#: ../../include/functions_reporting.php:7140 +#: ../../include/functions_reporting.php:7147 +#, php-format +msgid "%d Unknown modules" +msgstr "%d Módulos desconocidos" + +#: ../../include/functions_reporting.php:7151 +#, php-format +msgid "%d Total agents" +msgstr "%d del total de agentes" + +#: ../../include/functions_reporting.php:7152 +#, php-format +msgid "%d Normal agents" +msgstr "%d Agentes normales" + +#: ../../include/functions_reporting.php:7153 +#, php-format +msgid "%d Critical agents" +msgstr "%d Agentes en estado crítico" + +#: ../../include/functions_reporting.php:7154 +#, php-format +msgid "%d Warning agents" +msgstr "%d Agentes en estado de alerta" + +#: ../../include/functions_reporting.php:7155 +#, php-format +msgid "%d Unknown agents" +msgstr "%d Agentes desconocidos" + +#: ../../include/functions_reporting.php:7156 +#, php-format +msgid "%d not init agents" +msgstr "%d agentes no iniciados" + +#: ../../include/functions_reporting.php:9031 +msgid "Total running modules" +msgstr "Total de módulos en ejecución" + +#: ../../include/functions_reporting.php:9034 +#: ../../include/functions_reporting.php:9050 +#: ../../include/functions_reporting.php:9066 +#: ../../include/functions_reporting.php:9089 +#: ../../include/functions_reporting.php:9108 +#: ../../include/functions_reporting.php:9120 +#: ../../include/functions_reporting.php:9132 +#: ../../include/functions_reporting.php:9148 +msgid "Ratio" +msgstr "Proporción" + +#: ../../include/functions_reporting.php:9034 +#: ../../include/functions_reporting.php:9050 +#: ../../include/functions_reporting.php:9066 +#: ../../include/functions_reporting.php:9089 +#: ../../include/functions_reporting.php:9108 +#: ../../include/functions_reporting.php:9120 +#: ../../include/functions_reporting.php:9132 +#: ../../include/functions_reporting.php:9148 +msgid "Modules by second" +msgstr "Módulos por segundo" + +#: ../../include/functions_reporting.php:9046 +msgid "Local modules" +msgstr "Módulos locales" + +#: ../../include/functions_reporting.php:9057 +msgid "Remote modules" +msgstr "Módulos remotos" + +#: ../../include/functions_reporting.php:9081 +msgid "Network modules" +msgstr "Módulos de red" + +#: ../../include/functions_reporting.php:9104 +msgid "Plugin modules" +msgstr "Módulos de plugin" + +#: ../../include/functions_reporting.php:9116 +msgid "Prediction modules" +msgstr "Módulos de predicciónd" + +#: ../../include/functions_reporting.php:9128 +msgid "WMI modules" +msgstr "Módulos WMI" + +#: ../../include/functions_reporting.php:9140 +msgid "Web modules" +msgstr "Módulos Web" + +#: ../../include/get_file.php:46 +msgid "Security error. Please contact the administrator." +msgstr "Error de seguridad. Contacte con el administrador" + +#: ../../include/get_file.php:56 +msgid "File is missing in disk storage. Please contact the administrator." +msgstr "" +"El archivo no se encuentra en disco, por favor, contacte con el " +"administrador." + +#: ../../include/functions_netflow.php:361 +msgid "Total flows" +msgstr "Fluctuaciones totales" + +#: ../../include/functions_netflow.php:366 +msgid "Total bytes" +msgstr "Bytes totales" + +#: ../../include/functions_netflow.php:371 +msgid "Total packets" +msgstr "Paquetes totales" + +#: ../../include/functions_netflow.php:376 +msgid "Average bits per second" +msgstr "Media de bits por segundo" + +#: ../../include/functions_netflow.php:381 +msgid "Average packets per second" +msgstr "Media de paquetes por segundo" + +#: ../../include/functions_netflow.php:386 +msgid "Average bytes per packet" +msgstr "Media de bytes por paquete" + +#: ../../include/functions_netflow.php:1028 +msgid "Area graph" +msgstr "Gráfica del área" + +#: ../../include/functions_netflow.php:1029 +msgid "Pie graph and Summary table" +msgstr "Gráfica de tarta y tabla resumen" + +#: ../../include/functions_netflow.php:1030 +msgid "Statistics table" +msgstr "Tabla de estadísticas" + +#: ../../include/functions_netflow.php:1032 +msgid "Circular mesh" +msgstr "Malla circular" + +#: ../../include/functions_netflow.php:1033 +#: ../../include/functions_netflow.php:1387 +msgid "Host detailed traffic" +msgstr "Tráfico detallado de la máquina" + +#: ../../include/functions_netflow.php:1046 +#: ../../include/functions_netflow.php:1079 +msgid "10 mins" +msgstr "10 minutos" + +#: ../../include/functions_netflow.php:1047 +#: ../../include/functions_netflow.php:1080 +msgid "15 mins" +msgstr "15 minutos" + +#: ../../include/functions_netflow.php:1048 +#: ../../include/functions_netflow.php:1081 +msgid "30 mins" +msgstr "30 minutos" + +#: ../../include/functions_netflow.php:1055 +#: ../../include/functions_netflow.php:1088 +msgid "5 days" +msgstr "5 días" + +#: ../../include/functions_netflow.php:1062 +msgid "Last year" +msgstr "En el último año" + +#: ../../include/functions_netflow.php:1076 +msgid "1 min" +msgstr "1 minuto" + +#: ../../include/functions_netflow.php:1077 +msgid "2 mins" +msgstr "2 minutos" + +#: ../../include/functions_netflow.php:1078 +msgid "5 mins" +msgstr "5 minutos" + +#: ../../include/functions_netflow.php:1129 +#: ../../include/functions_netflow.php:1139 +#: ../../include/functions_netflow.php:1188 +#: ../../include/functions_netflow.php:1246 +#: ../../include/functions_netflow.php:1252 +#: ../../include/functions_netflow.php:1285 +msgid "Aggregate" +msgstr "Agregar" + +#: ../../include/functions_netflow.php:1358 +msgid "Sent" +msgstr "Enviado" + +#: ../../include/functions_netflow.php:1365 +msgid "Received" +msgstr "Recibido" + +#: ../../include/functions_netflow.php:1432 +msgid "Error generating report" +msgstr "Error al generar el informe" + +#: ../../include/functions_netflow.php:1629 +msgid "MB" +msgstr "MB" + +#: ../../include/functions_netflow.php:1631 +msgid "MB/s" +msgstr "MB/s" + +#: ../../include/functions_netflow.php:1633 +msgid "kB" +msgstr "kB" + +#: ../../include/functions_netflow.php:1635 +msgid "kB/s" +msgstr "kB/s" + +#: ../../include/functions_netflow.php:1639 +msgid "B/s" +msgstr "B/s" + +#: ../../include/functions_netflow.php:1653 +msgid "Dst port" +msgstr "Puerto destino" + +#: ../../include/functions_netflow.php:1655 +msgid "Dst IP" +msgstr "Ip de destino" + +#: ../../include/functions_netflow.php:1659 +msgid "Src IP" +msgstr "IP Orig" + +#: ../../include/functions_netflow.php:1661 +msgid "Src port" +msgstr "Puerto Orig" + +#: ../../include/functions_clippy.php:163 +#: ../../include/functions_clippy.php:168 +msgid "End wizard" +msgstr "Cierra asistente" + +#: ../../include/functions_clippy.php:195 +msgid "Next →" +msgstr "Siguiente →" + +#: ../../include/functions_clippy.php:196 +msgid "← Back" +msgstr "← Anterior" + +#: ../../include/functions_clippy.php:208 +msgid "Do you want to exit the help tour?" +msgstr "¿Quieres salir de la ayuda guiada?" + +#: ../../include/functions_graph.php:706 +msgid "Units. Value" +msgstr "Valor de unidades" + +#: ../../include/functions_graph.php:782 +#: ../../include/functions_graph.php:1754 +#, php-format +msgid "Percentile %dº" +msgstr "Porcentaje %dº" + +#: ../../include/functions_graph.php:1249 +#, fuzzy, php-format +msgid "%s" +msgstr "s" + +#: ../../include/functions_graph.php:1754 +#, fuzzy +msgid " of module " +msgstr "Lista de módulos" + +#: ../../include/functions_graph.php:2000 +msgid "Not fired alerts" +msgstr "No se han lanzado alertas" + +#: ../../include/functions_graph.php:2447 +msgid "Today" +msgstr "Hoy" + +#: ../../include/functions_graph.php:2448 +msgid "Week" +msgstr "Semana" + +#: ../../include/functions_graph.php:2450 +#: ../../include/functions_graph.php:2451 +msgid "Months" +msgstr "Meses" + +#: ../../include/functions_graph.php:2473 +msgid "History db" +msgstr "Base de datos histórico" + +#: ../../include/functions_graph.php:2687 +#: ../../include/functions_graph.php:2699 +msgid "Open incident" +msgstr "Abrir incidente" + +#: ../../include/functions_graph.php:2688 +#: ../../include/functions_graph.php:2701 +msgid "Closed incident" +msgstr "Incidente cerrado" + +#: ../../include/functions_graph.php:2689 +#: ../../include/functions_graph.php:2703 +msgid "Outdated" +msgstr "Obsoleto" + +#: ../../include/functions_graph.php:3817 +msgid "Units" +msgstr "Unidades" + +#: ../../include/functions_graph.php:5414 +msgid "Main node" +msgstr "Nodo principal" + +#: ../../include/functions_ui.php:225 +msgid "Information" +msgstr "Información" + +#: ../../include/functions_ui.php:367 +msgid "Request successfully processed" +msgstr "Petición procesada correctamente" + +#: ../../include/functions_ui.php:370 +msgid "Error processing request" +msgstr "Error al procesar la petición" + +#: ../../include/functions_ui.php:508 +msgid "" +"Is possible that this view uses part of information which your user has not " +"access" +msgstr "" +"Es posible que esta vista utilize parte de la información a la cual su " +"usuario no tenga acceso" + +#: ../../include/functions_ui.php:1015 +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:1020 +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:1614 ../../include/functions_ui.php:1648 +#, php-format +msgid "Total items: %s" +msgstr "Total de elementos %s" + +#: ../../include/functions_ui.php:1955 +msgid "Unknown type" +msgstr "Tipo desconocido" + +#: ../../include/functions_ui.php:2760 +msgid "Type at least two characters to search." +msgstr "Escriba al menos dos caracteres para buscar." + +#: ../../include/functions_ui.php:3547 +msgid "Problem with Pandora FMS database" +msgstr "Problema con la base de datos de Pandora FMS" + +#: ../../include/functions_ui.php:3548 +#, fuzzy +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 "" +"No se puede conectar a la base de datos, por favor, compruebe la " +"confguración de su base de datos en
include/config.php
file.

\n" +"\t\t\tProbablemente los valores de su BD, hostname, usuario o contraseña son " +"incorrectos o \n" +"\t\t\t la base de datos no se está ejecutando." + +#: ../../include/functions_ui.php:3552 +msgid "DB ERROR" +msgstr "ERROR de la BD" + +#: ../../include/functions_ui.php:3558 +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 "" +"Si usted ha modificado el sistema de autenticación, este problema puede ser " +"porque Pandora no puede anular las variables de autorización de la base de " +"datos de configuración. Quítelas de su base de datos " +"ejecutando
DELETE FROM tconfig WHERE token = \"auth\";
" + +#: ../../include/functions_ui.php:3562 +msgid "Empty configuration table" +msgstr "Tabla de configuración vacía" + +#: ../../include/functions_ui.php:3563 +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 "" +"No se pueden cargar las variables de configuración de la base de datos. Por " +"favor, compruebe la configuración de su base de datos en el\n" +"\t\t\tinclude/config.php file.

\n" +"\t\t\tLo más probable es que el esquema de su base de datos haya sido creada " +"pero no hay datos dentro, tiene un problema con los credenciales o su " +"esquema está fuera de fecha\n" +"\t\t\t

La consola de Pandora FMS no puede encontrar include/config." +"php or this file has invalid\n" +"\t\t\tpermisos y el servidor HTTP no puede leerlo. Por favor, lea la " +"documentación para solucionar este problema.
" + +#: ../../include/functions_ui.php:3570 +msgid "No configuration file found" +msgstr "No se ha encontrado el fichero de configuración" + +#: ../../include/functions_ui.php:3571 +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 "" +"La consola de Pandora FMS no puede encontrar include/config.php o " +"este archivo tiene permisos\n" +"\t\t\tno válidos y el servidor HTTP no puede leerlo. Por favor, lea la " +"documentación para solucionar este problema." + +#: ../../include/functions_ui.php:3582 +#, php-format +msgid "You may try to run the %sinstallation wizard%s to create one." +msgstr "" +"Puede intentar correr el %sinstallation wizard%s para crear uno." + +#: ../../include/functions_ui.php:3585 +msgid "Installer active" +msgstr "Instalador activo" + +#: ../../include/functions_ui.php:3586 +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 "" +"Por razones de seguridad no podrá operar con normalidad gasta que elimine el " +"archivo de instalación\n" +"\t\t\tPor favor, elimine el archivo ./install.php antes de ejecutar " +"la consola de Pandora FMS." + +#: ../../include/functions_ui.php:3590 +msgid "Bad permission for include/config.php" +msgstr "Permiso incorrecto para include/config.php" + +#: ../../include/functions_ui.php:3591 +#, fuzzy +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 "" +"Por razones de reguridad, config.phpdebe tener permisos restrictivos, " +"y \"otros\" usuarios \n" +"\t\t\tno deberían poder leerlo o escribir sobre él. Este archivo debería ser " +"únicamente editado por el propietario \n" +"\t\t\t(usually www-data or http daemon user), las operaciones normales no se " +"podrán producer hasta que cambie \n" +"\t\t\tlos permisos del include/config.php archivo. Por favor, hágalo. " +"Es por su seguridad." + +#: ../../include/functions_menu.php:470 +msgid "Configure user" +msgstr "Configurar usuario" + +#: ../../include/functions_menu.php:471 +msgid "Configure profile" +msgstr "Configurar perfil" + +#: ../../include/functions_menu.php:475 +msgid "Module templates management" +msgstr "Gestión de plantillas de módulos" + +#: ../../include/functions_menu.php:476 +msgid "Inventory modules management" +msgstr "Gestión de módulos de inventario" + +#: ../../include/functions_menu.php:481 +msgid "View agent" +msgstr "Ver agente" + +#: ../../include/functions_menu.php:485 +msgid "Manage network map" +msgstr "Gestión de mapas de red" + +#: ../../include/functions_menu.php:487 +#, fuzzy +msgid "Builder visual console" +msgstr "Ver consola visual" + +#: ../../include/functions_menu.php:489 +#, fuzzy +msgid "Administration events" +msgstr "Vista de administración" + +#: ../../include/functions_menu.php:491 +msgid "View reporting" +msgstr "Ver informes" + +#: ../../include/functions_menu.php:492 +msgid "Manage custom graphs" +msgstr "Gestionar graficas personalizadas" + +#: ../../include/functions_menu.php:493 +msgid "Copy dashboard" +msgstr "Copiar dashboard" + +#: ../../include/functions_menu.php:496 +msgid "Manage GIS Maps" +msgstr "Gestionar mapas GIS" + +#: ../../include/functions_menu.php:498 +msgid "Incidents statistics" +msgstr "Estadísticas incidentes" + +#: ../../include/functions_menu.php:499 +msgid "Manage messages" +msgstr "Gestionar mensajes" + +#: ../../include/functions_menu.php:501 +msgid "Manage groups" +msgstr "Gestionar grupos" + +#: ../../include/functions_menu.php:502 +msgid "Manage module groups" +msgstr "Gestionar grupos de módulos" + +#: ../../include/functions_menu.php:503 +msgid "Manage custom field" +msgstr "Gestionar campos personalizados" + +#: ../../include/functions_menu.php:505 +msgid "Manage alert actions" +msgstr "Gestionar acciones de alertas" + +#: ../../include/functions_menu.php:506 +msgid "Manage commands" +msgstr "Gestionar comandos" + +#: ../../include/functions_menu.php:507 +msgid "Manage event alerts" +msgstr "Gestionar eventos de alertas" + +#: ../../include/functions_menu.php:509 +msgid "Manage export targets" +msgstr "Gestionar objetivos de exportación" + +#: ../../include/functions_menu.php:511 +msgid "Manage services" +msgstr "Gestión de servicios" + +#: ../../include/functions_menu.php:519 +msgid "Manage incident" +msgstr "Gestionar incidentes" + +#: ../../include/functions_menu.php:571 +msgid "Administration" +msgstr "Administración" + +#: ../../include/class/Tree.class.php:1480 +msgid "NO DATA" +msgstr "SIN DATOS" + +#: ../../include/functions_reporting_html.php:93 +#, fuzzy +msgid "Label: " +msgstr "Etiqueta" + +#: ../../include/functions_reporting_html.php:625 +msgid "Events by Severity" +msgstr "Eventos por gravedad" + +#: ../../include/functions_reporting_html.php:1084 +#: ../../include/functions_reporting_html.php:2526 +msgid "Monitors" +msgstr "Monitores" + +#: ../../include/functions_reporting_html.php:1320 +#, php-format +msgid "Agent '%s'" +msgstr "Agente '%s'" + +#: ../../include/functions_reporting_html.php:1334 +#, php-format +msgid "Interface '%s' throughput graph" +msgstr "Interfaz '%s' gráfico de rendimiento" + +#: ../../include/functions_reporting_html.php:1337 +msgid "Mac" +msgstr "Mac" + +#: ../../include/functions_reporting_html.php:1338 +msgid "Actual status" +msgstr "Estado actual" + +#: ../../include/functions_reporting_html.php:1566 +msgid "Empty modules" +msgstr "Módulos vacíos" + +#: ../../include/functions_reporting_html.php:1573 +msgid "Warning
Critical" +msgstr "Warning
Critical" + +#: ../../include/functions_reporting_html.php:1796 +#, fuzzy +msgid "Agent max value" +msgstr "Valor máximo SLA" + +#: ../../include/functions_reporting_html.php:1799 +msgid "Agent min" +msgstr "Minimo agente" + +#: ../../include/functions_reporting_html.php:1800 +#, fuzzy +msgid "Agent min Value" +msgstr "Valor mínimo de SLA" + +#: ../../include/functions_reporting_html.php:2185 +msgid "Alerts not fired" +msgstr "Alertas no disparadas" + +#: ../../include/functions_reporting_html.php:2194 +msgid "Total alerts monitored" +msgstr "Alertas totales monitorizadas" + +#: ../../include/functions_reporting_html.php:2245 +msgid "Total monitors" +msgstr "Total de monitores" + +#: ../../include/functions_reporting_html.php:2246 +msgid "Monitors down on period" +msgstr "Monitores inactivos en un periodo" + +#: ../../include/functions_reporting_html.php:2262 +msgid "Monitors OK" +msgstr "Monitores en buen estado" + +#: ../../include/functions_reporting_html.php:2263 +msgid "Monitors BAD" +msgstr "Monitores en mal estado" + +#: ../../include/functions_reporting_html.php:2337 +#, php-format +msgid "Agents in group: %s" +msgstr "Agentes en el grupo: %s" + +#: ../../include/functions_reporting_html.php:2430 +msgid "Last failure" +msgstr "Último fallo" + +#: ../../include/functions_reporting_html.php:2494 +msgid "N/A(*)" +msgstr "N/A(*)" + +#: ../../include/functions_reporting_html.php:2668 +#: ../../mobile/operation/groups.php:133 +msgid "Agents critical" +msgstr "Agentes críticos" + +#: ../../include/functions_reporting_html.php:2671 +msgid "Agents warning" +msgstr "Agentes warning" + +#: ../../include/functions_reporting_html.php:2677 +msgid "Agents ok" +msgstr "Agentes ok" + +#: ../../include/functions_reporting_html.php:2680 +#: ../../include/functions_groups.php:794 +#: ../../include/functions_groups.php:796 +#: ../../include/functions_groups.php:798 +#: ../../include/functions_groups.php:799 +#: ../../include/functions_groups.php:800 +#: ../../mobile/operation/groups.php:137 +msgid "Agents unknown" +msgstr "agentes desconocidos" + +#: ../../include/functions_reporting_html.php:2686 +#: ../../mobile/operation/groups.php:129 +msgid "Agents not init" +msgstr "Agentes no inicializados" + +#: ../../include/functions_reporting_html.php:2697 +#: ../../include/functions_reporting_html.php:2706 +msgid "Agents by status" +msgstr "Agentes por estado" + +#: ../../include/functions_reporting_html.php:2750 +#: ../../include/functions_reporting_html.php:2759 +msgid "Node overview" +msgstr "Resumen de nodos" + +#: ../../include/functions_reporting_html.php:2781 +#: ../../include/functions_reporting_html.php:2798 +msgid "Warning events" +msgstr "Eventos en advertencia" + +#: ../../include/functions_reporting_html.php:2785 +#: ../../include/functions_reporting_html.php:2802 +msgid "OK events" +msgstr "Eventos OK" + +#: ../../include/functions_reporting_html.php:2789 +#: ../../include/functions_reporting_html.php:2806 +msgid "Unknown events" +msgstr "Eventos desconocidos" + +#: ../../include/functions_reporting_html.php:2829 +msgid "Important Events by Criticity" +msgstr "Eventos importantes por criticidad" + +#: ../../include/functions_reporting_html.php:2855 +msgid "Last activity in Pandora FMS console" +msgstr "Última actividad en la consola de Pandora FMS" + +#: ../../include/functions_reporting_html.php:2931 +msgid "Events info (1hr.)" +msgstr "Información de Eventos (1hr.)" + +#: ../../include/functions_filemanager.php:172 +#: ../../include/functions_filemanager.php:242 +#: ../../include/functions_filemanager.php:300 +#: ../../include/functions_filemanager.php:382 +msgid "Security error" +msgstr "Error de seguridad" + +#: ../../include/functions_filemanager.php:185 +msgid "Upload error" +msgstr "Error de subida" + +#: ../../include/functions_filemanager.php:193 +#: ../../include/functions_filemanager.php:261 +#: ../../include/functions_filemanager.php:326 +msgid "Upload correct" +msgstr "Subida correcta" + +#: ../../include/functions_filemanager.php:206 +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, compruebe su " +"configuración php.ini o contacte con el administrador" + +#: ../../include/functions_filemanager.php:254 +msgid "Error creating file" +msgstr "Error al crear fichero" + +#: ../../include/functions_filemanager.php:267 +#: ../../include/functions_filemanager.php:362 +msgid "Error creating file with empty name" +msgstr "Error al crear archivo con nombre en blanco" + +#: ../../include/functions_filemanager.php:312 +msgid "Attach error" +msgstr "Error en el adjunto" + +#: ../../include/functions_filemanager.php:357 +msgid "Directory created" +msgstr "Directorio creado" + +#: ../../include/functions_filemanager.php:550 +#, php-format +msgid "Directory %s doesn't exist!" +msgstr "El directorio %s no existe" + +#: ../../include/functions_filemanager.php:565 +msgid "Index of images" +msgstr "Índice de imágenes" + +#: ../../include/functions_filemanager.php:603 +msgid "Parent directory" +msgstr "Directorio padre" + +#: ../../include/functions_filemanager.php:632 +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:636 +msgid "Decompress" +msgstr "Descomprimir" + +#: ../../include/functions_filemanager.php:679 +msgid "Directory" +msgstr "Directorio" + +#: ../../include/functions_filemanager.php:685 +msgid "Compressed file" +msgstr "Archivo comprimido" + +#: ../../include/functions_filemanager.php:688 +#: ../../include/functions_filemanager.php:695 +msgid "Text file" +msgstr "Fichero de texto" + +#: ../../include/functions_filemanager.php:785 +msgid "Create directory" +msgstr "Crear directorio" + +#: ../../include/functions_filemanager.php:790 +msgid "Create text" +msgstr "Crear texto" + +#: ../../include/functions_filemanager.php:795 +msgid "Upload file/s" +msgstr "Subir archivo/s" + +#: ../../include/functions_filemanager.php:802 +msgid "The directory is read-only" +msgstr "Este directorio es de solo lectura" + +#: ../../include/functions_visual_map_editor.php:57 +msgid "" +"To use 'label'field, you should write\n" +"\t\t\t\t\ta text to replace '(_VALUE_)' and the value of the module will be " +"printed at the end." +msgstr "" +"Para usar el campo \"etiqueta\", debe escribir\n" +"\t\t\t\t\tun teto para reemplazar '(_VALUE_)' y el valor del módulo se " +"pintará al final." + +#: ../../include/functions_visual_map_editor.php:95 +#: ../../include/functions_visual_map_editor.php:119 +msgid "Border color" +msgstr "Color del borde" + +#: ../../include/functions_visual_map_editor.php:131 +msgid "Border width" +msgstr "Ancho del borde" + +#: ../../include/functions_visual_map_editor.php:140 +msgid "Fill color" +msgstr "Color de relleno" + +#: ../../include/functions_visual_map_editor.php:198 +msgid "Enable link" +msgstr "Activar enlace" + +#: ../../include/functions_visual_map_editor.php:219 +msgid "White" +msgstr "Blanco" + +#: ../../include/functions_visual_map_editor.php:220 +msgid "Black" +msgstr "Netro" + +#: ../../include/functions_visual_map_editor.php:221 +msgid "Transparent" +msgstr "Transparente" + +#: ../../include/functions_visual_map_editor.php:345 +msgid "Original Size" +msgstr "Tamaño original" + +#: ../../include/functions_visual_map_editor.php:352 +msgid "Aspect ratio" +msgstr "Relación de aspecto" + +#: ../../include/functions_visual_map_editor.php:353 +msgid "Width proportional" +msgstr "Ancho proporcional" + +#: ../../include/functions_visual_map_editor.php:359 +msgid "Height proportional" +msgstr "Altura proporcional" + +#: ../../include/functions_visual_map_editor.php:489 +msgid "For use the original image file size, set 0 width and 0 height." +msgstr "" +"Para usar el tamaño original de la imagen, coloque en 0 el ancho y en 0 el " +"alto." + +#: ../../include/functions_visual_map_editor.php:525 +msgid "Lines haven't advanced options" +msgstr "Las líneas no tienen opciones avanzadas" + +#: ../../include/functions_visual_map_editor.php:552 +msgid "Click start point
of the line" +msgstr "Haga clic en el punto de inicio
de la línea" + +#: ../../include/functions_visual_map_editor.php:557 +msgid "Click end point
of the line" +msgstr "Haga clic en el punto final
de la línea" + +#: ../../include/functions_visual_map_editor.php:598 +msgid "Show grid" +msgstr "Mostrar cuadrícula" + +#: ../../include/functions_visual_map_editor.php:600 +msgid "Delete item" +msgstr "Borrar elemento" + +#: ../../include/functions_visual_map_editor.php:601 +msgid "Copy item" +msgstr "Copiar elemento" + +#: ../../include/functions_visual_map_editor.php:629 +msgid "No image or name defined." +msgstr "No se ha definido ningun nombre o imagen" + +#: ../../include/functions_visual_map_editor.php:631 +msgid "No label defined." +msgstr "No se ha definido una etiqueta." + +#: ../../include/functions_visual_map_editor.php:633 +msgid "No image defined." +msgstr "No se ha definido ninguna imagen." + +#: ../../include/functions_visual_map_editor.php:635 +msgid "No process defined." +msgstr "No hay proceso definido." + +#: ../../include/functions_visual_map_editor.php:637 +msgid "No Max value defined." +msgstr "No hay valor máximo definido." + +#: ../../include/functions_visual_map_editor.php:639 +msgid "No width defined." +msgstr "No hay margen definido." + +#: ../../include/functions_visual_map_editor.php:641 +msgid "No period defined." +msgstr "No hay periodo definido." + +#: ../../include/functions_visual_map_editor.php:643 +msgid "No agent defined." +msgstr "No hay agente definido." + +#: ../../include/functions_visual_map_editor.php:645 +msgid "No module defined." +msgstr "No hay módulo definido." + +#: ../../include/functions_visual_map_editor.php:648 +msgid "Successfully save the changes." +msgstr "Cambios guardados con éxito" + +#: ../../include/functions_visual_map_editor.php:650 +msgid "Could not be save" +msgstr "No se puede guardar" + +#: ../../include/functions_update_manager.php:202 +msgid "There is a unknown error." +msgstr "Hay un error desconocido." + +#: ../../include/functions_update_manager.php:472 +#: ../../include/functions_update_manager.php:502 +msgid "Remote server error on newsletter request" +msgstr "" + +#: ../../include/functions_update_manager.php:480 +#, fuzzy +msgid "E-mail successfully subscribed to newsletter." +msgstr "El campo se ha borrado correctamente" + +#: ../../include/functions_update_manager.php:482 +msgid "E-mail has already subscribed to newsletter." +msgstr "" + +#: ../../include/functions_update_manager.php:484 +#: ../../include/functions_update_manager.php:524 +#, fuzzy +msgid "Update manager returns error code: " +msgstr "Configuración gestor de actualizaciones" + +#: ../../include/functions_update_manager.php:519 +msgid "Pandora successfully subscribed with UID: " +msgstr "" + +#: ../../include/functions_update_manager.php:521 +#, fuzzy +msgid "Unsuccessful subscription." +msgstr "No se pudo completar la acción" + +#: ../../include/functions_update_manager.php:654 +msgid "Failed extracting the package to temp directory." +msgstr "Fallo al extraer el paquete al directorio temporal" + +#: ../../include/functions_update_manager.php:683 +msgid "Failed the copying of the files." +msgstr "Fallo copiando los ficheros" + +#: ../../include/functions_update_manager.php:699 +msgid "Package extracted successfully." +msgstr "Paquete extraído correctamente" + +#: ../../include/functions_config.php:94 +msgid "Failed updated: User did not login." +msgstr "Fallo de actualización: el usuario no se dio de alta" + +#: ../../include/functions_config.php:102 +msgid "Failed updated: User is not admin." +msgstr "Fallo de actualización:el usuario no es administrador" + +#: ../../include/functions_config.php:140 +#, fuzzy +msgid "SSL cert path" +msgstr "Ruta Traceroute" + +#: ../../include/functions_config.php:144 +#, fuzzy +msgid "Use cert." +msgstr "Comentario de usuario" + +#: ../../include/functions_config.php:184 +msgid "License information" +msgstr "Información sobre la licencia" + +#: ../../include/functions_config.php:204 +msgid "Identification_reminder" +msgstr "" + +#: ../../include/functions_config.php:206 +#, fuzzy +msgid "Include_agents" +msgstr "Incidentes" + +#: ../../include/functions_config.php:208 +#, fuzzy +msgid "Audit log directory" +msgstr "Directorio de logs del servidor" + +#: ../../include/functions_config.php:233 +msgid "Replication DB engine" +msgstr "Motor BD replicación" + +#: ../../include/functions_config.php:235 +msgid "Replication DB host" +msgstr "Host de la BD de réplica" + +#: ../../include/functions_config.php:237 +msgid "Replication DB database" +msgstr "Nombre de la BD de réplica" + +#: ../../include/functions_config.php:239 +msgid "Replication DB user" +msgstr "Usuario de la BD de réplica" + +#: ../../include/functions_config.php:241 +msgid "Replication DB password" +msgstr "Password de la BD de réplica" + +#: ../../include/functions_config.php:243 +msgid "Replication DB port" +msgstr "Puerto de la BD de réplica" + +#: ../../include/functions_config.php:357 +#, fuzzy +msgid "Saml path" +msgstr "Ruta Nmap" + +#: ../../include/functions_config.php:387 +#, fuzzy +msgid "Max. days before autodisable deletion" +msgstr "Nº max. de días antes de borrar eventos" + +#: ../../include/functions_config.php:389 +msgid "Item limit for realtime reports)" +msgstr "" + +#: ../../include/functions_config.php:405 +msgid "Big Operatiopn Step to purge old data" +msgstr "" + +#: ../../include/functions_config.php:455 +msgid "Show QR code header" +msgstr "Mostrar código QR en la cabecera" + +#: ../../include/functions_config.php:469 +#, fuzzy +msgid "Custom logo login" +msgstr "Logotipo personalizado" + +#: ../../include/functions_config.php:498 +#, fuzzy +msgid "Fixed graph" +msgstr "Ver gráfica" + +#: ../../include/functions_config.php:504 +msgid "Paginate module" +msgstr "Paginar vista de módulos" + +#: ../../include/functions_config.php:516 +msgid "Default type of module charts." +msgstr "Tipo de gráficas de módulos por defecto." + +#: ../../include/functions_config.php:518 +msgid "Default show only average or min and max" +msgstr "" + +#: ../../include/functions_config.php:527 +msgid "Display lateral menus with left click" +msgstr "" + +#: ../../include/functions_config.php:546 +msgid "Add the custom post process" +msgstr "Añadir la personalización al proceso posterior" + +#: ../../include/functions_config.php:553 +msgid "Delete the custom post process" +msgstr "Borrar la personalización al proceso posterior" + +#: ../../include/functions_config.php:654 +#, fuzzy +msgid "Enable history event" +msgstr "Activar base de datos de histórico" + +#: ../../include/functions_config.php:668 +#, fuzzy +msgid "Event Days" +msgstr "ID del evento" + +#: ../../include/functions_config.php:678 +#, fuzzy +msgid "eHorus user" +msgstr "Usuarios del operador" + +#: ../../include/functions_config.php:680 +#, fuzzy +msgid "eHorus password" +msgstr "Autenticación de contraseña" + +#: ../../include/functions_config.php:682 +msgid "eHorus API hostname" +msgstr "" + +#: ../../include/functions_config.php:684 +msgid "eHorus API port" +msgstr "" + +#: ../../include/functions_config.php:686 +msgid "eHorus request timeout" +msgstr "" + +#: ../../include/functions_config.php:688 +#, fuzzy +msgid "eHorus id custom field" +msgstr "Ver campos personalizados" + +#: ../../include/functions_config.php:700 +#, php-format +msgid "Failed updated: the next values cannot update: %s" +msgstr "" +"Actualización fracasada: los siguientes valores no pueden ser actualizados:%s" + +#: ../../include/functions_config.php:1658 +msgid "" +"Click here to start the registration " +"process" +msgstr "" + +#: ../../include/functions_config.php:1659 +#, fuzzy +msgid "This instance is not registered in the Update manager" +msgstr "Este mensaje no existe en el sistema" + +#: ../../include/functions_config.php:1666 +msgid "" +"Click here to start the newsletter " +"subscription process" +msgstr "" + +#: ../../include/functions_config.php:1667 +msgid "Not subscribed to the newsletter" +msgstr "" + +#: ../../include/functions_config.php:1678 +msgid "Default password for \"Admin\" user has not been changed." +msgstr "" +"La contraseña por defecto para el usuario \"Admin\" no ha sido cambiada." + +#: ../../include/functions_config.php:1679 +msgid "" +"Please change the default password because is a common vulnerability " +"reported." +msgstr "" +"Por favor cambie la contraseña por defecto ya que es una vulnerabilidad " +"comunmente reportada." + +#: ../../include/functions_config.php:1685 +msgid "You can not get updates until you renew the license." +msgstr "No puede obtener actualizaciones hasta que no renueve la licencia" + +#: ../../include/functions_config.php:1686 +msgid "This license has expired." +msgstr "Esta licencia ha expirado" + +#: ../../include/functions_config.php:1691 +msgid "" +"Please check that the web server has write rights on the {HOMEDIR}/" +"attachment directory" +msgstr "" +"Compruebe que el servidor web tiene permisos de escritura en el directorio " +"{HOMEDIR}/directorio_de_adjuntos" + +#: ../../include/functions_config.php:1704 +msgid "Remote configuration directory is not readble for the console" +msgstr "El directorio de configuración remota no es legible por la consola" + +#: ../../include/functions_config.php:1710 +#: ../../include/functions_config.php:1717 +msgid "Remote configuration directory is not writtable for the console" +msgstr "El directorio de configuración remoto no es modificable por la consola" + +#: ../../include/functions_config.php:1728 +msgid "" +"There are too much files in attachment directory. This is not fatal, but you " +"should consider cleaning up your attachment directory manually" +msgstr "" +"Hay demasiados archivos en el directorio «attachment». Este no es un error " +"fatal, pero debería considerar limpiar el directorio manualmente." + +#: ../../include/functions_config.php:1728 +msgid "files" +msgstr "archivos" + +#: ../../include/functions_config.php:1729 +msgid "Too much files in your tempora/attachment directory" +msgstr "Demasiados archivos en el directorio /attachment" + +#: ../../include/functions_config.php:1746 +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 "" +"Tu base de datos no está bien mantenida. Parece que han pasado más de 48hr " +"de un buen mantenimiento. Por favor revise la documentación de Pandora FMS " +"acerca de como ejecutar este proceso de mantenimiento (pandora_db.pl) y " +"habilítelo lo antes posible" + +#: ../../include/functions_config.php:1747 +msgid "Database maintance problem" +msgstr "Problema en el mantenimiento de la base de datos" + +#: ../../include/functions_config.php:1753 +msgid "" +"Your defined font doesnt exist or is not defined. Please check font " +"parameters in your config" +msgstr "" +"La fuente definida no existe o no ha sido definida. Por favor compruebe los " +"paremetros de la fuente en su configuración" + +#: ../../include/functions_config.php:1754 +msgid "Default font doesnt exist" +msgstr "La fuente por defecto no existe" + +#: ../../include/functions_config.php:1759 +msgid "You need to restart server after altering this configuration setting." +msgstr "" +"Es necesario reiniciar el servidor después de modificar esta configuración" + +#: ../../include/functions_config.php:1760 +msgid "" +"Event storm protection is activated. No events will be generated during this " +"mode." +msgstr "" +"La protección contra tormentas de eventos está activada. Los eventos no " +"serán generados durante este modo" + +#: ../../include/functions_config.php:1767 +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 "" +"Pandora FMS tiene el modo \"develop_bypass\" habilitado. Esto es un modo de " +"desarrollo y debe ser deshabilitado en un sistema de producción. Este valor " +"está escrito en el archivo principal index.php" + +#: ../../include/functions_config.php:1768 +msgid "Developer mode is enabled" +msgstr "El modo «desarrollador» está activado" + +#: ../../include/functions_config.php:1777 +msgid "Error first setup Open update" +msgstr "Error en la primera configuración de Open update" + +#: ../../include/functions_config.php:1783 +msgid "" +"There is a new update available. Please go to Administration:Setup:Update Manager for more details." +msgstr "" +"Existe una nueva actualización. Por favor ve a Administración:Configuración:Update " +"Manager para más detalles." + +#: ../../include/functions_config.php:1784 +msgid "New update of Pandora Console" +msgstr "Nueva actualización de la consola de Pandora" + +#: ../../include/functions_config.php:1798 +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 "" +"Para deshabilitar, hay que poner safe_mode = Off en el fichero de " +"configuración de PHP (php.ini). (Después de los cambios, hay que reiniciar " +"Apache)" + +#: ../../include/functions_config.php:1799 +msgid "PHP safe mode is enabled. Some features may not properly work." +msgstr "" +"El modo seguro de PHP está activado. Algunas funcionalidades pueden no " +"funcionar correctamente" + +#: ../../include/functions_config.php:1804 +#, php-format +msgid "Recommended value is %s" +msgstr "El valor recomendado es '%s'" + +#: ../../include/functions_config.php:1804 +#: ../../include/functions_config.php:1810 +msgid "Unlimited" +msgstr "Sin límite" + +#: ../../include/functions_config.php:1804 +#: ../../include/functions_config.php:1810 +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1833 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator (Dont forget restart apache process after changes)" +msgstr "" +"Por favor, cambielo en su fichero de configuración de PHP (php.ini) o " +"contacte con un administrador (No olvide reiniciar el proceso apache tras " +"los cambios)" + +#: ../../include/functions_config.php:1805 +#: ../../include/functions_config.php:1811 +#: ../../include/functions_config.php:1819 +#: ../../include/functions_config.php:1827 +#, php-format +msgid "Not recommended '%s' value in PHP configuration" +msgstr "Valor '%s' no recomendado en la configuración de PHP" + +#: ../../include/functions_config.php:1810 +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1826 +#, php-format +msgid "Recommended value is: %s" +msgstr "El valor recomendado es: %s" + +#: ../../include/functions_config.php:1818 +#: ../../include/functions_config.php:1826 +#, php-format +msgid "%s or greater" +msgstr "%s o mayor" + +#: ../../include/functions_config.php:1826 +msgid "" +"Please, change it on your PHP configuration file (php.ini) or contact with " +"administrator" +msgstr "" +"Por favor, cámbielo en su fichero de configuración de PHP (php.ini) o " +"contacte con un administrador" + +#: ../../include/functions_config.php:1832 +msgid "" +"Variable disable_functions containts functions system() or exec(), in PHP " +"configuration file (php.ini)" +msgstr "" +"La variable disable_functions contiene las funciones system() o exec() en el " +"fichero de configuración de php (php.ini)" + +#: ../../include/functions_config.php:1833 +msgid "Problems with disable functions in PHP.INI" +msgstr "Problemas para desactivar funciones en PHP.INI" + +#: ../../include/functions_snmp_browser.php:145 +msgid "Target IP cannot be blank." +msgstr "Ip Target no puede dejarse en blanco" + +#: ../../include/functions_snmp_browser.php:403 +msgid "Numeric OID" +msgstr "OID numérico" + +#: ../../include/functions_snmp_browser.php:420 +msgid "Syntax" +msgstr "Sintáxis" + +#: ../../include/functions_snmp_browser.php:425 +msgid "Display hint" +msgstr "Activar hint" + +#: ../../include/functions_snmp_browser.php:430 +msgid "Max access" +msgstr "Acceso máximo" + +#: ../../include/functions_snmp_browser.php:445 +msgid "OID Information" +msgstr "Información OID" + +#: ../../include/functions_snmp_browser.php:510 +msgid "Starting OID" +msgstr "Iniciar OID" + +#: ../../include/functions_snmp_browser.php:521 +msgid "Browse" +msgstr "Examinar" + +#: ../../include/functions_snmp_browser.php:558 +msgid "First match" +msgstr "Primera correspondencia" + +#: ../../include/functions_snmp_browser.php:560 +msgid "Previous match" +msgstr "Coincidencia anterior" + +#: ../../include/functions_snmp_browser.php:562 +msgid "Next match" +msgstr "Siguiente coincidencia" + +#: ../../include/functions_snmp_browser.php:564 +msgid "Last match" +msgstr "Última coincidencia" + +#: ../../include/functions_snmp_browser.php:569 +msgid "Expand the tree (can be slow)" +msgstr "Expandir el árbol (puede ser lento)" + +#: ../../include/functions_snmp_browser.php:571 +msgid "Collapse the tree" +msgstr "Contraer el árbol" + +#: ../../include/functions_snmp_browser.php:590 +msgid "SNMP v3 options" +msgstr "Opciones SNMP v3" + +#: ../../include/functions_snmp_browser.php:593 +msgid "Search options" +msgstr "Opciones de búsqueda" + +#: ../../include/functions_groups.php:63 +msgid "Alert Actions" +msgstr "Acciones de alerta" + +#: ../../include/functions_groups.php:78 +msgid "Alert Templates" +msgstr "Plantillas de alerta" + +#: ../../include/functions_groups.php:135 +msgid "Layout visual console" +msgstr "Diseño de la consola visual" + +#: ../../include/functions_groups.php:149 +msgid "Plannet down time" +msgstr "Tiempo de inactividad estipulado" + +#: ../../include/functions_groups.php:176 +msgid "GIS maps" +msgstr "Mapas GIS" + +#: ../../include/functions_groups.php:190 +msgid "GIS connections" +msgstr "Conexiones GIS" + +#: ../../include/functions_groups.php:204 +msgid "GIS map layers" +msgstr "Mapas GIS adicionales" + +#: ../../include/functions_groups.php:217 +msgid "Network maps" +msgstr "Mapas de red" + +#: ../../include/functions_groups.php:2149 +msgid "Show branch children" +msgstr "Mostrar los grupos dependientes" + +#: ../../include/functions_groups.php:2178 +msgid "" +"You can not delete the last group in Pandora. A common installation must has " +"almost one group." +msgstr "" +"No se puede borrar el último grupo en Pandora. Una instalación normal debe " +"tener al menos un grupo." + +#: ../../include/functions_servers.php:363 +msgid "Data server" +msgstr "Servidor de datos" + +#: ../../include/functions_servers.php:368 +msgid "Network server" +msgstr "Servidor de red" + +#: ../../include/functions_servers.php:373 +msgid "SNMP Trap server" +msgstr "Servidor de traps SNMP" + +#: ../../include/functions_servers.php:383 +msgid "Plugin server" +msgstr "Servidor de complementos" + +#: ../../include/functions_servers.php:388 +msgid "Prediction server" +msgstr "Servidor de predicción" + +#: ../../include/functions_servers.php:393 +msgid "WMI server" +msgstr "Servidor WMI" + +#: ../../include/functions_servers.php:403 +msgid "Inventory server" +msgstr "Servidor de inventario" + +#: ../../include/functions_servers.php:408 +msgid "Web server" +msgstr "Servidor web" + +#: ../../include/functions_servers.php:413 +msgid "Event server" +msgstr "Servidor de eventos" + +#: ../../include/functions_servers.php:418 +msgid "Enterprise ICMP server" +msgstr "Servidor ICMP Enterprise" + +#: ../../include/functions_servers.php:423 +msgid "Enterprise SNMP server" +msgstr "Servidor SNMP Enterprise" + +#: ../../include/functions_servers.php:428 +msgid "Enterprise Satellite server" +msgstr "Servidor enterprise satelite" + +#: ../../mobile/operation/module_graph.php:270 +#: ../../mobile/operation/tactical.php:72 +#: ../../mobile/operation/visualmaps.php:84 +#: ../../mobile/operation/modules.php:174 +#: ../../mobile/operation/alerts.php:142 ../../mobile/operation/agents.php:146 +#: ../../mobile/operation/visualmap.php:66 +#: ../../mobile/operation/networkmaps.php:100 +#: ../../mobile/operation/agent.php:67 ../../mobile/operation/events.php:431 +#: ../../mobile/operation/groups.php:54 +#: ../../mobile/operation/networkmap.php:79 ../../mobile/index.php:241 +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 "" +"El acceso a esta página está restringido a usuarios autorizados, contacte " +"con el administrador del sistema si necesita asistencia.

Todos los " +"intentos de acceso a esta página son grabados en los registros de seguridad " +"de Pandora FMS." + +#: ../../mobile/operation/module_graph.php:366 +#: ../../mobile/operation/module_graph.php:375 +#, php-format +msgid "PandoraFMS: %s" +msgstr "PandoraFMS: %s" + +#: ../../mobile/operation/module_graph.php:389 +#, php-format +msgid "Options for %s : %s" +msgstr "Opciones para %s: %s" + +#: ../../mobile/operation/module_graph.php:396 +msgid "Show Alerts" +msgstr "Mostrar alertas" + +#: ../../mobile/operation/module_graph.php:404 +msgid "Show Events" +msgstr "Mostrar eventos" + +#: ../../mobile/operation/module_graph.php:436 +msgid "Avg Only" +msgstr "Solo promedio" + +#: ../../mobile/operation/module_graph.php:441 +msgid "Time range (hours)" +msgstr "Rango de tiempo (horas)" + +#: ../../mobile/operation/module_graph.php:461 +msgid "Update graph" +msgstr "Actualizar gráfica" + +#: ../../mobile/operation/module_graph.php:470 +msgid "Error get the graph" +msgstr "Error al obtener gráfica" + +#: ../../mobile/operation/tactical.php:193 +msgid "Last activity" +msgstr "Última actividad" + +#: ../../mobile/operation/visualmaps.php:96 +msgid "Visual consoles" +msgstr "Consola visual" + +#: ../../mobile/operation/visualmaps.php:146 +msgid "No maps defined" +msgstr "No hay mapas definidos" + +#: ../../mobile/operation/modules.php:194 +#, php-format +msgid "Filter Modules by %s" +msgstr "Filtrar Módulos por %s" + +#: ../../mobile/operation/modules.php:261 +#: ../../mobile/operation/alerts.php:213 ../../mobile/operation/agents.php:201 +#: ../../mobile/operation/networkmaps.php:150 +#: ../../mobile/operation/events.php:659 +msgid "Apply Filter" +msgstr "Aplicar el filtro" + +#: ../../mobile/operation/modules.php:500 +msgid "Interval." +msgstr "Intervalo" + +#: ../../mobile/operation/modules.php:506 +msgid "Last update." +msgstr "Última actualización" + +#: ../../mobile/operation/modules.php:706 +#: ../../mobile/operation/alerts.php:306 ../../mobile/operation/agents.php:462 +#: ../../mobile/operation/networkmaps.php:216 +#: ../../mobile/operation/events.php:1070 +msgid "(Default)" +msgstr "Por defecto" + +#: ../../mobile/operation/modules.php:713 +#: ../../mobile/operation/alerts.php:316 ../../mobile/operation/agents.php:468 +#: ../../mobile/operation/networkmaps.php:222 +#: ../../mobile/operation/events.php:1096 +#, php-format +msgid "Group: %s" +msgstr "Grupo: %s" + +#: ../../mobile/operation/modules.php:721 +#, php-format +msgid "Module group: %s" +msgstr "Grupos de módulos: %s" + +#: ../../mobile/operation/modules.php:725 +#: ../../mobile/operation/alerts.php:320 ../../mobile/operation/agents.php:472 +#: ../../mobile/operation/events.php:1112 +#, php-format +msgid "Status: %s" +msgstr "Estado: %s" + +#: ../../mobile/operation/modules.php:729 +#: ../../mobile/operation/alerts.php:324 ../../mobile/operation/agents.php:476 +#, php-format +msgid "Free Search: %s" +msgstr "Búsqueda libre: %s" + +#: ../../mobile/operation/modules.php:734 +#, php-format +msgid "Tag: %s" +msgstr "Etiqueta: %s" + +#: ../../mobile/operation/alerts.php:162 +#, php-format +msgid "Filter Alerts by %s" +msgstr "Filtros de alertas por %s" + +#: ../../mobile/operation/alerts.php:272 +msgid "Last Fired" +msgstr "Último/a lanzado/a" + +#: ../../mobile/operation/alerts.php:282 +msgid "No alerts" +msgstr "Sin alertas" + +#: ../../mobile/operation/alerts.php:312 +#, php-format +msgid "Standby: %s" +msgstr "Standby: %s" + +#: ../../mobile/operation/agents.php:166 +#, php-format +msgid "Filter Agents by %s" +msgstr "Filtros de agentes por %s" + +#: ../../mobile/operation/agents.php:369 +msgid "No agents" +msgstr "Sin agentes" + +#: ../../mobile/operation/networkmaps.php:112 +msgid "Networkmaps" +msgstr "Mapas de red" + +#: ../../mobile/operation/networkmaps.php:120 +#, php-format +msgid "Filter Networkmaps by %s" +msgstr "Filtrar mapas de red por %s" + +#: ../../mobile/operation/networkmaps.php:202 +#: ../../mobile/operation/networkmap.php:164 +msgid "No networkmaps" +msgstr "No hay mapas de red" + +#: ../../mobile/operation/networkmaps.php:229 +#: ../../mobile/operation/events.php:1108 +#, php-format +msgid "Type: %s" +msgstr "Tipo: %s" + +#: ../../mobile/operation/home.php:128 ../../mobile/include/ui.class.php:185 +msgid "Home" +msgstr "Inicio" + +#: ../../mobile/operation/agent.php:112 +msgid "PandoraFMS: Agents" +msgstr "PandoraFMS: Agentes" + +#: ../../mobile/operation/agent.php:117 +msgid "No agent found" +msgstr "No se han encontrado agentes" + +#: ../../mobile/operation/agent.php:180 +msgid "Modules by status" +msgstr "Módulos por estado" + +#: ../../mobile/operation/agent.php:236 +#, php-format +msgid "Last %s Events" +msgstr "Últimos %s Eventos" + +#: ../../mobile/operation/events.php:382 ../../mobile/operation/events.php:383 +#: ../../mobile/operation/events.php:590 ../../mobile/operation/events.php:591 +msgid "Preset Filters" +msgstr "Fijar los filtros" + +#: ../../mobile/operation/events.php:443 +msgid "ERROR: Event detail" +msgstr "ERROR: Detalles del evento" + +#: ../../mobile/operation/events.php:445 +msgid "Error connecting to DB pandora." +msgstr "Error al conectar a la base de datos de Pandora" + +#: ../../mobile/operation/events.php:458 +msgid "Event detail" +msgstr "Detalles del evento" + +#: ../../mobile/operation/events.php:541 +msgid "Sucessful validate" +msgstr "Validación correcta" + +#: ../../mobile/operation/events.php:543 +msgid "Fail validate" +msgstr "Validación fallida" + +#: ../../mobile/operation/events.php:575 +#, php-format +msgid "Filter Events by %s" +msgstr "Filtrar eventos por %s" + +#: ../../mobile/operation/events.php:1076 +#, php-format +msgid "Filter: %s" +msgstr "Filtro: %s" + +#: ../../mobile/operation/events.php:1089 +#, php-format +msgid "Severity: %s" +msgstr "Severidad: %s" + +#: ../../mobile/operation/events.php:1116 +#, php-format +msgid "Free search: %s" +msgstr "Búsqueda libre: %s" + +#: ../../mobile/operation/events.php:1120 +#, php-format +msgid "Hours: %s" +msgstr "Horas: %s" + +#: ../../mobile/include/ui.class.php:87 ../../mobile/include/ui.class.php:168 +msgid "Pandora FMS mobile" +msgstr "Pandora FMS móvil" + +#: ../../mobile/include/ui.class.php:630 +msgid "Not found header." +msgstr "Encabezado no encontrado" + +#: ../../mobile/include/ui.class.php:633 +msgid "Not found content." +msgstr "Contenido no encontrado" + +#: ../../mobile/include/ui.class.php:636 +msgid "Not found footer." +msgstr "Pie de página no encontrado" + +#: ../../mobile/include/ui.class.php:639 +msgid "Incorrect form." +msgstr "Forma incorrecta" + +#: ../../mobile/include/ui.class.php:642 +msgid "Incorrect grid." +msgstr "Matriz incorrecta" + +#: ../../mobile/include/ui.class.php:645 +msgid "Incorrect collapsible." +msgstr "Plegable incorrecto" + +#: ../../mobile/include/user.class.php:152 +#: ../../mobile/include/user.class.php:170 +#: ../../mobile/include/user.class.php:177 +msgid "Double authentication failed" +msgstr "Fallo en la doble autenticación" + +#: ../../mobile/include/user.class.php:153 +msgid "Secret code not found" +msgstr "Código secreto no encontrado" + +#: ../../mobile/include/user.class.php:154 +msgid "Please contact the administrator to reset your double authentication" +msgstr "" +"Por favor contacte el administrador para restablecer la doble autenticación" + +#: ../../mobile/include/user.class.php:178 +msgid "There was an error checking the code" +msgstr "Hubo un error verificando el código" + +#: ../../mobile/include/user.class.php:211 +msgid "Login Failed" +msgstr "Indentificación fallida" + +#: ../../mobile/include/user.class.php:212 +msgid "User not found in database or incorrect password." +msgstr "Usuario no encontrado en la base de datos o contraseña incorrecta" + +#: ../../mobile/include/user.class.php:220 +msgid "Login out" +msgstr "Cerrar sesión" + +#: ../../mobile/include/user.class.php:244 +msgid "user" +msgstr "Usuario" + +#: ../../mobile/include/user.class.php:251 +msgid "password" +msgstr "contraseña" + +#~ msgid "Previous Dashboard" +#~ msgstr "Dashboard anterior" + +#~ msgid "Next Dashboard" +#~ msgstr "Siguiente dashboard" + +#~ msgid "Play" +#~ msgstr "Reproducir" + +#~ msgid "Next slide in" +#~ msgstr "Siguiente diapositiva" + +#~ msgid "Number Cells" +#~ msgstr "Número de celdas" + +#~ msgid "Update cells" +#~ msgstr "Actualizar las celdas" + +#~ msgid "Name of dashboard" +#~ msgstr "Nombre del dashboard" + +#~ msgid "Not copyed. Error copying data. You must select a dashboard" +#~ msgstr "" +#~ "No se ha copiado. Error al copiar datos. Debe seleccionar un dashboard" + +#~ msgid "Not copyed. Error copying data" +#~ msgstr "No se ha copiado. Error al copiar datos." + +#~ msgid "Successfully copyed" +#~ msgstr "Copiado correctamente" + +#~ msgid "Source user's group" +#~ msgstr "Grupo de usuarios de origen" + +#~ msgid "Destination user's group" +#~ msgstr "Grupo de usuarios de destino" + +#~ msgid "Replicate Dashboard" +#~ msgstr "Replicar dashboards" + +#~ msgid "No overlap" +#~ msgstr "No solapar" + +#~ msgid "8" +#~ msgstr "8" + +#~ msgid "9" +#~ msgstr "9" + +#~ msgid "10" +#~ msgstr "10" + +#~ msgid "11" +#~ msgstr "11" + +#~ msgid "12" +#~ msgstr "12" + +#~ msgid "Poling time" +#~ msgstr "tiempo poling" + +#~ msgid "Radius" +#~ msgstr "Radio" + +#~ msgid "Network map linked" +#~ msgstr "Mapa Network enlazado" + +#~ msgid "Show modules:" +#~ msgstr "Mostrar módulos:" + +#~ msgid "Network console" +#~ msgstr "Consola de red" + +#~ msgid "Networkmap enterprise" +#~ msgstr "Networkmap enterprise" + +#~ msgid "Details of node:" +#~ msgstr "Detalles del nodo" + +#~ msgid "Source data" +#~ msgstr "Datos de origen" + +#~ msgid "Generate networkmap with parents relationships" +#~ msgstr "Generar mapa de red con relaciones entre padres" + +#~ msgid "" +#~ "This feature is deprecated, be careful because in the next releases it " +#~ "will be disappear." +#~ msgstr "" +#~ "Esta función está obsoleta, tenga cuidado porque en próximos parches " +#~ "desaparecerá" + +#~ msgid "Start empty networkmap" +#~ msgstr "Networkmap comienza vacío" + +#~ msgid "The networkmap has been generated already." +#~ msgstr "El networkmap ya había sido generado" + +#~ msgid "x" +#~ msgstr "x" + +#~ msgid "Refresh network map state" +#~ msgstr "Refrescar el estado del mapa de red" + +#~ msgid "Resize the networkmap" +#~ msgstr "Redimensionar el networkmap" + +#~ msgid "This operation can't be undone, because it is on DB." +#~ msgstr "Esta operación no se puede deshacer porque está en la BD" + +#~ msgid "Networkmap resized." +#~ msgstr "Networkmap redimensionada" + +#~ msgid "Error process map" +#~ msgstr "Error al procesar mapa" + +#~ msgid "Networkmap enterprise - %s" +#~ msgstr "Networmap Enterprise - %s" + +#~ msgid "Error parsing MIB" +#~ msgstr "Error al analizar MIB" + +#~ msgid "Fail uploaded %s/%s traps" +#~ msgstr "Fallo al actualizar %s/%s traps" + +#~ msgid "Autosync users" +#~ msgstr "Auto sincronización de usuarios" + +#~ msgid "Are you sure? All the visual map services will be recreated" +#~ msgstr "Está seguro? Todos los mapas visuales serán creados." + +#~ msgid "Visualmap" +#~ msgstr "Mapa visual" + +#~ msgid "Updated at realtime" +#~ msgstr "actualizado en tiempo real" + +#~ msgid "Agent max" +#~ msgstr "Máximo agente" + +#~ msgid "Map summary" +#~ msgstr "Resumen del mapa" + +#~ msgid "The session may be expired" +#~ msgstr "La sesión puede haber acabado" + +#~ msgid "None selected" +#~ msgstr "Nada seleccionado" + +#~ msgid "Network map created successfully" +#~ msgstr "Mapa de red creado con éxito" + +#~ msgid "Could not create network map" +#~ msgstr "No se pudo crear el mapa de red." + +#~ msgid "Network map saved successfully" +#~ msgstr "Mapa de red guardado satisfactoriamente" + +#~ msgid "Could not save network map" +#~ msgstr "No se pudo guardar el mapa de red" + +#~ msgid "Delete map" +#~ msgstr "Borrar mapa" + +#~ msgid "Topology view" +#~ msgstr "Vista de la topología" + +#~ msgid "Policies view" +#~ msgstr "Vista de política" + +#~ msgid "Radial dynamic view" +#~ msgstr "Vista dinámica radial" + +#~ msgid "Store group" +#~ msgstr "Grupo de almacenamiento" + +#~ msgid "Depth" +#~ msgstr "Profundidad" + +#~ msgid "Show interfaces" +#~ msgstr "Mostrar interfaces" + +#~ msgid "Only modules with alerts" +#~ msgstr "Solo módulos con alertas" + +#~ msgid "Hide policy modules" +#~ msgstr "Ocultar módulos de política" + +#~ msgid "Only run with it is filter for any group" +#~ msgstr "Sólo corre con este filtro para cualquier grupo" + +#~ msgid "L2 network interfaces" +#~ msgstr "Interfaces de red L2" + +#~ msgid "Combined graph" +#~ msgstr "Gráfica combinada" + +#~ msgid "No special days configured" +#~ msgstr "No hay días especiales configurados" + +#~ msgid "This is defined in minutes" +#~ msgstr "Esto se define en minutos" #~ msgid "Criticity" #~ msgstr "Criticidad" @@ -32275,9 +34691,6 @@ msgstr "Crear un nuevo mensaje" #~ msgid "Massive alert setting standby" #~ msgstr "Establecimiento masivo de alertas en standby" -#~ msgid "Massive agents edition" -#~ msgstr "Edición masiva de agentes" - #~ msgid "Massive agents deletion" #~ msgstr "Borrado masivo de agentes" @@ -32296,19 +34709,19 @@ msgstr "Crear un nuevo mensaje" #~ msgid "Massive modules copy" #~ msgstr "Copia de módulos masiva" -#, 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" +#~ "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 "" #~ "Esta extensión hace el registro de los plugins del servidor más fácil. " -#~ "Puedes descargar aqui un plugin del servidor en el formato zipp (.pspz) de " -#~ "Pandora FMS version 3x. Por favor, consulta la documentación acerca de como " -#~ "obtener y utilizar los plugins de servidor de Pandora FMS.

Puedes " -#~ "obtener más plugins en nuestroPublic Resource Library" +#~ "Puedes descargar aqui un plugin del servidor en el formato zipp (.pspz) " +#~ "de Pandora FMS version 3x. Por favor, consulta la documentación acerca de " +#~ "como obtener y utilizar los plugins de servidor de Pandora FMS.

" +#~ "Puedes obtener más plugins en nuestroPublic Resource " +#~ "Library" #~ msgid "Ping to " #~ msgstr "Ping a " @@ -32334,7 +34747,6 @@ msgstr "Crear un nuevo mensaje" #~ msgid "Events by criticity" #~ msgstr "Eventos por criticidad" -#, php-format #~ msgid "Deleted data above %d" #~ msgstr "Los datos por encima %d han sido borrados" @@ -32351,10 +34763,10 @@ msgstr "Crear un nuevo mensaje" #~ msgstr "Paginar vista de módulos" #~ 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." +#~ "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 "" #~ "En modo manual, se deben establecer los pesos de forma manual. En modo " #~ "automático, los pesos tienen un valor por defecto.\n" @@ -32483,9 +34895,6 @@ msgstr "Crear un nuevo mensaje" #~ msgid "Another collection with the same short name" #~ msgstr "Otra colección con el mismo nombre corto" -#~ msgid "No colections" -#~ msgstr "Sin colecciones" - #~ msgid "Display proc modules in binary format (OK/FAIL)." #~ msgstr "Mostrar los módulos proc en formato binario (OK/FALLO)" @@ -32493,12 +34902,12 @@ msgstr "Crear un nuevo mensaje" #~ msgstr "Generar un informe dinámico" #~ msgid "" -#~ "There is a new update please go to menu Administration and into extensions " -#~ "go to Update Manager for more details." +#~ "There is a new update please go to menu Administration and into " +#~ "extensions go to " +#~ "Update Manager for more details." #~ msgstr "" -#~ "Hay una nueva actualización, por favor vaya al menú Administración y en las " -#~ "extensiones Ir al Update Manager para más detalles." +#~ "Hay una nueva actualización, por favor vaya al menú Administración y en " +#~ "las extensiones Ir al " +#~ "Update Manager para más detalles."